@@ -40,14 +40,14 @@ da = MS.new(
4040| | name | Name | DEMS name | - | "DEMS" | str | - | - |
4141| Dimensions | time | Dimension | Start time in UTC | - | 1970-01-01T00:00:00.000000000 | numpy.ndarray | (time,) | datetime64[ ns] |
4242| | chan | Dimension | Channel ID | - | 0 | numpy.ndarray | (chan,) | int64 |
43- | Labels | beam | Coordinate | Beam label | - | "" | numpy.ndarray | (time,) | str |
44- | | scan | Coordinate | Scan label | - | "" | numpy.ndarray | (time,) | str |
45- | | state | Coordinate | State label | - | "" | numpy.ndarray | (time,) | str |
43+ | Labels | beam | Coordinate | Beam label | - | "" | numpy.ndarray | (time,) | str (<U16) |
44+ | | scan | Coordinate | Scan label | - | "" | numpy.ndarray | (time,) | str (<U16) |
45+ | | state | Coordinate | State label | - | "" | numpy.ndarray | (time,) | str (<U16) |
4646| Telescope pointing | lon | Coordinate | Sky longitude | deg | 0.0 | numpy.ndarray | (time,) | float64 |
4747| | lat | Coordinate | Sky latitude | deg | 0.0 | numpy.ndarray | (time,) | float64 |
4848| | lon_origin | Coordinate | Reference sky longitude | deg | 0.0 | numpy.ndarray | (time,) | float64 |
4949| | lat_origin | Coordinate | Reference sky latitude | deg | 0.0 | numpy.ndarray | (time,) | float64 |
50- | | frame | Coordinate | Sky coordinate frame | - | "altaz" | numpy.ndarray | () | str |
50+ | | frame | Coordinate | Sky coordinate frame | - | "altaz" | numpy.ndarray | () | str (<U16) |
5151| Weather information | temperature | Coordinate | Ground atmospheric temperature | K | 0.0 | numpy.ndarray | (time,) | float64 |
5252| | pressure | Coordinate | Ground atmospheric pressure | Pa | 0.0 | numpy.ndarray | (time,) | float64 |
5353| | humidity | Coordinate | Ground relative humidity | 1 | 0.0 | numpy.ndarray | (time,) | float64 |
@@ -77,11 +77,11 @@ da = MS.new(
7777| | aste_misti_lon | Coordinate | [ ASTE] MiSTI sky longitude | deg | 0.0 | numpy.ndarray | (time,) | float64 |
7878| | aste_misti_lat | Coordinate | [ ASTE] MiSTI sky latitude | deg | 0.0 | numpy.ndarray | (time,) | float64 |
7979| | aste_misti_pwv | Coordinate | [ ASTE] MiSTI measured PWV | mm | 0.0 | numpy.ndarray | (time,) | float64 |
80- | | aste_misti_frame | Coordinate | [ ASTE] MiSTI sky coordinate frame | - | "altaz" | numpy.ndarray | () | str |
80+ | | aste_misti_frame | Coordinate | [ ASTE] MiSTI sky coordinate frame | - | "altaz" | numpy.ndarray | () | str (<U16) |
8181| DESHIMA 2.0 specific | d2_mkid_id | Coordinate | [ DESHIMA 2.0] MKID ID | - | 0 | numpy.ndarray | (chan,) | int64 |
82- | | d2_mkid_type | Coordinate | [ DESHIMA 2.0] MKID type | - | "" | numpy.ndarray | (chan,) | str |
82+ | | d2_mkid_type | Coordinate | [ DESHIMA 2.0] MKID type | - | "" | numpy.ndarray | (chan,) | str (<U16) |
8383| | d2_mkid_frequency | Coordinate | [ DESHIMA 2.0] MKID center frequency | Hz | 0.0 | numpy.ndarray | (chan,) | float64 |
8484| | d2_roomchopper_isblocking | Coordinate | [ DESHIMA 2.0] Whether room chopper is blocking sensor | - | False | numpy.ndarray | (time,) | bool |
8585| | d2_skychopper_isblocking | Coordinate | [ DESHIMA 2.0] Whether sky chopper is blocking sensor | - | False | numpy.ndarray | (time,) | bool |
86- | | d2_dems_version | Attribute | [ DESHIMA 2.0] DEMS version | - | "0.7 .0" | str | - | - |
86+ | | d2_dems_version | Attribute | [ DESHIMA 2.0] DEMS version | - | "0.8 .0" | str | - | - |
8787| | d2_demerge_version | Attribute | [ DESHIMA 2.0] demerge version | - | "2.0.0" | str | - | - |
0 commit comments