rosalindfranklininstitute / parakeet

Phantom generator
GNU General Public License v3.0
18 stars 5 forks source link

Enable intermediate inspection of simulated images #59

Open jmp1985 opened 10 months ago

jmp1985 commented 10 months ago

You can't read an hdf5 file while it's being written. Therefore you currently need to wait until all images have been simulated before you can inspect them. Need a way of inspecting images as they are simulated. Maybe use shared memory or writing latest image to a separate file of something if an option is set.