Duy Nguyen
Duy Nguyen
I can't say that `jwst` on Windows has been a flawless experience, but I *DID* have it working for a while, at least enough to develop Astrogrism 😆
Hi @nden! Yes this is still an issue; still have to install `jwst==1.3.1` and `stdatamodels=0.2.1` in order to run the pipeline
Poked around in SpectralGWCS, other than adjusting the size of the bounding box, I'm not sure if I can see a place where an equivalent slice would be appropriate, or...
Not a great fix, but on Windows I've been able to circumvent this using powershell's transcribe feature: ``` Start-Transcript -Path & .\steamcmd.exe app_info_update 1 +app_info_print Stop-Transcript ```
@bsipocz Thanks for the comments! I think I addressed them and my documentation changes, so this PR should be ready for a full review. Thank you in advance! Also pinging...
@bsipocz Any sense of when we might be able to get a review on this PR? Thanks!
Thanks for the comments @keflavich! Sadly no, this does not fully replace the old API due to the SIAP parameters not being a 1-1 match to the ones available via...
Hi all, thanks for your patience! Coming back to this after a bit of hiatus, I spoke with members of the HEASARC regarding how to move forward and we think...
Wavelength dependent sky subtraction will be a step done before the actual extraction (i.e. the extraction methods assume both global and sky (wavelength-dependent) subtraction has already been completed on the...
> The trouble is that if I raise the warning in discover's __init__.py (which I think makes the most sense and has the advantage of being dead simple), pytest's run...