- Timestamp:
- Jan 11, 2015, 2:05:35 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotOutput.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140904/psphot/src/psphotOutput.c
r35769 r37804 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.
