Understanding the output

Output Format

The output format of FITS is controlled by the options used when executing FITS, how FITS is configured and the genre of the format

The format of the output will include one or more of the following:

  • FITS XML
    • This is the default output described in detail here 
  • "Standard" metadata
    • This is format genre-specific technical metadata in community-standard XML schemas
    • When using the command-line, use the -x parameter (to just get the output in standard metadata), or -xc (to get FITS XML in addition to standard metadata)
    • The specific XML schema used is determined by the format genre - for more information see the standard metadata schemas
  • Native tool output
    • This is the pre-normalized output of each tool run against the file
    • This is specified by the display-tool-output configuration property in the fits.xml configuration file

The output will be written to one of the following:

  • Terminal window
    • This is the default unless an output file is specified
  • File
    • When using the command-line, use the -o <file> parameter
    • When using the Java API, use the FitsOutput.saveToDisk method