Skip to content
Snippets Groups Projects
Commit 7c3610cd authored by Ian Boyd's avatar Ian Boyd
Browse files

Replace geoms_tools.pro

parent 6ed3b16c
No related branches found
No related tags found
No related merge requests found
;Main Program Version: geoms_tools.pro v2.02, 20200311
;Main Program Version: geoms_tools.pro v2.03, 20200427
; Written by Ian Boyd for AVDC/EVDC - iboyd@astro.umass.edu
;
FUNCTION is_a_number_gt,value
......@@ -1133,8 +1133,10 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o
; 20190807, Update due to modifications to idlcr8ascii and idlcr8hdf - Version 1.69
; 20190821, Update due to fix in idlcr8ascii - Version 1.70
; 20191205, Update due to changes in geoms_qa to support checks on the optional DATA_SOURCE
; Version Name value (third field in DATA_SOURCE).
; 20200226, Update due to geoms_vntools updates
; Version Name value (third field in DATA_SOURCE) - Version 2.00
; 20200226, Update due to geoms_vntools updates - Version 2.01
; 20200311, Update due to fix to idlcr8hdf - Version 2.02
; 20200427, Update due to geoms_vntools update - Version 2.03
;
; Input: optqh - Integer defining type of testing 0=QA, 1=Harmonization
; tav - Table Attribute Values file used to test Metadata
......@@ -1171,7 +1173,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o
; The output from IDLCR8ASCII is then used in the call to:
; IDLCR8HDF - which performs the QA and Harmonization
gtver='geoms_tools version 2.02, 2020-03-11'
gtver='geoms_tools version 2.03, 2020-04-27'
gt_error_code=3 ;Integer to identify return error code (3 = Invalid input)
par1chk=0 & parchk=0
IF N_PARAMS() GE 1 THEN BEGIN ;test first parameter only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment