public class RCLRawProjectionSource extends FileProjectionSource
Constructor and Description |
---|
RCLRawProjectionSource() |
Modifier and Type | Method and Description |
---|---|
ij.io.FileInfo |
getHeaderInfo(java.lang.String filename)
Reads the header information from the file into a fileinfo object
|
void |
initStream(java.lang.String filename)
Initializes the the ProjectionSource.
|
close, convertToUnsignedInt, convertToUnsignedShort, getCurrentProjectionNumber, getNextProjection, getNextProjection, getProjectionSources, isShowProgress, openProjectionStream, setShowProgress
public void initStream(java.lang.String filename) throws java.io.IOException
ProjectionSource
filename
- the name of the file to readjava.io.IOException
- may happenpublic ij.io.FileInfo getHeaderInfo(java.lang.String filename) throws java.io.IOException
filename
- the filenamejava.io.IOException