Addalin / pyALiDAn

A python implementation of the Atmospheric Lidar Data Augmentation (ALiDAn) framework and a learning pipeline utilizing both ALiDAn's and raw data.
https://github.com/Addalin/pyALiDAn
5 stars 0 forks source link

Overlap updates #36

Open Addalin opened 3 years ago

Addalin commented 3 years ago

Todos: overla_update branch

  1. save overlap params per month in the overlap.ipynb
  2. load generated dataset ( 'lidar' or 'signal')
  3. update or generated measurement - split the function. and update the input to calc_measurment (flag, none..)
  4. test on one day, two options: generate and update.
  5. create overlap.py (later ...)
OmerShubi commented 3 years ago

tested on one day, two options: generate and update - without crashing

currently overlap params are saved without the function parameter name (K,C,A,B..)

OmerShubi commented 3 years ago

create overlap.py from notebook