Changeset 38592
- Timestamp:
- Jul 15, 2015, 11:02:24 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src
- Files:
-
- 8 edited
-
dvolens/include/dvolens.h (modified) (1 diff)
-
dvopsps/include/dvopsps.h (modified) (6 diffs)
-
uniphot/include/ckids.h (modified) (1 diff)
-
uniphot/include/fiximids.h (modified) (1 diff)
-
uniphot/include/fixstkids.h (modified) (1 diff)
-
uniphot/include/setastrom.h (modified) (2 diffs)
-
uniphot/include/setgalmodel.h (modified) (1 diff)
-
uniphot/include/setposangle.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/dvolens/include/dvolens.h
r38153 r38592 68 68 int main PROTO((int argc, char **argv)); 69 69 70 void update_objects PROTO(( ));70 void update_objects PROTO((void)); 71 71 int update_objects_parallel PROTO((SkyList *sky)); 72 72 int update_objects_catalog PROTO((Catalog *catalog)); -
branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/include/dvopsps.h
r37923 r38592 71 71 void ConfigInit PROTO((int *argc, char **argv)); 72 72 73 void usage_dvopsps PROTO(( ));73 void usage_dvopsps PROTO((void)); 74 74 void initialize_dvopsps PROTO((int argc, char **argv)); 75 75 int args_dvopsps PROTO((int argc, char **argv)); 76 76 77 void usage_dvopsps_client PROTO(( ));77 void usage_dvopsps_client PROTO((void)); 78 78 void initialize_dvopsps_client PROTO((int argc, char **argv)); 79 79 int args_dvopsps_client PROTO((int argc, char **argv)); … … 81 81 MYSQL *mysql_dvopsps_connect PROTO((MYSQL *mysqlBase)); 82 82 83 int insert_detections_dvopsps PROTO(( ));83 int insert_detections_dvopsps PROTO((void)); 84 84 int insert_detections_dvopsps_parallel PROTO((SkyTable *sky)); 85 85 int insert_detections_dvopsps_catalog PROTO((Catalog *catalog, MYSQL *mysql)); … … 93 93 int assign_detection_values PROTO((Detections *detection, Measure *measure, Average *average)); 94 94 95 int init_detections PROTO(( ));95 int init_detections PROTO((void)); 96 96 int append_detections_dvopsps_catalog PROTO((Catalog *catalog)); 97 int save_detections_dvopsps PROTO(( ));97 int save_detections_dvopsps PROTO((void)); 98 98 99 int insert_objects_dvopsps PROTO(( ));99 int insert_objects_dvopsps PROTO((void)); 100 100 int insert_objects_dvopsps_parallel PROTO((SkyList *sky)); 101 101 int insert_objects_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); … … 106 106 int insert_objects_mysql_init PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, char *basename)); 107 107 108 int insert_FWobjects_dvopsps PROTO(( ));108 int insert_FWobjects_dvopsps PROTO((void)); 109 109 int insert_FWobjects_dvopsps_parallel PROTO((SkyList *sky)); 110 110 int insert_FWobjects_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); … … 115 115 int insert_FWobjects_mysql_commit PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, IOBuffer *cpy_buffer, MYSQL *mysql)); 116 116 117 int insert_skytable PROTO(( ));117 int insert_skytable PROTO((void)); 118 118 119 119 int insert_skytable_mysql_commit PROTO((IOBuffer *buffer, MYSQL *mysql)); … … 121 121 int insert_skytable_mysql_init PROTO((IOBuffer *buffer)); 122 122 123 int insert_diffobj_dvopsps PROTO(( ));123 int insert_diffobj_dvopsps PROTO((void)); 124 124 int insert_diffobj_dvopsps_parallel PROTO((SkyList *sky)); 125 125 int insert_diffobj_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); -
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/include/ckids.h
r35764 r38592 22 22 void ConfigInit PROTO((int *argc, char **argv)); 23 23 24 void usage_ckids PROTO(( ));24 void usage_ckids PROTO((void)); 25 25 void initialize_ckids PROTO((int argc, char **argv)); 26 26 int args_ckids PROTO((int argc, char **argv)); 27 27 28 void usage_ckids_client PROTO(( ));28 void usage_ckids_client PROTO((void)); 29 29 void initialize_ckids_client PROTO((int argc, char **argv)); 30 30 int args_ckids_client PROTO((int argc, char **argv)); 31 31 32 int update_dvo_ckids PROTO(( ));32 int update_dvo_ckids PROTO((void)); 33 33 int update_dvo_ckids_parallel PROTO((SkyList *sky)); 34 34 -
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/include/fiximids.h
r35764 r38592 37 37 void ConfigInit PROTO((int *argc, char **argv)); 38 38 39 void usage_fiximids PROTO(( ));39 void usage_fiximids PROTO((void)); 40 40 void initialize_fiximids PROTO((int argc, char **argv)); 41 41 int args_fiximids PROTO((int argc, char **argv)); 42 42 43 void usage_fiximids_client PROTO(( ));43 void usage_fiximids_client PROTO((void)); 44 44 void initialize_fiximids_client PROTO((int argc, char **argv)); 45 45 int args_fiximids_client PROTO((int argc, char **argv)); -
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/include/fixstkids.h
r35764 r38592 34 34 void ConfigInit PROTO((int *argc, char **argv)); 35 35 36 void usage_fixstkids PROTO(( ));36 void usage_fixstkids PROTO((void)); 37 37 void initialize_fixstkids PROTO((int argc, char **argv)); 38 38 int args_fixstkids PROTO((int argc, char **argv)); 39 39 40 void usage_fixstkids_client PROTO(( ));40 void usage_fixstkids_client PROTO((void)); 41 41 void initialize_fixstkids_client PROTO((int argc, char **argv)); 42 42 int args_fixstkids_client PROTO((int argc, char **argv)); -
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/include/setastrom.h
r38464 r38592 64 64 void ConfigInit PROTO((int *argc, char **argv)); 65 65 66 void usage_setastrom PROTO(( ));66 void usage_setastrom PROTO((void)); 67 67 void initialize_setastrom PROTO((int argc, char **argv)); 68 68 int args_setastrom PROTO((int argc, char **argv)); 69 69 70 void usage_setastrom_client PROTO(( ));70 void usage_setastrom_client PROTO((void)); 71 71 void initialize_setastrom_client PROTO((int argc, char **argv)); 72 72 int args_setastrom_client PROTO((int argc, char **argv)); … … 77 77 // int SetSignals PROTO((void)); 78 78 79 int update_dvo_setastrom PROTO(( ));79 int update_dvo_setastrom PROTO((void)); 80 80 int update_dvo_setastrom_parallel PROTO((SkyTable *sky)); 81 81 -
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/include/setgalmodel.h
r37807 r38592 26 26 void ConfigInit PROTO((int *argc, char **argv)); 27 27 28 void usage_setgalmodel PROTO(( ));28 void usage_setgalmodel PROTO((void)); 29 29 void initialize_setgalmodel PROTO((int argc, char **argv)); 30 30 int args_setgalmodel PROTO((int argc, char **argv)); 31 31 32 void usage_setgalmodel_client PROTO(( ));32 void usage_setgalmodel_client PROTO((void)); 33 33 void initialize_setgalmodel_client PROTO((int argc, char **argv)); 34 34 int args_setgalmodel_client PROTO((int argc, char **argv)); -
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/include/setposangle.h
r35103 r38592 39 39 void ConfigInit PROTO((int *argc, char **argv)); 40 40 41 void usage_setposangle PROTO(( ));41 void usage_setposangle PROTO((void)); 42 42 void initialize_setposangle PROTO((int argc, char **argv)); 43 43 int args_setposangle PROTO((int argc, char **argv)); 44 44 45 void usage_setposangle_client PROTO(( ));45 void usage_setposangle_client PROTO((void)); 46 46 void initialize_setposangle_client PROTO((int argc, char **argv)); 47 47 int args_setposangle_client PROTO((int argc, char **argv));
Note:
See TracChangeset
for help on using the changeset viewer.
