pysynphot icon indicating copy to clipboard operation
pysynphot copied to clipboard

Synthetic Photometry.

Results 19 pysynphot issues
Sort by recently updated
recently updated
newest added

See `ROADMAP.md`. * Update documentation to reflect the state of the package. * One last release. * Close outstanding issues and PRs. * Archive repository. Also see #106

![phoenix_peterplot_full](https://user-images.githubusercontent.com/65725585/97597665-00c17c80-19fe-11eb-9b38-7bd3fd42af96.png) ![phoenix_peterplot_ha](https://user-images.githubusercontent.com/65725585/97596069-44b38200-19fc-11eb-8352-4151375f9fe8.png) ![full70008800](https://user-images.githubusercontent.com/65725585/97584962-7fafb880-19f0-11eb-8642-544bb5eb2d9a.png) ![full70008800ha](https://user-images.githubusercontent.com/65725585/97584966-80484f00-19f0-11eb-8e1a-d3df0672f829.png) ![phoenix_9000](https://user-images.githubusercontent.com/65725585/97598999-72e69100-19ff-11eb-9ea6-b42640236a71.png) ![phoenix_6200](https://user-images.githubusercontent.com/65725585/97596344-87755a00-19fc-11eb-85c0-20bd3320e775.png) I'm working with phoenix models, and ran a quick analysis to test their similarities to the ATLAS9 grid (Castelli & Kurucz 2004) also in...

question

Getting "\AA" instead of "Å". For instance: https://pysynphot.readthedocs.io/en/latest/units.html#constants

bug

Hi, I was wondering if there was a way to suppress the "does not have a defined binset..." message in calls to a pysynphot.observation with a custom filter bandpass. Best,...

Some exoplanet folks noticed that the `Phoenix` model atmospheres retrieved by the `Icat` class were strange so I looked into it. It appears that some of the models are incorrect...

bug

This does not make sense to me: ```python >>> import pysynphot as S >>> S.__version__ '0.9.12' >>> bp = S.ObsBandpass('acs,wfc1,f555w') >>> sp = S.Vega >>> obs = S.Observation(sp, bp) >>>...

bug
question

Dear pysynphot team, firstly thanks for the package! Super useful. Now the possible bug, either with pysynphot, or my understanding of things: The integrated flux over a specific wavelength range...

bug

Given this `GaussianSource` docstring: ``` Parameters ---------- flux : float Total flux under the Gaussian curve, in given flux unit. center : float Central wavelength of the Gaussian curve, in...

bug

Either Pysynphot reads the wrong PHOENIX spectra, interpolates them incorrectly, or there is something wrong with PHOENIX itself. The spectra do not match what is expected at the given temperatures....

bug

I have an idea for implementing a method for SourceSpectrum objects to smooth them to a given resolution. I have some working code that convolves gaussian kernels to the spectrum...

enhancement