IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2022, 8:09:51 PM (4 years ago)
Author:
eugene
Message:

adding option to select the smf by datagroup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippTests/ippCheck/ippCheck

    r42024 r42030  
    229229  echo "   EG: ippCheck dvo  (expname) (label)"
    230230  echo "   EG: ippCheck smf  (outroot) (smf1) (smf2) [+plot]"
     231  echo "   EG: ippCheck smf.dgrp (outroot) (smf1) (smf2) [+plot]"
    231232  echo "   EG: ippCheck plot (expname)"
    232233  echo "   EG: ippCheck plot.glob (expglob) (outroot)"
     
    262263  end
    263264
     265  if ("$argv:0" == "smf.dgrp")
     266    smf.compare.by.datagroups $arglist
     267    exit 0
     268  end
     269
    264270  if ("$argv:0" == "plot")
    265271    plot.exposure.user $arglist
Note: See TracChangeset for help on using the changeset viewer.