Mike Alexandersen
Mike Alexandersen
Sorry, I got sidetracked and forgot to continue responding to this issue. > Well, that's a new one on me. I do sometimes see odd things if Find_Orb crashes. Normally,...
I'm also looking for something like this, in order to apply an offset (due to motion of asteroid) when combining images. ccdproc.combine is much faster than anything I've been able...
@mattip Thanks for the suggestion, but that solution pads with the nanmean of the entire array, not the nanmean of each individual column/row. The beauty of the mean/median padding options...
I don't think there is a way to vote for issues, so I just wanted to add here that I would also enjoy if I could more easily parse/emit MPC...
+1 to this request.
I was going to open an issue about this, but see it already exists. I was following these instructions [https://projectpluto.com/find_sou.htm](https://projectpluto.com/find_sou.htm) and found the `jpleph.cpp:65:21: fatal error: get_bin.h: No such file...
I think my Pull Request #36 actually fixes this old issue.
Could we use something like if tutorial==True: pyl.text(x1, y1, 'Histogram of FWHM', color='r') pyl.text(x2, y2, 'Histogram of fit chi values', color='r') etc. Which would make the text appear directly on...
Bonus idea: If the points were colour coded in some way in both the X vs Y and RMS vs FWHM plot (in which case we'd have to switch from...
Bug 2 fixed. I'll make a pull request when I get the other two. Yeah, I suspected bug 1 might be known, possibly even intentional (although if intentional, then I...