IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2014, 2:25:44 PM (12 years ago)
Author:
eugene
Message:

fix stack R,D in relastro

File:
1 edited

Legend:

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

    r37038 r37261  
    133133  int    Nmeas;
    134134} StatType;
     135
     136typedef struct {
     137  off_t Nave;
     138  off_t Npm;
     139  off_t Npar;
     140  off_t Nskip;
     141  off_t Noffset;
     142} FitStats;
    135143
    136144/* global variables set in parameter file */
     
    535543int areImagesLoaded ();
    536544int areImagesMatched ();
     545
     546int isGPC1chip (int photcode);
     547int isGPC1stack (int photcode);
     548int isGPC1warp (int photcode);
Note: See TracChangeset for help on using the changeset viewer.