src/
amespahdbidlsuite_create_kurucz_stellarmodel_s.pro
Helper function for creating an AmesPAHdb_StellarModel_S struct.
Updated versions of the NASA Ames PAH IR Spectroscopic Database and more information can be found at: www.astrochemistry.org/pahdb.
Examples
Creating an AmesPAHdb_StellarModel_S struct:
IDL> model = AMESPAHDBIDLSUITE_CREATE_KURUCZ_STELLARMODEL_S(angstroms, flam)
Author information
- Author
Dr. Christiaan Boersma
- Copyright
BSD licensed
- History
Changes:
02-01-2015 First version of the file. Christiaan Boersma. 11-18-2015 Fixed FLEM to FLAM. Christiaan Boersma.
Routines
top source AmesPAHdbIDLSuite_CREATE_KURUCZ_STELLARMODEL_S
HELPER
result = AmesPAHdbIDLSuite_CREATE_KURUCZ_STELLARMODEL_S(angstroms, flam)
Creates an AmesPAHdb_StellarModel_S struct, converting flam [erg/s/cm^2/A] to CGS [erg/s/cm^2/cm^-1/sr] and wavelength [angstrom] to wavenumber [/cm]
Return value
Structure
Parameters
- angstroms in required type=double array
Wavelength grid in Angstrom
- flam in required type=double array
Associated flam
File attributes
| Modification date: | Fri Oct 24 12:51:06 2025 |
| Lines: | 20 |
| Docformat: | rst rst |
![[attach.png]](../idldoc-resources/attach.png)