#!/bin/csh -f
#+
# osiris library of scripts
#
# NAME
#      satint - wrapper for osirisAutoRamp spec
#
# SYNOPSIS
#     satint [x] 
#
# DESCRIPTION
#      sets the integration time to x seconds.
#      if the desired exposure time is less than 
#      the minimum exposure time, the time is set
#      to the minimum texp.
#
# ARGUMENTS
#     x - exptime in seconds.
#
# OPTIONS
#
# EXAMPLES
#    satint 5  - set integration time to 5 seconds
#    satint 0  - set exp to minimum integration time
#
# ENVIRONMENT VARIABLES
#
# FILES
#
# SERVERS & KEYWORDS
#    
#
#
# SCRIPTS CALLED
#
# EXIT STATUS
#     0 - normal exit, no error
#     1 - script aborted by an interrupt
#
#
#
# Modification History:
# 20190221 - jlyke   Ported from NIRSPEC
#------------------------------------------------------
osirisAutoRamp spec $*