Changeset 34085 for trunk/psModules/src/objects/pmSourceIO_PS1_CAL_0.c
- Timestamp:
- Jun 26, 2012, 11:31:38 AM (14 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmSourceIO_PS1_CAL_0.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/psModules (added) merged: 34002,34044,34049,34051-34053,34073,34076,34078
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/pmSourceIO_PS1_CAL_0.c
r32347 r34085 322 322 } 323 323 324 # define WRITE_AP_DATA 0 325 324 326 bool pmSourcesWrite_PS1_CAL_0_XSRC (psFits *fits, pmReadout *readout, psArray *sources, psMetadata *imageHeader, char *extname, psMetadata *recipe) 325 327 { … … 338 340 } 339 341 342 # if (WRITE_AP_DATA) 340 343 bool calMags = false; 341 344 bool status1 = false; … … 350 353 calMags = true; 351 354 } 355 # endif 352 356 353 357 // create a header to hold the output data … … 424 428 psMetadataAdd (row, PS_LIST_TAIL, "Y_EXT_SIG", PS_DATA_F32, "Sigma in EXT y coordinate", yErr); 425 429 426 # if ( 0)430 # if (WRITE_AP_DATA) 427 431 // Petrosian measurements 428 432 // XXX insert header data: petrosian ref radius, flux ratio
Note:
See TracChangeset
for help on using the changeset viewer.
