IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38610


Ignore:
Timestamp:
Jul 22, 2015, 4:45:14 AM (11 years ago)
Author:
bills
Message:

accept -t for --tess_id and -c for --listchipcoords.
If tess_id is supplied make sure that it is upper case as that
is our convention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/whichimage

    r35464 r38610  
    2929
    3030GetOptions(
    31            'tess_id=s'  => \$tess_id,
     31           'tess_id|t=s'  => \$tess_id,
    3232           'dvo_dir=s' => \$dvo_dir,
    3333           'smf=s'      => \$smf,
    34            'listchipcoords'        => \$listchipcoords,
     34           'listchipcoords|c'        => \$listchipcoords,
    3535           'one'        => \$one,
    3636           'verbose'    => \$verbose,
     
    4949
    5050my $ipprc = PS::IPP::Config->new();
     51
     52# By convention our tess_ids are upper case
     53$tess_id = uc($tess_id);
    5154
    5255$ra = shift;
Note: See TracChangeset for help on using the changeset viewer.