Matthew Stidham
cc305b8422
measure_station_time_up: Don't hardcode radio names
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-29 12:50:47 -08:00
Matthew Stidham
a08afea0f4
measure_station_time_up: Fix whitespace errors
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 17:22:27 -08:00
Matthew Stidham
a952c392fb
measure_station_time_up: Remove empty else clause
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 17:20:37 -08:00
Matthew Stidham
dce4488777
measure_station_time_up: Support csv, xlsx, and pickle for file outputs
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 17:19:50 -08:00
Matthew Stidham
74875c1f88
measure_station_time_up: Fix regressions. args.num_stations now works.
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-24 17:15:30 -08:00
Matthew Stidham
e6cf6b9337
1. Create pandas_extensions.py
...
2. Remove unused imports
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-21 11:11:04 -07:00
Matthew Stidham
36400e003d
Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-09-17 15:29:15 -07:00
erinnerim
1d7578251c
Updates to import statements:
...
- Import importlib, os, and sys to each python script.
- Append "lanforge-scripts" root directory to the system path, allowing each script to be called from an antecedent directory. e.g.
if 'lanforge-scripts' not in sys.path:
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../../")))
- All statements of the form 'from <module> import <class>' replace with:
<module> = importlib.import_module("lanforge-scripts.<directory>.<module>")
<class> = <module>.<class>
2021-09-15 16:17:16 -07:00
Matthew Stidham
cd46e17589
formatting error in measure_station_time_up
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-03-01 10:58:43 -08:00
Matthew Stidham
6a343f7995
measure_station_time_up now works on multiple stations
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-02-26 14:37:18 -08:00
Matthew Stidham
7d03848c90
Get time point for when the stations are up
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-02-24 20:07:07 -08:00
Matthew Stidham
932ddb1698
create measure_station_time_up
...
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com >
2021-02-24 17:28:56 -08:00