goodman_pipeline icon indicating copy to clipboard operation
goodman_pipeline copied to clipboard

Goodman Data Reduction Pipeline

Results 62 goodman_pipeline issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Wavelength Calibrated Files should be 1D files but for some reason they are keeping the 2D spectrum as an extension affecting the file size and also probably confusing our users....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

The pipeline should separate the groups of configuration into different datasets, if one of the datasets is incomplete it should end the processing of that dataset and continue with the...

The lamp `goodman_comp_600Mid_GG385_HgArNe.fits` has changed now.

Consider the following data: Those lamps are a called a COMP Group and the the are grouped together because several keyword values are the same, among those there are `radeg`...

bug

Given the following group of comparison lamps for a given target the pipeline fails to process it because the lamps `CuHeAr 600_MID` are not in the reference library [due to...

bug

If the `GRATING` keyword does not contain actual grating information the pipeline will crash. Improve this exit ``` File "/home/natacha/anaconda3/envs/goodman_pipeline/lib/python3.8/site-packages/goodman_pipeline-1.3.4-py3.8.egg/goodman_pipeline/core/core.py", line 1470, in get_central_wavelength grating_frequency = float(grating) / u.mm ValueError:...