IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2008, 3:26:03 AM (18 years ago)
Author:
eugene
Message:

revert to using PSPHOT.SOURCES as name of array on readout->analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimInsertStars.c

    r17818 r17850  
    132132    }
    133133
    134     // NOTE: readout must be part of the pmFPAfile named "PPSIM.OUTPUT"
    135     // XXX PPSIM.SOURCES are the fake sources with their *input* values
    136     psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PPSIM.SOURCES", PS_DATA_ARRAY, "fake sources", sources);
     134    // NOTE: the pmFPAfile "PPSIM.OUTPUT" points at these sources
     135    psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.SOURCES", PS_DATA_ARRAY, "fake sources", sources);
    137136    psFree(sources);
    138137
     
    140139    return true;
    141140}
    142 
Note: See TracChangeset for help on using the changeset viewer.