Skip to main content

Plugin for tracking the width and depth of the melt pool and keyhole in x-ray images of laser powder bed fusion experiments.

Project description

napari-melt-pool-tracker

License BSD-3 PyPI Python Version tests codecov napari hub

Plugin for tracking the width and depth of the melt pool and keyhole in x-ray images of laser powder bed fusion experiments.


Installation

You can install napari-melt-pool-tracker via pip:

pip install napari-melt-pool-tracker

Getting Started with napari-melt-pool-tracker

Reading Data

  • The napari-melt-pool-tracker plugin can read h5 files from the ID19 and TOMCAT beam lines.
  • When opening an h5 file in napari, select the "Melt Pool Tracker" as the reader for the mentioned beamlines.
  • Once the data is loaded, you have the option to save the layer as a tif file if needed.

Pre-processing

  • For large images, it is recommended to crop them in both time and space to include only the relevant parts of the image stack.

1. Determine Laser Speed and Position

  • This step helps identify the laser in the images for later reslicing the stack with a moving window following the laser.
  • It generates a projection of the stack along the y-axis, creating an x-t image where the laser's position appears as an oblique line in the projection.

To perform this step:

  1. Select the stack you want to work on using the "Input" drop-down menu.
  2. Choose one of three projection modes:
    • Default: Maximum projection along y.
    • Pre mean: Divide each frame by the mean projection along the t-axis (to remove background) and then perform a maximum projection along y.
    • Post median: Perform a maximum projection along y and then divide the projected images by a median-filtered version in the x-direction (to remove horizontal strips).
  3. Click "Run" to generate a new layer with the projected image and a shapes layer with a line.
  4. Select the line layer, use the "Select vertices" tool to match the line with the laser in the projected image.

2. Reslice with Moving Window

  • This step reslices the stack with a moving window that follows the laser's position.

To perform this step:

  1. Select the input stack using the "Stack" drop-down menu.
  2. Choose the line layer with the laser's position using the "Line" drop-down menu.
  3. Adjust the "Left margin" and "Right margin" sliders to set the size of the window to the left and right of the laser's position.
  4. Click "Run" to create three new layers: a resliced stack, a shapes layer indicating the laser's position based on your previous annotation, and a shapes layer with lines indicating the window's position in the original image.
  5. If the window size doesn't fit the melt pool correctly, adjust it using the margin sliders. Disable the "Auto run" checkbox for large stacks to control when reslicing occurs.

3. Filter Image

  • This step aims to reduce noise in the images by applying a median filter.

To filter the image:

  • Select the resliced layer as the input.
  • Use the "Kernel" sliders to set the size of the median filter along different axes.
  • Disable "Auto run" for large stacks due to the computational cost. After median filtering, the function applies Otsu thresholding to remove the background. Adjust the contrast as needed.

4. Calculate Radial Gradient

  • This step calculates the gray value gradient in the radial direction with respect to a point on the surface, forming the origin. You can set the horizontal position of the origin using the position slider.

To calculate the radial gradient:

  • Select the resliced and filtered stack as input.
  • Adjust the contrast for the new radial gradient layer.

5. Annotate

To annotate points:

  • Select any of the resliced layers as your reference image.
  • Change the name in the "Name of the tracked point" text box to define the point you want to track, e.g., 'MP depth'.
  • Click "Add new layer" to create a new points layer with the specified name, automatically selected as the active layer.
  • Start tracking by pressing 't' on your keyboard. Enable "Auto play when tracking is started" for automatic playback.
  • Adjust playback parameters as needed. Setting "Loop mode" to 'once' is advised to prevent overwriting tracked points. You can track points manually by scrolling through slices/frames (hold down ctrl) and saving your cursor positions at each index change.

Saving and Processing Results

  • You can save the 'window_coordinates' layer and point layers with tracked points as CSV files for further processing with external software.

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-melt-pool-tracker" is free and open source software

Issues

If you encounter any problems, please [file an issue] along with a detailed description.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

napari-melt-pool-tracker-0.1.0.tar.gz (13.9 MB view details)

Uploaded Source

Built Distribution

napari_melt_pool_tracker-0.1.0-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file napari-melt-pool-tracker-0.1.0.tar.gz.

File metadata

File hashes

Hashes for napari-melt-pool-tracker-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a2a83b5695bfca152f6cd5a69366d50514a1512437a936cb3f46a1bcfaea49b0
MD5 d3c6067664eff76c7095e13a55bae618
BLAKE2b-256 f083c3e7977e9bbd3fbd1c4e0f6003004375585e2fc997844fc2d1be848a12b2

See more details on using hashes here.

File details

Details for the file napari_melt_pool_tracker-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for napari_melt_pool_tracker-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9946156e2267cc9ebf3f062e536cfc3913d2d2d07f872457c28b9b0766675d24
MD5 1ef3f2bd1f9b979c4bd7c62480a56381
BLAKE2b-256 edc468ecadf356e80f09173cf9b6cd03b99ed26df193895f4d9a3dd7c11d3ba1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page