10 |
<title>STC2 Measures</title> |
<title>STC2 Measures</title> |
11 |
<author>ahr</author> |
<author>ahr</author> |
12 |
<version>2.0</version> |
<version>2.0</version> |
13 |
<lastModified>2017-09-15T10:31:02</lastModified> |
<lastModified>2017-09-20T14:04:11</lastModified> |
14 |
<import> |
<import> |
15 |
<name>ivoa</name> |
<name>ivoa</name> |
16 |
<url>http://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/models/ivoa/vo-dml/xml/IVOA-v1.0.vo-dml.xml</url> |
<url>http://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/models/ivoa/vo-dml/IVOA-v1.0.vo-dml.xml</url> |
17 |
<documentationURL>http://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/models/ivoa/vo-dml/IVOA.html</documentationURL> |
<documentationURL>http://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/models/ivoa/vo-dml/IVOA.html</documentationURL> |
18 |
</import> |
</import> |
19 |
<import> |
<import> |
31 |
<dataType> |
<dataType> |
32 |
<vodml-id>stctypes.Matrix2x2</vodml-id> |
<vodml-id>stctypes.Matrix2x2</vodml-id> |
33 |
<name>Matrix2x2</name> |
<name>Matrix2x2</name> |
34 |
<description> |
<description>2x2 matrix data type, with a unit.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
35 |
<extends> |
<extends> |
36 |
<vodml-ref>stc2_measurements:stctypes.Matrix</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Matrix</vodml-ref> |
37 |
</extends> |
</extends> |
110 |
<dataType> |
<dataType> |
111 |
<vodml-id>stctypes.Matrix3x3</vodml-id> |
<vodml-id>stctypes.Matrix3x3</vodml-id> |
112 |
<name>Matrix3x3</name> |
<name>Matrix3x3</name> |
113 |
<description> |
<description>3x3 matrix data type, with a unit.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
114 |
<extends> |
<extends> |
115 |
<vodml-ref>stc2_measurements:stctypes.Matrix</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Matrix</vodml-ref> |
116 |
</extends> |
</extends> |
259 |
<dataType abstract="true"> |
<dataType abstract="true"> |
260 |
<vodml-id>stctypes.Matrix</vodml-id> |
<vodml-id>stctypes.Matrix</vodml-id> |
261 |
<name>Matrix</name> |
<name>Matrix</name> |
262 |
<description> |
<description>Abstract Matrix data type.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
263 |
</dataType> |
</dataType> |
264 |
|
|
265 |
<dataType abstract="true"> |
<dataType abstract="true"> |
266 |
<vodml-id>stctypes.Uncertainty1D</vodml-id> |
<vodml-id>stctypes.Uncertainty1D</vodml-id> |
267 |
<name>Uncertainty1D</name> |
<name>Uncertainty1D</name> |
268 |
<description> |
<description>Abstract 1-D Uncertainty data type, from which actual instance types are derived. It is used for errors and resolutions and is meant to be extensible. Note that Uncertainty defines the SHAPE of the function, not the meaning in terms of the level represented by its values: it may indicate 1-sigma, FWHM, 90% or 95% confidence, etc. This interpretation is left to the definition of the attribute of type Uncertainty in the Error class.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
269 |
<extends> |
<extends> |
270 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
271 |
</extends> |
</extends> |
274 |
<dataType> |
<dataType> |
275 |
<vodml-id>stctypes.Symmetrical1D</vodml-id> |
<vodml-id>stctypes.Symmetrical1D</vodml-id> |
276 |
<name>Symmetrical1D</name> |
<name>Symmetrical1D</name> |
277 |
<description> |
<description>Simple symmetrical Uncertainty.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
278 |
<extends> |
<extends> |
279 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
280 |
</extends> |
</extends> |
297 |
<dataType> |
<dataType> |
298 |
<vodml-id>stctypes.Bounds1D</vodml-id> |
<vodml-id>stctypes.Bounds1D</vodml-id> |
299 |
<name>Bounds1D</name> |
<name>Bounds1D</name> |
300 |
<description> |
<description>Lower limit/upper limit bounds.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
301 |
<extends> |
<extends> |
302 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
303 |
</extends> |
</extends> |
334 |
<dataType> |
<dataType> |
335 |
<vodml-id>stctypes.Asymmetrical1D</vodml-id> |
<vodml-id>stctypes.Asymmetrical1D</vodml-id> |
336 |
<name>Asymmetrical1D</name> |
<name>Asymmetrical1D</name> |
337 |
<description> |
<description>Asymmetric Uncertainty.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
338 |
<extends> |
<extends> |
339 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
340 |
</extends> |
</extends> |
371 |
<dataType abstract="true"> |
<dataType abstract="true"> |
372 |
<vodml-id>stctypes.Uncertainty2D</vodml-id> |
<vodml-id>stctypes.Uncertainty2D</vodml-id> |
373 |
<name>Uncertainty2D</name> |
<name>Uncertainty2D</name> |
374 |
<description> |
<description>Abstract 2-D Uncertainty data type, from which actual instance types are derived. It is used for errors and resolutions and is meant to be extensible. Note that Uncertainty defines the SHAPE of the function, not the meaning in terms of the level represented by its values: it may indicate 1-sigma, FWHM, 90% or 95% confidence, etc. This interpretation is left to the definition of the attribute of type Uncertainty in the Error class.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
375 |
<extends> |
<extends> |
376 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
377 |
</extends> |
</extends> |
380 |
<dataType> |
<dataType> |
381 |
<vodml-id>stctypes.Symmetrical2D</vodml-id> |
<vodml-id>stctypes.Symmetrical2D</vodml-id> |
382 |
<name>Symmetrical2D</name> |
<name>Symmetrical2D</name> |
383 |
<description> |
<description>Simple circular Uncertainty.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
384 |
<extends> |
<extends> |
385 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
386 |
</extends> |
</extends> |
403 |
<dataType> |
<dataType> |
404 |
<vodml-id>stctypes.Bounds2D</vodml-id> |
<vodml-id>stctypes.Bounds2D</vodml-id> |
405 |
<name>Bounds2D</name> |
<name>Bounds2D</name> |
406 |
<description> |
<description>Rectangular lower limit/upper limit bounds.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
407 |
<extends> |
<extends> |
408 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
409 |
</extends> |
</extends> |
440 |
<dataType> |
<dataType> |
441 |
<vodml-id>stctypes.Asymmetrical2D</vodml-id> |
<vodml-id>stctypes.Asymmetrical2D</vodml-id> |
442 |
<name>Asymmetrical2D</name> |
<name>Asymmetrical2D</name> |
443 |
<description> |
<description>2-D asymmetric Uncertainty (offset rectangle).</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
444 |
<extends> |
<extends> |
445 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
446 |
</extends> |
</extends> |
477 |
<dataType abstract="true"> |
<dataType abstract="true"> |
478 |
<vodml-id>stctypes.Uncertainty3D</vodml-id> |
<vodml-id>stctypes.Uncertainty3D</vodml-id> |
479 |
<name>Uncertainty3D</name> |
<name>Uncertainty3D</name> |
480 |
<description> |
<description>Abstract 3-D Uncertainty data type, from which actual instance types are derived. It is used for errors and resolutions and is meant to be extensible. Note that Uncertainty defines the SHAPE of the function, not the meaning in terms of the level represented by its values: it may indicate 1-sigma, FWHM, 90% or 95% confidence, etc. This interpretation is left to the definition of the attribute of type Uncertainty in the Error class.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
481 |
<extends> |
<extends> |
482 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty</vodml-ref> |
483 |
</extends> |
</extends> |
486 |
<dataType> |
<dataType> |
487 |
<vodml-id>stctypes.Symmetrical3D</vodml-id> |
<vodml-id>stctypes.Symmetrical3D</vodml-id> |
488 |
<name>Symmetrical3D</name> |
<name>Symmetrical3D</name> |
489 |
<description> |
<description>Simple spherical Uncertainty.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
490 |
<extends> |
<extends> |
491 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
492 |
</extends> |
</extends> |
509 |
<dataType> |
<dataType> |
510 |
<vodml-id>stctypes.Bounds3D</vodml-id> |
<vodml-id>stctypes.Bounds3D</vodml-id> |
511 |
<name>Bounds3D</name> |
<name>Bounds3D</name> |
512 |
<description> |
<description>Rectangular lower limit/upper limit bounds.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
513 |
<extends> |
<extends> |
514 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
515 |
</extends> |
</extends> |
546 |
<dataType> |
<dataType> |
547 |
<vodml-id>stctypes.Asymmetrical3D</vodml-id> |
<vodml-id>stctypes.Asymmetrical3D</vodml-id> |
548 |
<name>Asymmetrical3D</name> |
<name>Asymmetrical3D</name> |
549 |
<description> |
<description>3-D asymmetric Uncertainty (offset rectangle).</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
550 |
<extends> |
<extends> |
551 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
552 |
</extends> |
</extends> |
583 |
<dataType> |
<dataType> |
584 |
<vodml-id>stctypes.Ellipse</vodml-id> |
<vodml-id>stctypes.Ellipse</vodml-id> |
585 |
<name>Ellipse</name> |
<name>Ellipse</name> |
586 |
<description> |
<description>Elliptical Uncertainty function: semi-major and -minor axes, and position angle (CCW from true north in astronomical spherical coordinates, CCW from positive X axis otherwise).</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
587 |
<extends> |
<extends> |
588 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
589 |
</extends> |
</extends> |
620 |
<dataType> |
<dataType> |
621 |
<vodml-id>stctypes.CovarianceMatrix2D</vodml-id> |
<vodml-id>stctypes.CovarianceMatrix2D</vodml-id> |
622 |
<name>CovarianceMatrix2D</name> |
<name>CovarianceMatrix2D</name> |
623 |
<description> |
<description>2-D Covariance matrix.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
624 |
<extends> |
<extends> |
625 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
626 |
</extends> |
</extends> |
643 |
<dataType> |
<dataType> |
644 |
<vodml-id>stctypes.Ellipsoid</vodml-id> |
<vodml-id>stctypes.Ellipsoid</vodml-id> |
645 |
<name>Ellipsoid</name> |
<name>Ellipsoid</name> |
646 |
<description> |
<description>Ellipsoidal Uncertainty function (Cartesian coordinates only): semi axes, and position angles of first semi axis (CCW from positive X axis in X-Y plane, and angle "above" the X-Y plane).</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
647 |
<extends> |
<extends> |
648 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
649 |
</extends> |
</extends> |
680 |
<dataType> |
<dataType> |
681 |
<vodml-id>stctypes.CovarianceMatrix3D</vodml-id> |
<vodml-id>stctypes.CovarianceMatrix3D</vodml-id> |
682 |
<name>CovarianceMatrix3D</name> |
<name>CovarianceMatrix3D</name> |
683 |
<description> |
<description>3-D Covariance matrix.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
684 |
<extends> |
<extends> |
685 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
686 |
</extends> |
</extends> |
703 |
<dataType> |
<dataType> |
704 |
<vodml-id>stctypes.PDF1D</vodml-id> |
<vodml-id>stctypes.PDF1D</vodml-id> |
705 |
<name>PDF1D</name> |
<name>PDF1D</name> |
706 |
<description> |
<description>Stubbed entry for a Probability Density Function (PDF); for future specification.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
707 |
<extends> |
<extends> |
708 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty1D</vodml-ref> |
709 |
</extends> |
</extends> |
712 |
<dataType> |
<dataType> |
713 |
<vodml-id>stctypes.PDF2D</vodml-id> |
<vodml-id>stctypes.PDF2D</vodml-id> |
714 |
<name>PDF2D</name> |
<name>PDF2D</name> |
715 |
<description> |
<description>Stubbed entry for a Probability Density Function (PDF); for future specification.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
716 |
<extends> |
<extends> |
717 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty2D</vodml-ref> |
718 |
</extends> |
</extends> |
721 |
<dataType> |
<dataType> |
722 |
<vodml-id>stctypes.PDF3D</vodml-id> |
<vodml-id>stctypes.PDF3D</vodml-id> |
723 |
<name>PDF3D</name> |
<name>PDF3D</name> |
724 |
<description> |
<description>Stubbed entry for a Probability Density Function (PDF); for future specification.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
725 |
<extends> |
<extends> |
726 |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
<vodml-ref>stc2_measurements:stctypes.Uncertainty3D</vodml-ref> |
727 |
</extends> |
</extends> |
730 |
<dataType abstract="true"> |
<dataType abstract="true"> |
731 |
<vodml-id>stctypes.Uncertainty</vodml-id> |
<vodml-id>stctypes.Uncertainty</vodml-id> |
732 |
<name>Uncertainty</name> |
<name>Uncertainty</name> |
733 |
<description> |
<description>Uncertainty data type, from which 1-, 2-, and 3-dimensional types are derived. It is used for errors and resolutions and is meant to be extensible. Note that Uncertainty defines the SHAPE of the function, not the meaning in terms of the level represented by its values: it may indicate 1-sigma, FWHM, 90% or 95% confidence, etc. This interpretation is left to the definition of the attribute of type Uncertainty in the Error class.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
734 |
</dataType> |
</dataType> |
735 |
|
|
736 |
</package> |
</package> |
746 |
<objectType abstract="true"> |
<objectType abstract="true"> |
747 |
<vodml-id>uncertainty.CoordMeasure</vodml-id> |
<vodml-id>uncertainty.CoordMeasure</vodml-id> |
748 |
<name>CoordMeasure</name> |
<name>CoordMeasure</name> |
749 |
<description> |
<description>The absract coordinate measure class contains a measured coordinate value, an error (uncertainty) associated with that coordinate and the resolution of the measurement. Individual domain versions are derived from this abstract class.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
750 |
<attribute> |
<attribute> |
751 |
<vodml-id>uncertainty.CoordMeasure.coord</vodml-id> |
<vodml-id>uncertainty.CoordMeasure.coord</vodml-id> |
752 |
<name>coord</name> |
<name>coord</name> |
794 |
<objectType abstract="true"> |
<objectType abstract="true"> |
795 |
<vodml-id>uncertainty.Error</vodml-id> |
<vodml-id>uncertainty.Error</vodml-id> |
796 |
<name>Error</name> |
<name>Error</name> |
797 |
<description> |
<description>The error (uncertainty) of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension. There are 1-, 2, and 3-dimensional versions of the Error.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
798 |
</objectType> |
</objectType> |
799 |
|
|
800 |
<objectType> |
<objectType> |
801 |
<vodml-id>uncertainty.Error1D</vodml-id> |
<vodml-id>uncertainty.Error1D</vodml-id> |
802 |
<name>Error1D</name> |
<name>Error1D</name> |
803 |
<description> |
<description>The 1-D version of the error of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
804 |
<extends> |
<extends> |
805 |
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
806 |
</extends> |
</extends> |
851 |
<objectType abstract="true"> |
<objectType abstract="true"> |
852 |
<vodml-id>uncertainty.Error2D</vodml-id> |
<vodml-id>uncertainty.Error2D</vodml-id> |
853 |
<name>Error2D</name> |
<name>Error2D</name> |
854 |
<description> |
<description>The 2-D version of the error of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
855 |
<extends> |
<extends> |
856 |
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
857 |
</extends> |
</extends> |
902 |
<objectType abstract="true"> |
<objectType abstract="true"> |
903 |
<vodml-id>uncertainty.Error3D</vodml-id> |
<vodml-id>uncertainty.Error3D</vodml-id> |
904 |
<name>Error3D</name> |
<name>Error3D</name> |
905 |
<description> |
<description>The 3-D version of the error of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
906 |
<extends> |
<extends> |
907 |
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
<vodml-ref>stc2_measurements:uncertainty.Error</vodml-ref> |
908 |
</extends> |
</extends> |
953 |
<objectType abstract="true"> |
<objectType abstract="true"> |
954 |
<vodml-id>uncertainty.Resolution</vodml-id> |
<vodml-id>uncertainty.Resolution</vodml-id> |
955 |
<name>Resolution</name> |
<name>Resolution</name> |
956 |
<description> |
<description>The resolution of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension. There are 1-, 2, and 3-dimensional versions of the Resolution.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
957 |
</objectType> |
</objectType> |
958 |
|
|
959 |
<objectType> |
<objectType> |
960 |
<vodml-id>uncertainty.Resolution1D</vodml-id> |
<vodml-id>uncertainty.Resolution1D</vodml-id> |
961 |
<name>Resolution1D</name> |
<name>Resolution1D</name> |
962 |
<description> |
<description>The 1-D version of the resolution of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
963 |
<extends> |
<extends> |
964 |
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
965 |
</extends> |
</extends> |
996 |
<objectType abstract="true"> |
<objectType abstract="true"> |
997 |
<vodml-id>uncertainty.Resolution2D</vodml-id> |
<vodml-id>uncertainty.Resolution2D</vodml-id> |
998 |
<name>Resolution2D</name> |
<name>Resolution2D</name> |
999 |
<description> |
<description>The 2-D version of the resolution of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
1000 |
<extends> |
<extends> |
1001 |
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
1002 |
</extends> |
</extends> |
1033 |
<objectType abstract="true"> |
<objectType abstract="true"> |
1034 |
<vodml-id>uncertainty.Resolution3D</vodml-id> |
<vodml-id>uncertainty.Resolution3D</vodml-id> |
1035 |
<name>Resolution3D</name> |
<name>Resolution3D</name> |
1036 |
<description> |
<description>The 3-D version of the resolution of a measured coordinate value may be expressed by an Uncertainty attribute as a sigma or a FWHM, or any other future extension.</description> |
|
TODO : Missing description : please, update your UML model asap. |
|
|
</description> |
|
1037 |
<extends> |
<extends> |
1038 |
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
<vodml-ref>stc2_measurements:uncertainty.Resolution</vodml-ref> |
1039 |
</extends> |
</extends> |
1249 |
<objectType> |
<objectType> |
1250 |
<vodml-id>CoordinateMDomains.polarizationMDomain.PolCoord</vodml-id> |
<vodml-id>CoordinateMDomains.polarizationMDomain.PolCoord</vodml-id> |
1251 |
<name>PolCoord</name> |
<name>PolCoord</name> |
1252 |
<description>The Polarization coordinate object contains the coordinate value and the Polarization Tyoe.</description> |
<description>The Polarization coordinate object contains the coordinate value and the Polarization Type. The polarization coordinates are not measured coordinate values, as they are enumerated. Consequently, there are no errors, uncertainties, or resolutions associated with them.</description> |
1253 |
<constraint xsi:type="vo-dml:SubsettedRole"> |
<constraint xsi:type="vo-dml:SubsettedRole"> |
1254 |
<role> |
<role> |
1255 |
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |
<vodml-ref>stc2_measurements:uncertainty.CoordMeasure.coord</vodml-ref> |