IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2009, 4:45:20 PM (17 years ago)
Author:
Paul Price
Message:

MOPS needs to know the direction of subtraction. Added a new field in the IPP-MOPS format: POSITIVE, a boolean which indicates whether the subtraction is positive or not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMops/src/ppMops.h

    r25074 r25100  
    1818    psS64 exp_id;                       // Exposure identifier
    1919    psString exp_name;                  // Exposure name
     20    bool direction;                     // Direction of subtraction, 1=positive, 0=negative
    2021    psString output;                    // Output filename
    2122} ppMopsData;
Note: See TracChangeset for help on using the changeset viewer.