Closed nlourie closed 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.
fixed. now m2_focuser_goto input is specified as float so it knows how to import it with argparse
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.