예제 #1
0
 static string CalibrateGuideCam(double guiderExposure, bool AOEnabled)
 {
     //Launches the guider calibration
     return(GuideControl.Calibrate(guiderExposure, AOEnabled));
 }
예제 #2
0
 static double OptimizeExposure(double exposure, double ADU)
 {
     //Adjusts the exposure level to the target ADu
     return(GuideControl.OptimizeExposure(exposure, ADU));
 }