DIM2

Delete database and image channel files


EnvironmentsPYTHON :: EASI
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example :: Related

Back to top

Description


DIM2 deletes a PCIDSK database, and all the associated files which store image data.
Back to top

Parameters


Name Type Caption Length Value range
FILE * String Input file name 1 - 192  

* Required parameter
Back to top

Parameter descriptions

FILE

Specifies the PCIDSK file to delete.

Back to top

Details

DIM2 deletes the specified PCIDSK file (FILE). All image files used for storing the image channels are also deleted.

When the database file and its associated image files are deleted, they cannot be recovered. All data stored in these files is permanently lost.

Back to top

Example

Delete a 6-channel PCIDSK file created by CIM with DBLAYOUT="FILE".

EASI>FILE="demo.pix"
EASI>RUN DIM2
The following files are deleted:
  • demo.pix
  • demo.001
  • demo.002
  • demo.003
  • demo.004
  • demo.005
  • demo.006

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.