MMPD_Bench / metadata /channel_order.json
HY2333's picture
Upload external_waveplate pilot: metadata/channel_order.json
34fbc78 verified
{
"tensor_layout": "channel_first",
"mueller_shape": [16, 256, 256],
"mueller_channels": [
"M11",
"M12",
"M13",
"M14",
"M21",
"M22",
"M23",
"M24",
"M31",
"M32",
"M33",
"M34",
"M41",
"M42",
"M43",
"M44"
],
"target_shape": [6, 256, 256],
"target_channels": [
"D",
"Delta",
"eta",
"theta",
"psi",
"R"
],
"legacy_name_mapping": {
"Ita": "eta",
"ita": "eta",
"Eta": "eta",
"Theta": "theta",
"Psi": "psi"
},
"todo": [
"Confirm local-to-public channel mapping before conversion.",
"Confirm whether arrays are physical values, normalized values, or both."
]
}