IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2005, 4:44:20 PM (21 years ago)
Author:
eugene
Message:

loneos.h to dvo.h; FITS tables for smpfiles

File:
1 edited

Legend:

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

    r3416 r3466  
    11# include <ohana.h>
    2 # include <loneos.h>
     2# include <dvo.h>
    33
    44typedef struct {
     
    7373} Stars;
    7474
     75typedef struct {
     76  double Rraw, Draw; /* Sky Coords    - degrees */
     77  float Praw, Qraw;  /* Tangent Plane - pixels  */
     78  float Lraw, Mraw;  /* Focal Plane   - pixels  */
     79  float Xraw, Yraw;  /* Chip Coords   - pixels  */
     80
     81  double Rref, Dref; /* Sky Coords    - degrees */
     82  float Pref, Qref;  /* Tangent Plane - pixels  */
     83  float Lref, Mref;  /* Focal Plane   - pixels  */
     84  float Xref, Yref;  /* Chip Coords   - pixels  */
     85
     86  float Mcat, dMcat;
     87  float Minst, dMinst;
     88  char mask;
     89} MatchData;
     90
    7591int  ChipOrder;
    7692int  Nchip;
     
    8197double SIGMA;
    8298double SIGMA_LIM;
     99double IMAG_MIN;
     100double IMAG_MAX;
     101double INST_BRIGHT;
     102double ZERO_POINT;
    83103
    84104char StoneRegions[256];
     
    95115int VERBOSE;
    96116int NO_CHIPS;
     117int SAVE_RESID;
    97118
    98119char GSCFILE[256];
     
    116137StarData *gcatalog (char *filename, int *Nstars);
    117138StarData *gptolemy (char *filename, int *NSTARS);
    118 double GetScatter ();
     139double GetScatter (int *Nscatter, double *DL, double *DM, int bright);
    119140int find_dec_bands (CatStats *area);
    120141int load_ra_blocks (int Ndec, CatStats *area);
     
    178199void wstars (char *filename, Stars *stars, int Nstars, Header *header);
    179200int ConvertStars (Stars *data, int size, int nitems);
     201int rfits (Chip *mychip);
     202int rtext (Chip *mychip);
     203void wfits (char *filename, Stars *stars, int Nstars, Header *header);
     204int ConvertMatch (MatchData *data, int size, int nitems);
Note: See TracChangeset for help on using the changeset viewer.