Changeset 35763 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jul 3, 2013, 2:21:52 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r35416 r35763 161 161 162 162 int RESET; 163 int RESET_BAD_IMAGES; 163 164 int NLOOP; 164 165 int NTHREADS; … … 194 195 195 196 int PhotFlagSelect, PhotFlagPoor, PhotFlagBad; 197 198 float MinBadQF; 199 float MaxMeanOffset; 196 200 197 201 int TimeSelect; … … 275 279 int liststats_pos PROTO((double *value, double *dvalue, int N, StatType *stats, int XVERB)); 276 280 Catalog *load_catalogs PROTO((SkyList *skylist, int *Ncatalog, int subselect, int hostID, char *hostpath)); 277 int load_images PROTO((FITS_DB *db, SkyList *skylist ));278 Image *select_images PROTO((SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage ));281 int load_images PROTO((FITS_DB *db, SkyList *skylist, int UseFullOverlap)); 282 Image *select_images PROTO((SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage, int UseFullOverlap)); 279 283 280 284 void check_permissions (char *basefile);
Note:
See TracChangeset
for help on using the changeset viewer.
