Changeset 21508 for trunk/Ohana/src/libdvo/src/SavePhotcodesFITS.c
- Timestamp:
- Feb 16, 2009, 11:33:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/SavePhotcodesFITS.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/SavePhotcodesFITS.c
r17190 r21508 29 29 // for the moment, we simply support the latest photcode format for output 30 30 // XXX update this as needed as new formats are defined 31 PhotCode_PS1_ DEV_3 *photcode_output = PhotCode_Internal_To_PS1_DEV_3(table[0].code, table[0].Ncode);31 PhotCode_PS1_V1 *photcode_output = PhotCode_Internal_To_PS1_V1 (table[0].code, table[0].Ncode); 32 32 33 33 /* convert FITS format data to internal format (byteswaps & EXTNAME) */ 34 34 gfits_db_create (&db); 35 gfits_table_set_PhotCode_PS1_ DEV_3(&db.ftable, photcode_output, table[0].Ncode);35 gfits_table_set_PhotCode_PS1_V1 (&db.ftable, photcode_output, table[0].Ncode); 36 36 gfits_db_save (&db); 37 37 gfits_db_close (&db);
Note:
See TracChangeset
for help on using the changeset viewer.
