IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34451


Ignore:
Timestamp:
Sep 20, 2012, 2:11:28 PM (14 years ago)
Author:
eugene
Message:

add SVN documentation on the table fields

Location:
branches/eam_branches/ipp-20120905/psModules/src/objects
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/psModules/src/objects/pmSourceIO_CMF.c.in

    r34403 r34451  
    118118
    119119        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"
    120123        @ALL@                     psMetadataAdd (row, PS_LIST_TAIL, "IPP_IDET",         PS_DATA_U32, "IPP detection identifier index",             source->seq);
    121124        @ALL@                     psMetadataAdd (row, PS_LIST_TAIL, "X_PSF",            PS_DATA_F32, "PSF x coordinate",                           outputs.xPos);
     
    491494
    492495        // 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"
    493498        psMetadataAdd (row, PS_LIST_TAIL, "IPP_IDET",         PS_DATA_U32, "IPP detection identifier index",             source->seq);
    494499        psMetadataAdd (row, PS_LIST_TAIL, "X_EXT",            PS_DATA_F32, "EXT model x coordinate",                     xPos);
     
    783788
    784789            // 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"
    785792            psMetadataAddU32 (row, PS_LIST_TAIL, "IPP_IDET",         0, "IPP detection identifier index",             source->seq);
    786793            psMetadataAddF32 (row, PS_LIST_TAIL, "X_EXT",            0, "EXT model x coordinate",                     xPos);
     
    10721079
    10731080            // 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"
    10741083            psMetadataAddU32 (row, PS_LIST_TAIL, "IPP_IDET",         0, "IPP detection identifier index",             source->seq);
    10751084            psMetadataAddF32 (row, PS_LIST_TAIL, "X_APER",           0, "Center of aperture measurements",            xPos);
Note: See TracChangeset for help on using the changeset viewer.