Changeset 34452 for trunk/psModules/src/objects/pmSourceIO_CMF.c.in
- Timestamp:
- Sep 20, 2012, 2:13:49 PM (14 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pmSourceIO_CMF.c.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects
- Property svn:mergeinfo set to
-
trunk/psModules/src/objects/pmSourceIO_CMF.c.in
r34403 r34452 118 118 119 119 row = psMetadataAlloc (); 120 121 // the psMetadataAdd entry and the double quotes are used by grep to select the output fields for automatic documentation 122 // This set of psMetadataAdd Entries marks the "----" "Start of the PSF segment" 120 123 @ALL@ psMetadataAdd (row, PS_LIST_TAIL, "IPP_IDET", PS_DATA_U32, "IPP detection identifier index", source->seq); 121 124 @ALL@ psMetadataAdd (row, PS_LIST_TAIL, "X_PSF", PS_DATA_F32, "PSF x coordinate", outputs.xPos); … … 491 494 492 495 // XXX we are not writing out the mode (flags) or the type (psf, ext, etc) 496 // the psMetadataAdd entry and the double quotes are used by grep to select the output fields for automatic documentation 497 // This set of psMetadataAdd Entries marks the "----" "Start of the XSRC segment" 493 498 psMetadataAdd (row, PS_LIST_TAIL, "IPP_IDET", PS_DATA_U32, "IPP detection identifier index", source->seq); 494 499 psMetadataAdd (row, PS_LIST_TAIL, "X_EXT", PS_DATA_F32, "EXT model x coordinate", xPos); … … 783 788 784 789 // XXX we are not writing out the mode (flags) or the type (psf, ext, etc) 790 // the psMetadataAdd entry and the double quotes are used by grep to select the output fields for automatic documentation 791 // This set of psMetadataAdd Entries marks the "----" "Start of the XFIT segment" 785 792 psMetadataAddU32 (row, PS_LIST_TAIL, "IPP_IDET", 0, "IPP detection identifier index", source->seq); 786 793 psMetadataAddF32 (row, PS_LIST_TAIL, "X_EXT", 0, "EXT model x coordinate", xPos); … … 1072 1079 1073 1080 // XXX we are not writing out the mode (flags) or the type (psf, ext, etc) 1081 // the psMetadataAdd entry and the double quotes are used by grep to select the output fields for automatic documentation 1082 // This set of psMetadataAdd Entries marks the "----" "Start of the XRAD segment" 1074 1083 psMetadataAddU32 (row, PS_LIST_TAIL, "IPP_IDET", 0, "IPP detection identifier index", source->seq); 1075 1084 psMetadataAddF32 (row, PS_LIST_TAIL, "X_APER", 0, "Center of aperture measurements", xPos);
Note:
See TracChangeset
for help on using the changeset viewer.
