IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2016, 4:55:58 PM (10 years ago)
Author:
eugene
Message:

for repair mode: do not save unless changes are made; make a backup for changed catalogs; add header metadata to record modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/include/relastro.h

    r39580 r39600  
    244244} FrameCorrectionSet;
    245245
    246 
    247246typedef struct {
    248247  double *Rave;
     
    252251  int Nicrfobj;
    253252} ICRFobj;
     253
     254typedef 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;
    254266
    255267# define ID_MEAS_OBJECT_HAS_2MASS ID_MEAS_POOR_PHOTOM
     
    802814
    803815int RepairWarps (SkyList *skylist, int hostID, char *hostpath);
    804 int RepairWarpMeasures (Catalog *catalog);
     816WarpRepairResult RepairWarpMeasures (Catalog *catalog);
    805817
    806818int FindWarpGroups (void);
Note: See TracChangeset for help on using the changeset viewer.