Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 476 Bytes

File metadata and controls

12 lines (10 loc) · 476 Bytes

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.