Skip to content

Commit 53e1fbf

Browse files
authored
Update Readme
-added example command and basic instructions for importing tomogram data
1 parent 109884b commit 53e1fbf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,19 @@ For example, within the batch script, to create 10 morphologies using 10 process
7676

7777
> mpiexec -n 10 Ising_OPV.exe parameters_default.txt
7878
79-
An optional second input argument is the path to an existing morphology file for importing a previously created morphology into the program for further modifications.
80-
8179
Users can also import morphology sets previously generated by the Ising_OPV tool for further modification and analysis.
8280
To import an entire set of 10 morphologies in a parallel processing environment:
8381

84-
> mpiexec -n 10 Ising_OPV.exe parameters_default.txt -import morphology_#.txt
82+
> mpiexec -n 10 Ising_OPV.exe parameters_import.txt -import morphology_#.txt
8583
8684
This command will import 10 morphologies (morphology_0.txt, morphology_1.txt, etc) and assign one to each processor.
87-
These morphology files must be located in the working directory to be found and imported into the simulation.
85+
These morphology files must be located in the working directory to be found and imported.
86+
87+
Finally, users can import experimental tomogram data, generate a morphology set from the data, and then perform further operations:
88+
89+
> mpiexec -n 10 Ising_OPV.exe parameters_import_tomo.txt -importTomogram tomogram_info.xml tomogram_data.raw
8890
89-
Finally, users can import experimental tomogram data, generate a morphology set from the data, and then perform further operations.
91+
This command will load the metadata about the tomogram image data from the .xml file and then use that for interpreting the .raw data file. Once the tomogram data is loaded, the morphology will be segmented into 10 equal sub-volumes to form the morphology set and then the normal analysis is performed. Again, these tomogram morphology files must be located in the working directory to be found and imported. Also, the metadata format required by Ising_OPV is defined in XML schema file, tomogram_metadata.xsd.
9092

9193
#### Output
9294
Ising_OPV will create several output files:

0 commit comments

Comments
 (0)