Skip to content

Commit b5d419b

Browse files
committed
fix: graph updated for the new measurement table
1 parent 04c65e3 commit b5d419b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/simbad/simbad-er.gv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ graph "Simbad Relational Database" {
22
node [color=lightgray penwidth=6 shape=box style=filled]
33
graph [esep="+0" mode=major overlap=false sep=0 splines=polyline]
44
edge [color=lightgray labelOverlay="100%" penwidth=7]
5-
"Measurement tables" [label="{mesHerschel | mesXmm | mesVelocities | mesVar | mesRot | mesPM | mesPLX | mesIUE | mesISO | mesFe_h | mesDiameter | mesDistance | mesSpT }" fontsize=16 shape=record]
5+
"Measurement tables" [label="{mesHerschel | mesXmm | mesVelocities | mesVar | mesRot | mesPM | mesPLX | mesIUE | mesISO | mesFe_h | mesDiameter | mesDistance | mesSpT | mesOtype }" fontsize=16 shape=record]
66
basic -- "Measurement tables" [color="#9EADC8" tooltip="oid:oidref"]
77
allfluxes [fontsize=16 tooltip="all flux/magnitudes U,B,V,I,J,H,K,u_,g_,r_,i_,z_"]
88
alltypes [fontsize=16 tooltip="all object types concatenated with pipe"]
@@ -38,4 +38,4 @@ graph "Simbad Relational Database" {
3838
ref -- journals [color="#F4B6C2" tooltip="journal:journal"]
3939
alltypes -- basic [color="#FE9599" tooltip="oidref:oid"]
4040
otypes -- basic [color="#FFF196" tooltip="oidref:oid"]
41-
}
41+
}

0 commit comments

Comments
 (0)