Erin Sheldon

Results 242 comments of Erin Sheldon

Moving to 4.4.0 fixed the bug without any changes in this package

Mike, can you please post a minimal example of using the ubuntu python to create a venv and install fitsio?

Thanks Spencer, a PR would be welcome

If you do submit a PR, can you please add a test case for this to make sure we get it right and it doesn't break in the future?

I would put it into its own test, better to isolate any problems. On Sat, Mar 4, 2023 at 3:05 PM Spencer Everett ***@***.***> wrote: > Sure. It looks like...

Note I moved the tests into fitsio/tests and it now uses pytest

We might even want to correct the weight map based on this. E.g. ```python var = noise.var() # if doing fixnoise weight[:, :] = 1/(2 * var) # if not...

Although we don't currently have a noise image available if not doing fixnoise....

the MOF code is gmix v1 so we can't do it right now. But might be good to do after v2 is out