-
Notifications
You must be signed in to change notification settings - Fork 2
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
Detect and optionally fix <=0.1 fluorescence values (fl?_max) #11
Comments
The general issue is described and tracked in DC-analysis/dclab#101. The task here would be to implement the UI that allows users to remove Tasks:
|
Comments for @maxschloegel:
|
|
|
OK, now I got everything together.
When we have determined the correct offset, we don't manipulate the trace data, but we write the offset to the meta data. We do however update the |
@paulmueller I am currently at the part where I adjust the fl?_max values using the offset. Currently there is not a well-defined way to do this, right? |
You are correct, there is no well-defined way of doing this. I don't like the idea that people can just change features of an The problem with I would suggest the following: After compression/conversion, open the dataset with h5py and override the fl?_max features. There is only one problem with this approach: The new .hdf5 file will be larger, because the old fl?_max data will still be present (although not reachable). This could be resolved by repacking the dataset. I think this is the best solution, because it requires the least amount of lines of code. The user has to wait a little longer, but I think that is acceptable. What do you think? |
Thanks for your input! |
Events are missing when plotting fluorescent values using the logarithmic scale option.
Whenever the FL value of an event is negative, the event is completely omitted from the output graph. Results are therefore under-represented in the graphs
The text was updated successfully, but these errors were encountered: