Open tischi opened 2 years ago
do we want to add a selectedSpotIds
?
I think it would make sense for
SpotDisplay
to extendAnnotationDisplay
:
Yes, I agree.
protected boolean showAsBoundaries = false; protected float boundaryThickness = 1.0F;
These two don't make sense for spots. All the others do make sense.
do we want to add a
selectedSpotIds
?
Yes!
These two don't make sense for spots. All the others do make sense.
I am not so sure. I can be nice to see what's behind a spot. I think this can be very useful for visual QC to see whether there actually is a spot signal "inside" the spot.
I think we need something to specify how large the spots should be rendered. Maybe spotRadius
?
- I am not so sure. I can be nice to see what's behind a spot. I think this can be very useful for visual QC to see whether there actually is a spot signal "inside" the spot.
Ok, that's a good point. We can keep the showAsBoundaries
and boundaryThickness
then.
2. I think we need something to specify how large the spots should be rendered. Maybe
spotRadius
?
Yep, I also just thought about this. spotRadius
is a good name for it.
And I guess spotRadius
is given in physical units?!
I would say so, yes, in the units of the project.
@tischi: here is the schema for the spot display: https://github.com/mobie/mobie.github.io/blob/mobie3/schema/view.schema.json#L356-L431
Hi @constantinpape,
I think it would make sense for
SpotDisplay
to extendAnnotationDisplay
:Do you envision to also support all those field in the JSON spec of
spotDisplay
?