Adam Ginsburg

Results 100 issues of Adam Ginsburg

The flat namespace of `astroquery.xx` is getting crowded. Do we want to restructure the namespace to be more hierarchical, either archive-centric or mission-centric?

This is a placeholder for now, but it has a minimal demo of how one would go about obtaining full 2D wavelength + spatial solutions, e.g., as is done with...

The modified Drude profile: https://github.com/karllark/dust_extinction/blob/c5726582e126a1e7846226257d521a7ce17de9a6/dust_extinction/shapes.py#L165 matches the definition given in your 2021 paper: The argument of the exponential is `a (lambda-lambda0)`. That has units left over if `a` is unitless,...

bug
documenation

I get the error: ``` ]Traceback (most recent call last): File "", line 1, in s = scouse.stage_1(config=config_file, interactive=True) # GUI based File "/blue/adamginsburg/adamginsburg/repos/scousepy/scousepy/scouse.py", line 377, in stage_1 generate_SAAs(self, coverageobject)...

```python Fitting spectra... divide by zero encountered in log10 Traceback (most recent call last): File "/blue/adamginsburg/abulatek/brick/first_results/thioformaldehyde/scousepy_template.py", line 14, in s = scouse.stage_3(config=config_file) File "/blue/adamginsburg/adamginsburg/repos/scousepy/scousepy/scouse.py", line 772, in stage_3 indivspec_list_completed=autonomous_decomposition(self, indivspec_list)...

If the `coverage.config` file is missing, the following error results: ``` Traceback (most recent call last): File "", line 1, in s = scouse.stage_1(config=config_file, interactive=True) # GUI based File "/blue/adamginsburg/adamginsburg/repos/scousepy/scousepy/scouse.py",...

During stage 2, I got the following error when hitting 'next'. ``` Traceback (most recent call last): File "/orange/adamginsburg/miniconda3/envs/python39/lib/python3.9/site-packages/matplotlib/cbook/__init__.py", line 287, in process func(*args, **kwargs) File "/orange/adamginsburg/miniconda3/envs/python39/lib/python3.9/site-packages/matplotlib/widgets.py", line 585, in...

When reprojecting into a rotated coordinate system, montage's default behavior is apparently to leave edge pixels blank if they don't fit perfectly into the reprojected coordinate system. I think a...

This feels like the right place to keep track of existing implementations of specreduce functionality. Though I'm pretty sure we have a googledoc somewhere that also records this. * https://github.com/AWehrhahn/PyReduce...