IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2015, 8:53:56 PM (11 years ago)
Author:
eugene
Message:

merge astrometric corrections into setphot; add some history headers

File:
1 edited

Legend:

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

    r38986 r39288  
    3030  Matrix **matrix; // allocate an array of pointers
    3131  // index = ix + iy*Nx + filter*Nchips + dir*Ngroup
    32 } CamCorrection;
     32} CamAstromCorrection;
    3333
    3434/* global variables set in parameter file */
     
    4848char        *KH_FILE;
    4949char        *DCR_FILE;
    50 char        *CAM_FILE;
    5150char        *TYC_FILE;
     51
     52char        *CAM_ASTROM_FILE;
    5253
    5354int          KH_RESET;
     
    9192int get_dcr_correction (int filter, double *dX, double *dY, float Color);
    9293
    93 int load_cam_correction (char *filename);
    94 int get_cam_correction (int chipID, int filter, float Xccd, float Yccd, double *dX, double *dY);
     94int CamAstromCorrectionLoad (char *filename);
     95int CamAstromCorrectionValue (int chipID, int filter, float Xccd, float Yccd, double *dX, double *dY);
    9596
    9697int load_tyc_correction (char *filename);
Note: See TracChangeset for help on using the changeset viewer.