PiMaV / BLITZ

*B*ulk *L*oading and *I*nteractive *T*ime series *Z*onal analysis
GNU General Public License v3.0
3 stars 0 forks source link

Loading options #46

Open PiMaV opened 3 weeks ago

PiMaV commented 3 weeks ago

We should discuss if and then how we would implement loading features like timeline copping and masking BEFORE the actual loading.

Background: We enable subsetting, and rsizing at the moment, which works fine. Using that, we can create masks and get a feeling for the intersting time window. Now i want to use this mask (and the intersting time window) to load my data again, but with higher resolution or bigger subset, which is not possible at the moment. We have the "keep in RAM" option, but thats not the same. With that, we load everything first and then free up RAM by reducing again. What we actually want is not to blow up RAM in the first place during loading; same is true for masking.

Lets discuss this as a future feature

irkri commented 3 weeks ago
PiMaV commented 3 weeks ago

Thats not exactly what i mean. We should think about an option to "save" the loading parameters, the mask and the time line crop. Then we would use this parameterfile when loading a bigger dataset. Each image manipulation is done for every file before being added to the matrix.

This should be discussed in person not here