McIDAS-X User's Guide
Version 2023.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Adds a schema to the schema file.
You can create a text format schema file using a text editor and place it in the mcidas/data subdirectory. Then register the new schema file using the SCHE command. Use the LSCHE command to list registered schemas.
You can also register LW format schema files like the DC* files (e.g., DCISFC and DCSYN) distributed with McIDAS-X. You don't, however, need to convert your locally created text format schema files to LW format, as the SCHE command works with both text and LW format schema files.
See Registering MD File Schemas for more information.
SCHE DCISFC
This entry adds schema ISFC, which is the schema named in LW file DCISFC, to the workstation schema file. The current version of this schema is included with each upgrade.
SCHE MYSCHEMA.TXT
This entry adds the schema named in the text file MYSCHEMA.TXT to the workstation schema file.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]