IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2012, 7:37:40 AM (14 years ago)
Author:
eugene
Message:

more pedantic warning fixes

Location:
branches/eam_branches/ipp-20120601/psphot/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psphot/src/psphot.h

    r34053 r34060  
    487487bool psphotSetNFramesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index);
    488488
     489bool psphotGenerateModelVariance (pmConfig *config, const pmFPAview *view, pmFPAfile *file, int index, psMetadata *recipe, pmReadout *readout, psArray *sources);
     490pmSourceFitVarMode psphotGetFitVarMode (psMetadata *recipe);
     491bool psphotFreeModelVariance (pmReadout *readout, psArray *sources);
     492
     493bool psphotModelBackgroundReadout(psImage *model,  // Model image
     494                                  psImage *modelStdev, // Model stdev image
     495                                  psMetadata *analysis, // Analysis metadata for outputs
     496                                  pmReadout *readout, // Readout for which to generate a background model
     497                                  psImageBinning *binning, // Binning parameters
     498                                  const pmConfig *config,// Configuration
     499                                  bool useVarianceImage
     500    );
     501
    489502#endif
  • branches/eam_branches/ipp-20120601/psphot/src/psphotFitSourcesLinear.c

    r34053 r34060  
    1111
    1212static bool SetBorderMatrixElements (psSparseBorder *border, pmReadout *readout, psArray *sources, bool constant_weights, int SKY_FIT_ORDER, psImageMaskType markVal);
    13 
    14 bool psphotGenerateModelVariance (pmConfig *config, const pmFPAview *view, pmFPAfile *file, int index, psMetadata *recipe, pmReadout *readout, psArray *sources);
    15 pmSourceFitVarMode psphotGetFitVarMode (psMetadata *recipe);
    16 bool psphotFreeModelVariance (pmReadout *readout, psArray *sources);
    1713
    1814// for now, let's store the detections on the readout->analysis for each readout
  • branches/eam_branches/ipp-20120601/psphot/src/psphotMaskReadout.c

    r34053 r34060  
    135135bool psphotUpdateVarianceReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe) {
    136136
    137     bool status;
    138 
    139137    pmFPAfile *file = pmFPAfileSelectSingle(config->files, filerule, index); // File of interest
    140138    psAssert (file, "missing file?");
Note: See TracChangeset for help on using the changeset viewer.