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

Error while using tab2hdf library #1

Open
kadlagomkar opened this issue Sep 18, 2021 · 0 comments
Open

Error while using tab2hdf library #1

kadlagomkar opened this issue Sep 18, 2021 · 0 comments

Comments

@kadlagomkar
Copy link

We were working on a satellite-based project that involved spectroscopic data analysis. We were given data in .tab format, but all of the python packages use hdf5 format files for spectroscopic analysis. We'll be able to convert our files to h5 format thanks to your tab2hdf library. We were able to successfully import it into our system, however when we supplied the command,

tab2hdf.py -i h80409.tab -o h80409.h5 -b 32 -- version

It did not work. Where h80409.tab in our input file. It gave us response:

tab2hdf.py: command not found

Below I have attached code snippets:

omkar@omkar-HP-Notebook:~/tab2hdf-master/scripts$ tab2hdf.py -i h80409.tab -o h80409.h5 -b 32 -- version
tab2hdf.py: command not found
omkar@omkar-HP-Notebook:~/tab2hdf-master/scripts$ python3
Python 3.8.5 (default, Jan 27 2021, 15:41:15)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tab2hdf
>>> tab2hdf.py -i h80409.tab -o h80409.h5 -b 32 -- version
  File "<stdin>", line 1
    tab2hdf.py -i h80409.tab -o h80409.h5 -b 32 -- version
                  ^
SyntaxError: invalid syntax
>>> exit()
omkar@omkar-HP-Notebook:~/tab2hdf-master/scripts$ tab2hdf -i h80409.tab -o h80409.h5 -b 32 -- version
tab2hdf: command not found

Your inputs will be extremely helpful and beneficial to our project.

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

No branches or pull requests

1 participant