IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2006, 5:32:12 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/pop.c

    r8094 r8103  
    286286        psF32           airmass;
    287287        psF64           ra;
    288         psF64           dec;
     288        psF64           decl;
    289289        psF32           exp_time;
    290290        psF64           background;
     
    295295        }
    296296
    297         if (!rawDetrendExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &dec, &exp_time, &background)) {
     297        if (!rawDetrendExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &decl, &exp_time, &background)) {
    298298            exit(EXIT_FAILURE);
    299299        }
     
    312312        psF32           airmass;
    313313        psF64           ra;
    314         psF64           dec;
     314        psF64           decl;
    315315        psF32           exp_time;
    316316        psF64           background;
     
    321321        }
    322322
    323         if (!rawScienceExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &dec, &exp_time, &background)) {
     323        if (!rawScienceExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &decl, &exp_time, &background)) {
    324324            exit(EXIT_FAILURE);
    325325        }
     
    357357        psF32           airmass;
    358358        psF64           ra;
    359         psF64           dec;
     359        psF64           decl;
    360360        psF32           exp_time;
    361361        psF64           background;
     
    368368        }
    369369
    370         if (!p1PendingExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &dec, &exp_time, &background, (char **)&recipe, &p1_version)) {
     370        if (!p1PendingExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &decl, &exp_time, &background, (char **)&recipe, &p1_version)) {
    371371            exit(EXIT_FAILURE);
    372372        }
     
    385385        psF32           airmass;
    386386        psF32           ra;
    387         psF64           dec;
     387        psF64           decl;
    388388        psF64           exp_time;
    389389        psF64           background;
     
    397397        }
    398398
    399         if (!p2PendingExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &dec, &exp_time, &background, (char **)&recipe, &p1_version, &p2_version)) {
     399        if (!p2PendingExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &decl, &exp_time, &background, (char **)&recipe, &p1_version, &p2_version)) {
    400400            exit(EXIT_FAILURE);
    401401        }
     
    435435        psF32           airmass;
    436436        psF64           ra;
    437         psF64           dec;
     437        psF64           decl;
    438438        psF32           exp_time;
    439439        psF64           background;
     
    447447        }
    448448
    449         if (!p2DoneExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &dec, &exp_time, &background, (char **)&recipe, &p1_version, &p2_version)) {
     449        if (!p2DoneExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &decl, &exp_time, &background, (char **)&recipe, &p1_version, &p2_version)) {
    450450            exit(EXIT_FAILURE);
    451451        }
     
    484484        psF32           airmass;
    485485        psF64           ra;
    486         psF64           dec;
     486        psF64           decl;
    487487        psF32           exp_time;
    488488        psF64           background;
     
    496496        }
    497497
    498         if (!p3PendingExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &dec, &exp_time, &background, (char **)&recipe, &p2_version, &p3_version)) {
     498        if (!p3PendingExpPop(dbh, (char **)&exp_id, (char **)&camera, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &decl, &exp_time, &background, (char **)&recipe, &p2_version, &p3_version)) {
    499499            exit(EXIT_FAILURE);
    500500        }
     
    532532        psF32           airmass;
    533533        psF64           ra;
    534         psF64           dec;
     534        psF64           decl;
    535535        psF32           exp_time;
    536536        psF64           background;
     
    541541        }
    542542
    543         if (!detInputExpPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &dec, &exp_time, &background)) {
     543        if (!detInputExpPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&camera, (char **)&telescope, (char **)&exp_type, &imfiles, (char **)&filter, &airmass, &ra, &decl, &exp_time, &background)) {
    544544            exit(EXIT_FAILURE);
    545545        }
Note: See TracChangeset for help on using the changeset viewer.