Hello Pierre,
Reference values for the corresponding calibration group (sensor) can be accessed via:
sensor = chunk.sensors[1]
xyz_ref = sensor.antenna.location_ref #3-component vector
ypr_ref = sensor.antenna.rotation_ref #3-component vector
If you need to access the estimated values, use sensor.antenna.location and sensor.antenna.rotation.