Set DSO true_size by _.size limits #208
enzodbspace
started this conversation in
Help Wanted
Replies: 1 comment 1 reply
-
|
yeah, that's probably the best way to do it currently. I have a lot of similar code with the exact same approach. I'd definitely like to improve this part of the API though, since it's such a common use-case. I'll put something on the roadmap to investigate this more. Thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!,
I'm working on v0.18 (great update!) I'm customizing some DSO parameters. Is this a good way to set DSO true_size based on the _.size data? My intention is to set a limit below which true_size is False, and above which it is True, to correctly represent large objects, but not make smaller ones too small (customized for each type of object)
Sample code for open clusters:
Can it be done in a single declaration?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions