usnistgov / mosaic

A modular single-molecule analysis interface
https://pages.nist.gov/mosaic/
Other
38 stars 17 forks source link

Request for getting event start time information of the rejected events in the metadata #114

Open Pratyma opened 1 year ago

Pratyma commented 1 year ago

With present MOSAIC package analysis, the rejected events have their start time as -1. But I want to have the time information for these events. I want to implement only an event detection module, independent of the event processing, and get the metadata for all the detected events including the start time.

abalijepalli commented 1 year ago

If you set "DeveloperMode" : true in mosaic/global.json you should see the metadata preserved for some errors. It doesn't work for all error types, but I think there may be a way to modify the code to at least save the initial estimates. I'll look into it.