LASY-org / lasy

https://lasydoc.readthedocs.io
Other
33 stars 24 forks source link

Utility to denoise laser profile and adding a test for the same #315

Open Paaaaarth opened 1 month ago

Paaaaarth commented 1 month ago

MERGE AFTER #326.

Denoising can be considered as one of the common thing that's done while creating a laser object and yet there is no trivial way to do so in LASY. With this pull request we aim to add this functionality i.e. mode decomposition based denoising. In its current state the code does two distinct things, mode decomposition and creating denoised profile.

Paaaaarth commented 1 week ago

With D4, We have added the additional capability of inputing an image file as transverse profile. Skimage package is used to extract the intensity data.