IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40251


Ignore:
Timestamp:
Dec 7, 2017, 6:11:01 AM (9 years ago)
Author:
eugene
Message:

make sure merged catdir has the right sky_depth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/mkgpc1data.dr2.dvo

    r40250 r40251  
    2121$BAD_PSFQF_FRAC = 0.0
    2222$ADDNOISE = "-no-noise"
    23 # $ADDNOISE = ""
     23$ADDNOISE = ""
    2424
    2525$CATFORMAT = PS1_V6
     
    8686  exec rm -rf testdata/catdir.mrg
    8787
    88   # if CATFORMAT is specified, dvomerge will default to the .ptolemyrc version
    89   exec dvomerge -matched-tables testdata/catdir.cam into testdata/catdir.mrg -D CATFORMAT $CATFORMAT
     88  # if CATFORMAT is not specified, dvomerge will default to the .ptolemyrc version
     89  # CATFORMAT, SKY_DEPTH here must match the addstar calls
     90  # (or else I should copy the first catdir instead of using dvomerge)
     91  # (or else dvomerge should be smart enough to inherit these from the input if the output does not exist)
     92  exec dvomerge -matched-tables testdata/catdir.cam into testdata/catdir.mrg -D CATFORMAT $CATFORMAT -D SKY_DEPTH 4
    9093  exec dvomerge -matched-tables testdata/catdir.stk into testdata/catdir.mrg
    9194  exec dvomerge -matched-tables testdata/catdir.wrp into testdata/catdir.mrg
Note: See TracChangeset for help on using the changeset viewer.