#!/bin/bash
# 
# This script is a simple example of how to start an exposure
# Use the ccd_process script to signal the end of the expsoure
#   or loop and test the status of ccd.sqeuence.run
#
setINDI ccd.image_exposure.time=$1
setINDI ccd.sequence.run=On
exit





