OSOceanAcoustics / echopop

Generating biological estimates for animal "pop"ulation from echosounder data
https://echopop.readthedocs.io/
Apache License 2.0
1 stars 4 forks source link

Review krill inversion code #107

Closed leewujung closed 10 months ago

leewujung commented 1 year ago

Review krill inversion code.

Main goals are to clarify the below components:

References here are:

leewujung commented 1 year ago

What inversion algorithm(s) does the code use

Matlab lsqnonlin

leewujung commented 1 year ago

What are the data pre-processing before inversion?

leewujung commented 1 year ago
  • What input files are required
  • What output files are generated
leewujung commented 1 year ago

What scattering model(s) are used

See: https://github.com/uw-echospace/EchoPro_krill_inversion/blob/main/inversion/functions/SVpredictionALL.m#L56 and https://github.com/uw-echospace/EchoPro_krill_inversion/blob/main/inversion/Scat_models/zoo_bscat.m#L59-L60

leewujung commented 10 months ago

I'll close this now as I've transferred the content to the matlab krill repo README.