Skip to content
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

205_ROI_Visualise_colour_change #615

Draft
wants to merge 18 commits into
base: feature/516
Choose a base branch
from

Conversation

sanglevinh
Copy link
Collaborator

No description provided.

@@ -223,23 +214,39 @@ const ImagePlotChart = memo(function ImagePlotChart({
const timeDataMaxIndex = useSelector(selectRoiItemIndex(itemId, roiFilePath))
const width = useSelector(selectVisualizeItemWidth(itemId))
const height = useSelector(selectVisualizeItemHeight(itemId))
const statusRoi = useSelector(selectStatusRoi)
const [sizeDrag, setSizeDrag] = useState(initSizeDrag)
const [startDragAddRoi, setStartDragAddRoi] = useState(false)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you check whether drag select also works. When i tried, it seems to have problems. Sometimes cells are highlighted, sometimes they show the fluorescence, but sometimes they don't

Screenshot 2025-02-19 at 13 38 05 Screenshot 2025-02-19 at 13 37 43

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@milesAraya Can you send me a video recording of the process where the error occurs?

@sanglevinh sanglevinh changed the title Feature/roi time series select colour change 205_ROI_Visualise_colour_change Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants