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

Replace geoms_tools.pro

parent 2cb205ba
No related branches found
No related tags found
No related merge requests found
;Main Program Version: geoms_tools.pro v1.69, 20190807
;Main Program Version: geoms_tools.pro v1.70, 20190821
; Written by Ian Boyd for AVDC/EVDC - iboyd@astro.umass.edu
;
FUNCTION is_a_number_gt,value
......@@ -1130,8 +1130,8 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o
; or not present, or the TAV file can't be located, the input TAV file will
; be used for checks but an error code will be generated - Version 1.67
; 20190514, Update due to fix in idlcr8ascii - Version 1.68
; 20190807 Update due to modifications to idlcr8ascii and idlcr8hdf - Version 1.69
; 20190807, Update due to modifications to idlcr8ascii and idlcr8hdf - Version 1.69
; 20190821, Update due to fix in idlcr8ascii - Version 1.70
;
; Input: optqh - Integer defining type of testing 0=QA, 1=Harmonization
; tav - Table Attribute Values file used to test Metadata
......@@ -1168,7 +1168,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 1.69, 2019-08-07'
gtver='geoms_tools version 1.70, 2019-08-21'
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