IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2005, 10:47:32 AM (21 years ago)
Author:
eugene
Message:

fixed up calibration process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/addstar-1-3-0/Ohana/src/addstar/include/addstar.h

    r5347 r5585  
    6868/* these globals are used separately by both client and server (KEEP) */
    6969double ZeroPt;  // double check for consistency
     70double CAL_INSTMAG_MAX;
     71double CAL_INSTMAG_MIN;
    7072int    VERBOSE;
    7173
     
    9395void       InitCalibration        PROTO(());
    9496GSCRegion *LoadRegions            PROTO((int *nregions));
    95 void       SaveCalibration        PROTO((float M, float dM, float Mr, float dMr, float Mc, float A, int N));
     97void       SaveCalibration        PROTO((float Mo, float dMo, float Mr, float dMr, float Mi, int N));
    9698void       SetProtect             PROTO((int mode));
    9799int        SetSignals             PROTO(());
Note: See TracChangeset for help on using the changeset viewer.