- Timestamp:
- May 19, 2010, 2:08:46 PM (16 years ago)
- Location:
- branches/czw_branch/20100427/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotMaskReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/psphot.20100506 merged eligible /branches/pap/psphot merged eligible /trunk/psphot merged eligible
-
Property svn:mergeinfo
set to
-
branches/czw_branch/20100427/psphot/src/psphotMaskReadout.c
r26894 r28029 1 1 # include "psphotInternal.h" 2 2 3 bool psphotSetMaskAndVariance (pmConfig *config, const pmFPAview *view ) {3 bool psphotSetMaskAndVariance (pmConfig *config, const pmFPAview *view, const char *filerule) { 4 4 5 5 bool status = false; … … 16 16 17 17 // Generate the mask and weight images, including the user-defined analysis region of interest 18 if (!psphotSetMaskAndVarianceReadout (config, view, "PSPHOT.INPUT", i, recipe)) {18 if (!psphotSetMaskAndVarianceReadout (config, view, filerule, i, recipe)) { 19 19 psError (PSPHOT_ERR_CONFIG, false, "failed to generate mask for PSPHOT.INPUT entry %d", i); 20 20 return false; … … 25 25 26 26 // generate mask and variance if not defined, additional mask for restricted subregion 27 bool psphotSetMaskAndVarianceReadout (pmConfig *config, const pmFPAview *view, const char *file name, int index, psMetadata *recipe) {27 bool psphotSetMaskAndVarianceReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe) { 28 28 29 29 bool status; 30 30 31 pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PSPHOT.INPUT", index); // File of interest31 pmFPAfile *file = pmFPAfileSelectSingle(config->files, filerule, index); // File of interest 32 32 psAssert (file, "missing file?"); 33 33
Note:
See TracChangeset
for help on using the changeset viewer.
