Changeset 36930
- Timestamp:
- Jun 20, 2014, 4:17:40 PM (12 years ago)
- Location:
- tags/ipp-pv3-cr-20140614/ippScripts/scripts
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
psphot_fullforce_warp.pl (modified) (1 diff)
-
queuestaticsky.pl (modified) (1 prop)
-
sc_prepare_camera.pl (modified) (1 prop)
-
sc_transfer_tool.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-cr-20140614/ippScripts/scripts
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20140423/ippScripts/scripts merged eligible /branches/eam_branches/ipp-20140610/ippScripts/scripts merged eligible /tags/ipp-pv3-20140616/ippScripts/scripts merged eligible
-
Property svn:mergeinfo
set to
-
tags/ipp-pv3-cr-20140614/ippScripts/scripts/psphot_fullforce_warp.pl
r36761 r36930 186 186 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF"; 187 187 $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF"; 188 $command .= " -photcode-rule '{DETECTOR}.{FILTER.ID}.ForcedWarp'"; 188 189 $command .= " -tracedest $traceDest -log $logDest"; 189 190 $command .= " -dbname $dbname" if defined $dbname; -
tags/ipp-pv3-cr-20140614/ippScripts/scripts/queuestaticsky.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20140610/ippScripts/scripts/queuestaticsky.pl (added) merged: 36884,36928
- Property svn:mergeinfo changed
-
tags/ipp-pv3-cr-20140614/ippScripts/scripts/sc_prepare_camera.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20140610/ippScripts/scripts/sc_prepare_camera.pl (added) merged: 36884 /trunk/ippScripts/scripts/sc_prepare_camera.pl merged: 8111-36843
- Property svn:mergeinfo changed
-
tags/ipp-pv3-cr-20140614/ippScripts/scripts/sc_transfer_tool.pl
r36844 r36930 51 51 while(<I>) { 52 52 chomp; 53 $i = int(rand($#filehandles)); 54 53 55 my $fline; 54 56 if ($fetch) { … … 57 59 if (($fetch)&&(!(-e $_))) { # We are fetching, and do not already have this file. 58 60 print { $filehandles[$i] } $fline; 59 $i++;61 # $i++; 60 62 } 61 63 elsif (!($fetch)) { # We are pushing 62 64 # if (-e "${local_tmp}/$_") { 63 65 print { $filehandles[$i] } "${local_tmp}/$_" . "\n"; 64 $i++;66 # $i++; 65 67 # } 66 68 # else { # But somehow couldn't find the file we expected … … 69 71 # } 70 72 } 71 if ($i >= $threads) { $i = 0; }73 # if ($i >= $threads) { $i = 0; } 72 74 } 73 75 close(I);
Note:
See TracChangeset
for help on using the changeset viewer.
