Skip to content

Accessing DAMNIT dataยค

DAMNIT is a tool for automating analysis across runs in a proposal, for the purpose of automatically building a run table and doing intermediate analysis. It has a Python API to access the data it creates which is accessible through extra.damnit, e.g.:

from extra.damnit import Damnit

See the API documentation for more information about how to use it.