Quantum Data 881 User Manual
Page 232

214
Chapter 7 Working with Images
3. Create the catalog by entering the commands shown below. This example creates a catalog called
TVimages.xml.
TVImages
// creates a catalog named TVImages
Content
// identifies the catalog as a Content catalog
// begins a directory editing session
1 /Cache0/Images/SMPTE133
// add SMPTE133 to catalog
.
.
// add other images to the catalog
.
6 /Cache0/Images/Geom_1
// add Geom_1 to catalog
// ends the directory editing session
DIRA /tffs0/Library/ImageLib/TVImages // saves the catalog
DIRL /tffs0/Library/ImageLib/TVImages // loads the TVImages catalog
DIRU
// applies the TVImages catalog
This example creates a catalog called FPDImage.xml.
FPDImage
// creates a catalog named FPDImage
Content
// identifies new catalog as a content catalog
// begins a directory editing session
NAMI
1 /Cache0/Images/Ramp
// add Ramp to the catalog
NAMI
2 /Cache0/Images/Flat
NAMI
3 /tffs0/Library/userdata/myimage // adds a custom image created
through the command line
NAMI
4 /tffs0/Library/Images/barpulse.o // adds a custom image created
through the SDK
NAMI
4 /Cache0/Images/SMPTE133
6 /Cache0/Images/Grays32
// add Grays32 to catalog
// ends the directory editing session
DIRA /tffs0/Library/ImageLib/FPDImages // saves the catalog
DIRL /tffs0/Library/ImageLib/FPDImages // loads the FPDImages catalog
DIRU
// applies FPDImages catalog
To restore the default image
library:
1. Power cycle the generator.
Or, you can restore the default Source list of images by entering the commands below.
// creates a blank catalog
// begins a directory editing session
Contentlib
// identifies new catalog as a contentlib catalog
// ends the directory editing session
DIRU
// applies the empty catalog
To restore the custom image
library:
1. You can restore your custom Source list of images by entering the commands
below.
DIRL /tffs0/Library/ImageLib/FPDImages // loads the FPDImages catalog
DIRU
// applies FPDImages catalog