Changeset 25518 for trunk/pswarp/src/pswarpLoop.c
- Timestamp:
- Sep 23, 2009, 3:49:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r25047 r25518 16 16 17 17 #define WCS_NONLIN_TOL 0.001 // Non-linear tolerance for header WCS 18 #define PSPHOT_FIND_PSF 1 // Use psphot's findPSF function?19 18 #define TESTING 0 // Testing output? 20 19 … … 380 379 // that's going to be tricky. We have a list of sources, so we use those to redetermine the PSF model. 381 380 382 if (psMetadataLookupBool(&mdok, config->arguments, "PSF")) {381 if (psMetadataLookupBool(&mdok, recipe, "PSF")) { 383 382 fileActivation(config, photFiles, true); 384 383 ioChecksBefore(config);
Note:
See TracChangeset
for help on using the changeset viewer.
