Files
ADAndor/ADApp/Db/NDFileTIFF.template
T
2009-05-12 13:02:59 +00:00

24 lines
471 B
Plaintext
Executable File

# Database for NDFileTIFF driver, which saves NDArray data
# in the TIFF file format
# Mark Rivers
# May 10, 2009
# We replace some fields in records defined in NDFile.template
# File data format
record(mbbo, "$(P)$(R)FileFormat")
{
field(ZRST, "TIFF")
field(ZRVL, "0")
field(ONST, "Invalid")
field(ONVL, "1")
}
record(mbbi, "$(P)$(R)FileFormat_RBV")
{
field(ZRST, "TIFF")
field(ZRVL, "0")
field(ONST, "Undefined")
field(ONVL, "1")
}