-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Add pixel lookup to correct "bad" non-linear scanners.
Modify:
void CLSMImage:: fill( TTTR* tttr_data, std::vector<int> channels, bool clear, const std::vector<std::pair<int,int>> µ_time_ranges)
Currently the pixel number is calculated linearly. Add option for pixel lookup.
auto pixel_nbr = (tttr_data->macro_times[event_i] - line_start_time) / pixel_duration;
Pass a lookup table (for every pixel in Image) to fill function. This allows correcting bad scanners on the edges.
Metadata
Metadata
Assignees
Labels
No labels