I picked a chip that was available, very dirty though. It's about ~4mm by 3mm and has solder balls. The session was 9 long with 2000um steps in X and 1500um in Y. Step size in Z axis was 50um, and number of Z steps ranged from 27 to 35 at various X(Y) positions, for ~300 total. Timing was 1 second exposure, 5 second rail delay (settling), 1/4 second strobe delay and 50ms trigger pulse widths for camera trigger and strobe trigger.
Did a quick exposure setting with strobes (sorry, solder balls are way overexposed) and started the session without any intervention, totally "hands-off" and that included the remote Mac VNC...the session ran completely unattended as I intend to use the system. All positions of X and Y with Z stacks were collected hands-off.
Outputs processed with Zerene in both Aligned and Unaligned PMap, and Unaligned used with Photoshop Panorama under the "Automated" mode. BTW this stitched without any adjustments to any of the images, no cropping, nothing, and no adjustments in PS either! Never had that happen with PS, always had to crop, tweak and manipulate the stacked images to get them to stitch with PS....not this time!! The image has not had anything done other than stacked with Pmap and Stitched with PS, nothing else. Everything was done in JPEG, all inputs and outputs.
It's dirty with lots of debris, color is off (no white balance performed), needs cropping and lots of cleanup, not a good image at all, I haven't even tried to find the stitch marks yet as PS just finished.....but the S&S Setup worked flawlessly. The JPEG is ~60MB file size.
Anyway, here's "First Light" of the S&S System. I'll add some notes to this later.
Added edit. The file system I'm using to store the stack, stitch and timing parameters is just a simple text file. It uses a specified name and appends "_T" for example for the time, "_X", "_Y" and "_Z" for the X, Y and Z rail parameters. These files just contain numbers and arrays separated by line returns...about as simple as you can get!! You can create a custom session by just making a text file if you want, or use the main program to create & store the session. Here's an example of the Z axis files for this image session.
0.0
array('f', [4600.0, 4500.0, 4500.0, 4500.0, 4700.0, 4600.0, 5000.0, 4900.0, 4900.0])
array('f', [5900.0, 5900.0, 5900.0, 6200.0, 6200.0, 6100.0, 6300.0, 6300.0, 6200.0])
array('f', [1300.0, 1400.0, 1400.0, 1700.0, 1500.0, 1500.0, 1300.0, 1400.0, 1300.0])
array('f', [50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0])
array('b', [27, 29, 29, 35, 31, 31, 27, 29, 27])
Where:
Z Zero # Axis 0 Point
Z Start Array # Axis Start Point at X(x)Y(y)
Z End Array # Axis End Point
Z Range Array # Axis Range
Z Step Size Array # Axis Step Size
Z Step Numbers Array # Axis Number of Steps
So the first Z stack is X 1st at Y 1st stack starts at 4600, ends at 5900, has a range of 1300, step size of 50 and is 27 steps. The next to last Z stack is X 2rd at Y 3rd starts at 4900, ends at 6300, range of 1400, step size 50, and 29 steps.
Best,
