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 545fe99363ff7e9c2467c00603b7d29499904beb
parent 9a4891569596ff5f9fa2a266b9d3624bb7795dd9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 24 Jun 2022 14:44:27 +0200

Makefile: begin implementing correction

Diffstat:
MMakefile | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

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