-
Notifications
You must be signed in to change notification settings - Fork 13
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
default location meaningful for dataset #394
Comments
This is fully specified by the view with name |
Where does that arbitrary value come from if no default location is specified in the view? |
There is some BDV internal logic to compute it. If you are not happy with the result you need to set it in the default view via the
No, we don't want the
In most cases the default view computed by bdv is very reasonable. But it's a heuristic, so it can only do so much. So, like I said, if it's not sufficient you can over-write it with the |
Note that I am not referring to "position", this is about the "location" UI element that in my case shows
as default value. I could not find "location" anywhere in either the dataset schema or the support functions. |
Ah ok, sorry I forgot that even existed. Yes, that is completely unrelated to the default view. I don't know where the default values for this come from; we don't have anything for it right now in the json. I agree that these values should either be something sensible or maybe we also don't need a default for that. @tischi where are the defaults for the "location" UI element coming from right now? |
I think the default values still point to the "right eye" of the platy 🤣 |
This should def. be updated, and I would classify the current behaviour as a bug.
|
I would vote for 3. |
@tischi should we add |
We should still implement this. I will add |
@tischi I called the field |
Hi,
the default "location" that MoBIE shows upon launch should make sense in context of the active dataset.
So, when a dataset is loaded, the default location should be optionally specified in the
dataset.json
or if no value is present there fall back to the center of the current image.The text was updated successfully, but these errors were encountered: