forked from AstroScatter/Relax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
24 lines (15 loc) · 784 Bytes
/
README.txt
File metadata and controls
24 lines (15 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Information on the Relax Monte Carlo transport simulation software
Note: All the table data found in the Tables directory is compressed via gzip before
being placed in the github repo. This is due to large file sizes for some of the scattering
data tables used. They must be uncompressed locally on your machine by
> ls
Data Execute Inputs Modules README.txt Routines Tables
> cd Tables
> gzip -d -k *
which keeps the original zipped files as well as creating unziped .dat files.
Keeping the original zipped files ensures that the git repo is happy that it is
not missing files which are included within the repo (*.gz files).
Similarly, before being pushed to the repository, if any changes are commit or new tables
added they must be compressed first
> cd Tables
> gzip *