Proplyd Line Ratios
收藏资源简介:
An example script for plotting line ratios is available on the github at: https://github.com/TygerPeake/Proplyd-Line-Ratios lines.csv 3 columns with headers : 'Lines' - The species and wavelength for all 5911 lines are given in either units of angstroms A or micrometres m. 'Mean Luminosity' - The mean luminosity of the line across all distances over the same mean for H alpha. 'LM' - The line measure of each line as described in the paper (see equations 9, 10, 11). luminosity_ratios.npy A 10 x 5911 x 5911 matrix of emission line luminosity ratios for the base-case proplyd (see the paper for a description). The lines are ordered as in lines.csv for the axes of length 5911. The 1st index spans 10 distances of the proplyd from the UV source (see position.csv). The 2nd index is the luminosity of the line on the top of the ratio. The 3rd index is the luminosity of the line on the bottom of the ratio. position.csv 2 columns with headers: 'Distance [pc]' - The 10 distances used in luminosity_ratios.npy. 'FUV [G0]' - The FUV field strength associated with each distance.



