#Input parameters for SPIRAL model #******************************** # ----------------------- # Model parameters # ----------------------- compo = r fillFactor = 20 rounds = 1.5 opening_angle = 45.0 # degrees d_first_turn = 66.0 # mas incl = 180.0 # deg angle_0 = 180.0 # degrees d_choc = 12.0 # masn d_bin = 2.0 # mas Tin = 2000.0 # K q = 0.45 gap_factor = 10.0 T_WR = 45000.0 # K T_OB = 30000.0 # K L_ratio_star = 2.0 ratio_star = 1.0 f_scale_pwhl = 1.0e-16 # ---------------------------------- # Image size and Spectral coverage # ---------------------------------- npts = 256 # Nb of image pixels in each direction (x and y) fov = 250.0 # mas wlen0 = 1.0 # Star wavelength (microns) dwlen = 1.5 # Wavelength step (microns) nwlen = 5 # Nb of wavelength points #*****************************************