- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/relphot/src/ImageMagIO.c
r36680 r37403 61 61 GET_COLUMN (dMcal, "MCAL_ERR", float); 62 62 GET_COLUMN (dMagSys, "MCAL_SYSERR", float); 63 GET_COLUMN (Xm, "CHISQ", float);64 63 GET_COLUMN (nFitPhotom, "NFIT", int); 65 64 GET_COLUMN (flags, "FLAGS", int); 66 65 GET_COLUMN (ubercalDist, "UDIST", int); 67 66 GET_COLUMN (imageID, "ID", int); 67 GET_COLUMN (Xm, "CHISQ", short); 68 68 69 69 // free the memory associated with the FITS files … … 121 121 gfits_create_table_header (&theader, "BINTABLE", "IMAGE_MAGS"); 122 122 123 gfits_define_bintable_column (&theader, "E", "MCAL", "cal offset", "magnitudes", 1.0, 0.0);124 gfits_define_bintable_column (&theader, "E", "MCAL_ERR", "cal error", "magnitudes", 1.0, 0.0);125 gfits_define_bintable_column (&theader, "E", "MCAL_SYSERR", "systematic error", "magnitudes", 1.0, 0.0);126 gfits_define_bintable_column (&theader, " E", "CHISQ", "cal chisq", "unitless",1.0, 0.0);127 gfits_define_bintable_column (&theader, "J", " NFIT", "number of fitted stars", "unitless",1.0, 0.0);128 gfits_define_bintable_column (&theader, "J", " FLAGS", "analysis flags", "unitless",1.0, 0.0);129 gfits_define_bintable_column (&theader, "J", " UDIST", "distance to ubercal images", "images",1.0, 0.0);130 gfits_define_bintable_column (&theader, " J", "ID", "image ID", "unitless", 1.0, 0.0);123 gfits_define_bintable_column (&theader, "E", "MCAL", "cal offset", "magnitudes", 1.0, 0.0); 124 gfits_define_bintable_column (&theader, "E", "MCAL_ERR", "cal error", "magnitudes", 1.0, 0.0); 125 gfits_define_bintable_column (&theader, "E", "MCAL_SYSERR", "systematic error", "magnitudes", 1.0, 0.0); 126 gfits_define_bintable_column (&theader, "J", "NFIT", "number of fitted stars", "unitless", 1.0, 0.0); 127 gfits_define_bintable_column (&theader, "J", "FLAGS", "analysis flags", "unitless", 1.0, 0.0); 128 gfits_define_bintable_column (&theader, "J", "UDIST", "distance to ubercal images", "images", 1.0, 0.0); 129 gfits_define_bintable_column (&theader, "J", "ID", "image ID", "unitless", 1.0, 0.0); 130 gfits_define_bintable_column (&theader, "I", "CHISQ", "cal chisq", "unitless", 1.0, FT_BZERO_INT16); 131 131 132 132 // generate the output array that carries the data
Note:
See TracChangeset
for help on using the changeset viewer.
