IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 4:49:06 PM (11 years ago)
Author:
eugene
Message:

extensive work on relphot, relastro, uniphot, dvomerge aiming to the construction and calibration of PV3

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/dvopsps/include/dvopsps.h

    r38851 r38986  
    7272void   ConfigInit                         PROTO((int *argc, char **argv));
    7373       
    74 void   usage_dvopsps                      PROTO(());
     74void   usage_dvopsps                      PROTO((void));
    7575void   initialize_dvopsps                 PROTO((int argc, char **argv));
    7676int    args_dvopsps                       PROTO((int argc, char **argv));
    7777       
    78 void   usage_dvopsps_client               PROTO(());
     78void   usage_dvopsps_client               PROTO((void));
    7979void   initialize_dvopsps_client          PROTO((int argc, char **argv));
    8080int    args_dvopsps_client                PROTO((int argc, char **argv));
     
    8282MYSQL *mysql_dvopsps_connect              PROTO((MYSQL *mysqlBase));
    8383
    84 int    insert_detections_dvopsps          PROTO(());
     84int    insert_detections_dvopsps          PROTO((void));
    8585int    insert_detections_dvopsps_parallel PROTO((SkyTable *sky));
    8686int    insert_detections_dvopsps_catalog  PROTO((Catalog *catalog, MYSQL *mysql));
     
    9494int    assign_detection_values            PROTO((Detections *detection, Measure *measure, Average *average));
    9595
    96 int    init_detections                    PROTO(());
     96int    init_detections                    PROTO((void));
    9797int    append_detections_dvopsps_catalog  PROTO((Catalog *catalog));
    98 int    save_detections_dvopsps            PROTO(());
     98int    save_detections_dvopsps            PROTO((void));
    9999
    100 int    insert_objects_dvopsps             PROTO(());
     100int    insert_objects_dvopsps             PROTO((void));
    101101int    insert_objects_dvopsps_parallel    PROTO((SkyList *sky));
    102102int    insert_objects_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
     
    107107int    insert_objects_mysql_init          PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, char *basename));
    108108
    109 int    insert_FWobjects_dvopsps             PROTO(());
     109int    insert_FWobjects_dvopsps             PROTO((void));
    110110int    insert_FWobjects_dvopsps_parallel    PROTO((SkyList *sky));
    111111int    insert_FWobjects_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
     
    116116int    insert_FWobjects_mysql_commit        PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, IOBuffer *cpy_buffer, MYSQL *mysql));
    117117
    118 int    insert_FGshape_dvopsps               PROTO(());
     118int    insert_FGshape_dvopsps               PROTO((void));
    119119int    insert_FGshape_dvopsps_parallel      PROTO((SkyList *sky));
    120120int    insert_FGshape_dvopsps_catalog       PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
     
    125125int    insert_FGshape_mysql_commit          PROTO((IOBuffer *ave_buffer, IOBuffer *cpy_buffer, MYSQL *mysql));
    126126
    127 int    insert_skytable                    PROTO(());
     127int    insert_skytable                    PROTO((void));
    128128
    129129int    insert_skytable_mysql_commit       PROTO((IOBuffer *buffer, MYSQL *mysql));
     
    131131int    insert_skytable_mysql_init         PROTO((IOBuffer *buffer));
    132132
    133 int    insert_diffobj_dvopsps             PROTO(());
     133int    insert_diffobj_dvopsps             PROTO((void));
    134134int    insert_diffobj_dvopsps_parallel    PROTO((SkyList *sky));
    135135int    insert_diffobj_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
Note: See TracChangeset for help on using the changeset viewer.