Hi,
Thanks a lot for sharing this dataset.
I ran chlamydataset2relion5.py on the example test case in the repo (01082023_BrnoKrios_Arctis_WebUI_Position_8) and noticed unexpected values in _rlnMicrographPreExposure. From 01082023_BrnoKrios_Arctis_WebUI_Position_8.star.txt (adding .txt for GitHub file upload):
_rlnTomoNominalStageTiltAngle _rlnMicrographPreExposure
-55.02 3.500401
-52.01 7.000802
This does not match the mapping acquired from combining (column bind) collected_tilts.star and dose.star from metadata/tomolist, as well as the corresponding mdoc file, which all contain an exposure of 3.500401 for tilt -15.03. Does the output above correspond to the intended behavior?
Digging into chlamy2relion5.py, the mismatch described above seems to arise from read_acquisition_order_dose_star:122, which removes excluded tilts but does not sort the remainder to match the order imposed by AreTomo/*dose-filt.tlt, which is later assumed in collect_tomogram_data:268.
Happy to provide more details if needed :)
Hi,
Thanks a lot for sharing this dataset.
I ran chlamydataset2relion5.py on the example test case in the repo (
01082023_BrnoKrios_Arctis_WebUI_Position_8) and noticed unexpected values in_rlnMicrographPreExposure. From 01082023_BrnoKrios_Arctis_WebUI_Position_8.star.txt (adding .txt for GitHub file upload):This does not match the mapping acquired from combining (column bind)
collected_tilts.staranddose.starfrommetadata/tomolist, as well as the corresponding mdoc file, which all contain an exposure of 3.500401 for tilt -15.03. Does the output above correspond to the intended behavior?Digging into chlamy2relion5.py, the mismatch described above seems to arise from read_acquisition_order_dose_star:122, which removes excluded tilts but does not sort the remainder to match the order imposed by AreTomo/*dose-filt.tlt, which is later assumed in collect_tomogram_data:268.
Happy to provide more details if needed :)