-
Notifications
You must be signed in to change notification settings - Fork 7
Mimosis #7
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
base: mimosis
Are you sure you want to change the base?
Mimosis #7
Conversation
… BoardReaderMimosis
…e added to the configuration file > TriggerOffset that sets the offset of the frameID to be considered starting from trigger > FramespPerTrigger defines the number of frames to be considered per trigger
|
Ziad, excellent work, I like your usage of the mechanism transmitting the parameters to handle the trigger from the config file, congrats! I have a few remarks before starting merging this new version. 1/ Could you generate two different config files, corresponding to the case where we use or no the trigger (mimosis.cfg and mimosis-triggered.cfg for instance)? 2/ About ignoring the truncated frames, should we really enforce it (your version) or let the user decide about it? We could use the eventbuildingmode flag (set in the config) to decide that. But maybe it does not worth it. 3/ Could you document a bit what the class is doing in the BoardReaderMIMOSIS.cxx file? I would suggest the following:
4/ Could you check that any .DS_Store are not commited to TAF. Sorry, I know this is annoying. To avoid this in the future, you should check that your .gitignore file does contain a line about it. Cheers, |
|
Hi Jérôme, Cheers, |
I insist that you do not need to create a new flag but rather can use EventBuildingBoardMode for that. Jerome |
|
Ok, I see. Thanks Ziad |
…de: 1 > SafeMode can be set by the user with the EventBuildingBoardMode (0: risky, 1: safe) > Document is added to BoardReaderMIMOSIS.cxx
… registered in considered planes
… registered in considered planes
Hi Jérôme,
Major update:
1- Truncated acquisitions pixels are not considered. A test a done in function isAcqSafe() in BoardReaderMIMOSIS.cxx
2- Frames around triggers can be considered in trigger mode. For this two parameters were added in the config file mimosis.cfg which are TriggerOffset and FramesPerTrigger:
*TriggerOffset: Number of frames where to start decoding starting from the trigger frame.
*FramesPerTrigger: Number of frames to decode per trigger.