IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 5:10:36 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpFileNames.h

    r21171 r21368  
    88
    99// Lists of file rules for the detectors
    10 static char *detectorFiles[] = { 
    11   "PSWARP.INPUT", 
    12   "PSWARP.MASK", 
    13   "PSWARP.WEIGHT",
    14   NULL 
     10static char *detectorFiles[] = {
     11  "PSWARP.INPUT",
     12  "PSWARP.MASK",
     13  "PSWARP.VARIANCE",
     14  NULL
    1515};
    1616
    1717// Lists of file rules for the skycells
    18 static char *skycellFiles[] = { 
    19   "PSWARP.OUTPUT", 
    20   "PSWARP.OUTPUT.MASK", 
    21   "PSWARP.OUTPUT.WEIGHT",
    22   NULL 
     18static char *skycellFiles[] = {
     19  "PSWARP.OUTPUT",
     20  "PSWARP.OUTPUT.MASK",
     21  "PSWARP.OUTPUT.VARIANCE",
     22  NULL
    2323};
    2424
    2525// Lists of file rules for photometry
    26 static char *photFiles[] = { 
    27   "PSPHOT.INPUT", 
     26static char *photFiles[] = {
     27  "PSPHOT.INPUT",
    2828  "PSPHOT.OUTPUT",
    2929#if PSPHOT_FIND_PSF
     
    3131#endif
    3232  "PSPHOT.RESID",
    33   "PSPHOT.BACKMDL", 
    34   "PSPHOT.BACKMDL.STDEV", 
    35   "PSPHOT.BACKGND", 
     33  "PSPHOT.BACKMDL",
     34  "PSPHOT.BACKMDL.STDEV",
     35  "PSPHOT.BACKGND",
    3636  "PSPHOT.BACKSUB",
    37   "PSPHOT.PSF.SAVE", 
    38   "SOURCE.PLOT.MOMENTS", 
     37  "PSPHOT.PSF.SAVE",
     38  "SOURCE.PLOT.MOMENTS",
    3939  "SOURCE.PLOT.PSFMODEL",
    40   "SOURCE.PLOT.APRESID", 
    41   NULL 
     40  "SOURCE.PLOT.APRESID",
     41  NULL
    4242};
    4343
    4444// Lists of file rules for the detectors and skycells, and an independent list of everything else
    45 static char *independentFiles[] = { 
     45static char *independentFiles[] = {
    4646  "PSWARP.ASTROM", // Read independently from the input pixels
    4747  "PSWARP.SKYCELL", // Don't care about the skycell once we have its WCS
    4848  "PSWARP.OUTPUT.SOURCES", // Save these independently so we can do the PSF
    49   NULL 
     49  NULL
    5050};
    5151
Note: See TracChangeset for help on using the changeset viewer.