mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 12:35:08 +00:00
changed naming conventions for data
This commit is contained in:
parent
38aac43f8f
commit
45273f5980
@ -1,14 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
timestep="0.1"
|
||||
ref_band='HST(𝛌=1367Å)'
|
||||
ref_band='1367Å'
|
||||
# Parameters for HST(𝛌=1367Å) from MC results
|
||||
refpsd_params="6.533e-02 -9.694e-02 -1.175e+00 -1.525e+00 -2.166e+00 -2.492e+00 -3.258e+00 -9.328e+00"
|
||||
# Parameters for HST(𝛌=1367Å) from covariance matrix estimates
|
||||
#refpsd_params="7.376e-02 -1.976e-01 -1.182e+00 -1.521e+00 -2.144e+00 -2.503e+00 -3.580e+00 -1.233e+01"
|
||||
|
||||
|
||||
error_type="2"
|
||||
error_type="0"
|
||||
# error types:
|
||||
# 0 for covariance matrix, 1 for likelihood function, 2 for monte carlo
|
||||
case $error_type in
|
||||
|
Loading…
Reference in New Issue
Block a user