winter-telescope / observatory

0 stars 0 forks source link

m2_focuser_goto type casting issue #2

Closed nlourie closed 2 years ago

nlourie commented 2 years ago

the end condition in m2_focuser_goto isn't working because (I think) the variable target is staying a string and not getting cast as a float. should change this in the argparse so that it gets read in as a float from the start.

nlourie commented 2 years ago

fixed. now m2_focuser_goto input is specified as float so it knows how to import it with argparse