Mihai Cara
Mihai Cara
This repository includes directories for MAST downloads as well as reference CRDS files bringing the size of this repository close to 4GB. In my opinion this is not necessary and...
Do not download HAP products as attempt to align similar catalogs may result in a crash during catalog matching. CC: @pllim @samanthalh
Recently there were a couple of helpdesk issues (INC0155647 and INC0156501) when users reported errors with running CRDS commands using `subprocess`. One difficulty in understanding the cause of the errors...
This PR enables `tweakreg` to report inverse SIP coefficients in data model's `meta.wcsinfo` when computing FITS WCS from GWCS. I believe it is better not to include these coefficients as...
Resolves [JP-2607](https://jira.stsci.edu/browse/JP-2607) This PR uses data container machinery implemented in `wiimatch version>=0.3.0` to reduce memory usage by the `mrs_imatch` step. Further memory reduction can be implemented separately in `wiimatch` (not...
Trying to understand the hierarchy of the data models, I came across this section: https://github.com/spacetelescope/jwst/blob/master/docs/jwst/datamodels/models.rst#hierarchy-of-models which is completely uninformative: > There are different data model classes for different kinds of...
### Description This PR turns off loading SIP distortion model when there are no celestial axes present. Looking into #13105 I noticed that SIP coefficients are loaded even for spectral...
Resolves [JP-2812](https://jira.stsci.edu/browse/JP-2812) This PR enables support for user-provided image catalogs in tweakreg. This is accomplished via `meta.tweakreg_catalog` attribute and `ignore_custom_catalog=False` (this is needed for backward compatibility). Normally users would have...
While I did not do a full investigation, I believe that commenting out `pixel_scale_ratio` in https://github.com/spacetelescope/jwst/pull/6921 - see https://github.com/jemorrison/jwst/blob/844646c47071683df3428454e295e616a09fab89/jwst/resample/resample_step.py#L187 has caused the issue described the help desk ticket INC0180832, that...
### Description This pull request is to address a segfault in Celprm and/or Prjprm on some systems. See https://github.com/astropy/astropy/issues/13286 Fixes #13286 - [ ] By checking this box, the PR...