IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

merge changes from EAM branch ipp-20150419

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/uniphot/include/setastrom.h

    r38062 r38464  
    4949char        *DCR_FILE;
    5050char        *CAM_FILE;
     51char        *TYC_FILE;
    5152
    5253int          KH_RESET;
    5354int          DCR_RESET;
    5455int          CAM_RESET;
     56int          TYC_RESET;
    5557
    5658SkyRegion    UserPatch;
     
    9193int load_cam_correction (char *filename);
    9294int get_cam_correction (int chipID, int filter, float Xccd, float Yccd, double *dX, double *dY);
     95
     96int load_tyc_correction (char *filename);
     97int get_tyc_correction (double **R, double **D, int *N);
     98int repair_tycho_setastrom (Catalog *catalog, SkyRegion *region);
Note: See TracChangeset for help on using the changeset viewer.