datahandler

Local data handler, used for testing. In production, one would use a data server like the one here: https://github.com/neutrons/live_data_server

class datahandler.models.Instrument(*args, **kwargs)

Table of instruments

exception DoesNotExist
exception MultipleObjectsReturned
__str__()

Return str(self).

class datahandler.models.DataRun(*args, **kwargs)

Table of runs

exception DoesNotExist
exception MultipleObjectsReturned
__str__()

Return str(self).

class datahandler.models.PlotData(*args, **kwargs)

Table of plot data. This data can either be json or html

exception DoesNotExist
exception MultipleObjectsReturned
__str__()

Return str(self).