Package | Description |
---|---|
tractography |
Modifier and Type | Method and Description |
---|---|
static PICoPDF |
PICoPDF.getPDF(java.lang.String s) |
static PICoPDF |
PICoPDF.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PICoPDF[] |
PICoPDF.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PICoTractographyImage |
PICoTractographyImage.getPICoTractographyImage(java.lang.String inputFile,
java.lang.String dataType,
int maxPDs,
PICoPDF pdf,
double[][][] anisMap,
double anisThresh,
int[] dataDims,
double[] voxelDims,
java.util.Random ran)
Gets an image from the data file.
|
Constructor and Description |
---|
PICoTractographyImage(VoxelOrderDataSource dataSource,
int maxPDs,
PICoPDF pdf,
int[] dataDims,
double[] voxelDims,
java.util.Random ran)
Constructs an image from the data sources.
|