Matt Craig
Matt Craig
This turns out to be sort of a mess. See: https://github.com/orgs/executablebooks/discussions/1036 I *think* the magical myst setting can be put in the `sphinx` section of the configuration rather than doing...
Thanks for opening this @RuiningZHAO -- is the desired behavior to be able to specify the type of the returned object or is the desired behavior for the type of...
Thanks for submitting this report @kjkoeller -- do you have a data file I could try running this on to see what the problem is? I can give an email...
Thanks for the questions @gcecill! The short answer to the first question, I think, is that there is no built-in way to reproject the images on the fly and combine...
Can you please provide an example that demonstrates the problem? At first glance, at least, I'm not seeing any place in ccdproc that uses the root logger.
Thanks for reporting this, @RuiningZHAO -- I'll try to get to this in the next couple of weeks, but I'd be happy to review a PR to fix it sooner...
+1 -- this would be excellent! Give me a shout if you want help with implementing/testing any of these.
I would be inclined to keep things as simple as possible, and make this syncing something that users need to opt-in to use by changing a setting. For me I...
I think the search only needs to be done once per sessions, either when you open (which might be pretty inefficient doing it for every note) or the first time...
This is why it is good you are taking the lead on this -- I tend to code first and ask questions later, which is definitely not the right approach...