updates: pshell import, angle-scans, elog
- pshell import: fix units and data scaling. - pshell import: support new multi-region scans. - angle scans: add trim function. - angle scans: update import_tpi_scan function. - angle scans: fix scales of check waves in normalization. - area display: new cursor mode for background selection. - elog: bugfixes (attachment list, check existing logbook).
This commit is contained in:
@ -436,7 +436,7 @@ static function setup_detector()
|
||||
setdatafolder $(package_path)
|
||||
|
||||
make /n=31 /o detector_angle, detector_pol, detector_az, detector_rad
|
||||
setscale /i x -30, 30, "deg", detector_angle, detector_pol, detector_az, detector_rad
|
||||
setscale /i x -30, 30, "°", detector_angle, detector_pol, detector_az, detector_rad
|
||||
detector_angle = x
|
||||
|
||||
setdatafolder saveDF
|
||||
@ -573,7 +573,7 @@ static function update_detector(theta, tilt, phi, range)
|
||||
//m_phi *= -1 // checked 140702
|
||||
|
||||
wave detector_angle, detector_pol, detector_az, detector_rad
|
||||
setscale /i x -range/2, +range/2, "deg", detector_angle
|
||||
setscale /i x -range/2, +range/2, "°", detector_angle
|
||||
detector_angle = x
|
||||
|
||||
convert_angles_ttpa2polar(m_theta, m_tilt, m_phi, detector_angle, detector_pol, detector_az)
|
||||
|
Reference in New Issue
Block a user