Changeset 36102 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Sep 10, 2013, 12:29:02 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r36057 r36102 2051 2051 # see if we need to start the scs (skycell server) 2052 2052 2053 my $very_verbose = 0; 2054 2053 2055 if (!$scs_tess_id or ($scs_tess_id ne $tess_id)) { 2054 2056 if ($scs_tess_id) { … … 2076 2078 2077 2079 # start an scs 2080 print "Starting skycell server for $tess_dir_resolved.\n"; 2078 2081 2079 2082 # create pipes for communicating with the server … … 2111 2114 my $command = "$dvoImagesAtCoords -D CATDIR $tess_dir_resolved -coords -"; 2112 2115 2113 print STDERR "SCS: execing $command\n" ;2116 print STDERR "SCS: execing $command\n" if $very_verbose; 2114 2117 2115 2118 unless(exec $command) { … … 2146 2149 } 2147 2150 2148 my $very_verbose = 0;2149 2151 print STDERR " sent coordinates to skycell server\n" if $very_verbose; 2150 2152
Note:
See TracChangeset
for help on using the changeset viewer.
