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

Clearly mark type of observation #46

Open
sergiopoppi opened this issue Sep 20, 2019 · 1 comment
Open

Clearly mark type of observation #46

sergiopoppi opened this issue Sep 20, 2019 · 1 comment

Comments

@sergiopoppi
Copy link
Member

Schedule must show which type of observation is generated : MAP, cross etc. From target and file must be written in the schedule

@flyingfrog81
Copy link
Member

the ScanMode.__str__ method can be used for this purpose. This is using the class name.

I can see that I had defined the self.name attribute in the ScanMode class but that is never overwritten by the subclasses, most likely my mistake. It should be easy to add proper names for every scan mode and define a new method in the ScanMode class if needed that returns the required representation.

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

No branches or pull requests

2 participants