IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2019, 11:23:04 PM (7 years ago)
Author:
cclin33
Message:

add astrometry arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/ippTools/src/camtool.c

    r36914 r40955  
    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);
Note: See TracChangeset for help on using the changeset viewer.