aurora-multiphysics / cyclops

Cyclops is a sensor suite optimisation program, designed for fusion engineering experiments.
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Replace k-type.txt with a standardised file #24

Open lukethehuman opened 12 months ago

lukethehuman commented 12 months ago

Currently, thermocouple data is read from an externally sources k-type.txt file read by a python script thermo_file_reader.py. Replace these with a standardised .csv file containing the required data in a nice format. This should serve as an example for how to format sensor data when adding new sensors to the cyclops presets. Documentation describing this would also be valuable.

makeclean commented 12 months ago

I would recomend json in the longer term if MOOSE has a reader for it, its much more verbose

On Sep 18 2023, at 5:33 pm, Luke Humphrey @.***> wrote:

Currently, thermocouple data is read from an externally sources k-type.txt file read by a python script thermo_file_reader.py. Replace these with a standardised .csv file containing the required data in a nice format. This should serve as an example for how to format sensor data when adding new sensors to the cyclops presets. Documentation describing this would also be valuable. — Reply to this email directly, view it on GitHub (https://github.com/aurora-multiphysics/cyclops/issues/24), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AASTUSSC7ZHVX6ZRBO5ZX33X3BZUDANCNFSM6AAAAAA447ZN2M). You are receiving this because you are subscribed to this thread.