tremove automatic correction - ebeltoft-ams - AMS results for channel deposit at Ebeltoft, Denmark
 (HTM) git clone git://src.adamsgaard.dk/ebeltoft-ams
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 0d62098abe8111dab7f6d6adcbcf32134d2e0bc9
 (DIR) parent c7851e77e2d3b9830f4d8c4f960a88c0a3573e35
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  7 Jul 2022 16:07:40 +0200
       
       remove automatic correction
       
       Diffstat:
         M Makefile                            |       6 +-----
         M ams-correct.ods                     |       0 
       
       2 files changed, 1 insertion(+), 5 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -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
 (DIR) diff --git a/ams-correct.ods b/ams-correct.ods
       Binary files differ.