mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 20:45:07 +00:00
setting up for first run using STORM data
This commit is contained in:
parent
d91813679b
commit
691315b704
@ -1,10 +0,0 @@
|
||||
2
|
||||
data/calibration/lc_drive.dat 0
|
||||
data/calibration/lc_1.dat 0
|
||||
1 5e-3 5e-1
|
||||
0
|
||||
1 1 1 1
|
||||
0:1 1
|
||||
0
|
||||
0
|
||||
100 50 50 mcmc.dat
|
@ -6,7 +6,7 @@ use utf8;
|
||||
# outputs (stdout) a lightcurve in psdlag circa 2016 Zoghbi @ UMY input format
|
||||
|
||||
# smallest time interval.
|
||||
my $Δt = .01;
|
||||
my $Δt = .1;
|
||||
# normalization factor based on inspection of data
|
||||
my $flux_norm = 1e14;
|
||||
|
||||
@ -71,4 +71,4 @@ sub min ($$) { $_[$_[0] > $_[1]] }
|
||||
sub log10 {
|
||||
my $n = shift;
|
||||
return log($n)/log(10);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user