Skip to content

Commit

Permalink
lost file...
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidusAbi committed Jan 29, 2019
1 parent cbd8447 commit ef8616e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_interpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# Importante: las cooordenadas de los ptos de ref no pueden ser manipuladas por otr pto de referencia
# =============================================================================
ref_x_coord, ref_y_coord, ref_z_coord = sim_image_object.getPointRefCoords()
displace_y_coord = np.asarray(ref_y_coord) + np.array([2,1,-1,-1])
displace_y_coord = np.asarray(ref_y_coord) + np.array([2,1,-1,-1]) #

displaced_image = np.ones(sim_image.shape)

Expand Down

0 comments on commit ef8616e

Please sign in to comment.