Task #7099 (closed)
ROI Z, T vs T, Z
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore, saloynton |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-11-10 (2) |
Description
MT currently T, Z and Web Z T
Z, T is more natural, need to be fixed in MT
Change History (12)
comment:1 Changed 8 years ago by wmoore
comment:2 Changed 8 years ago by wmoore
Another question (could make a separate ticket): In Insight, the shape IDs are really the ROI IDs. Would it not be better to display shape IDs? This is what I do in web.
comment:3 Changed 8 years ago by jburel
- Status changed from new to accepted
comment:4 Changed 8 years ago by wmoore
Another point: If zMin and zMax are the same, only show zMin. E.g. "10" instead of "10-10".
comment:5 Changed 8 years ago by jburel
to test:
- Draw a shape and save.
- The Z, T order should be displayed in inspector, results and intensity results tab.
- Check that the value is not a range if the roi only one one plane
- Propagate the shape across Z and T
- The value should now be start-end instead of [start, end]
comment:6 Changed 8 years ago by jburel
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:7 Changed 8 years ago by saloynton
In this test the a ROI dose not exist message is shown in the results tab in the measurement tool - The step is shown in the screen shot attached.
comment:8 Changed 8 years ago by saloynton
- Resolution fixed deleted
- Status changed from closed to reopened
comment:9 Changed 8 years ago by jburel
- Remaining Time changed from 0 to 0.15
- Status changed from reopened to accepted
comment:10 Changed 8 years ago by jburel
- Remaining Time changed from 0.15 to 0
- Status changed from accepted to closed
comment:11 Changed 8 years ago by Jean-marie Burel <j.burel@…>
- Resolution set to fixed
(In [40333826204911a25bce707a69df97db01340ccc/ome.git]) Fix column order in MT
the order T, Z is not very natural
Z, T is preferable and was used in
one tab. Unifying (close #7099)
comment:12 Changed 8 years ago by Jean-marie Burel <j.burel@…>
(In [b6ee2c173fb5554e793a308c8d1b4a67bd4512ed/ome.git]) Fix selection of shape in results tab (see #7099)
JM: In the web, for ROI row of the table, I have minZ-maxZ, E.g. "10-12". Insight has "[10,12]" which doesn't give the impression of a range, and also has more characters that are needed ([] don't look so clean). Do you want to update this in Insight, or want to discuss?