Skip to content

Commit

Permalink
Add note on implicit data copy on stack import (#264)
Browse files Browse the repository at this point in the history
* Add note on implicit data copy on stack import

---------
Co-authored-by: Benedikt Best <[email protected]>
  • Loading branch information
k-dominik committed Feb 20, 2024
1 parent 642bc27 commit 5ed4ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/basics/dataselection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

<div style="clear: right;" />

Expand Down

0 comments on commit 5ed4ea8

Please sign in to comment.