Changeset 10133
- Timestamp:
- Nov 22, 2006, 4:07:16 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageMedian.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageMedian.c
r10096 r10133 134 134 file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKGND"); 135 135 if (file) { 136 // we are using PSPHOT.BACK MDLas an I/O file: select readout or create136 // we are using PSPHOT.BACKGND as an I/O file: select readout or create 137 137 background = pmFPAviewThisReadout (view, file->fpa); 138 138 if (background == NULL) { … … 155 155 file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKSUB"); 156 156 if (file) { 157 // we are using PSPHOT.BACK MDLas an I/O file: select readout or create157 // we are using PSPHOT.BACKSUB as an I/O file: select readout or create 158 158 backSub = pmFPAviewThisReadout (view, file->fpa); 159 159 if (backSub == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
