IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21234


Ignore:
Timestamp:
Jan 29, 2009, 5:22:47 PM (17 years ago)
Author:
Paul Price
Message:

Fixing file names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/pswarp/src/pswarpLoop.c

    r20348 r21234  
    88// Lists of file rules for the detectors and skycells, and an independent list of everything else
    99// 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 };
     10static char *detectorFiles[] = { "PSWARP.INPUT", "PSWARP.MASK", "PSWARP.VARIANCE", NULL };
     11static char *skycellFiles[] = { "PSWARP.OUTPUT", "PSWARP.OUTPUT.MASK", "PSWARP.OUTPUT.VARIANCE", NULL };
    1212static char *photFiles[] = { "PSPHOT.INPUT", "PSPHOT.OUTPUT",
    1313#if PSPHOT_FIND_PSF
Note: See TracChangeset for help on using the changeset viewer.