IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31074


Ignore:
Timestamp:
Mar 28, 2011, 4:16:46 PM (15 years ago)
Author:
rhenders
Message:

Using hardcoded path to Gene's latest cmf; skyid NOT skycellid for arg to program

File:
1 edited

Legend:

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

    r30339 r31074  
    8282
    8383  # TODO hardcode demo file for now
    84         print $inputFile "/data/ippc18.0/home/rhenders/psphotstack.v3.001.cmf\n";
     84#        print $inputFile "/data/ippc18.0/home/rhenders/psphotstack.v3.001.cmf\n";
     85 #   print $inputFile "/data/ipp053.0/eugene/psps.20110221/staticsky/MD04.V2/skycell.124/MD04.V2.skycell.124.stk.228.000.cmf\n";
     86
     87
     88 print $inputFile "/data/ipp053.0/eugene/md04.20110320/staticsky/MD04.V2/skycell.087/MD04.V2.skycell.087.stk.280.000.cmf";
    8589            return 1;
    86 
    8790
    8891    my ($nebPath, $numInputs);
     
    122125    $command .= " -survey $self->{_surveyType}";
    123126    $command .= " -results $resultsFilePath";
    124     $command .= " -skycellid $self->{_skyId}";
     127    $command .= " -skyid $self->{_skyId}";
    125128
    126129    # run command
Note: See TracChangeset for help on using the changeset viewer.