IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2024, 2:35:56 PM (2 years ago)
Author:
eugene
Message:

require psvidOutput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/ipp_apply_burntool_psvideo.pl

    r42646 r42648  
    3838pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    3939pod2usage(
    40           -msg => "Required options: --class_id --dateobs_begin --dateobs_end --dbname",
     40          -msg => "Required options: --class_id --dateobs_begin --dateobs_end --dbname --psvidOutput",
    4141          -exitval => 3,
    4242          ) unless
     
    4444    defined $dateobs_begin and
    4545    defined $dateobs_end and
     46    defined $psvidOutput and
    4647    defined $dbname;
    4748
Note: See TracChangeset for help on using the changeset viewer.