amisr / amisrsynthdata

Module for generating synethetic AMISR data files
GNU General Public License v3.0
3 stars 2 forks source link

Benchmark and Performance consideration #14

Open peijin94 opened 3 hours ago

peijin94 commented 3 hours ago

There should be descriptions of how long a typical synthetic data run takes.

For performance consideration: parsing txt file to number into numpy is much more time-consuming than direct loading .np or .npz file Replacing beamcodes text file with h5 or npz can optimize the speed of beams_from_beam_codes

peijin94 commented 2 hours ago

np.in1d has a deprecation error, better change to isin