! @(#)errpar.dat 17.1.1.1 (ESO-IPG) 01/25/02 17:37:33 ! MID_MIDAS:errpar.dat ! this file contains detailed descriptions of the MIDAS error codes ! KB 900607 ! CATBAD Catalog file not accessible: The given catalog could not be opened. _END CATOVF Catalog count overflow: More than 3 different catalogs are opened concurrently. _END CATENT Catalog entry not found: The given entry number is not in the specified catalog. _END DSCNPR Descriptor not present: Descriptor with given name does not exist for given frame or may exist with a different data type. _END SIMFIL Too many files opened simultaneously. Currently, you can open max. 64 files (images, tables, etc.) at the same time. _END DSCOVF Descriptor overflow: Maximum number of elements for a descriptor is 32767. _END DSCBAD Bad descriptor: Bad descr. name or bad (or non-matching) descr. type was given. Valid types are I(nteger), R(eal), C(haracter), C*len, D(ouble precision). _END LOGFIL Logfile not accessible: The logfile could not be opened in MID_WORK: (your MIDAS working directory). Check the protection, etc. of that directory. _END OPSSYS Operating system error: The host operating system returned an error status from a system call, ask for help. _END DSKFUL The allocated disk space is filled up: No more space available to create file of given size, purge or delete some of your files in the directory. _END FRMNAC Frame not accessible: Check the name of the frame you use in the given context. _END INPINV Invalid input arguments to MIDAS routine. _END KEYBAD Bad keyname: Keynames may be max 15 char. long + begin with an alpha char. Or the keyname is correct but a wrong data type is given. _END KEYLOV Keyword data overflow: The total no. of key values exceeds current space, delete unused keys. _END KEYNOV Keyword names overflow: The total no. of different keywords exceeds current space, delete unused keys. _END MEMOUT Out of (virtual) memory. _END OUTLIM First element or no. of elements is out of limits. _END NODATA No data in input stream found. _END KEYTYP Bad type of keyword: Key types are I(nteger), R(eal), C(haracter) and D(ouble precision). _END FMTBAD Bad fileformat: The binary data format is not compatible with the current host. Data has to be converted. _END FILPRO Could not update file because it is write protected. _END INSBAD Bad Midas installation: The include file computer.h (in MID_INCLUDE or a local directory) has not been initialized correctly - look at the definitions for SWAPSHORT, SWAPLONG and FLOATFMT... _END VERNOR Version not recognized: None of the currently supported versions for Midas data files was found in the header record. _END FITEXT Invalid FITS extension: The extension was not found in given FITS frame. _END LOSPRC Loss of precision possible: Double precision data was stored into a real descr. _END BADLCK Keyword is locked: Keyword with given name exists, but is locked by another process. You can read the keyword but not modify it. _END TBLFUL Table overflow. _END TBLMEM Error allocating dynamic memory. System error. _END TBLMAP Error accessing given table. Check the name of the table you use in the given context. _END TBLCOV Column overflow. Too many columns. _END TBLENT Table not accesible. Use the routines TBL_INIT or TBL_READ. _END TBLCOL Wrong column reference. _END TBLROW Wrong element reference. _END TBLKEY Identifier not found. _END TBLFMT Error in column format. _END TBLIMP Feature not yet implemented. _END TBLRFM Error reformatting the table. System error. _END TBLDNM Duplicate table name, or table already initialized. _END TBLABL Illegal label. Only letters, digits and the underscore symbol are allowed. _END TBLINI Table could not be initialized. _END TABVER Old VMS Midas table format - use COPY/TABLE to convert it to new table format. _END