IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2005, 4:40:00 PM (21 years ago)
Author:
eugene
Message:

working version of mosastro

File:
1 edited

Legend:

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

    r3294 r3323  
    88  double X, Y;  /* Chip Coords   - pixels  */
    99  double Mag, dMag;
    10   int type;
     10  int mask;
    1111} StarData;
    1212
     
    2020  char *file;
    2121  int Nstars;
     22  int NX, NY;
    2223  StarData *stars;
     24  Header header;
     25  char *buffer;
     26  int Nbuffer;
    2327
    2428  int Nmatch;
     
    6064} Stars;
    6165
     66int  ChipOrder;
    6267int  Nchip;
    6368Chip *chip;
    6469Field field;
    6570double Year;  /** carried for precession - probably put this in chip data **/
    66 double RADIUS; /** raw / ref matching radius (units?) **/
     71double RADIUS; /** raw / ref matching radius (pixels on Focal Plane) **/
     72double SIGMA;
     73double SIGMA_LIM;
    6774
     75char StoneRegions[256];
    6876char CDROM[256];
    6977char REFCAT[256];
    7078char CATDIR[256];
     79char ExptimeKeyword[256];
    7180char DateKeyword[256];
    7281char DateMode[256];
     
    7685char TWO_MASS_DIR[256];
    7786int VERBOSE;
     87int NO_CHIPS;
    7888
    7989char GSCFILE[256];
    8090char GSC_DIR[256];
     91
     92char *FIELD;
     93char *CHIPS;
     94char *OUTPUT;
     95char *DUMP;
     96char *FOCAL_PLANE;
    8197
    8298StarData *getusno (CatStats *catstats, int *Nstars);
     
    103119int fake_field (double RA, double DEC);
    104120Gradients *GetGradients ();
     121void FitChips (int Norder);
     122void FitChipLinear (StarData *raw, StarData *ref, int Nmatch, Coords *coords);
     123void FitChipResid (StarData *raw, StarData *ref, int Nmatch, Coords *coords);
     124double GetScatter ();
     125Header *mkmosaic (int Nx, int Ny, int Nstars, Coords *coords);
Note: See TracChangeset for help on using the changeset viewer.