Class SharedStateSelectedSlice
Object
SharedStateSelectedSlice
Shared state for writing selected slice information to a CSV file.
-
Constructor Summary
ConstructorsConstructorDescriptionSharedStateSelectedSlice(Outputter baseOutputter) Creates a new instance of SharedStateSelectedSlice. -
Method Summary
-
Constructor Details
-
SharedStateSelectedSlice
Creates a new instance of SharedStateSelectedSlice.- Parameters:
baseOutputter- the base outputter for creating the CSV writer- Throws:
CreateException- if there's an error creating the CSV writer
-
-
Method Details
-
writeRow
Writes a row of selected slice information to the CSV file.- Parameters:
name- the name of the image or stackselectedSliceIndex- the index of the selected slicefeatureOptima- the feature optima value
-
close
public void close()Closes the CSV writer if it exists.
-