E. M. Bray

Results 253 comments of E. M. Bray

Should be do-able easily enough. It can't well be automated though--someone will have to manually take the Dockerfiles for each project and finesse them into a single Dockerfile. Someone will...

> A Dockerfile just for OOMMF (i.e. no Gap etc) would be useful as well; it is on my list to create this at some point (but not yet). If...

You might consider redesigning the GUI to communicate with an underlying service over sockets or something, so that the GUI at least can be fairly independent of the computations. I...

:+1: We have some internal users who been repeatedly confused about proper use of masked arrays.

Also I think linking to the Numpy docs makes sense to do no matter what, but a more straightforward "hands on" introduction might be ncie too.

I think the intro to masked arrays that @swt30 wrote should go in the user guide somewhere, in some form. The docs specifically for `sigma_clip` should just link to that,...

FWIW the example in the OP needs to be updated to reflect the new fitter API. Doesn't fix the problem though.

That makes sense! Perhaps even a way to specify fitters that will almost certainly give _bad_ results for a given model. But that's a little hairier to approach...

No recollection as to the current behavior. The current `astropy.io.fits.diff` module was a re-implementation of an older fitsdiff.py script that was floating around years ago, I think as part of...