- Timestamp:
- May 8, 2013, 4:56:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpLoopBackground.c
r35535 r35536 11 11 12 12 #include "pswarp.h" 13 #include "pswarpFileNames.h" // Lists of file rules used at different stages14 13 15 14 #define WCS_NONLIN_TOL 0.001 // Non-linear tolerance for header WCS … … 58 57 return false; 59 58 } 59 60 // we are only reading the background models, not writing anything 61 pmFPAfileActivate(config->files, false, NULL); 62 pmFPAfileActivate(config->files, true, "PSWARP.BKGMODEL"); 60 63 61 64 // loop over this section once per input group … … 83 86 input->fpa->toSky = psMemIncrRefCounter (astrom->fpa->toSky); 84 87 } 85 86 // we only need to load the background models here87 pswarpFileActivation(config, detectorFiles, false);88 pswarpFileActivation(config, photFiles, false);89 pswarpFileActivation(config, independentFiles, false);90 pswarpFileActivation(config, skycellFiles, false);91 92 // we are only reading the background models, not writing anything93 pmFPAfileActivate(config->files, true, "PSWARP.BKGMODEL");94 88 95 89 pmFPAviewReset (view);
Note:
See TracChangeset
for help on using the changeset viewer.
