Changeset 15487 for trunk/Ohana/src/libfits/doc/notes-compress.txt
- Timestamp:
- Nov 6, 2007, 5:09:52 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/doc/notes-compress.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/doc/notes-compress.txt
r15240 r15487 1 2 TFORMn : rPt(e_max) 3 r is 0, 1, or absent 4 P is literal 5 t is datatype character for binary tables 6 e_max is the largest record in the column 7 8 data column actually contains: 2 32bit values: 9 Length + Offset 10 11 THEAP : offset from start of data to start of heap 12 (note that the heap starts at NAXIS1 x NAXIS2, not Nx2880 bytes). 13 14 total size of heap segment (gap + heap data) is PCOUNT 1 15 2 16 I need to implement (at least) support for read of compressed images. … … 16 30 level ones as needed. 17 31 18 * possible needed APIs :32 * possible needed APIs & upgrades: 19 33 20 34 - gfits_image_is_compressed (Header *header) … … 30 44 compress the given image returning the table data 31 45 46 o include PCOUNT in data area size (gfits_matrix_size) 32 47 48 o read heap when reading table (gfits_fread_table_data) 49 50 - void *gfits_varlength_column_pointer (FTable *ftable, VarLengthColumn *column, int row); 51 52 o int gfits_varlength_column_define (FTable *ftable, VarLengthColumn *def, int column); 53 54
Note:
See TracChangeset
for help on using the changeset viewer.
