chaehyeonsong / discocal

135 stars 19 forks source link

mode mean what #6

Closed pengqianlong closed 2 months ago

pengqianlong commented 3 months ago

Hello author, thank you for your open source, what do “mode ==0” and “mode ==1” respectively mean in the code?

chaehyeonsong commented 3 months ago

Hello @pengqianlong. Mode means the estimator you will use. Mode 2 is for a square target(point projection), and Mode 0 is for a circular target(shape projection). Phase==0 means fixing the radius during optimization, and Phase==1 means adjusting the radius during optimization.

pengqianlong commented 3 months ago

thank you very much.