You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current situation:
In VISUALISE tab, when there is a linked ROI and timeseries window, selecting an ROI causes the timeseries to appear using setImageItemClikedDataId.
However, there is no mechanism for selecting timeseries and causing an ROI to change colour.
This was started to be implemented in this branch
feature/RoiTimeSeriesSelectColourChange
Please check the details.
Note that this approach also included integration with Edit_ROI using statusRoi
React Plus:
React plus implemented a similar feature using setRoiSelected
React Plus had good colour change feature where unselected roi become a lighter colour.
Aim:
To unify the ROI / Timeseries select features of WORKFLOW and VISUALISE tabs
In VISUALISE
When ROI are selected, they change colour (non-selected become lighter), and if fluorescence window is linked time-series is plotted.
When the legend ROI is selected the selected ROI change colour.
When ROI selected in image plot, they can be un-selected in time series plot, and when timeseries selected in fluorescence plot, they can be un-selected in ROI plot
Integration with Edit ROI: Merge ROI, Delete ROI. When ROI selected in these actions, they should also change colour (e.g. other ROI become a lighter colour)
refImageItemId is used to link windows
The text was updated successfully, but these errors were encountered:
Current situation:
In VISUALISE tab, when there is a linked ROI and timeseries window, selecting an ROI causes the timeseries to appear using
setImageItemClikedDataId
.However, there is no mechanism for selecting timeseries and causing an ROI to change colour.
This was started to be implemented in this branch
feature/RoiTimeSeriesSelectColourChange
https://github.com/arayabrain/barebone-studio/pull/402/files#diff-ebcd5cf6405721e2c4588c11ab1e26be87ec4d8822f52f9dc833f7c9fa939af9
Please check the details.
Note that this approach also included integration with Edit_ROI using
statusRoi
React Plus:
React plus implemented a similar feature using
setRoiSelected
React Plus had good colour change feature where unselected roi become a lighter colour.
Aim:
To unify the ROI / Timeseries select features of WORKFLOW and VISUALISE tabs
In VISUALISE
When ROI are selected, they change colour (non-selected become lighter), and if fluorescence window is linked time-series is plotted.
When the legend ROI is selected the selected ROI change colour.
When ROI selected in image plot, they can be un-selected in time series plot, and when timeseries selected in fluorescence plot, they can be un-selected in ROI plot
Integration with Edit ROI: Merge ROI, Delete ROI. When ROI selected in these actions, they should also change colour (e.g. other ROI become a lighter colour)
refImageItemId
is used to link windowsThe text was updated successfully, but these errors were encountered: