; NAME:
;   h2rg__define
;
; PURPOSE:
;   Provides object definition for h2rg class, which is a subclass of the
;   detector class
; 
; INPUTS:
;   none
; 
; KEYWORDS:
;   none
;
; OUTPUTS:
;   none
;
Pro h2rg__define

    ; H2RG object inherits all of the properties of the detector object
    h2rg_objdef = {h2rg, INHERITS detector}

End
