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

Replace geoms_tc.pro

parent 996f869f
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,11 @@
; 2018-05-28, v1.64 Ian Boyd update due to fix in idlcr8hdf
; 2018-09-01, v1.65 Ian Boyd update due to fix in idlcr8hdf
; 2018-11-16, v1.66 Ian Boyd update due to fix in idlcr8ascii
; 2019-05-06, v1.67 Ian Boyd QA checks now carried out using the metadata definitions in the TAV version
; given in the FILE_META_VERSION global attribute. If this attribute is invalid
; 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. Fix to idlcr8hdf
; that caused a crash if the file does not use a DATA_TEMPLATE
;---------------------------------------------------------------------------------------------------
PRO geoms_tc
......@@ -60,7 +65,7 @@ PRO geoms_tc
if ( iNrArgs ne 2 ) then begin
print
print, 'GEOMS template checker (geoms_tc)'
print, ' Release v1.66, 2018-11-16'
print, ' Release v1.67, 2019-05-06'
print, ' Does GEOMS template compliance checks on HDF4/5 files.'
print
print, 'usage: idl -rt=geoms_tc.sav -args [GEOMS-TE-FILE] [HDFFILE] '
......
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