IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2008, 7:12:46 PM (18 years ago)
Author:
eugene
Message:

working on the photometry of fake sources

File:
1 edited

Legend:

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

    r17705 r17818  
    1515
    1616    if (!stars->n) { return true; }
    17 
    18     // XXX is this needed?
    19     // pmFPAfile *simSources = psMetadataLookupPtr(NULL, config->files, "PPSIM.SOURCES"); // Output sources
    2017
    2118    pmCell *cell = readout->parent;
     
    136133
    137134    // NOTE: readout must be part of the pmFPAfile named "PPSIM.OUTPUT"
    138     psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.SOURCES", PS_DATA_ARRAY, "psphot sources", sources);
     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);
    139137    psFree(sources);
    140138
Note: See TracChangeset for help on using the changeset viewer.