Paul Hancock

Results 15 comments of Paul Hancock

I agree with the spelling here, even as a native English speaker Fahrenheit is an awkward word to type/spell (even more so in countries that use SI untis). For parts...

The previous submission is for instructor checkout.

I would suggest noting that all these aggregation functions *ignore* null values in their computations (otherwise avg, sum, would result in null). For the most part we get exactly what...

Happy to have you contribute to the API documentation. Currently it's auto generated from docstrings and is not very user friendly.

That would be my recommendation.

After some inspection of the `scipy.optimize.minimize`, I conclude that the interface is too different from `lmfit` to make the transition easy. `minimize` requires the target and jacobian functions to have...

Hi, Once you install AegeanTools you should have a new command line tools available called `BANE`. You can run it like this: ``` BANE my_image.fits ``` and it will create...

Those examples are rather disturbing. The field doesn't look overly complicated, and the sources are in what I consider the 'easy to fit' category (isolated unresolved sources). I would expect...

Need to include `numba` and `radio_beam` as dependencies.

I'm getting an error when running that i'm not sure how to fix: ``` numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute 'rfft2' of type Module() File...