IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2024, 3:53:54 PM (2 years ago)
Author:
eugene
Message:

fixup tasks and tools for xcstack - xccal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippScripts/scripts/xccal.pl

    r42602 r42663  
    5151    print "  --outroot (root)        : Output root name\n";
    5252    print "  --path_base (path_base) : path_base of input\n";
    53     print "  --filter (filter)       : filter of input\n";
    54     print "  --singlefilter          : the input is the result of a single filter analysis";
    5553    print "  --reduction (class)     : Reduction class\n";
    5654    print "  --verbose               : Be extra verbose\n";
     
    143141my $file = $ipprc->filename('PSPHOT.STACK.OUTPUT', $path_base, $xcstack_id);
    144142if (! $ipprc->file_resolve($file)) {
    145     print "\nfailed to resolve $file, is it a single-filter stack?\n";
     143    print "\nfailed to resolve $file, checking for a single-filter stack\n";
    146144    # input is from a single filter static sky run which used psphot instead of psphotStack
    147145    # The file rule is different for psphot
Note: See TracChangeset for help on using the changeset viewer.