I have created a simple script to help with the all the data collection from RPA,
You can find it in a gist, here.
Assumptions
This script assumes the following initial file structure:
./
./data/
./data_parser.py
Operation
- Choose an O/F ratio to work on.
- Use RPA to generate data for each chamber pressure (Pe) you need in increasing order, saving the results in
./data/ with an individual and also increasing name (e.g. 1.txt, 2.txt, etc.).
- Run the python script when you have all data you desire for the current O/F ratio.
- A file
results.txt will appear in ./, containing all the key values formatted for the config.
- You must delete all files in
./data/ and ./results.txt before starting the next O/F ratio! I have not added any file handling other than reading the data files and writing the results.
I may update this with further improvements, but this saves so much time already. Just make sure to watch for any questionable data while doing this.
I have created a simple script to help with the all the data collection from RPA,
You can find it in a gist, here.
Assumptions
This script assumes the following initial file structure:
Operation
./data/with an individual and also increasing name (e.g.1.txt,2.txt, etc.).results.txtwill appear in./, containing all thekeyvalues formatted for the config../data/and./results.txtbefore starting the next O/F ratio! I have not added any file handling other than reading the data files and writing the results.I may update this with further improvements, but this saves so much time already. Just make sure to watch for any questionable data while doing this.