src/
amespahdbidlsuite_create_observation_units_s.pro
Helper function for creating an AmesPAHdb_Observation_Units_S structure.
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_Observation_Units_S structure:
IDL> units = AMESPAHDBIDLSUITE_CREATE_OBSERVATION_UNITS_S(AUNIT=3, $
OUNITS=2)
Author information
- Author
Dr. Christiaan Boersma
- Copyright
BSD licensed
- History
Changes:
07-07-2016 Use PRINT without for-loop. Christiaan Boersma. 02-01-2015 First version of the file. Christiaan Boersma.
Routines
top source AmesPAHdbIDLSuite_CREATE_OBSERVATION_UNITS_S
HELPER
result = AmesPAHdbIDLSuite_CREATE_OBSERVATION_UNITS_S(AUNIT=int, OUNIT=int)
Creates an AmesPAHdb_Observation_Units_S structure.
Return value
Structure
Keywords
- AUNIT in required type=int
Abscissa units: 1=frequency [cm!U-1!N], 2=frequency [Hz], 3=wavelength [um], and 4=wavelength [A]
- OUNIT in required type=int
Ordinate units: 1=surface brightness [MJy/sr], 2=surface brightness [W/cm!U2!N/sr], 3=flux [Jy], and 4=flux [W/cm!U2!N]
File attributes
| Modification date: | Fri Oct 24 12:51:06 2025 |
| Lines: | 72 |
| Docformat: | rst rst |
![[attach.png]](../idldoc-resources/attach.png)