Taking Images

This document covers taking images with the SBIG ST-8E CCD camera using the Linux interface.

The command-line tool for taking images is image_sbig.

It requires 2 mandatory command line arguments:

  1. The exposure length
  2. The name of the file to which to write the image

For example, to take a 10 s exposure, saving the image to Object.fits, one would type:
image_sbig 10 Object.fits

Note that all images are stored in FITS format. You can view FITS files with:

OPTIONS

There are options which can be appended to the command line which control aspects of the image, and add information to the header of the FITS file.

Options which modify the image

Options which add information to the FIT header

For Example,
image_sbig 200 Enterprise.fits -b 2 -o "Mr. Sulu" -O "Starship Enterprise"
would expose for 200 seconds, bin the image by 2, and save the image in the file Enterprise.fits and recording the observer to be 'Mr. Sulu' and the object to be 'Starship Enterprise'.