Changeset 7393 for trunk/Ohana/src/delstar/include/delstar.h
- Timestamp:
- Jun 7, 2006, 7:20:35 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/delstar/include/delstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/delstar/include/delstar.h
r5451 r7393 39 39 void ConfigInit PROTO((int *argc, char **argv)); 40 40 int FindDecBand PROTO((double dec, double *DEC0, double *DEC1)); 41 int FindRegionByPoint PROTO((GSCRegion *region, double ra, double dec, GSCRegion *gsc, int Ngsc));42 int FindRegionDecBandStart PROTO((GSCRegion *region, int Nregion, double dec));43 int FindRegionDecBandStop PROTO((GSCRegion *region, int Nregion, double dec));44 41 FILE *GetDB PROTO((int *state)); 45 42 Image *GetImages PROTO((int *nimage)); 46 GSCRegion *LoadRegions PROTO((int *nregions));47 43 int SetImages PROTO((Image *new, int Nnew)); 48 44 void SetProtect PROTO((int mode)); … … 62 58 int gcatalog PROTO((Catalog *catalog)); 63 59 Image *gimages PROTO((char *filename)); 64 GSCRegion *gregion_image PROTO((Image *image, int *Nregions));65 GSCRegion *gregion_patch PROTO((GSCRegion *patch, int *nregions));66 60 Image *gtimes PROTO((int *NIMAGE)); 67 61 void help PROTO(()); … … 73 67 int save_image_db PROTO(()); 74 68 void sort_lists PROTO((float *X, float *Y, int *S, int N)); 75 void sort_regions PROTO((GSCRegion *region, int N));76 69 void unlock_image_db PROTO((FITS_DB *db)); 77 70 void usage PROTO(());
Note:
See TracChangeset
for help on using the changeset viewer.
