IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2005, 12:46:02 PM (21 years ago)
Author:
eugene
Message:

adding mosaic astrometry support and smp-fits files

File:
1 edited

Legend:

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

    r3401 r3416  
    2323  StarData *stars;
    2424  Header header;
     25  Header theader;
     26  Matrix matrix;
     27
    2528  char *buffer;
    2629  int Nbuffer;
     30  int FITS;
    2731
    2832  int Nmatch;
     
    5559
    5660typedef struct {
    57   double X;
    58   double Y;
    59   double M, dM;
    60   char   dophot;
    61   double sky;
    62   double fx, fy, df;
    63   double Mgal, Map;
     61  float X;
     62  float Y;
     63  float M;
     64  float dM;
     65  float Mgal;
     66  float Map;
     67  float sky;
     68  float fx;
     69  float fy;
     70  float df;
     71  char  dophot;
     72  char  dummy[3];
    6473} Stars;
    6574
     
    168177void wchip (char *filename, Chip *data);
    169178void wstars (char *filename, Stars *stars, int Nstars, Header *header);
     179int ConvertStars (Stars *data, int size, int nitems);
Note: See TracChangeset for help on using the changeset viewer.