Changeset 21234
- Timestamp:
- Jan 29, 2009, 5:22:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/pswarp/src/pswarpLoop.c
r20348 r21234 8 8 // Lists of file rules for the detectors and skycells, and an independent list of everything else 9 9 // Lists must end with a NULL 10 static char *detectorFiles[] = { "PSWARP.INPUT", "PSWARP.MASK", "PSWARP. WEIGHT", NULL };11 static char *skycellFiles[] = { "PSWARP.OUTPUT", "PSWARP.OUTPUT.MASK", "PSWARP.OUTPUT. WEIGHT", NULL };10 static char *detectorFiles[] = { "PSWARP.INPUT", "PSWARP.MASK", "PSWARP.VARIANCE", NULL }; 11 static char *skycellFiles[] = { "PSWARP.OUTPUT", "PSWARP.OUTPUT.MASK", "PSWARP.OUTPUT.VARIANCE", NULL }; 12 12 static char *photFiles[] = { "PSPHOT.INPUT", "PSPHOT.OUTPUT", 13 13 #if PSPHOT_FIND_PSF
Note:
See TracChangeset
for help on using the changeset viewer.
