public class TabularParser extends Object implements Parser
HEMI_EAST, HEMI_NONE, HEMI_NORTH, HEMI_SOUTH, HEMI_WEST, INTG_MEAN, INTG_MEDIAN, INTG_MODE, KEY_2D3D, KEY_CALIBRATION, KEY_CENTER, KEY_CHANNEL_POS, KEY_FRAME_POS, KEY_HEMISHELLS, KEY_ID, KEY_NSAMPLES, KEY_NSAMPLES_INTG, KEY_SLICE_POS, KEY_SOURCE, KEY_THRESHOLD_RANGE, SRC_IMG, SRC_TABLE, SRC_TRACES, UNSET
Constructor and Description |
---|
TabularParser(DoubleTable table,
String radiiColumnHeader,
String countsColumnHeader) |
TabularParser(File table,
String radiiColumnHeader,
String countsColumnHeader) |
TabularParser(ResultsTable table,
String radiiColumnHeader,
String countsColumnHeader) |
TabularParser(ij.measure.ResultsTable table,
String radiiColumnHeader,
String countsColumnHeader,
int startRow,
int endRow) |
TabularParser(String filePath,
String radiiColumnHeader,
String countsColumnHeader) |
Modifier and Type | Method and Description |
---|---|
Profile |
getProfile() |
static void |
main(String... args) |
void |
parse() |
void |
restrictToSubset(int firstRow,
int lastRow) |
boolean |
successful() |
void |
terminate() |
public TabularParser(File table, String radiiColumnHeader, String countsColumnHeader) throws IOException
IOException
public TabularParser(String filePath, String radiiColumnHeader, String countsColumnHeader) throws IOException
IOException
public TabularParser(ij.measure.ResultsTable table, String radiiColumnHeader, String countsColumnHeader, int startRow, int endRow)
public TabularParser(ResultsTable table, String radiiColumnHeader, String countsColumnHeader)
public TabularParser(DoubleTable table, String radiiColumnHeader, String countsColumnHeader)
public void restrictToSubset(int firstRow, int lastRow)
public boolean successful()
successful
in interface Parser
public Profile getProfile()
getProfile
in interface Parser
public static void main(String... args)
Copyright © 2015–2021 Fiji. All rights reserved.