Changeset 39619 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jul 1, 2016, 10:09:40 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r39612 r39619 257 257 258 258 typedef struct { 259 int NStackFixExtID; 260 int NStackFixImageID; 261 int NstackBadCoords; 262 int NstackFailRepair_v1; 263 int NstackFailRepair_v2; 264 int NstackFixCoords; 265 int NstackMissImage; 266 int NstackMissTime; 267 int NstackNoImageID; 268 } StackRepairResult; 269 270 typedef struct { 259 271 int NfixChipID; 260 272 int NfixStackID; … … 269 281 } WarpRepairResult; 270 282 283 typedef struct { 284 int NstackNoImageID; 285 int NstackBadCoords; 286 int NstackBadTime; 287 int NstackBadImageCoords; 288 int NwarpNoImageID; 289 int NwarpBadCoords; 290 int NwarpBadTime; 291 int NwarpBadImageCoords; 292 int NchipNoImageID; 293 int NchipBadCoords; 294 int NchipBadTime; 295 int NchipBadImageCoords; 296 } CheckMeasureResult; 297 271 298 # define ID_MEAS_OBJECT_HAS_2MASS ID_MEAS_POOR_PHOTOM 272 299 … … 333 360 int USE_ICRF_POLE; 334 361 362 int REPAIR_STACKS; 335 363 int USE_IMAGE_COORDS_FOR_REPAIR; 336 364 int USE_ALL_IMAGES; 365 int CHECK_MEASURE_TO_IMAGE; 337 366 338 367 int RESET; … … 834 863 uint64_t CreatePSPSStackDetectionID(int sourceID, int imageID, int detID); 835 864 uint64_t CreatePSPSDetectionID(double tobs, int ccdid, int detID); 865 866 void sort_by_ra (double *R, double *D, int *I, int *S, int N); 867 void FreeStackGroups (void); 868 int GetStackSeq (Image *image, double Rstk, double Dstk, unsigned short photcode, float X, float Y); 869 int MakeStackIndex (void); 870 int RepairStackID (StackRepairResult *result, Image *image, double Rave, double Dave, Measure *measureB, MeasureTiny *measureT); 871 StackRepairResult RepairStackMeasures (Catalog *catalog); 872 int CheckMeasureToImage (Catalog *catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
