From 6b9cac2c3d924a94831e8e09523e06620e5ab84e Mon Sep 17 00:00:00 2001 From: Ian Boyd <iboyd@astro.umass.edu> Date: Wed, 18 Dec 2024 03:24:17 +0000 Subject: [PATCH] Replace geoms_tools.pro --- geoms_tools.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/geoms_tools.pro b/geoms_tools.pro index b64241b..7f8218d 100644 --- a/geoms_tools.pro +++ b/geoms_tools.pro @@ -1,4 +1,4 @@ -;Main Program Version: geoms_tools.pro v2.18, 20241210 +;Main Program Version: geoms_tools.pro v2.19, 20241218 ; Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org ; FUNCTION is_a_number_gt,value @@ -1250,7 +1250,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o ; geoms-harmon-v1.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov. ; idlcr8ascii-v4.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov. ; idlcr8hdf-v4.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov. -;Program sub-version 2.18 (20241210) +;Program sub-version 2.19 (20241218) ; ---------- ;Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org ; @@ -1364,6 +1364,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o ; 20241126: Add run-time error handling capability in geoms_qa.pro and geoms_harmon.pro, ; plus fixes in idlcr8hdf and idlcrascii - Version 2.17 ; 20241210: Update due to fix to idlcr8ascii - Version 2.18 +; 20241218: Update due to fix to idlcr8hdf - Version 2.19 ; ; Input: optqh - Integer defining type of testing 0=QA, 1=Harmonization ; tav - Table Attribute Values file used to test Metadata @@ -1400,7 +1401,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o ; memory. The output from IDLCR8ASCII is then used in the call to: ; IDLCR8HDF - which performs the QA -gtver='geoms_tools version 2.18, 2024-12-10' +gtver='geoms_tools version 2.19, 2024-12-18' gt_error_code=3 ;Integer to identify return error code (3 = Invalid input) par1chk=0 & parchk=0 qhs1error=0B -- GitLab