You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write_ascii is used for asc, csv, pts, txt, xyz and I think it is correct for all of them except pts. See http://paulbourke.net/dataformats/pts/. When I attempt to open the <file>.pts in another viewer I get Read PTS failed: unable to read header. and I believe that is because it is expecting the number of points (e.g. INT) and not x, y, z so it fails to load.
The text was updated successfully, but these errors were encountered:
Hola @ryangoss . Thanks for the explanation. It looks like some minor changes would need to be added to write_ascii in order to properly support the .pts format
pyntcloud/pyntcloud/io/ascii.py
Line 42 in eade21f
write_ascii
is used forasc, csv, pts, txt, xyz
and I think it is correct for all of them exceptpts
. See http://paulbourke.net/dataformats/pts/. When I attempt to open the<file>.pts
in another viewer I getRead PTS failed: unable to read header.
and I believe that is because it is expecting the number of points (e.g. INT) and notx, y, z
so it fails to load.The text was updated successfully, but these errors were encountered: