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
  • trunk/Ohana/src/addstar/include/addstar.h

    r5445 r5585  
    7171/* these globals are used separately by both client and server (KEEP) */
    7272double ZeroPt;  // double check for consistency
     73double CAL_INSTMAG_MAX;
     74double CAL_INSTMAG_MIN;
    7375int    VERBOSE;
    7476
     
    9193FILE      *GetDB                  PROTO((int *state));
    9294void       InitCalibration        PROTO(());
    93 void       SaveCalibration        PROTO((float M, float dM, float Mr, float dMr, float Mc, float A, int N));
     95void       SaveCalibration        PROTO((float Mo, float dMo, float Mr, float dMr, float Mi, int N));
    9496void       SetProtect             PROTO((int mode));
    9597int        SetSignals             PROTO(());
Note: See TracChangeset for help on using the changeset viewer.