├── .gitignore ├── BaseData ├── data_jpleph.tgz └── readme.txt ├── Makefile.in ├── README.md ├── configure ├── configure.cmd ├── git-version.sh ├── install.cmd ├── install.sh ├── install_cat1.sh ├── install_cat2.sh ├── install_darwin.sh ├── install_darwin_cat1.sh ├── install_darwin_cat2.sh ├── install_darwin_pict.sh ├── install_darwin_spice_base.sh ├── install_darwin_spice_ext.sh ├── install_pict.sh ├── install_spice_base.sh ├── install_spice_ext.sh ├── install_win.sh ├── install_win_cat1.sh ├── install_win_cat2.sh ├── install_win_pict.sh ├── install_win_spice_base.sh ├── install_win_spice_ext.sh ├── installdbg.sh ├── setup_skychart_deb.sh ├── skychart ├── Makefile.in ├── bitmaps │ ├── CartesDuCiel.tar.gz │ ├── Collapse.bmp │ ├── DebugBreakPoint.png │ ├── DebugDeleteBreakPoints.png │ ├── DebugPause.png │ ├── DebugRun.png │ ├── DebugStepInto.png │ ├── DebugStepOver.png │ ├── DebugStop.png │ ├── Delete.bmp │ ├── Down.bmp │ ├── Expand.bmp │ ├── Left.bmp │ ├── Right.bmp │ ├── Up.bmp │ ├── about.xpm │ ├── black16x16.ico │ ├── black22x22.ico │ ├── black32x32.ico │ ├── black32x64.ico │ ├── black48x48.ico │ ├── cartesduciel.xpm │ ├── catgenicon │ │ ├── catgen.svg │ │ ├── catgen128.png │ │ ├── catgen32.png │ │ ├── catgen48.png │ │ ├── catgen96.png │ │ ├── catgenIcon.icns │ │ └── mkico.sh │ ├── cdc_clock.ico │ ├── earthmap0k.xpm │ ├── folder.png │ ├── green-led.png │ ├── mainicon │ │ ├── cdcIcon2.icns │ │ ├── mkico.sh │ │ ├── skychart.svg │ │ ├── skychart128.png │ │ ├── skychart32.png │ │ ├── skychart48.png │ │ └── skychart96.png │ ├── make_icon_res │ ├── make_sort_res │ ├── red-led.png │ ├── reload.png │ ├── retic.png │ ├── sortasc.png │ ├── sortdesc.png │ ├── splash.xpm │ ├── starshape.bmp │ ├── starshape.xpm │ └── yellow-led.png ├── blankicon.lrs ├── calceph.pas ├── catgen.ico ├── catgen.lpi ├── catgen.lpr ├── catgen.res ├── cdc.ico ├── cdc.lpi ├── cdc.lpr ├── cdc.lrs ├── cdc.manifest ├── cdc.rc ├── cdc.res ├── cdc_icon.res ├── cdc_version.inc ├── cdcicon.ico ├── cdcicon.lpi ├── cdcicon.lpr ├── cdcicon.lrs ├── cdcicon.rc ├── cdcicon.res ├── cdcmain.lrs ├── chealpix.pas ├── chk_rs.sh ├── component │ ├── Makefile.in │ ├── bgrabitmap │ │ ├── Makefile.in │ │ ├── avifbgra.pas │ │ ├── basiccolorspace.inc │ │ ├── bezier.inc │ │ ├── bgraanimatedgif.pas │ │ ├── bgraarrow.pas │ │ ├── bgrabitmap.inc │ │ ├── bgrabitmap.pas │ │ ├── bgrabitmappack.lpk │ │ ├── bgrabitmappack.pas │ │ ├── bgrabitmappack4android.lpk │ │ ├── bgrabitmappack4android.pas │ │ ├── bgrabitmappack4android_freetype.lpk │ │ ├── bgrabitmappack4android_freetype.pas │ │ ├── bgrabitmappack4fpgui.lpk │ │ ├── bgrabitmappack4fpgui.pas │ │ ├── bgrabitmappack4nogui.lpk │ │ ├── bgrabitmappack4nogui.pas │ │ ├── bgrabitmappack4nolcl.lpk │ │ ├── bgrabitmappack4nolcl.pas │ │ ├── bgrabitmappack4nolcl_freetype.lpk │ │ ├── bgrabitmappack4nolcl_freetype.pas │ │ ├── bgrabitmaptypes.pas │ │ ├── bgrablend.pas │ │ ├── bgrablurgl.pas │ │ ├── bgracanvas.pas │ │ ├── bgracanvas2d.pas │ │ ├── bgracanvasgl.pas │ │ ├── bgraclasses.pas │ │ ├── bgracolorint.pas │ │ ├── bgracolorquantization.pas │ │ ├── bgracompressablebitmap.pas │ │ ├── bgracoordpool3d.pas │ │ ├── bgracustombitmap.inc │ │ ├── bgracustomtextfx.pas │ │ ├── bgradefaultbitmap.pas │ │ ├── bgradithering.pas │ │ ├── bgradnetdeserial.pas │ │ ├── bgrafillinfo.pas │ │ ├── bgrafilterblur.pas │ │ ├── bgrafilters.pas │ │ ├── bgrafilterscanner.pas │ │ ├── bgrafiltertype.pas │ │ ├── bgrafontgl.pas │ │ ├── bgrafpcanvas.inc │ │ ├── bgrafpgui.inc │ │ ├── bgrafpgui_uses.inc │ │ ├── bgrafpguibitmap.pas │ │ ├── bgrafreetype.pas │ │ ├── bgragifformat.pas │ │ ├── bgragradientoriginal.pas │ │ ├── bgragradients.pas │ │ ├── bgragradientscanner.pas │ │ ├── bgragraphics.pas │ │ ├── bgragrayscalemask.pas │ │ ├── bgragtkbitmap.pas │ │ ├── bgraiconcursor.pas │ │ ├── bgralayeroriginal.pas │ │ ├── bgralayers.pas │ │ ├── bgralazpaint.pas │ │ ├── bgralazresource.pas │ │ ├── bgralclbitmap.pas │ │ ├── bgralzpcommon.pas │ │ ├── bgramacbitmap.pas │ │ ├── bgramatrix3d.pas │ │ ├── bgramemdirectory.pas │ │ ├── bgramsegui.inc │ │ ├── bgramsegui_text.inc │ │ ├── bgramsegui_uses.inc │ │ ├── bgramseguibitmap.pas │ │ ├── bgramultifiletype.pas │ │ ├── bgranogui.inc │ │ ├── bgranogui_uses.inc │ │ ├── bgranoguibitmap.pas │ │ ├── bgraopengl.pas │ │ ├── bgraopengl3d.pas │ │ ├── bgraopengltype.pas │ │ ├── bgraopenraster.pas │ │ ├── bgrapaintnet.pas │ │ ├── bgrapalette.pas │ │ ├── bgrapapers.pas │ │ ├── bgrapath.pas │ │ ├── bgrapdf.pas │ │ ├── bgrapen.pas │ │ ├── bgraphongtypes.pas │ │ ├── bgraphoxo.pas │ │ ├── bgrapixel.inc │ │ ├── bgrapngcomn.pas │ │ ├── bgrapolygon.pas │ │ ├── bgrapolygonaliased.pas │ │ ├── bgraqtbitmap.pas │ │ ├── bgrareadavif.pas │ │ ├── bgrareadbmp.pas │ │ ├── bgrareadbmpmiomap.pas │ │ ├── bgrareadgif.pas │ │ ├── bgrareadico.pas │ │ ├── bgrareadjpeg.pas │ │ ├── bgrareadlzp.pas │ │ ├── bgrareadpcx.pas │ │ ├── bgrareadpng.pas │ │ ├── bgrareadpsd.pas │ │ ├── bgrareadtga.pas │ │ ├── bgrareadtiff.pas │ │ ├── bgrareadwebp.pas │ │ ├── bgrareadxpm.pas │ │ ├── bgrarenderer3d.pas │ │ ├── bgraresample.pas │ │ ├── bgrascanner.inc │ │ ├── bgrascene3d.pas │ │ ├── bgrascenetypes.pas │ │ ├── bgraslicescaling.pas │ │ ├── bgraspritegl.pas │ │ ├── bgrasse.inc │ │ ├── bgrasse.pas │ │ ├── bgrastreamlayers.pas │ │ ├── bgrasvg.pas │ │ ├── bgrasvgoriginal.pas │ │ ├── bgrasvgshapes.pas │ │ ├── bgrasvgtype.pas │ │ ├── bgratext.pas │ │ ├── bgratextbidi.pas │ │ ├── bgratextfx.pas │ │ ├── bgrathumbnail.pas │ │ ├── bgratransform.pas │ │ ├── bgratypewriter.pas │ │ ├── bgraunicode.pas │ │ ├── bgraunicodetext.pas │ │ ├── bgraunits.pas │ │ ├── bgrautf8.pas │ │ ├── bgravectorize.pas │ │ ├── bgrawinbitmap.pas │ │ ├── bgrawinresource.pas │ │ ├── bgrawriteavif.pas │ │ ├── bgrawritebmp.pas │ │ ├── bgrawritebmpmiomap.pas │ │ ├── bgrawritejpeg.pas │ │ ├── bgrawritelzp.pas │ │ ├── bgrawritepcx.pas │ │ ├── bgrawritepng.pas │ │ ├── bgrawritetiff.pas │ │ ├── bgrawritewebp.pas │ │ ├── blendpixelinline.inc │ │ ├── blendpixels.inc │ │ ├── blendpixelsover.inc │ │ ├── blurbox.inc │ │ ├── blurfast.inc │ │ ├── blurnormal.inc │ │ ├── csscolorconst.inc │ │ ├── darwinlib.pas │ │ ├── density256.inc │ │ ├── expandedbitmap.pas │ │ ├── extendedcolorspace.inc │ │ ├── face3d.inc │ │ ├── generatedcolorspace.inc │ │ ├── generatedunicode.inc │ │ ├── generatedutf8.inc │ │ ├── geometrytypes.inc │ │ ├── libavif.pas │ │ ├── libwebp.pas │ │ ├── lightingclasses3d.inc │ │ ├── linearrgbabitmap.pas │ │ ├── lineartexscan.inc │ │ ├── lineartexscan2.inc │ │ ├── linuxlib.pas │ │ ├── multishapeline.inc │ │ ├── object3d.inc │ │ ├── paletteformats.inc │ │ ├── part3d.inc │ │ ├── perspectivecolorscan.inc │ │ ├── perspectivescan.inc │ │ ├── perspectivescan2.inc │ │ ├── phongdraw.inc │ │ ├── phongdrawsse.inc │ │ ├── phonglight.inc │ │ ├── phonglightsse.inc │ │ ├── polyaliaspersp.inc │ │ ├── readme.txt │ │ ├── shapes3d.inc │ │ ├── spectraldata.inc │ │ ├── unibitmap.inc │ │ ├── unibitmapgeneric.inc │ │ ├── universaldrawer.pas │ │ ├── unzipperext.pas │ │ ├── uunittest.pas │ │ ├── vertex3d.inc │ │ ├── wordxyzabitmap.pas │ │ └── xyzabitmap.pas │ ├── cdccomponents.lpk │ ├── cdccomponents.pas │ ├── downloaddialog │ │ ├── Makefile.in │ │ ├── TDownloadDialog.bmp │ │ ├── downldialog.lpk │ │ ├── downldialog.pas │ │ ├── downloaddialog.lrs │ │ ├── downloaddialog.pas │ │ └── makeres │ ├── enhedits │ │ ├── Makefile.in │ │ ├── TFloatEdit.bmp │ │ ├── TLongEdit.bmp │ │ ├── enhedit.lpk │ │ ├── enhedit.lrs │ │ ├── enhedit.pas │ │ └── enhedits.pas │ ├── indiclient │ │ ├── Makefile.in │ │ ├── indiapi.pas │ │ ├── indibaseclient.pas │ │ ├── indibasedevice.pas │ │ ├── indiblobclient.pas │ │ ├── indiclient.lpk │ │ ├── indiclient.pas │ │ ├── indicom.pas │ │ ├── pu_indigui.lfm │ │ ├── pu_indigui.pas │ │ └── test │ │ │ ├── test.lpi │ │ │ ├── test.lpr │ │ │ ├── test1.lfm │ │ │ └── test1.pas │ ├── jdcalendar │ │ ├── BtnDatePicker.bmp │ │ ├── Makefile.in │ │ ├── TJDCalendarDialog.bmp │ │ ├── TJDDatePicker.bmp │ │ ├── TTimePicker.bmp │ │ ├── cdcjdcalendar.lpk │ │ ├── cdcjdcalendar.pas │ │ ├── jdcalendar.lrs │ │ ├── jdcalendar.pas │ │ └── makeres │ ├── libsql │ │ ├── ASyncDB.dcr │ │ ├── ASyncDB.pas │ │ ├── Makefile.in │ │ ├── ModifiedArtisticLicense.txt │ │ ├── about.txt │ │ ├── changes.txt │ │ ├── demo │ │ │ ├── project1.lpi │ │ │ ├── project1.lpr │ │ │ ├── unit1.lfm │ │ │ ├── unit1.lrs │ │ │ └── unit1.pas │ │ ├── install.txt │ │ ├── libcheck.dpr │ │ ├── libmysql.pas │ │ ├── libsql.dpk │ │ ├── libsql.lpk │ │ ├── libsql.pas │ │ ├── libsql.res │ │ ├── libsqlK3.dpk │ │ ├── libsqlite.pas │ │ ├── libsqlite3.pas │ │ ├── libsqlversion.inc │ │ ├── lsdatasetbase.pas │ │ ├── lsdatasetquery.pas │ │ ├── lsdatasettable.pas │ │ ├── pasjansql.pas │ │ ├── pasmysql.pas │ │ ├── passql.pas │ │ ├── passqlite.pas │ │ ├── pasthreadedsqlite.pas │ │ ├── quickstart tutorial.sxw │ │ ├── readme.txt │ │ ├── sqlcomp_nodataset.pas │ │ ├── sqlcomponents.dcr │ │ ├── sqlcomponents.pas │ │ ├── sqlcomponentsK3.pas │ │ ├── sqlsupport.pas │ │ ├── staticsqlite3.pas │ │ ├── utf8util.pas │ │ └── vclsql.pas │ ├── license.txt │ ├── mrecsort │ │ ├── Makefile.in │ │ ├── mrecsort.lpk │ │ ├── mrecsort.pas │ │ ├── mwCompFrom.pas │ │ └── mwFixedRecSort.pas │ ├── multiframe │ │ ├── ChildFrame.pas │ │ ├── Makefile.in │ │ ├── MultiFrame.pas │ │ ├── TMultiFrame.bmp │ │ ├── childbutton.inc │ │ ├── close.bmp │ │ ├── makeres │ │ ├── maxi.bmp │ │ ├── mini.bmp │ │ ├── multiframe.lrs │ │ ├── multiframepackage.lpk │ │ ├── multiframepackage.pas │ │ ├── readme.txt │ │ └── restore.bmp │ ├── radec │ │ ├── Makefile.in │ │ ├── TMouseUpDown.bmp │ │ ├── TRaDec.bmp │ │ ├── cu_radec.pas │ │ ├── makeres │ │ ├── radec.lpk │ │ ├── radec.lrs │ │ └── radec.pas │ ├── synapse │ │ ├── Crypt32.pas │ │ ├── Mac.patch │ │ ├── Makefile.in │ │ ├── README.md │ │ ├── asn1util.pas │ │ ├── blcksock.pas │ │ ├── clamsend.pas │ │ ├── dnssend.pas │ │ ├── ftpsend.pas │ │ ├── ftptsend.pas │ │ ├── httpsend.pas │ │ ├── imapsend.pas │ │ ├── jedi.inc │ │ ├── kylix.inc │ │ ├── laz_synapse.lpk │ │ ├── laz_synapse.pas │ │ ├── ldapsend.pas │ │ ├── mimeinln.pas │ │ ├── mimemess.pas │ │ ├── mimepart.pas │ │ ├── nntpsend.pas │ │ ├── pingsend.pas │ │ ├── pop3send.pas │ │ ├── slogsend.pas │ │ ├── smtpsend.pas │ │ ├── snmpsend.pas │ │ ├── sntpsend.pas │ │ ├── ssdotnet.inc │ │ ├── ssfpc.inc │ │ ├── ssl_cryptlib.pas │ │ ├── ssl_libssh2.pas │ │ ├── ssl_openssl.pas │ │ ├── ssl_openssl11.pas │ │ ├── ssl_openssl11_lib.pas │ │ ├── ssl_openssl3.pas │ │ ├── ssl_openssl3_lib.pas │ │ ├── ssl_openssl_capi.pas │ │ ├── ssl_openssl_lib.pas │ │ ├── ssl_sbb.pas │ │ ├── ssl_streamsec.pas │ │ ├── sslinux.inc │ │ ├── ssos2ws1.inc │ │ ├── ssposix.inc │ │ ├── sswin32.inc │ │ ├── synachar.pas │ │ ├── synacode.pas │ │ ├── synacrypt.pas │ │ ├── synadbg.pas │ │ ├── synafpc.pas │ │ ├── synaicnv.pas │ │ ├── synaip.pas │ │ ├── synamisc.pas │ │ ├── synaser.pas │ │ ├── synautil.pas │ │ ├── synsock.pas │ │ ├── tlntsend.pas │ │ └── tzutil.pas │ ├── uniqueinstance │ │ ├── InstanceIcon.ico │ │ ├── Makefile.in │ │ ├── registeruniqueinstance.pas │ │ ├── tuniqueinstance.bmp │ │ ├── tuniqueinstance.png │ │ ├── uniqueicon.lrs │ │ ├── uniqueinstance.pas │ │ ├── uniqueinstance_package.lpk │ │ ├── uniqueinstance_package.pas │ │ ├── uniqueinstancebase.pas │ │ └── uniqueinstanceraw.pas │ ├── vo │ │ ├── Makefile.in │ │ ├── TVO_Catalogs.bmp │ │ ├── TVO_Detail.bmp │ │ ├── TVO_TableData.bmp │ │ ├── cu_vo.lrs │ │ ├── cu_vo.pas │ │ ├── cu_vocatalog.pas │ │ ├── cu_vodata.pas │ │ ├── cu_vodetail.pas │ │ ├── demo │ │ │ ├── demo.lpi │ │ │ ├── demo.lpr │ │ │ ├── demo1.lfm │ │ │ ├── demo1.lrs │ │ │ ├── demo1.pas │ │ │ ├── pr_vodetail.lfm │ │ │ ├── pr_vodetail.lrs │ │ │ └── pr_vodetail.pas │ │ ├── lazvo.lpk │ │ ├── lazvo.pas │ │ ├── makeres │ │ └── u_voconstant.pas │ ├── vosamp │ │ ├── Makefile.in │ │ ├── cu_sampclient.pas │ │ ├── cu_sampserver.pas │ │ ├── demo │ │ │ ├── samptest.ico │ │ │ ├── samptest.lpi │ │ │ ├── samptest.lpr │ │ │ ├── samptest.res │ │ │ ├── samptest1.lfm │ │ │ └── samptest1.pas │ │ ├── vosamp.lpk │ │ └── vosamp.pas │ ├── xmlparser │ │ ├── LibXmlComps.pas │ │ ├── LibXmlParser.pas │ │ ├── Licence.txt │ │ ├── Makefile.in │ │ ├── readme.txt │ │ ├── xmlparser.lpk │ │ └── xmlparser.pas │ └── zoomimage │ │ ├── Makefile.in │ │ ├── TZoomImage.bmp │ │ ├── cu_zoomimage.pas │ │ ├── u_bitmap.pas │ │ ├── zoomimage.lpk │ │ ├── zoomimage.lrs │ │ └── zoomimage.pas ├── cu_alpacamanagement.pas ├── cu_ascommount.pas ├── cu_ascomrest.pas ├── cu_ascomrestmount.pas ├── cu_calceph.pas ├── cu_catalog.pas ├── cu_database.pas ├── cu_fits.pas ├── cu_healpix.pas ├── cu_httpdownload.pas ├── cu_indimount.pas ├── cu_mount.pas ├── cu_planet.pas ├── cu_plansat.pas ├── cu_plot.pas ├── cu_skychart.pas ├── cu_smallsat.pas ├── cu_tcpserver.pas ├── cu_tz.pas ├── fu_chart.lfm ├── fu_chart.pas ├── fu_config_calendar.lfm ├── fu_config_calendar.pas ├── fu_config_catalog.lfm ├── fu_config_catalog.pas ├── fu_config_chart.lfm ├── fu_config_chart.pas ├── fu_config_display.lfm ├── fu_config_display.pas ├── fu_config_internet.lfm ├── fu_config_internet.pas ├── fu_config_observatory.lfm ├── fu_config_observatory.pas ├── fu_config_pictures.lfm ├── fu_config_pictures.pas ├── fu_config_solsys.lfm ├── fu_config_solsys.pas ├── fu_config_system.lfm ├── fu_config_system.pas ├── fu_config_time.lfm ├── fu_config_time.pas ├── fu_script.lfm ├── fu_script.pas ├── gpl.txt ├── grid_images.lrs ├── lazhelphtml_fix.pas ├── library │ ├── Makefile.in │ ├── calceph │ │ ├── Makefile │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── Makefile.mingw │ │ ├── Makefile.vc │ │ ├── Makefile.win32 │ │ ├── Makefile.win64 │ │ ├── _Readme.txt │ │ ├── calceph.c │ │ ├── calceph.h │ │ ├── calcephast.c │ │ ├── calcephbinpckio.c │ │ ├── calcephchebyshev.c │ │ ├── calcephchebyshev.h │ │ ├── calcephconfig.h.in │ │ ├── calcephconfig.std │ │ ├── calcephconfig.vc │ │ ├── calcephdebug.h │ │ ├── calcephfileversion.c │ │ ├── calcephinpop.h │ │ ├── calcephinpopfileversion.c │ │ ├── calcephinpopio.c │ │ ├── calcephinpoporientrecord.c │ │ ├── calcephinpoppositionrecord.c │ │ ├── calcephinpoptime.c │ │ ├── calcephinternal.h │ │ ├── calcephio.c │ │ ├── calcephlink.c │ │ ├── calcephorientrecord.c │ │ ├── calcephpam.c │ │ ├── calcephpositionrecord.c │ │ ├── calcephspice.c │ │ ├── calcephspice.h │ │ ├── calcephspicefileversion.c │ │ ├── calcephspiceorientrecord.c │ │ ├── calcephspicepositionrecord.c │ │ ├── calcephspicetime.c │ │ ├── calcephspkinterpolhermite.c │ │ ├── calcephspkinterpollagrange.c │ │ ├── calcephspkio.c │ │ ├── calcephspkseg1.c │ │ ├── calcephspkseg12.c │ │ ├── calcephspkseg13.c │ │ ├── calcephspkseg17.c │ │ ├── calcephspkseg18.c │ │ ├── calcephspkseg2.c │ │ ├── calcephspkseg21.c │ │ ├── calcephspkseg5.c │ │ ├── calcephstatetype.c │ │ ├── calcephstatetype.h │ │ ├── calcephtime.c │ │ ├── calcephtxtfkio.c │ │ ├── calcephtxtmkio.c │ │ ├── calcephtxtpckio.c │ │ ├── calcephtxtpckorient.c │ │ ├── calcephversion.c │ │ ├── f2003calceph.f │ │ ├── f2003calceph.f.in │ │ ├── f2003main.f │ │ ├── f90calceph.h │ │ ├── f90calceph.h.in │ │ ├── interfaces_C_F90.c │ │ ├── real.h │ │ ├── util.c │ │ └── util.h │ ├── catalog │ │ ├── Makefile.in │ │ ├── bscunit.pas │ │ ├── catalog.lpi │ │ ├── catalog.lpr │ │ ├── cdccatalog.lpk │ │ ├── cdccatalog.pas │ │ ├── demo │ │ │ ├── catalog.res │ │ │ ├── catalogues.pas │ │ │ ├── catdemoclx.cfg │ │ │ ├── catdemoclx.conf │ │ │ ├── catdemoclx.dof │ │ │ ├── catdemoclx.dpr │ │ │ ├── catdemoclx.kof │ │ │ ├── catdemoclx.res │ │ │ ├── catdemovcl.cfg │ │ │ ├── catdemovcl.dof │ │ │ ├── catdemovcl.dpr │ │ │ ├── catdemovcl.res │ │ │ ├── demo.conf │ │ │ ├── demo.kof │ │ │ ├── demo.res │ │ │ ├── demo1.ddp │ │ │ ├── demo1.pas │ │ │ ├── demo1.xfm │ │ │ ├── demovcl.res │ │ │ ├── demovcl1.ddp │ │ │ ├── demovcl1.dfm │ │ │ └── demovcl1.pas │ │ ├── dscat.pas │ │ ├── findunit.pas │ │ ├── gaiaunit.pas │ │ ├── gcatunit.pas │ │ ├── gcmunit.pas │ │ ├── gcvunit.pas │ │ ├── gpl.txt │ │ ├── gpnunit.pas │ │ ├── gsccompact.pas │ │ ├── gscconst.pas │ │ ├── gscfits.pas │ │ ├── gscunit.pas │ │ ├── lbnunit.pas │ │ ├── microcatunit.pas │ │ ├── oclunit.pas │ │ ├── pgcunit.pas │ │ ├── rc3unit.pas │ │ ├── readme.txt │ │ ├── sacunit.pas │ │ ├── skylibcat.pas │ │ ├── skyunit.pas │ │ ├── ticunit.pas │ │ ├── tyc2unit.pas │ │ ├── tycunit.pas │ │ ├── usnoaunit.pas │ │ ├── usnobunit.pas │ │ ├── vocat.pas │ │ └── wdsunit.pas │ ├── chealpix │ │ ├── Makefile.darwin │ │ ├── Makefile.darwin64 │ │ ├── Makefile.win32 │ │ ├── Makefile.win64 │ │ ├── Readme.txt │ │ ├── chealpix.c │ │ ├── chealpix.dox │ │ ├── chealpix.h │ │ └── test_chealpix.c │ ├── getdss │ │ ├── Makefile │ │ ├── Makefile.debug │ │ ├── Makefile.win32 │ │ ├── Makefile.win64 │ │ ├── bitfile.h │ │ ├── bitinput.cpp │ │ ├── decode.cpp │ │ ├── dodecode.cpp │ │ ├── dss.cpp │ │ ├── dss.h │ │ ├── environ.dat │ │ ├── errcode.h │ │ ├── extr_fit.cpp │ │ ├── get_dss.cpp │ │ ├── get_dss.def │ │ ├── get_dss.dsp │ │ ├── get_dss.h │ │ ├── get_dss.lnk │ │ ├── getdss.def │ │ ├── getdss.dsp │ │ ├── getdss.h │ │ ├── getdss.mak │ │ ├── getdss_dll.cpp │ │ ├── getdss_lib.cpp │ │ ├── getdss_lib.h │ │ ├── getpiece.cpp │ │ ├── hdcmprss.cpp │ │ ├── hh2.dat │ │ ├── hhh.dat │ │ ├── hi_comp.lis │ │ ├── hinv.cpp │ │ ├── ifile │ │ ├── image.h │ │ ├── improve.txt │ │ ├── main_dll.cpp │ │ ├── makefile.getdss │ │ ├── makefile.unx │ │ ├── makefile.wat │ │ ├── makelump.cpp │ │ ├── median.cpp │ │ ├── platelst.cpp │ │ ├── platelst.h │ │ ├── qtreedec.cpp │ │ ├── readme.doc │ │ ├── tear.cpp │ │ └── win32.mak │ ├── indi │ │ └── readme.txt │ ├── license.txt │ ├── openssl │ │ ├── make_openssl_mac.txt │ │ └── make_openssl_windows.txt │ ├── plan404 │ │ ├── Makefile │ │ ├── Makefile.win32 │ │ ├── Makefile.win64 │ │ ├── cmoon.c │ │ ├── demo404.conf │ │ ├── demo404.dpr │ │ ├── demo404.kof │ │ ├── demo404.res │ │ ├── demo404u.pas │ │ ├── demo404u.xfm │ │ ├── descrip.mms │ │ ├── ear404.c │ │ ├── epsiln.c │ │ ├── example.ans │ │ ├── example.c │ │ ├── example.opt │ │ ├── gplan.c │ │ ├── jup404.c │ │ ├── make_win32.cmd │ │ ├── make_win64.cmd │ │ ├── mar404.c │ │ ├── mer404.c │ │ ├── msc.mak │ │ ├── nep404.c │ │ ├── nutate.c │ │ ├── obj │ │ │ └── readme │ │ ├── plan404.c │ │ ├── plan404.def │ │ ├── plan404.dsp │ │ ├── plan404.h │ │ ├── plantbl.h │ │ ├── plu404.c │ │ ├── precess.c │ │ ├── readme │ │ ├── readme_lib.txt │ │ ├── sat404.c │ │ ├── sidrlt.c │ │ ├── ura404.c │ │ └── ven404.c │ ├── readme.txt │ ├── spice │ │ ├── Makefile │ │ ├── Makefile.win32 │ │ ├── Makefile.win64 │ │ ├── Readme │ │ ├── cspice │ │ │ ├── Makefile │ │ │ ├── Makefile.win32 │ │ │ └── Makefile.win64 │ │ └── passpice.c │ ├── sqlite │ │ ├── Makefile.win │ │ ├── Readme.txt │ │ ├── make_win32.cmd │ │ └── make_win64.cmd │ ├── wcs │ │ ├── 1_cdcfix.sh │ │ ├── COPYING │ │ ├── Files │ │ ├── Makefile │ │ ├── Makefile.win32 │ │ ├── Makefile.win64 │ │ ├── NEWS │ │ ├── Readme │ │ ├── Update.sao │ │ ├── actread.c │ │ ├── ang2str.c │ │ ├── binread.c │ │ ├── caphot.c │ │ ├── catutil.c │ │ ├── cdcwcs.c │ │ ├── cel.c │ │ ├── ctgread.c │ │ ├── daoread.c │ │ ├── dateutil.c │ │ ├── dateutil0.c │ │ ├── distort │ │ ├── distort.c │ │ ├── dsspos.c │ │ ├── fileutil.c │ │ ├── findstar.c │ │ ├── fitsfile.c │ │ ├── fitsfile.h │ │ ├── fitsfile1.h │ │ ├── fitshead.h │ │ ├── fitswcs.c │ │ ├── fitswcs.h │ │ ├── fortcat.c │ │ ├── fortwcs.c │ │ ├── gsc2read.c │ │ ├── gscread.c │ │ ├── healpix.diff │ │ ├── healpix.doc │ │ ├── hget.c │ │ ├── hget1.c │ │ ├── hput.c │ │ ├── hput1.c │ │ ├── html2sp.c │ │ ├── iget.c │ │ ├── imgetwcs.c │ │ ├── imhfile.c │ │ ├── imio.c │ │ ├── imio.h │ │ ├── imrotate.c │ │ ├── imrotate1.c │ │ ├── imsetwcs.c │ │ ├── imutil.c │ │ ├── lin.c │ │ ├── log.c │ │ ├── lwcs │ │ ├── lwcs.h │ │ ├── matchstar.c │ │ ├── matchstar1.c │ │ ├── mingw.txt │ │ ├── nut1981.c │ │ ├── nut2006.c │ │ ├── platefit.c │ │ ├── platepos.c │ │ ├── polfit.c │ │ ├── poly.c │ │ ├── proj.c │ │ ├── sdssread.c │ │ ├── sdsssql.c │ │ ├── shrink.c │ │ ├── skybotread.c │ │ ├── sortstar.c │ │ ├── sph.c │ │ ├── str2ang.c │ │ ├── str2dcpp.c │ │ ├── str2dsun.c │ │ ├── tabread.c │ │ ├── tabsort.c │ │ ├── tmcread.c │ │ ├── tnxpos.c │ │ ├── ty2read.c │ │ ├── uacread.c │ │ ├── ubcread.c │ │ ├── ucacread.c │ │ ├── ucacread.c20130208 │ │ ├── ucacread0.c │ │ ├── ujcread.c │ │ ├── wcs.c │ │ ├── wcs.h │ │ ├── wcscat.h │ │ ├── wcscat1.h │ │ ├── wcscon.c │ │ ├── wcscon1.c │ │ ├── wcsinit.c │ │ ├── wcslib.c │ │ ├── wcslib.h │ │ ├── wcstrig.c │ │ ├── webread.c │ │ ├── webread0.c │ │ ├── worldpos.c │ │ └── zpxpos.c │ ├── xplanet │ │ ├── README-xplanet-mac.txt │ │ └── README-xplanet-windows.txt │ └── zlib │ │ ├── Readme.txt │ │ └── make_zlib_win.sh ├── makepo.cmd ├── makepo.sh ├── menu.txt ├── menuupd.sh ├── mtpcpu.pas ├── pr_vodetail.lfm ├── pr_vodetail.pas ├── pu_about.lfm ├── pu_about.pas ├── pu_addlabel.lfm ├── pu_addlabel.pas ├── pu_calendar.lfm ├── pu_calendar.pas ├── pu_catalog_detail.lfm ├── pu_catalog_detail.pas ├── pu_catgen.lfm ├── pu_catgen.pas ├── pu_catgenadv.lfm ├── pu_catgenadv.pas ├── pu_clock.lfm ├── pu_clock.pas ├── pu_config.lfm ├── pu_config.pas ├── pu_config_calendar.lfm ├── pu_config_calendar.pas ├── pu_config_catalog.lfm ├── pu_config_catalog.pas ├── pu_config_chart.lfm ├── pu_config_chart.pas ├── pu_config_display.lfm ├── pu_config_display.pas ├── pu_config_internet.lfm ├── pu_config_internet.pas ├── pu_config_observatory.lfm ├── pu_config_observatory.pas ├── pu_config_pictures.lfm ├── pu_config_pictures.pas ├── pu_config_solsys.lfm ├── pu_config_solsys.pas ├── pu_config_system.lfm ├── pu_config_system.pas ├── pu_config_time.lfm ├── pu_config_time.pas ├── pu_configdirect.lfm ├── pu_configdirect.pas ├── pu_detail.lfm ├── pu_detail.pas ├── pu_edittoolbar.lfm ├── pu_edittoolbar.pas ├── pu_fov.lfm ├── pu_fov.pas ├── pu_getdss.lfm ├── pu_getdss.pas ├── pu_image.lfm ├── pu_image.pas ├── pu_imglist.lfm ├── pu_imglist.pas ├── pu_info.lfm ├── pu_info.pas ├── pu_main.lfm ├── pu_main.pas ├── pu_manualtelescope.lfm ├── pu_manualtelescope.pas ├── pu_mosaic.lfm ├── pu_mosaic.pas ├── pu_mount.lfm ├── pu_mount.pas ├── pu_observatory_db.lfm ├── pu_observatory_db.pas ├── pu_obslist.lfm ├── pu_obslist.pas ├── pu_pascaleditor.lfm ├── pu_pascaleditor.pas ├── pu_planetinfo.lfm ├── pu_planetinfo.pas ├── pu_position.lfm ├── pu_position.pas ├── pu_precession.lfm ├── pu_precession.pas ├── pu_prepoint.lfm ├── pu_prepoint.pas ├── pu_print.lfm ├── pu_print.pas ├── pu_printsetup.lfm ├── pu_printsetup.pas ├── pu_progressbar.lfm ├── pu_progressbar.pas ├── pu_scriptconfig.lfm ├── pu_scriptconfig.pas ├── pu_scriptengine.lfm ├── pu_scriptengine.pas ├── pu_search.lfm ├── pu_search.pas ├── pu_selectlayout.lfm ├── pu_selectlayout.pas ├── pu_splash.lfm ├── pu_splash.pas ├── pu_tour.lfm ├── pu_tour.pas ├── pu_tray.lfm ├── pu_tray.pas ├── pu_updcatalog.lfm ├── pu_updcatalog.pas ├── pu_voconfig.lfm ├── pu_voconfig.pas ├── pu_zoom.lfm ├── pu_zoom.pas ├── revision.inc ├── safe_gtkrc ├── sample_client │ ├── PowerShell │ │ └── democdc.ps1 │ ├── Qt │ │ ├── cdc.pro │ │ ├── cdcClient.cpp │ │ ├── cdcClient.h │ │ ├── main.cpp │ │ ├── readme │ │ ├── tcpClient.cpp │ │ └── tcpClient.h │ ├── astrolabe │ │ ├── Dask.pas │ │ ├── PCI-Dask.dll │ │ ├── README.txt │ │ ├── astrolabe.ico │ │ ├── astrolabe.ini │ │ ├── astrolabe.lpi │ │ ├── astrolabe.lpr │ │ ├── astrolabe.png │ │ ├── astrolabe.res │ │ ├── astrolabe1.lfm │ │ ├── astrolabe1.pas │ │ ├── astrolabe_static.ico │ │ ├── astrolabe_static.lpi │ │ ├── astrolabe_static.lpr │ │ ├── astrolabe_static.res │ │ ├── cu_tcpclient.pas │ │ ├── dask.ini │ │ ├── skychart_valdereuil.ini │ │ └── symbols │ │ │ ├── symbol1.png │ │ │ ├── symbol10.png │ │ │ ├── symbol11.png │ │ │ ├── symbol11_f.png │ │ │ ├── symbol11_fq.png │ │ │ ├── symbol11_lq.png │ │ │ ├── symbol11_n.png │ │ │ ├── symbol2.png │ │ │ ├── symbol4.png │ │ │ ├── symbol5.png │ │ │ ├── symbol6.png │ │ │ ├── symbol7.png │ │ │ ├── symbol8.png │ │ │ └── symbol9.png │ ├── ds2cdc │ │ ├── README.txt │ │ ├── Sky_DDE_util.pas │ │ ├── VB.txt │ │ ├── build.sh │ │ ├── cu_tcpclient.pas │ │ ├── ds2cdc.dll.zip │ │ ├── ds2cdc.ico │ │ ├── ds2cdc.lpi │ │ ├── ds2cdc.lpr │ │ ├── ds2cdc.res │ │ ├── ds2cdc1.lfm │ │ ├── ds2cdc1.pas │ │ ├── tstdll.ico │ │ ├── tstdll.lpi │ │ ├── tstdll.lpr │ │ ├── tstdll.res │ │ ├── tstdll1.lfm │ │ └── tstdll1.pas │ ├── java │ │ ├── CdcClient.java │ │ ├── TcpClient1.java │ │ └── TcpClient2.java │ ├── pascal │ │ ├── cdc_client.lpi │ │ ├── cdc_client.lpr │ │ ├── cdc_client.lrs │ │ ├── cdcclient1.lfm │ │ ├── cdcclient1.pas │ │ └── cu_tcpclient.pas │ ├── perl │ │ ├── chartlist.pl │ │ ├── chartlist.txt │ │ ├── tcpclient1.pl │ │ ├── tcpclient2.pl │ │ └── tcpclient3.pl │ ├── python │ │ ├── rise_set.py │ │ ├── rise_set_list.txt │ │ ├── testObsList.py │ │ └── testlist.txt │ └── script │ │ ├── client1.cmd │ │ ├── client1.sh │ │ ├── client2.sh │ │ └── vbclient.vbs ├── tass17.inc ├── testDE.lpi ├── testDE.lpr ├── uDE.pas ├── u_290.pas ├── u_CacheBMP.pas ├── u_ccdconfig.pas ├── u_constant.pas ├── u_grappavar.pas ├── u_help.pas ├── u_orbits.pas ├── u_projection.pas ├── u_satellite.pas ├── u_scriptsocket.pas ├── u_speech.pas ├── u_translation.pas ├── u_unzip.pas ├── u_util.pas ├── units │ ├── i386-linux-gtk │ │ └── readme.txt │ ├── i386-linux-gtk2 │ │ └── readme │ ├── i386-win32-win32 │ │ └── readme │ └── readme ├── unused_translation.sh ├── upsi_checklst.pas ├── upsi_translation.pas └── uscaledpi.pas ├── system_integration ├── Linux │ ├── debian │ │ ├── skychart-data-dso │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychart-data-pictures │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychart-data-stars │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychart-spice-base │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychart-spice-ext │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychart │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychart64 │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychartarm │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychartarm64 │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ ├── skychartqt6 │ │ │ └── DEBIAN │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ └── copyright │ │ └── skychartqt6arm │ │ │ └── DEBIAN │ │ │ ├── changelog │ │ │ ├── control │ │ │ └── copyright │ ├── rpm │ │ └── SPECS │ │ │ ├── skychart-data-dso.spec │ │ │ ├── skychart-data-pictures.spec │ │ │ ├── skychart-data-stars.spec │ │ │ ├── skychart-spice-base.spec │ │ │ ├── skychart-spice-ext.spec │ │ │ ├── skychart.spec │ │ │ ├── skychart64.spec │ │ │ └── skychartqt6.spec │ ├── share │ │ ├── applications │ │ │ ├── net.ap_i.catgen.desktop │ │ │ ├── net.ap_i.skychart.desktop │ │ │ └── net.ap_i.varobs.desktop │ │ ├── doc │ │ │ └── skychart │ │ │ │ ├── changelog │ │ │ │ └── copyright │ │ ├── icons │ │ │ └── hicolor │ │ │ │ ├── 32x32 │ │ │ │ └── apps │ │ │ │ │ ├── catgen.png │ │ │ │ │ ├── skychart.png │ │ │ │ │ └── varobs.png │ │ │ │ ├── 48x48 │ │ │ │ └── apps │ │ │ │ │ ├── catgen.png │ │ │ │ │ ├── skychart.png │ │ │ │ │ └── varobs.png │ │ │ │ ├── 96x96 │ │ │ │ └── apps │ │ │ │ │ ├── catgen.png │ │ │ │ │ ├── skychart.png │ │ │ │ │ └── varobs.png │ │ │ │ └── scalable │ │ │ │ └── apps │ │ │ │ ├── catgen.svg │ │ │ │ ├── skychart.svg │ │ │ │ └── varobs.svg │ │ ├── metainfo │ │ │ ├── net.ap_i.catgen.metainfo.xml │ │ │ ├── net.ap_i.skychart.metainfo.xml │ │ │ └── net.ap_i.varobs.metainfo.xml │ │ ├── mime │ │ │ └── packages │ │ │ │ └── net.ap_i.skychart.xml │ │ └── pixmaps │ │ │ ├── catgen.png │ │ │ ├── skychart.png │ │ │ └── varobs.png │ ├── skychart-data-dso │ │ └── share │ │ │ └── metainfo │ │ │ └── net.ap_i.skychart.skychart_data_dso.metainfo.xml │ └── skychart-data-stars │ │ └── share │ │ └── metainfo │ │ └── net.ap_i.skychart.skychart_data_stars.metainfo.xml ├── MacOSX │ ├── data │ │ ├── openssl-mac-arm64.tgz │ │ ├── openssl-mac.tgz │ │ ├── xplanet-mac-arm64.tgz │ │ └── xplanet-mac.tgz │ ├── pkg │ │ ├── cdcicon.app │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── PkgInfo │ │ │ │ └── Resources │ │ │ │ └── README.rtf │ │ ├── skychart.app │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── PkgInfo │ │ │ │ └── Resources │ │ │ │ ├── README.rtf │ │ │ │ ├── catgenIcon.icns │ │ │ │ └── cdcIcon2.icns │ │ ├── varobs.app │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── PkgInfo │ │ │ │ └── Resources │ │ │ │ ├── README.rtf │ │ │ │ └── varobs.icns │ │ └── varobs_lpv_bulletin.app │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── PkgInfo │ │ │ └── Resources │ │ │ └── README.rtf │ ├── readme.txt │ ├── readme_dso.txt │ ├── readme_pictures.txt │ ├── readme_spice.txt │ ├── readme_stars.txt │ ├── skychart-data-dso.packproj │ ├── skychart-data-pictures.packproj │ ├── skychart-data-spice-base.packproj │ ├── skychart-data-spice-ext.packproj │ ├── skychart-data-stars.packproj │ ├── skychart64.pkgproj │ └── skychartarm.pkgproj └── Windows │ ├── data │ ├── mkzoneinfo.sh │ ├── openssl-win32.zip │ ├── openssl-win64.zip │ ├── readme.txt │ ├── sqlite3.zip │ ├── sqlite3_x64.zip │ ├── xplanet-windows.zip │ └── zoneinfo.zip │ └── installer │ ├── skychart-data-dso │ ├── Presetup │ │ ├── gins.bmp │ │ └── readme.txt │ └── skychart-data-dso.iss │ ├── skychart-data-pictures │ ├── Presetup │ │ ├── gins.bmp │ │ └── readme.txt │ └── skychart-data-pictures.iss │ ├── skychart-data-stars │ ├── Presetup │ │ ├── gins.bmp │ │ └── readme.txt │ └── skychart-data-stars.iss │ ├── skychart-spice-base │ ├── Presetup │ │ ├── gins.bmp │ │ └── readme.txt │ └── skychart-spice-base.iss │ ├── skychart-spice-ext │ ├── Presetup │ │ ├── gins.bmp │ │ └── readme.txt │ └── skychart-spice-ext.iss │ └── skychart │ ├── Presetup │ ├── gins.bmp │ ├── readme.txt │ └── readme_astrolabe.txt │ ├── PrivateFiles │ └── skychart.ini │ ├── astrolabe.iss │ ├── cdcv3.iss │ ├── cdcv3_64.iss │ └── cdcvaldereuil.iss ├── tools ├── Lazarus_Patch │ ├── PascalScriptCOM.patch │ └── readme ├── Makefile.in ├── asteroides │ └── mpc5000.sh ├── cat.lst ├── cat │ ├── DSoutlines │ │ ├── README.md │ │ ├── ono-bin.prj │ │ ├── ono.dat │ │ ├── ono.hdr │ │ ├── ons-bin.prj │ │ ├── ons.dat │ │ ├── ons.hdr │ │ ├── outlines_catgen.dat │ │ └── surfaces_catgen.dat │ ├── RealSky │ │ ├── hh2.dat │ │ ├── hhh.dat │ │ ├── hi_comn.lis │ │ ├── hi_comp.lis │ │ ├── hi_coms.lis │ │ ├── lo_comp.lis │ │ └── readme │ ├── abell │ │ ├── ReadMe │ │ ├── abell.prj │ │ └── zwicky.prj │ ├── barnard │ │ └── src │ │ │ ├── ReadMe │ │ │ ├── barnard.prj │ │ │ └── cdc-readme.txt │ ├── gaia-dr3 │ │ ├── 1-download.sh │ │ ├── 2-extractgaia.sh │ │ ├── 3-extractgaiahip.sh │ │ ├── 4-mergegaiahip.sh │ │ ├── extractgaia.lpi │ │ ├── extractgaia.lpr │ │ ├── extractgaiahip.lpi │ │ ├── extractgaiahip.lpr │ │ ├── gaia12.prj │ │ ├── gaia15.prj │ │ ├── gaia18.prj │ │ ├── gaia21.prj │ │ ├── mergegaiahip.lpi │ │ ├── mergegaiahip.lpr │ │ ├── propermotion.pas │ │ ├── readme.txt │ │ └── zipsplit.txt │ ├── gaia-edr3 │ │ ├── extractgaia.lpi │ │ ├── extractgaia.lpr │ │ ├── gaia1.prj │ │ ├── gaia2.prj │ │ ├── gaia3.prj │ │ └── readme.txt │ ├── gcm │ │ └── src │ │ │ ├── catalog.txt │ │ │ ├── gcm.prj │ │ │ ├── gcmsize.lpi │ │ │ ├── gcmsize.lpr │ │ │ ├── mwgc.dat │ │ │ └── mwgc.onerow │ ├── gcvs │ │ ├── ReadMe │ │ └── gcvs.prj │ ├── gpn │ │ └── src │ │ │ ├── Plnhdr.txt │ │ │ ├── convgpn.dpr │ │ │ ├── convgpn1.dfm │ │ │ ├── convgpn1.pas │ │ │ ├── extract_pn.lpr │ │ │ ├── extract_pn1.lfm │ │ │ ├── extract_pn1.pas │ │ │ ├── gpn.prj │ │ │ ├── gpn.txt │ │ │ ├── pln.fit │ │ │ └── pln.txt │ ├── gsc │ │ └── src_converter │ │ │ ├── 0908.dat │ │ │ ├── 0908.gsc │ │ │ ├── convgsc.dpr │ │ │ ├── convgsc1.dfm │ │ │ ├── convgsc1.pas │ │ │ ├── convgsc2.dfm │ │ │ ├── convgsc2.pas │ │ │ ├── convgsc22.dpr │ │ │ ├── ldgsc.dpr │ │ │ ├── ldgsc1.dfm │ │ │ ├── ldgsc1.pas │ │ │ ├── readgsc.txt │ │ │ ├── sortgsc.dpr │ │ │ ├── sortgsc1.dfm │ │ │ └── sortgsc1.pas │ ├── hcg │ │ ├── ReadMe │ │ ├── galaxies.prj │ │ └── groups.prj │ ├── lbn │ │ └── src │ │ │ ├── ReadMe │ │ │ ├── catalog.dat │ │ │ └── lbn.prj │ ├── milkyway │ │ ├── Readme.txt │ │ ├── milkyway.dat │ │ ├── mwf.dat │ │ ├── mwf.hdr │ │ ├── mwf.prj │ │ ├── mwl.dat │ │ ├── mwl.hdr │ │ ├── mwl.prj │ │ ├── mwline.dat │ │ └── src │ │ │ ├── ReadMe.wri │ │ │ ├── milkyway.dat │ │ │ ├── mw_ol1.dat │ │ │ ├── mwcat.dpr │ │ │ ├── mwcat1.pas │ │ │ ├── mwcat1.xfm │ │ │ ├── mwf.prj │ │ │ ├── mwl.prj │ │ │ ├── mwline.dat │ │ │ ├── revfile.dpr │ │ │ ├── revfile1.dfm │ │ │ ├── revfile1.pas │ │ │ ├── togal.dpr │ │ │ ├── togal1.pas │ │ │ └── togal1.xfm │ ├── ngc2000 │ │ └── src │ │ │ ├── indexes │ │ │ ├── const.txt │ │ │ ├── constel.csv │ │ │ ├── constel.dat │ │ │ ├── constel.dpr │ │ │ ├── constel1.dfm │ │ │ ├── constel1.pas │ │ │ ├── idxbd.dpr │ │ │ ├── idxbd1.dfm │ │ │ ├── idxbd1.pas │ │ │ ├── idxcd.dpr │ │ │ ├── idxcd1.dfm │ │ │ ├── idxcd1.pas │ │ │ ├── idxcp.dpr │ │ │ ├── idxcp1.dfm │ │ │ ├── idxcp1.pas │ │ │ ├── idxgc.dpr │ │ │ ├── idxgc1.dfm │ │ │ ├── idxgc1.pas │ │ │ ├── idxgcvs.dfm │ │ │ ├── idxgcvs.dpr │ │ │ ├── idxgcvs.pas │ │ │ ├── idxgcvs1.dfm │ │ │ ├── idxgcvs1.pas │ │ │ ├── idxhd.dpr │ │ │ ├── idxhd1.dfm │ │ │ ├── idxhd1.pas │ │ │ ├── idxic.dpr │ │ │ ├── idxic1.dfm │ │ │ ├── idxic1.pas │ │ │ ├── idxmes.dpr │ │ │ ├── idxmes1.dfm │ │ │ ├── idxmes1.pas │ │ │ ├── idxngc.dpr │ │ │ ├── idxngc1.dfm │ │ │ ├── idxngc1.pas │ │ │ ├── idxsao.dpr │ │ │ ├── idxsao1.dfm │ │ │ ├── idxsao1.pas │ │ │ └── messier.csv │ │ │ └── ngc │ │ │ ├── Correction_ngc2000c.txt │ │ │ ├── convngc.dpr │ │ │ ├── convngc1.dfm │ │ │ ├── convngc1.pas │ │ │ ├── ldngc.dpr │ │ │ ├── ldngc1.dfm │ │ │ ├── ldngc1.pas │ │ │ ├── ngc.txt │ │ │ ├── ngc2000.txt │ │ │ ├── ngc2000c.txt │ │ │ ├── sortngc.dpr │ │ │ ├── sortngc1.dfm │ │ │ └── sortngc1.pas │ ├── ocl │ │ └── src │ │ │ ├── ReadMe │ │ │ ├── clusters.dat │ │ │ └── ocl.prj │ ├── openngc │ │ ├── ongc.hdr │ │ ├── ongc.ixr │ │ ├── ongc01.dat │ │ ├── ongc02.dat │ │ ├── ongc03.dat │ │ ├── ongc04.dat │ │ ├── ongc05.dat │ │ ├── ongc06.dat │ │ ├── ongc07.dat │ │ ├── ongc08.dat │ │ ├── ongc09.dat │ │ ├── ongc10.dat │ │ ├── ongc11.dat │ │ ├── ongc12.dat │ │ ├── ongc13.dat │ │ ├── ongc14.dat │ │ ├── ongc15.dat │ │ ├── ongc16.dat │ │ ├── ongc17.dat │ │ ├── ongc18.dat │ │ ├── ongc19.dat │ │ ├── ongc20.dat │ │ ├── ongc21.dat │ │ ├── ongc22.dat │ │ ├── ongc23.dat │ │ ├── ongc24.dat │ │ ├── ongc25.dat │ │ ├── ongc26.dat │ │ ├── ongc27.dat │ │ ├── ongc28.dat │ │ ├── ongc29.dat │ │ ├── ongc30.dat │ │ ├── ongc31.dat │ │ ├── ongc32.dat │ │ ├── ongc33.dat │ │ ├── ongc34.dat │ │ ├── ongc35.dat │ │ ├── ongc36.dat │ │ ├── ongc37.dat │ │ ├── ongc38.dat │ │ ├── ongc39.dat │ │ ├── ongc40.dat │ │ ├── ongc41.dat │ │ ├── ongc42.dat │ │ ├── ongc43.dat │ │ ├── ongc44.dat │ │ ├── ongc45.dat │ │ ├── ongc46.dat │ │ ├── ongc47.dat │ │ ├── ongc48.dat │ │ ├── ongc49.dat │ │ ├── ongc50.dat │ │ └── src │ │ │ ├── NGC.csv │ │ │ ├── README.md │ │ │ ├── addendum.csv │ │ │ ├── addendum.prj │ │ │ ├── cdc_change.txt │ │ │ └── openNGC.prj │ ├── pgc │ │ └── src │ │ │ ├── leda.prj │ │ │ └── readme_cdc.txt │ ├── ppmxl │ │ └── ppmxl.prj │ ├── sac │ │ └── src │ │ │ ├── SAC_DeepSky_Ver81_QCQ.TXT │ │ │ └── sac.prj │ ├── sh-2 │ │ └── src │ │ │ ├── ReadMe │ │ │ ├── cdc-readme.txt │ │ │ └── sh2.prj │ ├── specialized │ │ ├── cgcs.ReadMe │ │ ├── cgcs.prj │ │ ├── exoplanet.Readme │ │ ├── exoplanet.prj │ │ ├── exoplanet.sh │ │ ├── ls.ReadMe │ │ ├── ls.prj │ │ ├── lss.ReadMe │ │ ├── lss.prj │ │ ├── lwd.ReadMe │ │ ├── lwd.prj │ │ ├── miles.ReadMe │ │ ├── miles.csv │ │ ├── miles.prj │ │ ├── miles2.csv │ │ ├── miles2.prj │ │ ├── wr.ReadMe │ │ └── wr.prj │ ├── starindex │ │ ├── ReadMe │ │ └── sao.prj │ ├── synscan │ │ ├── src │ │ │ ├── adjustement.txt │ │ │ ├── firmware_stars.txt │ │ │ ├── starlist.txt │ │ │ └── synscan.pl │ │ ├── syn.hdr │ │ ├── syn.info2 │ │ ├── synscan.prj │ │ └── synscan.txt │ ├── tycho2 │ │ └── src │ │ │ ├── ReadMe.txt │ │ │ ├── convtyc2.dpr │ │ │ ├── convtyc21.dfm │ │ │ ├── convtyc21.pas │ │ │ ├── index.dat │ │ │ └── magnitude.txt │ ├── ucac2 │ │ └── src │ │ │ ├── readme.txt │ │ │ ├── u2cd1.bat │ │ │ ├── u2cd1.in │ │ │ ├── u2cd2.bat │ │ │ ├── u2cd2.in │ │ │ ├── u2cd3.bat │ │ │ ├── u2cd3.in │ │ │ ├── u2conv.dpr │ │ │ ├── ucac2.prj │ │ │ └── ucacbss.prj │ ├── ucac3 │ │ ├── src │ │ │ ├── u3conv.lpi │ │ │ └── u3conv.pas │ │ └── ucac3_catalog.prj │ ├── ucac4 │ │ ├── src │ │ │ ├── streaklist.txt │ │ │ ├── u4conv.lpi │ │ │ ├── u4conv.pas │ │ │ └── u4conv.sh │ │ ├── ucac4-streak.prj │ │ └── ucac4_catalog.prj │ ├── vdB │ │ ├── VII_21-ReadMe │ │ ├── readme.txt │ │ ├── vdb.prj │ │ └── vdb.txt │ ├── vsx │ │ ├── ReadMe_vsx │ │ ├── filedesc0 │ │ ├── filtervsx.pp │ │ ├── filtervsx.sh │ │ ├── vsxb.prj │ │ └── vsxv.prj │ ├── wds │ │ ├── ReadMe │ │ └── wds.prj │ └── xhip │ │ ├── src │ │ ├── Readme │ │ ├── catgen_gaiahip.dat │ │ ├── cdc_xhip.dat │ │ ├── cdc_xhip.pp │ │ ├── cdc_xhip_hr.pp │ │ ├── gaiacrossid_flag.txt │ │ ├── gaiahip.prj │ │ ├── makexhip.sh │ │ ├── manual_adjustment.txt │ │ └── starsname.dat │ │ ├── star.hdr │ │ ├── star.ixr │ │ ├── star01.dat │ │ ├── star02.dat │ │ ├── star03.dat │ │ ├── star04.dat │ │ ├── star05.dat │ │ ├── star06.dat │ │ ├── star07.dat │ │ ├── star08.dat │ │ ├── star09.dat │ │ ├── star10.dat │ │ ├── star11.dat │ │ ├── star12.dat │ │ ├── star13.dat │ │ ├── star14.dat │ │ ├── star15.dat │ │ ├── star16.dat │ │ ├── star17.dat │ │ ├── star18.dat │ │ ├── star19.dat │ │ ├── star20.dat │ │ ├── star21.dat │ │ ├── star22.dat │ │ ├── star23.dat │ │ ├── star24.dat │ │ ├── star25.dat │ │ ├── star26.dat │ │ ├── star27.dat │ │ ├── star28.dat │ │ ├── star29.dat │ │ ├── star30.dat │ │ ├── star31.dat │ │ ├── star32.dat │ │ ├── star33.dat │ │ ├── star34.dat │ │ ├── star35.dat │ │ ├── star36.dat │ │ ├── star37.dat │ │ ├── star38.dat │ │ ├── star39.dat │ │ ├── star40.dat │ │ ├── star41.dat │ │ ├── star42.dat │ │ ├── star43.dat │ │ ├── star44.dat │ │ ├── star45.dat │ │ ├── star46.dat │ │ ├── star47.dat │ │ ├── star48.dat │ │ ├── star49.dat │ │ └── star50.dat ├── data.lst ├── data │ ├── Themes │ │ ├── default │ │ │ ├── arrow.bmp │ │ │ ├── compass.bmp │ │ │ ├── daylight │ │ │ │ ├── 16x16 │ │ │ │ │ ├── i0.png │ │ │ │ │ ├── i1.png │ │ │ │ │ ├── i10.png │ │ │ │ │ ├── i100.png │ │ │ │ │ ├── i101.png │ │ │ │ │ ├── i102.png │ │ │ │ │ ├── i103.png │ │ │ │ │ ├── i104.png │ │ │ │ │ ├── i105.png │ │ │ │ │ ├── i106.png │ │ │ │ │ ├── i107.png │ │ │ │ │ ├── i108.png │ │ │ │ │ ├── i109.png │ │ │ │ │ ├── i11.png │ │ │ │ │ ├── i110.png │ │ │ │ │ ├── i111.png │ │ │ │ │ ├── i112.png │ │ │ │ │ ├── i113.png │ │ │ │ │ ├── i114.png │ │ │ │ │ ├── i115.png │ │ │ │ │ ├── i116.png │ │ │ │ │ ├── i117.png │ │ │ │ │ ├── i118.png │ │ │ │ │ ├── i119.png │ │ │ │ │ ├── i12.png │ │ │ │ │ ├── i120.png │ │ │ │ │ ├── i121.png │ │ │ │ │ ├── i122.png │ │ │ │ │ ├── i123.png │ │ │ │ │ ├── i124.png │ │ │ │ │ ├── i125.png │ │ │ │ │ ├── i126.png │ │ │ │ │ ├── i127.png │ │ │ │ │ ├── i128.png │ │ │ │ │ ├── i129.png │ │ │ │ │ ├── i13.png │ │ │ │ │ ├── i130.png │ │ │ │ │ ├── i131.png │ │ │ │ │ ├── i132.png │ │ │ │ │ ├── i133.png │ │ │ │ │ ├── i134.png │ │ │ │ │ ├── i135.png │ │ │ │ │ ├── i14.png │ │ │ │ │ ├── i15.png │ │ │ │ │ ├── i16.png │ │ │ │ │ ├── i17.png │ │ │ │ │ ├── i18.png │ │ │ │ │ ├── i19.png │ │ │ │ │ ├── i2.png │ │ │ │ │ ├── i20.png │ │ │ │ │ ├── i21.png │ │ │ │ │ ├── i22.png │ │ │ │ │ ├── i23.png │ │ │ │ │ ├── i24.png │ │ │ │ │ ├── i25.png │ │ │ │ │ ├── i26.png │ │ │ │ │ ├── i27.png │ │ │ │ │ ├── i28.png │ │ │ │ │ ├── i29.png │ │ │ │ │ ├── i3.png │ │ │ │ │ ├── i30.png │ │ │ │ │ ├── i31.png │ │ │ │ │ ├── i32.png │ │ │ │ │ ├── i33.png │ │ │ │ │ ├── i34.png │ │ │ │ │ ├── i35.png │ │ │ │ │ ├── i36.png │ │ │ │ │ ├── i37.png │ │ │ │ │ ├── i38.png │ │ │ │ │ ├── i39.png │ │ │ │ │ ├── i4.png │ │ │ │ │ ├── i40.png │ │ │ │ │ ├── i41.png │ │ │ │ │ ├── i42.png │ │ │ │ │ ├── i43.png │ │ │ │ │ ├── i44.png │ │ │ │ │ ├── i45.png │ │ │ │ │ ├── i46.png │ │ │ │ │ ├── i47.png │ │ │ │ │ ├── i48.png │ │ │ │ │ ├── i49.png │ │ │ │ │ ├── i5.png │ │ │ │ │ ├── i50.png │ │ │ │ │ ├── i51.png │ │ │ │ │ ├── i52.png │ │ │ │ │ ├── i53.png │ │ │ │ │ ├── i54.png │ │ │ │ │ ├── i55.png │ │ │ │ │ ├── i56.png │ │ │ │ │ ├── i57.png │ │ │ │ │ ├── i58.png │ │ │ │ │ ├── i59.png │ │ │ │ │ ├── i6.png │ │ │ │ │ ├── i60.png │ │ │ │ │ ├── i61.png │ │ │ │ │ ├── i62.png │ │ │ │ │ ├── i63.png │ │ │ │ │ ├── i64.png │ │ │ │ │ ├── i65.png │ │ │ │ │ ├── i66.png │ │ │ │ │ ├── i67.png │ │ │ │ │ ├── i68.png │ │ │ │ │ ├── i69.png │ │ │ │ │ ├── i7.png │ │ │ │ │ ├── i70.png │ │ │ │ │ ├── i71.png │ │ │ │ │ ├── i72.png │ │ │ │ │ ├── i73.png │ │ │ │ │ ├── i74.png │ │ │ │ │ ├── i75.png │ │ │ │ │ ├── i76.png │ │ │ │ │ ├── i77.png │ │ │ │ │ ├── i78.png │ │ │ │ │ ├── i79.png │ │ │ │ │ ├── i8.png │ │ │ │ │ ├── i80.png │ │ │ │ │ ├── i81.png │ │ │ │ │ ├── i82.png │ │ │ │ │ ├── i83.png │ │ │ │ │ ├── i84.png │ │ │ │ │ ├── i85.png │ │ │ │ │ ├── i86.png │ │ │ │ │ ├── i87.png │ │ │ │ │ ├── i88.png │ │ │ │ │ ├── i89.png │ │ │ │ │ ├── i9.png │ │ │ │ │ ├── i90.png │ │ │ │ │ ├── i91.png │ │ │ │ │ ├── i92.png │ │ │ │ │ ├── i93.png │ │ │ │ │ ├── i94.png │ │ │ │ │ ├── i95.png │ │ │ │ │ ├── i96.png │ │ │ │ │ ├── i97.png │ │ │ │ │ ├── i98.png │ │ │ │ │ └── i99.png │ │ │ │ ├── 22x22 │ │ │ │ │ ├── i0.png │ │ │ │ │ ├── i1.png │ │ │ │ │ ├── i10.png │ │ │ │ │ ├── i100.png │ │ │ │ │ ├── i101.png │ │ │ │ │ ├── i102.png │ │ │ │ │ ├── i103.png │ │ │ │ │ ├── i104.png │ │ │ │ │ ├── i105.png │ │ │ │ │ ├── i106.png │ │ │ │ │ ├── i107.png │ │ │ │ │ ├── i108.png │ │ │ │ │ ├── i109.png │ │ │ │ │ ├── i11.png │ │ │ │ │ ├── i110.png │ │ │ │ │ ├── i111.png │ │ │ │ │ ├── i112.png │ │ │ │ │ ├── i113.png │ │ │ │ │ ├── i114.png │ │ │ │ │ ├── i115.png │ │ │ │ │ ├── i116.png │ │ │ │ │ ├── i117.png │ │ │ │ │ ├── i118.png │ │ │ │ │ ├── i119.png │ │ │ │ │ ├── i12.png │ │ │ │ │ ├── i120.png │ │ │ │ │ ├── i121.png │ │ │ │ │ ├── i122.png │ │ │ │ │ ├── i123.png │ │ │ │ │ ├── i124.png │ │ │ │ │ ├── i125.png │ │ │ │ │ ├── i126.png │ │ │ │ │ ├── i127.png │ │ │ │ │ ├── i128.png │ │ │ │ │ ├── i129.png │ │ │ │ │ ├── i13.png │ │ │ │ │ ├── i130.png │ │ │ │ │ ├── i131.png │ │ │ │ │ ├── i132.png │ │ │ │ │ ├── i133.png │ │ │ │ │ ├── i134.png │ │ │ │ │ ├── i135.png │ │ │ │ │ ├── i14.png │ │ │ │ │ ├── i15.png │ │ │ │ │ ├── i16.png │ │ │ │ │ ├── i17.png │ │ │ │ │ ├── i18.png │ │ │ │ │ ├── i19.png │ │ │ │ │ ├── i2.png │ │ │ │ │ ├── i20.png │ │ │ │ │ ├── i21.png │ │ │ │ │ ├── i22.png │ │ │ │ │ ├── i23.png │ │ │ │ │ ├── i24.png │ │ │ │ │ ├── i25.png │ │ │ │ │ ├── i26.png │ │ │ │ │ ├── i27.png │ │ │ │ │ ├── i28.png │ │ │ │ │ ├── i29.png │ │ │ │ │ ├── i3.png │ │ │ │ │ ├── i30.png │ │ │ │ │ ├── i31.png │ │ │ │ │ ├── i32.png │ │ │ │ │ ├── i33.png │ │ │ │ │ ├── i34.png │ │ │ │ │ ├── i35.png │ │ │ │ │ ├── i36.png │ │ │ │ │ ├── i37.png │ │ │ │ │ ├── i38.png │ │ │ │ │ ├── i39.png │ │ │ │ │ ├── i4.png │ │ │ │ │ ├── i40.png │ │ │ │ │ ├── i41.png │ │ │ │ │ ├── i42.png │ │ │ │ │ ├── i43.png │ │ │ │ │ ├── i44.png │ │ │ │ │ ├── i45.png │ │ │ │ │ ├── i46.png │ │ │ │ │ ├── i47.png │ │ │ │ │ ├── i48.png │ │ │ │ │ ├── i49.png │ │ │ │ │ ├── i5.png │ │ │ │ │ ├── i50.png │ │ │ │ │ ├── i51.png │ │ │ │ │ ├── i52.png │ │ │ │ │ ├── i53.png │ │ │ │ │ ├── i54.png │ │ │ │ │ ├── i55.png │ │ │ │ │ ├── i56.png │ │ │ │ │ ├── i57.png │ │ │ │ │ ├── i58.png │ │ │ │ │ ├── i59.png │ │ │ │ │ ├── i6.png │ │ │ │ │ ├── i60.png │ │ │ │ │ ├── i61.png │ │ │ │ │ ├── i62.png │ │ │ │ │ ├── i63.png │ │ │ │ │ ├── i64.png │ │ │ │ │ ├── i65.png │ │ │ │ │ ├── i66.png │ │ │ │ │ ├── i67.png │ │ │ │ │ ├── i68.png │ │ │ │ │ ├── i69.png │ │ │ │ │ ├── i7.png │ │ │ │ │ ├── i70.png │ │ │ │ │ ├── i71.png │ │ │ │ │ ├── i72.png │ │ │ │ │ ├── i73.png │ │ │ │ │ ├── i74.png │ │ │ │ │ ├── i75.png │ │ │ │ │ ├── i76.png │ │ │ │ │ ├── i77.png │ │ │ │ │ ├── i78.png │ │ │ │ │ ├── i79.png │ │ │ │ │ ├── i8.png │ │ │ │ │ ├── i80.png │ │ │ │ │ ├── i81.png │ │ │ │ │ ├── i82.png │ │ │ │ │ ├── i83.png │ │ │ │ │ ├── i84.png │ │ │ │ │ ├── i85.png │ │ │ │ │ ├── i86.png │ │ │ │ │ ├── i87.png │ │ │ │ │ ├── i88.png │ │ │ │ │ ├── i89.png │ │ │ │ │ ├── i9.png │ │ │ │ │ ├── i90.png │ │ │ │ │ ├── i91.png │ │ │ │ │ ├── i92.png │ │ │ │ │ ├── i93.png │ │ │ │ │ ├── i94.png │ │ │ │ │ ├── i95.png │ │ │ │ │ ├── i96.png │ │ │ │ │ ├── i97.png │ │ │ │ │ ├── i98.png │ │ │ │ │ └── i99.png │ │ │ │ └── 32x32 │ │ │ │ │ ├── i0.png │ │ │ │ │ ├── i1.png │ │ │ │ │ ├── i10.png │ │ │ │ │ ├── i100.png │ │ │ │ │ ├── i101.png │ │ │ │ │ ├── i102.png │ │ │ │ │ ├── i103.png │ │ │ │ │ ├── i104.png │ │ │ │ │ ├── i105.png │ │ │ │ │ ├── i106.png │ │ │ │ │ ├── i107.png │ │ │ │ │ ├── i108.png │ │ │ │ │ ├── i109.png │ │ │ │ │ ├── i11.png │ │ │ │ │ ├── i110.png │ │ │ │ │ ├── i111.png │ │ │ │ │ ├── i112.png │ │ │ │ │ ├── i113.png │ │ │ │ │ ├── i114.png │ │ │ │ │ ├── i115.png │ │ │ │ │ ├── i116.png │ │ │ │ │ ├── i117.png │ │ │ │ │ ├── i118.png │ │ │ │ │ ├── i119.png │ │ │ │ │ ├── i12.png │ │ │ │ │ ├── i120.png │ │ │ │ │ ├── i121.png │ │ │ │ │ ├── i122.png │ │ │ │ │ ├── i123.png │ │ │ │ │ ├── i124.png │ │ │ │ │ ├── i125.png │ │ │ │ │ ├── i126.png │ │ │ │ │ ├── i127.png │ │ │ │ │ ├── i128.png │ │ │ │ │ ├── i129.png │ │ │ │ │ ├── i13.png │ │ │ │ │ ├── i130.png │ │ │ │ │ ├── i131.png │ │ │ │ │ ├── i132.png │ │ │ │ │ ├── i133.png │ │ │ │ │ ├── i134.png │ │ │ │ │ ├── i135.png │ │ │ │ │ ├── i14.png │ │ │ │ │ ├── i15.png │ │ │ │ │ ├── i16.png │ │ │ │ │ ├── i17.png │ │ │ │ │ ├── i18.png │ │ │ │ │ ├── i19.png │ │ │ │ │ ├── i2.png │ │ │ │ │ ├── i20.png │ │ │ │ │ ├── i21.png │ │ │ │ │ ├── i22.png │ │ │ │ │ ├── i23.png │ │ │ │ │ ├── i24.png │ │ │ │ │ ├── i25.png │ │ │ │ │ ├── i26.png │ │ │ │ │ ├── i27.png │ │ │ │ │ ├── i28.png │ │ │ │ │ ├── i29.png │ │ │ │ │ ├── i3.png │ │ │ │ │ ├── i30.png │ │ │ │ │ ├── i31.png │ │ │ │ │ ├── i32.png │ │ │ │ │ ├── i33.png │ │ │ │ │ ├── i34.png │ │ │ │ │ ├── i35.png │ │ │ │ │ ├── i36.png │ │ │ │ │ ├── i37.png │ │ │ │ │ ├── i38.png │ │ │ │ │ ├── i39.png │ │ │ │ │ ├── i4.png │ │ │ │ │ ├── i40.png │ │ │ │ │ ├── i41.png │ │ │ │ │ ├── i42.png │ │ │ │ │ ├── i43.png │ │ │ │ │ ├── i44.png │ │ │ │ │ ├── i45.png │ │ │ │ │ ├── i46.png │ │ │ │ │ ├── i47.png │ │ │ │ │ ├── i48.png │ │ │ │ │ ├── i49.png │ │ │ │ │ ├── i5.png │ │ │ │ │ ├── i50.png │ │ │ │ │ ├── i51.png │ │ │ │ │ ├── i52.png │ │ │ │ │ ├── i53.png │ │ │ │ │ ├── i54.png │ │ │ │ │ ├── i55.png │ │ │ │ │ ├── i56.png │ │ │ │ │ ├── i57.png │ │ │ │ │ ├── i58.png │ │ │ │ │ ├── i59.png │ │ │ │ │ ├── i6.png │ │ │ │ │ ├── i60.png │ │ │ │ │ ├── i61.png │ │ │ │ │ ├── i62.png │ │ │ │ │ ├── i63.png │ │ │ │ │ ├── i64.png │ │ │ │ │ ├── i65.png │ │ │ │ │ ├── i66.png │ │ │ │ │ ├── i67.png │ │ │ │ │ ├── i68.png │ │ │ │ │ ├── i69.png │ │ │ │ │ ├── i7.png │ │ │ │ │ ├── i70.png │ │ │ │ │ ├── i71.png │ │ │ │ │ ├── i72.png │ │ │ │ │ ├── i73.png │ │ │ │ │ ├── i74.png │ │ │ │ │ ├── i75.png │ │ │ │ │ ├── i76.png │ │ │ │ │ ├── i77.png │ │ │ │ │ ├── i78.png │ │ │ │ │ ├── i79.png │ │ │ │ │ ├── i8.png │ │ │ │ │ ├── i80.png │ │ │ │ │ ├── i81.png │ │ │ │ │ ├── i82.png │ │ │ │ │ ├── i83.png │ │ │ │ │ ├── i84.png │ │ │ │ │ ├── i85.png │ │ │ │ │ ├── i86.png │ │ │ │ │ ├── i87.png │ │ │ │ │ ├── i88.png │ │ │ │ │ ├── i89.png │ │ │ │ │ ├── i9.png │ │ │ │ │ ├── i90.png │ │ │ │ │ ├── i91.png │ │ │ │ │ ├── i92.png │ │ │ │ │ ├── i93.png │ │ │ │ │ ├── i94.png │ │ │ │ │ ├── i95.png │ │ │ │ │ ├── i96.png │ │ │ │ │ ├── i97.png │ │ │ │ │ ├── i98.png │ │ │ │ │ └── i99.png │ │ │ ├── night-vision │ │ │ │ ├── 16x16 │ │ │ │ │ ├── i0.png │ │ │ │ │ ├── i1.png │ │ │ │ │ ├── i10.png │ │ │ │ │ ├── i100.png │ │ │ │ │ ├── i101.png │ │ │ │ │ ├── i102.png │ │ │ │ │ ├── i103.png │ │ │ │ │ ├── i104.png │ │ │ │ │ ├── i105.png │ │ │ │ │ ├── i106.png │ │ │ │ │ ├── i107.png │ │ │ │ │ ├── i108.png │ │ │ │ │ ├── i109.png │ │ │ │ │ ├── i11.png │ │ │ │ │ ├── i110.png │ │ │ │ │ ├── i111.png │ │ │ │ │ ├── i112.png │ │ │ │ │ ├── i113.png │ │ │ │ │ ├── i114.png │ │ │ │ │ ├── i115.png │ │ │ │ │ ├── i116.png │ │ │ │ │ ├── i117.png │ │ │ │ │ ├── i118.png │ │ │ │ │ ├── i119.png │ │ │ │ │ ├── i12.png │ │ │ │ │ ├── i120.png │ │ │ │ │ ├── i121.png │ │ │ │ │ ├── i122.png │ │ │ │ │ ├── i123.png │ │ │ │ │ ├── i124.png │ │ │ │ │ ├── i125.png │ │ │ │ │ ├── i126.png │ │ │ │ │ ├── i127.png │ │ │ │ │ ├── i128.png │ │ │ │ │ ├── i129.png │ │ │ │ │ ├── i13.png │ │ │ │ │ ├── i130.png │ │ │ │ │ ├── i131.png │ │ │ │ │ ├── i132.png │ │ │ │ │ ├── i133.png │ │ │ │ │ ├── i134.png │ │ │ │ │ ├── i135.png │ │ │ │ │ ├── i14.png │ │ │ │ │ ├── i15.png │ │ │ │ │ ├── i16.png │ │ │ │ │ ├── i17.png │ │ │ │ │ ├── i18.png │ │ │ │ │ ├── i19.png │ │ │ │ │ ├── i2.png │ │ │ │ │ ├── i20.png │ │ │ │ │ ├── i21.png │ │ │ │ │ ├── i22.png │ │ │ │ │ ├── i23.png │ │ │ │ │ ├── i24.png │ │ │ │ │ ├── i25.png │ │ │ │ │ ├── i26.png │ │ │ │ │ ├── i27.png │ │ │ │ │ ├── i28.png │ │ │ │ │ ├── i29.png │ │ │ │ │ ├── i3.png │ │ │ │ │ ├── i30.png │ │ │ │ │ ├── i31.png │ │ │ │ │ ├── i32.png │ │ │ │ │ ├── i33.png │ │ │ │ │ ├── i34.png │ │ │ │ │ ├── i35.png │ │ │ │ │ ├── i36.png │ │ │ │ │ ├── i37.png │ │ │ │ │ ├── i38.png │ │ │ │ │ ├── i39.png │ │ │ │ │ ├── i4.png │ │ │ │ │ ├── i40.png │ │ │ │ │ ├── i41.png │ │ │ │ │ ├── i42.png │ │ │ │ │ ├── i43.png │ │ │ │ │ ├── i44.png │ │ │ │ │ ├── i45.png │ │ │ │ │ ├── i46.png │ │ │ │ │ ├── i47.png │ │ │ │ │ ├── i48.png │ │ │ │ │ ├── i49.png │ │ │ │ │ ├── i5.png │ │ │ │ │ ├── i50.png │ │ │ │ │ ├── i51.png │ │ │ │ │ ├── i52.png │ │ │ │ │ ├── i53.png │ │ │ │ │ ├── i54.png │ │ │ │ │ ├── i55.png │ │ │ │ │ ├── i56.png │ │ │ │ │ ├── i57.png │ │ │ │ │ ├── i58.png │ │ │ │ │ ├── i59.png │ │ │ │ │ ├── i6.png │ │ │ │ │ ├── i60.png │ │ │ │ │ ├── i61.png │ │ │ │ │ ├── i62.png │ │ │ │ │ ├── i63.png │ │ │ │ │ ├── i64.png │ │ │ │ │ ├── i65.png │ │ │ │ │ ├── i66.png │ │ │ │ │ ├── i67.png │ │ │ │ │ ├── i68.png │ │ │ │ │ ├── i69.png │ │ │ │ │ ├── i7.png │ │ │ │ │ ├── i70.png │ │ │ │ │ ├── i71.png │ │ │ │ │ ├── i72.png │ │ │ │ │ ├── i73.png │ │ │ │ │ ├── i74.png │ │ │ │ │ ├── i75.png │ │ │ │ │ ├── i76.png │ │ │ │ │ ├── i77.png │ │ │ │ │ ├── i78.png │ │ │ │ │ ├── i79.png │ │ │ │ │ ├── i8.png │ │ │ │ │ ├── i80.png │ │ │ │ │ ├── i81.png │ │ │ │ │ ├── i82.png │ │ │ │ │ ├── i83.png │ │ │ │ │ ├── i84.png │ │ │ │ │ ├── i85.png │ │ │ │ │ ├── i86.png │ │ │ │ │ ├── i87.png │ │ │ │ │ ├── i88.png │ │ │ │ │ ├── i89.png │ │ │ │ │ ├── i9.png │ │ │ │ │ ├── i90.png │ │ │ │ │ ├── i91.png │ │ │ │ │ ├── i92.png │ │ │ │ │ ├── i93.png │ │ │ │ │ ├── i94.png │ │ │ │ │ ├── i95.png │ │ │ │ │ ├── i96.png │ │ │ │ │ ├── i97.png │ │ │ │ │ ├── i98.png │ │ │ │ │ └── i99.png │ │ │ │ ├── 22x22 │ │ │ │ │ ├── i0.png │ │ │ │ │ ├── i1.png │ │ │ │ │ ├── i10.png │ │ │ │ │ ├── i100.png │ │ │ │ │ ├── i101.png │ │ │ │ │ ├── i102.png │ │ │ │ │ ├── i103.png │ │ │ │ │ ├── i104.png │ │ │ │ │ ├── i105.png │ │ │ │ │ ├── i106.png │ │ │ │ │ ├── i107.png │ │ │ │ │ ├── i108.png │ │ │ │ │ ├── i109.png │ │ │ │ │ ├── i11.png │ │ │ │ │ ├── i110.png │ │ │ │ │ ├── i111.png │ │ │ │ │ ├── i112.png │ │ │ │ │ ├── i113.png │ │ │ │ │ ├── i114.png │ │ │ │ │ ├── i115.png │ │ │ │ │ ├── i116.png │ │ │ │ │ ├── i117.png │ │ │ │ │ ├── i118.png │ │ │ │ │ ├── i119.png │ │ │ │ │ ├── i12.png │ │ │ │ │ ├── i120.png │ │ │ │ │ ├── i121.png │ │ │ │ │ ├── i122.png │ │ │ │ │ ├── i123.png │ │ │ │ │ ├── i124.png │ │ │ │ │ ├── i125.png │ │ │ │ │ ├── i126.png │ │ │ │ │ ├── i127.png │ │ │ │ │ ├── i128.png │ │ │ │ │ ├── i129.png │ │ │ │ │ ├── i13.png │ │ │ │ │ ├── i130.png │ │ │ │ │ ├── i131.png │ │ │ │ │ ├── i132.png │ │ │ │ │ ├── i133.png │ │ │ │ │ ├── i134.png │ │ │ │ │ ├── i135.png │ │ │ │ │ ├── i14.png │ │ │ │ │ ├── i15.png │ │ │ │ │ ├── i16.png │ │ │ │ │ ├── i17.png │ │ │ │ │ ├── i18.png │ │ │ │ │ ├── i19.png │ │ │ │ │ ├── i2.png │ │ │ │ │ ├── i20.png │ │ │ │ │ ├── i21.png │ │ │ │ │ ├── i22.png │ │ │ │ │ ├── i23.png │ │ │ │ │ ├── i24.png │ │ │ │ │ ├── i25.png │ │ │ │ │ ├── i26.png │ │ │ │ │ ├── i27.png │ │ │ │ │ ├── i28.png │ │ │ │ │ ├── i29.png │ │ │ │ │ ├── i3.png │ │ │ │ │ ├── i30.png │ │ │ │ │ ├── i31.png │ │ │ │ │ ├── i32.png │ │ │ │ │ ├── i33.png │ │ │ │ │ ├── i34.png │ │ │ │ │ ├── i35.png │ │ │ │ │ ├── i36.png │ │ │ │ │ ├── i37.png │ │ │ │ │ ├── i38.png │ │ │ │ │ ├── i39.png │ │ │ │ │ ├── i4.png │ │ │ │ │ ├── i40.png │ │ │ │ │ ├── i41.png │ │ │ │ │ ├── i42.png │ │ │ │ │ ├── i43.png │ │ │ │ │ ├── i44.png │ │ │ │ │ ├── i45.png │ │ │ │ │ ├── i46.png │ │ │ │ │ ├── i47.png │ │ │ │ │ ├── i48.png │ │ │ │ │ ├── i49.png │ │ │ │ │ ├── i5.png │ │ │ │ │ ├── i50.png │ │ │ │ │ ├── i51.png │ │ │ │ │ ├── i52.png │ │ │ │ │ ├── i53.png │ │ │ │ │ ├── i54.png │ │ │ │ │ ├── i55.png │ │ │ │ │ ├── i56.png │ │ │ │ │ ├── i57.png │ │ │ │ │ ├── i58.png │ │ │ │ │ ├── i59.png │ │ │ │ │ ├── i6.png │ │ │ │ │ ├── i60.png │ │ │ │ │ ├── i61.png │ │ │ │ │ ├── i62.png │ │ │ │ │ ├── i63.png │ │ │ │ │ ├── i64.png │ │ │ │ │ ├── i65.png │ │ │ │ │ ├── i66.png │ │ │ │ │ ├── i67.png │ │ │ │ │ ├── i68.png │ │ │ │ │ ├── i69.png │ │ │ │ │ ├── i7.png │ │ │ │ │ ├── i70.png │ │ │ │ │ ├── i71.png │ │ │ │ │ ├── i72.png │ │ │ │ │ ├── i73.png │ │ │ │ │ ├── i74.png │ │ │ │ │ ├── i75.png │ │ │ │ │ ├── i76.png │ │ │ │ │ ├── i77.png │ │ │ │ │ ├── i78.png │ │ │ │ │ ├── i79.png │ │ │ │ │ ├── i8.png │ │ │ │ │ ├── i80.png │ │ │ │ │ ├── i81.png │ │ │ │ │ ├── i82.png │ │ │ │ │ ├── i83.png │ │ │ │ │ ├── i84.png │ │ │ │ │ ├── i85.png │ │ │ │ │ ├── i86.png │ │ │ │ │ ├── i87.png │ │ │ │ │ ├── i88.png │ │ │ │ │ ├── i89.png │ │ │ │ │ ├── i9.png │ │ │ │ │ ├── i90.png │ │ │ │ │ ├── i91.png │ │ │ │ │ ├── i92.png │ │ │ │ │ ├── i93.png │ │ │ │ │ ├── i94.png │ │ │ │ │ ├── i95.png │ │ │ │ │ ├── i96.png │ │ │ │ │ ├── i97.png │ │ │ │ │ ├── i98.png │ │ │ │ │ └── i99.png │ │ │ │ └── 32x32 │ │ │ │ │ ├── i0.png │ │ │ │ │ ├── i1.png │ │ │ │ │ ├── i10.png │ │ │ │ │ ├── i100.png │ │ │ │ │ ├── i101.png │ │ │ │ │ ├── i102.png │ │ │ │ │ ├── i103.png │ │ │ │ │ ├── i104.png │ │ │ │ │ ├── i105.png │ │ │ │ │ ├── i106.png │ │ │ │ │ ├── i107.png │ │ │ │ │ ├── i108.png │ │ │ │ │ ├── i109.png │ │ │ │ │ ├── i11.png │ │ │ │ │ ├── i110.png │ │ │ │ │ ├── i111.png │ │ │ │ │ ├── i112.png │ │ │ │ │ ├── i113.png │ │ │ │ │ ├── i114.png │ │ │ │ │ ├── i115.png │ │ │ │ │ ├── i116.png │ │ │ │ │ ├── i117.png │ │ │ │ │ ├── i118.png │ │ │ │ │ ├── i119.png │ │ │ │ │ ├── i12.png │ │ │ │ │ ├── i120.png │ │ │ │ │ ├── i121.png │ │ │ │ │ ├── i122.png │ │ │ │ │ ├── i123.png │ │ │ │ │ ├── i124.png │ │ │ │ │ ├── i125.png │ │ │ │ │ ├── i126.png │ │ │ │ │ ├── i127.png │ │ │ │ │ ├── i128.png │ │ │ │ │ ├── i129.png │ │ │ │ │ ├── i13.png │ │ │ │ │ ├── i130.png │ │ │ │ │ ├── i131.png │ │ │ │ │ ├── i132.png │ │ │ │ │ ├── i133.png │ │ │ │ │ ├── i134.png │ │ │ │ │ ├── i135.png │ │ │ │ │ ├── i14.png │ │ │ │ │ ├── i15.png │ │ │ │ │ ├── i16.png │ │ │ │ │ ├── i17.png │ │ │ │ │ ├── i18.png │ │ │ │ │ ├── i19.png │ │ │ │ │ ├── i2.png │ │ │ │ │ ├── i20.png │ │ │ │ │ ├── i21.png │ │ │ │ │ ├── i22.png │ │ │ │ │ ├── i23.png │ │ │ │ │ ├── i24.png │ │ │ │ │ ├── i25.png │ │ │ │ │ ├── i26.png │ │ │ │ │ ├── i27.png │ │ │ │ │ ├── i28.png │ │ │ │ │ ├── i29.png │ │ │ │ │ ├── i3.png │ │ │ │ │ ├── i30.png │ │ │ │ │ ├── i31.png │ │ │ │ │ ├── i32.png │ │ │ │ │ ├── i33.png │ │ │ │ │ ├── i34.png │ │ │ │ │ ├── i35.png │ │ │ │ │ ├── i36.png │ │ │ │ │ ├── i37.png │ │ │ │ │ ├── i38.png │ │ │ │ │ ├── i39.png │ │ │ │ │ ├── i4.png │ │ │ │ │ ├── i40.png │ │ │ │ │ ├── i41.png │ │ │ │ │ ├── i42.png │ │ │ │ │ ├── i43.png │ │ │ │ │ ├── i44.png │ │ │ │ │ ├── i45.png │ │ │ │ │ ├── i46.png │ │ │ │ │ ├── i47.png │ │ │ │ │ ├── i48.png │ │ │ │ │ ├── i49.png │ │ │ │ │ ├── i5.png │ │ │ │ │ ├── i50.png │ │ │ │ │ ├── i51.png │ │ │ │ │ ├── i52.png │ │ │ │ │ ├── i53.png │ │ │ │ │ ├── i54.png │ │ │ │ │ ├── i55.png │ │ │ │ │ ├── i56.png │ │ │ │ │ ├── i57.png │ │ │ │ │ ├── i58.png │ │ │ │ │ ├── i59.png │ │ │ │ │ ├── i6.png │ │ │ │ │ ├── i60.png │ │ │ │ │ ├── i61.png │ │ │ │ │ ├── i62.png │ │ │ │ │ ├── i63.png │ │ │ │ │ ├── i64.png │ │ │ │ │ ├── i65.png │ │ │ │ │ ├── i66.png │ │ │ │ │ ├── i67.png │ │ │ │ │ ├── i68.png │ │ │ │ │ ├── i69.png │ │ │ │ │ ├── i7.png │ │ │ │ │ ├── i70.png │ │ │ │ │ ├── i71.png │ │ │ │ │ ├── i72.png │ │ │ │ │ ├── i73.png │ │ │ │ │ ├── i74.png │ │ │ │ │ ├── i75.png │ │ │ │ │ ├── i76.png │ │ │ │ │ ├── i77.png │ │ │ │ │ ├── i78.png │ │ │ │ │ ├── i79.png │ │ │ │ │ ├── i8.png │ │ │ │ │ ├── i80.png │ │ │ │ │ ├── i81.png │ │ │ │ │ ├── i82.png │ │ │ │ │ ├── i83.png │ │ │ │ │ ├── i84.png │ │ │ │ │ ├── i85.png │ │ │ │ │ ├── i86.png │ │ │ │ │ ├── i87.png │ │ │ │ │ ├── i88.png │ │ │ │ │ ├── i89.png │ │ │ │ │ ├── i9.png │ │ │ │ │ ├── i90.png │ │ │ │ │ ├── i91.png │ │ │ │ │ ├── i92.png │ │ │ │ │ ├── i93.png │ │ │ │ │ ├── i94.png │ │ │ │ │ ├── i95.png │ │ │ │ │ ├── i96.png │ │ │ │ │ ├── i97.png │ │ │ │ │ ├── i98.png │ │ │ │ │ └── i99.png │ │ │ ├── retic.cur │ │ │ └── starshape.bmp │ │ └── src │ │ │ ├── COPYING │ │ │ ├── LICENSE │ │ │ ├── LICENSE-KDE-BREEZE-ICONS │ │ │ ├── LICENSE-SKYCHART-BREEZE-ICONS │ │ │ ├── README.md │ │ │ ├── corrispondenze.txt │ │ │ ├── generateIcons.py │ │ │ └── svg │ │ │ ├── daylight │ │ │ ├── 16x16 │ │ │ │ ├── .directory │ │ │ │ ├── FOV-bar.svg │ │ │ │ ├── anchor.svg │ │ │ │ ├── animation-back.svg │ │ │ │ ├── animation-edit-time-increment.svg │ │ │ │ ├── animation-edit-time-units.svg │ │ │ │ ├── animation-forward.svg │ │ │ │ ├── animation-now.svg │ │ │ │ ├── animation-step-back.svg │ │ │ │ ├── animation-step-forward.svg │ │ │ │ ├── application-exit.svg │ │ │ │ ├── blank.svg │ │ │ │ ├── chart-FOV-allsky.svg │ │ │ │ ├── chart-az-coords.svg │ │ │ │ ├── chart-ec-coords.svg │ │ │ │ ├── chart-eq-coords.svg │ │ │ │ ├── chart-flip-horizontal-off.svg │ │ │ │ ├── chart-flip-horizontal.svg │ │ │ │ ├── chart-flip-vertical-off.svg │ │ │ │ ├── chart-flip-vertical.svg │ │ │ │ ├── chart-gl-coords.svg │ │ │ │ ├── chart-rotate-180-off.svg │ │ │ │ ├── chart-rotate-180.svg │ │ │ │ ├── chart-rotate-left.svg │ │ │ │ ├── chart-rotate-reset.svg │ │ │ │ ├── chart-rotate-right.svg │ │ │ │ ├── chart-style-line.svg │ │ │ │ ├── chart-style-parametric.svg │ │ │ │ ├── chart-style-photo.svg │ │ │ │ ├── chart-style.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── configure-all.svg │ │ │ │ ├── configure-save.svg │ │ │ │ ├── configure.svg │ │ │ │ ├── divider.svg │ │ │ │ ├── document-close.svg │ │ │ │ ├── document-new.svg │ │ │ │ ├── document-open.svg │ │ │ │ ├── document-print-preview.svg │ │ │ │ ├── document-print-settings.svg │ │ │ │ ├── document-print.svg │ │ │ │ ├── document-save-as.svg │ │ │ │ ├── document-save-image.svg │ │ │ │ ├── edit-copy.svg │ │ │ │ ├── edit-find.svg │ │ │ │ ├── edit-label.svg │ │ │ │ ├── edit-redo.svg │ │ │ │ ├── edit-rename.svg │ │ │ │ ├── edit-undo.svg │ │ │ │ ├── get-dss-images.svg │ │ │ │ ├── go-east.svg │ │ │ │ ├── go-north.svg │ │ │ │ ├── go-south.svg │ │ │ │ ├── go-west.svg │ │ │ │ ├── go-zenith.svg │ │ │ │ ├── help.svg │ │ │ │ ├── lock-magnitude.svg │ │ │ │ ├── map-flat.svg │ │ │ │ ├── mouse-move.svg │ │ │ │ ├── mouse-zoom.svg │ │ │ │ ├── night-vision.svg │ │ │ │ ├── search-box.svg │ │ │ │ ├── separator.svg │ │ │ │ ├── set-catalog.svg │ │ │ │ ├── set-chart.svg │ │ │ │ ├── set-date-time.svg │ │ │ │ ├── set-display.svg │ │ │ │ ├── set-general.svg │ │ │ │ ├── set-internet.svg │ │ │ │ ├── set-observer.svg │ │ │ │ ├── show-asteroids.svg │ │ │ │ ├── show-below-horizon.svg │ │ │ │ ├── show-chart-info.svg │ │ │ │ ├── show-chart-legend.svg │ │ │ │ ├── show-comets.svg │ │ │ │ ├── show-constellation-lines.svg │ │ │ │ ├── show-constellations-boundaries.svg │ │ │ │ ├── show-custom-objects.svg │ │ │ │ ├── show-dso-less.svg │ │ │ │ ├── show-dso-lines.svg │ │ │ │ ├── show-dso-more.svg │ │ │ │ ├── show-dso.svg │ │ │ │ ├── show-ecliptic.svg │ │ │ │ ├── show-eq-grid.svg │ │ │ │ ├── show-fields.svg │ │ │ │ ├── show-fits-image-flashing.svg │ │ │ │ ├── show-fits-image.svg │ │ │ │ ├── show-galactic-equator.svg │ │ │ │ ├── show-grid.svg │ │ │ │ ├── show-images.svg │ │ │ │ ├── show-labels.svg │ │ │ │ ├── show-milkyway.svg │ │ │ │ ├── show-planets.svg │ │ │ │ ├── show-stars-less.svg │ │ │ │ ├── show-stars-more.svg │ │ │ │ ├── show-stars.svg │ │ │ │ ├── show-virtual-observatory.svg │ │ │ │ ├── sky-color.svg │ │ │ │ ├── stars-nebulae-limits.svg │ │ │ │ ├── telescope-connect-off.svg │ │ │ │ ├── telescope-connect-on.svg │ │ │ │ ├── telescope-control-panel.svg │ │ │ │ ├── telescope-follow.svg │ │ │ │ ├── telescope-move.svg │ │ │ │ ├── telescope-stop-move.svg │ │ │ │ ├── telescope-synch.svg │ │ │ │ ├── update-artificial-satellites.svg │ │ │ │ ├── update-asteroids.svg │ │ │ │ ├── update-comets.svg │ │ │ │ ├── update-deltat.svg │ │ │ │ ├── update-grs.svg │ │ │ │ ├── view-FOV.svg │ │ │ │ ├── view-SAMP-setup.svg │ │ │ │ ├── view-SAMP-status.svg │ │ │ │ ├── view-calendar.svg │ │ │ │ ├── view-chart-info.svg │ │ │ │ ├── view-clock.svg │ │ │ │ ├── view-connect-SAMP.svg │ │ │ │ ├── view-disconnect-SAMP.svg │ │ │ │ ├── view-fullscreen.svg │ │ │ │ ├── view-image-list.svg │ │ │ │ ├── view-mosaic.svg │ │ │ │ ├── view-object-list.svg │ │ │ │ ├── view-observer-tools.svg │ │ │ │ ├── view-observing-list.svg │ │ │ │ ├── view-position.svg │ │ │ │ ├── view-ruler.svg │ │ │ │ ├── view-server-info.svg │ │ │ │ ├── view-solar-system-info.svg │ │ │ │ ├── view-split-left-right.svg │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ ├── view-trajectories-simulation.svg │ │ │ │ ├── view-varobs.svg │ │ │ │ ├── view-zoom-in.svg │ │ │ │ ├── view-zoom-out.svg │ │ │ │ ├── window-close.svg │ │ │ │ ├── window-link.svg │ │ │ │ ├── window-list-reverse.svg │ │ │ │ ├── window-list.svg │ │ │ │ ├── window-maximize.svg │ │ │ │ ├── window-split-left-right.svg │ │ │ │ └── window-split-top-bottom.svg │ │ │ └── 22x22 │ │ │ │ ├── FOV-bar.svg │ │ │ │ ├── anchor.svg │ │ │ │ ├── animation-back.svg │ │ │ │ ├── animation-edit-time-increment.svg │ │ │ │ ├── animation-edit-time-units.svg │ │ │ │ ├── animation-forward.svg │ │ │ │ ├── animation-now.svg │ │ │ │ ├── animation-step-back.svg │ │ │ │ ├── animation-step-backward.svg │ │ │ │ ├── animation-step-forward.svg │ │ │ │ ├── application-exit.svg │ │ │ │ ├── blank.svg │ │ │ │ ├── chart-FOV-allsky.svg │ │ │ │ ├── chart-az-coords.svg │ │ │ │ ├── chart-ec-coords.svg │ │ │ │ ├── chart-eq-coords.svg │ │ │ │ ├── chart-flip-horizontal-off.svg │ │ │ │ ├── chart-flip-horizontal.svg │ │ │ │ ├── chart-flip-vertical-off.svg │ │ │ │ ├── chart-flip-vertical.svg │ │ │ │ ├── chart-gl-coords.svg │ │ │ │ ├── chart-rotate-180-off.svg │ │ │ │ ├── chart-rotate-180.svg │ │ │ │ ├── chart-rotate-left.svg │ │ │ │ ├── chart-rotate-reset.svg │ │ │ │ ├── chart-rotate-right.svg │ │ │ │ ├── chart-style-line.svg │ │ │ │ ├── chart-style-parametric.svg │ │ │ │ ├── chart-style-photo.svg │ │ │ │ ├── chart-style.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── configure-all.svg │ │ │ │ ├── configure-save.svg │ │ │ │ ├── configure.svg │ │ │ │ ├── divider.svg │ │ │ │ ├── document-close.svg │ │ │ │ ├── document-new.svg │ │ │ │ ├── document-open.svg │ │ │ │ ├── document-print-preview.svg │ │ │ │ ├── document-print-settings.svg │ │ │ │ ├── document-print.svg │ │ │ │ ├── document-save-as.svg │ │ │ │ ├── document-save-image.svg │ │ │ │ ├── edit-copy.svg │ │ │ │ ├── edit-find.svg │ │ │ │ ├── edit-label.svg │ │ │ │ ├── edit-redo.svg │ │ │ │ ├── edit-rename.svg │ │ │ │ ├── edit-undo.svg │ │ │ │ ├── get-dss-images.svg │ │ │ │ ├── go-east.svg │ │ │ │ ├── go-north.svg │ │ │ │ ├── go-south.svg │ │ │ │ ├── go-west.svg │ │ │ │ ├── go-zenith.svg │ │ │ │ ├── help.svg │ │ │ │ ├── lock-magnitude.svg │ │ │ │ ├── map-flat.svg │ │ │ │ ├── mouse-move.svg │ │ │ │ ├── mouse-zoom.svg │ │ │ │ ├── night-vision.svg │ │ │ │ ├── search-box.svg │ │ │ │ ├── separator.svg │ │ │ │ ├── set-catalog.svg │ │ │ │ ├── set-chart.svg │ │ │ │ ├── set-date-time.svg │ │ │ │ ├── set-display.svg │ │ │ │ ├── set-general.svg │ │ │ │ ├── set-internet.svg │ │ │ │ ├── set-observer.svg │ │ │ │ ├── show-asteroids.svg │ │ │ │ ├── show-below-horizon.svg │ │ │ │ ├── show-chart-info.svg │ │ │ │ ├── show-chart-legend.svg │ │ │ │ ├── show-comets.svg │ │ │ │ ├── show-constellation-lines.svg │ │ │ │ ├── show-constellations-boundaries.svg │ │ │ │ ├── show-custom-objects.svg │ │ │ │ ├── show-dso-less.svg │ │ │ │ ├── show-dso-lines.svg │ │ │ │ ├── show-dso-more.svg │ │ │ │ ├── show-dso.svg │ │ │ │ ├── show-ecliptic.svg │ │ │ │ ├── show-eq-grid.svg │ │ │ │ ├── show-fields.svg │ │ │ │ ├── show-fits-image-flashing.svg │ │ │ │ ├── show-fits-image.svg │ │ │ │ ├── show-galactic-equator.svg │ │ │ │ ├── show-grid.svg │ │ │ │ ├── show-images.svg │ │ │ │ ├── show-labels.svg │ │ │ │ ├── show-milkyway.svg │ │ │ │ ├── show-planets.svg │ │ │ │ ├── show-stars-less.svg │ │ │ │ ├── show-stars-more.svg │ │ │ │ ├── show-stars.svg │ │ │ │ ├── show-virtual-observatory.svg │ │ │ │ ├── sky-color.svg │ │ │ │ ├── stars-nebulae-limits.svg │ │ │ │ ├── telescope-connect-off.svg │ │ │ │ ├── telescope-connect-on.svg │ │ │ │ ├── telescope-control-panel.svg │ │ │ │ ├── telescope-follow.svg │ │ │ │ ├── telescope-move.svg │ │ │ │ ├── telescope-stop-move.svg │ │ │ │ ├── telescope-synch.svg │ │ │ │ ├── update-artificial-satellites.svg │ │ │ │ ├── update-asteroids.svg │ │ │ │ ├── update-comets.svg │ │ │ │ ├── update-deltat.svg │ │ │ │ ├── update-grs.svg │ │ │ │ ├── view-FOV.svg │ │ │ │ ├── view-SAMP-setup.svg │ │ │ │ ├── view-SAMP-status.svg │ │ │ │ ├── view-calendar.svg │ │ │ │ ├── view-chart-info.svg │ │ │ │ ├── view-clock.svg │ │ │ │ ├── view-connect-SAMP.svg │ │ │ │ ├── view-disconnect-SAMP.svg │ │ │ │ ├── view-fullscreen.svg │ │ │ │ ├── view-image-list.svg │ │ │ │ ├── view-mosaic.svg │ │ │ │ ├── view-object-list.svg │ │ │ │ ├── view-observer-tools.svg │ │ │ │ ├── view-observing-list.svg │ │ │ │ ├── view-position.svg │ │ │ │ ├── view-ruler.svg │ │ │ │ ├── view-server-info.svg │ │ │ │ ├── view-solar-system-info.svg │ │ │ │ ├── view-split-left-right.svg │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ ├── view-trajectories-simulation.svg │ │ │ │ ├── view-varobs.svg │ │ │ │ ├── view-zoom-in.svg │ │ │ │ ├── view-zoom-out.svg │ │ │ │ ├── window-close.svg │ │ │ │ ├── window-link.svg │ │ │ │ ├── window-list-reverse.svg │ │ │ │ ├── window-list.svg │ │ │ │ ├── window-maximize.svg │ │ │ │ ├── window-split-left-right.svg │ │ │ │ └── window-split-top-bottom.svg │ │ │ └── night-vision │ │ │ ├── 16x16 │ │ │ ├── .directory │ │ │ ├── FOV-bar.svg │ │ │ ├── anchor.svg │ │ │ ├── animation-back.svg │ │ │ ├── animation-edit-time-increment.svg │ │ │ ├── animation-edit-time-units.svg │ │ │ ├── animation-forward.svg │ │ │ ├── animation-now.svg │ │ │ ├── animation-step-back.svg │ │ │ ├── animation-step-forward.svg │ │ │ ├── application-exit.svg │ │ │ ├── blank.svg │ │ │ ├── chart-FOV-allsky.svg │ │ │ ├── chart-az-coords.svg │ │ │ ├── chart-ec-coords.svg │ │ │ ├── chart-eq-coords.svg │ │ │ ├── chart-flip-horizontal-off.svg │ │ │ ├── chart-flip-horizontal.svg │ │ │ ├── chart-flip-vertical-off.svg │ │ │ ├── chart-flip-vertical.svg │ │ │ ├── chart-gl-coords.svg │ │ │ ├── chart-rotate-180-off.svg │ │ │ ├── chart-rotate-180.svg │ │ │ ├── chart-rotate-left.svg │ │ │ ├── chart-rotate-reset.svg │ │ │ ├── chart-rotate-right.svg │ │ │ ├── chart-style-line.svg │ │ │ ├── chart-style-parametric.svg │ │ │ ├── chart-style-photo.svg │ │ │ ├── chart-style.svg │ │ │ ├── compass.svg │ │ │ ├── configure-all.svg │ │ │ ├── configure-save.svg │ │ │ ├── configure.svg │ │ │ ├── divider.svg │ │ │ ├── document-close.svg │ │ │ ├── document-new.svg │ │ │ ├── document-open.svg │ │ │ ├── document-print-preview.svg │ │ │ ├── document-print-settings.svg │ │ │ ├── document-print.svg │ │ │ ├── document-save-as.svg │ │ │ ├── document-save-image.svg │ │ │ ├── edit-copy.svg │ │ │ ├── edit-find.svg │ │ │ ├── edit-label.svg │ │ │ ├── edit-redo.svg │ │ │ ├── edit-rename.svg │ │ │ ├── edit-undo.svg │ │ │ ├── get-dss-images.svg │ │ │ ├── go-east.svg │ │ │ ├── go-north.svg │ │ │ ├── go-south.svg │ │ │ ├── go-west.svg │ │ │ ├── go-zenith.svg │ │ │ ├── help.svg │ │ │ ├── lock-magnitude.svg │ │ │ ├── map-flat.svg │ │ │ ├── mouse-move.svg │ │ │ ├── mouse-zoom.svg │ │ │ ├── night-vision.svg │ │ │ ├── search-box.svg │ │ │ ├── separator.svg │ │ │ ├── set-catalog.svg │ │ │ ├── set-chart.svg │ │ │ ├── set-date-time.svg │ │ │ ├── set-display.svg │ │ │ ├── set-general.svg │ │ │ ├── set-internet.svg │ │ │ ├── set-observer.svg │ │ │ ├── show-asteroids.svg │ │ │ ├── show-below-horizon.svg │ │ │ ├── show-chart-info.svg │ │ │ ├── show-chart-legend.svg │ │ │ ├── show-comets.svg │ │ │ ├── show-constellation-lines.svg │ │ │ ├── show-constellations-boundaries.svg │ │ │ ├── show-custom-objects.svg │ │ │ ├── show-dso-less.svg │ │ │ ├── show-dso-lines.svg │ │ │ ├── show-dso-more.svg │ │ │ ├── show-dso.svg │ │ │ ├── show-ecliptic.svg │ │ │ ├── show-eq-grid.svg │ │ │ ├── show-fields.svg │ │ │ ├── show-fits-image-flashing.svg │ │ │ ├── show-fits-image.svg │ │ │ ├── show-galactic-equator.svg │ │ │ ├── show-grid.svg │ │ │ ├── show-images.svg │ │ │ ├── show-labels.svg │ │ │ ├── show-milkyway.svg │ │ │ ├── show-planets.svg │ │ │ ├── show-stars-less.svg │ │ │ ├── show-stars-more.svg │ │ │ ├── show-stars.svg │ │ │ ├── show-virtual-observatory.svg │ │ │ ├── sky-color.svg │ │ │ ├── stars-nebulae-limits.svg │ │ │ ├── telescope-connect-off.svg │ │ │ ├── telescope-connect-on.svg │ │ │ ├── telescope-control-panel.svg │ │ │ ├── telescope-follow.svg │ │ │ ├── telescope-move.svg │ │ │ ├── telescope-stop-move.svg │ │ │ ├── telescope-synch.svg │ │ │ ├── update-artificial-satellites.svg │ │ │ ├── update-asteroids.svg │ │ │ ├── update-comets.svg │ │ │ ├── update-deltat.svg │ │ │ ├── update-grs.svg │ │ │ ├── view-FOV.svg │ │ │ ├── view-SAMP-setup.svg │ │ │ ├── view-SAMP-status.svg │ │ │ ├── view-calendar.svg │ │ │ ├── view-clock.svg │ │ │ ├── view-connect-SAMP.svg │ │ │ ├── view-disconnect-SAMP.svg │ │ │ ├── view-fullscreen.svg │ │ │ ├── view-image-list.svg │ │ │ ├── view-mosaic.svg │ │ │ ├── view-object-list.svg │ │ │ ├── view-observer-tools.svg │ │ │ ├── view-observing-list.svg │ │ │ ├── view-position.svg │ │ │ ├── view-ruler.svg │ │ │ ├── view-server-info.svg │ │ │ ├── view-solar-system-info.svg │ │ │ ├── view-split-left-right.svg │ │ │ ├── view-split-top-bottom.svg │ │ │ ├── view-trajectories-simulation.svg │ │ │ ├── view-varobs.svg │ │ │ ├── view-zoom-in.svg │ │ │ ├── view-zoom-out.svg │ │ │ ├── window-close.svg │ │ │ ├── window-link.svg │ │ │ ├── window-list-reverse.svg │ │ │ ├── window-list.svg │ │ │ ├── window-maximize.svg │ │ │ ├── window-split-left-right.svg │ │ │ └── window-split-top-bottom.svg │ │ │ └── 22x22 │ │ │ ├── FOV-bar.svg │ │ │ ├── anchor.svg │ │ │ ├── animation-back.svg │ │ │ ├── animation-edit-time-increment.svg │ │ │ ├── animation-edit-time-units.svg │ │ │ ├── animation-forward.svg │ │ │ ├── animation-now.svg │ │ │ ├── animation-step-back.svg │ │ │ ├── animation-step-backward.svg │ │ │ ├── animation-step-forward.svg │ │ │ ├── application-exit.svg │ │ │ ├── blank.svg │ │ │ ├── chart-FOV-allsky.svg │ │ │ ├── chart-az-coords.svg │ │ │ ├── chart-ec-coords.svg │ │ │ ├── chart-eq-coords.svg │ │ │ ├── chart-flip-horizontal-off.svg │ │ │ ├── chart-flip-horizontal.svg │ │ │ ├── chart-flip-vertical-off.svg │ │ │ ├── chart-flip-vertical.svg │ │ │ ├── chart-gl-coords.svg │ │ │ ├── chart-rotate-180-off.svg │ │ │ ├── chart-rotate-180.svg │ │ │ ├── chart-rotate-left.svg │ │ │ ├── chart-rotate-reset.svg │ │ │ ├── chart-rotate-right.svg │ │ │ ├── chart-style-line.svg │ │ │ ├── chart-style-parametric.svg │ │ │ ├── chart-style-photo.svg │ │ │ ├── chart-style.svg │ │ │ ├── compass.svg │ │ │ ├── configure-all.svg │ │ │ ├── configure-save.svg │ │ │ ├── configure.svg │ │ │ ├── divider.svg │ │ │ ├── document-close.svg │ │ │ ├── document-new.svg │ │ │ ├── document-open.svg │ │ │ ├── document-print-preview.svg │ │ │ ├── document-print-settings.svg │ │ │ ├── document-print.svg │ │ │ ├── document-save-as.svg │ │ │ ├── document-save-image.svg │ │ │ ├── edit-copy.svg │ │ │ ├── edit-find.svg │ │ │ ├── edit-label.svg │ │ │ ├── edit-redo.svg │ │ │ ├── edit-rename.svg │ │ │ ├── edit-undo.svg │ │ │ ├── get-dss-images.svg │ │ │ ├── go-east.svg │ │ │ ├── go-north.svg │ │ │ ├── go-south.svg │ │ │ ├── go-west.svg │ │ │ ├── go-zenith.svg │ │ │ ├── help.svg │ │ │ ├── lock-magnitude.svg │ │ │ ├── map-flat.svg │ │ │ ├── mouse-move.svg │ │ │ ├── mouse-zoom.svg │ │ │ ├── night-vision.svg │ │ │ ├── search-box.svg │ │ │ ├── separator.svg │ │ │ ├── set-catalog.svg │ │ │ ├── set-chart.svg │ │ │ ├── set-date-time.svg │ │ │ ├── set-display.svg │ │ │ ├── set-general.svg │ │ │ ├── set-internet.svg │ │ │ ├── set-observer.svg │ │ │ ├── show-asteroids.svg │ │ │ ├── show-below-horizon.svg │ │ │ ├── show-chart-info.svg │ │ │ ├── show-chart-legend.svg │ │ │ ├── show-comets.svg │ │ │ ├── show-constellation-lines.svg │ │ │ ├── show-constellations-boundaries.svg │ │ │ ├── show-custom-objects.svg │ │ │ ├── show-dso-less.svg │ │ │ ├── show-dso-lines.svg │ │ │ ├── show-dso-more.svg │ │ │ ├── show-dso.svg │ │ │ ├── show-ecliptic.svg │ │ │ ├── show-eq-grid.svg │ │ │ ├── show-fields.svg │ │ │ ├── show-fits-image-flashing.svg │ │ │ ├── show-fits-image.svg │ │ │ ├── show-galactic-equator.svg │ │ │ ├── show-grid.svg │ │ │ ├── show-images.svg │ │ │ ├── show-labels.svg │ │ │ ├── show-milkyway.svg │ │ │ ├── show-planets.svg │ │ │ ├── show-stars-less.svg │ │ │ ├── show-stars-more.svg │ │ │ ├── show-stars.svg │ │ │ ├── show-virtual-observatory.svg │ │ │ ├── sky-color.svg │ │ │ ├── stars-nebulae-limits.svg │ │ │ ├── telescope-connect-off.svg │ │ │ ├── telescope-connect-on.svg │ │ │ ├── telescope-control-panel.svg │ │ │ ├── telescope-follow.svg │ │ │ ├── telescope-move.svg │ │ │ ├── telescope-stop-move.svg │ │ │ ├── telescope-synch.svg │ │ │ ├── update-artificial-satellites.svg │ │ │ ├── update-asteroids.svg │ │ │ ├── update-comets.svg │ │ │ ├── update-deltat.svg │ │ │ ├── update-grs.svg │ │ │ ├── view-FOV.svg │ │ │ ├── view-SAMP-setup.svg │ │ │ ├── view-SAMP-status.svg │ │ │ ├── view-calendar.svg │ │ │ ├── view-chart-info.svg │ │ │ ├── view-clock.svg │ │ │ ├── view-connect-SAMP.svg │ │ │ ├── view-disconnect-SAMP.svg │ │ │ ├── view-fullscreen.svg │ │ │ ├── view-image-list.svg │ │ │ ├── view-mosaic.svg │ │ │ ├── view-object-list.svg │ │ │ ├── view-observer-tools.svg │ │ │ ├── view-observing-list.svg │ │ │ ├── view-position.svg │ │ │ ├── view-ruler.svg │ │ │ ├── view-server-info.svg │ │ │ ├── view-solar-system-info.svg │ │ │ ├── view-split-left-right.svg │ │ │ ├── view-split-top-bottom.svg │ │ │ ├── view-trajectories-simulation.svg │ │ │ ├── view-varobs.svg │ │ │ ├── view-zoom-in.svg │ │ │ ├── view-zoom-out.svg │ │ │ ├── window-close.svg │ │ │ ├── window-link.svg │ │ │ ├── window-list-reverse.svg │ │ │ ├── window-list.svg │ │ │ ├── window-maximize.svg │ │ │ ├── window-split-left-right.svg │ │ │ └── window-split-top-bottom.svg │ ├── alias │ │ └── varcross.txt │ ├── common_names │ │ ├── IAU-CSN.txt │ │ ├── NebulaNames.txt │ │ ├── NebulaNames_is.txt │ │ ├── NebulaNames_zh_CN.txt │ │ ├── StarsNames.txt │ │ ├── StarsNames_is.txt │ │ ├── StarsNames_ru.txt │ │ ├── StarsNames_ua.txt │ │ ├── StarsNames_zh_CN.txt │ │ └── iau_name.sh │ ├── constellation │ │ ├── AstronomyMag-ConstL.cln │ │ ├── DefaultConstL.cln │ │ ├── DefaultConstLCoord.cln │ │ ├── IAU_ConstL.cln │ │ ├── ReyConstL.cln │ │ ├── ReyConstLCoord.cln │ │ ├── TirionConstL.cln │ │ ├── TirionConstLCoord.cln │ │ ├── constb.cby │ │ ├── constlabel.cla │ │ ├── constlabel_de.cla │ │ ├── constlabel_el.cla │ │ ├── constlabel_es.cla │ │ ├── constlabel_fr.cla │ │ ├── constlabel_hr.cla │ │ ├── constlabel_hu.cla │ │ ├── constlabel_is.cla │ │ ├── constlabel_it.cla │ │ ├── constlabel_nl.cla │ │ ├── constlabel_no.cla │ │ ├── constlabel_pl.cla │ │ ├── constlabel_pt.cla │ │ ├── constlabel_ru.cla │ │ ├── constlabel_sl.cla │ │ ├── constlabel_sv.cla │ │ ├── constlabel_th.cla │ │ ├── constlabel_uk.cla │ │ ├── constlabel_zh.cla │ │ ├── constlabel_zh_CN.cla │ │ ├── constlabel_zh_TW.cla │ │ └── src │ │ │ ├── boundaries │ │ │ ├── Bounds.dat │ │ │ ├── bound_20.dat │ │ │ ├── constb.dat │ │ │ ├── constb.dpr │ │ │ ├── constbUnit1.dfm │ │ │ └── constbUnit1.pas │ │ │ └── figures │ │ │ ├── DefaultConstL.txt │ │ │ ├── Readme.txt │ │ │ ├── ReyConstL.txt │ │ │ ├── Tirion-Constellation.readme │ │ │ ├── Tirion-Constellations.xls │ │ │ ├── bsc_catalog.dat │ │ │ ├── cdc_xhip_hr.dat │ │ │ ├── convconstl.ico │ │ │ ├── convconstl.lpi │ │ │ ├── convconstl.lpr │ │ │ ├── convconstl.res │ │ │ ├── convconstlunit1.lfm │ │ │ ├── convconstlunit1.pas │ │ │ ├── xhipconstl.ico │ │ │ ├── xhipconstl.lpi │ │ │ ├── xhipconstl.lpr │ │ │ ├── xhipconstl.res │ │ │ ├── xhipconstl1.lfm │ │ │ └── xhipconstl1.pas │ ├── deltat │ │ ├── deltat.txt │ │ ├── finals.data │ │ ├── leap-seconds.list │ │ └── make_deltat.sh │ ├── earthmap │ │ ├── earthmap1k.jpg │ │ └── earthmap4k.jpg │ ├── eclipses │ │ ├── 5MKLEcatalog.txt │ │ ├── 5MKSEcatalog.txt │ │ └── readme │ ├── horizon │ │ └── horizon_Geneve.txt │ ├── indi │ │ ├── drivers.xml │ │ └── readme.txt │ ├── jpleph │ │ ├── asc2eph2000-2050.f │ │ └── makeeph.sh │ ├── language │ │ ├── launchpad │ │ │ ├── copytr.sh │ │ │ ├── diffpot.sh │ │ │ ├── mkl.sh │ │ │ ├── mkpot.sh │ │ │ └── mktr.sh │ │ ├── lclstrconsts.ca.po │ │ ├── lclstrconsts.cs.po │ │ ├── lclstrconsts.de.po │ │ ├── lclstrconsts.el.po │ │ ├── lclstrconsts.en.po │ │ ├── lclstrconsts.es.po │ │ ├── lclstrconsts.fi.po │ │ ├── lclstrconsts.fr.po │ │ ├── lclstrconsts.he.po │ │ ├── lclstrconsts.id.po │ │ ├── lclstrconsts.is.po │ │ ├── lclstrconsts.it.po │ │ ├── lclstrconsts.lt.po │ │ ├── lclstrconsts.nl.po │ │ ├── lclstrconsts.no.po │ │ ├── lclstrconsts.pb.po │ │ ├── lclstrconsts.pl.po │ │ ├── lclstrconsts.pliso.po │ │ ├── lclstrconsts.plwin.po │ │ ├── lclstrconsts.po │ │ ├── lclstrconsts.pt.po │ │ ├── lclstrconsts.pt_BR.po │ │ ├── lclstrconsts.ru.po │ │ ├── lclstrconsts.sk.po │ │ ├── lclstrconsts.tr.po │ │ ├── lclstrconsts.uk.po │ │ ├── lclstrconsts.zh-cn.po │ │ ├── lclstrconsts.zh.po │ │ ├── lclstrconsts.zh_CN.po │ │ ├── searchlang.sh │ │ ├── skychart.ar.po │ │ ├── skychart.br.po │ │ ├── skychart.ca.po │ │ ├── skychart.cs.po │ │ ├── skychart.da.po │ │ ├── skychart.de.po │ │ ├── skychart.el.po │ │ ├── skychart.en.po │ │ ├── skychart.en_GB.po │ │ ├── skychart.es.po │ │ ├── skychart.fa.po │ │ ├── skychart.fr.po │ │ ├── skychart.gu.po │ │ ├── skychart.hr.po │ │ ├── skychart.hu.po │ │ ├── skychart.is.po │ │ ├── skychart.it.po │ │ ├── skychart.ja.po │ │ ├── skychart.ku.po │ │ ├── skychart.lang │ │ ├── skychart.ml.po │ │ ├── skychart.mr.po │ │ ├── skychart.nb.po │ │ ├── skychart.nl.po │ │ ├── skychart.no.po │ │ ├── skychart.oc.po │ │ ├── skychart.pl.po │ │ ├── skychart.po │ │ ├── skychart.pt.po │ │ ├── skychart.pt_BR.po │ │ ├── skychart.ru.po │ │ ├── skychart.sc.po │ │ ├── skychart.si.po │ │ ├── skychart.sk.po │ │ ├── skychart.sl.po │ │ ├── skychart.sr.po │ │ ├── skychart.sv.po │ │ ├── skychart.th.po │ │ ├── skychart.tr.po │ │ ├── skychart.uk.po │ │ ├── skychart.zh.po │ │ ├── skychart.zh_CN.po │ │ ├── skychart.zh_HK.po │ │ └── skychart.zh_TW.po │ ├── milkyway │ │ ├── milkyway.dat │ │ └── readme │ ├── pictures │ │ └── readme │ ├── planet │ │ ├── FreeMonoBold.ttf │ │ ├── ariel.jpg │ │ ├── callisto.jpg │ │ ├── charon.jpg │ │ ├── deimos.jpg │ │ ├── dione.jpg │ │ ├── earth.jpg │ │ ├── enceladus.jpg │ │ ├── europa.jpg │ │ ├── ganymede.jpg │ │ ├── hyperion.jpg │ │ ├── iapetus.jpg │ │ ├── io.jpg │ │ ├── jupiter.jpg │ │ ├── mars.jpg │ │ ├── mercury.jpg │ │ ├── mimas.jpg │ │ ├── miranda.jpg │ │ ├── mkjup.sh │ │ ├── moon.jpg │ │ ├── neptune.jpg │ │ ├── oberon.jpg │ │ ├── phobos.jpg │ │ ├── pluto.jpg │ │ ├── rhea.jpg │ │ ├── saturn.jpg │ │ ├── saturn_ring.jpg │ │ ├── sun-0.jpg │ │ ├── sun.jpg │ │ ├── symbol1.png │ │ ├── symbol10.png │ │ ├── symbol11.png │ │ ├── symbol2.png │ │ ├── symbol4.png │ │ ├── symbol5.png │ │ ├── symbol6.png │ │ ├── symbol7.png │ │ ├── symbol8.png │ │ ├── symbol9.png │ │ ├── tethys.jpg │ │ ├── titan.jpg │ │ ├── titania.jpg │ │ ├── triton.jpg │ │ ├── umbriel.jpg │ │ ├── uranus.jpg │ │ ├── venus.jpg │ │ ├── xplanet.config │ │ ├── xplanet2.config │ │ └── xplanet3.config │ ├── quicksat │ │ ├── qs.mag │ │ ├── quicksat.exe │ │ └── quicksat.txt │ ├── sample │ │ ├── Cometsample.dat │ │ ├── MPCsample.dat │ │ ├── aavsoeasy.dat │ │ ├── aavsoeasy.plan │ │ ├── country.dat │ │ ├── d2k.hdr │ │ ├── d2k.info2 │ │ ├── d2k.prj │ │ ├── ds2000.cdc3 │ │ ├── historical_comet.txt │ │ ├── lc_familylookup.txt │ │ ├── lc_summary.txt │ │ ├── us.dat │ │ ├── vsxsubtype.txt │ │ ├── vsxtype.txt │ │ └── world.dat │ ├── script │ │ ├── LocationTime.cdcps │ │ ├── Make_Horizon_Profile.cdcps │ │ ├── ObserverTool.cdcps │ │ ├── PHDguiding.cdcps │ │ ├── Planisphere.cdcps │ │ └── SolarSystem.cdcps │ ├── spice_eph │ │ ├── cdc_merge.txt │ │ └── make_cdc_spice.sh │ ├── stars │ │ ├── PhotoBW.bmp │ │ ├── PhotoColor.bmp │ │ ├── PhotoHighColor.bmp │ │ ├── PhotoPastel.bmp │ │ ├── StarsBW.bmp │ │ ├── StarsColor.bmp │ │ ├── StarsHighColor.bmp │ │ └── StarsPastel.bmp │ ├── varobs │ │ ├── And.dat │ │ ├── Ant.dat │ │ ├── Aps.dat │ │ ├── Aql.dat │ │ ├── Aqr.dat │ │ ├── Ara.dat │ │ ├── Ari.dat │ │ ├── Aur.dat │ │ ├── Boo.dat │ │ ├── CMa.dat │ │ ├── CMi.dat │ │ ├── CVn.dat │ │ ├── Cae.dat │ │ ├── Cam.dat │ │ ├── Cap.dat │ │ ├── Car.dat │ │ ├── Cas.dat │ │ ├── Cen.dat │ │ ├── Cep.dat │ │ ├── Cet.dat │ │ ├── Cha.dat │ │ ├── Cir.dat │ │ ├── Cnc.dat │ │ ├── Col.dat │ │ ├── Com.dat │ │ ├── CrA.dat │ │ ├── CrB.dat │ │ ├── Crt.dat │ │ ├── Cru.dat │ │ ├── Crv.dat │ │ ├── Cyg.dat │ │ ├── Del.dat │ │ ├── Dor.dat │ │ ├── Dra.dat │ │ ├── Equ.dat │ │ ├── Eri.dat │ │ ├── For.dat │ │ ├── Gem.dat │ │ ├── Gru.dat │ │ ├── Her.dat │ │ ├── Hor.dat │ │ ├── Hya.dat │ │ ├── Hyi.dat │ │ ├── Ind.dat │ │ ├── LMi.dat │ │ ├── Lac.dat │ │ ├── Leo.dat │ │ ├── Lep.dat │ │ ├── Lib.dat │ │ ├── Lup.dat │ │ ├── Lyn.dat │ │ ├── Lyr.dat │ │ ├── Men.dat │ │ ├── Mic.dat │ │ ├── Mon.dat │ │ ├── Mus.dat │ │ ├── Nor.dat │ │ ├── Oct.dat │ │ ├── Oph.dat │ │ ├── Ori.dat │ │ ├── Pav.dat │ │ ├── Peg.dat │ │ ├── Per.dat │ │ ├── Phe.dat │ │ ├── Pic.dat │ │ ├── PsA.dat │ │ ├── Psc.dat │ │ ├── Pup.dat │ │ ├── Pyx.dat │ │ ├── Ret.dat │ │ ├── Scl.dat │ │ ├── Sco.dat │ │ ├── Sct.dat │ │ ├── Ser.dat │ │ ├── Sex.dat │ │ ├── Sge.dat │ │ ├── Sgr.dat │ │ ├── Tau.dat │ │ ├── Tel.dat │ │ ├── TrA.dat │ │ ├── Tri.dat │ │ ├── Tuc.dat │ │ ├── UMa.dat │ │ ├── UMi.dat │ │ ├── Vel.dat │ │ ├── Vir.dat │ │ ├── Vol.dat │ │ ├── Vul.dat │ │ ├── readme.txt │ │ └── united.txt │ └── zoneinfo │ │ ├── maketz.sh │ │ └── readme ├── dir-doc.lst ├── dir-nonfree.lst ├── dir.lst ├── doc.lst ├── doc │ ├── cdctitle.png │ ├── docpdf.sh │ ├── html_doc │ │ └── en │ │ │ ├── Location_US_Designations.html │ │ │ ├── Location_World_Designations.html │ │ │ ├── feature_class.html │ │ │ └── feature_class_fichiers │ │ │ ├── common.css │ │ │ └── custom.css │ ├── releasenotes.txt │ ├── releasenotes_fr.txt │ └── varobs │ │ └── varobs.html ├── exsvn.txt ├── install_data.cmd ├── install_data.sh ├── install_data_darwin.sh ├── install_doc.sh ├── install_doc_darwin.sh ├── install_nonfree.sh ├── install_nonfree_darwin.sh ├── install_win_data.sh ├── install_win_doc.sh ├── install_win_nonfree.sh ├── nonfree.lst ├── readme.txt ├── refresh_wiki_doc.sh ├── sac_images │ ├── ongc_dss.lfm │ ├── ongc_dss.pas │ ├── ongc_img.lpi │ ├── ongc_img.lpr │ ├── sac_dss.lfm │ ├── sac_dss.pas │ ├── sac_img.lpi │ ├── sac_img.lpr │ ├── sac_img.res │ ├── sh2_dss.lfm │ ├── sh2_dss.pas │ ├── sh2_img.lpi │ └── sh2_img.lpr ├── uninstall_data.cmd ├── uninstall_data.sh ├── uninstall_data_darwin.sh ├── uninstall_win_data.sh ├── web │ └── geoip │ │ ├── README │ │ └── iploc.php └── wiki_doc │ ├── copydoc.sh │ ├── getdoc.sh │ ├── print.css │ └── skychart.export.txt ├── uninstall.cmd ├── uninstall.sh ├── uninstall_darwin.sh ├── uninstall_win.sh └── varobs ├── Makefile.in ├── ObsUnit.lfm ├── ObsUnit.pas ├── SettingUnit.lfm ├── SettingUnit.pas ├── aavsob1.lfm ├── aavsob1.pas ├── aavsochart.lfm ├── aavsochart.pas ├── bitmaps └── mainicon │ ├── mkico.sh │ ├── varobs.icns │ ├── varobs.svg │ ├── varobs128.png │ ├── varobs32.png │ ├── varobs48.png │ └── varobs96.png ├── cu_cdcclient.pas ├── cu_voreader.pas ├── detail1.lfm ├── detail1.pas ├── manifest.res ├── param.pas ├── splashunit.lfm ├── splashunit.pas ├── u_param.pas ├── u_util2.pas ├── units └── dummy ├── uscaledpi.pas ├── variables1.lfm ├── variables1.pas ├── varobs.bmp ├── varobs.gif ├── varobs.ico ├── varobs.lpi ├── varobs.lpr ├── varobs.lrs ├── varobs.manifest ├── varobs.png ├── varobs.rc ├── varobs.res ├── varobs_1.png ├── varobs_lpv_bulletin.lpi ├── varobs_lpv_bulletin.lpr ├── varobs_lpv_bulletin.rc └── varobs_lpv_bulletin.res /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/.gitignore -------------------------------------------------------------------------------- /BaseData/data_jpleph.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/BaseData/data_jpleph.tgz -------------------------------------------------------------------------------- /BaseData/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/BaseData/readme.txt -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/Makefile.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/README.md -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/configure -------------------------------------------------------------------------------- /configure.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/configure.cmd -------------------------------------------------------------------------------- /git-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/git-version.sh -------------------------------------------------------------------------------- /install.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install.cmd -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install.sh -------------------------------------------------------------------------------- /install_cat1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_cat1.sh -------------------------------------------------------------------------------- /install_cat2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_cat2.sh -------------------------------------------------------------------------------- /install_darwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_darwin.sh -------------------------------------------------------------------------------- /install_darwin_cat1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_darwin_cat1.sh -------------------------------------------------------------------------------- /install_darwin_cat2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_darwin_cat2.sh -------------------------------------------------------------------------------- /install_darwin_pict.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_darwin_pict.sh -------------------------------------------------------------------------------- /install_darwin_spice_base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_darwin_spice_base.sh -------------------------------------------------------------------------------- /install_darwin_spice_ext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_darwin_spice_ext.sh -------------------------------------------------------------------------------- /install_pict.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_pict.sh -------------------------------------------------------------------------------- /install_spice_base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_spice_base.sh -------------------------------------------------------------------------------- /install_spice_ext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_spice_ext.sh -------------------------------------------------------------------------------- /install_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_win.sh -------------------------------------------------------------------------------- /install_win_cat1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_win_cat1.sh -------------------------------------------------------------------------------- /install_win_cat2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_win_cat2.sh -------------------------------------------------------------------------------- /install_win_pict.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_win_pict.sh -------------------------------------------------------------------------------- /install_win_spice_base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_win_spice_base.sh -------------------------------------------------------------------------------- /install_win_spice_ext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/install_win_spice_ext.sh -------------------------------------------------------------------------------- /installdbg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/installdbg.sh -------------------------------------------------------------------------------- /setup_skychart_deb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/setup_skychart_deb.sh -------------------------------------------------------------------------------- /skychart/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/Makefile.in -------------------------------------------------------------------------------- /skychart/bitmaps/Collapse.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/Collapse.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/DebugPause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/DebugPause.png -------------------------------------------------------------------------------- /skychart/bitmaps/DebugRun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/DebugRun.png -------------------------------------------------------------------------------- /skychart/bitmaps/DebugStepInto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/DebugStepInto.png -------------------------------------------------------------------------------- /skychart/bitmaps/DebugStepOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/DebugStepOver.png -------------------------------------------------------------------------------- /skychart/bitmaps/DebugStop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/DebugStop.png -------------------------------------------------------------------------------- /skychart/bitmaps/Delete.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/Delete.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/Down.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/Down.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/Expand.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/Expand.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/Left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/Left.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/Right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/Right.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/Up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/Up.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/about.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/about.xpm -------------------------------------------------------------------------------- /skychart/bitmaps/black16x16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/black16x16.ico -------------------------------------------------------------------------------- /skychart/bitmaps/black22x22.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/black22x22.ico -------------------------------------------------------------------------------- /skychart/bitmaps/black32x32.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/black32x32.ico -------------------------------------------------------------------------------- /skychart/bitmaps/black32x64.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/black32x64.ico -------------------------------------------------------------------------------- /skychart/bitmaps/black48x48.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/black48x48.ico -------------------------------------------------------------------------------- /skychart/bitmaps/cartesduciel.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/cartesduciel.xpm -------------------------------------------------------------------------------- /skychart/bitmaps/cdc_clock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/cdc_clock.ico -------------------------------------------------------------------------------- /skychart/bitmaps/earthmap0k.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/earthmap0k.xpm -------------------------------------------------------------------------------- /skychart/bitmaps/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/folder.png -------------------------------------------------------------------------------- /skychart/bitmaps/green-led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/green-led.png -------------------------------------------------------------------------------- /skychart/bitmaps/mainicon/mkico.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/mainicon/mkico.sh -------------------------------------------------------------------------------- /skychart/bitmaps/make_icon_res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/make_icon_res -------------------------------------------------------------------------------- /skychart/bitmaps/make_sort_res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/make_sort_res -------------------------------------------------------------------------------- /skychart/bitmaps/red-led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/red-led.png -------------------------------------------------------------------------------- /skychart/bitmaps/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/reload.png -------------------------------------------------------------------------------- /skychart/bitmaps/retic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/retic.png -------------------------------------------------------------------------------- /skychart/bitmaps/sortasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/sortasc.png -------------------------------------------------------------------------------- /skychart/bitmaps/sortdesc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/sortdesc.png -------------------------------------------------------------------------------- /skychart/bitmaps/splash.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/splash.xpm -------------------------------------------------------------------------------- /skychart/bitmaps/starshape.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/starshape.bmp -------------------------------------------------------------------------------- /skychart/bitmaps/starshape.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/starshape.xpm -------------------------------------------------------------------------------- /skychart/bitmaps/yellow-led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/bitmaps/yellow-led.png -------------------------------------------------------------------------------- /skychart/blankicon.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/blankicon.lrs -------------------------------------------------------------------------------- /skychart/calceph.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/calceph.pas -------------------------------------------------------------------------------- /skychart/catgen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/catgen.ico -------------------------------------------------------------------------------- /skychart/catgen.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/catgen.lpi -------------------------------------------------------------------------------- /skychart/catgen.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/catgen.lpr -------------------------------------------------------------------------------- /skychart/catgen.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/catgen.res -------------------------------------------------------------------------------- /skychart/cdc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc.ico -------------------------------------------------------------------------------- /skychart/cdc.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc.lpi -------------------------------------------------------------------------------- /skychart/cdc.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc.lpr -------------------------------------------------------------------------------- /skychart/cdc.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc.lrs -------------------------------------------------------------------------------- /skychart/cdc.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc.manifest -------------------------------------------------------------------------------- /skychart/cdc.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc.rc -------------------------------------------------------------------------------- /skychart/cdc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc.res -------------------------------------------------------------------------------- /skychart/cdc_icon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc_icon.res -------------------------------------------------------------------------------- /skychart/cdc_version.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdc_version.inc -------------------------------------------------------------------------------- /skychart/cdcicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdcicon.ico -------------------------------------------------------------------------------- /skychart/cdcicon.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdcicon.lpi -------------------------------------------------------------------------------- /skychart/cdcicon.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdcicon.lpr -------------------------------------------------------------------------------- /skychart/cdcicon.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdcicon.lrs -------------------------------------------------------------------------------- /skychart/cdcicon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdcicon.rc -------------------------------------------------------------------------------- /skychart/cdcicon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdcicon.res -------------------------------------------------------------------------------- /skychart/cdcmain.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cdcmain.lrs -------------------------------------------------------------------------------- /skychart/chealpix.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/chealpix.pas -------------------------------------------------------------------------------- /skychart/chk_rs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/chk_rs.sh -------------------------------------------------------------------------------- /skychart/component/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/Makefile.in -------------------------------------------------------------------------------- /skychart/component/libsql/libsqlversion.inc: -------------------------------------------------------------------------------- 1 | const 2 | LibSQLVersion = '0.74'; -------------------------------------------------------------------------------- /skychart/component/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/license.txt -------------------------------------------------------------------------------- /skychart/component/radec/makeres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/radec/makeres -------------------------------------------------------------------------------- /skychart/component/radec/radec.lpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/radec/radec.lpk -------------------------------------------------------------------------------- /skychart/component/radec/radec.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/radec/radec.lrs -------------------------------------------------------------------------------- /skychart/component/radec/radec.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/radec/radec.pas -------------------------------------------------------------------------------- /skychart/component/vo/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/vo/Makefile.in -------------------------------------------------------------------------------- /skychart/component/vo/cu_vo.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/vo/cu_vo.lrs -------------------------------------------------------------------------------- /skychart/component/vo/cu_vo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/vo/cu_vo.pas -------------------------------------------------------------------------------- /skychart/component/vo/lazvo.lpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/vo/lazvo.lpk -------------------------------------------------------------------------------- /skychart/component/vo/lazvo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/vo/lazvo.pas -------------------------------------------------------------------------------- /skychart/component/vo/makeres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/component/vo/makeres -------------------------------------------------------------------------------- /skychart/cu_alpacamanagement.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_alpacamanagement.pas -------------------------------------------------------------------------------- /skychart/cu_ascommount.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_ascommount.pas -------------------------------------------------------------------------------- /skychart/cu_ascomrest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_ascomrest.pas -------------------------------------------------------------------------------- /skychart/cu_ascomrestmount.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_ascomrestmount.pas -------------------------------------------------------------------------------- /skychart/cu_calceph.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_calceph.pas -------------------------------------------------------------------------------- /skychart/cu_catalog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_catalog.pas -------------------------------------------------------------------------------- /skychart/cu_database.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_database.pas -------------------------------------------------------------------------------- /skychart/cu_fits.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_fits.pas -------------------------------------------------------------------------------- /skychart/cu_healpix.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_healpix.pas -------------------------------------------------------------------------------- /skychart/cu_httpdownload.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_httpdownload.pas -------------------------------------------------------------------------------- /skychart/cu_indimount.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_indimount.pas -------------------------------------------------------------------------------- /skychart/cu_mount.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_mount.pas -------------------------------------------------------------------------------- /skychart/cu_planet.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_planet.pas -------------------------------------------------------------------------------- /skychart/cu_plansat.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_plansat.pas -------------------------------------------------------------------------------- /skychart/cu_plot.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_plot.pas -------------------------------------------------------------------------------- /skychart/cu_skychart.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_skychart.pas -------------------------------------------------------------------------------- /skychart/cu_smallsat.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_smallsat.pas -------------------------------------------------------------------------------- /skychart/cu_tcpserver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_tcpserver.pas -------------------------------------------------------------------------------- /skychart/cu_tz.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/cu_tz.pas -------------------------------------------------------------------------------- /skychart/fu_chart.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_chart.lfm -------------------------------------------------------------------------------- /skychart/fu_chart.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_chart.pas -------------------------------------------------------------------------------- /skychart/fu_config_calendar.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_calendar.lfm -------------------------------------------------------------------------------- /skychart/fu_config_calendar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_calendar.pas -------------------------------------------------------------------------------- /skychart/fu_config_catalog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_catalog.lfm -------------------------------------------------------------------------------- /skychart/fu_config_catalog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_catalog.pas -------------------------------------------------------------------------------- /skychart/fu_config_chart.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_chart.lfm -------------------------------------------------------------------------------- /skychart/fu_config_chart.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_chart.pas -------------------------------------------------------------------------------- /skychart/fu_config_display.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_display.lfm -------------------------------------------------------------------------------- /skychart/fu_config_display.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_display.pas -------------------------------------------------------------------------------- /skychart/fu_config_internet.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_internet.lfm -------------------------------------------------------------------------------- /skychart/fu_config_internet.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_internet.pas -------------------------------------------------------------------------------- /skychart/fu_config_observatory.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_observatory.lfm -------------------------------------------------------------------------------- /skychart/fu_config_observatory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_observatory.pas -------------------------------------------------------------------------------- /skychart/fu_config_pictures.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_pictures.lfm -------------------------------------------------------------------------------- /skychart/fu_config_pictures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_pictures.pas -------------------------------------------------------------------------------- /skychart/fu_config_solsys.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_solsys.lfm -------------------------------------------------------------------------------- /skychart/fu_config_solsys.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_solsys.pas -------------------------------------------------------------------------------- /skychart/fu_config_system.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_system.lfm -------------------------------------------------------------------------------- /skychart/fu_config_system.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_system.pas -------------------------------------------------------------------------------- /skychart/fu_config_time.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_time.lfm -------------------------------------------------------------------------------- /skychart/fu_config_time.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_config_time.pas -------------------------------------------------------------------------------- /skychart/fu_script.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_script.lfm -------------------------------------------------------------------------------- /skychart/fu_script.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/fu_script.pas -------------------------------------------------------------------------------- /skychart/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/gpl.txt -------------------------------------------------------------------------------- /skychart/grid_images.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/grid_images.lrs -------------------------------------------------------------------------------- /skychart/lazhelphtml_fix.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/lazhelphtml_fix.pas -------------------------------------------------------------------------------- /skychart/library/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/Makefile.in -------------------------------------------------------------------------------- /skychart/library/calceph/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/calceph/Makefile -------------------------------------------------------------------------------- /skychart/library/calceph/calceph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/calceph/calceph.c -------------------------------------------------------------------------------- /skychart/library/calceph/calceph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/calceph/calceph.h -------------------------------------------------------------------------------- /skychart/library/calceph/real.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/calceph/real.h -------------------------------------------------------------------------------- /skychart/library/calceph/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/calceph/util.c -------------------------------------------------------------------------------- /skychart/library/calceph/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/calceph/util.h -------------------------------------------------------------------------------- /skychart/library/catalog/dscat.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/catalog/dscat.pas -------------------------------------------------------------------------------- /skychart/library/catalog/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/catalog/gpl.txt -------------------------------------------------------------------------------- /skychart/library/catalog/vocat.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/catalog/vocat.pas -------------------------------------------------------------------------------- /skychart/library/getdss/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/Makefile -------------------------------------------------------------------------------- /skychart/library/getdss/bitfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/bitfile.h -------------------------------------------------------------------------------- /skychart/library/getdss/decode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/decode.cpp -------------------------------------------------------------------------------- /skychart/library/getdss/dss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/dss.cpp -------------------------------------------------------------------------------- /skychart/library/getdss/dss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/dss.h -------------------------------------------------------------------------------- /skychart/library/getdss/errcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/errcode.h -------------------------------------------------------------------------------- /skychart/library/getdss/get_dss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/get_dss.h -------------------------------------------------------------------------------- /skychart/library/getdss/getdss.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/getdss.def -------------------------------------------------------------------------------- /skychart/library/getdss/getdss.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/getdss.dsp -------------------------------------------------------------------------------- /skychart/library/getdss/getdss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/getdss.h -------------------------------------------------------------------------------- /skychart/library/getdss/getdss.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/getdss.mak -------------------------------------------------------------------------------- /skychart/library/getdss/hh2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/hh2.dat -------------------------------------------------------------------------------- /skychart/library/getdss/hhh.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/hhh.dat -------------------------------------------------------------------------------- /skychart/library/getdss/hinv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/hinv.cpp -------------------------------------------------------------------------------- /skychart/library/getdss/ifile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/ifile -------------------------------------------------------------------------------- /skychart/library/getdss/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/image.h -------------------------------------------------------------------------------- /skychart/library/getdss/median.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/median.cpp -------------------------------------------------------------------------------- /skychart/library/getdss/platelst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/platelst.h -------------------------------------------------------------------------------- /skychart/library/getdss/readme.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/readme.doc -------------------------------------------------------------------------------- /skychart/library/getdss/tear.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/tear.cpp -------------------------------------------------------------------------------- /skychart/library/getdss/win32.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/getdss/win32.mak -------------------------------------------------------------------------------- /skychart/library/indi/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/indi/readme.txt -------------------------------------------------------------------------------- /skychart/library/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/license.txt -------------------------------------------------------------------------------- /skychart/library/plan404/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/Makefile -------------------------------------------------------------------------------- /skychart/library/plan404/cmoon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/cmoon.c -------------------------------------------------------------------------------- /skychart/library/plan404/ear404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/ear404.c -------------------------------------------------------------------------------- /skychart/library/plan404/epsiln.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/epsiln.c -------------------------------------------------------------------------------- /skychart/library/plan404/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/example.c -------------------------------------------------------------------------------- /skychart/library/plan404/gplan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/gplan.c -------------------------------------------------------------------------------- /skychart/library/plan404/jup404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/jup404.c -------------------------------------------------------------------------------- /skychart/library/plan404/mar404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/mar404.c -------------------------------------------------------------------------------- /skychart/library/plan404/mer404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/mer404.c -------------------------------------------------------------------------------- /skychart/library/plan404/msc.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/msc.mak -------------------------------------------------------------------------------- /skychart/library/plan404/nep404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/nep404.c -------------------------------------------------------------------------------- /skychart/library/plan404/nutate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/nutate.c -------------------------------------------------------------------------------- /skychart/library/plan404/obj/readme: -------------------------------------------------------------------------------- 1 | this directory is used during compilation 2 | -------------------------------------------------------------------------------- /skychart/library/plan404/plan404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/plan404.c -------------------------------------------------------------------------------- /skychart/library/plan404/plan404.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/plan404.h -------------------------------------------------------------------------------- /skychart/library/plan404/plantbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/plantbl.h -------------------------------------------------------------------------------- /skychart/library/plan404/plu404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/plu404.c -------------------------------------------------------------------------------- /skychart/library/plan404/precess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/precess.c -------------------------------------------------------------------------------- /skychart/library/plan404/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/readme -------------------------------------------------------------------------------- /skychart/library/plan404/sat404.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/sat404.c -------------------------------------------------------------------------------- /skychart/library/plan404/sidrlt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/plan404/sidrlt.c -------------------------------------------------------------------------------- /skychart/library/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/readme.txt -------------------------------------------------------------------------------- /skychart/library/spice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/spice/Makefile -------------------------------------------------------------------------------- /skychart/library/spice/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/spice/Readme -------------------------------------------------------------------------------- /skychart/library/wcs/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/COPYING -------------------------------------------------------------------------------- /skychart/library/wcs/Files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/Files -------------------------------------------------------------------------------- /skychart/library/wcs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/Makefile -------------------------------------------------------------------------------- /skychart/library/wcs/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/NEWS -------------------------------------------------------------------------------- /skychart/library/wcs/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/Readme -------------------------------------------------------------------------------- /skychart/library/wcs/Update.sao: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/Update.sao -------------------------------------------------------------------------------- /skychart/library/wcs/actread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/actread.c -------------------------------------------------------------------------------- /skychart/library/wcs/ang2str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/ang2str.c -------------------------------------------------------------------------------- /skychart/library/wcs/binread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/binread.c -------------------------------------------------------------------------------- /skychart/library/wcs/caphot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/caphot.c -------------------------------------------------------------------------------- /skychart/library/wcs/catutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/catutil.c -------------------------------------------------------------------------------- /skychart/library/wcs/cdcwcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/cdcwcs.c -------------------------------------------------------------------------------- /skychart/library/wcs/cel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/cel.c -------------------------------------------------------------------------------- /skychart/library/wcs/ctgread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/ctgread.c -------------------------------------------------------------------------------- /skychart/library/wcs/daoread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/daoread.c -------------------------------------------------------------------------------- /skychart/library/wcs/dateutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/dateutil.c -------------------------------------------------------------------------------- /skychart/library/wcs/distort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/distort -------------------------------------------------------------------------------- /skychart/library/wcs/distort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/distort.c -------------------------------------------------------------------------------- /skychart/library/wcs/dsspos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/dsspos.c -------------------------------------------------------------------------------- /skychart/library/wcs/fileutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fileutil.c -------------------------------------------------------------------------------- /skychart/library/wcs/findstar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/findstar.c -------------------------------------------------------------------------------- /skychart/library/wcs/fitsfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fitsfile.c -------------------------------------------------------------------------------- /skychart/library/wcs/fitsfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fitsfile.h -------------------------------------------------------------------------------- /skychart/library/wcs/fitshead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fitshead.h -------------------------------------------------------------------------------- /skychart/library/wcs/fitswcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fitswcs.c -------------------------------------------------------------------------------- /skychart/library/wcs/fitswcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fitswcs.h -------------------------------------------------------------------------------- /skychart/library/wcs/fortcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fortcat.c -------------------------------------------------------------------------------- /skychart/library/wcs/fortwcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/fortwcs.c -------------------------------------------------------------------------------- /skychart/library/wcs/gsc2read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/gsc2read.c -------------------------------------------------------------------------------- /skychart/library/wcs/gscread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/gscread.c -------------------------------------------------------------------------------- /skychart/library/wcs/hget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/hget.c -------------------------------------------------------------------------------- /skychart/library/wcs/hget1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/hget1.c -------------------------------------------------------------------------------- /skychart/library/wcs/hput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/hput.c -------------------------------------------------------------------------------- /skychart/library/wcs/hput1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/hput1.c -------------------------------------------------------------------------------- /skychart/library/wcs/html2sp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/html2sp.c -------------------------------------------------------------------------------- /skychart/library/wcs/iget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/iget.c -------------------------------------------------------------------------------- /skychart/library/wcs/imgetwcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/imgetwcs.c -------------------------------------------------------------------------------- /skychart/library/wcs/imhfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/imhfile.c -------------------------------------------------------------------------------- /skychart/library/wcs/imio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/imio.c -------------------------------------------------------------------------------- /skychart/library/wcs/imio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/imio.h -------------------------------------------------------------------------------- /skychart/library/wcs/imrotate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/imrotate.c -------------------------------------------------------------------------------- /skychart/library/wcs/imsetwcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/imsetwcs.c -------------------------------------------------------------------------------- /skychart/library/wcs/imutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/imutil.c -------------------------------------------------------------------------------- /skychart/library/wcs/lin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/lin.c -------------------------------------------------------------------------------- /skychart/library/wcs/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/log.c -------------------------------------------------------------------------------- /skychart/library/wcs/lwcs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skychart/library/wcs/lwcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/lwcs.h -------------------------------------------------------------------------------- /skychart/library/wcs/mingw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/mingw.txt -------------------------------------------------------------------------------- /skychart/library/wcs/nut1981.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/nut1981.c -------------------------------------------------------------------------------- /skychart/library/wcs/nut2006.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/nut2006.c -------------------------------------------------------------------------------- /skychart/library/wcs/platefit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/platefit.c -------------------------------------------------------------------------------- /skychart/library/wcs/platepos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/platepos.c -------------------------------------------------------------------------------- /skychart/library/wcs/polfit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/polfit.c -------------------------------------------------------------------------------- /skychart/library/wcs/poly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/poly.c -------------------------------------------------------------------------------- /skychart/library/wcs/proj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/proj.c -------------------------------------------------------------------------------- /skychart/library/wcs/sdssread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/sdssread.c -------------------------------------------------------------------------------- /skychart/library/wcs/sdsssql.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/sdsssql.c -------------------------------------------------------------------------------- /skychart/library/wcs/shrink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/shrink.c -------------------------------------------------------------------------------- /skychart/library/wcs/sortstar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/sortstar.c -------------------------------------------------------------------------------- /skychart/library/wcs/sph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/sph.c -------------------------------------------------------------------------------- /skychart/library/wcs/str2ang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/str2ang.c -------------------------------------------------------------------------------- /skychart/library/wcs/str2dcpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/str2dcpp.c -------------------------------------------------------------------------------- /skychart/library/wcs/str2dsun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/str2dsun.c -------------------------------------------------------------------------------- /skychart/library/wcs/tabread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/tabread.c -------------------------------------------------------------------------------- /skychart/library/wcs/tabsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/tabsort.c -------------------------------------------------------------------------------- /skychart/library/wcs/tmcread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/tmcread.c -------------------------------------------------------------------------------- /skychart/library/wcs/tnxpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/tnxpos.c -------------------------------------------------------------------------------- /skychart/library/wcs/ty2read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/ty2read.c -------------------------------------------------------------------------------- /skychart/library/wcs/uacread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/uacread.c -------------------------------------------------------------------------------- /skychart/library/wcs/ubcread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/ubcread.c -------------------------------------------------------------------------------- /skychart/library/wcs/ucacread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/ucacread.c -------------------------------------------------------------------------------- /skychart/library/wcs/ujcread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/ujcread.c -------------------------------------------------------------------------------- /skychart/library/wcs/wcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcs.c -------------------------------------------------------------------------------- /skychart/library/wcs/wcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcs.h -------------------------------------------------------------------------------- /skychart/library/wcs/wcscat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcscat.h -------------------------------------------------------------------------------- /skychart/library/wcs/wcscat1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcscat1.h -------------------------------------------------------------------------------- /skychart/library/wcs/wcscon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcscon.c -------------------------------------------------------------------------------- /skychart/library/wcs/wcscon1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcscon1.c -------------------------------------------------------------------------------- /skychart/library/wcs/wcsinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcsinit.c -------------------------------------------------------------------------------- /skychart/library/wcs/wcslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcslib.c -------------------------------------------------------------------------------- /skychart/library/wcs/wcslib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcslib.h -------------------------------------------------------------------------------- /skychart/library/wcs/wcstrig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/wcstrig.c -------------------------------------------------------------------------------- /skychart/library/wcs/webread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/webread.c -------------------------------------------------------------------------------- /skychart/library/wcs/webread0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/webread0.c -------------------------------------------------------------------------------- /skychart/library/wcs/worldpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/worldpos.c -------------------------------------------------------------------------------- /skychart/library/wcs/zpxpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/library/wcs/zpxpos.c -------------------------------------------------------------------------------- /skychart/makepo.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/makepo.cmd -------------------------------------------------------------------------------- /skychart/makepo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/makepo.sh -------------------------------------------------------------------------------- /skychart/menu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/menu.txt -------------------------------------------------------------------------------- /skychart/menuupd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/menuupd.sh -------------------------------------------------------------------------------- /skychart/mtpcpu.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/mtpcpu.pas -------------------------------------------------------------------------------- /skychart/pr_vodetail.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pr_vodetail.lfm -------------------------------------------------------------------------------- /skychart/pr_vodetail.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pr_vodetail.pas -------------------------------------------------------------------------------- /skychart/pu_about.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_about.lfm -------------------------------------------------------------------------------- /skychart/pu_about.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_about.pas -------------------------------------------------------------------------------- /skychart/pu_addlabel.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_addlabel.lfm -------------------------------------------------------------------------------- /skychart/pu_addlabel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_addlabel.pas -------------------------------------------------------------------------------- /skychart/pu_calendar.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_calendar.lfm -------------------------------------------------------------------------------- /skychart/pu_calendar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_calendar.pas -------------------------------------------------------------------------------- /skychart/pu_catalog_detail.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_catalog_detail.lfm -------------------------------------------------------------------------------- /skychart/pu_catalog_detail.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_catalog_detail.pas -------------------------------------------------------------------------------- /skychart/pu_catgen.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_catgen.lfm -------------------------------------------------------------------------------- /skychart/pu_catgen.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_catgen.pas -------------------------------------------------------------------------------- /skychart/pu_catgenadv.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_catgenadv.lfm -------------------------------------------------------------------------------- /skychart/pu_catgenadv.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_catgenadv.pas -------------------------------------------------------------------------------- /skychart/pu_clock.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_clock.lfm -------------------------------------------------------------------------------- /skychart/pu_clock.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_clock.pas -------------------------------------------------------------------------------- /skychart/pu_config.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config.lfm -------------------------------------------------------------------------------- /skychart/pu_config.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config.pas -------------------------------------------------------------------------------- /skychart/pu_config_calendar.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_calendar.lfm -------------------------------------------------------------------------------- /skychart/pu_config_calendar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_calendar.pas -------------------------------------------------------------------------------- /skychart/pu_config_catalog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_catalog.lfm -------------------------------------------------------------------------------- /skychart/pu_config_catalog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_catalog.pas -------------------------------------------------------------------------------- /skychart/pu_config_chart.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_chart.lfm -------------------------------------------------------------------------------- /skychart/pu_config_chart.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_chart.pas -------------------------------------------------------------------------------- /skychart/pu_config_display.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_display.lfm -------------------------------------------------------------------------------- /skychart/pu_config_display.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_display.pas -------------------------------------------------------------------------------- /skychart/pu_config_internet.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_internet.lfm -------------------------------------------------------------------------------- /skychart/pu_config_internet.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_internet.pas -------------------------------------------------------------------------------- /skychart/pu_config_pictures.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_pictures.lfm -------------------------------------------------------------------------------- /skychart/pu_config_pictures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_pictures.pas -------------------------------------------------------------------------------- /skychart/pu_config_solsys.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_solsys.lfm -------------------------------------------------------------------------------- /skychart/pu_config_solsys.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_solsys.pas -------------------------------------------------------------------------------- /skychart/pu_config_system.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_system.lfm -------------------------------------------------------------------------------- /skychart/pu_config_system.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_system.pas -------------------------------------------------------------------------------- /skychart/pu_config_time.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_time.lfm -------------------------------------------------------------------------------- /skychart/pu_config_time.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_config_time.pas -------------------------------------------------------------------------------- /skychart/pu_configdirect.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_configdirect.lfm -------------------------------------------------------------------------------- /skychart/pu_configdirect.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_configdirect.pas -------------------------------------------------------------------------------- /skychart/pu_detail.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_detail.lfm -------------------------------------------------------------------------------- /skychart/pu_detail.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_detail.pas -------------------------------------------------------------------------------- /skychart/pu_edittoolbar.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_edittoolbar.lfm -------------------------------------------------------------------------------- /skychart/pu_edittoolbar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_edittoolbar.pas -------------------------------------------------------------------------------- /skychart/pu_fov.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_fov.lfm -------------------------------------------------------------------------------- /skychart/pu_fov.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_fov.pas -------------------------------------------------------------------------------- /skychart/pu_getdss.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_getdss.lfm -------------------------------------------------------------------------------- /skychart/pu_getdss.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_getdss.pas -------------------------------------------------------------------------------- /skychart/pu_image.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_image.lfm -------------------------------------------------------------------------------- /skychart/pu_image.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_image.pas -------------------------------------------------------------------------------- /skychart/pu_imglist.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_imglist.lfm -------------------------------------------------------------------------------- /skychart/pu_imglist.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_imglist.pas -------------------------------------------------------------------------------- /skychart/pu_info.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_info.lfm -------------------------------------------------------------------------------- /skychart/pu_info.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_info.pas -------------------------------------------------------------------------------- /skychart/pu_main.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_main.lfm -------------------------------------------------------------------------------- /skychart/pu_main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_main.pas -------------------------------------------------------------------------------- /skychart/pu_manualtelescope.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_manualtelescope.lfm -------------------------------------------------------------------------------- /skychart/pu_manualtelescope.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_manualtelescope.pas -------------------------------------------------------------------------------- /skychart/pu_mosaic.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_mosaic.lfm -------------------------------------------------------------------------------- /skychart/pu_mosaic.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_mosaic.pas -------------------------------------------------------------------------------- /skychart/pu_mount.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_mount.lfm -------------------------------------------------------------------------------- /skychart/pu_mount.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_mount.pas -------------------------------------------------------------------------------- /skychart/pu_observatory_db.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_observatory_db.lfm -------------------------------------------------------------------------------- /skychart/pu_observatory_db.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_observatory_db.pas -------------------------------------------------------------------------------- /skychart/pu_obslist.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_obslist.lfm -------------------------------------------------------------------------------- /skychart/pu_obslist.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_obslist.pas -------------------------------------------------------------------------------- /skychart/pu_pascaleditor.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_pascaleditor.lfm -------------------------------------------------------------------------------- /skychart/pu_pascaleditor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_pascaleditor.pas -------------------------------------------------------------------------------- /skychart/pu_planetinfo.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_planetinfo.lfm -------------------------------------------------------------------------------- /skychart/pu_planetinfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_planetinfo.pas -------------------------------------------------------------------------------- /skychart/pu_position.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_position.lfm -------------------------------------------------------------------------------- /skychart/pu_position.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_position.pas -------------------------------------------------------------------------------- /skychart/pu_precession.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_precession.lfm -------------------------------------------------------------------------------- /skychart/pu_precession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_precession.pas -------------------------------------------------------------------------------- /skychart/pu_prepoint.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_prepoint.lfm -------------------------------------------------------------------------------- /skychart/pu_prepoint.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_prepoint.pas -------------------------------------------------------------------------------- /skychart/pu_print.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_print.lfm -------------------------------------------------------------------------------- /skychart/pu_print.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_print.pas -------------------------------------------------------------------------------- /skychart/pu_printsetup.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_printsetup.lfm -------------------------------------------------------------------------------- /skychart/pu_printsetup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_printsetup.pas -------------------------------------------------------------------------------- /skychart/pu_progressbar.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_progressbar.lfm -------------------------------------------------------------------------------- /skychart/pu_progressbar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_progressbar.pas -------------------------------------------------------------------------------- /skychart/pu_scriptconfig.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_scriptconfig.lfm -------------------------------------------------------------------------------- /skychart/pu_scriptconfig.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_scriptconfig.pas -------------------------------------------------------------------------------- /skychart/pu_scriptengine.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_scriptengine.lfm -------------------------------------------------------------------------------- /skychart/pu_scriptengine.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_scriptengine.pas -------------------------------------------------------------------------------- /skychart/pu_search.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_search.lfm -------------------------------------------------------------------------------- /skychart/pu_search.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_search.pas -------------------------------------------------------------------------------- /skychart/pu_selectlayout.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_selectlayout.lfm -------------------------------------------------------------------------------- /skychart/pu_selectlayout.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_selectlayout.pas -------------------------------------------------------------------------------- /skychart/pu_splash.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_splash.lfm -------------------------------------------------------------------------------- /skychart/pu_splash.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_splash.pas -------------------------------------------------------------------------------- /skychart/pu_tour.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_tour.lfm -------------------------------------------------------------------------------- /skychart/pu_tour.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_tour.pas -------------------------------------------------------------------------------- /skychart/pu_tray.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_tray.lfm -------------------------------------------------------------------------------- /skychart/pu_tray.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_tray.pas -------------------------------------------------------------------------------- /skychart/pu_updcatalog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_updcatalog.lfm -------------------------------------------------------------------------------- /skychart/pu_updcatalog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_updcatalog.pas -------------------------------------------------------------------------------- /skychart/pu_voconfig.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_voconfig.lfm -------------------------------------------------------------------------------- /skychart/pu_voconfig.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_voconfig.pas -------------------------------------------------------------------------------- /skychart/pu_zoom.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_zoom.lfm -------------------------------------------------------------------------------- /skychart/pu_zoom.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/pu_zoom.pas -------------------------------------------------------------------------------- /skychart/revision.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/revision.inc -------------------------------------------------------------------------------- /skychart/safe_gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/safe_gtkrc -------------------------------------------------------------------------------- /skychart/sample_client/python/testlist.txt: -------------------------------------------------------------------------------- 1 | Title 2 | IC 1848 3 | M 76 4 | M 31 5 | -------------------------------------------------------------------------------- /skychart/tass17.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/tass17.inc -------------------------------------------------------------------------------- /skychart/testDE.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/testDE.lpi -------------------------------------------------------------------------------- /skychart/testDE.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/testDE.lpr -------------------------------------------------------------------------------- /skychart/uDE.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/uDE.pas -------------------------------------------------------------------------------- /skychart/u_290.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_290.pas -------------------------------------------------------------------------------- /skychart/u_CacheBMP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_CacheBMP.pas -------------------------------------------------------------------------------- /skychart/u_ccdconfig.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_ccdconfig.pas -------------------------------------------------------------------------------- /skychart/u_constant.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_constant.pas -------------------------------------------------------------------------------- /skychart/u_grappavar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_grappavar.pas -------------------------------------------------------------------------------- /skychart/u_help.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_help.pas -------------------------------------------------------------------------------- /skychart/u_orbits.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_orbits.pas -------------------------------------------------------------------------------- /skychart/u_projection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_projection.pas -------------------------------------------------------------------------------- /skychart/u_satellite.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_satellite.pas -------------------------------------------------------------------------------- /skychart/u_scriptsocket.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_scriptsocket.pas -------------------------------------------------------------------------------- /skychart/u_speech.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_speech.pas -------------------------------------------------------------------------------- /skychart/u_translation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_translation.pas -------------------------------------------------------------------------------- /skychart/u_unzip.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_unzip.pas -------------------------------------------------------------------------------- /skychart/u_util.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/u_util.pas -------------------------------------------------------------------------------- /skychart/units/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/units/readme -------------------------------------------------------------------------------- /skychart/unused_translation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/unused_translation.sh -------------------------------------------------------------------------------- /skychart/upsi_checklst.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/upsi_checklst.pas -------------------------------------------------------------------------------- /skychart/upsi_translation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/upsi_translation.pas -------------------------------------------------------------------------------- /skychart/uscaledpi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/skychart/uscaledpi.pas -------------------------------------------------------------------------------- /system_integration/MacOSX/pkg/cdcicon.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? 2 | -------------------------------------------------------------------------------- /system_integration/MacOSX/pkg/skychart.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? 2 | -------------------------------------------------------------------------------- /system_integration/MacOSX/pkg/varobs.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? 2 | -------------------------------------------------------------------------------- /system_integration/MacOSX/pkg/varobs_lpv_bulletin.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? 2 | -------------------------------------------------------------------------------- /system_integration/Windows/installer/skychart/PrivateFiles/skychart.ini: -------------------------------------------------------------------------------- 1 | [main] 2 | -------------------------------------------------------------------------------- /tools/Lazarus_Patch/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/Lazarus_Patch/readme -------------------------------------------------------------------------------- /tools/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/Makefile.in -------------------------------------------------------------------------------- /tools/asteroides/mpc5000.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/asteroides/mpc5000.sh -------------------------------------------------------------------------------- /tools/cat.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat.lst -------------------------------------------------------------------------------- /tools/cat/DSoutlines/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/DSoutlines/README.md -------------------------------------------------------------------------------- /tools/cat/DSoutlines/ono.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/DSoutlines/ono.dat -------------------------------------------------------------------------------- /tools/cat/DSoutlines/ono.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/DSoutlines/ono.hdr -------------------------------------------------------------------------------- /tools/cat/DSoutlines/ons.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/DSoutlines/ons.dat -------------------------------------------------------------------------------- /tools/cat/DSoutlines/ons.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/DSoutlines/ons.hdr -------------------------------------------------------------------------------- /tools/cat/RealSky/hh2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/RealSky/hh2.dat -------------------------------------------------------------------------------- /tools/cat/RealSky/hhh.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/RealSky/hhh.dat -------------------------------------------------------------------------------- /tools/cat/RealSky/hi_comn.lis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/RealSky/hi_comn.lis -------------------------------------------------------------------------------- /tools/cat/RealSky/hi_comp.lis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/RealSky/hi_comp.lis -------------------------------------------------------------------------------- /tools/cat/RealSky/hi_coms.lis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/RealSky/hi_coms.lis -------------------------------------------------------------------------------- /tools/cat/RealSky/lo_comp.lis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/RealSky/lo_comp.lis -------------------------------------------------------------------------------- /tools/cat/RealSky/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/RealSky/readme -------------------------------------------------------------------------------- /tools/cat/abell/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/abell/ReadMe -------------------------------------------------------------------------------- /tools/cat/abell/abell.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/abell/abell.prj -------------------------------------------------------------------------------- /tools/cat/abell/zwicky.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/abell/zwicky.prj -------------------------------------------------------------------------------- /tools/cat/barnard/src/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/barnard/src/ReadMe -------------------------------------------------------------------------------- /tools/cat/gaia-dr3/gaia12.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-dr3/gaia12.prj -------------------------------------------------------------------------------- /tools/cat/gaia-dr3/gaia15.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-dr3/gaia15.prj -------------------------------------------------------------------------------- /tools/cat/gaia-dr3/gaia18.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-dr3/gaia18.prj -------------------------------------------------------------------------------- /tools/cat/gaia-dr3/gaia21.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-dr3/gaia21.prj -------------------------------------------------------------------------------- /tools/cat/gaia-dr3/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-dr3/readme.txt -------------------------------------------------------------------------------- /tools/cat/gaia-dr3/zipsplit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-dr3/zipsplit.txt -------------------------------------------------------------------------------- /tools/cat/gaia-edr3/gaia1.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-edr3/gaia1.prj -------------------------------------------------------------------------------- /tools/cat/gaia-edr3/gaia2.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-edr3/gaia2.prj -------------------------------------------------------------------------------- /tools/cat/gaia-edr3/gaia3.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-edr3/gaia3.prj -------------------------------------------------------------------------------- /tools/cat/gaia-edr3/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gaia-edr3/readme.txt -------------------------------------------------------------------------------- /tools/cat/gcm/src/catalog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcm/src/catalog.txt -------------------------------------------------------------------------------- /tools/cat/gcm/src/gcm.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcm/src/gcm.prj -------------------------------------------------------------------------------- /tools/cat/gcm/src/gcmsize.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcm/src/gcmsize.lpi -------------------------------------------------------------------------------- /tools/cat/gcm/src/gcmsize.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcm/src/gcmsize.lpr -------------------------------------------------------------------------------- /tools/cat/gcm/src/mwgc.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcm/src/mwgc.dat -------------------------------------------------------------------------------- /tools/cat/gcm/src/mwgc.onerow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcm/src/mwgc.onerow -------------------------------------------------------------------------------- /tools/cat/gcvs/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcvs/ReadMe -------------------------------------------------------------------------------- /tools/cat/gcvs/gcvs.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gcvs/gcvs.prj -------------------------------------------------------------------------------- /tools/cat/gpn/src/Plnhdr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/Plnhdr.txt -------------------------------------------------------------------------------- /tools/cat/gpn/src/convgpn.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/convgpn.dpr -------------------------------------------------------------------------------- /tools/cat/gpn/src/convgpn1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/convgpn1.dfm -------------------------------------------------------------------------------- /tools/cat/gpn/src/convgpn1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/convgpn1.pas -------------------------------------------------------------------------------- /tools/cat/gpn/src/gpn.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/gpn.prj -------------------------------------------------------------------------------- /tools/cat/gpn/src/gpn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/gpn.txt -------------------------------------------------------------------------------- /tools/cat/gpn/src/pln.fit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/pln.fit -------------------------------------------------------------------------------- /tools/cat/gpn/src/pln.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/gpn/src/pln.txt -------------------------------------------------------------------------------- /tools/cat/hcg/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/hcg/ReadMe -------------------------------------------------------------------------------- /tools/cat/hcg/galaxies.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/hcg/galaxies.prj -------------------------------------------------------------------------------- /tools/cat/hcg/groups.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/hcg/groups.prj -------------------------------------------------------------------------------- /tools/cat/lbn/src/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/lbn/src/ReadMe -------------------------------------------------------------------------------- /tools/cat/lbn/src/catalog.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/lbn/src/catalog.dat -------------------------------------------------------------------------------- /tools/cat/lbn/src/lbn.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/lbn/src/lbn.prj -------------------------------------------------------------------------------- /tools/cat/milkyway/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/Readme.txt -------------------------------------------------------------------------------- /tools/cat/milkyway/milkyway.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/milkyway.dat -------------------------------------------------------------------------------- /tools/cat/milkyway/mwf.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/mwf.dat -------------------------------------------------------------------------------- /tools/cat/milkyway/mwf.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/mwf.hdr -------------------------------------------------------------------------------- /tools/cat/milkyway/mwf.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/mwf.prj -------------------------------------------------------------------------------- /tools/cat/milkyway/mwl.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/mwl.dat -------------------------------------------------------------------------------- /tools/cat/milkyway/mwl.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/mwl.hdr -------------------------------------------------------------------------------- /tools/cat/milkyway/mwl.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/mwl.prj -------------------------------------------------------------------------------- /tools/cat/milkyway/mwline.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/mwline.dat -------------------------------------------------------------------------------- /tools/cat/milkyway/src/mwf.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/src/mwf.prj -------------------------------------------------------------------------------- /tools/cat/milkyway/src/mwl.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/milkyway/src/mwl.prj -------------------------------------------------------------------------------- /tools/cat/ocl/src/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ocl/src/ReadMe -------------------------------------------------------------------------------- /tools/cat/ocl/src/clusters.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ocl/src/clusters.dat -------------------------------------------------------------------------------- /tools/cat/ocl/src/ocl.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ocl/src/ocl.prj -------------------------------------------------------------------------------- /tools/cat/openngc/ongc.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc.hdr -------------------------------------------------------------------------------- /tools/cat/openngc/ongc.ixr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc.ixr -------------------------------------------------------------------------------- /tools/cat/openngc/ongc01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc01.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc02.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc03.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc03.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc04.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc04.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc05.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc05.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc06.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc06.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc07.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc07.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc08.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc08.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc09.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc09.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc10.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc11.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc12.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc13.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc14.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc15.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc16.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc17.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc18.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc19.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc20.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc21.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc22.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc23.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc24.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc24.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc25.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc26.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc27.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc27.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc28.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc28.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc29.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc29.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc30.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc30.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc31.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc31.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc32.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc32.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc33.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc33.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc34.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc34.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc35.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc35.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc36.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc36.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc37.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc37.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc38.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc38.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc39.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc39.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc40.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc40.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc41.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc41.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc42.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc42.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc43.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc43.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc44.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc44.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc45.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc45.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc46.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc46.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc47.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc47.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc48.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc48.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc49.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc49.dat -------------------------------------------------------------------------------- /tools/cat/openngc/ongc50.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/ongc50.dat -------------------------------------------------------------------------------- /tools/cat/openngc/src/NGC.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/src/NGC.csv -------------------------------------------------------------------------------- /tools/cat/openngc/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/openngc/src/README.md -------------------------------------------------------------------------------- /tools/cat/pgc/src/leda.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/pgc/src/leda.prj -------------------------------------------------------------------------------- /tools/cat/ppmxl/ppmxl.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ppmxl/ppmxl.prj -------------------------------------------------------------------------------- /tools/cat/sac/src/sac.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/sac/src/sac.prj -------------------------------------------------------------------------------- /tools/cat/sh-2/src/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/sh-2/src/ReadMe -------------------------------------------------------------------------------- /tools/cat/sh-2/src/sh2.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/sh-2/src/sh2.prj -------------------------------------------------------------------------------- /tools/cat/specialized/cgcs.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/cgcs.prj -------------------------------------------------------------------------------- /tools/cat/specialized/ls.ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/ls.ReadMe -------------------------------------------------------------------------------- /tools/cat/specialized/ls.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/ls.prj -------------------------------------------------------------------------------- /tools/cat/specialized/lss.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/lss.prj -------------------------------------------------------------------------------- /tools/cat/specialized/lwd.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/lwd.prj -------------------------------------------------------------------------------- /tools/cat/specialized/miles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/miles.csv -------------------------------------------------------------------------------- /tools/cat/specialized/miles.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/miles.prj -------------------------------------------------------------------------------- /tools/cat/specialized/wr.ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/wr.ReadMe -------------------------------------------------------------------------------- /tools/cat/specialized/wr.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/specialized/wr.prj -------------------------------------------------------------------------------- /tools/cat/starindex/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/starindex/ReadMe -------------------------------------------------------------------------------- /tools/cat/starindex/sao.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/starindex/sao.prj -------------------------------------------------------------------------------- /tools/cat/synscan/src/adjustement.txt: -------------------------------------------------------------------------------- 1 | 2 | Alaraph : (3 occurance) change from Alpha to Beta Virginis 3 | -------------------------------------------------------------------------------- /tools/cat/synscan/syn.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/synscan/syn.hdr -------------------------------------------------------------------------------- /tools/cat/synscan/syn.info2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/synscan/syn.info2 -------------------------------------------------------------------------------- /tools/cat/synscan/synscan.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/synscan/synscan.prj -------------------------------------------------------------------------------- /tools/cat/synscan/synscan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/synscan/synscan.txt -------------------------------------------------------------------------------- /tools/cat/tycho2/src/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/tycho2/src/ReadMe.txt -------------------------------------------------------------------------------- /tools/cat/tycho2/src/index.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/tycho2/src/index.dat -------------------------------------------------------------------------------- /tools/cat/ucac2/src/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/readme.txt -------------------------------------------------------------------------------- /tools/cat/ucac2/src/u2cd1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/u2cd1.bat -------------------------------------------------------------------------------- /tools/cat/ucac2/src/u2cd1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/u2cd1.in -------------------------------------------------------------------------------- /tools/cat/ucac2/src/u2cd2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/u2cd2.bat -------------------------------------------------------------------------------- /tools/cat/ucac2/src/u2cd2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/u2cd2.in -------------------------------------------------------------------------------- /tools/cat/ucac2/src/u2cd3.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/u2cd3.bat -------------------------------------------------------------------------------- /tools/cat/ucac2/src/u2cd3.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/u2cd3.in -------------------------------------------------------------------------------- /tools/cat/ucac2/src/u2conv.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/u2conv.dpr -------------------------------------------------------------------------------- /tools/cat/ucac2/src/ucac2.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/ucac2.prj -------------------------------------------------------------------------------- /tools/cat/ucac2/src/ucacbss.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac2/src/ucacbss.prj -------------------------------------------------------------------------------- /tools/cat/ucac3/src/u3conv.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac3/src/u3conv.lpi -------------------------------------------------------------------------------- /tools/cat/ucac3/src/u3conv.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac3/src/u3conv.pas -------------------------------------------------------------------------------- /tools/cat/ucac4/src/u4conv.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac4/src/u4conv.lpi -------------------------------------------------------------------------------- /tools/cat/ucac4/src/u4conv.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac4/src/u4conv.pas -------------------------------------------------------------------------------- /tools/cat/ucac4/src/u4conv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/ucac4/src/u4conv.sh -------------------------------------------------------------------------------- /tools/cat/vdB/VII_21-ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vdB/VII_21-ReadMe -------------------------------------------------------------------------------- /tools/cat/vdB/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vdB/readme.txt -------------------------------------------------------------------------------- /tools/cat/vdB/vdb.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vdB/vdb.prj -------------------------------------------------------------------------------- /tools/cat/vdB/vdb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vdB/vdb.txt -------------------------------------------------------------------------------- /tools/cat/vsx/ReadMe_vsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vsx/ReadMe_vsx -------------------------------------------------------------------------------- /tools/cat/vsx/filedesc0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vsx/filedesc0 -------------------------------------------------------------------------------- /tools/cat/vsx/filtervsx.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vsx/filtervsx.pp -------------------------------------------------------------------------------- /tools/cat/vsx/filtervsx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vsx/filtervsx.sh -------------------------------------------------------------------------------- /tools/cat/vsx/vsxb.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vsx/vsxb.prj -------------------------------------------------------------------------------- /tools/cat/vsx/vsxv.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/vsx/vsxv.prj -------------------------------------------------------------------------------- /tools/cat/wds/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/wds/ReadMe -------------------------------------------------------------------------------- /tools/cat/wds/wds.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/wds/wds.prj -------------------------------------------------------------------------------- /tools/cat/xhip/src/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/src/Readme -------------------------------------------------------------------------------- /tools/cat/xhip/src/cdc_xhip.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/src/cdc_xhip.dat -------------------------------------------------------------------------------- /tools/cat/xhip/src/cdc_xhip.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/src/cdc_xhip.pp -------------------------------------------------------------------------------- /tools/cat/xhip/src/gaiahip.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/src/gaiahip.prj -------------------------------------------------------------------------------- /tools/cat/xhip/src/makexhip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/src/makexhip.sh -------------------------------------------------------------------------------- /tools/cat/xhip/star.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star.hdr -------------------------------------------------------------------------------- /tools/cat/xhip/star.ixr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star.ixr -------------------------------------------------------------------------------- /tools/cat/xhip/star01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star01.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star02.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star03.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star03.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star04.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star04.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star05.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star05.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star06.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star06.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star07.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star07.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star08.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star08.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star09.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star09.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star10.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star11.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star12.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star13.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star14.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star15.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star16.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star17.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star18.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star19.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star20.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star21.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star22.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star23.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star24.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star24.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star25.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star26.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star27.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star27.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star28.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star28.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star29.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star29.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star30.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star30.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star31.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star31.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star32.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star32.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star33.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star33.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star34.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star34.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star35.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star35.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star36.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star36.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star37.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star37.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star38.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star38.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star39.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star39.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star40.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star40.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star41.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star41.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star42.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star42.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star43.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star43.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star44.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star44.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star45.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star45.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star46.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star46.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star47.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star47.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star48.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star48.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star49.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star49.dat -------------------------------------------------------------------------------- /tools/cat/xhip/star50.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/cat/xhip/star50.dat -------------------------------------------------------------------------------- /tools/data.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data.lst -------------------------------------------------------------------------------- /tools/data/Themes/src/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/Themes/src/COPYING -------------------------------------------------------------------------------- /tools/data/Themes/src/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/Themes/src/LICENSE -------------------------------------------------------------------------------- /tools/data/Themes/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/Themes/src/README.md -------------------------------------------------------------------------------- /tools/data/alias/varcross.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/alias/varcross.txt -------------------------------------------------------------------------------- /tools/data/deltat/deltat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/deltat/deltat.txt -------------------------------------------------------------------------------- /tools/data/deltat/finals.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/deltat/finals.data -------------------------------------------------------------------------------- /tools/data/eclipses/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/eclipses/readme -------------------------------------------------------------------------------- /tools/data/indi/drivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/indi/drivers.xml -------------------------------------------------------------------------------- /tools/data/indi/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/indi/readme.txt -------------------------------------------------------------------------------- /tools/data/jpleph/makeeph.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/jpleph/makeeph.sh -------------------------------------------------------------------------------- /tools/data/language/skychart.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/language/skychart.po -------------------------------------------------------------------------------- /tools/data/milkyway/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/milkyway/readme -------------------------------------------------------------------------------- /tools/data/pictures/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/pictures/readme -------------------------------------------------------------------------------- /tools/data/planet/ariel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/ariel.jpg -------------------------------------------------------------------------------- /tools/data/planet/callisto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/callisto.jpg -------------------------------------------------------------------------------- /tools/data/planet/charon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/charon.jpg -------------------------------------------------------------------------------- /tools/data/planet/deimos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/deimos.jpg -------------------------------------------------------------------------------- /tools/data/planet/dione.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/dione.jpg -------------------------------------------------------------------------------- /tools/data/planet/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/earth.jpg -------------------------------------------------------------------------------- /tools/data/planet/enceladus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/enceladus.jpg -------------------------------------------------------------------------------- /tools/data/planet/europa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/europa.jpg -------------------------------------------------------------------------------- /tools/data/planet/ganymede.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/ganymede.jpg -------------------------------------------------------------------------------- /tools/data/planet/hyperion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/hyperion.jpg -------------------------------------------------------------------------------- /tools/data/planet/iapetus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/iapetus.jpg -------------------------------------------------------------------------------- /tools/data/planet/io.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/io.jpg -------------------------------------------------------------------------------- /tools/data/planet/jupiter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/jupiter.jpg -------------------------------------------------------------------------------- /tools/data/planet/mars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/mars.jpg -------------------------------------------------------------------------------- /tools/data/planet/mercury.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/mercury.jpg -------------------------------------------------------------------------------- /tools/data/planet/mimas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/mimas.jpg -------------------------------------------------------------------------------- /tools/data/planet/miranda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/miranda.jpg -------------------------------------------------------------------------------- /tools/data/planet/mkjup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/mkjup.sh -------------------------------------------------------------------------------- /tools/data/planet/moon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/moon.jpg -------------------------------------------------------------------------------- /tools/data/planet/neptune.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/neptune.jpg -------------------------------------------------------------------------------- /tools/data/planet/oberon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/oberon.jpg -------------------------------------------------------------------------------- /tools/data/planet/phobos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/phobos.jpg -------------------------------------------------------------------------------- /tools/data/planet/pluto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/pluto.jpg -------------------------------------------------------------------------------- /tools/data/planet/rhea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/rhea.jpg -------------------------------------------------------------------------------- /tools/data/planet/saturn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/saturn.jpg -------------------------------------------------------------------------------- /tools/data/planet/sun-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/sun-0.jpg -------------------------------------------------------------------------------- /tools/data/planet/sun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/sun.jpg -------------------------------------------------------------------------------- /tools/data/planet/symbol1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol1.png -------------------------------------------------------------------------------- /tools/data/planet/symbol10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol10.png -------------------------------------------------------------------------------- /tools/data/planet/symbol11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol11.png -------------------------------------------------------------------------------- /tools/data/planet/symbol2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol2.png -------------------------------------------------------------------------------- /tools/data/planet/symbol4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol4.png -------------------------------------------------------------------------------- /tools/data/planet/symbol5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol5.png -------------------------------------------------------------------------------- /tools/data/planet/symbol6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol6.png -------------------------------------------------------------------------------- /tools/data/planet/symbol7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol7.png -------------------------------------------------------------------------------- /tools/data/planet/symbol8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol8.png -------------------------------------------------------------------------------- /tools/data/planet/symbol9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/symbol9.png -------------------------------------------------------------------------------- /tools/data/planet/tethys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/tethys.jpg -------------------------------------------------------------------------------- /tools/data/planet/titan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/titan.jpg -------------------------------------------------------------------------------- /tools/data/planet/titania.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/titania.jpg -------------------------------------------------------------------------------- /tools/data/planet/triton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/triton.jpg -------------------------------------------------------------------------------- /tools/data/planet/umbriel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/umbriel.jpg -------------------------------------------------------------------------------- /tools/data/planet/uranus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/uranus.jpg -------------------------------------------------------------------------------- /tools/data/planet/venus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/planet/venus.jpg -------------------------------------------------------------------------------- /tools/data/quicksat/qs.mag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/quicksat/qs.mag -------------------------------------------------------------------------------- /tools/data/sample/MPCsample.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/MPCsample.dat -------------------------------------------------------------------------------- /tools/data/sample/aavsoeasy.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/aavsoeasy.dat -------------------------------------------------------------------------------- /tools/data/sample/country.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/country.dat -------------------------------------------------------------------------------- /tools/data/sample/d2k.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/d2k.hdr -------------------------------------------------------------------------------- /tools/data/sample/d2k.info2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/d2k.info2 -------------------------------------------------------------------------------- /tools/data/sample/d2k.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/d2k.prj -------------------------------------------------------------------------------- /tools/data/sample/ds2000.cdc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/ds2000.cdc3 -------------------------------------------------------------------------------- /tools/data/sample/us.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/us.dat -------------------------------------------------------------------------------- /tools/data/sample/vsxtype.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/vsxtype.txt -------------------------------------------------------------------------------- /tools/data/sample/world.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/sample/world.dat -------------------------------------------------------------------------------- /tools/data/stars/PhotoBW.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/stars/PhotoBW.bmp -------------------------------------------------------------------------------- /tools/data/stars/PhotoColor.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/stars/PhotoColor.bmp -------------------------------------------------------------------------------- /tools/data/stars/StarsBW.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/stars/StarsBW.bmp -------------------------------------------------------------------------------- /tools/data/stars/StarsColor.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/stars/StarsColor.bmp -------------------------------------------------------------------------------- /tools/data/varobs/And.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/And.dat -------------------------------------------------------------------------------- /tools/data/varobs/Ant.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Ant.dat -------------------------------------------------------------------------------- /tools/data/varobs/Aps.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Aps.dat -------------------------------------------------------------------------------- /tools/data/varobs/Aql.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Aql.dat -------------------------------------------------------------------------------- /tools/data/varobs/Aqr.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Aqr.dat -------------------------------------------------------------------------------- /tools/data/varobs/Ara.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Ara.dat -------------------------------------------------------------------------------- /tools/data/varobs/Ari.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Ari.dat -------------------------------------------------------------------------------- /tools/data/varobs/Aur.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Aur.dat -------------------------------------------------------------------------------- /tools/data/varobs/Boo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Boo.dat -------------------------------------------------------------------------------- /tools/data/varobs/CMa.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/CMa.dat -------------------------------------------------------------------------------- /tools/data/varobs/CMi.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/CMi.dat -------------------------------------------------------------------------------- /tools/data/varobs/CVn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/CVn.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cae.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cae.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cam.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cam.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cap.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cap.dat -------------------------------------------------------------------------------- /tools/data/varobs/Car.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Car.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cas.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cas.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cen.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cen.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cep.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cep.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cet.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cet.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cha.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cha.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cir.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cir.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cnc.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cnc.dat -------------------------------------------------------------------------------- /tools/data/varobs/Col.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Col.dat -------------------------------------------------------------------------------- /tools/data/varobs/Com.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Com.dat -------------------------------------------------------------------------------- /tools/data/varobs/CrA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/CrA.dat -------------------------------------------------------------------------------- /tools/data/varobs/CrB.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/CrB.dat -------------------------------------------------------------------------------- /tools/data/varobs/Crt.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Crt.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cru.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cru.dat -------------------------------------------------------------------------------- /tools/data/varobs/Crv.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Crv.dat -------------------------------------------------------------------------------- /tools/data/varobs/Cyg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Cyg.dat -------------------------------------------------------------------------------- /tools/data/varobs/Del.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Del.dat -------------------------------------------------------------------------------- /tools/data/varobs/Dor.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Dor.dat -------------------------------------------------------------------------------- /tools/data/varobs/Dra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Dra.dat -------------------------------------------------------------------------------- /tools/data/varobs/Equ.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Equ.dat -------------------------------------------------------------------------------- /tools/data/varobs/Eri.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Eri.dat -------------------------------------------------------------------------------- /tools/data/varobs/For.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/For.dat -------------------------------------------------------------------------------- /tools/data/varobs/Gem.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Gem.dat -------------------------------------------------------------------------------- /tools/data/varobs/Gru.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Gru.dat -------------------------------------------------------------------------------- /tools/data/varobs/Her.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Her.dat -------------------------------------------------------------------------------- /tools/data/varobs/Hor.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Hor.dat -------------------------------------------------------------------------------- /tools/data/varobs/Hya.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Hya.dat -------------------------------------------------------------------------------- /tools/data/varobs/Hyi.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Hyi.dat -------------------------------------------------------------------------------- /tools/data/varobs/Ind.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Ind.dat -------------------------------------------------------------------------------- /tools/data/varobs/LMi.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/LMi.dat -------------------------------------------------------------------------------- /tools/data/varobs/Lac.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Lac.dat -------------------------------------------------------------------------------- /tools/data/varobs/Leo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Leo.dat -------------------------------------------------------------------------------- /tools/data/varobs/Lep.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Lep.dat -------------------------------------------------------------------------------- /tools/data/varobs/Lib.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Lib.dat -------------------------------------------------------------------------------- /tools/data/varobs/Lup.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Lup.dat -------------------------------------------------------------------------------- /tools/data/varobs/Lyn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Lyn.dat -------------------------------------------------------------------------------- /tools/data/varobs/Lyr.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Lyr.dat -------------------------------------------------------------------------------- /tools/data/varobs/Men.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Men.dat -------------------------------------------------------------------------------- /tools/data/varobs/Mic.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Mic.dat -------------------------------------------------------------------------------- /tools/data/varobs/Mon.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Mon.dat -------------------------------------------------------------------------------- /tools/data/varobs/Mus.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Mus.dat -------------------------------------------------------------------------------- /tools/data/varobs/Nor.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Nor.dat -------------------------------------------------------------------------------- /tools/data/varobs/Oct.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Oct.dat -------------------------------------------------------------------------------- /tools/data/varobs/Oph.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Oph.dat -------------------------------------------------------------------------------- /tools/data/varobs/Ori.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Ori.dat -------------------------------------------------------------------------------- /tools/data/varobs/Pav.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Pav.dat -------------------------------------------------------------------------------- /tools/data/varobs/Peg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Peg.dat -------------------------------------------------------------------------------- /tools/data/varobs/Per.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Per.dat -------------------------------------------------------------------------------- /tools/data/varobs/Phe.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Phe.dat -------------------------------------------------------------------------------- /tools/data/varobs/Pic.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Pic.dat -------------------------------------------------------------------------------- /tools/data/varobs/PsA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/PsA.dat -------------------------------------------------------------------------------- /tools/data/varobs/Psc.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Psc.dat -------------------------------------------------------------------------------- /tools/data/varobs/Pup.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Pup.dat -------------------------------------------------------------------------------- /tools/data/varobs/Pyx.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Pyx.dat -------------------------------------------------------------------------------- /tools/data/varobs/Ret.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Ret.dat -------------------------------------------------------------------------------- /tools/data/varobs/Scl.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Scl.dat -------------------------------------------------------------------------------- /tools/data/varobs/Sco.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Sco.dat -------------------------------------------------------------------------------- /tools/data/varobs/Sct.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Sct.dat -------------------------------------------------------------------------------- /tools/data/varobs/Ser.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Ser.dat -------------------------------------------------------------------------------- /tools/data/varobs/Sex.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Sex.dat -------------------------------------------------------------------------------- /tools/data/varobs/Sge.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Sge.dat -------------------------------------------------------------------------------- /tools/data/varobs/Sgr.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Sgr.dat -------------------------------------------------------------------------------- /tools/data/varobs/Tau.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Tau.dat -------------------------------------------------------------------------------- /tools/data/varobs/Tel.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Tel.dat -------------------------------------------------------------------------------- /tools/data/varobs/TrA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/TrA.dat -------------------------------------------------------------------------------- /tools/data/varobs/Tri.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Tri.dat -------------------------------------------------------------------------------- /tools/data/varobs/Tuc.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Tuc.dat -------------------------------------------------------------------------------- /tools/data/varobs/UMa.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/UMa.dat -------------------------------------------------------------------------------- /tools/data/varobs/UMi.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/UMi.dat -------------------------------------------------------------------------------- /tools/data/varobs/Vel.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Vel.dat -------------------------------------------------------------------------------- /tools/data/varobs/Vir.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Vir.dat -------------------------------------------------------------------------------- /tools/data/varobs/Vol.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Vol.dat -------------------------------------------------------------------------------- /tools/data/varobs/Vul.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/Vul.dat -------------------------------------------------------------------------------- /tools/data/varobs/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/readme.txt -------------------------------------------------------------------------------- /tools/data/varobs/united.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/varobs/united.txt -------------------------------------------------------------------------------- /tools/data/zoneinfo/maketz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/zoneinfo/maketz.sh -------------------------------------------------------------------------------- /tools/data/zoneinfo/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/data/zoneinfo/readme -------------------------------------------------------------------------------- /tools/dir-doc.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/dir-doc.lst -------------------------------------------------------------------------------- /tools/dir-nonfree.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/dir-nonfree.lst -------------------------------------------------------------------------------- /tools/dir.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/dir.lst -------------------------------------------------------------------------------- /tools/doc.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/doc.lst -------------------------------------------------------------------------------- /tools/doc/cdctitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/doc/cdctitle.png -------------------------------------------------------------------------------- /tools/doc/docpdf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/doc/docpdf.sh -------------------------------------------------------------------------------- /tools/doc/releasenotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/doc/releasenotes.txt -------------------------------------------------------------------------------- /tools/doc/releasenotes_fr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/doc/releasenotes_fr.txt -------------------------------------------------------------------------------- /tools/doc/varobs/varobs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/doc/varobs/varobs.html -------------------------------------------------------------------------------- /tools/exsvn.txt: -------------------------------------------------------------------------------- 1 | .svn 2 | -------------------------------------------------------------------------------- /tools/install_data.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_data.cmd -------------------------------------------------------------------------------- /tools/install_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_data.sh -------------------------------------------------------------------------------- /tools/install_data_darwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_data_darwin.sh -------------------------------------------------------------------------------- /tools/install_doc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_doc.sh -------------------------------------------------------------------------------- /tools/install_doc_darwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_doc_darwin.sh -------------------------------------------------------------------------------- /tools/install_nonfree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_nonfree.sh -------------------------------------------------------------------------------- /tools/install_nonfree_darwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_nonfree_darwin.sh -------------------------------------------------------------------------------- /tools/install_win_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_win_data.sh -------------------------------------------------------------------------------- /tools/install_win_doc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_win_doc.sh -------------------------------------------------------------------------------- /tools/install_win_nonfree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/install_win_nonfree.sh -------------------------------------------------------------------------------- /tools/nonfree.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/nonfree.lst -------------------------------------------------------------------------------- /tools/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/readme.txt -------------------------------------------------------------------------------- /tools/refresh_wiki_doc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/refresh_wiki_doc.sh -------------------------------------------------------------------------------- /tools/sac_images/ongc_dss.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/ongc_dss.lfm -------------------------------------------------------------------------------- /tools/sac_images/ongc_dss.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/ongc_dss.pas -------------------------------------------------------------------------------- /tools/sac_images/ongc_img.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/ongc_img.lpi -------------------------------------------------------------------------------- /tools/sac_images/ongc_img.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/ongc_img.lpr -------------------------------------------------------------------------------- /tools/sac_images/sac_dss.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sac_dss.lfm -------------------------------------------------------------------------------- /tools/sac_images/sac_dss.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sac_dss.pas -------------------------------------------------------------------------------- /tools/sac_images/sac_img.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sac_img.lpi -------------------------------------------------------------------------------- /tools/sac_images/sac_img.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sac_img.lpr -------------------------------------------------------------------------------- /tools/sac_images/sac_img.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sac_img.res -------------------------------------------------------------------------------- /tools/sac_images/sh2_dss.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sh2_dss.lfm -------------------------------------------------------------------------------- /tools/sac_images/sh2_dss.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sh2_dss.pas -------------------------------------------------------------------------------- /tools/sac_images/sh2_img.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sh2_img.lpi -------------------------------------------------------------------------------- /tools/sac_images/sh2_img.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/sac_images/sh2_img.lpr -------------------------------------------------------------------------------- /tools/uninstall_data.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/uninstall_data.cmd -------------------------------------------------------------------------------- /tools/uninstall_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/uninstall_data.sh -------------------------------------------------------------------------------- /tools/uninstall_data_darwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/uninstall_data_darwin.sh -------------------------------------------------------------------------------- /tools/uninstall_win_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/uninstall_win_data.sh -------------------------------------------------------------------------------- /tools/web/geoip/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/web/geoip/README -------------------------------------------------------------------------------- /tools/web/geoip/iploc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/web/geoip/iploc.php -------------------------------------------------------------------------------- /tools/wiki_doc/copydoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/wiki_doc/copydoc.sh -------------------------------------------------------------------------------- /tools/wiki_doc/getdoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/wiki_doc/getdoc.sh -------------------------------------------------------------------------------- /tools/wiki_doc/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/tools/wiki_doc/print.css -------------------------------------------------------------------------------- /uninstall.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/uninstall.cmd -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/uninstall.sh -------------------------------------------------------------------------------- /uninstall_darwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/uninstall_darwin.sh -------------------------------------------------------------------------------- /uninstall_win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/uninstall_win.sh -------------------------------------------------------------------------------- /varobs/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/Makefile.in -------------------------------------------------------------------------------- /varobs/ObsUnit.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/ObsUnit.lfm -------------------------------------------------------------------------------- /varobs/ObsUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/ObsUnit.pas -------------------------------------------------------------------------------- /varobs/SettingUnit.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/SettingUnit.lfm -------------------------------------------------------------------------------- /varobs/SettingUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/SettingUnit.pas -------------------------------------------------------------------------------- /varobs/aavsob1.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/aavsob1.lfm -------------------------------------------------------------------------------- /varobs/aavsob1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/aavsob1.pas -------------------------------------------------------------------------------- /varobs/aavsochart.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/aavsochart.lfm -------------------------------------------------------------------------------- /varobs/aavsochart.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/aavsochart.pas -------------------------------------------------------------------------------- /varobs/cu_cdcclient.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/cu_cdcclient.pas -------------------------------------------------------------------------------- /varobs/cu_voreader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/cu_voreader.pas -------------------------------------------------------------------------------- /varobs/detail1.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/detail1.lfm -------------------------------------------------------------------------------- /varobs/detail1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/detail1.pas -------------------------------------------------------------------------------- /varobs/manifest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/manifest.res -------------------------------------------------------------------------------- /varobs/param.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/param.pas -------------------------------------------------------------------------------- /varobs/splashunit.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/splashunit.lfm -------------------------------------------------------------------------------- /varobs/splashunit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/splashunit.pas -------------------------------------------------------------------------------- /varobs/u_param.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/u_param.pas -------------------------------------------------------------------------------- /varobs/u_util2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/u_util2.pas -------------------------------------------------------------------------------- /varobs/units/dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/units/dummy -------------------------------------------------------------------------------- /varobs/uscaledpi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/uscaledpi.pas -------------------------------------------------------------------------------- /varobs/variables1.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/variables1.lfm -------------------------------------------------------------------------------- /varobs/variables1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/variables1.pas -------------------------------------------------------------------------------- /varobs/varobs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.bmp -------------------------------------------------------------------------------- /varobs/varobs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.gif -------------------------------------------------------------------------------- /varobs/varobs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.ico -------------------------------------------------------------------------------- /varobs/varobs.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.lpi -------------------------------------------------------------------------------- /varobs/varobs.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.lpr -------------------------------------------------------------------------------- /varobs/varobs.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.lrs -------------------------------------------------------------------------------- /varobs/varobs.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.manifest -------------------------------------------------------------------------------- /varobs/varobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.png -------------------------------------------------------------------------------- /varobs/varobs.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.rc -------------------------------------------------------------------------------- /varobs/varobs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs.res -------------------------------------------------------------------------------- /varobs/varobs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs_1.png -------------------------------------------------------------------------------- /varobs/varobs_lpv_bulletin.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs_lpv_bulletin.lpi -------------------------------------------------------------------------------- /varobs/varobs_lpv_bulletin.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs_lpv_bulletin.lpr -------------------------------------------------------------------------------- /varobs/varobs_lpv_bulletin.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs_lpv_bulletin.rc -------------------------------------------------------------------------------- /varobs/varobs_lpv_bulletin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pchev/skychart/HEAD/varobs/varobs_lpv_bulletin.res --------------------------------------------------------------------------------