IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2007, 4:12:43 PM (19 years ago)
Author:
eugene
Message:

progress on running relastro:images

File:
1 edited

Legend:

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

    r12731 r15590  
    33# include <kapa.h>
    44# include <signal.h>
     5
     6typedef enum {
     7  MODE_SIMPLE,
     8  MODE_CHIP,
     9  MODE_MOSAIC,
     10} CoordMode;
    511
    612typedef struct {
     
    277283int FitPMandPar (PMFit *fit, double *X, double *dX, double *Y, double *dY, double *T, double *pR, double *pD, int Npts);
    278284
    279 Image *getMosaicForImage (int N);
     285Mosaic *getMosaicForImage (int N);
    280286
    281287StarData *getImageRef (Catalog *catalog, int Ncatalog, int im, int *Nstars, int isMosaic);
Note: See TracChangeset for help on using the changeset viewer.