-
# Interface to DSPS in RAIL
The aim of this sprint is to start the implementation of an interface in RAIL to the stellar population synthesis code "DSPS" (Hearin+21).
Contacts: Luca Tortorelli, …
-
Hello,
I was wondering if it would be possible to add the DECam g,r,i,z bandpasses as a PhotometricSystem in GaiaXPy?
I think the filter transformation information is available here: https://noirlab…
-
Hello,
We at the Spanish Virtual Observatory are working on the access from VOSA (http://svo2.cab.inta-csic.es/theory/vosa/) to Gaia synthetic photometry and we've noticed something wrong with the f…
-
Hi specliters-
In trying to move to `speclite` from some quick-and-dirty synthetic photometry code of my own, using SDSS filters, I found that I could get my calculations to agree w/ `speclite` onl…
-
The XML header data for the SVO filters contains the following lines:
`\n
Detector type. 0:Energy counter, 1:Photon counter.`
It would be great if the value of DetectorType were returned…
-
poppy does not install the correct version of synphot (currently v1.1). It seems the setup.cfg file needs to have install_requires synphot>=1.1.0 ? the work around was to ```pip install synphot==1.1`…
-
code
```
tables = Gaia.load_tables(only_names=True)
for table in (tables):
print (table.get_qualified_name())
```
error
INFO: Retrieving tables... [astroquery.utils.tap.core]
-------------…
-
I seek advice on how to upload synthetic photometry derived from a spectrum. My naive implementation fails because the spectrograph doesn't have filters.
```
HTTP code: 400, Bad Request
JSON res…
-
The installation instructions simply say that Python 3.7+ is required, but I tried running this notebook (https://github.com/spacetelescope/roman_tools/blob/develop/notebooks/WebbPSF-Roman_Tutorial.ip…
-
Even though extractPhotometry is supposed to compute synthetic photometry for a single spectrum (the dostring specifies that `spec` is a 1d array), the code expects a 2d array.
For example,
```
i…