Scan run controller
- class library.controller.scan_run_controller.ScanRunController(session)
Bases:
objectController for the scan_run table
- get_scan_run(animal)
Check to see if there is a row for this animal in the scan run table
- Parameters:
animal – the animal (AKA primary key)
- Return scan run object:
one object (row)
- update_scanrun(id)
Update the scan run table with safe and good values for the width and height
- Parameters:
id – integer primary key of scan run table