tfix error in csv file, add comments on csv download - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 64ca77a04780213f339c748f3f89e0221dbafe90
(DIR) parent 98f4e4cd830e457d554112d39569c221300ddb0a
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 7 Dec 2015 15:10:13 +0100
fix error in csv file, add comments on csv download
Diffstat:
M index.php | 3 ++-
M matlab/generate_plots.m | 3 ---
2 files changed, 2 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -152,7 +152,8 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
<div class="card-action">
<a href="output/<?php
echo($_GET['results_id']); ?>_Walks.csv"
- target="_blank">Link to CSV (import to Excel)</a>
+ target="_blank">Link to CSV</a>
+ (right click to save, can be imported to Excel, Matlab, etc.)
</div>
</div>
</div>
(DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -876,7 +876,6 @@ csv = [csv, num2str(sum(epsilon_int_75)/Nwalkers,3),'\n'];
% epsilon_gla
csv = [csv, ...
- 'Average\n'...
';25%%;'];
for i=1:Nwalkers
csv = [csv, num2str(epsilon_gla_25(i),3),';'];
t@@ -901,7 +900,6 @@ csv = [csv, num2str(sum(epsilon_gla_75)/Nwalkers,3),'\n'];
% record_threshold
csv = [csv, ...
- 'Average\n'...
';25%%;'];
for i=1:Nwalkers
csv = [csv, num2str(record_threshold_25(i),3),';'];
t@@ -927,7 +925,6 @@ csv = [csv, num2str(sum(record_threshold_75)/Nwalkers,3),'\n'];
% E
csv = [csv, ...
- 'Average\n'...
';25%%;'];
for i=1:Nwalkers
csv = [csv, num2str(E_25(i),3),';'];