Fiery Command WorkStation

Hide or show navigationPrevious topicNext topicSharePrintPDF

File format for importing measurement data

A specific file format is used to specify the Status T density measurements of a patch page for importing CMYK data into Calibrator. The format has a number of requirements.

  • The file format is ASCII.

  • The first line must be #!EFI 3.

  • In between the first line and the data, there must be the line type: 1DST.

  • For the data, there must be five numbers per line, separated by one or more spaces, in this order: Percentage of toner/ink, Cyan measurement, Magenta measurement, Yellow measurement, Black measurement.

  • The percentage is expressed as a decimal number (such as 0.5 or 0,5 for 50%).

  • A measurement must be between -0.1 to 3.0 (inclusive)

  • The first line of data must contain the measurements for the 0% sample, the last line must contain the measurements for the 100% sample, and the percentages of the lines in between must increase from lowest to highest.

  • No more than 256 lines of data are allowed.

  • Comment lines must start with a pound sign (#) followed by a space. A comment must be on a line by itself.

The measurement data is treated as absolute and is adjusted to become paper-relative by subtracting the density values of the first line from the remaining patches.

Example:

#!EFI 3

# EFI ColorWise 2.0 Data

type: 1DST

# percent Cyan Magenta Yellow Black

0.000 0.0300 0.0400 0.0200 0.0400

0.003 0.0600 0.0700 0.0800 0.0700

0.011 0.1000 0.1000 0.1000 0.1000

(…more data…)

0.980 1.6700 1.3400 0.8900 1.6700

1.000 1.7200 1.4300 0.9300 1.7500

Terms of Use