IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2009, 6:25:39 PM (17 years ago)
Author:
Paul Price
Message:

Still moving stuff around to support 'inverse' mode. Need to define separate output files for the sources. Still doesn't compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src/ppSub.h

    r23704 r23711  
    2424// Output files, for activation/deactivation
    2525typedef enum {
    26     PPSUB_FILES_INPUT    = 0x01,         // Input files
    27     PPSUB_FILES_CONV     = 0x02,         // Convolved files (output)
    28     PPSUB_FILES_SUB      = 0x04,         // Subtracted files (output)
    29     PPSUB_FILES_INV      = 0x08,         // Inverse subtracted files (output)
    30     PPSUB_FILES_PHOT_SUB = 0x10,         // Photometry files (output)
    31     PPSUB_FILES_PHOT_INV = 0x20,        // Photometry files (
    32     PPSUB_FILES_ALL      = 0xFF,         // All files
     26    PPSUB_FILES_INPUT    = 0x01,        // Input files
     27    PPSUB_FILES_CONV     = 0x02,        // Convolved files (output)
     28    PPSUB_FILES_SUB      = 0x04,        // Subtracted files (output)
     29    PPSUB_FILES_INV      = 0x08,        // Inverse subtracted files (output)
     30    PPSUB_FILES_PHOT     = 0x10,        // psphot photometry files
     31    PPSUB_FILES_PHOT_SUB = 0x20,        // Subtraction photometry files (output)
     32    PPSUB_FILES_PHOT_INV = 0x40,        // Inverse subtraction photometry files (output)
     33    PPSUB_FILES_ALL      = 0xFF,        // All files
    3334} ppSubFiles;
    3435
Note: See TracChangeset for help on using the changeset viewer.