-
Notifications
You must be signed in to change notification settings - Fork 4
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
add function to get single jungfrau module data #164
base: master
Are you sure you want to change the base?
Conversation
…s and aplly mask to the data
Thanks! On naming, I'd call it something like In terms of the API:
|
Thanks for the feedback!
👍
Yea I can change that.
Probably risky, there are usually multiple modules saved in a same run, and explicilty chosing the module avoids risk of working on the wrong data.
Probably not, but I can ask for feedback here.
good point 👍
what about a warning if set to True and missing? |
…ct instead of run/sourcename, import the function from the base module
I'd get rid of the
I'd rather not make extra_geom require extra_data - the reason for separating them in the first place is that EXtra-geom is also useful for online data analysis where you're not working with files. Maybe that implies this function is actually better off as part of
OK, that sounds reasonable. Possibly at some point we'll want to allow specifying module number instead of source name, but that can be added later.
Maaaybe... my feeling is that warnings are rarely a good answer, because it's easy to either overlook them entirely or to read them as errors. I'm also OK with |
@takluyver This is the kind of function people would like to have, as discussed here
(module and function name are up for suggestion, I wasn't particularly inspired)