Changeset 21153 for trunk/Ohana/src/opihi/include/dvoshell.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvoshell.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvoshell.h
r20936 r21153 33 33 MAG_REF, 34 34 MAG_ERR, 35 MAG_PHOT_FLAGS, 35 36 MAG_CHISQ, 36 37 MAG_NCODE, … … 99 100 MEAS_DET_ID, 100 101 MEAS_OBJ_ID, 102 MEAS_CAT_ID, 101 103 MEAS_IMAGE_ID, 102 104 MEAS_PSF_QF, … … 262 264 double *ExtractMeasuresByDMag PROTO((PhotCode **code, int *mode, int use_first, Average *average, SecFilt *secfilt, Measure *measure, int *nlist, int param)); 263 265 double *ExtractMeasuresDMag PROTO((PhotCode **code, int *mode, Average *average, SecFilt *secfilt, Measure *measure, int *nlist)); 264 void FreeImageSelection PROTO(( ));265 void FreeImageSelection PROTO(( ));266 void FreeImageSelection PROTO((void)); 267 void FreeImageSelection PROTO((void)); 266 268 int GetAverageParam PROTO((char *parname)); 267 void GetAverageParamHelp PROTO(( ));269 void GetAverageParamHelp PROTO((void)); 268 270 int GetMagMode PROTO((char *string)); 269 271 double GetMeasure PROTO((int param, Average *average, Measure *measure, double mag)); … … 271 273 int GetMeasureTypeCode PROTO((Measure *measure)); 272 274 int GetPhotcodeInfo PROTO((char *string, PhotCode **Code, int *Mode)); 273 int GetSelectionParam PROTO(( ));275 int GetSelectionParam PROTO((void)); 274 276 int GetTimeSelection PROTO((time_t *tz, time_t *te)); 275 void InitDVO PROTO(( ));276 void FreeDVO PROTO(( ));277 int InitPhotcodes PROTO(( ));277 void InitDVO PROTO((void)); 278 void FreeDVO PROTO((void)); 279 int InitPhotcodes PROTO((void)); 278 280 Image *LoadImages PROTO((int *Nimage)); 279 281 Image *MatchImage PROTO((unsigned int time, short int source)); … … 285 287 SkyList *SkyListLoadFile PROTO((char *filename)); 286 288 int SetCATDIR PROTO((char *path, int verbose)); 287 char * GetCATDIR PROTO(( ));288 SkyTable *GetSkyTable PROTO(( ));289 char * GetCATDIR PROTO((void)); 290 SkyTable *GetSkyTable PROTO((void)); 289 291 SkyList *SkyListFromFile PROTO((char *filename)); 290 292 SkyRegionSelection *SetRegionSelection PROTO((int *argc, char **argv)); … … 339 341 int get_skyregion (double *Rs, double *Re, double *Ds, double *De); 340 342 int set_skyregion (double Rs, double Re, double Ds, double De); 341 void FreeImageSelection ( );343 void FreeImageSelection (void); 342 344 343 345 void FreeSkyRegionSelection (SkyRegionSelection *selection); … … 345 347 346 348 int dbExtractMeasuresInitTransform (CoordTransformSystem target); 347 int dbExtractMeasuresInitAve ( );348 int dbExtractMeasuresInitMeas ( );349 int dbExtractMeasuresInit ( );349 int dbExtractMeasuresInitAve (void); 350 int dbExtractMeasuresInitMeas (void); 351 int dbExtractMeasuresInit (void); 350 352 351 353 int dbExtractAveragesInitTransform (CoordTransformSystem target); 352 int dbExtractAveragesInit ( );354 int dbExtractAveragesInit (void); 353 355 354 356 int dbExtractImagesInitTransform (CoordTransformSystem target); 355 int dbExtractImagesInit ( );356 int dbExtractImagesReset ( );357 int dbExtractImagesInit (void); 358 int dbExtractImagesReset (void); 357 359 358 360 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
