IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2007, 8:55:39 AM (19 years ago)
Author:
eugene
Message:

lots of work to get initial compilation going

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/relastro/include/relastro.h

    r12220 r12276  
    107107int    RELPHOT_GRID_BINNING;
    108108
    109 PhotCode      *photcode;
     109char          *PHOTCODE_LIST;
     110int           Nphotcodes;
     111PhotCode     **photcodes;
    110112int            PhotPrimary;
    111113int            PhotNsec;
    112 int            PhotSec;
    113114
    114115int AreaSelect;
     
    129130
    130131SkyRegion UserPatch;
    131 int UserPatchSelect;
    132132
    133133int DoUpdateObjects;
     
    189189int           liststats           PROTO((double *value, double *dvalue, int N, StatType *stats));
    190190Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog));
    191 SkyList      *load_images         PROTO((FITS_DB *db, char *regionName, SkyRegion *region, int RegionSelect));
     191SkyList      *load_images         PROTO((FITS_DB *db, SkyRegion *region));
    192192Image        *select_images       PROTO((SkyList *skylist, Image *timage, int Ntimage, int **LineNumber, int *Nimage));
    193193
     
    272272int FitPMandPar (PMFit *fit, double *X, double *dX, double *Y, double *dY, time_t *T, double *pR, double *pD, int Npts);
    273273
    274 Coords *getMosaicForImage (int N);
     274Image *getMosaicForImage (int N);
    275275
    276276StarData *getImageRef (Catalog *catalog, int Ncatalog, int im, int *Nstars, int isMosaic);
Note: See TracChangeset for help on using the changeset viewer.