Changeset 37590 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- Nov 12, 2014, 1:05:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r35769 r37590 29 29 } 30 30 31 pmReadout *psphotSelectBackground (pmConfig *config, const pmFPAview *view) { 32 33 bool status; 34 35 36 pmFPAfile *file = psMetadataLookupPtr (&status, config->files, psphotGetFilerule("PSPHOT.BACKMDL")); 31 pmReadout *psphotSelectBackground (pmConfig *config, const pmFPAview *view, int index) { 32 33 pmFPAfile *file = pmFPAfileSelectSingle (config->files, psphotGetFilerule("PSPHOT.BACKMDL"), index); 37 34 if (!file) return NULL; 38 35 … … 41 38 } 42 39 43 pmReadout *psphotSelectBackgroundStdev (pmConfig *config, const pmFPAview *view) { 44 45 bool status; 46 47 pmFPAfile *file = psMetadataLookupPtr (&status, config->files, psphotGetFilerule("PSPHOT.BACKMDL.STDEV")); 40 pmReadout *psphotSelectBackgroundStdev (pmConfig *config, const pmFPAview *view, int index) { 41 42 pmFPAfile *file = pmFPAfileSelectSingle (config->files, psphotGetFilerule("PSPHOT.BACKMDL.STDEV"), index); 48 43 if (!file) return NULL; 49 44
Note:
See TracChangeset
for help on using the changeset viewer.
