Open main menu

Changes

After the analysis, several folders should be available, with data for each fitted model.
<source lang="bash">
R2eff/
No Rex/
LM63/
CR72/
CR72 full/
IT99/
final/
IT99/
No Rex/
R2eff/
</source>
You can convert all to PNG images, by:
<source lang="bash">
cd "R2eff"; ./grace2images.py; cd .. ;
cd "No Rex"; ./grace2images.py; cd .. ;
cd "LM63"; ./grace2images.py; cd .. ;
cd "CR72"; ./grace2images.py; cd .. ;
cd "CR72 full"; ./grace2images.py; cd .. ;
cd "IT99"; ./grace2images.py; cd .. ;
cd "final"; ./grace2images.py; cd .. ;
cd "IT99"; ./grace2images.py; cd .. ;cd "No Rex"; ./grace2images.py; cd .. ;cd "R2eff"; ./grace2images.py; cd .. ;
find . -type f -name "*.png"
Trusted, Bureaucrats
1,382

edits