- Timestamp:
- Apr 22, 2024, 3:53:54 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippScripts/scripts/xccal.pl
r42602 r42663 51 51 print " --outroot (root) : Output root name\n"; 52 52 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";55 53 print " --reduction (class) : Reduction class\n"; 56 54 print " --verbose : Be extra verbose\n"; … … 143 141 my $file = $ipprc->filename('PSPHOT.STACK.OUTPUT', $path_base, $xcstack_id); 144 142 if (! $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"; 146 144 # input is from a single filter static sky run which used psphot instead of psphotStack 147 145 # The file rule is different for psphot
Note:
See TracChangeset
for help on using the changeset viewer.
