IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2016, 5:07:08 PM (10 years ago)
Author:
eugene
Message:

adding options to reset the starpar tables; option to skip images in the src db which are not in the tgt database

File:
1 edited

Legend:

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

    r39314 r39329  
    4141int    REPLACE_TYCHO;
    4242int    FORCE_MERGE;
     43int    ALLOW_MISSING_INPUT_IMAGES;
     44
    4345int    MAX_CLIENTS;
    4446char  *ALTERNATE_PHOTCODE_FILE;
     
    5355
    5456int    MATCHED_TABLES;
     57int    RESET_STARPAR;
     58
    5559int    REPAIR_BY_OBJID;
    5660
     
    7478  unsigned int *old;
    7579  unsigned int *new;
    76   char *notFound;
     80  unsigned int  oldIDmax;
     81  int *notFoundMeasure;
     82  int *notFoundLensing;
    7783} IDmapType;
    7884
     
    222228IDmapType *IDmapLoad               PROTO((char *filename));
    223229int        create_IDmap_lookup     PROTO((IDmapType *IDmap));
     230void       dvo_report_image_IDs    PROTO((IDmapType *IDmap));
    224231
    225232// dvomerge history functions
     
    267274
    268275char **load_cptlist (char *filename, int *nlist);
     276int ResetStarPar (Catalog *catalog);
Note: See TracChangeset for help on using the changeset viewer.