USGS-CMG / stglib

Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data
Other
16 stars 13 forks source link

where do run scripts live? #149

Closed rallen-usgs closed 10 months ago

rallen-usgs commented 10 months ago

I have been looking for runvecdat2cdf.py. It is mentioned in the documentation, but I can't find it on the repository. I want to process data from a Nortek vector, specifically including analog outputs. But first, I need to find this file. Thank you!

dnowacki-usgs commented 10 months ago

The run scripts are generated by the installation process and added to the system path, so you no longer need to specify the path. Are you sure you are running the latest version?

rallen-usgs commented 10 months ago

I think I am! I don't see the scripts on the github repository either. Specifically, we were trying to make sure that a Nortek vector processed through stglib output the data recorded as "anin1", and we wanted to check the run script.

rallen-usgs commented 10 months ago

So, this is an answer to the question above "where do run scripts live?"
they live here: https://github.com/USGS-CMG/stglib/blob/master/stglib/core/runcmd.py

Thanks for pointing me in this direction, Dan, and I'll try and figure out my vector question separately