Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
Changed APS_Data_Format folder to aps_data.
Changed Std_Data_Format to std_data.
  • Loading branch information
K. Aditya Mohan committed Apr 2, 2016
1 parent 30a9e66 commit 61c3e71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ For more information on data format and running the code, read the README in tim

This generates executables in the same folder.

If the input data is in HDF format used at APS, run the code in timbir/src/reconstruct/read_data/APS_Data_Format.
For more information on data format and running the code, read the README in timbir/src/reconstruct/read_data/APS_Data_Format::
If the input data is in HDF format used at APS, run the code in timbir/src/reconstruct/read_data/aps_data.
For more information on data format and running the code, read the README in timbir/src/reconstruct/read_data/aps_data::

$ cd timbir/src/reconstruct/real_data/APS_Data_Format
$ cd timbir/src/reconstruct/real_data/aps_data
$ make

This generates executables in the same folder.

If the input data is in standard HDF format, run the code in timbir/src/reconstruct/read_data/Standard_Data_Format.
For more informantion on data format and running the code, read the README in timbir/src/reconstruct/read_data/Standard_Data_Format::
If the input data is in standard HDF format, run the code in timbir/src/reconstruct/read_data/std_data.
For more informantion on data format and running the code, read the README in timbir/src/reconstruct/read_data/std_data::

$ cd timbir/src/reconstruct/real_data/Standard_Data_Format
$ cd timbir/src/reconstruct/real_data/std_data
$ make #Generates executables in the same folder

0 comments on commit 61c3e71

Please sign in to comment.