public class MergePartitionList extends Object
Constructor and Description |
---|
MergePartitionList() |
Modifier and Type | Method and Description |
---|---|
static Hdf5ImageLoader |
getHdf5ImageLoader(AbstractSequenceDescription<?,?,?> seq)
Get the
Hdf5ImageLoader of a AbstractSequenceDescription ,
or throw an exception if the sequence doesn't have an
Hdf5ImageLoader . |
static Map<Integer,ExportMipmapInfo> |
getHdf5PerSetupExportMipmapInfos(AbstractSequenceDescription<?,?,?> seq)
Return map from setup id to
ExportMipmapInfo for the
Hdf5ImageLoader of the specified
AbstractSequenceDescription . |
static ArrayList<Partition> |
getMergedHdf5PartitionList(AbstractSequenceDescription<?,?,?> seq1,
AbstractSequenceDescription<?,?,?> seq2) |
static ArrayList<Partition> |
getPartitions(AbstractSequenceDescription<?,?,?> seq)
|
public static ArrayList<Partition> getMergedHdf5PartitionList(AbstractSequenceDescription<?,?,?> seq1, AbstractSequenceDescription<?,?,?> seq2)
public static Map<Integer,ExportMipmapInfo> getHdf5PerSetupExportMipmapInfos(AbstractSequenceDescription<?,?,?> seq) throws IllegalArgumentException
ExportMipmapInfo
for the
Hdf5ImageLoader
of the specified
AbstractSequenceDescription
.seq
- a sequence.ExportMipmapInfo
.IllegalArgumentException
- if the specified AbstractSequenceDescription
does not
have an Hdf5ImageLoader
.public static ArrayList<Partition> getPartitions(AbstractSequenceDescription<?,?,?> seq) throws IllegalArgumentException
Partition
list for the Hdf5ImageLoader
of the
specified AbstractSequenceDescription
. If the dataset is not
partitioned, a single partition containing the full dataset is created.seq
- a sequence.IllegalArgumentException
- if the specified AbstractSequenceDescription
does not
have an Hdf5ImageLoader
.public static Hdf5ImageLoader getHdf5ImageLoader(AbstractSequenceDescription<?,?,?> seq) throws IllegalArgumentException
Hdf5ImageLoader
of a AbstractSequenceDescription
,
or throw an exception if the sequence doesn't have an
Hdf5ImageLoader
.seq
- a sequence.Hdf5ImageLoader
of the sequence.IllegalArgumentException
- if the specified AbstractSequenceDescription
does not
have an Hdf5ImageLoader
.Copyright © 2015–2021 Fiji. All rights reserved.