Changeset 20042 for trunk/ippTools/src/camtool.c
- Timestamp:
- Oct 9, 2008, 6:02:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r19973 r20042 105 105 psMetadata *where = psMetadataAlloc(); 106 106 pxcamGetSearchArgs (config, where); 107 PXOPT_COPY_STR(config->args, where, "-label", " chipRun.label", "==");107 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 108 108 109 109 if (!psListLength(where->list) … … 492 492 psFree(output); 493 493 camProcessedExpRow *row = camProcessedExpRowAlloc( 494 pendingRow->cam_id,495 uri,496 bg,497 bg_stdev,498 bg_mean_stdev,499 bias,500 bias_stdev,501 fringe_0,502 fringe_1,503 fringe_2,504 sigma_ra,505 sigma_dec,506 ap_resid,507 ap_resid_stdev,508 zp_mean,509 zp_stdev,510 fwhm_major,511 fwhm_minor,512 iq_m2,513 iq_m2_err,514 iq_m2_lq,515 iq_m2_uq,516 iq_m2c,517 iq_m2c_err,518 iq_m2c_lq,519 iq_m2c_uq,520 iq_m2s,521 iq_m2s_err,522 iq_m2s_lq,523 iq_m2s_uq,524 iq_m3,525 iq_m3_err,526 iq_m3_lq,527 iq_m3_uq,528 iq_m4,529 iq_m4_err,530 iq_m4_lq,531 iq_m4_uq,532 dtime_script,533 dtime_astrom,534 dtime_addstar,535 hostname,536 n_stars,537 n_psfstars,538 n_iqstars,539 n_extended,540 n_cr,541 n_astrom,542 path_base,543 code494 pendingRow->cam_id, 495 uri, 496 bg, 497 bg_stdev, 498 bg_mean_stdev, 499 bias, 500 bias_stdev, 501 fringe_0, 502 fringe_1, 503 fringe_2, 504 sigma_ra, 505 sigma_dec, 506 ap_resid, 507 ap_resid_stdev, 508 zp_mean, 509 zp_stdev, 510 fwhm_major, 511 fwhm_minor, 512 iq_m2, 513 iq_m2_err, 514 iq_m2_lq, 515 iq_m2_uq, 516 iq_m2c, 517 iq_m2c_err, 518 iq_m2c_lq, 519 iq_m2c_uq, 520 iq_m2s, 521 iq_m2s_err, 522 iq_m2s_lq, 523 iq_m2s_uq, 524 iq_m3, 525 iq_m3_err, 526 iq_m3_lq, 527 iq_m3_uq, 528 iq_m4, 529 iq_m4_err, 530 iq_m4_lq, 531 iq_m4_uq, 532 dtime_script, 533 dtime_astrom, 534 dtime_addstar, 535 hostname, 536 n_stars, 537 n_psfstars, 538 n_iqstars, 539 n_extended, 540 n_cr, 541 n_astrom, 542 path_base, 543 code 544 544 ); 545 545
Note:
See TracChangeset
for help on using the changeset viewer.
