perrygreenfield
perrygreenfield
Is there any update on this from numfocus? Elizabeth has sent the requested form changes to numfocus and they acknowledged making the changes.
Sounds like useful query.
Could there be an option to fold the pixmap computation inside the the call to `add_image`? This would be useful in cases where the pixmap is very large and would...
I have read through this and I can't say one way or another whether astropy modeling should or shouldn't be used. To summarize the above objections: 1) results are saved...
OK, I think we understand. The essence of the point isn't that it can't be done in astropy modeling, but rather that you already had the additional functionality built on...
I think that all references to the term "drizzle" in `outlier_detection_tso.py` should be removed since there is no drizzling involved. I realize it makes it easier to reuse code from...
So in looking at things, it seems that this aspect should be able to be handled by your PR entirely. Namely, that you change `calwebb_tso3.py` to simply supply a cube...
@emolter, yes, I think so. If it can be made to work, it would be much more straightforward, and work better with Brett's new `ModelContainer` replacement. I do worry a...
> I can confirm that the weights seem to just be the DQ mask, and the var_noise is not passed into the step at all, neither during `calwebb_tso3` nor within...
I find the use of `__getitem__` and `__setitem__` somewhat nonintuitive when using the library theme. Wouldn't either methods such as `borrow` or `checkout` be more appropriate for the first, and...