public class MergeExample extends Object
Constructor and Description |
---|
MergeExample() |
Modifier and Type | Method and Description |
---|---|
static void |
mergeHdf5ViewsSetups(List<String> inputFilenames,
List<ViewTransform> transforms,
String outputXmlFilename)
Merge multiple HDF5 datasets, where each dataset contains the same
timepoints but different views.
|
static void |
mergeHdf5ViewsTimepoints(List<String> inputFilenames,
String outputXmlFilename)
Append multiple HDF5 datasets, where each dataset contains the same
setups but different timepoints.
|
public static void mergeHdf5ViewsSetups(List<String> inputFilenames, List<ViewTransform> transforms, String outputXmlFilename) throws SpimDataException
inputFilenames
- xml file names for input datasetstransforms
- transforms to apply to each input datasetoutputXmlFilename
- xml filename into which to store the merged dataset. An HDF5 link master file with the same basename and extension ".h5" will be created that links into the source hdf5s.SpimDataException
public static void mergeHdf5ViewsTimepoints(List<String> inputFilenames, String outputXmlFilename) throws SpimDataException
inputFilenames
- xml file names for input datasetsoutputXmlFilename
- xml filename into which to store the merged dataset. An HDF5 link master file with the same basename and extension ".h5" will be created that links into the source hdf5s.SpimDataException
Copyright © 2015–2021 Fiji. All rights reserved.