CosmoAI-AES / CosmoSim

Original repo from the BSc project Spring 2022
MIT License
1 stars 3 forks source link

More dynamic handling of amplitude files #82

Closed hgeorgsch closed 1 year ago

hgeorgsch commented 1 year ago

Currently 50.txt is loaded by default. A different file can be entered with full path on the command line. Preferably this should be loaded dynamically based on the chosen nterms setting.

hgeorgsch commented 1 year ago

Now nterms should be specified on the command line, and the smallest sufficient file is loaded.

Code to reload the file and reinstantiate the simulator if nterms is subsequently increased with be cumbersome and is not attempted at present.