From 5ed4ea8cc1f95772b28025de541079433d31ace3 Mon Sep 17 00:00:00 2001 From: Dominik Kutra Date: Tue, 20 Feb 2024 11:53:19 +0100 Subject: [PATCH] Add note on implicit data copy on stack import (#264) * Add note on implicit data copy on stack import --------- Co-authored-by: Benedikt Best <63287233+btbest@users.noreply.github.com> --- documentation/basics/dataselection.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/basics/dataselection.md b/documentation/basics/dataselection.md index b89f54c..953e280 100644 --- a/documentation/basics/dataselection.md +++ b/documentation/basics/dataselection.md @@ -93,6 +93,8 @@ which of those sub-images should be selected for stacking. Once a selection has been made, the `File List` box can be used to review the names of the files that will be imported as an image stack. +_Note: Data that is loaded from image stacks (multiple files) will be copied to the project file (`.ilp`). +This ensures faster computations and enables processing of stacks larger than RAM by converting the data to chunked hdf5._