- Timestamp:
- Oct 24, 2012, 3:52:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/ppTranslate/src/ppMops.h
r34284 r34566 28 28 psString output; // Output filename 29 29 psU16 version; // Version (for parameters) 30 psString comment; // Comment associated with the first argument of the diff 31 psString obsMode; // Observation mode 32 psString difftype; // WW (Warp-Warp Diff) or WS (Warp-Stack Diff) or SW (Stack-Warp Diff) 33 float sky; // Exposure avg sky background 34 psString shutoutc; // Camera exposure shutter open (UTC) 30 35 } ppMopsArguments; 31 36 … … 51 56 psVector *ra, *dec; // Sky coordinates 52 57 psVector *raErr, *decErr; // Error in sky coordinates 58 psVector *raExt, *decExt; // Sky coordinates for RA_EXT and DEC_EXT 59 psVector *raExtErr, *decExtErr; // Error in sky coordinates for RA_EXT and DEC_EXT 53 60 psVector *mask; // Mask for detections 54 61 } ppMopsDetections;
Note:
See TracChangeset
for help on using the changeset viewer.
