ebeltoft-ams

AMS results for channel deposit at Ebeltoft, Denmark
git clone git://src.adamsgaard.dk/ebeltoft-ams # fast
git clone https://src.adamsgaard.dk/ebeltoft-ams.git # slow
Log | Files | Refs Back to index

commit 0d62098abe8111dab7f6d6adcbcf32134d2e0bc9
parent c7851e77e2d3b9830f4d8c4f960a88c0a3573e35
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  7 Jul 2022 16:07:40 +0200

remove automatic correction

Diffstat:
MMakefile | 6+-----
Mams-correct.ods | 0
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -16,14 +16,10 @@ DATA =\ AMSPARSER = ams-ellipsoid.awk -.SUFFIXES: .ASC .max .int .min .maxc .intc minc +.SUFFIXES: .ASC .max .int .min default: ${DATA} -.max.maxc: - paste $< ${<:.max=.corr} | ./ams-correct.awk >$@ - cp $@ $@.txt - .ASC.max: awk -f ${AMSPARSER} -v axis=max <$< >$@ cp $@ $@.txt diff --git a/ams-correct.ods b/ams-correct.ods Binary files differ.