forked from ivoa-std/PhotDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PhotDMv1-1.gvd
134 lines (120 loc) · 4.65 KB
/
PhotDMv1-1.gvd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
digraph GVmap {
label = "\n\nPhot data model"
rankdir=TB
node [
shape=tab
style=filled
]
subgraph cluster_packages {
label="Model"
rankdir=TB
style=filled
fillcolor="/set312/1"
}
node [
shape=record
fontsize=8
style=filled]
"ivoa:string" [
URL="https://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/models/ivoa/vo-dml/IVOA-v1.0.html#string"
label = "{ivoa:string}"
fillcolor="grey"
] ;
"Phot:UCD"[
URL="#UCD"
label = "{<<primitive type>>\nUCD}"
fillcolor="/set312/1"
] ;
"Phot:TypeOfMagSystem" [
URL="#TypeOfMagSystem"
label = "{<<enumeration>>\nTypeOfMagSystem|+VEGAmag\l+ABmag\l+STmag\l}"
fillcolor="/set312/1"
] ;
"Phot:PhotometricSystem" [
URL="#PhotometricSystem"
label = "{PhotometricSystem|+description : ivoa:string\l+detectorType : ivoa:integer\l}"
fillcolor="/set312/1"
] ;
"Phot:PhotometryFilter" [
URL="#PhotometryFilter"
label = "{PhotometryFilter|+fpsidentifier : ivoa:string\l+identifier : ivoa:string\l+name : ivoa:string\l+description : ivoa:string\l+bandname : ivoa:string\l+dateValidityFrom : ivoa:datetime\l+dateValidityTo : ivoa:datetime\l}"
fillcolor="/set312/1"
] ;
"Phot:PhotCal" [
URL="#PhotCal"
label = "{PhotCal|+identifier : ivoa:string\l}"
fillcolor="/set312/1"
] ;
"Phot:ZeroPoint" [
URL="#ZeroPoint"
label = "{ZeroPoint|+type : ivoa:integer\l+referenceMagnitudeValue : ivoa:real\l+referenceMagnitudeError : ivoa:real\l}"
fillcolor="/set312/1"
] ;
"Phot:PogsonZeropoint" [
URL="#PogsonZeropoint"
label = "{PogsonZeropoint}"
fillcolor="/set312/1"
] ;
"Phot:AsinhZeropoint" [
URL="#AsinhZeropoint"
label = "{AsinhZeropoint|+softeningParameter : ivoa:real\l}"
fillcolor="/set312/1"
] ;
"Phot:LinearFluxZeropoint" [
URL="#LinearFluxZeropoint"
label = "{LinearFluxZeropoint}"
fillcolor="/set312/1"
] ;
"Phot:MagnitudeSystem" [
URL="#MagnitudeSystem"
label = "{MagnitudeSystem|+type : Phot:TypeOfMagSystem\l+referenceSpectrum : ivoa:anyURI\l}"
fillcolor="/set312/1"
] ;
"Phot:Bandwidth" [
URL="#Bandwidth"
label = "{Bandwidth|+ucd : Phot:UCD\l+unitexpression : ivoa:Unit\l+extent : ivoa:real\l+start : ivoa:real\l+stop : ivoa:real\l}"
fillcolor="/set312/1"
] ;
"Phot:TransmissionPoint" [
URL="#TransmissionPoint"
label = "{TransmissionPoint|+ucd : Phot:UCD\l+unit : ivoa:Unit\l+transmissionValue : ivoa:real\l+spectralValue : ivoa:real\l+spectralErrorValue : ivoa:real\l}"
fillcolor="/set312/1"
] ;
"Phot:Access" [
URL="#Access"
label = "{Access|+reference : ivoa:anyURI\l+size : ivoa:integer\l+format : ivoa:string\l}"
fillcolor="/set312/1"
] ;
"Phot:TransmissionCurve" [
URL="#TransmissionCurve"
label = "{TransmissionCurve}"
fillcolor="/set312/1"
] ;
"Phot:SpectralLocation" [
URL="#SpectralLocation"
label = "{SpectralLocation|+ucd : Phot:UCD\l+unitexpression : ivoa:Unit\l+value : ivoa:real\l}"
fillcolor="/set312/1"
] ;
"Phot:Flux" [
URL="#Flux"
label = "{Flux|+ucd : Phot:UCD\l+unitexpression : ivoa:Unit\l+value : ivoa:real\l+error : ivoa:real\l}"
fillcolor="/set312/1"
] ;
edge [color="red", arrowtail="none", arrowhead="empty"]
"Phot:UCD" -> "ivoa:string" ;
"Phot:PogsonZeropoint" -> "Phot:ZeroPoint" ;
"Phot:AsinhZeropoint" -> "Phot:ZeroPoint" ;
"Phot:LinearFluxZeropoint" -> "Phot:ZeroPoint" ;
edge [color="blue", arrowhead="open", arrowtail="diamond",dir="both",fontsize="10"]
"Phot:PhotometricSystem" -> "Phot:PhotometryFilter" [headlabel="1..*",label="photometryFilter",labelfontsize=10] ;
"Phot:PhotometryFilter" -> "Phot:Bandwidth" [headlabel="1",label="bandwidth",labelfontsize=10] ;
"Phot:PhotometryFilter" -> "Phot:TransmissionCurve" [headlabel="0..1",label="transmissionCurve",labelfontsize=10] ;
"Phot:PhotometryFilter" -> "Phot:SpectralLocation" [headlabel="1",label="spectralLocation",labelfontsize=10] ;
"Phot:PhotCal" -> "Phot:ZeroPoint" [headlabel="1",label="zeroPoint",labelfontsize=10] ;
"Phot:PhotCal" -> "Phot:MagnitudeSystem" [headlabel="1",label="magnitudeSystem",labelfontsize=10] ;
"Phot:ZeroPoint" -> "Phot:Flux" [headlabel="0..1",label="flux",labelfontsize=10] ;
"Phot:TransmissionCurve" -> "Phot:TransmissionPoint" [headlabel="1..*",label="transmissionPoint",labelfontsize=10] ;
"Phot:TransmissionCurve" -> "Phot:Access" [headlabel="0..1",label="access",labelfontsize=10] ;
edge [color="green", arrowhead="open", arrowtail="none"]
"Phot:PhotCal" -> "Phot:PhotometryFilter" [headlabel="0..1",label="photometryFilter",labelfontsize=10] ;
}