![]() |
Dallwitz, M.J. 2016 onwards. Installing and running the programs of the DELTA System. delta-intkey.com |
10 April 2023
Preface
This document describes how to download and configure the CSIRO DELTA System, which was written at the CSIRO Division of Entomology, and runs under Microsoft Windows.
Two other versions have been developed.
Contents
The DELTA format (DEscription Language for TAxonomy) is a flexible method for encoding taxonomic descriptions for computer processing. The DELTA System is an integrated set of programs based on the DELTA format. For more information, see Overview of the DELTA System.
For a list of the available programs, see Programs available in the DELTA System.
For documentation of the programs, see DELTA documentation.
For the revision history, see Revision history of the Delta System,
Delete the ‘delta’ folder (unless you’ve used it to store your own data, in which case rename or move it). Download the distribution file, and unzip it into the same location as the original installation, as described below. The other configuration steps should not be necessary.
Uninstall using ‘Control Panel > Add or Remove Programs’ (Windows XP), or ‘Control Panel > Programs > Programs and Features’ (later versions of Windows). (If ‘Delta’ doesn’t appear in the list of installed programs, it means that DELTA wasn’t installed in that way.) Then follow the complete procedures given below.
If you use Revo Uninstaller, be careful when deleting registry entries, as items unrelated to the DELTA programs may be shown, e.g. ‘ContentViewModeLayoutPatternForBrowse - delta’.
Intkey is included with the complete DELTA System, but can be downloaded and configured separately.
Download the Intkey zipfile. Open the downloaded zipfile in File/Windows Explorer, and drag the folder ‘delta’ from the zipfile. It can be placed anywhere, but the root of your ‘C’ drive is recommended. This will produce a folder ‘C:\delta\’.
You can run the Intkey app by double-clicking on ‘C:\delta\intkey5.exe’ in File/Windows Explorer. In the ‘Select data set’ window, browse to an initialization file, or type or paste the name of an initialization file, which may be on your computer (e.g. ‘C:\delta\sample\intkey.ink’ – the DELTA sample data) or on the Web (e.g. ‘https://www.delta-intkey.com/angio/webstart.ink’ – angiosperm families).
For convenience in running Intkey, you can associate it with its initialization-file type, ‘.ink’.
You will now be able to start Intkey by double clicking on an Intkey initialization file in File/Windows Explorer, e.g. ‘C:\delta\sample\intkey.ink’; or by clicking on a link to an Intkey Web startup file, e.g. delta-intkey.com/britin/noc/webstart.ink (Insects of Britain and Ireland: the genera of Lepidoptera-Noctuidae).
You can also pin Intkey to the Start Menu. In File/Windows Explorer, right-click on ‘C:\delta\intkey5.exe’, and select ‘Pin to Start (Menu)’.
For an introduction to using Intkey, see Hints on using Intkey.
Download the DELTA zipfile. Open the downloaded zipfile in File/Windows Explorer, and drag the folder ‘delta’ from the zipfile. It can be placed anywhere, but the root of your ‘C’ drive is recommended. This will produce a folder ‘C:\delta’. A subfolder ‘sample’ contains the ‘DELTA sample data’, which can be used to experiment with the programs.
You can run the Intkey app by double-clicking on ‘C:\delta\intkey5.exe’ in File/Windows Explorer. In the ‘Select data set’ window, browse to an initialization file, or type or paste the name of an initialization file, which may be on your computer (e.g. ‘C:\delta\sample\intkey.ink’ – the DELTA sample data) or on the Web (e.g. ‘https://www.delta-intkey.com/angio/webstart.ink’ – angiosperm families).
For convenience in running Intkey, you can associate it with its initialization-file type, ‘.ink’.
You will now be able to start Intkey by double clicking on an Intkey initialization file in File/Windows Explorer, e.g. ‘C:\delta\sample\intkey.ink’; or by clicking on a link to an Intkey Web startup file, e.g. https://www.delta-intkey.com/britin/noc/webstart.ink (Insects of Britain and Ireland: the genera of Lepidoptera-Noctuidae).
You can also pin Intkey to the Start Menu. In File/Windows Explorer, right-click on ‘C:\delta\intkey5.exe’, and select ‘Pin to Start (Menu)’.
For an introduction to using Intkey, see Hints on using Intkey.
In File/Windows Explorer, right click ‘C:\delta\delta.exe’ (the DELTA Editor). In Windows XP, choose ‘Open’; in later versions of Windows, choose ‘Run as administrator’, and supply administrator login information when prompted. The DELTA Editor runs. You can open a dataset if you wish, or just exit.
You should now be able to run the DELTA Editor by double clicking on the program file (without running as administrator), or by double clicking on a DELTA database (.dlt) file such as ‘C:\delta\sample\sample.dlt’.
You can also pin the DELTA Editor to the Start Menu. In File/Windows Explorer, right-click on ‘C:\delta\delta.exe’, and select ‘Pin to Start (Menu)’.
The DELTA Editor is used to enter and maintain DELTA data. To use the DELTA data to produced descriptions, keys, classifications, etc., you need to run various other programs, such as Confor, Key, and Dist (see Programs available in the DELTA System). To run these programs, you must add the folder ‘C:\delta’ to the environment variable ‘path’.
Click ‘Environment variables’. In the ‘System variables’ box, select ‘path’ and click ‘Edit’. Add ‘C:\delta\;’ at the start of the path. Note the semicolon, which is required to separate the item from the rest of the path, except in Windows 10, which supplies it automatically.
To check that the path has been correctly set, open a command window (see Opening a command window), and enter the DELTA command ‘listpath’. You should see a listing of the ‘path’ environment variable, with one folder per line. (The standard Windows command ‘path’ gives the same information, but in a less readable format.)
For an introduction to using the DELTA System, see User’s guide to the DELTA Editor. This includes instructions on experimenting with the sample data, producing your own data, and running other programs to produce descriptions, keys, etc.
Intkey and the DELTA Editor are normally run by double clicking the program (e.g. ‘C:\delta\delta.exe’) or an associated file (e.g. ‘C:\delta\sample\sample.dlt’) in File/Windows Explorer. The programs Confor (converting data formats), Key (generating conventional identification keys), and Dist (generating distance matrices) can be run from within the DELTA Editor by choosing ‘View > Action Sets’, choosing the tab for the required program, selecting an ‘Action’, and clicking ‘Run’.
All of the above programs can also be run from a command window, and the other programs described in Programs available in the DELTA System are normally run in that way.
For easier access to a command window, pin it to the Start Menu, or add a shortcut to the taskbar.
To adjust the size and other properties of a command window, click on the icon at the top left of the window, and choose ‘Properties’. In the ‘Layout’ tab, you can set the ‘Screen Buffer Size’ (which controls the number of lines that are stored for scrolling), the ‘Window Size’, and the ‘Window Position’.
To run DELTA programs in a command window, you must first add the DELTA program folder to the ‘path’ environment variable (if you have not already done so). First, close any command windows that are open.
Click ‘Environment variables’. In the ‘System variables’ box, select ‘path’ and click ‘Edit’. Add ‘C:\delta\;’ at the start of the path. Note the semicolon, which is required to separate the item from the rest of the path, except in Windows 10, which supplies it automatically.
To check that the path has been correctly set, open a command window (see Opening a command window), and enter the DELTA command ‘listpath’. You should see a listing of the ‘path’ environment variable, with one folder per line. (The standard Windows command ‘path’ gives the same information, but in a less readable format.)
In a command window, you run a program by entering its name, possibly followed by parameters that specify other information such as the name of the file that the program is to process. For example, ‘confor toint’ converts DELTA data to Intkey format.
In the above window, prompts are shown in green and user commands in red. The command ‘to col’ changes the default folder to ‘C:\tx\britin\col’, which contains the ‘Coleoptera families’ data files. See Programs available in the DELTA System for information about the ‘to’ command. The default folder could also have been changed by using the built-in Windows command ‘cd’, but this requires more typing: ‘cd \tx\britin\col’.
These free programs are not supplied with the DELTA System. If you need them, download the program files into a suitable folder, e.g. ‘C:\Program Files\utilities\’, and add this folder to the ‘path’ environment variable.
Click ‘Environment variables’. In the ‘System variables’ box, select ‘path’ and click ‘Edit’. Add ‘C:\Program Files\utilities\;’ at the start of the path. Note the semicolon, which is required to separate the item from the rest of the path, except in Windows 10, which supplies it automatically.
Adobe Photoshop CS5 and later versions produce JPEG files that are incompatible with Intkey, because the JFIF tags are removed. The DELTA program ‘jfif.bat’ restores the JFIF tags without affecting the visual content of the images.
‘jfif.bat’ uses the free program exiftool.exe. Go to exiftool.org, download the ‘Windows Executable’ zipfile ‘exiftool-n.m.zip’, unzip, and put the executable file ‘exiftool(-k).exe’ in the ‘utilities’ folder (see above). Rename the file to ‘exiftool.exe’ (i.e. delete ‘(-k)’ from the name).
Enter ‘jfif /?’ for instructions on using ‘jfif.bat’.
When you access a dataset on the Web (e.g. https://www.delta-intkey.com/britfe/index.htm, Ferns (Filicopsida) of Britain and Ireland), you can save the data files on your local computer. You can then use the key and the descriptions offline, but if you want to view the images, they will still need to be accessed from the Web. For datasets at delta-intkey.com, the DELTA program ‘getimages.bat’ can download all the images for a dataset, so that they can be accessed offline.
‘getimages.bat’ uses the free program ‘wget.exe’. Download delta-intkey.com/utilities/wget-1.11.4-1.zip, and unzip it in the ‘utilities’ folder (see above). This version of Wget was obtained from sourceforge.net/projects/gnuwin32/files/wget/1.11.4-1/.
Enter ‘getimages /?’ for instructions on using ‘getimages.bat’.
![]() |
DELTA home page |