Changeset 29565 for trunk/ppTranslate/src/ppMops.h
- Timestamp:
- Oct 26, 2010, 12:30:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppTranslate/src/ppMops.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppTranslate/src/ppMops.h
r29560 r29565 25 25 float rmsAstrom; // Astrometric solution RMS 26 26 psString output; // Output filename 27 psU16 version; // Version (for parameters)27 psU16 version; // Version (for parameters) 28 28 } ppMopsArguments; 29 29 … … 125 125 126 126 /// Read detections 127 psArray *ppMopsRead( constppMopsArguments *args);127 psArray *ppMopsRead(ppMopsArguments *args); 128 128 129 129 /// Merge detections … … 133 133 bool ppMopsWrite(const ppMopsDetections *detections, const ppMopsArguments *args); 134 134 135 /// Get the version contained in EXTTYPE of the "SkyChip.psf" table: 136 /// @returns 1 if EXTTYPE of "SkyChip.psf" is PS1_DV1 137 /// @returns 2 if EXTTYPE of "SkyChip.psf" is PS1_DV2 138 /// @returns 0 otherwise 139 int ppMopsGetSkyChipPsfVersion(const psFits* fits); 140 135 141 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
