Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starlab dyn files via dumbp cannot be converted with tabtos #109

Open
teuben opened this issue Nov 21, 2022 · 1 comment
Open

starlab dyn files via dumbp cannot be converted with tabtos #109

teuben opened this issue Nov 21, 2022 · 1 comment

Comments

@teuben
Copy link
Owner

teuben commented Nov 21, 2022

currently "man 5 data" gives an example

       dumbp < $NEMO/data/starlab/cube10.dyn  > cube10.col
        tabcomment cube10.col delete=t |        tabtos -  cube10.dat block1=skip,mass,pos,vel times=0

which does not work. Also tabtos options=comment does not work. Of course "grep -v ^;" will work, but a pure nemo pipe should be made to work.

@teuben
Copy link
Owner Author

teuben commented Nov 21, 2022

Better example is;

 dumbp < $NEMO/data/starlab/cube10.dyn | tabcols - > cube10.col
tabtos cube10.col  cube10.dat block1=mass,pos,vel times=0

this avoid shortcomings in both tabcomment and tabtos (which should be fixed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant