; NAME:
;   amp__define
;
; PURPOSE:
;   Provides object definition for amp class
; 
; INPUTS:
;   none
; 
; KEYWORDS:
;   none
;
; OUTPUTS:
;   none
;
Pro amp__define

    amp_objdef = {amp, tau_ns:0.0, first_pix:{pixel}, last_pix:{pixel}}

    ; tau_ns = RC time constant in nano-seconds
    ; first_pix = x,y coords of first pixel to read packaged in pixel struct
    ; last_pix = x,y coords of last pixel to read packaged in pixel struct

End
