- Timestamp:
- Mar 6, 2007, 8:55:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/relastro/include/relastro.h
r12220 r12276 107 107 int RELPHOT_GRID_BINNING; 108 108 109 PhotCode *photcode; 109 char *PHOTCODE_LIST; 110 int Nphotcodes; 111 PhotCode **photcodes; 110 112 int PhotPrimary; 111 113 int PhotNsec; 112 int PhotSec;113 114 114 115 int AreaSelect; … … 129 130 130 131 SkyRegion UserPatch; 131 int UserPatchSelect;132 132 133 133 int DoUpdateObjects; … … 189 189 int liststats PROTO((double *value, double *dvalue, int N, StatType *stats)); 190 190 Catalog *load_catalogs PROTO((SkyList *skylist, int *Ncatalog)); 191 SkyList *load_images PROTO((FITS_DB *db, char *regionName, SkyRegion *region, int RegionSelect));191 SkyList *load_images PROTO((FITS_DB *db, SkyRegion *region)); 192 192 Image *select_images PROTO((SkyList *skylist, Image *timage, int Ntimage, int **LineNumber, int *Nimage)); 193 193 … … 272 272 int FitPMandPar (PMFit *fit, double *X, double *dX, double *Y, double *dY, time_t *T, double *pR, double *pD, int Npts); 273 273 274 Coords*getMosaicForImage (int N);274 Image *getMosaicForImage (int N); 275 275 276 276 StarData *getImageRef (Catalog *catalog, int Ncatalog, int im, int *Nstars, int isMosaic);
Note:
See TracChangeset
for help on using the changeset viewer.
