@Deprecated public class StackImageLoader extends LegacyBasicImgLoaderWrapper<UnsignedShortType,LegacyStackImageLoader>
ImgLoader
loads images that represent a 3D stack in a single
file, for example in tif, lsm, or czi format. It is constructed with a list
of image filenames and the number of setups (e.g. angles). Then, to laod the
image for a given ViewDescription
, its index in the filename list is computed as
view.getSetupIndex() + numViewSetups * view.getTimepointIndex()
.LegacyBasicImgLoaderWrapper.SetupImgLoaderWrapper
legacyImgLoader
Constructor and Description |
---|
StackImageLoader(HashMap<ViewId,String> filenames,
boolean useImageJOpener)
Deprecated.
|
Copyright © 2015–2021 Fiji. All rights reserved.