AlanRace / SpectralAnalysis

Software for the analysis and interactive exploration of spectral imaging data
https://alanrace.github.io/SpectralAnalysis/
Apache License 2.0
29 stars 9 forks source link

User choice for ROI spacing on export [FEATURE] #34

Closed adamjtaylor closed 4 years ago

adamjtaylor commented 4 years ago

Is your feature request related to a problem? Please describe. Currently when a datacube from a single ROI is exported only pixels from this ROI are included in the new image When multiple ROIs are used for datacube generation the ROI pixels are places in relation to the origin [1,1] pixel location of the original image. This easily allows for the multiple ROIs to be viewed together later on but is sometimes not the desirable behaviour as this appears as "missing" pixels when viewing a single ROI exported in this way.

Describe the solution you'd like The Post Processing Method Editor: Datacube window should include a user toggle option

Describe alternatives you've considered Current workaround is to export ROI's one by one

AlanRace commented 4 years ago

This is now included in 20932a81a61f4e734ea1300a4b800ac2d14c06d9. It should work for both saving to imzML and for opening in a new window.

Alan