Changeset 39600 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jun 16, 2016, 4:55:58 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r39580 r39600 244 244 } FrameCorrectionSet; 245 245 246 247 246 typedef struct { 248 247 double *Rave; … … 252 251 int Nicrfobj; 253 252 } ICRFobj; 253 254 typedef struct { 255 int NfixChipID; 256 int NfixStackID; 257 int NfixWarpID; 258 int NfixWarpImageID; 259 int NfixWarpCoord; 260 int NmissWarp; 261 int NmissStack; 262 int NbadWarp; 263 int NbadWarpTime; 264 int NwarpNoImage; 265 } WarpRepairResult; 254 266 255 267 # define ID_MEAS_OBJECT_HAS_2MASS ID_MEAS_POOR_PHOTOM … … 802 814 803 815 int RepairWarps (SkyList *skylist, int hostID, char *hostpath); 804 int RepairWarpMeasures (Catalog *catalog);816 WarpRepairResult RepairWarpMeasures (Catalog *catalog); 805 817 806 818 int FindWarpGroups (void);
Note:
See TracChangeset
for help on using the changeset viewer.
