Browse Source

Minor fixes

Matthias Vogelgesang 7 years ago
parent
commit
bf45e0337a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      cockpit

+ 3 - 2
cockpit

@@ -260,6 +260,7 @@ class Application(object):
 
     def run_command(self, cmd):
         try:
+            self.log.info("Executing `{}`".format(cmd))
             p = subprocess.Popen(shlex.split(cmd), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
 
             for line in iter(p.stdout.readline, ''):
@@ -371,8 +372,8 @@ class Application(object):
                    ' --overall-angle -360'
                    ' --pixel-size {pixel_size}e-6'
                    ' --roll-angle 0'
-                   ' --slices-per-device 600'
-                   ' --output {prefix}/Slices'
+                   ' --slices-per-device 300'
+                   ' --output {prefix}/slices/slice'
                    .format(pixel_size=info['PixelSize'],
                            x_region=x_region, y_region=y_region,
                            lamino_angle=lamino_angle,