Closed CBroz1 closed 2 years ago
The team discussed changing this table to Device
to minimize disruptions to existing pipelines
@lab.schema
class Device(dj.Manual):
definition = """
device. : varchar(32)
---
modality : varchar(64)
description=null : varchar(256)
"""
Updated above to reflect discussion
In discussion between @ttngu207 and @kabilar, the team decided not to standardize workflow-level namespaces
Across a number of element workflows, we specify an equipment or device table in the pipeline.
Equipment
withscanner
Device
withrecorder_id
Device
withcamera_id
Currently, I think
facemap
anddeeplabcut
can be used simultaneously, but I propose we adopt a naming convention within workflows so that all elements work together smoothly out of the box (e.g., FacemapEquipment, DeepLabCutEquipment). A user could collapse these tables