Readme file for O3Dgeoms.exe Martin Stanek, Solar and Ozone Observatory, Hradec Kralove, Czech Republic The software O3Dgeoms reads the Dobson data files (d-files) and encode ozone results to GEOMS format. The AD wavelength pair is used for encoding by default. Using, examples: - start the program O3Dgeoms.exe, fill in instrument number, data path and the date range you want to encode or from command line to encode actual data file - run the software from the Dobson data folder with the Dobson number as a parameter: o3dgeoms.exe 074 or - the second parameter can be path to data files: o3dgeoms.exe 074 \\192.168.104.28\Dobson\DData -------------------------------------------------------------------------------- How to send GEOMS messages automaticaly to FTP server: example of the script geoms.bat o3dgeoms.exe 074 \\192.168.104.28\Dobson\DData IF EXIST Dobson_074_???????.txt ( ftp.exe -s:FTPscript.txt move /Y C:\geoms\Dobson_074_???????.txt c:\geoms\backup) exit example of file FTPscript.txt used in the script: open server.example.com user password bin put Dobson_074_???????.txt bye