Loading autocnet/spatial/isis.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -239,7 +239,7 @@ def point_info( # ISIS's campt needs points in a file # ISIS's campt needs points in a file with isis.fromlist.temp(p_list) as f: with isis.fromlist.temp(p_list) as f: cp = campt( cp = isis.campt( cube_path, cube_path, coordlist=f, coordlist=f, allowoutside=allowoutside, allowoutside=allowoutside, Loading Loading
autocnet/spatial/isis.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -239,7 +239,7 @@ def point_info( # ISIS's campt needs points in a file # ISIS's campt needs points in a file with isis.fromlist.temp(p_list) as f: with isis.fromlist.temp(p_list) as f: cp = campt( cp = isis.campt( cube_path, cube_path, coordlist=f, coordlist=f, allowoutside=allowoutside, allowoutside=allowoutside, Loading