SamSweere / xmm-epicpn-simulator

Simulation code for XMM-Newton EPIC-pn data using SIXTE and SIMPUT, designed to create training data for deep learning based super-resolution and de-noising.
https://academic.oup.com/mnras/article/517/3/4054/6694110
4 stars 2 forks source link

Include progress bar #13

Closed SamSweere closed 3 months ago

SamSweere commented 4 months ago

Currently no sign of life is given when running the code. A progress bar (tqdm) would be nice

bojobo commented 4 months ago

My preferred method so far was to tail -f /path/to/log in a new terminal and keep track of what's being written to log. I can have a look at it after finishing the other issues (mainly #6)