IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2014, 10:47:10 AM (12 years ago)
Author:
eugene
Message:

updates to correctly populate Rstk,Dstk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140813/Ohana/src/relastro/include/relastro.h

    r37038 r37306  
    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.