A prefs.ccd file should be located in /usr/local/observatory/prefs on the
computer to which the camera is attached.  This file is read by the indi ccd
driver, or by xmccd1, to set local camera parameters. 

The software will use default parameters if the file is not present.

Parameters that will be read by prefs.ccd are --

ccd.frame_count_multi
  Sets the maximum number of frames in multi mode
  Default is 10
  Minimum is 2
  No maximum
  
ccd.filter_max
  Sets the number of filters in the filter wheel
  Should be less than or equal to the number of slots available  

ccd.filter_01 to ccd.filter_10 
  Labels for each filter in the wheel; limit to 16 characters, such as
  (1) I (725-1025)
  (2) R (570-690)
  
ccd.base_name
  Base for image file names
   
ccd.fits_telescope
  Will assign this name to the TELESCOP field of the FITS header

ccd.ccd_script
  Will process this script after each exposure when selected in the UI


