gleam icon indicating copy to clipboard operation
gleam copied to clipboard

Galaxy Line Emission & Absorption Modeling

Results 10 gleam issues
Sort by recently updated
recently updated
newest added

At the moment, gleam works really well for narrow emission lines (such as those associated with narrow-line regions in AGN and star-forming regions). This is because the starting solution for...

enhancement

The zoom-in plots are sometimes too narrow and lots of space is left on the right side. This is because the number of zoom-in plots is calculated as a function...

bug

With different installations of GLEAM, I am getting different behaviors on the empty cell in the output FITS file that contains the emission and absorption line fits. If I run...

bug
help wanted
question

At the moment, **gleam** outputs the fit results and plots next to the corresponding input spectra. It would be great to have the options to output the results to a...

enhancement

While the `tolerance` parameter offers a very succinct way to uniquely define the groups of lines to be fitted jointly, it requires some validation on the part of the user...

enhancement

``` multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/lib/python3.8/multiprocessing/pool.py", line 51, in starmapstar return list(itertools.starmap(args[0], args[1])) File "/home/andra/.local/lib/python3.8/site-packages/gleam/main.py",...

bug

When importing/running GLEAM this issue arises: ``` WARNING: AstropyDeprecationWarning: The truth value of a Quantity is ambiguous. In the future this will raise a ValueError. [astropy.units.quantity] ``` This was noticed...

bug
question

Since Matplotlib 3.4, closing a figure in interactive mode hangs the process. We fixed the required Matplotlib version to 3.3.4 as a temporary fix.

bug

The defaults for the fitting parameters are hidden in the code. It would be helpful if we had an option to print them for the user to see.

enhancement

Error when processing multi files, but process single file works (py38_gleam) zijianzhang@fushuqis-iMac formated_Data % gleam --path gleam_Data --spectra ./**/spec1d.MMT.Hectlow.a.24**.fits --config gleamconfig.yaml --plot WARNING: AstropyDeprecationWarning: The truth value of a Quantity...