IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29316


Ignore:
Timestamp:
Oct 4, 2010, 4:28:04 PM (16 years ago)
Author:
rhenders
Message:

Using more generic 'id' rather than expid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/Batch.pm

    r29259 r29316  
    203203    if (defined $self->{_dvoPath} ) {$command .= " -D CATDIR $self->{_dvoPath}";}
    204204    $command .= " -config ../config"; # TODO
    205         $command .= " -expid $self->{_expId}";
     205        $command .= " -id $self->{_expId}";
    206206    $command .= " -expname $self->{_expName}";
    207207    $command .= " -survey $self->{_surveyType}";
Note: See TracChangeset for help on using the changeset viewer.