IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2019, 3:57:35 PM (7 years ago)
Author:
cclin33
Message:

let astrometry statistic results added into mysql database from smf file

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

  • trunk/ippTools/src/camtool.c

    r36914 r41072  
    524524    PXOPT_LOOKUP_F32(maskfrac_max_advisory, config->args, "-maskfrac_max_advisory", false, false);
    525525   
     526    PXOPT_LOOKUP_F32(ast_r0, config->args, "-ast_r0", false, false);
     527    PXOPT_LOOKUP_F32(ast_d0, config->args, "-ast_d0", false, false);
     528    PXOPT_LOOKUP_F32(ast_t0, config->args, "-ast_t0", false, false);
     529    PXOPT_LOOKUP_F32(ast_s0, config->args, "-ast_s0", false, false);
     530    PXOPT_LOOKUP_F32(ast_rs, config->args, "-ast_rs", false, false);
     531    PXOPT_LOOKUP_F32(ast_ds, config->args, "-ast_ds", false, false);
     532
    526533    // we store actual detection efficiency by adding in zpt_obs
    527534    PXOPT_LOOKUP_F32(deteff_inst, config->args, "-deteff_inst", false, false);
     
    695702        quality,
    696703        background_model,
    697         astrom_chips
     704        astrom_chips,
     705
     706        ast_r0,
     707        ast_d0,
     708        ast_t0,
     709        ast_s0,
     710        ast_rs,
     711        ast_ds
    698712        );
    699713
Note: See TracChangeset for help on using the changeset viewer.