This changelog only lists notable changes for the end user. For all changes, please see the commit history.
- Save FRET images from the main window.
- Copy region of interests (ROIs) in the correction factor calculation windows.
- Negative pixel values are now included when calculating correction factors.
- Default Gaussian blur values are now 0.4x previous values.
- Background subtraction and Gaussian blurring steps have been reordered.
- Spectrum LUT is no longer applied automatically.
- AccPbFRET now uses Maven. The result is a single distributable JAR.
- Check for updates has been removed in favor of the ImageJ updater.
- Help now points to https://imagej.net/plugins/accpbfret.
Old | New |
---|---|
GaussianBlur.blur() |
GaussianBlur.blurGaussian() |
ResultsTable.addLabel() |
ResultsTable.setValue() |
Java.util.Date |
Java.time |
- Added: Scroll bars to accommodate new features.
- Changed: Improved hard-coded window sizes, particularly on macOS.
- Changed: Use native looking file chooser for I/O.
- Changed: Revised menu.
- Changed: Semi-automatic processing window UI.
- Changed: Various tweaks.
- Fixed: Various typos.
- Log image names when setting channels.
- Log sigma values when applying Gaussian blur.
- Log saving the log!
- Fixed: Blurring the acceptor after bleaching would use the value from the acceptor before bleaching text field.
- Fixed: Button color now changes to green once clicked on macOS.