From eaed7c0e5498e050dff7c2f5cf71ae014cab9dc6 Mon Sep 17 00:00:00 2001 From: Cees Bassa Date: Sun, 19 Jan 2025 12:00:11 +0100 Subject: [PATCH] Add data selection based on station ID Signed-off-by: Cees Bassa --- rffit.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/rffit.c b/rffit.c index 2ca6569..30104f5 100644 --- a/rffit.c +++ b/rffit.c @@ -738,6 +738,16 @@ int main(int argc,char *argv[]) redraw=1; } + // Select points by station + if (c=='C') { + printf("Provide station ID for data point selection:\n"); + status=scanf("%d",&j); + for (i=0;i