Place new layers on layers generated by photomerge

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

caitlin
Posts: 1
Joined: Fri Mar 13, 2020 4:14 pm

Place new layers on layers generated by photomerge

Post by caitlin »

Hi everyone, I'm a newbie to scripting in Photoshop. I have a set of image and X-ray data generated from coupled scanning electron microscopy and energy dispersive spectroscopy.Here's my problem:
    I imaged transects of a rock surface:
    Image

    I wanted really high resolution, so I did this using 7 images at 3000X magnification and stitched them together with photomerge. Here's an individual image:

    Image

    And its position in the photomerged image:

    Image
      At each of these 7 locations, I also collected X-ray data that generates an element map for each element detected and writes this to a TIFF. I want to also stitch together each element map TIFF so I can overlay it on the image of the rock. This is the result I want:

      Image


      The problem is that the element maps don't have enough features in them to be able to stitch them together with photomerge. It's basically binary - if an element is detected, the pixel is some color (like red for iron or yellow for sulfur in my example images), or black if the element is not detected. You can see there's large portions of the element maps that are mostly black.

      I now have ~20 transects x 7 images each x ~10 elements which results in ~1400 images that need to be put together, hence the need for automation.
      My idea was to stitch together the rock images with photomerge. The output of photomerge is a smart object where each image is a layer. Then, I would use a script to get the top left corner coordinates, the width, and height for each of the 7 images in the photomerged image object. I would then place and assign these properties to each of the corresponding element maps for the 7 images to generate the "merged" element maps to overlay on the image. I tried to work on this myself but I'm not proficient in javascript and couldn't wrap my head around the Photoshop API.

      I uploaded an example dataset on Github here: https://github.com/CaitlinCasar/dataSti ... le_dataset

      The 7 transect positions are from left to right: -2, -1, 0, 1, 2, 3, 4. There are images of the rock and subdirectories with element data for each position. This question was also posted on Stack Overflow here:

      https://stackoverflow.com/questions/606 ... 5_60675149

      If anyone could help, I will acknowledge them in the publication that comes out of this work! :D
      User avatar
      Dormeur74
      Posts: 36
      Joined: Mon Oct 03, 2016 4:56 am

      Re: Place new layers on layers generated by photomerge

      Post by Dormeur74 »

      I sent you a MP two days ago. Did you read it ?