| ' BASIC PARAMETERS WHICH DETERMINE SCRIPT BEHAVIOR
checkForSunUp = True                  ' True to enable checks of the sun altitude which 
                                      ' prevent daytime observations (the script will wait
                                      ' until sunset to start observations, and shut down
                                      ' the system at sunrise)
highSunAltObsEvening = -15.0          ' Highest sun altitude (deg) at which science images
                                      ' will be taken in the evening
highSunAltObsMorning = -19.0          ' Highest sun altitude (deg) at which science images
                                      ' will be taken in the morning
scheduled = True                      ' True if you wish to take into account the scheduled
                                      ' times for each observation, False if you wish to
                                      ' ignore scheduled times or if they are not present
                                      ' in your target lists
downloadWhileSlew = True              ' True to use the download-while-slew feature
corrTgtCoords = False                 ' True to convert J2000 target coordinates to
                                      ' local topocentric coordinates before slewing
                                      ' (This option is most useful for Meade telescopes)
 |