Просмотр сообщений

В этом разделе можно просмотреть все сообщения, сделанные этим пользователем.


Сообщения - Александр Вольф

Страницы: 1 [2] 3 4 ... 21
16
А что это за пуля попала в РК?

17
Компьютеры в астрономии / Re: Stellarium
« : 16 Июль 2019, 11:44:35 »
Приветствую Александр чойта стелариум мобайл плюс звёзды показывать отказывается, планет Мкс спутники разные кажет а звёзды не хотит... :dumaet:
Что-то с сервером с данными GAIA случилось - спасибо за уведомление.

18
Компьютеры в астрономии / Re: Stellarium
« : 14 Июль 2019, 17:27:09 »
Пробовали ставить драйвер от производителя видеокарты: https://www.amd.com/ru/support/graphics/legacy-graphics/ati-radeon-x-series/ati-radeon-x1xxx-series ?

19
Компьютеры в астрономии / Re: Stellarium
« : 07 Июль 2019, 00:06:45 »
Где его взять-то? Переустановил версию 19,1 всё равно пишет, что нужен драйвер. Сам никогда этого не делал, потому, даже не знаю, где его брать, и как устанавливать.
Какая видеокарта?

20
Компьютеры в астрономии / Re: Stellarium
« : 25 Июнь 2019, 10:31:10 »
Драйвер на видеокарту нужно установить

21
Компьютеры в астрономии / Re: Stellarium
« : 24 Март 2019, 18:25:03 »
Сегодня вышла версия 0.19.0 планетария.

Полный список изменений:
- Added new type of computation for AstroCalc/Phenomena tool
- Added GUI options to change constellations and asterisms font size (GH: #576)
- Added new source to star names and added new additional name to kappa Scorpii
- Added tool to detect Intel C/C++ compiler in our Logger
- Added new method into ConstellationMgr class - getConstellationsEnglishNames() to get English names of all constellations in the selected sky culture [Scripting Engine]
- Added new one script 'Constellations Tour' to organize the tour around constellations of the loaded sky culture [Scripting Engine]
- Added constellation boundaries for Chinese Skyculture (GH: #584)
- Added more values to correctly detect MSVC version
- Added few scriptable methods into HighlightMgr class to manage highlight points
- Added translation support for strings within scripts
- Added Chinese medieval sky culture (GH: #604)
- Added Alipurduar town (West Bengal; India) to the default locations list (GH: #606)
- Added extra check-point for data directory in the StelFileMgr class
- Added DSO textures
- Added sensor crop overlay to Ocular plugin (GH: #612)
- Added tool for allow filetype selection for Screenshots (GH: #623)
- Added core.getPlatformName() and core.isMediaPlaybackSupported() methods into scripting engine
- Added scripting function isModuleLoaded()
- Added graph "Transit altitude vs Time" into AstroCalc/Graphs tool
- Added small simplification to scripting through adding master switch by types for grids, lines and points on the sky [Scripting Engine]
- Added showing labels for named highlights (GH: #638)
- Added allow setting location of User Data Dir via environment variable.
- Added scripting graphics tool [Scripting Engine] (GH: #640)
- Added LMC and SMC as addition names for Magellanic Clouds
- Added classifications support for sky cultures
- Added support 2 southern deep sky catalogues (NGC subset; esp. for southern observers)
- Added armintxe, paleolithic sky culture and landscape (GH: #628)
- Added demo script for martian analemma [Scripting Engine]
- Added support sols for setDate() method [Scripting Engine]
- Added code, who indicate to hybrid graphics systems to prefer the discrete part by default (GH: #649)
- Added support for constellation boundaries thickness (GH: #653)
- Added Maya constellations (GH: #635)
- Added 2 Babylonian skycultures (GH: #647)
- Added display of used (terrestrial) timezone for observation from extraterrestrial locations
- Added special case for Satellites plugin: use texture for draw the crossing of the ISS of the Moon or the Sun
- Added nightly illumination plus basic description for armintxe landscape
- Fixed Ependes Observatory location (GH: #581)
- Fixed scaling the distance in AstroCalc
- Fixed naming the stars in AstroCalc tool when non-western skyculture is enabled (GH: #577)
- Fixed sorting of column Distance in Astronomical Calculations' Ephemeris tab (GH: #579)
- Fixed wrong calculation the FOV of CCD in Oculars plugin
- Fixed compile Stellarium without media features
- Fixed behaviour of script (The old script 'Constellations Tour' was renamed to the 'Western Constellations Tour' and updated) [Scripting Engine]
- Fixed documents for core.clear() method [Scripting Engine]
- Fixed unit tests failure on Windows and some linuxes (GH: #586, #587, #588)
- Fixed the user interface problems for lenses in Oculars plug-in (GH: #580)
- Fixed copyright years in CREDITS.md file
- Fixed checker in the StelFileMgr class (GH: #589)
- Fixed macOS User Data Directory in documentation (GH: #593)
- Fixed bug report address for .desktop translations
- Fixed a typo in Scenery3D plugin (GH: #600)
- Fixed selecting LMST, LTST and system_default timezone names
- Fixed math error in StelHips (GH: #599)
- Fixed a potential memory leak in libtess (GH: #598)
- Fixed error for ephemeris calculations time window (GH: #605)
- Fixed description data for textures.json
- Fixed missed translatable strings in StelSkyCultureMgr class
- Fixed CWE-404 issues
- Fixed crash when script tried delete already deleted labels (GH: #625)
- Fixed zooming behaviour
- Fixed time zone issue in AstroCalc/WUT tool
- Fixed DSO texture overlay issue (GH: #655)
- Fixed FTBFS issue on some linux systems
- Fixed bad behaviour time zones in the location panel (GH: #602)
- Fixed crash when selecting certain dates in 1 AD for some time zones on Windows (GH: #594)
- Fixed default limits for graph "Transit altitude vs Time"
- Fixed translation the "Armintxe Cave" string (GH: #657)
- Fixed airmass calculation for deep-sky objects
- Changed default constellations font size
- Changed HiPS behaviour: don't show tile if it is hidden by children
- Changed behaviour of version checker: introduced the additional check for latest version
- Changed behaviour of the BottomStelBar::updateText() method (GH: #596)
- Updated Reingold and Dershowitz algorithm of DeltaT (New algorithm was taken from the Calendrical Calculations: The Ultimate Edition book)
- Updated cmake rules for ICC/ICPC support (Intel C/C++ compilers)
- Updated GUI in Oculars plugin
- Updated Stellarium User Guide
- Updated technical documentation
- Updated Amalthea texture
- Updated scripts (added i18n support)
- Updated scripting API: added format specification for screenshots. (GH: #623)
- Updated the code (thanks for PVS-Studio to the finding an issues)
- Updated DSO textures
- Updated textures of LMC (GH: #632)
- Updated nomenclature
- Updated jquery and jquery-ui in Remote Control plugin (GH: #620, #621)
- Updated scripting engine: MilkyWay saturation scriptable now
- Updated scripting engine: expanding the core.clear() method
- Updated Satellites plugin: harmonized function name, added a property [Scripting Engine].
- Updated KoreanCM.isl file - typofixes (GH: #639)
- Updated RemoteSync plugin: suppress unsuitable properties (GH: #642)
- Updated AstroCalc/WUT tool: optimizations
- Updated AstroCalc/Positions tool: optimizations
- Updated AstroCalc/Phenomena tool: optimizations
- Updated contact info for plugins
- Updated Sterngarten model description
- Updated behaviour of the options on Starlore tab
- Updated list of extraterrestrial locations
- Updated time zones behaviour: make custom time zone use a full property of StelCore
- Updated time zones behaviour: preserve custom timezone setting
- Updated LocationDialog behaviour: Return to default location resets location list.
- Removed a long time abandoned incomplete LogBook plugin
- Remove old deprecated methods in scripting engine
- Remove languages without translators and with translations lesser than 1%

Большое спасибо всем, кто писал отчёты об ошибках, запрашивал новый функционал и принимал участие в создании новой версии планетария!

22
Не,Саш,там накопленные дефекты,а ранее я отогревал-помогало,но сейчас механические закусы пошли.
А! Тогда ой, до тепла :(

23
Заклинило створку-жалюзи,еле-еле закрыл,теперь буду переделывать,дабы исключить такое.Скорее всего буду делать несколько створок на петлях.Так что до тепла кирдык.
Хм. А как именно заклинило? А то может банальный женский фен может сильно помочь (нам этой зимой он уже помог)?

24
Компьютеры в астрономии / Re: Stellarium
« : 18 Август 2018, 17:22:37 »
Вышла новая версия планетария - 0.18.2.

Полный список изменений:
- Added GUI improvements for AstroCalc tool
- Added elongation support for AstroCalc/Phenomena tool
- Added support decimal degrees format for AstroCalc tool
- Added handle keypressing for list of matching objects in AstroCalc/WUT tool
- Added filters for enlisted objects in Search Tool/Lists tool
- Added filters for list of matching objects in AstroCalc/WUT tool
- Added new textures for moons
- Added column with angular distance from the Moon into AstroCalc/Phenomena tool
- Added special case for partial solar eclipses in AstroCalc/Phenomena tool
- Added centering text for headers in AstroCalc/Phenomena, AstroCalc/Ephemeris and AstroCalc/Positions tools
- Added "clear" button for search of artificial satellites in the selected group (Satellites plugin)
- Added additional context for term 'Transit' (GH: #215)
- Added artwork for some Maori constellations
- Added support Abell Catalog of Planetary Nebulae (Abell, 1966)
- Added distances for some planetary nebulae (DSO)
- Added possibility to select all constellations through scripts and hotkeys
- Added new language (Urdu)
- Added additional level of checks for JSON documents
- Added Lokono sky culture
- Added support to add/subtract calendric month through hotkeys (GH: #232)
- Added support 'ESO/Uppsala Survey of the ESO(B) Atlas'
- Added processing the 30x HTTP codes for Quasars, Pulsars, Historical Supernovae, Bright Novae, Meteor Showers and Exoplanets plugins (GH: #236, #231, #229, #227, #226, #225, #224, #223)
- Added visual magnitudes and sizes for Abell planetary nebulae
- Added support Milkyway saturation effect (GH: #175, #242)
- Added Henriksson solution (2017) for Schoch formula for DeltaT (1931)
- Added actions (without default hotkeys) to toggle Moon and Minor body scaling
- Added script "Jupiter and triple shadow phenomena"
- Added script "Jupiter without Galilean satellites"
- Added script "Occultations of bright stars by planets"
- Added script "Mutual occultations of planets"
- Fixed sorting rules for AstroCalc/Phenomena tool
- Fixed Moon HiPS rendering during eclipse
- Fixed URL of API for "Location from network" feature (GH: #218)
- Fixed some errors in DSO catalog
- Fixed crash in the combination: constellation is selected and sky culture has been changed
- Fixed Earth shadow on scaled Moon during eclipse
- Fixed auto-enabling landscapes when setObserverLocation is call (LP: #1783752)
- Fixed position of Jupiter moons: updated theory to L1.2 (GH: #222)
- Fixed cross-index data issue (DSO)
- Fixed the term for altitude above sea level (GH: #247)
- Fixed desync bug with IAU Constellation and constellation borders (GH: #246)
- Fixed reserved identifier violation issue (GH: #243)
- Fixed trouble with selection priority of nomenclature items for celestial bodies in deep shadow (GH: #239)
- Fixed parsing error in constellation IAU borders lookup (GH: #241)
- Fixed compiler warnings when GPS support is disabled (GH: #240)
- Fixed potential crash for Meteor showers plugin
- Fixed crash (segmentation fault) for sporadic meteors with max ZHR
- [SUG] Fixed bibtex link
- [SUG] Fixed links for HCG data (GH: #212)
- Updated scripts
- Updated behaviour of deselectConstellations() method (LP: #1780951)
- Updated Epimetheus texture
- Updated behaviour of "clear" button for Search and AstroCalc/WUT tools
- Updated list of locations
- Updated list of DSO names
- Updated behaviour of Oculars button on bottom toolbar: hidden by default
- Updated default bookmarks of Solar System Editor plugin (GH: #180)
- Updated script 'Partial Lunar Eclipse'
- Updated default host for GeoIP service
- Updated the appdata file (GH: #234)
- Updated behaviour of Location dialog: allowed to use resort GPS location at next startup and disable IP query when GPS is used
- Removed support of terrible Qt plural forms

25
Компьютеры в астрономии / Re: Stellarium
« : 01 Июль 2018, 17:58:31 »
Сегодня вышла версия 0.18.1 планетария Stellarium!

Полный список изменений:
- Added dithering support
- Added filtering for pulsars
- Added option for Telrad
- Added nomenclature for Charon
- Added new time steps for AstroCalc/Ephemeris tool
- Added support Mandarin Chinese language
- Added support of hi-res screenshots (GH: #141)
- Added few small improvements for Quasars plugin
- Added tooltips for color buttons in Pulsars plugin
- Added option to hiding invisible satellites in markers mode (GH: #145)
- Added angular size for the estimated values of coma and gas tail for comet
- Added support decimal degrees for size of DSO
- Added improvements for proportional size textures for large DSO (GH: #159)
- Added atmospheric mixing and extinction handling to Toast Survey (GH: #158)
- Added Korean translation for landscape description (GH: #170)
- Added shortkeys for change light pollution (GH: #171)
- Added rise, transit and set times for celestial objects (GH: #169)
- Added info about duration of the solar day
- Added scripting function to retrieve environment variables.
- Added changeability of magnitude limit for stars through keyboard shortcuts (GH: #174)
- Added Korean ISL File and Update iss.cmake (GH: #185)
- Added allowing storing script output to absolute path
- Added equatorial radius / diameter info for Solar system bodies
- Added calculation of equatorial rotation velocity for Solar system bodies (except comets)
- Added 2 more lines to ArchaeoLines plugin
- Fixed load the HiPS sources through proxy
- Fixed creating screenshots on retina displays
- Fixed behaviour Macbook's touchpad
- Fixed result of dithering color components with exactly zero tail
- Fixed dithering for OpenGL ES2
- Fixed enabling various lines when Telrad is enabled (GH: #109)
- Fixed error in DSO catalogs filter
- Fixed bug when screenshots folder can't be changed via GUI (LP: #1764084, GH: #144)
- Fixed compile with Qt5.10 (Windows/Visual Studio 2015) (GH: #139)
- Fixed visibility of splash screen (GH: #142)
- Fixed rendering asterisms names
- Fixed editing telescope properties for Telescope Control plugin
- Fixed memory leak of Bayer pattern texture in StelPainter (GH: #154)
- Fixed HiPS server requests (GH: #156)
- Fixed infotext brightness when planets are switched off
- Fixed crash after customization of absolute/relative scales
- Fixed operational status string for satellites
- Fixed incorrect pair counts in constellationship.fab files (GH: #167)
- Fixed color issue for formatting infostring
- Fixed selection in AstroCalc/Positions tool
- Fixed fullscreen toggle on Mac OS X (GH: #193)
- Fixed User Agent string for HiPS
- Fixed the SSO isolated trails checkbox. (GH: #199)
- Fixed a rendering bug with spheric mirror distortion (LP: #1777320)
- Updated behaviour of Toast: lazily creation of the grid
- Updated help of Telescope Control plugin
- Updated HiPS behaviour: try to use caching as much as possible
- Updated user agent string for HiPS browser
- Updated nomenclature list
- Updated main GUI
- Updated GUI of plugins
- Updated Satellites plugin
- Updated GPS handling
- Updated list of contributors
- Updated catalog of pulsars
- Updated behaviour of Search Tool for craters
- Updated Quasars plugin
- Updated format for DSO's size
- [SUG] Updated year for copyright notices
- Updated Korean Star Names (GH: #173)
- Updated hyperlinks for DOIs resolver (GH: #187)
- Updated CMake rules for Windows/MSVC (GH: #183, #188)
- Updated textures
- Updated Scripting Engine: extended behaviour for includes files in scripts
- Updated the code: remove some redundant calls to increase code readability. (GH: #184)
- Updated the code: replaces foreach macro by C++11 range-based for. (GH: #195)
- Updated the code: remove gVector, use Vec3d instead. (GH: #197)
- Updated the code: C++11 auto to replace complicated hand written types. (GH: #196)
- Updated the code: disable debug logging on OpenGLES mode. (GH: #201)
- Updated the code: remove the null pointer check after new. (GH: #202)
- Updated the code: check struct size by using static_assert. (GH: #203)
- Updated the code: put dwarf galaxies and h400 tables into static array. (GH: #204)
- Updated the code: call getDecYear in getDeltaTByEspenakMeeus. (GH: #205)
- Updated the code: remove some new/delete pairs, just use variables on stack. (GH: #206)
- Updated CMake code: enable persistent usage of C++11 standard for compiling (GH: #192)

Скачать новую версию можно здесь: http://stellarium.org

И бонус для фанатов: первая бета версия планетария StellariumWeb - https://stellarium-web.org/

26
Компьютеры в астрономии / Re: Stellarium
« : 05 Июнь 2018, 18:52:59 »
Мы в свежих бетах добавили показ времени восхода, транзита и заката светил (за исключением ИСЗ) в блоке информации и астрономических расчётах (F10) - если у кого есть возможность - потестируйте.

27
Компьютеры в астрономии / Re: Stellarium
« : 20 Май 2018, 14:33:42 »
Как загрузить комету     C/2016 M1 (PanSTARRS)       в Стеллариум версия 0.16.1
Не получится. Сайт Центра малых планет принудительно перешел на использование протокола HTTPS, а указанная версия его попросту не поддерживает (ни SSL библиотек в комплекте не идёт, ни проверок на https не стоит). Тут нужно обновляться до 0.18.0 (или даже бета версий) или скачивать элементы орбит и потом уже в планетарии использовать скачаный файл.

28
Компьютеры в астрономии / Re: Stellarium
« : 20 Май 2018, 14:30:30 »
Сегодня вышла новая бета (0.90.0.15968/0.18.0.6) с разными улучшениями, в частности с минимизацией использования сети для HiPS и исправлениями утечек памяти. Просьба потестировать.

29
Компьютеры в астрономии / Re: Stellarium
« : 04 Март 2018, 02:17:07 »
Нужна помощь с тестированием версии 0.90.0.15825 в поддержкой обзоров формата HiPS (привет многоволновая Вселенная)

Ссылки: https://launchpad.net/stellarium/trunk/0.90.0

30
Компьютеры в астрономии / Re: Stellarium
« : 21 Декабрь 2017, 22:59:09 »
Сегодня вышла очередная версия планетария - 0.17.0.

Основные изменения:
  • добавлена поддержка номенклатур небесных тел
  • улучшен инструмент "Астрономические расчёты"
  • улучшения в плагине Окуляры
  • улучшения в плагине Экзопланеты
  • добавлена поддержка INDI в плагин управления телескопами
  • рефакторинг кода (исправления ошибок, улучшения, добавление нового функционала)

Полный список изменений:
  • Added support for nomenclature of planetary surface (SOCIS 2017 project)
  • Added templates for translation of planetary features nomenclature
  • Added support of movement to selected nomenclature item
  • Added new tab for AstroCalc tool: Planetary Calculator
  • Added Icelandic translation for a couple of skycultures
  • Added another OS detection logging function
  • Added new landscape: the Sun
  • Added Russian translation for new landscape
  • Added filters for nomenclature (Search Tool/Lists)
  • Added support plural forms for translation (LP: #1561457)
  • Added deselectConstellations() method to public area
  • Added new time steps for AstroCalc/Ephemerides tool
  • Added sane defaults to Planets
  • Added subclasses to the list of Solar system objects in AstroCalc/Positions tool
  • Added config option to allow make visible orbits for major planets only (LP: #1720722)
  • Added rule to allow to hide nomenclature on the celestial body of observer (LP: #1723742)
  • Added context support for Solar system bodies
  • Added angular size filter for DSO
  • Added shortcut for nomenclature
  • Added plus/minus keys for elevation change on Macs without PgUp/PgDn
  • Added better font scaling for HiDPI Macs
  • Added detection method info for exoplanets
  • Added visual resolution info for Oculars plugin
  • Added GUI options for color of exoplanet marker
  • Added a default for night mode
  • Added API command to retrieve view direction in RemoteControl plugin
  • Added API commands into RemoteControl plugin: allow view setting jNow, harmonize capitalisation for the parameters.
  • Added velocity display to Planets, MinorPlanets and Comets
  • Added improvements for AstroCalc/PC tool
  • Added orbital velocities for AstroCalc/PC tool
  • Added special case for long list of "also known as" names
  • Added INDI support for Telescope Control plugin
  • Added Caucasian Mountain Observatory to locations list
  • Added option to select temperature scale to the Exoplanets plugin
  • Added option to allow scaling of Ocular buttons (LP: #1507205)
  • Added new option to the Navigational Stars plugin
  • Added checkboxes for DSO catalogs (PN G, SNR G, ACO) in Remote Control plugin
  • Added wikilinks for names of Solar system bodies
  • Fixed filter for limiting by DSO mangitudes
  • Fixed TestStelJsonParser fails (LP: #1719076)
  • Fixes and additions for French descriptions
  • Fixed context support for constellations
  • Fixed sort order for 'Peak' in Meteor showers search (LP: #1719939)
  • Fixed location for stellarium.appdata.xml file
  • Fixed stupid bug for asterisms in Search Tool/Lists
  • Fixed some back-side issues of nomenclature (LP: #1721815)
  • Fixed crash for Custom Objects (LP: #1722527)
  • Fixed output data for Exoplanets plugin
  • Fixed potential crash for nomenclature and inconsistency of data
  • Fixed light speed correction issue for nomenclature items (LP: #1724517)
  • Fixed annoying malfunction in Oculars plugin (lost of tracking) (LP: #1724106)
  • Fixed the new moons' rotation times
  • Fixed selecting of comets in AstroCalc/Positions tool
  • Fixed behaviour and style of tool for download star catalog
  • Fixed infostring for satellite features
  • Fixed centering/tracking issues for Nomenclature feature (LP: #1721818)
  • Fixed small Coverity issue
  • Fixed bug of positions for nomenclature when Solar system data is reloaded
  • Fixed shader for planet texture rendering (LP: #1731788)
  • Fixed sign for declination coordinate for Southern Iota Aquarids
  • Fixed behaviour of Velocity checkbox
  • Fixed Oculars GUI Panel behaviour: disabled event processing on the sky under GUI
  • Fixed ray helpers lines behaviour in Oculars plugin
  • Fixed crossid info of alpha2 centauri (LP: #1734396)
  • Fixed Oculars plugin mouse bug on retina display
  • Fixed wrong unit of measurement for distance
  • Fixed mouse cursor hidding
  • Fixed zero-filled initial date/time window issue (LP: #1409935)
  • Fixed crash of Stellarium when flag for decimal degrees usage is changed
  • Fixed regressions introduced by recent LabelMgr refactoring
  • Updated default settings of build environment for Windows and Mac OS X
  • Updated ICU rules for Qt 5.9+
  • Updated Oculars plugin (Allows accessing via RemoteControl)
  • Updated list of DSO outlines (port from HNSKY)
  • Updated list of DSO names
  • Updated behaviour of auto-load landscape when moving to selected planet
  • Updated scripts and their descriptions
  • Updated Bengali description of landscapes
  • Updated list of planetary nomenclature
  • Updated list of official star names
  • Updated default time step for AstroCalc/Phenomena tool
  • Updated behaviour of flag for orbits to renew visibility of orbits
  • Updated GUI items in the View dialog
  • Updated list of ray helpers
  • Updated protocols for MPC
  • Updated Triangulum constellation lines
  • Updated the solar system screen saver script
  • Updated code for beta versions naming
  • Updated Chinese skyculture
  • Improved performance for AstroCalc tool
  • Improved performance for Nomenclature feature
  • Code refactoring

Взять новую версию можно на официальном сайте: http://stellarium.org/ru/

Страницы: 1 [2] 3 4 ... 21