Changeset 21153 for trunk/Ohana/src/mosastro/include/mosastro.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/mosastro/include/mosastro.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/mosastro/include/mosastro.h
r8499 r21153 131 131 void FitGradients PROTO((Gradients *grad)); 132 132 void GetConfig PROTO((char *config, char *field, char *format, int N, void *ptr)); 133 Gradients *GetGradients PROTO(( ));133 Gradients *GetGradients PROTO((void)); 134 134 double GetScatter PROTO((int *Nscatter, double *DL, double *DM, int bright)); 135 135 int LoadStars PROTO((int Nfile, char **file)); … … 141 141 void area_of_region PROTO((CatStats *region)); 142 142 void args PROTO((int *argc, char **argv)); 143 int deproject_raw PROTO(( ));144 int deproject_stars PROTO(( ));143 int deproject_raw PROTO((void)); 144 int deproject_stars PROTO((void)); 145 145 int dump_grads PROTO((Gradients *grad, char *filename)); 146 int dump_match PROTO(( ));147 int dump_rawstars PROTO(( ));146 int dump_match PROTO((void)); 147 int dump_rawstars PROTO((void)); 148 148 int dump_refcat PROTO((StarData *refcat, int Nrefcat)); 149 149 int dump_stars PROTO((FILE *f, StarData *stars, int Nstars)); 150 150 int fake_field PROTO((double RA, double DEC)); 151 void field_combine PROTO(( ));152 void field_stats PROTO(( ));151 void field_combine PROTO((void)); 152 void field_stats PROTO((void)); 153 153 int find_dec_bands PROTO((CatStats *area)); 154 154 void fit_add PROTO((double x1, double y1, double x2, double y2)); … … 156 156 void fit_apply_grads PROTO((Coords *distort, Coords *project, int term)); 157 157 void fit_correct_grads PROTO((Gradients *in, Gradients *out, int term)); 158 void fit_eval PROTO(( ));159 void fit_free PROTO(( ));158 void fit_eval PROTO((void)); 159 void fit_free PROTO((void)); 160 160 void fit_init PROTO((int order)); 161 161 int gaussj PROTO((double **a, int n, double **b, int m)); … … 170 170 StarData *greference PROTO((int *Nrefcat)); 171 171 CatStats *gregions PROTO((CatStats *patch, int *nregion)); 172 int init_chips PROTO(( ));173 int init_field PROTO(( ));174 void init_regions PROTO(( ));172 int init_chips PROTO((void)); 173 int init_field PROTO((void)); 174 void init_regions PROTO((void)); 175 175 int load_chips PROTO((char *filename)); 176 176 int load_field PROTO((char *filename)); … … 184 184 int parse_GSC_line PROTO((CatStats *tregion, char *line)); 185 185 e_time parse_time PROTO((Header *header)); 186 void print_help PROTO(( ));187 int project_ref PROTO(( ));186 void print_help PROTO((void)); 187 int project_ref PROTO((void)); 188 188 int project_refcat PROTO((StarData *refcat, int Nrefcat)); 189 int project_stars PROTO(( ));189 int project_stars PROTO((void)); 190 190 int rfits PROTO((Chip *mychip)); 191 191 int rtext PROTO((Chip *mychip));
Note:
See TracChangeset
for help on using the changeset viewer.
