IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2015, 10:30:41 PM (11 years ago)
Author:
eugene
Message:

merge changes from EAM branch ipp-20150419

File:
1 edited

Legend:

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

    r38441 r38468  
    4040char  *ALTERNATE_PHOTCODE_FILE;
    4141int    REPLACE_BY_PHOTCODE;
     42int    REPLACE_TYCHO;
    4243int    FORCE_MERGE;
    4344int    MAX_CLIENTS;
     
    232233int RepairTableCPT_V1(char *cptFilenameSrc, char *cptFilenameTgt, char *cpsFilenameSrc, char *cpsFilenameTgt, Measure *measure, off_t Nmeasure, Image *image, off_t Nimage, myIndexType *imageIDindex, char catformat);
    233234int *ReadDeleteListExternID(char *filename, int *nindex);
     235
     236void replace_tycho_init ();
     237int  replace_tycho (Average *averageInp, Measure *measureInp, Average *averageOut, Measure *measureOut);
Note: See TracChangeset for help on using the changeset viewer.