# -*- coding: utf-8 -*-
# -------------------------------------------------------------
# Analysis from File
# -------------------------------------------------------------
path = u'neb_B.nc'
configuration = nlread(path, object_id='gID001')[0]

# -------------------------------------------------------------
# HTST Event
# -------------------------------------------------------------
htst_event = HTSTEvent(
    configuration,
    assumed_prefactor=1e+13*Second**-1,
    )
nlsave('neb_B.nc', htst_event)
nlprint(htst_event)