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/ppSim.h

    r17705 r17818  
    1616
    1717#define PPSIM_RECIPE "PPSIM"
    18 #define OUTPUT_FILE "PPSIM.OUTPUT"
     18// #define OUTPUT_FILE "PPSIM.OUTPUT"
    1919
    2020// Compare a value with minimum and maximum values, replacing where required.
     
    174174float ppSimGetZeroPoint (psMetadata *recipe, char *filter);
    175175
    176 bool ppSimMergeReadouts (pmReadout *outReadout, pmReadout *inReadout);
     176bool ppSimMergeReadouts (pmConfig *config, pmFPAview *view);
    177177
    178178double ppSimRandomGaussian (const psRandom *rnd, double mean, double sigma);
     
    180180void ppSimRandomGaussianFree();
    181181
     182bool ppSimPhotomFiles (pmConfig *config, pmFPAfile *input);
     183bool ppSimPhotomReadout(pmConfig *config, const pmFPAview *view);
     184psArray *ppSimLoadForceSources(pmConfig *config, const pmFPAview *view);
     185bool ppSimDetections (psImage *significance, psMetadata *recipe, psArray *sources);
     186psArray *ppSimMergeSources (psArray *in1, psArray *in2);
     187
    182188#endif
Note: See TracChangeset for help on using the changeset viewer.