Skip to content

Commit

Permalink
Update mermaid diagram for probe_insertion move
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jul 22, 2024
1 parent 1b0b9bb commit fd700a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ classDiagram
name : str
description : str
probe : Probe
probe_insertion : ProbeInsertion, optional
position_reference : str, optional
electrical_reference_description : str, optional
ground : str, optional
Expand Down Expand Up @@ -145,6 +144,7 @@ classDiagram
identifier : str
--> Usually the serial number
probe_model : ProbeModel
probe_insertion : ProbeInsertion, optional
}
class ProbeModel {
Expand Down Expand Up @@ -184,11 +184,11 @@ classDiagram
}
Probe *..> ProbeModel : links to probe_model
Probe *--> ProbeInsertion: might contain ProbeInsertion
ProbeModel *--> ContactsTable : contains
ExtracellularSeries ..> ChannelsTable : links to channels
ChannelsTable *..> Probe : links to probe
ChannelsTable ..> ContactsTable : row reference to contact
ChannelsTable *--> ProbeInsertion: might contain ProbeInsertion
note for ChannelsTable "ChannelsTable is no longer global"
```

Expand Down

0 comments on commit fd700a6

Please sign in to comment.