Denoise only recognizes .mrc files in the --data directory. Tomograms with the .rec extension are skipped.
|
tomograms = sorted(glob.glob(os.path.join(input_directory, '*.mrc'))) |
Is there a reason for this exclusivity or can the glob be expanded to include .recs?
Denoise only recognizes .mrc files in the
--datadirectory. Tomograms with the .rec extension are skipped.easymode/src/easymode/n2n/inference.py
Line 227 in d2feda5
Is there a reason for this exclusivity or can the glob be expanded to include .recs?