Commit 98ad09b9219f55bec74cd5c431ea953698200290

Authored by Elena.Budnik
1 parent 20f5ffde
Exists in master

comment

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
Tools.py/sw_stop.py
  1 +# sw_stop.py
  2 +# script to get SW Stop time from OMNI HOUR dataset (omni_hour_all)
  3 +# normally used in depotDECODER while updating OMNI
  4 +# arg : nc file name
  5 +
1 6 from netCDF4 import Dataset
2 7 import numpy as np
3 8 from datetime import datetime, date, time, timedelta
... ...