Skip to content
Snippets Groups Projects
Commit 39ed19ae authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #8819: try to fix unit for COORDINATE_AXES

parent f6b30bd8
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ namespace LOFAR {
ColumnDesc::FixedShape + ColumnDesc::Direct);
addColumn (td, "COORDINATE_AXES", TpArrayDouble,
"Local field coordinates as P,Q,R (cartesian) direction vectors",
"m", "DIRECTION", MDirection::ITRF, 2, IPosition(2,3,3),
"m", "POSITION", MDirection::ITRF, 2, IPosition(2,3,3),
ColumnDesc::FixedShape + ColumnDesc::Direct);
addColumn (td, "ELEMENT_OFFSET", TpArrayDouble,
"Position offsets of elements w.r.t. center of station field",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment