Changeset 21153 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/include/relastro.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r17243 r21153 139 139 int args PROTO((int argc, char **argv)); 140 140 int bcatalog PROTO((Catalog *subcatalog, Catalog *catalog)); 141 void clean_images PROTO(( ));141 void clean_images PROTO((void)); 142 142 void clean_measures PROTO((Catalog *catalog, int Ncatalog, int final)); 143 void clean_mosaics PROTO(( ));143 void clean_mosaics PROTO((void)); 144 144 void clean_stars PROTO((Catalog *catalog, int Ncatalog)); 145 145 int corner_check PROTO((double *x1, double *y1, double *x2, double *y2)); 146 void dumpGrid PROTO(( ));147 void dump_grid PROTO(( ));146 void dumpGrid PROTO((void)); 147 void dump_grid PROTO((void)); 148 148 int edge_check PROTO((double *x1, double *y1, double *x2, double *y2)); 149 149 void findImages PROTO((Catalog *catalog, int Ncatalog)); … … 154 154 void TrapSignal (int sig); 155 155 void SetProtect (int mode); 156 int SetSignals ( );156 int SetSignals (void); 157 157 158 158 GSCRegion *find_regions PROTO((Image *image, int Nimage, int *Nregions, GSCRegion *fullregion)); … … 202 202 void plot_defaults PROTO((Graphdata *graphdata)); 203 203 void plot_grid PROTO((Catalog *catalog)); 204 void plot_images PROTO(( ));204 void plot_images PROTO((void)); 205 205 void plot_list PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *file)); 206 206 void plot_mosaic_fields PROTO((Catalog *catalog)); 207 void plot_mosaics PROTO(( ));207 void plot_mosaics PROTO((void)); 208 208 void plot_scatter PROTO((Catalog *catalog, int Ncatalog)); 209 209 void plot_star_coords PROTO((Catalog *catalog, int Ncatalog)); … … 212 212 int setExclusions PROTO((Catalog *catalog, int Ncatalog)); 213 213 void setMcal PROTO((Catalog *catalog, int Poor)); 214 void setMcalFinal PROTO(( ));214 void setMcalFinal PROTO((void)); 215 215 int setMcalOutput PROTO((Catalog *catalog, int Ncatalog)); 216 216 void setMgrid PROTO((Catalog *catalog)); … … 238 238 StatType statsStarX PROTO((Catalog *catalog, int Ncatalog)); 239 239 void wcatalog PROTO((Catalog *catalog)); 240 void wimages PROTO(( ));240 void wimages PROTO((void)); 241 241 void write_coords PROTO((Header *header, Coords *coords)); 242 242 … … 289 289 290 290 float GetAstromError (Measure *measure, int mode); 291 int relastro_objects ( );291 int relastro_objects (void); 292 292 int UpdateObjectOffsets (SkyList *skylist);
Note:
See TracChangeset
for help on using the changeset viewer.
