Changeset 21368 for trunk/pswarp/src/pswarpFileNames.h
- Timestamp:
- Feb 5, 2009, 5:10:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpFileNames.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpFileNames.h
r21171 r21368 8 8 9 9 // Lists of file rules for the detectors 10 static char *detectorFiles[] = { 11 "PSWARP.INPUT", 12 "PSWARP.MASK", 13 "PSWARP. WEIGHT",14 NULL 10 static char *detectorFiles[] = { 11 "PSWARP.INPUT", 12 "PSWARP.MASK", 13 "PSWARP.VARIANCE", 14 NULL 15 15 }; 16 16 17 17 // Lists of file rules for the skycells 18 static char *skycellFiles[] = { 19 "PSWARP.OUTPUT", 20 "PSWARP.OUTPUT.MASK", 21 "PSWARP.OUTPUT. WEIGHT",22 NULL 18 static char *skycellFiles[] = { 19 "PSWARP.OUTPUT", 20 "PSWARP.OUTPUT.MASK", 21 "PSWARP.OUTPUT.VARIANCE", 22 NULL 23 23 }; 24 24 25 25 // Lists of file rules for photometry 26 static char *photFiles[] = { 27 "PSPHOT.INPUT", 26 static char *photFiles[] = { 27 "PSPHOT.INPUT", 28 28 "PSPHOT.OUTPUT", 29 29 #if PSPHOT_FIND_PSF … … 31 31 #endif 32 32 "PSPHOT.RESID", 33 "PSPHOT.BACKMDL", 34 "PSPHOT.BACKMDL.STDEV", 35 "PSPHOT.BACKGND", 33 "PSPHOT.BACKMDL", 34 "PSPHOT.BACKMDL.STDEV", 35 "PSPHOT.BACKGND", 36 36 "PSPHOT.BACKSUB", 37 "PSPHOT.PSF.SAVE", 38 "SOURCE.PLOT.MOMENTS", 37 "PSPHOT.PSF.SAVE", 38 "SOURCE.PLOT.MOMENTS", 39 39 "SOURCE.PLOT.PSFMODEL", 40 "SOURCE.PLOT.APRESID", 41 NULL 40 "SOURCE.PLOT.APRESID", 41 NULL 42 42 }; 43 43 44 44 // Lists of file rules for the detectors and skycells, and an independent list of everything else 45 static char *independentFiles[] = { 45 static char *independentFiles[] = { 46 46 "PSWARP.ASTROM", // Read independently from the input pixels 47 47 "PSWARP.SKYCELL", // Don't care about the skycell once we have its WCS 48 48 "PSWARP.OUTPUT.SOURCES", // Save these independently so we can do the PSF 49 NULL 49 NULL 50 50 }; 51 51
Note:
See TracChangeset
for help on using the changeset viewer.
