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

Replace cds_convert.pro

parent 41260f13
No related branches found
No related tags found
Loading
......@@ -91,11 +91,12 @@
; 2020-08-27, v2.0b65 Ian Boyd Add SYSTIME to ISO8601 conversion option. Used for some SHADOZ v6 files
; that write file creation date in SYSTIME form instead of DD MONTHNAME, YYYY
; 2021-06-17, v2.0b66 Ian Boyd Update due to fixes in idlcr8hdf
; 2022-08-09, v2.0b67 Ian Boyd Update due to fixes and improvements to idlcr8hdf and idlcr8ascii
;---------------------------------------------------------------------------------------------------
PRO cds_convert_common
;Procedure to define the COMMON blocks for this program
; ----------
;Written by Ian Boyd for the AVDC/EVDC - iboyd@astro.umass.edu
;Written by Ian Boyd for the AVDC/EVDC - iboyd@bryanscientific.org
;
;History:
; 20120112: Introduced to cds_convert - Version 2.0b14
......@@ -117,7 +118,7 @@ END ;Procedure idlcr8hdf_common
PRO intro_event, ev
;Procedure to define how Events from the Start-up Introduction Window are handled
; ----------
;Written by Ian Boyd for the AVDC/EVDC - iboyd@astro.umass.edu
;Written by Ian Boyd for the AVDC/EVDC - iboyd@bryanscientific.org
;
;History:
; 20120112: Introduced to cds_convert - Version 2.0b14
......@@ -145,7 +146,7 @@ PRO intro
;or invalid parameters. The user has a choice of continuing with the program after selecting input options,
;or stopping the program.
; ----------
;Written by Ian Boyd for the AVDC/EVDC - iboyd@astro.umass.edu
;Written by Ian Boyd for the AVDC/EVDC - iboyd@bryanscientific.org
;
;History:
; 20120112: Introduced to cds_convert - Version 2.0b14
......@@ -159,7 +160,7 @@ PRO intro
;Subroutines Called: INTRO_EVENT (via XMANAGER)
nhdr=22 & errtxt=STRARR(nhdr)
vertxt=['cds_convert_Readme.pdf',' Release v2.0b66, June 2021']
vertxt=['cds_convert_Readme.pdf',' Release v2.0b67, August 2022']
errtxt[1]='Conversion Data Suite (CDS): cds_convert'
errtxt[2]=vertxt[1]
errtxt[3]=' Converts supported original data into GEOMS compliant HDF data.'
......
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