LICENSE
README.md
setup.py
pyobs/__init__.py
pyobs/application.py
pyobs/environment.py
pyobs/object.py
pyobs/cli/__init__.py
pyobs/cli/pyobs.py
pyobs/cli/pyobsd.py
pyobs/cli/pyobsw.py
pyobs/comm/__init__.py
pyobs/comm/comm.py
pyobs/comm/commlogging.py
pyobs/comm/exceptions.py
pyobs/comm/proxy.py
pyobs/comm/dummy/__init__.py
pyobs/comm/dummy/dummycomm.py
pyobs/comm/xmpp/__init__.py
pyobs/comm/xmpp/rpc.py
pyobs/comm/xmpp/xmppclient.py
pyobs/comm/xmpp/xmppcomm.py
pyobs/comm/xmpp/xep_0009/__init__.py
pyobs/comm/xmpp/xep_0009/rpc.py
pyobs/comm/xmpp/xep_0009_timeout/__init__.py
pyobs/comm/xmpp/xep_0009_timeout/rpc.py
pyobs/comm/xmpp/xep_0009_timeout/stanza/RPC.py
pyobs/comm/xmpp/xep_0009_timeout/stanza/__init__.py
pyobs/events/__init__.py
pyobs/events/badweather.py
pyobs/events/event.py
pyobs/events/exposurestatuschanged.py
pyobs/events/filterchanged.py
pyobs/events/focusfound.py
pyobs/events/goodweather.py
pyobs/events/initialized.py
pyobs/events/log.py
pyobs/events/moduleclosed.py
pyobs/events/moduleopened.py
pyobs/events/motionstatuschanged.py
pyobs/events/newimage.py
pyobs/events/roofclosing.py
pyobs/events/roofopened.py
pyobs/events/taskfinished.py
pyobs/events/taskstarted.py
pyobs/events/telescopemoving.py
pyobs/events/testevent.py
pyobs/images/__init__.py
pyobs/images/image.py
pyobs/images/processor.py
pyobs/images/meta/__init__.py
pyobs/images/meta/exptime.py
pyobs/images/meta/onskydistance.py
pyobs/images/meta/pixeloffsets.py
pyobs/images/meta/skyoffsets.py
pyobs/images/processors/__init__.py
pyobs/images/processors/astrometry/__init__.py
pyobs/images/processors/astrometry/astrometry.py
pyobs/images/processors/astrometry/dotnet.py
pyobs/images/processors/detection/__init__.py
pyobs/images/processors/detection/daophot.py
pyobs/images/processors/detection/pysep.py
pyobs/images/processors/detection/sourcedetection.py
pyobs/images/processors/exptime/__init__.py
pyobs/images/processors/exptime/exptime.py
pyobs/images/processors/exptime/star.py
pyobs/images/processors/misc/__init__.py
pyobs/images/processors/misc/addmask.py
pyobs/images/processors/misc/broadcast.py
pyobs/images/processors/misc/calibration.py
pyobs/images/processors/misc/createfilename.py
pyobs/images/processors/misc/removebackground.py
pyobs/images/processors/misc/softbin.py
pyobs/images/processors/offsets/__init__.py
pyobs/images/processors/offsets/astrometry.py
pyobs/images/processors/offsets/fitsheader.py
pyobs/images/processors/offsets/nstar.py
pyobs/images/processors/offsets/offsets.py
pyobs/images/processors/offsets/projected.py
pyobs/images/processors/photometry/__init__.py
pyobs/images/processors/photometry/photometry.py
pyobs/images/processors/photometry/photutil.py
pyobs/images/processors/photometry/pysep.py
pyobs/interfaces/IAbortable.py
pyobs/interfaces/IAcquisition.py
pyobs/interfaces/IAutoFocus.py
pyobs/interfaces/IAutoGuiding.py
pyobs/interfaces/IAutonomous.py
pyobs/interfaces/IBinning.py
pyobs/interfaces/ICalibrate.py
pyobs/interfaces/ICamera.py
pyobs/interfaces/IConfig.py
pyobs/interfaces/ICooling.py
pyobs/interfaces/IDome.py
pyobs/interfaces/IExposureTime.py
pyobs/interfaces/IFilters.py
pyobs/interfaces/IFitsHeaderAfter.py
pyobs/interfaces/IFitsHeaderBefore.py
pyobs/interfaces/IFlatField.py
pyobs/interfaces/IFocusModel.py
pyobs/interfaces/IFocuser.py
pyobs/interfaces/IImageFormat.py
pyobs/interfaces/IImageGrabber.py
pyobs/interfaces/IImageType.py
pyobs/interfaces/ILatLon.py
pyobs/interfaces/IModule.py
pyobs/interfaces/IMotion.py
pyobs/interfaces/IOffsetsAltAz.py
pyobs/interfaces/IOffsetsRaDec.py
pyobs/interfaces/IPointingAltAz.py
pyobs/interfaces/IPointingHGS.py
pyobs/interfaces/IPointingRaDec.py
pyobs/interfaces/IPointingSeries.py
pyobs/interfaces/IReady.py
pyobs/interfaces/IRoof.py
pyobs/interfaces/IRotation.py
pyobs/interfaces/IRunnable.py
pyobs/interfaces/IRunning.py
pyobs/interfaces/IScriptRunner.py
pyobs/interfaces/IStartStop.py
pyobs/interfaces/ISyncTarget.py
pyobs/interfaces/ITelescope.py
pyobs/interfaces/ITemperatures.py
pyobs/interfaces/IVideo.py
pyobs/interfaces/IWeather.py
pyobs/interfaces/IWindow.py
pyobs/interfaces/__init__.py
pyobs/interfaces/interface.py
pyobs/interfaces/proxies/IAbortableProxy.py
pyobs/interfaces/proxies/IAcquisitionProxy.py
pyobs/interfaces/proxies/IAutoFocusProxy.py
pyobs/interfaces/proxies/IAutoGuidingProxy.py
pyobs/interfaces/proxies/IAutonomousProxy.py
pyobs/interfaces/proxies/IBinningProxy.py
pyobs/interfaces/proxies/ICalibrateProxy.py
pyobs/interfaces/proxies/ICameraProxy.py
pyobs/interfaces/proxies/IConfigProxy.py
pyobs/interfaces/proxies/ICoolingProxy.py
pyobs/interfaces/proxies/IDomeProxy.py
pyobs/interfaces/proxies/IExposureTimeProxy.py
pyobs/interfaces/proxies/IFiltersProxy.py
pyobs/interfaces/proxies/IFitsHeaderAfterProxy.py
pyobs/interfaces/proxies/IFitsHeaderBeforeProxy.py
pyobs/interfaces/proxies/IFlatFieldProxy.py
pyobs/interfaces/proxies/IFocusModelProxy.py
pyobs/interfaces/proxies/IFocuserProxy.py
pyobs/interfaces/proxies/IImageFormatProxy.py
pyobs/interfaces/proxies/IImageGrabberProxy.py
pyobs/interfaces/proxies/IImageTypeProxy.py
pyobs/interfaces/proxies/ILatLonProxy.py
pyobs/interfaces/proxies/IModuleProxy.py
pyobs/interfaces/proxies/IMotionProxy.py
pyobs/interfaces/proxies/IOffsetsAltAzProxy.py
pyobs/interfaces/proxies/IOffsetsRaDecProxy.py
pyobs/interfaces/proxies/IPointingAltAzProxy.py
pyobs/interfaces/proxies/IPointingHGSProxy.py
pyobs/interfaces/proxies/IPointingRaDecProxy.py
pyobs/interfaces/proxies/IPointingSeriesProxy.py
pyobs/interfaces/proxies/IReadyProxy.py
pyobs/interfaces/proxies/IRoofProxy.py
pyobs/interfaces/proxies/IRotationProxy.py
pyobs/interfaces/proxies/IRunnableProxy.py
pyobs/interfaces/proxies/IRunningProxy.py
pyobs/interfaces/proxies/IScriptRunnerProxy.py
pyobs/interfaces/proxies/IStartStopProxy.py
pyobs/interfaces/proxies/ISyncTargetProxy.py
pyobs/interfaces/proxies/ITelescopeProxy.py
pyobs/interfaces/proxies/ITemperaturesProxy.py
pyobs/interfaces/proxies/IVideoProxy.py
pyobs/interfaces/proxies/IWeatherProxy.py
pyobs/interfaces/proxies/IWindowProxy.py
pyobs/interfaces/proxies/__init__.py
pyobs/interfaces/proxies/interfaceproxy.py
pyobs/mixins/__init__.py
pyobs/mixins/camerasettings.py
pyobs/mixins/fitsnamespace.py
pyobs/mixins/follow.py
pyobs/mixins/imagegrabber.py
pyobs/mixins/motionstatus.py
pyobs/mixins/pipeline.py
pyobs/mixins/waitformotion.py
pyobs/mixins/weatheraware.py
pyobs/modules/__init__.py
pyobs/modules/module.py
pyobs/modules/camera/__init__.py
pyobs/modules/camera/adaptive.py
pyobs/modules/camera/basecamera.py
pyobs/modules/camera/basevideo.py
pyobs/modules/camera/dummycamera.py
pyobs/modules/flatfield/__init__.py
pyobs/modules/flatfield/flatfield.py
pyobs/modules/flatfield/pointing.py
pyobs/modules/flatfield/scheduler.py
pyobs/modules/focus/__init__.py
pyobs/modules/focus/focusmodel.py
pyobs/modules/focus/focusseries.py
pyobs/modules/focus/projection.py
pyobs/modules/image/__init__.py
pyobs/modules/image/imagewatcher.py
pyobs/modules/image/imagewriter.py
pyobs/modules/image/onlinereduction.py
pyobs/modules/image/seeing.py
pyobs/modules/pointing/__init__.py
pyobs/modules/pointing/_base.py
pyobs/modules/pointing/_baseguiding.py
pyobs/modules/pointing/acquisition.py
pyobs/modules/pointing/autoguiding.py
pyobs/modules/pointing/dummyacquisition.py
pyobs/modules/pointing/dummyguiding.py
pyobs/modules/pointing/scienceframeguiding.py
pyobs/modules/robotic/__init__.py
pyobs/modules/robotic/mastermind.py
pyobs/modules/robotic/pointing.py
pyobs/modules/robotic/scheduler.py
pyobs/modules/roof/__init__.py
pyobs/modules/roof/basedome.py
pyobs/modules/roof/baseroof.py
pyobs/modules/roof/dummyroof.py
pyobs/modules/telescope/__init__.py
pyobs/modules/telescope/basetelescope.py
pyobs/modules/telescope/dummytelescope.py
pyobs/modules/test/__init__.py
pyobs/modules/test/standalone.py
pyobs/modules/utils/__init__.py
pyobs/modules/utils/autonomouswarning.py
pyobs/modules/utils/fluentlogger.py
pyobs/modules/utils/httpfilecache.py
pyobs/modules/utils/kiosk.py
pyobs/modules/utils/telegram.py
pyobs/modules/utils/trigger.py
pyobs/modules/weather/__init__.py
pyobs/modules/weather/weather.py
pyobs/robotic/__init__.py
pyobs/robotic/task.py
pyobs/robotic/taskarchive.py
pyobs/robotic/lco/__init__.py
pyobs/robotic/lco/autofocus.py
pyobs/robotic/lco/default.py
pyobs/robotic/lco/script.py
pyobs/robotic/lco/task.py
pyobs/robotic/lco/taskarchive.py
pyobs/robotic/scripts/__init__.py
pyobs/robotic/scripts/script.py
pyobs/robotic/scripts/skyflats.py
pyobs/utils/__init__.py
pyobs/utils/average.py
pyobs/utils/cache.py
pyobs/utils/config.py
pyobs/utils/curvefit.py
pyobs/utils/enums.py
pyobs/utils/fits.py
pyobs/utils/grids.py
pyobs/utils/http.py
pyobs/utils/logger.py
pyobs/utils/modulegui.py
pyobs/utils/pid.py
pyobs/utils/time.py
pyobs/utils/types.py
pyobs/utils/archive/__init__.py
pyobs/utils/archive/archive.py
pyobs/utils/archive/pyobs_archive.py
pyobs/utils/focusseries/__init__.py
pyobs/utils/focusseries/base.py
pyobs/utils/focusseries/photometry.py
pyobs/utils/focusseries/projection.py
pyobs/utils/offsets/__init__.py
pyobs/utils/offsets/applyaltazoffsets.py
pyobs/utils/offsets/applyoffsets.py
pyobs/utils/offsets/applyradecoffsets.py
pyobs/utils/pipeline/__init__.py
pyobs/utils/pipeline/night.py
pyobs/utils/pipeline/pipeline.py
pyobs/utils/publisher/__init__.py
pyobs/utils/publisher/csv.py
pyobs/utils/publisher/http.py
pyobs/utils/publisher/log.py
pyobs/utils/publisher/multi.py
pyobs/utils/publisher/publisher.py
pyobs/utils/simulation/__init__.py
pyobs/utils/simulation/camera.py
pyobs/utils/simulation/telescope.py
pyobs/utils/simulation/world.py
pyobs/utils/skyflats/__init__.py
pyobs/utils/skyflats/exptimeeval.py
pyobs/utils/skyflats/flatfielder.py
pyobs/utils/skyflats/scheduler.py
pyobs/utils/skyflats/pointing/__init__.py
pyobs/utils/skyflats/pointing/base.py
pyobs/utils/skyflats/pointing/static.py
pyobs/utils/skyflats/priorities/__init__.py
pyobs/utils/skyflats/priorities/archive.py
pyobs/utils/skyflats/priorities/base.py
pyobs/utils/skyflats/priorities/const.py
pyobs/utils/threads/__init__.py
pyobs/utils/threads/checkabort.py
pyobs/utils/threads/future.py
pyobs/utils/threads/lockwithabort.py
pyobs/utils/threads/threadwithreturnvalue.py
pyobs/vfs/__init__.py
pyobs/vfs/archivefile.py
pyobs/vfs/httpfile.py
pyobs/vfs/localfile.py
pyobs/vfs/memfile.py
pyobs/vfs/sshfile.py
pyobs/vfs/tempfile.py
pyobs/vfs/vfs.py
pyobs/vfs/filelists/__init__.py
pyobs/vfs/filelists/filelist.py
pyobs/vfs/filelists/testing.py
pyobs_core.egg-info/PKG-INFO
pyobs_core.egg-info/SOURCES.txt
pyobs_core.egg-info/dependency_links.txt
pyobs_core.egg-info/entry_points.txt
pyobs_core.egg-info/requires.txt
pyobs_core.egg-info/top_level.txt