IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30710


Ignore:
Timestamp:
Feb 20, 2011, 12:11:50 AM (15 years ago)
Author:
watersc1
Message:

I really thought exp_type was already defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/register_imfile.pl

    r30639 r30710  
    181181if (uc(&value_for_flag ($cmdflags, "NULL", "-exp_type"))  eq "NULL") { &my_die_for_add ("exp_type  not found", $exp_id, $tmp_exp_name, $tmp_class_id, $uri, $PS_EXIT_CONFIG_ERROR); }
    182182my $dateobs   = &value_for_flag($cmdflags, 0.0, "-dateobs");
     183my $exp_type  = &value_for_flag($cmdflags, "NULL", "-exp_type");
    183184
    184185my $command = "$regtool -addprocessedimfile";
Note: See TracChangeset for help on using the changeset viewer.