cacao-org / cacao

Compute And Control for Adaptive Optics
GNU General Public License v3.0
24 stars 9 forks source link

Cannot set astrogrid to bin=1 #46

Closed mileslucas closed 8 months ago

mileslucas commented 8 months ago

https://github.com/cacao-org/cacao/blob/3cc0b7ea956bacf487e2707b4bee1bfa85ddb5b6/AOloopControl_DM/scripts/cacao-astrogrid-mkgrid#L32

This is the cause of the issue, needs to be

 MSopt+=( "b1:binfact2:setbin1::use bin factor 1" ) 
DasVinch commented 8 months ago

Fixed at 42187b89. Thanks for figuring it out.