IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30339


Ignore:
Timestamp:
Jan 21, 2011, 5:10:29 PM (15 years ago)
Author:
rhenders
Message:

Had been using expID instead of skycellID; now passing ThreePi for survey. need to fix this later

File:
1 edited

Legend:

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

    r30147 r30339  
    5858            $_[7],  # dvoDb
    5959            $_[8],  # dvoPath
    60             "NULL", # distGroup
     60            "ThreePi", # distGroup TODO
    6161            $_[9], # dontTarBall
    6262            $_[10], # verbose
     
    122122    $command .= " -survey $self->{_surveyType}";
    123123    $command .= " -results $resultsFilePath";
    124     $command .= " -skycellid $self->{_expId}";
     124    $command .= " -skycellid $self->{_skyId}";
    125125
    126126    # run command
Note: See TracChangeset for help on using the changeset viewer.