EASI/PACE (XPACE) Scripts

The following EASI/PACE scripts are available for free but provided without any warranties. A good understanding of EASI-Programming is very much suggested if you want to adapt these routines to special applications.

To integrate these routines into the Geomatica application interface (XPACE) the XPACE.DAT for adaption of the user interface of XPACE has to be copied into the /pro directory together with the selected routines. (Make sure that you have a Backup of your original XPACE.DAT if you want to restore XPACE appearence at a later stage). XPACERC.EAS and EASIRC.EAS for the ALIAS and DEFINE declarations have to placed in the root directory.

Usually you want to start your script with a marker which identifies the script language. This is handy for syntax identification in some editors:

!easi

"!" is the prefix for a comment and is not interpreted in any way by the easi-compiler.

It is nice to have a help section. Others can try to figure out what you think that the program does:

!header section

DOC

DOC DELZERO (S. HESE 2005)

DOC

DOC DELZERO is a selective filtering routine that filters Zeros and sets these

DOC values either to 1 or to the mean of the surrounding 8 pixels.

DOC DELZERO is needed as a preprocessing step for some mosaicing

DOC procedures.

DOC

DOC 1 Details

DOC

DOC 1 Parameters

DOC Parameters:

DOC

DOC FILE, DBIC, DBOC, DBVC, ONEorMEAN

DOC

DOC 2 FILE

DOC FILE

DOC

DOC Database PIX Filename

DOC

tbc :)

12.12.2005 Sören Hese