Changeset 31074
- Timestamp:
- Mar 28, 2011, 4:16:46 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/ippToPsps/StackBatch.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps/StackBatch.pm
r30339 r31074 82 82 83 83 # 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"; 85 89 return 1; 86 87 90 88 91 my ($nebPath, $numInputs); … … 122 125 $command .= " -survey $self->{_surveyType}"; 123 126 $command .= " -results $resultsFilePath"; 124 $command .= " -sky cellid $self->{_skyId}";127 $command .= " -skyid $self->{_skyId}"; 125 128 126 129 # run command
Note:
See TracChangeset
for help on using the changeset viewer.
