public abstract class LegacyStackImgLoader extends AbstractImgFactoryImgLoader
Modifier and Type | Field and Description |
---|---|
protected String |
fileNamePattern |
protected int |
layoutAngles |
protected int |
layoutChannels |
protected int |
layoutIllum |
protected int |
layoutTP |
protected int |
numDigitsAngles |
protected int |
numDigitsChannels |
protected int |
numDigitsIlluminations |
protected int |
numDigitsTimepoints |
protected File |
path |
protected String |
replaceAngles |
protected String |
replaceChannels |
protected String |
replaceIlluminations |
protected String |
replaceTimepoints |
protected AbstractSequenceDescription<?,?,?> |
sequenceDescription |
imgFactory
Constructor and Description |
---|
LegacyStackImgLoader(File path,
String fileNamePattern,
ImgFactory<? extends NativeType<?>> imgFactory,
int layoutTP,
int layoutChannels,
int layoutIllum,
int layoutAngles,
AbstractSequenceDescription<?,?,?> sequenceDescription)
For a local initialization without the XML
|
Modifier and Type | Method and Description |
---|---|
protected File |
getFile(ViewId view) |
String |
getFileNamePattern() |
int |
getLayoutAngles() |
int |
getLayoutChannels() |
int |
getLayoutIlluminations() |
int |
getLayoutTimePoints() |
File |
getPath() |
protected void |
init(ImgFactory<? extends NativeType<?>> imgFactory) |
protected <T extends NativeType<T>> |
instantiateImg(long[] dim,
T type) |
getImgFactory, setImgFactory
getImageSize, getImageType, getVoxelSize, loadMetaData, normalize, updateMetaDataCache, updateXMLMetaData, updateXMLMetaData, updateXMLMetaData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFloatImage
getImage
protected File path
protected String fileNamePattern
protected String replaceTimepoints
protected String replaceChannels
protected String replaceIlluminations
protected String replaceAngles
protected int numDigitsTimepoints
protected int numDigitsChannels
protected int numDigitsIlluminations
protected int numDigitsAngles
protected int layoutTP
protected int layoutChannels
protected int layoutIllum
protected int layoutAngles
protected AbstractSequenceDescription<?,?,?> sequenceDescription
public LegacyStackImgLoader(File path, String fileNamePattern, ImgFactory<? extends NativeType<?>> imgFactory, int layoutTP, int layoutChannels, int layoutIllum, int layoutAngles, AbstractSequenceDescription<?,?,?> sequenceDescription)
path
- fileNamePattern
- imgFactory
- layoutTP
- - 0 == one, 1 == one per file, 2 == all in one filelayoutChannels
- - 0 == one, 1 == one per file, 2 == all in one filelayoutIllum
- - 0 == one, 1 == one per file, 2 == all in one filelayoutAngles
- - 0 == one, 1 == one per file, 2 == all in one filepublic File getPath()
public String getFileNamePattern()
public int getLayoutTimePoints()
public int getLayoutChannels()
public int getLayoutIlluminations()
public int getLayoutAngles()
protected <T extends NativeType<T>> Img<T> instantiateImg(long[] dim, T type)
protected void init(ImgFactory<? extends NativeType<?>> imgFactory)
Copyright © 2015–2021 Fiji. All rights reserved.