You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/scope/input.txt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@
10
10
#·······································:
11
11
Created: 2024-08-15
12
12
Author: Arjun Savel!
13
-
Planet name: WASP-76 b
13
+
Planet name: WASP-166 b
14
14
15
15
# Simulation setup
16
16
17
-
modelname wasp_166_150seed_ld # name of the model. used for saving the output files.
17
+
modelname wasp166_test # name of the model. used for saving the output files.
18
18
seed 150 # seed for the random number generator when generating noisy data. set to None for a random seed.
19
19
log_level DEBUG # logging level above which statements are printed. Supported levels are ``DEBUG``, ``INFO``, ``WARNING``, ``ERROR``, and ``CRITICAL``.
20
20
@@ -33,6 +33,8 @@ b DATABASE # impact parameter of the planet's orbi
33
33
Rstar DATABASE # stellar radius, in solar radii. [DB]
34
34
Mstar DATABASE # stellar mass, in solar masses. [DB]
35
35
Kmag DATABASE # K-band magnitude of the star. [DB]
36
+
Teff_star DATABASE # effective temperature of the star, in K. [DB]
37
+
logg_star DATABASE # surface gravity of the star, in cm/s^2. [DB]
36
38
kp 128.1 # expected planetary orbital velocity assuming circular orbit, in km/s. input NULL if you'd like to calculate from orbital parameters.
37
39
v_sys 0.0 # systemic velocity, in km/s. [DB]
38
40
v_rot NULL # equatorial rotational velocity. input NULL if you'd like to calculate from orbital parameters.
@@ -48,7 +50,7 @@ lambda_misalign 0 # misalignment angle of the planet's or
48
50
inc 90.0 # inclination of the planet's orbit with respect to the line of sight, in degrees. only matters if include_rm is set to True. and observation is set to transmission.
49
51
50
52
# Instrument Parameters
51
-
instrument IGRINS # name of the spectrograph to simulate. currently spectrographs are ``IGRINS`` and ``CRIRES+``.
53
+
instrument CRIRES+ # name of the spectrograph to simulate. currently spectrographs are ``IGRINS`` and ``CRIRES+``.
52
54
blaze True # whether to include a blaze function or not.
53
55
wav_error False # whether to include wavelength solution errors or not.
54
56
order_dep_throughput True # whether to include order-dependent throughput variations.
0 commit comments