IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29047


Ignore:
Timestamp:
Aug 25, 2010, 9:08:21 AM (16 years ago)
Author:
rhenders
Message:

Changes to reflect those in DXLayer, whcih is now using a new name when submitting batches; cleaned up user instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/checkOdmStatus.pl

    r28954 r29047  
    3232}
    3333if (!defined $singleBatch) {
    34     print "* OPTIONAL: a single batch                  -b                   (default = none)\n";
     34    print "* OPTIONAL: a single batch                  -b <batchNum>        (default = none)\n";
    3535}
    3636if (!defined $fromTime) {
    3737    $fromTime = "2010-01-01";
    38     print "* OPTIONAL: from time                       -f                   (default = $fromTime)\n";
     38    print "* OPTIONAL: from time                       -f <dateTime>        (default = $fromTime)\n";
    3939}
    4040if (!defined $toTime) {
    4141    $toTime = "2099-12-31";
    42     print "* OPTIONAL: to time                         -t                   (default = $toTime)\n";
     42    print "* OPTIONAL: to time                         -t <dateTime>        (default = $toTime)\n";
    4343}
    4444if (!defined $verbose) {
     
    110110
    111111    my $response = $ua->post($odmUrl,
    112             [batchNameFilter => $batchFilter,
     112            [batchNameFilter => "%".$batchFilter,
    113113            statusFilter => $statusFilter,
    114114            fromFilter => "2010-01-01",
Note: See TracChangeset for help on using the changeset viewer.