Changeset 15647 for trunk/Ohana/src/opihi/cmd.data/rd.c
- Timestamp:
- Nov 18, 2007, 6:26:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/rd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/rd.c
r15487 r15647 182 182 ftable.header = &theader; 183 183 gfits_copy_header (&buf[0].header, ftable.header); 184 status = gfits_fread_ftable_data (f, &ftable); // XXX does this do more than read the bytes?185 status = gfits_uncompress_image (&buf[0].header, &buf[0].matrix, &ftable , !(ccdsel || extend));184 status = gfits_fread_ftable_data (f, &ftable); // this just reads the bytes (not even a SWAP) 185 status = gfits_uncompress_image (&buf[0].header, &buf[0].matrix, &ftable); 186 186 gfits_free_table (&ftable); 187 187 // XXX this currently does not work for a cube (we get a cube back, not a specific plane)
Note:
See TracChangeset
for help on using the changeset viewer.
