Changeset 4864 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Aug 23, 2005, 8:55:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r4828 r4864 1 1 # include <ohana.h> 2 2 # include <dvo.h> 3 # include <signal.h> 3 4 4 5 /* # define GRID_V1 */ … … 118 119 void findImages PROTO((Catalog *catalog, int Ncatalog)); 119 120 int findMosaics PROTO((Catalog *catalog, int Ncatalog)); 120 Image *find_images PROTO((GSCRegion *region, int Nregion, int *Nimages, int **LineNum)); 121 Image *find_images PROTO((FITS_DB *db, GSCRegion *region, int Nregion, int *Nimage, int **LineNum)); 122 void set_db (FITS_DB *in); 123 int Shutdown (char *format, ...); 124 void TrapSignal (int sig); 125 void SetProtect (int mode); 126 int SetSignals (); 127 121 128 GSCRegion *find_regions PROTO((Image *image, int Nimage, int *Nregions, GSCRegion *fullregion)); 122 129 void freeGridBins PROTO((int Ncatalog)); … … 147 154 int liststats PROTO((double *value, double *dvalue, int N, StatType *stats)); 148 155 Catalog *load_catalogs PROTO((GSCRegion *region, int Nregion, GSCRegion *fullregion)); 149 GSCRegion *load_images PROTO((char *seed, int *nregion, GSCRegion *fullregion)); 156 GSCRegion *load_images PROTO((FITS_DB *db, char *seed, int *nregion, GSCRegion *fullregion)); 157 158 void check_permissions (char *basefile); 159 void lock_image_db (FITS_DB *db, char *filename); 160 void unlock_image_db (FITS_DB *db); 161 void create_image_db (FITS_DB *db); 162 150 163 int main PROTO((int argc, char **argv)); 151 164 void mark_images PROTO((Image *image, int Nimage, Image *timage, int Ntimage)); … … 167 180 int setExclusions PROTO((Catalog *catalog, int Ncatalog)); 168 181 void setMcal PROTO((Catalog *catalog, int Poor)); 169 void setMcalFinal PROTO(( Image *image, int Nimage));182 void setMcalFinal PROTO(()); 170 183 int setMcalOutput PROTO((Catalog *catalog, int Ncatalog)); 171 184 void setMgrid PROTO((Catalog *catalog));
Note:
See TracChangeset
for help on using the changeset viewer.
