DRAGONS icon indicating copy to clipboard operation
DRAGONS copied to clipboard

Data Reduction for Astronomy from Gemini Observatory North and South

Results 67 DRAGONS issues
Sort by recently updated
recently updated
newest added

Adds `port_number` as a valid option in the interactive configuration option in `.dragonsrc`. E.g., ```toml [interactive] port_number = 8203 ``` The default is the same as it was before (`5006`).

enhancement
component - interactive tools

Here is a relevant code. https://github.com/GeminiDRSoftware/DRAGONS/blob/32aee56638c5fdb0b7b41afa13ee3d06e3cc2a87/geminidr/core/primitives_stack.py#L400 I understand that `ORIGNAME` can be set by `standardizeHeaders` primitive. Still, I think it could be better to simply use 'orig_filename' property of adinputs[0],...

bug :bug:
urgency-medium
component - gemini

When astrodata reads a FITS file with a wavelength axis, the units (from CUNITj) are stored but not changed. However, DRAGONS assumes that the units of wavelength axes are nm,...

This happens with DRAGONS v3.2 (probably happens with previous versions too). `reduce S20240410S0025_aperturesFound.fits -p aperture_growth=10 order=1 hsigma=2.5 function=chebyshev regions=[960:1000,1130:1170] interactive=True -r skyCorrectFromSlit` ``` PRIMITIVE: skyCorrectFromSlit ----------------------------- /Users/klabrie/condaenvs/susd3.10_20240130/lib/python3.10/site-packages/astropy/modeling/fitting.py:763: RuntimeWarning: invalid value...

The tracing algorithm expects each trace to be nearly vertical, which isn't always the case. If there's a significant region where the trace is lost, it can fail to find...

One file from GMOS-S new 2023 CCDs crashes in `determineAstrometricSolution`. Branch: `release/3.2.x` commit: 23fb519d3c. To reproduce: `reduce -r determineAstrometricSolution S20231223S0118_refcatAdded.fits` File in: https://drive.google.com/drive/folders/1dMvTHqCUJmIhv_RgWzzq3VaVZqOmnpxs?usp=drive_link (NOIRLab Staff only) The trace: ``` Aligning...

bug :bug:
severity-routine
urgency-medium
component - gempy

`findApertures` fails to correctly identify the sources in an aligned and stacked ABBA 2-D spectrum. The negative images appear to be fooling the algorithm. See screenshot for the interactive window...

algorithm
severity-critical :boom:
urgency-high
urgency-medium
component - gemini

A recent test for `QECorrect` started to fail. Chris changed the parameters but the reason it is failing is that the test is not performing as expected. See plot below:...

enhancement

The recent issue #112 raised back the problem of which Python versions are supported by DRAGONS. Up to very recently, I remember that Py36 was being supported but is this...

enhancement
continuous integration

Based on comments on the last SUSD C&C meeting, I believe that I should add some documentation about tests and the existing Continuous Integration tools for DRAGONS within the repository....

feature request
continuous integration
documentation :books: