public class DHMMetaData extends Object
Constructor and Description |
---|
DHMMetaData(File directory,
double calX,
double calY,
double calZ,
String calUnit,
boolean compareAllSizes) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkIntegrity(File directory) |
static List<String> |
commonStrings(List<String> listA,
List<String> listB) |
int |
getAmpChannelId() |
String |
getAmplitudeDir() |
int |
getDepth() |
File |
getDir() |
String |
getExt() |
int |
getHeight() |
int |
getPhaseChannelId() |
String |
getPhaseDir() |
String |
getStackDir() |
List<String> |
getTimepoints() |
boolean |
getTimestampsAndZPlanes(boolean compareAllSizes)
Go through the directories and make sure all timestamps are present for all ampliude/phase-stacks
|
int |
getWidth() |
List<String> |
getZPlanes() |
boolean |
loadMetaData() |
static Pair<List<String>,String> |
loadTimepoints(File dataDir) |
static void |
main(String[] args) |
boolean |
parseTimestamps(File directory,
String timestampFile) |
public boolean loadMetaData()
public File getDir()
public String getStackDir()
public String getAmplitudeDir()
public String getPhaseDir()
public int getAmpChannelId()
public int getPhaseChannelId()
public int getWidth()
public int getHeight()
public int getDepth()
public String getExt()
public boolean getTimestampsAndZPlanes(boolean compareAllSizes)
compareAllSizes
- - open all 2d-planes and make sure the dimensions match?public boolean checkIntegrity(File directory)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.