SaveQUIP

SaveQUIP plugin

Save images to output files.

Plugin Type: Local

SaveQUIP is a local plugin, which means it is associated with a channel. An instance can be opened for each channel.

Usage

This plugin is only used in ANALYSIS mode, as defined in Ginga Configuration Files.

It is very much like SaveImage (Save File) in Ginga except that output directory, suffix, and XML filenames are extracted from the given “QUIP Operation File”. In addition to output images, “QUIP Out” and “QUIP Activity Log” are also saved, if applicable.

It is customizable using ~/.ginga/plugin_SaveImage.cfg, where ~ is your HOME directory:

#
# SaveImage plugin preferences file
#
# Place this in file under ~/.ginga with the name "plugin_SaveImage.cfg"

output_suffix = 'quip'

# Include channel name in the suffix.
# If False, only output_suffix is used regardless of channel.
include_chname = False

# List all modified and unmodified images
modified_only = False

# Increase the max size of save-able mosaic.
max_mosaic_size = 1e10