bugfix in angle scan processing
This commit is contained in:
@ -714,9 +714,9 @@ function crop_strip_theta(strip, theta_lo, theta_hi, theta, tilt, phi)
|
||||
variable nx = dimsize(strip, 0)
|
||||
variable ny = numpnts(idx)
|
||||
|
||||
theta = theta[idx]
|
||||
tilt = tilt[idx]
|
||||
phi = phi[idx]
|
||||
theta[0, ny-1] = theta[idx]
|
||||
tilt[0, ny-1] = tilt[idx]
|
||||
phi[0, ny-1] = phi[idx]
|
||||
redimension /n=(ny) theta, tilt, phi
|
||||
|
||||
duplicate /free strip, strip_copy
|
||||
|
Reference in New Issue
Block a user