ginga Logo
latest
  • Installation
  • What’s New
  • Quick Reference
  • User’s Manual
    • Introduction
    • Core Concepts
    • General Operation
    • Modes
    • Plugins
      • Global plugins
        • Toolbar
        • Pan
        • Info
        • Header
        • Zoom
        • Thumbs
        • Contents
        • Colorbar
        • Cursor
        • Operations
        • WBrowser
        • FBrowser (Open File)
        • ColorMapPicker
        • Errors
        • RC
        • WCSMatch
        • ChangeHistory
        • SAMP Control
        • Log
        • Command
        • SaveImage (Save File)
        • Downloads
      • Local plugins
    • Customizing Ginga
  • Developer’s Manual
  • Optimizing Performance
  • FAQs
  • Reference/API
ginga
  • User’s Manual
  • Plugins
  • Header
  • Edit on GitHub

Header

Header plugin

The Header plugin provides a listing of the metadata associated with the image.

Plugin Type: Global

Header is a global plugin. Only one instance can be opened.

Usage

The Header plugin shows the FITS keyword metadata from the image. Initially only the Primary HDU metadata is shown. However, in conjunction with the MultiDim plugin, the metadata for other HDUs will be shown. See MultiDim for details.

If the “Sortable” checkbox has been checked in the lower left of the UI, then clicking on a column header will sort the table by values in that column, which may be useful for quickly locating a particular keyword.

If the “Include primary header” checkbox toggles the inclusion of the primary HDU keywords or not. This option may be disabled if the image was created with an option not to save the primary header.

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

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

# Sort header
sortable = True

# Include primary header in table output
include_primary_header = False

# If True, color every other row in alternating shades to improve
# readability of long tables
color_alternate_rows = True

# Maximum number of rows that will turn off auto column resizing (for speed)
max_rows_for_col_resize = 5000
Previous Next

© Copyright 2023, Ginga Maintainers. Revision af1756aa. Last updated on 21 Jan 2023.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
v4.0.1
v4.0.0
v3.4.2
v3.4.1
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.1
v3.0.0
v2.7.2
v2.7.1
v2.6.6
Downloads
pdf
On Read the Docs
Project Home
Builds