-
Hi,
Previously I can run the tweakreg.TweakReg without error, but these days I made some update of some of my packages, and rewrite my code, find that whatever the parameter I used in tweakreg, it …
kyika updated
5 years ago
-
Very minor issue: All the variable names in the docs for the primary user interface (https://drizzlepac.readthedocs.io/en/latest/astrodrizzle.html) are missing a colon and some spaces between the vari…
-
This issue is a followup (and consolidation) of the lengthy discussions in #4761 and #4803. To briefly summarize, if a `WCS` object contains `SIP` coefficients, then `all_world2pix` applies them rega…
-
The numbering of the Steps AstroDrizzle uses (copied below) needs to change. Instead of 1-8, it should be something like 0-7 so that it matches the step numbers in the AstroDrizzle GUI, the CFG file, …
-
While addressing #1755, I noticed that the Numpy Debian package installs a symlink from `usr/include/numpy` to `usr/share/pyshared/numpy/core/include/numpy` so that the Numpy headers can be included w…
-
I've been told by the STIS team that updates they have made to the idctable file are not being properly accounted for. We are having a meeting today to discuss this with their team.
@stscicrawford @…
-
I'm finding an issue with the astrometry update in process_direct_grism_visit. I believe this is related to the stwcs AstrometryDB database.
If off the STScI network, AstrometryDB is inaccessible. …
-
In `distortion/utils.py`, the function `make_orthogonal_cd()`...
The following lines check if `wcs.idcscale` exists, but does not check if the value is set to `None`:
```
124 # find…
-
Building the drizzlepac code for use under Windows uncovered an apparent syntax problem with the `_Stat()` function in the `parseat` module. Specifically, the error that was generated was:
```
In…
-
Numerous users have been stumbling over this issue...
When running drizzlepac tools in a python session, sometimes the software crashes due to parameters specified in a local cfg file being picked …