The -o flag should change from output_noisy_particles.mrcs to output_noisy_particles.${i}.mrcs to comply with the rest of the guide (and the aggregation command below).
|
$ for i in {0..99}; do python add_noise.py input_noiseless_particles.${i}.mrcs -o output_noisy_particles.mrcs --snr 0.01; done |
The
-oflag should change fromoutput_noisy_particles.mrcstooutput_noisy_particles.${i}.mrcsto comply with the rest of the guide (and the aggregation command below).CryoBench/cryosim/README.md
Line 52 in 20931c2