pro IDLitopBytscl__define

    compile_opt idl2, hidden

    struc = {IDLitopBytscl, $
        inherits IDLitDataOperation,    $
        _auto: 0b, $
        _minimum: 0d, $
        _maximum: 0d, $
        _top: 0b, $
        _bottom: 0b $
        }

end