setting up for first run using STORM data

This commit is contained in:
othocaeS 2016-07-01 12:05:08 -04:00
parent d91813679b
commit 691315b704
2 changed files with 2 additions and 12 deletions

View File

@ -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

View File

@ -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);
}
}