Jane Rigby
Jane Rigby
Has this issue been fixed yet? I'm running PSF-fitting photometry on some JWST NIRCam commissioning data, and there must be something wrong, because it's taking 30 min to run, even...
Today I had a real-world example, where equivalent widths in a paper we are submitting are wrong by (1+z), because my collaborator forgot to apply the (1+z) factor to the...
Yes, I've worked with @eteq in the past to try to get Astropy to stop refusing pandas Series, in cases where a numpy array is accepted. This is a new...
Done, https://github.com/astropy/astropy/issues/11247
A fitted continuum is, by definition, a spectrum that shares the same spectral axis as its parent spectrum. So yes, a fitted continuum plus its parent spectrum are together a...
I think I was able to kludge this functionality. It is ugly. cols = ('restwave', 'flam', 'flam_u') sp = pandas.read_csv(spectrumfile, delim_whitespace=True, comment='#', names=cols) flam_unit = u.erg / u.s / u.cm...
I got iraf's imexam working remotely on a linux box, and verified that the running "r" on the V4.0 F160W file produces a FWHM of 4.6 pixel, which is sensible....
Is this where I admit my ignorance, that I don't know how to check out a branch that addresses an issue?
I wrote a tutorial 1 yr ago. Unfortunately, it's not working at the moment: https://github.com/janerigby/NB/blob/master/Example%20pyds9%20and%20pyregion.ipynb Please see issue 124: https://github.com/astropy/pyregion/issues/124