IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2015, 12:02:23 PM (11 years ago)
Author:
eugene
Message:

add -replace-tycho option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150419/Ohana/src/dvomerge/include/dvomerge.h

    r37807 r38285  
    4040char  *ALTERNATE_PHOTCODE_FILE;
    4141int    REPLACE_BY_PHOTCODE;
     42int    REPLACE_TYCHO;
    4243int    FORCE_MERGE;
    4344char  *UPDATE_CATFORMAT;
     
    230231int RepairTableCPT_V1(char *cptFilenameSrc, char *cptFilenameTgt, char *cpsFilenameSrc, char *cpsFilenameTgt, Measure *measure, off_t Nmeasure, Image *image, off_t Nimage, myIndexType *imageIDindex, char catformat);
    231232int *ReadDeleteListExternID(char *filename, int *nindex);
     233
     234void replace_tycho_init ();
     235int  replace_tycho (Average *averageInp, Measure *measureInp, Average *averageOut, Measure *measureOut);
Note: See TracChangeset for help on using the changeset viewer.