├── .dir-locals.el ├── .gitignore ├── .gitlab-ci.yml ├── .travis.yml ├── AUTHORS ├── COPYING ├── COPYING.LESSER ├── ChangeLog ├── FAQ ├── INSTALL ├── INSTALL.alta ├── INSTALL.andor ├── INSTALL.arc ├── INSTALL.comedi ├── INSTALL.fli ├── INSTALL.gpib ├── INSTALL.miccd ├── INSTALL.paramount ├── INSTALL.sbig ├── Makefile.am ├── NEWS ├── README.cygwin ├── README.cz ├── README.indi ├── README.md ├── RUN ├── VERSION ├── acinclude.m4 ├── autogen.sh ├── bbhtml ├── index.html ├── schedule.html └── script.js ├── checks ├── Makefile.am ├── altaz_check ├── altaztest.cpp ├── altaztest.h ├── check_altaz.cpp ├── check_crc16.cpp ├── check_dut1.cpp ├── check_expander.cpp ├── check_flats ├── check_gem_hko.cpp ├── check_gem_mlo.cpp ├── check_gpointmodel.cpp ├── check_message.cpp ├── check_pid.cpp ├── check_ppoly.cpp ├── check_python_bsc ├── check_python_gpoint_altaz ├── check_python_gpoint_gem ├── check_python_libnova ├── check_python_mpcephem ├── check_python_rts2 ├── check_rtsapi ├── check_sep.cpp ├── check_sgp4.cpp ├── check_tel_corr.cpp ├── check_timestamp.cpp ├── check_tle.cpp ├── check_utils.h ├── data │ ├── Makefile.am │ ├── finals2000A.daily │ ├── fram.fits │ ├── image.fits │ └── mpecephem_ida ├── flat_multi ├── flat_single ├── gemtest.cpp ├── gemtest.h ├── gpoint_in_altaz ├── gpoint_in_gem ├── gpoint_template └── rts2.ini ├── conf ├── Makefile.am ├── camd_restart ├── centrald ├── constraints ├── constraints.xsd ├── createvalues ├── cronos ├── cronos.xsd ├── devices ├── dome_timeout ├── event.d │ ├── Makefile.am │ ├── dome_closed │ └── dome_opened ├── events ├── events.xsd ├── fitstemplate.ini ├── horizon_flat_19_flip.txt ├── logrotate │ ├── Makefile.am │ ├── logrotate-rts2 │ └── logrotate-rts2.conf.in ├── para_restart ├── rts2.ini ├── rts2.service.in ├── rts2@.service.in ├── rts2pa │ └── rts2pa.cfg ├── rts2saf │ ├── cup.modefile │ ├── f0.modefile │ ├── rts2saf-sex.cfg │ ├── rts2saf-sex.nnw │ └── rts2saf.cfg ├── schedule ├── schedule.xsd ├── sd ├── services ├── templates.rts2 ├── test-example └── ticket.xsd ├── configure.ac ├── configure.scan ├── contrib ├── Makefile.am └── rts2af_fit_focus.C ├── doc ├── Makefile.am ├── database.txt ├── doxyfile.in ├── protocol.bin ├── protocol.txt ├── rts2fits.txt ├── uc │ └── user_authentification.html ├── uidesign.html └── xmlrpc │ └── rts2.user.login.html ├── html ├── Makefile.am ├── engine │ ├── _crap │ │ ├── asynchronous.js │ │ └── rtsui.js │ ├── class.apiLoader.js │ ├── class.slot.js │ ├── class.workbench.js │ ├── config.server.js │ ├── config.site.js │ ├── inc.commons.js │ ├── inc.datetime.js │ ├── lib │ │ ├── JSCompressor.php │ │ ├── JavaScriptPacker.php │ │ ├── cal.html │ │ ├── example-full.html │ │ ├── img │ │ │ ├── aqua_dayDown.gif │ │ │ ├── aqua_dayNormal.gif │ │ │ ├── aqua_dayOver.gif │ │ │ ├── armygreen_dayDown.gif │ │ │ ├── armygreen_dayNormal.gif │ │ │ ├── armygreen_dayOver.gif │ │ │ ├── bananasplit_dayDown.gif │ │ │ ├── bananasplit_dayNormal.gif │ │ │ ├── bananasplit_dayOver.gif │ │ │ ├── beige_dayDown.gif │ │ │ ├── beige_dayNormal.gif │ │ │ ├── beige_dayOver.gif │ │ │ ├── boxBottomLeftCorner.png │ │ │ ├── boxBottomRightCorner.png │ │ │ ├── boxSideWallPx.gif │ │ │ ├── boxSideWallPx.png │ │ │ ├── boxTopLeftCorner.png │ │ │ ├── boxTopPx.gif │ │ │ ├── boxTopPx.png │ │ │ ├── boxTopRightCorner.png │ │ │ ├── closeButton_down.gif │ │ │ ├── closeButton_normal.gif │ │ │ ├── closeButton_over.gif │ │ │ ├── deepblue_dayDown.gif │ │ │ ├── deepblue_dayNormal.gif │ │ │ ├── deepblue_dayOver.gif │ │ │ ├── greenish_dayDown.gif │ │ │ ├── greenish_dayNormal.gif │ │ │ ├── greenish_dayOver.gif │ │ │ ├── lightgreen_dayDown.gif │ │ │ ├── lightgreen_dayNormal.gif │ │ │ ├── lightgreen_dayOver.gif │ │ │ ├── monthBackward_down.gif │ │ │ ├── monthBackward_normal.gif │ │ │ ├── monthBackward_over.gif │ │ │ ├── monthForward_down.gif │ │ │ ├── monthForward_normal.gif │ │ │ ├── monthForward_over.gif │ │ │ ├── ocean_blue_dayDown.gif │ │ │ ├── ocean_blue_dayNormal.gif │ │ │ ├── ocean_blue_dayOver.gif │ │ │ ├── orange_dayDown.gif │ │ │ ├── orange_dayNormal.gif │ │ │ ├── orange_dayOver.gif │ │ │ ├── peppermint_dayDown.gif │ │ │ ├── peppermint_dayNormal.gif │ │ │ ├── peppermint_dayOver.gif │ │ │ ├── pink_dayDown.gif │ │ │ ├── pink_dayNormal.gif │ │ │ ├── pink_dayOver.gif │ │ │ ├── purple_dayDown.gif │ │ │ ├── purple_dayNormal.gif │ │ │ ├── purple_dayOver.gif │ │ │ ├── torqoise_dayDown.gif │ │ │ ├── torqoise_dayNormal.gif │ │ │ ├── torqoise_dayOver.gif │ │ │ ├── yearBackward_down.gif │ │ │ ├── yearBackward_normal.gif │ │ │ ├── yearBackward_over.gif │ │ │ ├── yearForward_down.gif │ │ │ ├── yearForward_normal.gif │ │ │ └── yearForward_over.gif │ │ ├── jsDatePick.css │ │ └── jsDatePick.js │ ├── module.daySelector.js │ ├── module.finFilter.js │ ├── module.finishedList.js │ ├── module.general.js │ ├── module.login.js │ ├── module.nightMap.js │ ├── module.table.js │ ├── module.tarFilter.js │ ├── module.targetList.js │ └── module.targetPreview.js ├── gfx │ ├── ajax-loader.gif │ ├── bg.gif │ ├── bg2.gif │ ├── calendar │ │ ├── aqua_dayDown.gif │ │ ├── aqua_dayNormal.gif │ │ ├── aqua_dayOver.gif │ │ ├── armygreen_dayDown.gif │ │ ├── armygreen_dayNormal.gif │ │ ├── armygreen_dayOver.gif │ │ ├── bananasplit_dayDown.gif │ │ ├── bananasplit_dayNormal.gif │ │ ├── bananasplit_dayOver.gif │ │ ├── beige_dayDown.gif │ │ ├── beige_dayNormal.gif │ │ ├── beige_dayOver.gif │ │ ├── boxBottomLeftCorner.png │ │ ├── boxBottomRightCorner.png │ │ ├── boxSideWallPx.gif │ │ ├── boxSideWallPx.png │ │ ├── boxTopLeftCorner.png │ │ ├── boxTopPx.gif │ │ ├── boxTopPx.png │ │ ├── boxTopRightCorner.png │ │ ├── closeButton_down.gif │ │ ├── closeButton_normal.gif │ │ ├── closeButton_over.gif │ │ ├── deepblue_dayDown.gif │ │ ├── deepblue_dayNormal.gif │ │ ├── deepblue_dayOver.gif │ │ ├── greenish_dayDown.gif │ │ ├── greenish_dayNormal.gif │ │ ├── greenish_dayOver.gif │ │ ├── lightgreen_dayDown.gif │ │ ├── lightgreen_dayNormal.gif │ │ ├── lightgreen_dayOver.gif │ │ ├── monthBackward_down.gif │ │ ├── monthBackward_normal.gif │ │ ├── monthBackward_over.gif │ │ ├── monthForward_down.gif │ │ ├── monthForward_normal.gif │ │ ├── monthForward_over.gif │ │ ├── ocean_blue_dayDown.gif │ │ ├── ocean_blue_dayNormal.gif │ │ ├── ocean_blue_dayOver.gif │ │ ├── orange_dayDown.gif │ │ ├── orange_dayNormal.gif │ │ ├── orange_dayOver.gif │ │ ├── peppermint_dayDown.gif │ │ ├── peppermint_dayNormal.gif │ │ ├── peppermint_dayOver.gif │ │ ├── pink_dayDown.gif │ │ ├── pink_dayNormal.gif │ │ ├── pink_dayOver.gif │ │ ├── purple_dayDown.gif │ │ ├── purple_dayNormal.gif │ │ ├── purple_dayOver.gif │ │ ├── torqoise_dayDown.gif │ │ ├── torqoise_dayNormal.gif │ │ ├── torqoise_dayOver.gif │ │ ├── yearBackward_down.gif │ │ ├── yearBackward_normal.gif │ │ ├── yearBackward_over.gif │ │ ├── yearForward_down.gif │ │ ├── yearForward_normal.gif │ │ └── yearForward_over.gif │ ├── icons │ │ ├── astro.png │ │ ├── calendar.png │ │ ├── close.png │ │ ├── edit.png │ │ ├── editor.png │ │ ├── find.png │ │ ├── finished.png │ │ ├── help.png │ │ ├── images.png │ │ ├── info.png │ │ ├── label.png │ │ ├── list.png │ │ ├── login.png │ │ ├── map.png │ │ ├── plan.png │ │ ├── setup.png │ │ └── solo.png │ └── logo.png ├── style │ ├── jsDatePick.css │ └── style.css └── ui.html ├── include ├── #command.h# ├── Axisd.hpp ├── Makefile.am ├── OakFeatureReports.h ├── OakHidBase.h ├── altaz.h ├── app.h ├── askchoice.h ├── bbstatus.h ├── block.h ├── camd.h ├── catd.h ├── centralstate.h ├── cliapp.h ├── clicupola.h ├── client.h ├── clirotator.h ├── command.h ├── compat │ └── osx │ │ └── compat.h ├── configuration.h ├── connection.h ├── connection │ ├── Makefile.am │ ├── apm.h │ ├── bait.h │ ├── conngpib.h │ ├── conngpibenet.h │ ├── conngpiblinux.h │ ├── conngpibprologix.h │ ├── conngpibserial.h │ ├── connscpi.h │ ├── ethernet.h │ ├── ford.h │ ├── fork.h │ ├── modbus.h │ ├── opentpl.h │ ├── remotes.h │ ├── serial.h │ ├── sitech.h │ ├── tcp.h │ ├── tcsng.h │ ├── tgdrive.h │ ├── thorlabs.h │ └── udp.h ├── connnosend.h ├── connnotify.h ├── connuser.h ├── constsitech.h ├── counted_ptr.h ├── cupola.h ├── daemon.h ├── data.h ├── devclient.h ├── device.h ├── dirsupport.h ├── displayvalue.h ├── dome.h ├── domeford.h ├── door_vermes.h ├── dut1.h ├── error.h ├── event.h ├── expander.h ├── expression.h ├── filterd.h ├── focusd.h ├── fork.h ├── gem.h ├── getaddrinfo.h ├── getopt_own.h ├── gpointmodel.h ├── gtp │ ├── Makefile.am │ ├── Point.hpp │ ├── Vector.h │ └── ppoly.h ├── hoststring.h ├── imgdisplay.h ├── imghdr.h ├── infoval.h ├── iniparser.h ├── json.hpp ├── libnova_cpp.h ├── logstream.h ├── message.h ├── mirror.h ├── multidev.h ├── nan.h ├── networkaddress.h ├── nimotion.h ├── object.h ├── objectcheck.h ├── option.h ├── phot.h ├── pid.h ├── pluto │ ├── Makefile.am │ ├── norad.h │ ├── norad_in.h │ └── observe.h ├── radecparser.h ├── riseset.h ├── rotad.h ├── rts2.h ├── rts2db │ ├── Makefile.am │ ├── account.h │ ├── accountset.h │ ├── appdb.h │ ├── camlist.h │ ├── constraints.h │ ├── devicedb.h │ ├── imageset.h │ ├── imagesetstat.h │ ├── labellist.h │ ├── labels.h │ ├── messagedb.h │ ├── mpectarget.h │ ├── observation.h │ ├── observationset.h │ ├── plan.h │ ├── planset.h │ ├── queues.h │ ├── records.h │ ├── recordsavg.h │ ├── recvals.h │ ├── rts2count.h │ ├── schedule.h │ ├── scriptcommands.h │ ├── simbadtargetdb.h │ ├── sqlcolumn.h │ ├── sqlerror.h │ ├── target.h │ ├── target_auger.h │ ├── targetell.h │ ├── targetgrb.h │ ├── targetres.h │ ├── targetset.h │ ├── taruser.h │ ├── timelog.h │ ├── tletarget.h │ ├── user.h │ └── userset.h ├── rts2fits │ ├── Makefile.am │ ├── appdbimage.h │ ├── appimage.h │ ├── cameraimage.h │ ├── channel.h │ ├── dbfilters.h │ ├── devclifoc.h │ ├── devcliimg.h │ ├── fitsfile.h │ ├── image.h │ └── imagedb.h ├── rts2format.h ├── rts2json │ ├── Makefile.am │ ├── addtargetreq.h │ ├── altaz.h │ ├── altplot.h │ ├── asyncapi.h │ ├── bsc.h │ ├── directory.h │ ├── expandstrings.h │ ├── httpreq.h │ ├── httpserver.h │ ├── images.h │ ├── imgpreview.h │ ├── jsondb.h │ ├── jsonvalue.h │ ├── libcss.h │ ├── libjavascript.h │ ├── nightdur.h │ ├── nightreq.h │ ├── obsreq.h │ ├── plot.h │ └── targetreq.h ├── rts2lx200 │ ├── Makefile.am │ ├── hms.h │ ├── pier-collision.h │ ├── tellx200.h │ └── tellx200gps.h ├── rts2scheduler │ ├── Makefile.am │ ├── schedbag.h │ ├── schedobs.h │ ├── schedule.h │ ├── ticket.h │ ├── ticketset.h │ └── utils.h ├── rts2script │ ├── Makefile.am │ ├── connexe.h │ ├── connimgprocess.h │ ├── connselector.h │ ├── devscript.h │ ├── element.h │ ├── elementacquire.h │ ├── elementblock.h │ ├── elementtarget.h │ ├── execcli.h │ ├── execclidb.h │ ├── executorque.h │ ├── operands.h │ ├── printtarget.h │ ├── rts2spiral.h │ ├── script.h │ ├── scriptinterface.h │ ├── scripttarget.h │ └── simulque.h ├── rts2target.h ├── scriptdevice.h ├── sensord.h ├── sensorgpib.h ├── sep │ ├── Makefile.am │ ├── extract.h │ ├── overlap.h │ ├── sep.h │ └── sepcore.h ├── serverstate.h ├── sgp4.h ├── simbadtarget.h ├── slitazimuth.h ├── status.h ├── strtk.hpp ├── strtok.h ├── teld.h ├── telmodel.h ├── timestamp.h ├── tpointmodel.h ├── tpointmodelterm.h ├── tsqueue.h ├── ucac5 │ ├── Makefile.am │ ├── UCAC5Bands.hpp │ ├── UCAC5Idx.hpp │ └── UCAC5Record.hpp ├── userlogins.h ├── userpermissions.h ├── utilsfunc.h ├── value.h ├── valuearray.h ├── valuelist.h ├── valueminmax.h ├── valuerectangle.h ├── valuestat.h ├── vermes.h ├── vermes │ ├── Makefile.am │ ├── barcodereader.h │ ├── bisync.h │ ├── move_door.h │ ├── move_to_target_az.h │ ├── oak_comm.h │ ├── serial.h │ ├── ssd650v_comm.h │ └── util.h ├── xmlerror.h └── xmlrpc++ │ ├── Makefile.am │ ├── XmlRpc.h │ ├── XmlRpcClient.h │ ├── XmlRpcDispatch.h │ ├── XmlRpcException.h │ ├── XmlRpcServer.h │ ├── XmlRpcServerConnection.h │ ├── XmlRpcServerGetRequest.h │ ├── XmlRpcServerMethod.h │ ├── XmlRpcSocket.h │ ├── XmlRpcSocketSSL.h │ ├── XmlRpcSource.h │ ├── XmlRpcUtil.h │ ├── XmlRpcValue.h │ ├── base64.h │ └── urlencoding.h ├── install-sh ├── java ├── bin │ └── rts2-jjson ├── pom.xml └── src │ ├── main │ └── java │ │ └── org │ │ └── rts2 │ │ ├── App.java │ │ ├── JSON.java │ │ └── package-info.java │ └── test │ └── java │ └── org │ └── rts2 │ └── AppTest.java ├── lib ├── Makefile.am ├── gtp │ ├── Makefile.am │ └── ppoly.cpp ├── libindi │ ├── Makefile.am │ ├── base64.c │ ├── base64.h │ ├── indiapi.h │ ├── indicom.c │ ├── indicom.h │ ├── indidevapi.h │ ├── lilxml.c │ ├── lilxml.h │ ├── rts2toindi.c │ └── rts2toindi.h ├── pluto │ ├── Makefile.am │ ├── basics.cpp │ ├── common.cpp │ ├── deep.cpp │ ├── dynamic.cpp │ ├── get_el.cpp │ ├── observe.cpp │ ├── satellit.cpp │ ├── sdp4.cpp │ ├── sdp8.cpp │ ├── sgp.cpp │ ├── sgp4.cpp │ ├── sgp8.cpp │ └── tle_out.cpp ├── rts2 │ ├── Axisd.cpp │ ├── Makefile.am │ ├── OakFeatureReports.c │ ├── OakHidBase.c │ ├── app.cpp │ ├── askchoice.cpp │ ├── block.cpp │ ├── camd.cpp │ ├── catd.cpp │ ├── centralstate.cpp │ ├── cliapp.cpp │ ├── clicupola.cpp │ ├── client.cpp │ ├── clifocuser.cpp │ ├── clifocuser.h │ ├── clirotator.cpp │ ├── cliwheel.cpp │ ├── cliwheel.h │ ├── command.cpp │ ├── configuration.cpp │ ├── connapm.cpp │ ├── connbait.cpp │ ├── connection.cpp │ ├── connepics.cpp │ ├── connepics.h │ ├── connethernet.cpp │ ├── connford.cpp │ ├── connfork.cpp │ ├── conngpib.cpp │ ├── conngpibenet.cpp │ ├── conngpiblinux.cpp │ ├── conngpibprologix.cpp │ ├── conngpibserial.cpp │ ├── connmodbus.cpp │ ├── connnosend.cpp │ ├── connnotify.cpp │ ├── connopentpl.cpp │ ├── connremotes.cpp │ ├── connscpi.cpp │ ├── connserial.cpp │ ├── connsitech.cpp │ ├── conntcp.cpp │ ├── conntcsng.cpp │ ├── connthorlabs.cpp │ ├── connudp.cpp │ ├── connuser.cpp │ ├── cupola.cpp │ ├── daemon.cpp │ ├── data.cpp │ ├── devclient.cpp │ ├── device.cpp │ ├── dirsupport.cpp │ ├── displayvalue.cpp │ ├── dome.cpp │ ├── domeford.cpp │ ├── dut1.cpp │ ├── expander.cpp │ ├── expression.cpp │ ├── filterd.cpp │ ├── focusd.cpp │ ├── getaddrinfo.c │ ├── getopt_own.c │ ├── hoststring.cpp │ ├── iniparser.cpp │ ├── libnova_cpp.cpp │ ├── logstream.cpp │ ├── message.cpp │ ├── mirror.cpp │ ├── multidev.cpp │ ├── nan.c │ ├── networkaddress.cpp │ ├── nimotion.c │ ├── objectcheck.cpp │ ├── option.cpp │ ├── phot.cpp │ ├── pid.cpp │ ├── radecparser.cpp │ ├── riseset.cpp │ ├── rotad.cpp │ ├── rts2format.cpp │ ├── rts2target.cpp │ ├── scriptdevice.cpp │ ├── sensord.cpp │ ├── sensorgpib.cpp │ ├── simbadtarget.cpp │ ├── slitazimuth.c │ ├── test.ini │ ├── tgdrive.cpp │ ├── timestamp.cpp │ ├── userlogins.cpp │ ├── userpermissions.cpp │ ├── utilsfunc.cpp │ ├── value.cpp │ ├── valuearray.cpp │ ├── valueminmax.cpp │ ├── valuerectangle.cpp │ ├── valuestat.cpp │ └── vermes │ │ ├── Makefile.am │ │ ├── barcodereader.c │ │ ├── bisync.c │ │ ├── move_door.c │ │ ├── move_to_target_az.c │ │ ├── oak_comm.c │ │ ├── serial.c │ │ ├── ssd650v_comm.c │ │ └── util.c ├── rts2db │ ├── Makefile.am │ ├── account.ec │ ├── accountset.ec │ ├── appdb.ec │ ├── augerset.ec │ ├── augerset.h │ ├── camlist.ec │ ├── constraints.cpp │ ├── devicedb.ec │ ├── imageset.ec │ ├── imagesetstat.cpp │ ├── labellist.ec │ ├── labels.ec │ ├── messagedb.ec │ ├── mpectarget.cpp │ ├── observation.ec │ ├── observationset.ec │ ├── plan.ec │ ├── planset.ec │ ├── queues.ec │ ├── records.ec │ ├── recordsavg.ec │ ├── recvals.ec │ ├── rts2count.ec │ ├── rts2prop.ec │ ├── rts2prop.h │ ├── rts2targetplanet.cpp │ ├── rts2targetplanet.h │ ├── schedule.ec │ ├── simbadtargetdb.cpp │ ├── sqlcolumn.ec │ ├── sqlerror.ec │ ├── sub_targets.ec │ ├── target.ec │ ├── target_auger.ec │ ├── targetell.cpp │ ├── targetgrb.ec │ ├── targetres.cpp │ ├── targetset.ec │ ├── taruser.ec │ ├── tletarget.cpp │ ├── user.ec │ └── userset.ec ├── rts2fits │ ├── Makefile.am │ ├── cameraimage.cpp │ ├── channel.cpp │ ├── dbfilters.ec │ ├── devclifoc.cpp │ ├── devcliimg.cpp │ ├── fitsfile.cpp │ ├── image.cpp │ ├── imageastrometry.cpp │ ├── imagedb.ec │ ├── imageprocess.cpp │ └── median_filter.c ├── rts2json │ ├── Makefile.am │ ├── addtargetreq.cpp │ ├── altaz.cpp │ ├── altplot.cpp │ ├── asyncapi.cpp │ ├── directory.cpp │ ├── expandstrings.cpp │ ├── httpreq.cpp │ ├── httpserver.cpp │ ├── images.cpp │ ├── images_convert │ ├── imgpreview.cpp │ ├── jsondb.cpp │ ├── jsonvalue.cpp │ ├── libcss.cpp │ ├── libjavascript.cpp │ ├── nightdur.cpp │ ├── nightreq.cpp │ ├── obsreq.cpp │ ├── plot.cpp │ └── targetreq.cpp ├── rts2lx200 │ ├── Makefile.am │ ├── hms.c │ ├── pier-collision.cpp │ ├── tellx200.cpp │ └── tellx200gps.cpp ├── rts2scheduler │ ├── Makefile.am │ ├── schedbag.cpp │ ├── schedobs.ec │ ├── schedule.cpp │ ├── ticket.ec │ ├── ticketset.ec │ └── utils.cpp ├── rts2script │ ├── Makefile.am │ ├── connexe.cpp │ ├── connimgprocess.cpp │ ├── connselector.cpp │ ├── devscript.cpp │ ├── element.cpp │ ├── elementacquire.cpp │ ├── elementblock.cpp │ ├── elementexe.cpp │ ├── elementexe.h │ ├── elementhex.cpp │ ├── elementhex.h │ ├── elementtarget.cpp │ ├── elementwaitfor.cpp │ ├── elementwaitfor.h │ ├── execcli.cpp │ ├── execclidb.cpp │ ├── executorque.cpp │ ├── operands.cpp │ ├── printtarget.cpp │ ├── rts2spiral.cpp │ ├── script.cpp │ ├── scriptinterface.cpp │ ├── scripttarget.cpp │ └── simulque.cpp ├── rts2tel │ ├── Makefile.am │ ├── altaz.cpp │ ├── fork.cpp │ ├── gem.cpp │ ├── gpointmodel.cpp │ ├── teld.cpp │ ├── tpointmodel.cpp │ └── tpointmodelterm.cpp ├── sep │ ├── Makefile.am │ ├── analyse.c │ ├── aperture.c │ ├── aperture.i │ ├── background.c │ ├── convolve.c │ ├── deblend.c │ ├── extract.c │ ├── lutz.c │ └── util.c ├── sgp4 │ ├── Makefile.am │ ├── sgp4.cpp │ ├── sgp4unit.cpp │ └── sgp4unit.h ├── ucac5 │ ├── Makefile.am │ ├── UCAC5Bands.cpp │ ├── UCAC5Idx.cpp │ └── UCAC5Record.cpp └── xmlrpc++ │ ├── Makefile.am │ ├── XmlRpcClient.cpp │ ├── XmlRpcDispatch.cpp │ ├── XmlRpcServer.cpp │ ├── XmlRpcServerConnection.cpp │ ├── XmlRpcServerGetRequest.cpp │ ├── XmlRpcServerMethod.cpp │ ├── XmlRpcSocket.cpp │ ├── XmlRpcSocketSSL.cpp │ ├── XmlRpcSource.cpp │ ├── XmlRpcUtil.cpp │ ├── XmlRpcValue.cpp │ └── urlencoding.cpp ├── make_install.out ├── man ├── Makefile.am ├── asciidoc.conf ├── gpoint.txt ├── rts2-bb.xml ├── rts2-camd-reflex.xml ├── rts2-camd.txt ├── rts2-centrald.xml ├── rts2-device.xml ├── rts2-dome.xml ├── rts2-executor.xml ├── rts2-focusc.xml ├── rts2-focusd.xml ├── rts2-grbd.xml ├── rts2-horizon.xml ├── rts2-httpd.txt ├── rts2-image.xml ├── rts2-imgproc.xml ├── rts2-logd.xml ├── rts2-logger.xml ├── rts2-mon.xml ├── rts2-moodd.xml ├── rts2-newtarget.xml ├── rts2-nightreport.xml ├── rts2-plan.xml ├── rts2-queue.xml ├── rts2-rotad.txt ├── rts2-scriptexec.txt ├── rts2-scriptor.xml ├── rts2-selector.xml ├── rts2-seltest.xml ├── rts2-sensor-aag.xml ├── rts2-sensor-apcups.xml ├── rts2-sensor-mrakomer.xml ├── rts2-sensor-system.xml ├── rts2-simbadinfo.xml ├── rts2-talker.xml ├── rts2-target.xml ├── rts2-targetinfo.xml ├── rts2-targetlist.xml ├── rts2-teld-sitech-gem.xml ├── rts2-teld.xml ├── rts2-telescope-model.xml ├── rts2-telmodeltest.xml ├── rts2-test.txt ├── rts2-tpm.xml ├── rts2-user.xml ├── rts2-xfocusc.xml ├── rts2-xmlrpcclient.xml ├── rts2.adoc ├── rts2.conf ├── rts2.devices.xml ├── rts2.dict ├── rts2.ent.in ├── rts2.fitskeys.xml ├── rts2.fitstemplate.xml ├── rts2.ini.xml ├── rts2.queue.xml ├── rts2.script.txt ├── rts2.target.txt ├── rts2.txt ├── rts2.valuefile.xml └── rts2pa_measurement.py.xml ├── mkinstalldirs ├── python ├── Makefile.am ├── rts2 │ ├── Makefile.am │ ├── __init__.py │ ├── altazpath.py │ ├── astrometry.py │ ├── brights.py │ ├── bsc.py │ ├── centering.py │ ├── db │ │ ├── Makefile.am │ │ ├── __init__.py │ │ ├── grb.py │ │ └── targets.py │ ├── dms.py │ ├── fits2model.py │ ├── flats.py │ ├── focusing.py │ ├── gpoint.py │ ├── imgprocess.py │ ├── iso8601.py │ ├── kmparse.py │ ├── libnova.py │ ├── logger.py │ ├── mpcephem.py │ ├── progressbar.py │ ├── queue.py │ ├── queues.py │ ├── radec.py │ ├── rtsapi.py │ ├── sat.py │ ├── scat.py │ ├── scriptcomm.py │ ├── sextractor.py │ ├── spiral.py │ ├── target.py │ └── tpvp.py ├── testalchemy.py ├── testqueues.py └── testsextractor.py ├── python3 ├── MANIFEST.in ├── README.md ├── rts2 │ ├── __init__.py │ └── scriptcomm.py └── setup.py ├── rts.dox ├── rts2-init.in ├── rts2.initd.in ├── rts2.logrotate ├── scripts ├── Makefile.am ├── acquire.py ├── atv.py ├── build-model.py ├── calib.py ├── center.py ├── dataplot.py ├── dome_target_az.py ├── dump-sitech ├── expose.py ├── flat.py ├── flwo_cat.py ├── flwo_tcs.xsl ├── fwhm.py ├── gcal.py ├── gpoint ├── guide-altaz.py ├── guide.py ├── imgp_analysis.py ├── kuiper_focus.py ├── masterflat.py ├── match.py ├── median.py ├── mosaic-combine ├── move.py ├── newtarget.py ├── plot-model.py ├── requeue.py ├── rts2-astrometry.net ├── rts2-bb-json ├── rts2-bsc-wcs ├── rts2-build-model-tool ├── rts2-build-model-verify ├── rts2-cube ├── rts2-f │ ├── astrometry.py │ ├── doauto │ ├── flats │ ├── fwhm.py │ ├── img_process │ ├── join-filter.py │ ├── rts2.defocus │ ├── rts2.findfwhm │ ├── rts2.findstar │ ├── rts2.matchwcs │ ├── rts2.tempfocus │ ├── rts2_tele_filter │ ├── run_obs │ └── systemtest.py ├── rts2-fits2gpoint ├── rts2-focusing ├── rts2-guide ├── rts2-install ├── rts2-json ├── rts2-log ├── rts2-mpec-ephems ├── rts2-parse-bsc ├── rts2-queue ├── rts2-scat ├── rts2-sextractor ├── rts2-start.in ├── rts2-stop.in ├── rts2-test ├── rts2-verify-tracking ├── rts2pa │ ├── README │ ├── rts2pa.py │ ├── rts2pa_measurement.py │ └── test │ │ ├── images │ │ └── README │ │ └── run_rts2pa_measurement.sh ├── rts2saf │ ├── Makefile.am │ ├── README │ ├── configs │ │ ├── dummy-bootes-2-autonomous │ │ │ ├── devices │ │ │ └── rts2saf.cfg │ │ ├── dummy-bootes-2 │ │ │ ├── devices │ │ │ └── rts2saf.cfg │ │ ├── hands_on │ │ │ ├── rts2saf-sex.cfg │ │ │ ├── rts2saf-sex.nnw │ │ │ └── rts2saf.cfg │ │ ├── no-filter-wheel │ │ │ ├── devices │ │ │ └── rts2saf.cfg │ │ ├── one-filter-wheel-autonomous │ │ │ ├── devices │ │ │ └── rts2saf.cfg │ │ └── one-filter-wheel │ │ │ ├── devices │ │ │ └── rts2saf.cfg │ ├── imgp │ │ └── README │ ├── rts2saf │ │ ├── Makefile.am │ │ ├── __init__.py │ │ ├── acquire.py │ │ ├── analyze.py │ │ ├── analyzeruns.py │ │ ├── checkdevices.py │ │ ├── config.py │ │ ├── createdevices.py │ │ ├── criteria_radius.py │ │ ├── data.py │ │ ├── datarun.py │ │ ├── devices.py │ │ ├── ds9region.py │ │ ├── environ.py │ │ ├── fitdisplay.py │ │ ├── fitfunction.py │ │ ├── focus.py │ │ ├── log.py │ │ ├── rts2exec.py │ │ ├── sextract.py │ │ ├── sextractor.py │ │ ├── temperaturemodel.py │ │ └── timeout.py │ ├── rts2saf_analyze.py │ ├── rts2saf_coverage.sh │ ├── rts2saf_exclusive.py │ ├── rts2saf_focus.py │ ├── rts2saf_frosted.py │ ├── rts2saf_fwhm.py │ ├── rts2saf_hands_on_examples.sh │ ├── rts2saf_imgp.py │ ├── rts2saf_reenable_exec.py │ ├── rts2saf_start.py │ ├── rts2saf_stop.py │ ├── rts2saf_unittest.py │ ├── samples │ │ └── README │ ├── samples_bootes2 │ │ └── README │ ├── sphinx │ │ ├── Makefile.sphinx │ │ ├── cmdline.rst │ │ ├── conf.py │ │ ├── configuration.rst │ │ ├── dummytesting.rst │ │ ├── execution.rst │ │ ├── index.rst │ │ ├── installation.rst │ │ ├── introduction.rst │ │ ├── moduleindex.rst │ │ ├── modules.rst │ │ ├── offline.rst │ │ └── unittest.rst │ └── unittest │ │ ├── f0.modefile │ │ ├── rts2-unittest.ini │ │ ├── rts2_environment.py │ │ ├── rts2saf │ │ ├── rts2saf-bootes-2-autonomous.cfg │ │ ├── rts2saf-bootes-2.cfg │ │ ├── rts2saf-flux.cfg │ │ ├── rts2saf-no-filter-wheel.cfg │ │ ├── rts2saf-one-filter-wheel.cfg │ │ ├── test_analyze.py │ │ ├── test_analyzeruns.py │ │ ├── test_config.py │ │ ├── test_db.py │ │ ├── test_devices.py │ │ ├── test_ds9region.py │ │ ├── test_environ.py │ │ ├── test_executables.py │ │ ├── test_fitdisplay.py │ │ ├── test_fitfunction.py │ │ ├── test_focus.py │ │ ├── test_logging.py │ │ ├── test_sextractor.py │ │ └── test_temperaturemodel.py ├── satvis ├── shiftfoc.py ├── shiftstore.py ├── subtract.py ├── systemtest.py ├── telmodel.py ├── test_focusing.py ├── u_point │ ├── README │ ├── README_demo │ ├── demo │ │ ├── sim_daytime.sh │ │ ├── sim_daytime_bright_stars.sh │ │ ├── sim_settings.sh │ │ ├── sim_settings_above_sun.sh │ │ └── sim_settings_below_sun.sh │ ├── do_it_all_dss.sh │ ├── meteo │ │ ├── meteo.py │ │ └── meteo_dome_c.py │ ├── model │ │ ├── model_base.py │ │ ├── u_altaz.py │ │ ├── u_buie.py │ │ └── u_upoint.py │ ├── rts2_script │ │ ├── sim_u_acquire_no_fetch_dss_continuous.sh │ │ ├── sim_u_acquire_plot.sh │ │ ├── u_acquire.sh │ │ ├── u_acquire_fetch_dss_continuous.sh │ │ ├── u_acquire_plot.sh │ │ └── u_acquire_settings.sh │ ├── test_coordinates.py │ ├── transform │ │ ├── u_astropy.py │ │ ├── u_libnova.py │ │ ├── u_pyephem.py │ │ ├── u_skyfield.py │ │ ├── u_sofa.py │ │ └── u_taki_san.py │ ├── u_acquire.py │ ├── u_analyze.py │ ├── u_httpd_connection.py │ ├── u_model.py │ ├── u_point │ │ ├── astrometry_3.py │ │ ├── callback.py │ │ ├── devices.py │ │ ├── httpd_connection.py │ │ ├── json_3.py │ │ ├── notify.py │ │ ├── quick_analysis.py │ │ ├── refraction.py │ │ ├── script.py │ │ ├── scriptcomm_3.py │ │ ├── sextractor_3.py │ │ ├── solver.py │ │ ├── structures.py │ │ ├── timeout.py │ │ ├── user_control.py │ │ └── worker.py │ ├── u_point_unittest.py │ ├── u_select.py │ ├── u_simulate.py │ ├── u_test_altaz.py │ └── unittest │ │ ├── f0.modefile │ │ ├── meteo │ │ ├── model │ │ ├── ref_index │ │ ├── rts2-unittest.ini │ │ ├── rts2_environment.py │ │ ├── t0.modefile │ │ ├── test_db.py │ │ ├── test_executables.py │ │ ├── transform │ │ ├── u_acquire_fetch_dss_continuous.sh │ │ ├── u_acquire_settings.sh │ │ └── u_point ├── upoint2gpoint └── xy2wcs.py ├── src ├── Makefile.am ├── README ├── axisd │ ├── Makefile.am │ └── servodrive-r272.cpp ├── bb │ ├── Makefile.am │ ├── bb.cpp │ ├── bb.h │ ├── bbapi.cpp │ ├── bbapi.h │ ├── bbconn.cpp │ ├── bbconn.h │ ├── bbdb.ec │ ├── bbdb.h │ ├── bbtasks.cpp │ ├── bbtasks.h │ ├── python │ │ ├── bb-server │ │ └── tests │ ├── schedreq.cpp │ ├── schedreq.h │ └── schedule_target.py ├── bckimages │ ├── Makefile.am │ ├── bckimages.ec │ ├── deleteimage.ec │ └── flatprocess.cpp ├── camd │ ├── Makefile.am │ ├── alta.cpp │ ├── andor.cpp │ ├── apogee.cpp │ ├── apogee │ │ ├── Apogee.h │ │ ├── ApogeeLinux.h │ │ ├── CameraIO_Linux.h │ │ ├── CameraIO_LinuxPCI.cpp │ │ └── Makefile.am │ ├── arc.cpp │ ├── asi.cpp │ ├── azcam3.cpp │ ├── ccd_msg.h │ ├── dummy.cpp │ ├── edtsao.cpp │ ├── edtsao │ │ ├── Makefile.am │ │ ├── ccdpdv.c │ │ ├── edtreg.h │ │ ├── edtswap.c │ │ ├── edtswap.h │ │ ├── interface.h │ │ ├── saoprintblk.c │ │ ├── sdv_libpdv.h │ │ ├── sdvlib.h │ │ ├── sdvpci.c │ │ ├── sdvpci.h │ │ ├── sdvsao.c │ │ ├── sleep.c │ │ └── xos.h │ ├── fli.cpp │ ├── gxccd.cpp │ ├── miccd.cpp │ ├── miniccd.cpp │ ├── miniccd_il.cpp │ ├── pi.cpp │ ├── reflex.cpp │ ├── reflex.h │ ├── reflex.rcf │ ├── sbig.cpp │ ├── si3097.cpp │ ├── si8821.cpp │ ├── si8821 │ │ ├── Makefile.am │ │ ├── si8821.h │ │ └── si_app.h │ ├── sidecar.cpp │ ├── sx.cpp │ ├── sxccd │ │ ├── Makefile.am │ │ ├── sxccdusb.cpp │ │ └── sxccdusb.h │ ├── urvc2.cpp │ ├── urvc2 │ │ ├── Makefile.am │ │ ├── camera.c │ │ ├── ccd.c │ │ ├── io.c │ │ ├── main.c │ │ ├── micro.c │ │ ├── sexif.c │ │ ├── st237.c │ │ ├── st7.c │ │ ├── tools.c │ │ ├── trk.c │ │ └── urvc.h │ └── v4l.cpp ├── catd │ ├── Makefile.am │ └── gsc.cpp ├── centrald │ ├── Makefile.am │ ├── centrald.cpp │ ├── centrald.h │ ├── moodd.cpp │ ├── stateapp.cpp │ └── test.c ├── db │ ├── Makefile.am │ ├── airmasscale.ec │ ├── appimagemanip.cpp │ ├── horizonapp.cpp │ ├── newtarget.cpp │ ├── nightreport.cpp │ ├── obsinfo.cpp │ ├── plan.txt │ ├── planapp.cpp │ ├── rts2-imageinfo │ ├── rts2targetapp.cpp │ ├── rts2targetapp.h │ ├── simbadinfo.cpp │ ├── skybot │ │ ├── Makefile.am │ │ ├── rts2skybottarget.cpp │ │ ├── rts2skybottarget.h │ │ ├── skybot.wsdl │ │ └── typemap.dat │ ├── target.cpp │ ├── targetinfo.cpp │ ├── targetlist.cpp │ ├── tpm.cpp │ ├── typemap.dat │ ├── user.cpp │ └── usernondb.cpp ├── dome │ ├── Makefile.am │ ├── ahe.cpp │ ├── ahe.h │ ├── apm.cpp │ ├── bart.cpp │ ├── bootes1a.cpp │ ├── bootes1b.cpp │ ├── bootes2.cpp │ ├── d50.cpp │ ├── dcm.cpp │ ├── ddw.cpp │ ├── door_vermes.cpp │ ├── dummy_cup.cpp │ ├── fram.cpp │ ├── ieec.cpp │ ├── mark.cpp │ ├── maxdomeii.cpp │ ├── opentpl.cpp │ ├── rts2connbufweather.cpp │ ├── rts2connbufweather.h │ ├── saao.cpp │ ├── tcsng_slit.cpp │ ├── vermes.cpp │ ├── watcher.cpp │ ├── zelio.cpp │ └── zelio │ │ ├── Makefile.am │ │ ├── fram.oregano │ │ ├── roof.desc │ │ ├── roof.zm2 │ │ ├── roof_b1a.zm2 │ │ ├── roof_b1b.zm2 │ │ ├── roof_b2.zm2 │ │ ├── roof_chase.zm2 │ │ ├── roof_fram.zm2 │ │ ├── roof_galicie2.zm2 │ │ ├── roof_simple.zm2 │ │ └── roof_watcher.zm2 ├── filterd │ ├── #fliindi.cpp# │ ├── Makefile.am │ ├── alta.cpp │ ├── apm.cpp │ ├── apm.h │ ├── dummy.cpp │ ├── fli.cpp │ ├── fliindi.cpp │ ├── fliindi_client.py │ ├── fw102c.cpp │ ├── galil.cpp │ ├── ifw.cpp │ ├── mdm.cpp │ └── mi.cpp ├── focusc │ ├── Makefile.am │ ├── foctest.cpp │ ├── focusc.cpp │ ├── focusclient.cpp │ ├── focusclient.h │ ├── xfitsimage.cpp │ ├── xfitsimage.h │ ├── xfocusc.cpp │ └── xfocusc.h ├── focusd │ ├── Makefile.am │ ├── aaf.cpp │ ├── apm.cpp │ ├── atc2.cpp │ ├── dummy.cpp │ ├── fli.cpp │ ├── flitc.cpp │ ├── mdm.cpp │ ├── mdm_bait.cpp │ ├── microfocuser.cpp │ ├── ng.cpp │ ├── nstep.cpp │ ├── opentpl.cpp │ ├── optec.cpp │ ├── planewave.cpp │ ├── pwiirf90.cpp │ ├── pwiirf90.cpp~ │ ├── robofocus.cpp │ └── tefo.cpp ├── grb │ ├── Makefile.am │ ├── augershooter.cpp │ ├── augershooter.h │ ├── conngrb.ec │ ├── conngrb.h │ ├── connshooter.ec │ ├── connshooter.h │ ├── forward.cpp │ ├── grbconst.h │ ├── grbd.cpp │ ├── grbd.h │ ├── rts2grbfw.cpp │ ├── rts2grbfw.h │ └── socket_demo.c ├── httpd │ ├── Makefile.am │ ├── api.cpp │ ├── api.h │ ├── augerreq.cpp │ ├── augerreq.h │ ├── bbapi.cpp │ ├── bbapi.h │ ├── bbapidb.h │ ├── bbserver.cpp │ ├── bbserver.h │ ├── devicesreq.cpp │ ├── devicesreq.h │ ├── emailaction.cpp │ ├── emailaction.h │ ├── events.cpp │ ├── events.h │ ├── graphreq.cpp │ ├── graphreq.h │ ├── hd.py │ ├── httpd.cpp │ ├── httpd.h │ ├── jsonclient.cpp │ ├── messageevents.cpp │ ├── messageevents.h │ ├── planreq.cpp │ ├── planreq.h │ ├── r2x.h │ ├── session.cpp │ ├── session.h │ ├── stateevents.cpp │ ├── stateevents.h │ ├── stateeventsdb.ec │ ├── switchstatereq.cpp │ ├── switchstatereq.h │ ├── valueevents.cpp │ ├── valueevents.h │ ├── valueeventsdb.ec │ ├── valueplot.cpp │ ├── valueplot.h │ ├── xmlapi.cpp │ ├── xmlapi.h │ ├── xmlrpcclient.cpp │ └── xmlstream.h ├── logger │ ├── Makefile.am │ ├── logd.cpp │ ├── logger.cpp │ ├── loggerbase.cpp │ ├── loggerbase.h │ └── test.log ├── mirror │ ├── Makefile.am │ ├── dummy.cpp │ └── fram.cpp ├── monitor │ ├── Makefile.am │ ├── cmonitor.cpp │ ├── daemonwindow.cpp │ ├── daemonwindow.h │ ├── ncomwin.cpp │ ├── ncomwin.h │ ├── ndevicewindow.cpp │ ├── ndevicewindow.h │ ├── nlayout.cpp │ ├── nlayout.h │ ├── nmenu.cpp │ ├── nmenu.h │ ├── nmonitor.cpp │ ├── nmonitor.h │ ├── nmsgbox.cpp │ ├── nmsgbox.h │ ├── nmsgwindow.cpp │ ├── nmsgwindow.h │ ├── nstatuswindow.cpp │ ├── nstatuswindow.h │ ├── nvaluebox.cpp │ ├── nvaluebox.h │ ├── nwindow.cpp │ ├── nwindow.h │ ├── nwindowedit.cpp │ ├── nwindowedit.h │ ├── talker.cpp │ └── utf8chars.h ├── multidevd │ ├── Makefile.am │ ├── apm-aux.cpp │ ├── apm-aux.h │ ├── apm-filter.cpp │ ├── apm-filter.h │ ├── apm-multidev.cpp │ ├── apm-multidev.h │ ├── sitech-focuser.cpp │ ├── sitech-focuser.h │ ├── sitech-mirror.cpp │ ├── sitech-mirror.h │ ├── sitech-multidev.cpp │ └── sitech-multidev.h ├── pgsql │ ├── Makefile.am │ ├── pg_astrolib.c │ ├── pg_wcs.c │ ├── pg_wcs2.c │ └── test.c ├── phot │ ├── Makefile.am │ ├── dummy.cpp │ ├── kernel │ │ ├── Makefile │ │ ├── phot.c │ │ └── phot.h │ ├── phot_optec.cpp │ └── ssp5.cpp ├── plan │ ├── Makefile.am │ ├── convert_pfile │ ├── executor.cpp │ ├── imgproc.cpp │ ├── marchive.cpp │ ├── process_mpc.pl │ ├── request_mpc.pl │ ├── rts2-mkdirs │ ├── rts2devcliphot.ec │ ├── rts2devcliphot.h │ ├── scriptexec.cpp │ ├── scriptexec.h │ ├── scriptor.cpp │ ├── selector.ec │ ├── selector.h │ ├── selectordev.cpp │ ├── seltest.cpp │ ├── spiraltest.cpp │ └── test_gps.sql ├── pluto │ ├── Makefile.am │ ├── obs_test.cpp │ ├── obs_test.txt │ ├── obs_test2.cpp │ ├── out_comp.cpp │ ├── sat_id.cpp │ ├── test2.cpp │ ├── test3.cpp │ ├── test_out.cpp │ └── test_sat.cpp ├── redis │ ├── Makefile.am │ ├── redis.cpp │ └── redis.h ├── rotad │ ├── #pyxis.cpp# │ ├── Makefile.am │ ├── dummy.cpp │ ├── pwiirf90r.cpp │ ├── pwiirf90r.cpp~ │ ├── pyxis.cpp │ ├── sitech-multi.cpp │ ├── sitech-multi.h │ ├── sitech-rotator.cpp │ └── sitech-rotator.h ├── scheduler │ ├── Makefile.am │ └── scheduler.cpp ├── sensord │ ├── Makefile.am │ ├── a3200.cpp │ ├── aag.cpp │ ├── aag.h │ ├── afg.cpp │ ├── agilent-e3631a.cpp │ ├── allnet.cpp │ ├── apc.cpp │ ├── apcups.cpp │ ├── arduino.cpp │ ├── aws-mlab.cpp │ ├── bart-rain.cpp │ ├── bigelow.cpp │ ├── bigng.cpp │ ├── binder.cpp │ ├── boltwood.cpp │ ├── bootes1.cpp │ ├── bootes2.cpp │ ├── brooks-356.cpp │ ├── clarity.cpp │ ├── cloud2.cpp │ ├── cloud4.cpp │ ├── colamp.cpp │ ├── colores.cpp │ ├── cpx400.cpp │ ├── cryocon.cpp │ ├── d50-wfunit.cpp │ ├── davis.cpp │ ├── davis.h │ ├── davisudp.cpp │ ├── davisudp.h │ ├── davisudpmain.cpp │ ├── ds21.cpp │ ├── dummy.cpp │ ├── dws_t5.cpp │ ├── external.cpp │ ├── flwo-me.cpp │ ├── flwo-weather.cpp │ ├── fows.cpp │ ├── fram-weather.cpp │ ├── fram-weather.h │ ├── fram.cpp │ ├── framudp.cpp │ ├── framudp.h │ ├── hygrowin.cpp │ ├── keithley-487.cpp │ ├── keithley-scpi.cpp │ ├── l150.cpp │ ├── lakeshore-325.cpp │ ├── lakeshore-330.cpp │ ├── lakeshore-340.cpp │ ├── lpnhe.cpp │ ├── mdm_bait.cpp │ ├── micropirani-925.cpp │ ├── mm2500.cpp │ ├── mrakomer.cpp │ ├── ms257.cpp │ ├── ms260.cpp │ ├── multi.cpp │ ├── newport-lamp.cpp │ ├── niratir.cpp │ ├── nut.cpp │ ├── osn.cpp │ ├── phytron.cpp │ ├── pixy.cpp │ ├── pwc-ioctl.h │ ├── pwc.cpp │ ├── reinhardt.cpp │ ├── saao.cpp │ ├── serduino │ │ └── serduino.pde │ ├── system.cpp │ ├── tbt.cpp │ ├── thermocube.cpp │ ├── thorlabs-PM100D.cpp │ ├── thorlaser.cpp │ ├── tps534-oak.c │ ├── tps534-oak.h │ ├── tps534.cpp │ └── triax.cpp ├── sql │ ├── Makefile.am │ ├── README │ ├── auger │ │ ├── Makefile.am │ │ ├── rel_0_6_0.sql │ │ ├── rel_0_6_2.sql │ │ ├── rel_0_8_0.sql │ │ ├── rel_0_8_1.sql │ │ └── stat.sql │ ├── bb │ │ ├── Makefile.am │ │ ├── create.sql │ │ └── grant.sql │ ├── blanks │ │ ├── README │ │ ├── flats │ │ └── trans.pl │ ├── create │ │ ├── Makefile.am │ │ ├── functions.sql │ │ ├── language.sql │ │ ├── tables.sql │ │ ├── typ_wcs.sql │ │ ├── typ_wcs2.sql │ │ └── views.sql │ ├── data │ │ ├── Makefile.am │ │ ├── dummy.sql │ │ ├── flats_iac.sql │ │ ├── init.sql │ │ ├── landolt.sql │ │ ├── planets.sql │ │ └── targets.sql │ ├── drop │ │ ├── Makefile.am │ │ ├── functions.sql │ │ ├── tables.sql │ │ ├── typ_wcs.sql │ │ ├── typ_wcs2.sql │ │ └── views.sql │ ├── fram │ │ └── landolts.sql │ ├── grant.sql │ ├── init_test.sql │ ├── phot │ │ ├── Makefile.am │ │ ├── phot.sql │ │ └── rts2phot.py │ ├── rts2-bbbuilddb │ ├── rts2-builddb │ ├── rts2-configdb │ ├── telma │ │ ├── Makefile.am │ │ └── users.sql │ └── update │ │ ├── Makefile.am │ │ ├── rel_0_5_1.sql │ │ ├── rel_0_5_2.sql │ │ ├── rel_0_6_0.sql │ │ ├── rel_0_6_1.sql │ │ ├── rel_0_6_2.sql │ │ ├── rel_0_7_0.sql │ │ ├── rel_0_7_1.sql │ │ ├── rel_0_7_4.sql │ │ ├── rel_0_7_5.sql │ │ ├── rel_0_8_0.sql │ │ ├── rel_0_8_1.sql │ │ ├── rel_0_9_3.sql │ │ ├── rel_0_9_5.sql │ │ ├── rel_0_9_6.sql │ │ ├── rel_1_0_0.sql │ │ ├── rel_1_0_1.sql │ │ └── wcs2.sql ├── teld │ ├── Makefile.am │ ├── apgto.cpp │ ├── apgto_pk.cpp │ ├── bait.cpp │ ├── d50.cpp │ ├── dummy.cpp │ ├── gemini.cpp │ ├── hlohovec.cpp │ ├── indibridge.cpp │ ├── irait.cpp │ ├── irait │ │ ├── Makefile.am │ │ ├── galil.cpp │ │ ├── galil.h │ │ ├── iraitenc.cpp │ │ └── iraitenc.h │ ├── kolonica.cpp │ ├── lx200.cpp │ ├── lx200focgps.cpp │ ├── lx200gps.cpp │ ├── lx200test.cpp │ ├── mdm.cpp │ ├── meade.cpp │ ├── mm2.cpp │ ├── model.test │ ├── nexstar.cpp │ ├── opentpl-errors.cpp │ ├── opentpl.cpp │ ├── paramount.cpp │ ├── planewave.cpp │ ├── sitech-altaz.cpp │ ├── sitech-gem.cpp │ ├── tcsng.cpp │ ├── telmodeltest.cpp │ └── trencin.cpp ├── thrift │ ├── Makefile.am │ ├── rts2.thrift │ ├── thrift.cpp │ └── thriftd.cpp ├── ucac5 │ ├── Makefile.am │ ├── idx.cpp │ ├── search.cpp │ └── ucac5-download └── wsd │ ├── Makefile.am │ ├── http.c │ ├── wsd.cpp │ └── wsd.h ├── stamp-h.in └── tests ├── Makefile.am ├── modelin-altaz ├── modelin-gem ├── random_pointing.py └── random_pointing.sh /.dir-locals.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/.dir-locals.el -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/.travis.yml -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/AUTHORS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/COPYING.LESSER -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/ChangeLog -------------------------------------------------------------------------------- /FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/FAQ -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL -------------------------------------------------------------------------------- /INSTALL.alta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.alta -------------------------------------------------------------------------------- /INSTALL.andor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.andor -------------------------------------------------------------------------------- /INSTALL.arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.arc -------------------------------------------------------------------------------- /INSTALL.comedi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.comedi -------------------------------------------------------------------------------- /INSTALL.fli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.fli -------------------------------------------------------------------------------- /INSTALL.gpib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.gpib -------------------------------------------------------------------------------- /INSTALL.miccd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.miccd -------------------------------------------------------------------------------- /INSTALL.paramount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.paramount -------------------------------------------------------------------------------- /INSTALL.sbig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/INSTALL.sbig -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/Makefile.am -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/NEWS -------------------------------------------------------------------------------- /README.cygwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/README.cygwin -------------------------------------------------------------------------------- /README.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/README.cz -------------------------------------------------------------------------------- /README.indi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/README.indi -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/README.md -------------------------------------------------------------------------------- /RUN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/RUN -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 0.9.4 2 | -------------------------------------------------------------------------------- /acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/acinclude.m4 -------------------------------------------------------------------------------- /autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/autogen.sh -------------------------------------------------------------------------------- /bbhtml/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/bbhtml/index.html -------------------------------------------------------------------------------- /bbhtml/schedule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/bbhtml/schedule.html -------------------------------------------------------------------------------- /bbhtml/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/bbhtml/script.js -------------------------------------------------------------------------------- /checks/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/Makefile.am -------------------------------------------------------------------------------- /checks/altaz_check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/altaz_check -------------------------------------------------------------------------------- /checks/altaztest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/altaztest.cpp -------------------------------------------------------------------------------- /checks/altaztest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/altaztest.h -------------------------------------------------------------------------------- /checks/check_altaz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_altaz.cpp -------------------------------------------------------------------------------- /checks/check_crc16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_crc16.cpp -------------------------------------------------------------------------------- /checks/check_dut1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_dut1.cpp -------------------------------------------------------------------------------- /checks/check_flats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_flats -------------------------------------------------------------------------------- /checks/check_gem_hko.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_gem_hko.cpp -------------------------------------------------------------------------------- /checks/check_gem_mlo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_gem_mlo.cpp -------------------------------------------------------------------------------- /checks/check_message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_message.cpp -------------------------------------------------------------------------------- /checks/check_pid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_pid.cpp -------------------------------------------------------------------------------- /checks/check_ppoly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_ppoly.cpp -------------------------------------------------------------------------------- /checks/check_python_bsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_python_bsc -------------------------------------------------------------------------------- /checks/check_python_rts2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_python_rts2 -------------------------------------------------------------------------------- /checks/check_rtsapi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_rtsapi -------------------------------------------------------------------------------- /checks/check_sep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_sep.cpp -------------------------------------------------------------------------------- /checks/check_sgp4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_sgp4.cpp -------------------------------------------------------------------------------- /checks/check_tle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_tle.cpp -------------------------------------------------------------------------------- /checks/check_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/check_utils.h -------------------------------------------------------------------------------- /checks/data/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/data/Makefile.am -------------------------------------------------------------------------------- /checks/data/fram.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/data/fram.fits -------------------------------------------------------------------------------- /checks/data/image.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/data/image.fits -------------------------------------------------------------------------------- /checks/flat_multi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/flat_multi -------------------------------------------------------------------------------- /checks/flat_single: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/flat_single -------------------------------------------------------------------------------- /checks/gemtest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/gemtest.cpp -------------------------------------------------------------------------------- /checks/gemtest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/gemtest.h -------------------------------------------------------------------------------- /checks/gpoint_in_altaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/gpoint_in_altaz -------------------------------------------------------------------------------- /checks/gpoint_in_gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/gpoint_in_gem -------------------------------------------------------------------------------- /checks/gpoint_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/gpoint_template -------------------------------------------------------------------------------- /checks/rts2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/checks/rts2.ini -------------------------------------------------------------------------------- /conf/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/Makefile.am -------------------------------------------------------------------------------- /conf/camd_restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/camd_restart -------------------------------------------------------------------------------- /conf/centrald: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/centrald -------------------------------------------------------------------------------- /conf/constraints: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/constraints -------------------------------------------------------------------------------- /conf/constraints.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/constraints.xsd -------------------------------------------------------------------------------- /conf/createvalues: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/createvalues -------------------------------------------------------------------------------- /conf/cronos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/cronos -------------------------------------------------------------------------------- /conf/cronos.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/cronos.xsd -------------------------------------------------------------------------------- /conf/devices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/devices -------------------------------------------------------------------------------- /conf/dome_timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/dome_timeout -------------------------------------------------------------------------------- /conf/event.d/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/event.d/Makefile.am -------------------------------------------------------------------------------- /conf/event.d/dome_closed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/event.d/dome_closed -------------------------------------------------------------------------------- /conf/event.d/dome_opened: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/event.d/dome_opened -------------------------------------------------------------------------------- /conf/events: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/events -------------------------------------------------------------------------------- /conf/events.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/events.xsd -------------------------------------------------------------------------------- /conf/fitstemplate.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/fitstemplate.ini -------------------------------------------------------------------------------- /conf/para_restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/para_restart -------------------------------------------------------------------------------- /conf/rts2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/rts2.ini -------------------------------------------------------------------------------- /conf/rts2.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/rts2.service.in -------------------------------------------------------------------------------- /conf/rts2@.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/rts2@.service.in -------------------------------------------------------------------------------- /conf/rts2pa/rts2pa.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/rts2pa/rts2pa.cfg -------------------------------------------------------------------------------- /conf/rts2saf/cup.modefile: -------------------------------------------------------------------------------- 1 | [default] 2 | 3 | moveCountTop=10 4 | -------------------------------------------------------------------------------- /conf/rts2saf/f0.modefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/rts2saf/f0.modefile -------------------------------------------------------------------------------- /conf/rts2saf/rts2saf.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/rts2saf/rts2saf.cfg -------------------------------------------------------------------------------- /conf/schedule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/schedule -------------------------------------------------------------------------------- /conf/schedule.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/schedule.xsd -------------------------------------------------------------------------------- /conf/sd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/sd -------------------------------------------------------------------------------- /conf/services: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/services -------------------------------------------------------------------------------- /conf/templates.rts2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/templates.rts2 -------------------------------------------------------------------------------- /conf/test-example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/test-example -------------------------------------------------------------------------------- /conf/ticket.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/conf/ticket.xsd -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/configure.ac -------------------------------------------------------------------------------- /configure.scan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/configure.scan -------------------------------------------------------------------------------- /contrib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/contrib/Makefile.am -------------------------------------------------------------------------------- /doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/doc/Makefile.am -------------------------------------------------------------------------------- /doc/database.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/doc/database.txt -------------------------------------------------------------------------------- /doc/doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/doc/doxyfile.in -------------------------------------------------------------------------------- /doc/protocol.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/doc/protocol.bin -------------------------------------------------------------------------------- /doc/protocol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/doc/protocol.txt -------------------------------------------------------------------------------- /doc/rts2fits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/doc/rts2fits.txt -------------------------------------------------------------------------------- /doc/uidesign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/doc/uidesign.html -------------------------------------------------------------------------------- /html/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/Makefile.am -------------------------------------------------------------------------------- /html/engine/lib/cal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/engine/lib/cal.html -------------------------------------------------------------------------------- /html/gfx/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/ajax-loader.gif -------------------------------------------------------------------------------- /html/gfx/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/bg.gif -------------------------------------------------------------------------------- /html/gfx/bg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/bg2.gif -------------------------------------------------------------------------------- /html/gfx/icons/astro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/astro.png -------------------------------------------------------------------------------- /html/gfx/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/close.png -------------------------------------------------------------------------------- /html/gfx/icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/edit.png -------------------------------------------------------------------------------- /html/gfx/icons/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/find.png -------------------------------------------------------------------------------- /html/gfx/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/help.png -------------------------------------------------------------------------------- /html/gfx/icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/info.png -------------------------------------------------------------------------------- /html/gfx/icons/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/label.png -------------------------------------------------------------------------------- /html/gfx/icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/list.png -------------------------------------------------------------------------------- /html/gfx/icons/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/login.png -------------------------------------------------------------------------------- /html/gfx/icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/map.png -------------------------------------------------------------------------------- /html/gfx/icons/plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/plan.png -------------------------------------------------------------------------------- /html/gfx/icons/setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/setup.png -------------------------------------------------------------------------------- /html/gfx/icons/solo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/icons/solo.png -------------------------------------------------------------------------------- /html/gfx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/gfx/logo.png -------------------------------------------------------------------------------- /html/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/style/style.css -------------------------------------------------------------------------------- /html/ui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/html/ui.html -------------------------------------------------------------------------------- /include/#command.h#: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/#command.h# -------------------------------------------------------------------------------- /include/Axisd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/Axisd.hpp -------------------------------------------------------------------------------- /include/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/Makefile.am -------------------------------------------------------------------------------- /include/OakHidBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/OakHidBase.h -------------------------------------------------------------------------------- /include/altaz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/altaz.h -------------------------------------------------------------------------------- /include/app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/app.h -------------------------------------------------------------------------------- /include/askchoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/askchoice.h -------------------------------------------------------------------------------- /include/bbstatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/bbstatus.h -------------------------------------------------------------------------------- /include/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/block.h -------------------------------------------------------------------------------- /include/camd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/camd.h -------------------------------------------------------------------------------- /include/catd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/catd.h -------------------------------------------------------------------------------- /include/centralstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/centralstate.h -------------------------------------------------------------------------------- /include/cliapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/cliapp.h -------------------------------------------------------------------------------- /include/clicupola.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/clicupola.h -------------------------------------------------------------------------------- /include/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/client.h -------------------------------------------------------------------------------- /include/clirotator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/clirotator.h -------------------------------------------------------------------------------- /include/command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/command.h -------------------------------------------------------------------------------- /include/configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/configuration.h -------------------------------------------------------------------------------- /include/connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/connection.h -------------------------------------------------------------------------------- /include/connection/apm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/connection/apm.h -------------------------------------------------------------------------------- /include/connection/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/connection/tcp.h -------------------------------------------------------------------------------- /include/connection/udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/connection/udp.h -------------------------------------------------------------------------------- /include/connnosend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/connnosend.h -------------------------------------------------------------------------------- /include/connnotify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/connnotify.h -------------------------------------------------------------------------------- /include/connuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/connuser.h -------------------------------------------------------------------------------- /include/constsitech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/constsitech.h -------------------------------------------------------------------------------- /include/counted_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/counted_ptr.h -------------------------------------------------------------------------------- /include/cupola.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/cupola.h -------------------------------------------------------------------------------- /include/daemon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/daemon.h -------------------------------------------------------------------------------- /include/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/data.h -------------------------------------------------------------------------------- /include/devclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/devclient.h -------------------------------------------------------------------------------- /include/device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/device.h -------------------------------------------------------------------------------- /include/dirsupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/dirsupport.h -------------------------------------------------------------------------------- /include/displayvalue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/displayvalue.h -------------------------------------------------------------------------------- /include/dome.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/dome.h -------------------------------------------------------------------------------- /include/domeford.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/domeford.h -------------------------------------------------------------------------------- /include/door_vermes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/door_vermes.h -------------------------------------------------------------------------------- /include/dut1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/dut1.h -------------------------------------------------------------------------------- /include/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/error.h -------------------------------------------------------------------------------- /include/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/event.h -------------------------------------------------------------------------------- /include/expander.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/expander.h -------------------------------------------------------------------------------- /include/expression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/expression.h -------------------------------------------------------------------------------- /include/filterd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/filterd.h -------------------------------------------------------------------------------- /include/focusd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/focusd.h -------------------------------------------------------------------------------- /include/fork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/fork.h -------------------------------------------------------------------------------- /include/gem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/gem.h -------------------------------------------------------------------------------- /include/getaddrinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/getaddrinfo.h -------------------------------------------------------------------------------- /include/getopt_own.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/getopt_own.h -------------------------------------------------------------------------------- /include/gpointmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/gpointmodel.h -------------------------------------------------------------------------------- /include/gtp/Makefile.am: -------------------------------------------------------------------------------- 1 | noinst_HEADERS = Vector.h Point.hpp ppoly.h 2 | -------------------------------------------------------------------------------- /include/gtp/Point.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/gtp/Point.hpp -------------------------------------------------------------------------------- /include/gtp/Vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/gtp/Vector.h -------------------------------------------------------------------------------- /include/gtp/ppoly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/gtp/ppoly.h -------------------------------------------------------------------------------- /include/hoststring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/hoststring.h -------------------------------------------------------------------------------- /include/imgdisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/imgdisplay.h -------------------------------------------------------------------------------- /include/imghdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/imghdr.h -------------------------------------------------------------------------------- /include/infoval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/infoval.h -------------------------------------------------------------------------------- /include/iniparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/iniparser.h -------------------------------------------------------------------------------- /include/json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/json.hpp -------------------------------------------------------------------------------- /include/libnova_cpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/libnova_cpp.h -------------------------------------------------------------------------------- /include/logstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/logstream.h -------------------------------------------------------------------------------- /include/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/message.h -------------------------------------------------------------------------------- /include/mirror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/mirror.h -------------------------------------------------------------------------------- /include/multidev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/multidev.h -------------------------------------------------------------------------------- /include/nan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/nan.h -------------------------------------------------------------------------------- /include/networkaddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/networkaddress.h -------------------------------------------------------------------------------- /include/nimotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/nimotion.h -------------------------------------------------------------------------------- /include/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/object.h -------------------------------------------------------------------------------- /include/objectcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/objectcheck.h -------------------------------------------------------------------------------- /include/option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/option.h -------------------------------------------------------------------------------- /include/phot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/phot.h -------------------------------------------------------------------------------- /include/pid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/pid.h -------------------------------------------------------------------------------- /include/pluto/norad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/pluto/norad.h -------------------------------------------------------------------------------- /include/pluto/norad_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/pluto/norad_in.h -------------------------------------------------------------------------------- /include/pluto/observe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/pluto/observe.h -------------------------------------------------------------------------------- /include/radecparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/radecparser.h -------------------------------------------------------------------------------- /include/riseset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/riseset.h -------------------------------------------------------------------------------- /include/rotad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rotad.h -------------------------------------------------------------------------------- /include/rts2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2.h -------------------------------------------------------------------------------- /include/rts2db/account.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/account.h -------------------------------------------------------------------------------- /include/rts2db/appdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/appdb.h -------------------------------------------------------------------------------- /include/rts2db/camlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/camlist.h -------------------------------------------------------------------------------- /include/rts2db/labels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/labels.h -------------------------------------------------------------------------------- /include/rts2db/plan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/plan.h -------------------------------------------------------------------------------- /include/rts2db/planset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/planset.h -------------------------------------------------------------------------------- /include/rts2db/queues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/queues.h -------------------------------------------------------------------------------- /include/rts2db/records.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/records.h -------------------------------------------------------------------------------- /include/rts2db/recvals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/recvals.h -------------------------------------------------------------------------------- /include/rts2db/target.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/target.h -------------------------------------------------------------------------------- /include/rts2db/taruser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/taruser.h -------------------------------------------------------------------------------- /include/rts2db/timelog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/timelog.h -------------------------------------------------------------------------------- /include/rts2db/user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/user.h -------------------------------------------------------------------------------- /include/rts2db/userset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2db/userset.h -------------------------------------------------------------------------------- /include/rts2fits/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2fits/image.h -------------------------------------------------------------------------------- /include/rts2format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2format.h -------------------------------------------------------------------------------- /include/rts2json/altaz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2json/altaz.h -------------------------------------------------------------------------------- /include/rts2json/bsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2json/bsc.h -------------------------------------------------------------------------------- /include/rts2json/plot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2json/plot.h -------------------------------------------------------------------------------- /include/rts2lx200/hms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2lx200/hms.h -------------------------------------------------------------------------------- /include/rts2target.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/rts2target.h -------------------------------------------------------------------------------- /include/scriptdevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/scriptdevice.h -------------------------------------------------------------------------------- /include/sensord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sensord.h -------------------------------------------------------------------------------- /include/sensorgpib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sensorgpib.h -------------------------------------------------------------------------------- /include/sep/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sep/Makefile.am -------------------------------------------------------------------------------- /include/sep/extract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sep/extract.h -------------------------------------------------------------------------------- /include/sep/overlap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sep/overlap.h -------------------------------------------------------------------------------- /include/sep/sep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sep/sep.h -------------------------------------------------------------------------------- /include/sep/sepcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sep/sepcore.h -------------------------------------------------------------------------------- /include/serverstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/serverstate.h -------------------------------------------------------------------------------- /include/sgp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/sgp4.h -------------------------------------------------------------------------------- /include/simbadtarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/simbadtarget.h -------------------------------------------------------------------------------- /include/slitazimuth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/slitazimuth.h -------------------------------------------------------------------------------- /include/status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/status.h -------------------------------------------------------------------------------- /include/strtk.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/strtk.hpp -------------------------------------------------------------------------------- /include/strtok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/strtok.h -------------------------------------------------------------------------------- /include/teld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/teld.h -------------------------------------------------------------------------------- /include/telmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/telmodel.h -------------------------------------------------------------------------------- /include/timestamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/timestamp.h -------------------------------------------------------------------------------- /include/tpointmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/tpointmodel.h -------------------------------------------------------------------------------- /include/tsqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/tsqueue.h -------------------------------------------------------------------------------- /include/userlogins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/userlogins.h -------------------------------------------------------------------------------- /include/utilsfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/utilsfunc.h -------------------------------------------------------------------------------- /include/value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/value.h -------------------------------------------------------------------------------- /include/valuearray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/valuearray.h -------------------------------------------------------------------------------- /include/valuelist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/valuelist.h -------------------------------------------------------------------------------- /include/valueminmax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/valueminmax.h -------------------------------------------------------------------------------- /include/valuerectangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/valuerectangle.h -------------------------------------------------------------------------------- /include/valuestat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/valuestat.h -------------------------------------------------------------------------------- /include/vermes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/vermes.h -------------------------------------------------------------------------------- /include/vermes/bisync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/vermes/bisync.h -------------------------------------------------------------------------------- /include/vermes/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/vermes/serial.h -------------------------------------------------------------------------------- /include/vermes/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/vermes/util.h -------------------------------------------------------------------------------- /include/xmlerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/include/xmlerror.h -------------------------------------------------------------------------------- /install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/install-sh -------------------------------------------------------------------------------- /java/bin/rts2-jjson: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | java -cp ../target org.rts2.App 3 | -------------------------------------------------------------------------------- /java/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/java/pom.xml -------------------------------------------------------------------------------- /lib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/Makefile.am -------------------------------------------------------------------------------- /lib/gtp/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/gtp/Makefile.am -------------------------------------------------------------------------------- /lib/gtp/ppoly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/gtp/ppoly.cpp -------------------------------------------------------------------------------- /lib/libindi/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/Makefile.am -------------------------------------------------------------------------------- /lib/libindi/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/base64.c -------------------------------------------------------------------------------- /lib/libindi/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/base64.h -------------------------------------------------------------------------------- /lib/libindi/indiapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/indiapi.h -------------------------------------------------------------------------------- /lib/libindi/indicom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/indicom.c -------------------------------------------------------------------------------- /lib/libindi/indicom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/indicom.h -------------------------------------------------------------------------------- /lib/libindi/indidevapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/indidevapi.h -------------------------------------------------------------------------------- /lib/libindi/lilxml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/lilxml.c -------------------------------------------------------------------------------- /lib/libindi/lilxml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/lilxml.h -------------------------------------------------------------------------------- /lib/libindi/rts2toindi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/rts2toindi.c -------------------------------------------------------------------------------- /lib/libindi/rts2toindi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/libindi/rts2toindi.h -------------------------------------------------------------------------------- /lib/pluto/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/Makefile.am -------------------------------------------------------------------------------- /lib/pluto/basics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/basics.cpp -------------------------------------------------------------------------------- /lib/pluto/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/common.cpp -------------------------------------------------------------------------------- /lib/pluto/deep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/deep.cpp -------------------------------------------------------------------------------- /lib/pluto/dynamic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/dynamic.cpp -------------------------------------------------------------------------------- /lib/pluto/get_el.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/get_el.cpp -------------------------------------------------------------------------------- /lib/pluto/observe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/observe.cpp -------------------------------------------------------------------------------- /lib/pluto/satellit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/satellit.cpp -------------------------------------------------------------------------------- /lib/pluto/sdp4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/sdp4.cpp -------------------------------------------------------------------------------- /lib/pluto/sdp8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/sdp8.cpp -------------------------------------------------------------------------------- /lib/pluto/sgp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/sgp.cpp -------------------------------------------------------------------------------- /lib/pluto/sgp4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/sgp4.cpp -------------------------------------------------------------------------------- /lib/pluto/sgp8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/sgp8.cpp -------------------------------------------------------------------------------- /lib/pluto/tle_out.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/pluto/tle_out.cpp -------------------------------------------------------------------------------- /lib/rts2/Axisd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/Axisd.cpp -------------------------------------------------------------------------------- /lib/rts2/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/Makefile.am -------------------------------------------------------------------------------- /lib/rts2/OakHidBase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/OakHidBase.c -------------------------------------------------------------------------------- /lib/rts2/app.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/app.cpp -------------------------------------------------------------------------------- /lib/rts2/askchoice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/askchoice.cpp -------------------------------------------------------------------------------- /lib/rts2/block.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/block.cpp -------------------------------------------------------------------------------- /lib/rts2/camd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/camd.cpp -------------------------------------------------------------------------------- /lib/rts2/catd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/catd.cpp -------------------------------------------------------------------------------- /lib/rts2/cliapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/cliapp.cpp -------------------------------------------------------------------------------- /lib/rts2/clicupola.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/clicupola.cpp -------------------------------------------------------------------------------- /lib/rts2/client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/client.cpp -------------------------------------------------------------------------------- /lib/rts2/clifocuser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/clifocuser.cpp -------------------------------------------------------------------------------- /lib/rts2/clifocuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/clifocuser.h -------------------------------------------------------------------------------- /lib/rts2/clirotator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/clirotator.cpp -------------------------------------------------------------------------------- /lib/rts2/cliwheel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/cliwheel.cpp -------------------------------------------------------------------------------- /lib/rts2/cliwheel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/cliwheel.h -------------------------------------------------------------------------------- /lib/rts2/command.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/command.cpp -------------------------------------------------------------------------------- /lib/rts2/connapm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connapm.cpp -------------------------------------------------------------------------------- /lib/rts2/connbait.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connbait.cpp -------------------------------------------------------------------------------- /lib/rts2/connection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connection.cpp -------------------------------------------------------------------------------- /lib/rts2/connepics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connepics.cpp -------------------------------------------------------------------------------- /lib/rts2/connepics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connepics.h -------------------------------------------------------------------------------- /lib/rts2/connford.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connford.cpp -------------------------------------------------------------------------------- /lib/rts2/connfork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connfork.cpp -------------------------------------------------------------------------------- /lib/rts2/conngpib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/conngpib.cpp -------------------------------------------------------------------------------- /lib/rts2/connmodbus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connmodbus.cpp -------------------------------------------------------------------------------- /lib/rts2/connnosend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connnosend.cpp -------------------------------------------------------------------------------- /lib/rts2/connnotify.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connnotify.cpp -------------------------------------------------------------------------------- /lib/rts2/connopentpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connopentpl.cpp -------------------------------------------------------------------------------- /lib/rts2/connremotes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connremotes.cpp -------------------------------------------------------------------------------- /lib/rts2/connscpi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connscpi.cpp -------------------------------------------------------------------------------- /lib/rts2/connserial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connserial.cpp -------------------------------------------------------------------------------- /lib/rts2/connsitech.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connsitech.cpp -------------------------------------------------------------------------------- /lib/rts2/conntcp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/conntcp.cpp -------------------------------------------------------------------------------- /lib/rts2/conntcsng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/conntcsng.cpp -------------------------------------------------------------------------------- /lib/rts2/connudp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connudp.cpp -------------------------------------------------------------------------------- /lib/rts2/connuser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/connuser.cpp -------------------------------------------------------------------------------- /lib/rts2/cupola.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/cupola.cpp -------------------------------------------------------------------------------- /lib/rts2/daemon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/daemon.cpp -------------------------------------------------------------------------------- /lib/rts2/data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/data.cpp -------------------------------------------------------------------------------- /lib/rts2/devclient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/devclient.cpp -------------------------------------------------------------------------------- /lib/rts2/device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/device.cpp -------------------------------------------------------------------------------- /lib/rts2/dirsupport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/dirsupport.cpp -------------------------------------------------------------------------------- /lib/rts2/dome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/dome.cpp -------------------------------------------------------------------------------- /lib/rts2/domeford.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/domeford.cpp -------------------------------------------------------------------------------- /lib/rts2/dut1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/dut1.cpp -------------------------------------------------------------------------------- /lib/rts2/expander.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/expander.cpp -------------------------------------------------------------------------------- /lib/rts2/expression.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/expression.cpp -------------------------------------------------------------------------------- /lib/rts2/filterd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/filterd.cpp -------------------------------------------------------------------------------- /lib/rts2/focusd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/focusd.cpp -------------------------------------------------------------------------------- /lib/rts2/getaddrinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/getaddrinfo.c -------------------------------------------------------------------------------- /lib/rts2/getopt_own.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/getopt_own.c -------------------------------------------------------------------------------- /lib/rts2/hoststring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/hoststring.cpp -------------------------------------------------------------------------------- /lib/rts2/iniparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/iniparser.cpp -------------------------------------------------------------------------------- /lib/rts2/libnova_cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/libnova_cpp.cpp -------------------------------------------------------------------------------- /lib/rts2/logstream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/logstream.cpp -------------------------------------------------------------------------------- /lib/rts2/message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/message.cpp -------------------------------------------------------------------------------- /lib/rts2/mirror.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/mirror.cpp -------------------------------------------------------------------------------- /lib/rts2/multidev.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/multidev.cpp -------------------------------------------------------------------------------- /lib/rts2/nan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/nan.c -------------------------------------------------------------------------------- /lib/rts2/nimotion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/nimotion.c -------------------------------------------------------------------------------- /lib/rts2/objectcheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/objectcheck.cpp -------------------------------------------------------------------------------- /lib/rts2/option.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/option.cpp -------------------------------------------------------------------------------- /lib/rts2/phot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/phot.cpp -------------------------------------------------------------------------------- /lib/rts2/pid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/pid.cpp -------------------------------------------------------------------------------- /lib/rts2/radecparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/radecparser.cpp -------------------------------------------------------------------------------- /lib/rts2/riseset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/riseset.cpp -------------------------------------------------------------------------------- /lib/rts2/rotad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/rotad.cpp -------------------------------------------------------------------------------- /lib/rts2/rts2format.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/rts2format.cpp -------------------------------------------------------------------------------- /lib/rts2/rts2target.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/rts2target.cpp -------------------------------------------------------------------------------- /lib/rts2/sensord.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/sensord.cpp -------------------------------------------------------------------------------- /lib/rts2/sensorgpib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/sensorgpib.cpp -------------------------------------------------------------------------------- /lib/rts2/slitazimuth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/slitazimuth.c -------------------------------------------------------------------------------- /lib/rts2/test.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/test.ini -------------------------------------------------------------------------------- /lib/rts2/tgdrive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/tgdrive.cpp -------------------------------------------------------------------------------- /lib/rts2/timestamp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/timestamp.cpp -------------------------------------------------------------------------------- /lib/rts2/userlogins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/userlogins.cpp -------------------------------------------------------------------------------- /lib/rts2/utilsfunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/utilsfunc.cpp -------------------------------------------------------------------------------- /lib/rts2/value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/value.cpp -------------------------------------------------------------------------------- /lib/rts2/valuearray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/valuearray.cpp -------------------------------------------------------------------------------- /lib/rts2/valueminmax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/valueminmax.cpp -------------------------------------------------------------------------------- /lib/rts2/valuestat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/valuestat.cpp -------------------------------------------------------------------------------- /lib/rts2/vermes/bisync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/vermes/bisync.c -------------------------------------------------------------------------------- /lib/rts2/vermes/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/vermes/serial.c -------------------------------------------------------------------------------- /lib/rts2/vermes/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2/vermes/util.c -------------------------------------------------------------------------------- /lib/rts2db/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/Makefile.am -------------------------------------------------------------------------------- /lib/rts2db/account.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/account.ec -------------------------------------------------------------------------------- /lib/rts2db/accountset.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/accountset.ec -------------------------------------------------------------------------------- /lib/rts2db/appdb.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/appdb.ec -------------------------------------------------------------------------------- /lib/rts2db/augerset.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/augerset.ec -------------------------------------------------------------------------------- /lib/rts2db/augerset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/augerset.h -------------------------------------------------------------------------------- /lib/rts2db/camlist.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/camlist.ec -------------------------------------------------------------------------------- /lib/rts2db/devicedb.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/devicedb.ec -------------------------------------------------------------------------------- /lib/rts2db/imageset.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/imageset.ec -------------------------------------------------------------------------------- /lib/rts2db/labellist.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/labellist.ec -------------------------------------------------------------------------------- /lib/rts2db/labels.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/labels.ec -------------------------------------------------------------------------------- /lib/rts2db/messagedb.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/messagedb.ec -------------------------------------------------------------------------------- /lib/rts2db/plan.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/plan.ec -------------------------------------------------------------------------------- /lib/rts2db/planset.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/planset.ec -------------------------------------------------------------------------------- /lib/rts2db/queues.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/queues.ec -------------------------------------------------------------------------------- /lib/rts2db/records.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/records.ec -------------------------------------------------------------------------------- /lib/rts2db/recordsavg.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/recordsavg.ec -------------------------------------------------------------------------------- /lib/rts2db/recvals.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/recvals.ec -------------------------------------------------------------------------------- /lib/rts2db/rts2count.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/rts2count.ec -------------------------------------------------------------------------------- /lib/rts2db/rts2prop.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/rts2prop.ec -------------------------------------------------------------------------------- /lib/rts2db/rts2prop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/rts2prop.h -------------------------------------------------------------------------------- /lib/rts2db/schedule.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/schedule.ec -------------------------------------------------------------------------------- /lib/rts2db/sqlcolumn.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/sqlcolumn.ec -------------------------------------------------------------------------------- /lib/rts2db/sqlerror.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/sqlerror.ec -------------------------------------------------------------------------------- /lib/rts2db/target.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/target.ec -------------------------------------------------------------------------------- /lib/rts2db/targetell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/targetell.cpp -------------------------------------------------------------------------------- /lib/rts2db/targetgrb.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/targetgrb.ec -------------------------------------------------------------------------------- /lib/rts2db/targetres.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/targetres.cpp -------------------------------------------------------------------------------- /lib/rts2db/targetset.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/targetset.ec -------------------------------------------------------------------------------- /lib/rts2db/taruser.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/taruser.ec -------------------------------------------------------------------------------- /lib/rts2db/tletarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/tletarget.cpp -------------------------------------------------------------------------------- /lib/rts2db/user.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/user.ec -------------------------------------------------------------------------------- /lib/rts2db/userset.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2db/userset.ec -------------------------------------------------------------------------------- /lib/rts2fits/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2fits/Makefile.am -------------------------------------------------------------------------------- /lib/rts2fits/channel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2fits/channel.cpp -------------------------------------------------------------------------------- /lib/rts2fits/image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2fits/image.cpp -------------------------------------------------------------------------------- /lib/rts2fits/imagedb.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2fits/imagedb.ec -------------------------------------------------------------------------------- /lib/rts2json/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/Makefile.am -------------------------------------------------------------------------------- /lib/rts2json/altaz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/altaz.cpp -------------------------------------------------------------------------------- /lib/rts2json/altplot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/altplot.cpp -------------------------------------------------------------------------------- /lib/rts2json/httpreq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/httpreq.cpp -------------------------------------------------------------------------------- /lib/rts2json/images.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/images.cpp -------------------------------------------------------------------------------- /lib/rts2json/jsondb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/jsondb.cpp -------------------------------------------------------------------------------- /lib/rts2json/libcss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/libcss.cpp -------------------------------------------------------------------------------- /lib/rts2json/obsreq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/obsreq.cpp -------------------------------------------------------------------------------- /lib/rts2json/plot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2json/plot.cpp -------------------------------------------------------------------------------- /lib/rts2lx200/hms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2lx200/hms.c -------------------------------------------------------------------------------- /lib/rts2tel/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2tel/Makefile.am -------------------------------------------------------------------------------- /lib/rts2tel/altaz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2tel/altaz.cpp -------------------------------------------------------------------------------- /lib/rts2tel/fork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2tel/fork.cpp -------------------------------------------------------------------------------- /lib/rts2tel/gem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2tel/gem.cpp -------------------------------------------------------------------------------- /lib/rts2tel/teld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/rts2tel/teld.cpp -------------------------------------------------------------------------------- /lib/sep/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/Makefile.am -------------------------------------------------------------------------------- /lib/sep/analyse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/analyse.c -------------------------------------------------------------------------------- /lib/sep/aperture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/aperture.c -------------------------------------------------------------------------------- /lib/sep/aperture.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/aperture.i -------------------------------------------------------------------------------- /lib/sep/background.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/background.c -------------------------------------------------------------------------------- /lib/sep/convolve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/convolve.c -------------------------------------------------------------------------------- /lib/sep/deblend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/deblend.c -------------------------------------------------------------------------------- /lib/sep/extract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/extract.c -------------------------------------------------------------------------------- /lib/sep/lutz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/lutz.c -------------------------------------------------------------------------------- /lib/sep/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sep/util.c -------------------------------------------------------------------------------- /lib/sgp4/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sgp4/Makefile.am -------------------------------------------------------------------------------- /lib/sgp4/sgp4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sgp4/sgp4.cpp -------------------------------------------------------------------------------- /lib/sgp4/sgp4unit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sgp4/sgp4unit.cpp -------------------------------------------------------------------------------- /lib/sgp4/sgp4unit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/sgp4/sgp4unit.h -------------------------------------------------------------------------------- /lib/ucac5/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/ucac5/Makefile.am -------------------------------------------------------------------------------- /lib/ucac5/UCAC5Bands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/ucac5/UCAC5Bands.cpp -------------------------------------------------------------------------------- /lib/ucac5/UCAC5Idx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/ucac5/UCAC5Idx.cpp -------------------------------------------------------------------------------- /lib/xmlrpc++/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/lib/xmlrpc++/Makefile.am -------------------------------------------------------------------------------- /make_install.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/make_install.out -------------------------------------------------------------------------------- /man/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/Makefile.am -------------------------------------------------------------------------------- /man/asciidoc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/asciidoc.conf -------------------------------------------------------------------------------- /man/gpoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/gpoint.txt -------------------------------------------------------------------------------- /man/rts2-bb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-bb.xml -------------------------------------------------------------------------------- /man/rts2-camd-reflex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-camd-reflex.xml -------------------------------------------------------------------------------- /man/rts2-camd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-camd.txt -------------------------------------------------------------------------------- /man/rts2-centrald.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-centrald.xml -------------------------------------------------------------------------------- /man/rts2-device.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-device.xml -------------------------------------------------------------------------------- /man/rts2-dome.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-dome.xml -------------------------------------------------------------------------------- /man/rts2-executor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-executor.xml -------------------------------------------------------------------------------- /man/rts2-focusc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-focusc.xml -------------------------------------------------------------------------------- /man/rts2-focusd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-focusd.xml -------------------------------------------------------------------------------- /man/rts2-grbd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-grbd.xml -------------------------------------------------------------------------------- /man/rts2-horizon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-horizon.xml -------------------------------------------------------------------------------- /man/rts2-httpd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-httpd.txt -------------------------------------------------------------------------------- /man/rts2-image.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-image.xml -------------------------------------------------------------------------------- /man/rts2-imgproc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-imgproc.xml -------------------------------------------------------------------------------- /man/rts2-logd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-logd.xml -------------------------------------------------------------------------------- /man/rts2-logger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-logger.xml -------------------------------------------------------------------------------- /man/rts2-mon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-mon.xml -------------------------------------------------------------------------------- /man/rts2-moodd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-moodd.xml -------------------------------------------------------------------------------- /man/rts2-newtarget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-newtarget.xml -------------------------------------------------------------------------------- /man/rts2-nightreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-nightreport.xml -------------------------------------------------------------------------------- /man/rts2-plan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-plan.xml -------------------------------------------------------------------------------- /man/rts2-queue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-queue.xml -------------------------------------------------------------------------------- /man/rts2-rotad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-rotad.txt -------------------------------------------------------------------------------- /man/rts2-scriptexec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-scriptexec.txt -------------------------------------------------------------------------------- /man/rts2-scriptor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-scriptor.xml -------------------------------------------------------------------------------- /man/rts2-selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-selector.xml -------------------------------------------------------------------------------- /man/rts2-seltest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-seltest.xml -------------------------------------------------------------------------------- /man/rts2-sensor-aag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-sensor-aag.xml -------------------------------------------------------------------------------- /man/rts2-simbadinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-simbadinfo.xml -------------------------------------------------------------------------------- /man/rts2-talker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-talker.xml -------------------------------------------------------------------------------- /man/rts2-target.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-target.xml -------------------------------------------------------------------------------- /man/rts2-targetinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-targetinfo.xml -------------------------------------------------------------------------------- /man/rts2-targetlist.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-targetlist.xml -------------------------------------------------------------------------------- /man/rts2-teld.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-teld.xml -------------------------------------------------------------------------------- /man/rts2-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-test.txt -------------------------------------------------------------------------------- /man/rts2-tpm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-tpm.xml -------------------------------------------------------------------------------- /man/rts2-user.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-user.xml -------------------------------------------------------------------------------- /man/rts2-xfocusc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2-xfocusc.xml -------------------------------------------------------------------------------- /man/rts2.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.adoc -------------------------------------------------------------------------------- /man/rts2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.conf -------------------------------------------------------------------------------- /man/rts2.devices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.devices.xml -------------------------------------------------------------------------------- /man/rts2.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.dict -------------------------------------------------------------------------------- /man/rts2.ent.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.ent.in -------------------------------------------------------------------------------- /man/rts2.fitskeys.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.fitskeys.xml -------------------------------------------------------------------------------- /man/rts2.ini.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.ini.xml -------------------------------------------------------------------------------- /man/rts2.queue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.queue.xml -------------------------------------------------------------------------------- /man/rts2.script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.script.txt -------------------------------------------------------------------------------- /man/rts2.target.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.target.txt -------------------------------------------------------------------------------- /man/rts2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.txt -------------------------------------------------------------------------------- /man/rts2.valuefile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/man/rts2.valuefile.xml -------------------------------------------------------------------------------- /mkinstalldirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/mkinstalldirs -------------------------------------------------------------------------------- /python/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = rts2 2 | -------------------------------------------------------------------------------- /python/rts2/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/Makefile.am -------------------------------------------------------------------------------- /python/rts2/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/__init__.py -------------------------------------------------------------------------------- /python/rts2/altazpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/altazpath.py -------------------------------------------------------------------------------- /python/rts2/brights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/brights.py -------------------------------------------------------------------------------- /python/rts2/bsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/bsc.py -------------------------------------------------------------------------------- /python/rts2/centering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/centering.py -------------------------------------------------------------------------------- /python/rts2/db/grb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/db/grb.py -------------------------------------------------------------------------------- /python/rts2/dms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/dms.py -------------------------------------------------------------------------------- /python/rts2/flats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/flats.py -------------------------------------------------------------------------------- /python/rts2/focusing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/focusing.py -------------------------------------------------------------------------------- /python/rts2/gpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/gpoint.py -------------------------------------------------------------------------------- /python/rts2/iso8601.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/iso8601.py -------------------------------------------------------------------------------- /python/rts2/kmparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/kmparse.py -------------------------------------------------------------------------------- /python/rts2/libnova.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/libnova.py -------------------------------------------------------------------------------- /python/rts2/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/logger.py -------------------------------------------------------------------------------- /python/rts2/mpcephem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/mpcephem.py -------------------------------------------------------------------------------- /python/rts2/queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/queue.py -------------------------------------------------------------------------------- /python/rts2/queues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/queues.py -------------------------------------------------------------------------------- /python/rts2/radec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/radec.py -------------------------------------------------------------------------------- /python/rts2/rtsapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/rtsapi.py -------------------------------------------------------------------------------- /python/rts2/sat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/sat.py -------------------------------------------------------------------------------- /python/rts2/scat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/scat.py -------------------------------------------------------------------------------- /python/rts2/spiral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/spiral.py -------------------------------------------------------------------------------- /python/rts2/target.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/target.py -------------------------------------------------------------------------------- /python/rts2/tpvp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/rts2/tpvp.py -------------------------------------------------------------------------------- /python/testalchemy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/testalchemy.py -------------------------------------------------------------------------------- /python/testqueues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/testqueues.py -------------------------------------------------------------------------------- /python/testsextractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python/testsextractor.py -------------------------------------------------------------------------------- /python3/MANIFEST.in: -------------------------------------------------------------------------------- 1 | include README.md 2 | -------------------------------------------------------------------------------- /python3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python3/README.md -------------------------------------------------------------------------------- /python3/rts2/__init__.py: -------------------------------------------------------------------------------- 1 | from scriptcomm import Comm 2 | -------------------------------------------------------------------------------- /python3/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/python3/setup.py -------------------------------------------------------------------------------- /rts.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/rts.dox -------------------------------------------------------------------------------- /rts2-init.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/rts2-init.in -------------------------------------------------------------------------------- /rts2.initd.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/rts2.initd.in -------------------------------------------------------------------------------- /rts2.logrotate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/rts2.logrotate -------------------------------------------------------------------------------- /scripts/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/Makefile.am -------------------------------------------------------------------------------- /scripts/acquire.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/acquire.py -------------------------------------------------------------------------------- /scripts/atv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/atv.py -------------------------------------------------------------------------------- /scripts/build-model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/build-model.py -------------------------------------------------------------------------------- /scripts/calib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/calib.py -------------------------------------------------------------------------------- /scripts/center.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/center.py -------------------------------------------------------------------------------- /scripts/dataplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/dataplot.py -------------------------------------------------------------------------------- /scripts/dump-sitech: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/dump-sitech -------------------------------------------------------------------------------- /scripts/expose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/expose.py -------------------------------------------------------------------------------- /scripts/flat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/flat.py -------------------------------------------------------------------------------- /scripts/flwo_cat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/flwo_cat.py -------------------------------------------------------------------------------- /scripts/flwo_tcs.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/flwo_tcs.xsl -------------------------------------------------------------------------------- /scripts/fwhm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/fwhm.py -------------------------------------------------------------------------------- /scripts/gcal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/gcal.py -------------------------------------------------------------------------------- /scripts/gpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/gpoint -------------------------------------------------------------------------------- /scripts/guide-altaz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/guide-altaz.py -------------------------------------------------------------------------------- /scripts/guide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/guide.py -------------------------------------------------------------------------------- /scripts/imgp_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/imgp_analysis.py -------------------------------------------------------------------------------- /scripts/kuiper_focus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/kuiper_focus.py -------------------------------------------------------------------------------- /scripts/masterflat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/masterflat.py -------------------------------------------------------------------------------- /scripts/match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/match.py -------------------------------------------------------------------------------- /scripts/median.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/median.py -------------------------------------------------------------------------------- /scripts/mosaic-combine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/mosaic-combine -------------------------------------------------------------------------------- /scripts/move.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/move.py -------------------------------------------------------------------------------- /scripts/newtarget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/newtarget.py -------------------------------------------------------------------------------- /scripts/plot-model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/plot-model.py -------------------------------------------------------------------------------- /scripts/requeue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/requeue.py -------------------------------------------------------------------------------- /scripts/rts2-bb-json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-bb-json -------------------------------------------------------------------------------- /scripts/rts2-bsc-wcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-bsc-wcs -------------------------------------------------------------------------------- /scripts/rts2-cube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-cube -------------------------------------------------------------------------------- /scripts/rts2-f/doauto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-f/doauto -------------------------------------------------------------------------------- /scripts/rts2-f/flats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-f/flats -------------------------------------------------------------------------------- /scripts/rts2-f/fwhm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-f/fwhm.py -------------------------------------------------------------------------------- /scripts/rts2-f/run_obs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-f/run_obs -------------------------------------------------------------------------------- /scripts/rts2-fits2gpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-fits2gpoint -------------------------------------------------------------------------------- /scripts/rts2-focusing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-focusing -------------------------------------------------------------------------------- /scripts/rts2-guide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-guide -------------------------------------------------------------------------------- /scripts/rts2-install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-install -------------------------------------------------------------------------------- /scripts/rts2-json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-json -------------------------------------------------------------------------------- /scripts/rts2-log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-log -------------------------------------------------------------------------------- /scripts/rts2-mpec-ephems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-mpec-ephems -------------------------------------------------------------------------------- /scripts/rts2-parse-bsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-parse-bsc -------------------------------------------------------------------------------- /scripts/rts2-queue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-queue -------------------------------------------------------------------------------- /scripts/rts2-scat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-scat -------------------------------------------------------------------------------- /scripts/rts2-sextractor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-sextractor -------------------------------------------------------------------------------- /scripts/rts2-start.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-start.in -------------------------------------------------------------------------------- /scripts/rts2-stop.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-stop.in -------------------------------------------------------------------------------- /scripts/rts2-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2-test -------------------------------------------------------------------------------- /scripts/rts2pa/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2pa/README -------------------------------------------------------------------------------- /scripts/rts2pa/rts2pa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2pa/rts2pa.py -------------------------------------------------------------------------------- /scripts/rts2saf/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/rts2saf/README -------------------------------------------------------------------------------- /scripts/rts2saf/rts2saf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/rts2saf/rts2saf_start.py: -------------------------------------------------------------------------------- 1 | ./rts2saf_exclusive.py -------------------------------------------------------------------------------- /scripts/rts2saf/rts2saf_stop.py: -------------------------------------------------------------------------------- 1 | ./rts2saf_exclusive.py -------------------------------------------------------------------------------- /scripts/rts2saf/unittest/rts2saf: -------------------------------------------------------------------------------- 1 | ../rts2saf -------------------------------------------------------------------------------- /scripts/satvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/satvis -------------------------------------------------------------------------------- /scripts/shiftfoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/shiftfoc.py -------------------------------------------------------------------------------- /scripts/shiftstore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/shiftstore.py -------------------------------------------------------------------------------- /scripts/subtract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/subtract.py -------------------------------------------------------------------------------- /scripts/systemtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/systemtest.py -------------------------------------------------------------------------------- /scripts/telmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/telmodel.py -------------------------------------------------------------------------------- /scripts/test_focusing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/test_focusing.py -------------------------------------------------------------------------------- /scripts/u_point/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/u_point/README -------------------------------------------------------------------------------- /scripts/u_point/unittest/meteo: -------------------------------------------------------------------------------- 1 | ../meteo/ -------------------------------------------------------------------------------- /scripts/u_point/unittest/model: -------------------------------------------------------------------------------- 1 | ../model -------------------------------------------------------------------------------- /scripts/u_point/unittest/ref_index: -------------------------------------------------------------------------------- 1 | ../ref_index -------------------------------------------------------------------------------- /scripts/u_point/unittest/t0.modefile: -------------------------------------------------------------------------------- 1 | [default] 2 | 3 | MOVE_FAST = 1 -------------------------------------------------------------------------------- /scripts/u_point/unittest/transform: -------------------------------------------------------------------------------- 1 | ../transform -------------------------------------------------------------------------------- /scripts/u_point/unittest/u_point: -------------------------------------------------------------------------------- 1 | ../u_point -------------------------------------------------------------------------------- /scripts/upoint2gpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/upoint2gpoint -------------------------------------------------------------------------------- /scripts/xy2wcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/scripts/xy2wcs.py -------------------------------------------------------------------------------- /src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/Makefile.am -------------------------------------------------------------------------------- /src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/README -------------------------------------------------------------------------------- /src/axisd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/axisd/Makefile.am -------------------------------------------------------------------------------- /src/bb/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/Makefile.am -------------------------------------------------------------------------------- /src/bb/bb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bb.cpp -------------------------------------------------------------------------------- /src/bb/bb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bb.h -------------------------------------------------------------------------------- /src/bb/bbapi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbapi.cpp -------------------------------------------------------------------------------- /src/bb/bbapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbapi.h -------------------------------------------------------------------------------- /src/bb/bbconn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbconn.cpp -------------------------------------------------------------------------------- /src/bb/bbconn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbconn.h -------------------------------------------------------------------------------- /src/bb/bbdb.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbdb.ec -------------------------------------------------------------------------------- /src/bb/bbdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbdb.h -------------------------------------------------------------------------------- /src/bb/bbtasks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbtasks.cpp -------------------------------------------------------------------------------- /src/bb/bbtasks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/bbtasks.h -------------------------------------------------------------------------------- /src/bb/python/bb-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/python/bb-server -------------------------------------------------------------------------------- /src/bb/python/tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/python/tests -------------------------------------------------------------------------------- /src/bb/schedreq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/schedreq.cpp -------------------------------------------------------------------------------- /src/bb/schedreq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/bb/schedreq.h -------------------------------------------------------------------------------- /src/camd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/Makefile.am -------------------------------------------------------------------------------- /src/camd/alta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/alta.cpp -------------------------------------------------------------------------------- /src/camd/andor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/andor.cpp -------------------------------------------------------------------------------- /src/camd/apogee.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/apogee.cpp -------------------------------------------------------------------------------- /src/camd/apogee/Apogee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/apogee/Apogee.h -------------------------------------------------------------------------------- /src/camd/arc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/arc.cpp -------------------------------------------------------------------------------- /src/camd/asi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/asi.cpp -------------------------------------------------------------------------------- /src/camd/azcam3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/azcam3.cpp -------------------------------------------------------------------------------- /src/camd/ccd_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/ccd_msg.h -------------------------------------------------------------------------------- /src/camd/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/dummy.cpp -------------------------------------------------------------------------------- /src/camd/edtsao.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao.cpp -------------------------------------------------------------------------------- /src/camd/edtsao/ccdpdv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/ccdpdv.c -------------------------------------------------------------------------------- /src/camd/edtsao/edtreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/edtreg.h -------------------------------------------------------------------------------- /src/camd/edtsao/sdvlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/sdvlib.h -------------------------------------------------------------------------------- /src/camd/edtsao/sdvpci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/sdvpci.c -------------------------------------------------------------------------------- /src/camd/edtsao/sdvpci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/sdvpci.h -------------------------------------------------------------------------------- /src/camd/edtsao/sdvsao.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/sdvsao.c -------------------------------------------------------------------------------- /src/camd/edtsao/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/sleep.c -------------------------------------------------------------------------------- /src/camd/edtsao/xos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/edtsao/xos.h -------------------------------------------------------------------------------- /src/camd/fli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/fli.cpp -------------------------------------------------------------------------------- /src/camd/gxccd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/gxccd.cpp -------------------------------------------------------------------------------- /src/camd/miccd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/miccd.cpp -------------------------------------------------------------------------------- /src/camd/miniccd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/miniccd.cpp -------------------------------------------------------------------------------- /src/camd/miniccd_il.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/miniccd_il.cpp -------------------------------------------------------------------------------- /src/camd/pi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/pi.cpp -------------------------------------------------------------------------------- /src/camd/reflex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/reflex.cpp -------------------------------------------------------------------------------- /src/camd/reflex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/reflex.h -------------------------------------------------------------------------------- /src/camd/reflex.rcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/reflex.rcf -------------------------------------------------------------------------------- /src/camd/sbig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/sbig.cpp -------------------------------------------------------------------------------- /src/camd/si3097.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/si3097.cpp -------------------------------------------------------------------------------- /src/camd/si8821.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/si8821.cpp -------------------------------------------------------------------------------- /src/camd/si8821/Makefile.am: -------------------------------------------------------------------------------- 1 | noinst_HEADERS = si8821.h si_app.h 2 | -------------------------------------------------------------------------------- /src/camd/si8821/si8821.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/si8821/si8821.h -------------------------------------------------------------------------------- /src/camd/si8821/si_app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/si8821/si_app.h -------------------------------------------------------------------------------- /src/camd/sidecar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/sidecar.cpp -------------------------------------------------------------------------------- /src/camd/sx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/sx.cpp -------------------------------------------------------------------------------- /src/camd/urvc2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2.cpp -------------------------------------------------------------------------------- /src/camd/urvc2/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/camera.c -------------------------------------------------------------------------------- /src/camd/urvc2/ccd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/ccd.c -------------------------------------------------------------------------------- /src/camd/urvc2/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/io.c -------------------------------------------------------------------------------- /src/camd/urvc2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/main.c -------------------------------------------------------------------------------- /src/camd/urvc2/micro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/micro.c -------------------------------------------------------------------------------- /src/camd/urvc2/sexif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/sexif.c -------------------------------------------------------------------------------- /src/camd/urvc2/st237.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/st237.c -------------------------------------------------------------------------------- /src/camd/urvc2/st7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/st7.c -------------------------------------------------------------------------------- /src/camd/urvc2/tools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/tools.c -------------------------------------------------------------------------------- /src/camd/urvc2/trk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/trk.c -------------------------------------------------------------------------------- /src/camd/urvc2/urvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/urvc2/urvc.h -------------------------------------------------------------------------------- /src/camd/v4l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/camd/v4l.cpp -------------------------------------------------------------------------------- /src/catd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/catd/Makefile.am -------------------------------------------------------------------------------- /src/catd/gsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/catd/gsc.cpp -------------------------------------------------------------------------------- /src/centrald/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/centrald/Makefile.am -------------------------------------------------------------------------------- /src/centrald/centrald.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/centrald/centrald.h -------------------------------------------------------------------------------- /src/centrald/moodd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/centrald/moodd.cpp -------------------------------------------------------------------------------- /src/centrald/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/centrald/test.c -------------------------------------------------------------------------------- /src/db/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/Makefile.am -------------------------------------------------------------------------------- /src/db/airmasscale.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/airmasscale.ec -------------------------------------------------------------------------------- /src/db/appimagemanip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/appimagemanip.cpp -------------------------------------------------------------------------------- /src/db/horizonapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/horizonapp.cpp -------------------------------------------------------------------------------- /src/db/newtarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/newtarget.cpp -------------------------------------------------------------------------------- /src/db/nightreport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/nightreport.cpp -------------------------------------------------------------------------------- /src/db/obsinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/obsinfo.cpp -------------------------------------------------------------------------------- /src/db/plan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/plan.txt -------------------------------------------------------------------------------- /src/db/planapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/planapp.cpp -------------------------------------------------------------------------------- /src/db/rts2-imageinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/rts2-imageinfo -------------------------------------------------------------------------------- /src/db/rts2targetapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/rts2targetapp.cpp -------------------------------------------------------------------------------- /src/db/rts2targetapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/rts2targetapp.h -------------------------------------------------------------------------------- /src/db/simbadinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/simbadinfo.cpp -------------------------------------------------------------------------------- /src/db/target.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/target.cpp -------------------------------------------------------------------------------- /src/db/targetinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/targetinfo.cpp -------------------------------------------------------------------------------- /src/db/targetlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/targetlist.cpp -------------------------------------------------------------------------------- /src/db/tpm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/tpm.cpp -------------------------------------------------------------------------------- /src/db/typemap.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/typemap.dat -------------------------------------------------------------------------------- /src/db/user.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/user.cpp -------------------------------------------------------------------------------- /src/db/usernondb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/db/usernondb.cpp -------------------------------------------------------------------------------- /src/dome/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/Makefile.am -------------------------------------------------------------------------------- /src/dome/ahe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/ahe.cpp -------------------------------------------------------------------------------- /src/dome/ahe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/ahe.h -------------------------------------------------------------------------------- /src/dome/apm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/apm.cpp -------------------------------------------------------------------------------- /src/dome/bart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/bart.cpp -------------------------------------------------------------------------------- /src/dome/bootes1a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/bootes1a.cpp -------------------------------------------------------------------------------- /src/dome/bootes1b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/bootes1b.cpp -------------------------------------------------------------------------------- /src/dome/bootes2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/bootes2.cpp -------------------------------------------------------------------------------- /src/dome/d50.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/d50.cpp -------------------------------------------------------------------------------- /src/dome/dcm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/dcm.cpp -------------------------------------------------------------------------------- /src/dome/ddw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/ddw.cpp -------------------------------------------------------------------------------- /src/dome/door_vermes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/door_vermes.cpp -------------------------------------------------------------------------------- /src/dome/dummy_cup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/dummy_cup.cpp -------------------------------------------------------------------------------- /src/dome/fram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/fram.cpp -------------------------------------------------------------------------------- /src/dome/ieec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/ieec.cpp -------------------------------------------------------------------------------- /src/dome/mark.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/mark.cpp -------------------------------------------------------------------------------- /src/dome/maxdomeii.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/maxdomeii.cpp -------------------------------------------------------------------------------- /src/dome/opentpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/opentpl.cpp -------------------------------------------------------------------------------- /src/dome/saao.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/saao.cpp -------------------------------------------------------------------------------- /src/dome/tcsng_slit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/tcsng_slit.cpp -------------------------------------------------------------------------------- /src/dome/vermes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/vermes.cpp -------------------------------------------------------------------------------- /src/dome/watcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/watcher.cpp -------------------------------------------------------------------------------- /src/dome/zelio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/zelio.cpp -------------------------------------------------------------------------------- /src/dome/zelio/roof.desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/zelio/roof.desc -------------------------------------------------------------------------------- /src/dome/zelio/roof.zm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/dome/zelio/roof.zm2 -------------------------------------------------------------------------------- /src/filterd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/Makefile.am -------------------------------------------------------------------------------- /src/filterd/alta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/alta.cpp -------------------------------------------------------------------------------- /src/filterd/apm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/apm.cpp -------------------------------------------------------------------------------- /src/filterd/apm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/apm.h -------------------------------------------------------------------------------- /src/filterd/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/dummy.cpp -------------------------------------------------------------------------------- /src/filterd/fli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/fli.cpp -------------------------------------------------------------------------------- /src/filterd/fliindi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/fliindi.cpp -------------------------------------------------------------------------------- /src/filterd/fw102c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/fw102c.cpp -------------------------------------------------------------------------------- /src/filterd/galil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/galil.cpp -------------------------------------------------------------------------------- /src/filterd/ifw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/ifw.cpp -------------------------------------------------------------------------------- /src/filterd/mdm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/mdm.cpp -------------------------------------------------------------------------------- /src/filterd/mi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/filterd/mi.cpp -------------------------------------------------------------------------------- /src/focusc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusc/Makefile.am -------------------------------------------------------------------------------- /src/focusc/foctest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusc/foctest.cpp -------------------------------------------------------------------------------- /src/focusc/focusc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusc/focusc.cpp -------------------------------------------------------------------------------- /src/focusc/focusclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusc/focusclient.h -------------------------------------------------------------------------------- /src/focusc/xfitsimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusc/xfitsimage.h -------------------------------------------------------------------------------- /src/focusc/xfocusc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusc/xfocusc.cpp -------------------------------------------------------------------------------- /src/focusc/xfocusc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusc/xfocusc.h -------------------------------------------------------------------------------- /src/focusd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/Makefile.am -------------------------------------------------------------------------------- /src/focusd/aaf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/aaf.cpp -------------------------------------------------------------------------------- /src/focusd/apm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/apm.cpp -------------------------------------------------------------------------------- /src/focusd/atc2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/atc2.cpp -------------------------------------------------------------------------------- /src/focusd/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/dummy.cpp -------------------------------------------------------------------------------- /src/focusd/fli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/fli.cpp -------------------------------------------------------------------------------- /src/focusd/flitc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/flitc.cpp -------------------------------------------------------------------------------- /src/focusd/mdm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/mdm.cpp -------------------------------------------------------------------------------- /src/focusd/mdm_bait.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/mdm_bait.cpp -------------------------------------------------------------------------------- /src/focusd/ng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/ng.cpp -------------------------------------------------------------------------------- /src/focusd/nstep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/nstep.cpp -------------------------------------------------------------------------------- /src/focusd/opentpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/opentpl.cpp -------------------------------------------------------------------------------- /src/focusd/optec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/optec.cpp -------------------------------------------------------------------------------- /src/focusd/planewave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/planewave.cpp -------------------------------------------------------------------------------- /src/focusd/pwiirf90.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/pwiirf90.cpp -------------------------------------------------------------------------------- /src/focusd/pwiirf90.cpp~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/pwiirf90.cpp~ -------------------------------------------------------------------------------- /src/focusd/robofocus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/robofocus.cpp -------------------------------------------------------------------------------- /src/focusd/tefo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/focusd/tefo.cpp -------------------------------------------------------------------------------- /src/grb/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/Makefile.am -------------------------------------------------------------------------------- /src/grb/augershooter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/augershooter.cpp -------------------------------------------------------------------------------- /src/grb/augershooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/augershooter.h -------------------------------------------------------------------------------- /src/grb/conngrb.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/conngrb.ec -------------------------------------------------------------------------------- /src/grb/conngrb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/conngrb.h -------------------------------------------------------------------------------- /src/grb/connshooter.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/connshooter.ec -------------------------------------------------------------------------------- /src/grb/connshooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/connshooter.h -------------------------------------------------------------------------------- /src/grb/forward.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/forward.cpp -------------------------------------------------------------------------------- /src/grb/grbconst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/grbconst.h -------------------------------------------------------------------------------- /src/grb/grbd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/grbd.cpp -------------------------------------------------------------------------------- /src/grb/grbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/grbd.h -------------------------------------------------------------------------------- /src/grb/rts2grbfw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/rts2grbfw.cpp -------------------------------------------------------------------------------- /src/grb/rts2grbfw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/rts2grbfw.h -------------------------------------------------------------------------------- /src/grb/socket_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/grb/socket_demo.c -------------------------------------------------------------------------------- /src/httpd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/Makefile.am -------------------------------------------------------------------------------- /src/httpd/api.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/api.cpp -------------------------------------------------------------------------------- /src/httpd/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/api.h -------------------------------------------------------------------------------- /src/httpd/augerreq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/augerreq.cpp -------------------------------------------------------------------------------- /src/httpd/augerreq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/augerreq.h -------------------------------------------------------------------------------- /src/httpd/bbapi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/bbapi.cpp -------------------------------------------------------------------------------- /src/httpd/bbapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/bbapi.h -------------------------------------------------------------------------------- /src/httpd/bbapidb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/bbapidb.h -------------------------------------------------------------------------------- /src/httpd/bbserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/bbserver.cpp -------------------------------------------------------------------------------- /src/httpd/bbserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/bbserver.h -------------------------------------------------------------------------------- /src/httpd/devicesreq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/devicesreq.cpp -------------------------------------------------------------------------------- /src/httpd/devicesreq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/devicesreq.h -------------------------------------------------------------------------------- /src/httpd/emailaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/emailaction.h -------------------------------------------------------------------------------- /src/httpd/events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/events.cpp -------------------------------------------------------------------------------- /src/httpd/events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/events.h -------------------------------------------------------------------------------- /src/httpd/graphreq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/graphreq.cpp -------------------------------------------------------------------------------- /src/httpd/graphreq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/graphreq.h -------------------------------------------------------------------------------- /src/httpd/hd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/hd.py -------------------------------------------------------------------------------- /src/httpd/httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/httpd.cpp -------------------------------------------------------------------------------- /src/httpd/httpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/httpd.h -------------------------------------------------------------------------------- /src/httpd/jsonclient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/jsonclient.cpp -------------------------------------------------------------------------------- /src/httpd/planreq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/planreq.cpp -------------------------------------------------------------------------------- /src/httpd/planreq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/planreq.h -------------------------------------------------------------------------------- /src/httpd/r2x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/r2x.h -------------------------------------------------------------------------------- /src/httpd/session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/session.cpp -------------------------------------------------------------------------------- /src/httpd/session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/session.h -------------------------------------------------------------------------------- /src/httpd/stateevents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/stateevents.h -------------------------------------------------------------------------------- /src/httpd/valueevents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/valueevents.h -------------------------------------------------------------------------------- /src/httpd/valueplot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/valueplot.cpp -------------------------------------------------------------------------------- /src/httpd/valueplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/valueplot.h -------------------------------------------------------------------------------- /src/httpd/xmlapi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/xmlapi.cpp -------------------------------------------------------------------------------- /src/httpd/xmlapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/xmlapi.h -------------------------------------------------------------------------------- /src/httpd/xmlstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/httpd/xmlstream.h -------------------------------------------------------------------------------- /src/logger/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/logger/Makefile.am -------------------------------------------------------------------------------- /src/logger/logd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/logger/logd.cpp -------------------------------------------------------------------------------- /src/logger/logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/logger/logger.cpp -------------------------------------------------------------------------------- /src/logger/loggerbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/logger/loggerbase.h -------------------------------------------------------------------------------- /src/logger/test.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/logger/test.log -------------------------------------------------------------------------------- /src/mirror/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/mirror/Makefile.am -------------------------------------------------------------------------------- /src/mirror/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/mirror/dummy.cpp -------------------------------------------------------------------------------- /src/mirror/fram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/mirror/fram.cpp -------------------------------------------------------------------------------- /src/monitor/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/Makefile.am -------------------------------------------------------------------------------- /src/monitor/cmonitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/cmonitor.cpp -------------------------------------------------------------------------------- /src/monitor/ncomwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/ncomwin.cpp -------------------------------------------------------------------------------- /src/monitor/ncomwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/ncomwin.h -------------------------------------------------------------------------------- /src/monitor/nlayout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nlayout.cpp -------------------------------------------------------------------------------- /src/monitor/nlayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nlayout.h -------------------------------------------------------------------------------- /src/monitor/nmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nmenu.cpp -------------------------------------------------------------------------------- /src/monitor/nmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nmenu.h -------------------------------------------------------------------------------- /src/monitor/nmonitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nmonitor.cpp -------------------------------------------------------------------------------- /src/monitor/nmonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nmonitor.h -------------------------------------------------------------------------------- /src/monitor/nmsgbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nmsgbox.cpp -------------------------------------------------------------------------------- /src/monitor/nmsgbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nmsgbox.h -------------------------------------------------------------------------------- /src/monitor/nmsgwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nmsgwindow.h -------------------------------------------------------------------------------- /src/monitor/nvaluebox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nvaluebox.h -------------------------------------------------------------------------------- /src/monitor/nwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nwindow.cpp -------------------------------------------------------------------------------- /src/monitor/nwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/nwindow.h -------------------------------------------------------------------------------- /src/monitor/talker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/talker.cpp -------------------------------------------------------------------------------- /src/monitor/utf8chars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/monitor/utf8chars.h -------------------------------------------------------------------------------- /src/multidevd/apm-aux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/multidevd/apm-aux.h -------------------------------------------------------------------------------- /src/pgsql/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pgsql/Makefile.am -------------------------------------------------------------------------------- /src/pgsql/pg_astrolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pgsql/pg_astrolib.c -------------------------------------------------------------------------------- /src/pgsql/pg_wcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pgsql/pg_wcs.c -------------------------------------------------------------------------------- /src/pgsql/pg_wcs2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pgsql/pg_wcs2.c -------------------------------------------------------------------------------- /src/pgsql/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pgsql/test.c -------------------------------------------------------------------------------- /src/phot/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/phot/Makefile.am -------------------------------------------------------------------------------- /src/phot/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/phot/dummy.cpp -------------------------------------------------------------------------------- /src/phot/kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/phot/kernel/Makefile -------------------------------------------------------------------------------- /src/phot/kernel/phot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/phot/kernel/phot.c -------------------------------------------------------------------------------- /src/phot/kernel/phot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/phot/kernel/phot.h -------------------------------------------------------------------------------- /src/phot/phot_optec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/phot/phot_optec.cpp -------------------------------------------------------------------------------- /src/phot/ssp5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/phot/ssp5.cpp -------------------------------------------------------------------------------- /src/plan/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/Makefile.am -------------------------------------------------------------------------------- /src/plan/convert_pfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/convert_pfile -------------------------------------------------------------------------------- /src/plan/executor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/executor.cpp -------------------------------------------------------------------------------- /src/plan/imgproc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/imgproc.cpp -------------------------------------------------------------------------------- /src/plan/marchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/marchive.cpp -------------------------------------------------------------------------------- /src/plan/process_mpc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/process_mpc.pl -------------------------------------------------------------------------------- /src/plan/request_mpc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/request_mpc.pl -------------------------------------------------------------------------------- /src/plan/rts2-mkdirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/rts2-mkdirs -------------------------------------------------------------------------------- /src/plan/scriptexec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/scriptexec.cpp -------------------------------------------------------------------------------- /src/plan/scriptexec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/scriptexec.h -------------------------------------------------------------------------------- /src/plan/scriptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/scriptor.cpp -------------------------------------------------------------------------------- /src/plan/selector.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/selector.ec -------------------------------------------------------------------------------- /src/plan/selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/selector.h -------------------------------------------------------------------------------- /src/plan/selectordev.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/selectordev.cpp -------------------------------------------------------------------------------- /src/plan/seltest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/seltest.cpp -------------------------------------------------------------------------------- /src/plan/spiraltest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/spiraltest.cpp -------------------------------------------------------------------------------- /src/plan/test_gps.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/plan/test_gps.sql -------------------------------------------------------------------------------- /src/pluto/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/Makefile.am -------------------------------------------------------------------------------- /src/pluto/obs_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/obs_test.cpp -------------------------------------------------------------------------------- /src/pluto/obs_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/obs_test.txt -------------------------------------------------------------------------------- /src/pluto/obs_test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/obs_test2.cpp -------------------------------------------------------------------------------- /src/pluto/out_comp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/out_comp.cpp -------------------------------------------------------------------------------- /src/pluto/sat_id.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/sat_id.cpp -------------------------------------------------------------------------------- /src/pluto/test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/test2.cpp -------------------------------------------------------------------------------- /src/pluto/test3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/test3.cpp -------------------------------------------------------------------------------- /src/pluto/test_out.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/test_out.cpp -------------------------------------------------------------------------------- /src/pluto/test_sat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/pluto/test_sat.cpp -------------------------------------------------------------------------------- /src/redis/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/redis/Makefile.am -------------------------------------------------------------------------------- /src/redis/redis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/redis/redis.cpp -------------------------------------------------------------------------------- /src/redis/redis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/redis/redis.h -------------------------------------------------------------------------------- /src/rotad/#pyxis.cpp#: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/rotad/#pyxis.cpp# -------------------------------------------------------------------------------- /src/rotad/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/rotad/Makefile.am -------------------------------------------------------------------------------- /src/rotad/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/rotad/dummy.cpp -------------------------------------------------------------------------------- /src/rotad/pwiirf90r.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/rotad/pwiirf90r.cpp -------------------------------------------------------------------------------- /src/rotad/pwiirf90r.cpp~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/rotad/pwiirf90r.cpp~ -------------------------------------------------------------------------------- /src/rotad/pyxis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/rotad/pyxis.cpp -------------------------------------------------------------------------------- /src/rotad/sitech-multi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/rotad/sitech-multi.h -------------------------------------------------------------------------------- /src/sensord/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/Makefile.am -------------------------------------------------------------------------------- /src/sensord/a3200.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/a3200.cpp -------------------------------------------------------------------------------- /src/sensord/aag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/aag.cpp -------------------------------------------------------------------------------- /src/sensord/aag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/aag.h -------------------------------------------------------------------------------- /src/sensord/afg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/afg.cpp -------------------------------------------------------------------------------- /src/sensord/allnet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/allnet.cpp -------------------------------------------------------------------------------- /src/sensord/apc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/apc.cpp -------------------------------------------------------------------------------- /src/sensord/apcups.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/apcups.cpp -------------------------------------------------------------------------------- /src/sensord/arduino.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/arduino.cpp -------------------------------------------------------------------------------- /src/sensord/aws-mlab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/aws-mlab.cpp -------------------------------------------------------------------------------- /src/sensord/bigelow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/bigelow.cpp -------------------------------------------------------------------------------- /src/sensord/bigng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/bigng.cpp -------------------------------------------------------------------------------- /src/sensord/binder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/binder.cpp -------------------------------------------------------------------------------- /src/sensord/boltwood.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/boltwood.cpp -------------------------------------------------------------------------------- /src/sensord/bootes1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/bootes1.cpp -------------------------------------------------------------------------------- /src/sensord/bootes2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/bootes2.cpp -------------------------------------------------------------------------------- /src/sensord/clarity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/clarity.cpp -------------------------------------------------------------------------------- /src/sensord/cloud2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/cloud2.cpp -------------------------------------------------------------------------------- /src/sensord/cloud4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/cloud4.cpp -------------------------------------------------------------------------------- /src/sensord/colamp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/colamp.cpp -------------------------------------------------------------------------------- /src/sensord/colores.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/colores.cpp -------------------------------------------------------------------------------- /src/sensord/cpx400.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/cpx400.cpp -------------------------------------------------------------------------------- /src/sensord/cryocon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/cryocon.cpp -------------------------------------------------------------------------------- /src/sensord/davis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/davis.cpp -------------------------------------------------------------------------------- /src/sensord/davis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/davis.h -------------------------------------------------------------------------------- /src/sensord/davisudp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/davisudp.cpp -------------------------------------------------------------------------------- /src/sensord/ds21.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/ds21.cpp -------------------------------------------------------------------------------- /src/sensord/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/dummy.cpp -------------------------------------------------------------------------------- /src/sensord/fows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/fows.cpp -------------------------------------------------------------------------------- /src/sensord/fram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/fram.cpp -------------------------------------------------------------------------------- /src/sensord/framudp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/framudp.h -------------------------------------------------------------------------------- /src/sensord/l150.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/l150.cpp -------------------------------------------------------------------------------- /src/sensord/lpnhe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/lpnhe.cpp -------------------------------------------------------------------------------- /src/sensord/ms257.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/ms257.cpp -------------------------------------------------------------------------------- /src/sensord/ms260.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/ms260.cpp -------------------------------------------------------------------------------- /src/sensord/multi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/multi.cpp -------------------------------------------------------------------------------- /src/sensord/nut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/nut.cpp -------------------------------------------------------------------------------- /src/sensord/osn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/osn.cpp -------------------------------------------------------------------------------- /src/sensord/pixy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/pixy.cpp -------------------------------------------------------------------------------- /src/sensord/pwc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/pwc.cpp -------------------------------------------------------------------------------- /src/sensord/saao.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/saao.cpp -------------------------------------------------------------------------------- /src/sensord/tbt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/tbt.cpp -------------------------------------------------------------------------------- /src/sensord/triax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sensord/triax.cpp -------------------------------------------------------------------------------- /src/sql/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/Makefile.am -------------------------------------------------------------------------------- /src/sql/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/README -------------------------------------------------------------------------------- /src/sql/bb/create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/bb/create.sql -------------------------------------------------------------------------------- /src/sql/bb/grant.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/bb/grant.sql -------------------------------------------------------------------------------- /src/sql/blanks/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/blanks/README -------------------------------------------------------------------------------- /src/sql/blanks/flats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/blanks/flats -------------------------------------------------------------------------------- /src/sql/data/init.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/data/init.sql -------------------------------------------------------------------------------- /src/sql/grant.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/grant.sql -------------------------------------------------------------------------------- /src/sql/init_test.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/init_test.sql -------------------------------------------------------------------------------- /src/sql/phot/phot.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/phot/phot.sql -------------------------------------------------------------------------------- /src/sql/rts2-builddb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/rts2-builddb -------------------------------------------------------------------------------- /src/sql/rts2-configdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/sql/rts2-configdb -------------------------------------------------------------------------------- /src/teld/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/Makefile.am -------------------------------------------------------------------------------- /src/teld/apgto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/apgto.cpp -------------------------------------------------------------------------------- /src/teld/apgto_pk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/apgto_pk.cpp -------------------------------------------------------------------------------- /src/teld/bait.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/bait.cpp -------------------------------------------------------------------------------- /src/teld/d50.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/d50.cpp -------------------------------------------------------------------------------- /src/teld/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/dummy.cpp -------------------------------------------------------------------------------- /src/teld/gemini.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/gemini.cpp -------------------------------------------------------------------------------- /src/teld/hlohovec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/hlohovec.cpp -------------------------------------------------------------------------------- /src/teld/irait.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/irait.cpp -------------------------------------------------------------------------------- /src/teld/kolonica.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/kolonica.cpp -------------------------------------------------------------------------------- /src/teld/lx200.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/lx200.cpp -------------------------------------------------------------------------------- /src/teld/lx200gps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/lx200gps.cpp -------------------------------------------------------------------------------- /src/teld/mdm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/mdm.cpp -------------------------------------------------------------------------------- /src/teld/meade.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/meade.cpp -------------------------------------------------------------------------------- /src/teld/mm2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/mm2.cpp -------------------------------------------------------------------------------- /src/teld/model.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/model.test -------------------------------------------------------------------------------- /src/teld/nexstar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/nexstar.cpp -------------------------------------------------------------------------------- /src/teld/opentpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/opentpl.cpp -------------------------------------------------------------------------------- /src/teld/tcsng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/tcsng.cpp -------------------------------------------------------------------------------- /src/teld/trencin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/teld/trencin.cpp -------------------------------------------------------------------------------- /src/thrift/thrift.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/thrift/thrift.cpp -------------------------------------------------------------------------------- /src/ucac5/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/ucac5/Makefile.am -------------------------------------------------------------------------------- /src/ucac5/idx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/ucac5/idx.cpp -------------------------------------------------------------------------------- /src/ucac5/search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/ucac5/search.cpp -------------------------------------------------------------------------------- /src/wsd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/wsd/Makefile.am -------------------------------------------------------------------------------- /src/wsd/http.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/wsd/http.c -------------------------------------------------------------------------------- /src/wsd/wsd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/wsd/wsd.cpp -------------------------------------------------------------------------------- /src/wsd/wsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/src/wsd/wsd.h -------------------------------------------------------------------------------- /stamp-h.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/tests/Makefile.am -------------------------------------------------------------------------------- /tests/modelin-altaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/tests/modelin-altaz -------------------------------------------------------------------------------- /tests/modelin-gem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RTS2/rts2/HEAD/tests/modelin-gem --------------------------------------------------------------------------------