To create a VTC in VMR space, the method can CreateVTCinVMRSpace() can be used. An example script is provided below.
Via scripting |
Via the BrainVoyager user interface |
1. Open the anatomical image via the OpenDocument() method.
|
|
2. Add the BrainVoyager method CreateVTCinVMRSpace() for creating a VTC in original VMR space. This method requires the following parameters:
fmrName, vmrSpaceIATrfFileName, vmrSpaceFATrfFileName, newVTCname, resolution, interpolationMethod, boundingBoxIntensityTreshold
|
|
3. Add the source FMR file parameter (*.fmr)
|
|
4. Add the initial alignment transformation file (*_IA.trf)
|
|
5. Add the fine alignment transformation file (*_FA.trf)
|
|
6. Enter a file name for the VTC to be created.
|
|
7. Specify the resolution; this can be 1, 2, or 3 (mm3).
|
|
8. Select an interpolation method (1 is trilinear)
|
|
9. Specify the default intensity threshold
|
|