CodeSchmiedeHGW / BLITZ

Bulk Loading and Interactive Time series Zonal analysis
GNU General Public License v3.0
1 stars 0 forks source link

Refactoring BLITZ #6

Closed irkri closed 8 months ago

irkri commented 8 months ago
irkri commented 8 months ago

The icon is now added in two different ways:

The way the data is masked changed. No additional numpy array is saved. Just the coordinates of the mask change internally. It is no longer possible to mask the data while it is transposed or flipped in any way. Repeatedly masking is allowed.

There is a new option to only update the ROI on drop (and not while still dragging). Also, ROI and TOF data will now be shown in the same plot.

The key combination Strg+C now copies the content of the lower right label (position of the mouse and value at this position) to the clipboard.

I changed the colors and font sizes of the option tabs. They are still not optimal, but its okay.

I figure that the code now is releasable. The .exe for Windows applications can be put together with the code into a new release. This will be version 1.0.0. TODO: Put the version somewhere in the code itself.