Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate translator(s) for DM3 and DM4 files #206

Open
ssomnath opened this issue May 28, 2019 · 2 comments
Open

Separate translator(s) for DM3 and DM4 files #206

ssomnath opened this issue May 28, 2019 · 2 comments

Comments

@ssomnath
Copy link
Member

Currently, DM3 and DM4 translation is being managed by the image, time series, movie, image stack translators. These translators were originally designed to read multiple file formats given the similarities in the operations. However, it is not clear to the end user as to which translator to use given a DM3/4 file. Perhaps the common elements in these translators could be reused or moved into static functions outside a translator class so that they can be shared across translators.

This change will be very important when attempting to build a look-up table that automates the translation process based off file extensions or signatures within the header. Such a feature would be the foundation for both a high level "load()" function as well as the development of a pipeline that connects (offline) instruments to data facilities.

@ssomnath
Copy link
Member Author

ssomnath commented Jun 6, 2019

May want to adopt things from Gerd's work. Also see this

@ramav87
Copy link
Contributor

ramav87 commented Jun 6, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants