Testing long exposures in different environments

We recently investigated how long exposures during digitization might be affected by different physical locations. We tested 4 locations and 2 shutter speeds to capture the blur induced by walking heavily around the copy stand during exposure.

The 4 areas tested were:

  1. Concrete Foundation at the ARC
  2. 7th floor of Alkek Library in the Corner of the Building
  3. 7th floor of Alkek Library in the Center of the Building
  4. 2nd floor of Alkek Library on a Raised Floor installed over carpet for data & power lines

We tested 2 shutter speeds that are representative of those we use to digitize film negatives using Artograph LightPad Pros:

  1. 1/10th of a second
  2. 1 second

Continue reading

Simple batch renamer for Windows 10 PowerShell

I’m currently sitting in front of one of our Windows 10 computers that does not have Cygwin or Git BASH installed so there’s no way for me to quickly rename TIFF files from command-line like I am used to . . . enter Windows PowerShell!

I need to rename the files according to the formula <filename_stub>_<###>.tif such that a file like SMDR_1950s-SF-37_May-17-2017_12-51-19.tif becomes SMDR_1950s-37_001.tif. In this case, the <filename_stub> is SMDR_1950s-37 and <###> is 001.

So I wrote a little Windows PowerShell script to help out.

Continue reading