From 7147552f14ee9c287eea1667c94dc822b7017dd4 Mon Sep 17 00:00:00 2001 From: Cees Bassa Date: Mon, 4 Apr 2022 10:49:11 +0200 Subject: [PATCH] Add age, fix height unit --- satpredict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satpredict.c b/satpredict.c index 750a316..a9c99f7 100644 --- a/satpredict.c +++ b/satpredict.c @@ -304,7 +304,7 @@ void usage() printf("r radius (deg) [default: 10.0 deg]\n"); printf("L manual site longitude (deg) [default: 0.0 deg]\n"); printf("B manual site latitude (deg) [default: 0.0 deg]\n"); - printf("H manual site elevation (m) [default: 0.0 deg]\n"); + printf("H manual site elevation (m) [default: 0.0 m]\n"); printf("o output csv file [default: results.csv]\n"); printf("h this help\n"); @@ -416,7 +416,7 @@ int main(int argc,char *argv[]) // Open output file file=fopen(outfile,"w"); - fprintf(file,"satno,mjd,ra,dec,state,tlefile\n"); + fprintf(file,"satno,mjd,ra,dec,state,tlefile,age\n"); // Compute positions for (i=0;i