siril
В данном разделе представлены товары бренда siril, купить которые можно в нашем интернет-магазине по доступным ценам с доставкой из США (Америки) в Россию.
Закажите обратный звонок, мы перезвоним и проконсультируем.

Покупки в США и Европе — это просто
Вы делаете заказ — мы выкупаем товары и доставляем вам

Косметика M.A.C.maccosmetics.com

Часы Timexamazon.com

Джинсы levi’sebay.com
К вам домойОтправляем в Россию и
во все страны СНГ
с 9:00-19:00 — ежедневно (МСК)
Доставка товаров с аукциона eBay и интернет-магазинов США в Россию (Москва, Санкт-Петербург, Новосибирск, Екатеринбург, Казань, Нижний Новгород, Челябинск, Красноярск, Самара, Уфа, Ростов-на-Дону, Омск, Краснодар, Воронеж, Волгоград, Пермь и другие города).
Siril 1.2.0-rc1
We are pleased to inform you that Siril 1.2.0rc1 is now available, only a few weeks after the release of beta1. Many bugs have been fixed since the previous beta, which makes this new version more stable and reliable.
However, we remind you that the release candidate version of the software is an intermediate stage of development that precedes the final version. It should be noted that a release candidate may contain bugs, unfinished features and stability issues. It is made available to users for feedback and extensive testing. Your contribution in reporting problems will help the developers to improve the final version of the software.
List of known bugs
- Crash in background extraction samples removing
- Crash in binning with ushort images
- Crash in findstar when a large saturated patch was close to border
List of fixed bugs (from beta 2)
- Fixed handling of special characters in sequence name during conversion
- Fixed crash in seqstarnet when processing single-file sequences (SER, FITSEQ)
- Fixed hang in seqstarnet when processing a single-file sequence with no star mask
- Fixed using default masters names in calibrate (GUI)
- Fixed invoking external programs in CLI mode (Windows only)
- Fixed stream setting for all versions of ffmpeg (mp4 export crash)
- Fixed crash when doing manual registration of sequence with variable image sizes (now disabled)
- Fixed UI and command issues in deconvolution code
- Fixed star recomposition issue where LIVETIME and STACKCNT could be doubled when processing the starless and star mask parts of the same image
- Fixed “image copy error in previews” bug in asinh transformation
- Fixed reset of the viewports when reopening the RGB composition tool after opening a mono sequence
- Fixed star detection for undersampled mono images
- Fixed sequence cleaning with opened image and resetting the reference image
- Fixed photometry with 32bit images from PRISM
- Fixed incorrect behaviour when resetting right-hand stretch type in star recomposition tool
- Fixed sequence handling when images have different number of layers
- Fixed GNUplot terminals so they remain interactive and free resources when closed
- Fixed crash that could occur when parsing string keywords that contained forbidden characters
- Fixed calling external processes that left too many opened file descriptors
- Fixed Stop behavior for starnet and local astrometry.net
- Fixed crash when running merge_cfa in headless mode
- Fixed console logs output on Windows when messages contained widechars
- Fixed networking detection at build-time and made it and exiv2 optional
- Fixed bug in NetPBM file import
- Changed Windows to build in console mode even for stable releases
- Changed gnuplot initialization to keep plots open after stopping main process (and fixed leak)
- Changed image opening for all images not from Siril (ensures DATAMAX is correct)
- Improved parsing of localization data for wider imaging software compatibility
- Improved DATE-OBS control and log for solar system features
- Improved clipping model in luminance-based GHS stretches
- Improved Wayland support
- Reviewed and fixed coordinate conversion from WCS to display for annotations, nomad command, pcc
- Improved astrometry.net handling on Windows to support more recent cygwin builds
- Updated URLs to query online catalogs
New features
- Added GHS saturation stretch mode
- Added special formatter to parse date-time in path parsing
- Added Astro-TIFF in sequence export
- Added read of datetime in jpeg and png file with exiv2
- Added Danish language
Table of Contents #
Downloads #
Siril 1.2.0rc1 is distributed for the 3 most common platforms (Windows, macOS, GNU / Linux). Check out the downloads page.
But of course, as Siril is a free software, you can build from the sources, available through the installation page.
What are the major changes in this version since last stable version, 1.0.6 #
The number of changes is very large, probably larger than between versions 0.9.12 and 1.0.0. It would take too long, and I don’t think anyone would read them, to write detailed release notes of every new feature. So we decided to focus on the most important ones, and if possible, to refer to the tutorials or our brand new documentation.
The complete list of changes/improvements/corrections, aka the Changelog, can be found here .
New documentation #
One of the great additions that accompanies this release is the availability of a new documentation . The latter has been written and thought to match the application as closely as possible and to evolve at the same time. What could be more unpleasant than reading a documentation that is not up to date. Please note that this new documentation is not yet 100% finished and that translations are in progress. So far, we have had contributors for French and German translations. You can get translated documentation at the bottom of the left pane.

Left panel to switch between languages and to access a PDF version.
If you wish to contribute by translating in your own language, please reach out to us by posting a message on the forum and we will happily make the necessary setup. No worries, no prior knowledge in coding is required, translations are handled by weblate hosted by our friends of pixls.us and it is as simple as typing in a browser.
We thank Udo Baumgart for his express translation of the German translation of the documentation.
We have also updated and added many new tutorials. You can check it out here .
Star processing #
One of the greatest new features is the introduction of a toolbox dedicated to stars processing.
First of all, efforts have been put in refining stars detection. Indeed, detecting accurately stars on any kind of image is quite a tedious task. One needs to differentiate it from other astronomical objects and from image artifacts, in order not to bias the subsequent analysis based upon their shape and size. The detection algorithm has been completely refactored to improve its efficiency and reliability.
It is now also possible to model stars using Moffat function, which in some cases, can represent them more accurately than the default Gaussian. Using a Moffat profile can be specified in the Dynamic PSF window.

Dynamic PSF window, where many star detection options have been added.
On top of better detection, the brand new tools are:
- Starnet stars removal: Starnet is an external software which can remove stars from images. This can ease the processing of images where one would like to treat differently nebulosities and surrounding stars. In order to use it seamlessly in Siril, you will need to download and install the CLI version, and then tell Siril where it is located. The different steps are detailed in the documentation .
- Stars recomposition: Once you have separately processed the stars and the other objects (nebulae, galaxies, comets…), you will need to recombine them together. This can be done in PixelMath of course, but even better, in the dedicated star recomposition tool. Detailed explanations can be found in the documentation .
Star recomposition tool dialog
Unclip stars: If you try to apply some processing like deconvolution on saturated stars, you may end up with unwanted artifacts. Normally, one would try to avoid saturating stars during acquisition, but for the brightest ones, this is not always possible. This new version allows to unclip those stars, as simple as a click. Documentation for this feature can be found here
Full star resynthesis: This tool aims at repairing heavily distorted stars, using a new star adjustment tool. This can prove useful to save images affected by coma or other optical aberrations. If Sirl can detect those stars, it can fix them. A warning here, the stars are completely artificial in that case. This tool must therefore be kept as a last resort and used as such. More explanations are given in the documentation .
New deconvolution tool #
A new deconvolution tool has been developed to replace the legacy version, a bit too simple, which would tend to give very perfectible results in any cases. This new feature is much more comprehensive and packed with astronomy-dedicated methods. The dialog is split in two parts.
- The top part is dedicated to the PSF calculation (the kernel that will be used to deconvolve the image). The latter can be determined blindly, using the stars detected in the image or by specifying manual parameters. There are many options which makes this tool usable in a wide variety of cases.
- The bottom part specifies the deconvolution calculation. Two new algorithms, in addition to the legacy Lucy-Richardson, have been added. Note they are dedicated to lunar/planetary images.
This tool may look a bit tedious to master at first, and we therefore recommend to work on a cropped version of the image to process before using it on the full image. The documentation will guide you step by step throughout the settings and buttons of the interface.

Denoising #
Denoising feature, regularly asked for by users, has finally made its way into this new release. It is fully described here . It is very simple to use and works best on monochrome images. For color images obtained through debayering, it may turn out a bit to underperform a little in comparison.

Generalized Hyperbolic Stretch interface refactoring #
Shortly after version 1.0 was released, we integrated a tool originally developed by a team of amateur astronomers which only existed as a PixInsight plugin: Generalized Hyperbolic Stretch. This tool allows to process images with high levels of noise by stretching data while preserving details. It offers improved flexibility compared to the more traditional Histogram Stretch as it prevents stars bloating. In this new version, we have completely refactored the dialog, with the addition of an histogram view which simplifies setting the parameters a lot. In order to unleash the full power of this tool, the original authors of the tool have written a tuotrial and a page in the documentation ].

Generalized Hyperbolic Stretch new dialog.
Astrometry and PCC refactoring #
Astrometry has, once again, been given a boost, as it is the initial process for many other tools. First of all, it has clearly benefited from the improvements in stars detection, as explained above. Then, we added the possibility to solve the images while offline, by adding local star catalogues. Finally, for wide-field images, where the internal solver may still encounter some difficulties, we have added support for a local installation of astrometry.net. These new functionalities are detailed here .
Closely related to astrometry, Photometric Color Calibration, PCC in short, has also been revamped. The two processes, astrometry and photometry, that were run in sequence before, have been completely decoupled. This subtle change now allows to run photometric calibration alone on images which have already been platesolved, for instance via an external program such as nova.astrometry.net or ASTAP. It can again prove useful for wide-field images that Siril internal solver may not solve. More details can be found here .
PixelMath Improvement #
PixelMath tool has also had its share of improvements. It is now possible to save frequently-used formulas as presets for future use, which is handy if you like to apply the same over and over again. Just click on the button to the right of the formula you just typed and it will make its way to the Presets area at the bottom of the dialog (you can unfold to see what it contains). You can also force rescaling of the output to make sure your final image stays in the range [0, 1].
Finally, the most important change is the possibility to use statistical functions in the formulas. You can have a look at the documentation to see the list of all the functions implemented, as well as a more detailed presentation of the tool.
![]()
New 2-pass alignment #
The main drawback of the current global alignment is the fact that the reference image has to be chosen beforehand. This behavior can of course be modified manually, by chosing the reference image with care, but this was limiting the use of automated scripts. We have therefore integrated a new global registration called 2-pass , which works in two steps:
-
Run this new registration method. It will just save the registration information in the .seq file and pick the best possible image, based on number of stars and FWHM.
2-pass global registration.
Apply the existing registration which was previusly saved in the seq file.
More information can be found here
New commands #
An impressive number of new commands have been added, to enable more automation and build a fully-automated processing pipeline through scripting. You can now obtain a processed image from start to finish via a script. Please keep in mind that going through the Processing part manually is likely to give better results as you can control/adjust visually all the tools along the way.
The commands reference is here .
FITS header path parsing #
In order to give more flexibility to scripting, a new path-parsing functionnality has been added, that can read FITS headers information and convert them to usable paths to write/locate files and folders. This allows to use master libraries or name stacking results with meaningful names, by adding filter or image name for instance. The syntax is detailed in this documentation entry
Livestacking #
Livestacking is the last improvement we wanted to introduce in this release note. It simply monitors a folder where new frames are stored during acquisition. Siril preprocesses these images as they arrive and stacks them live, hence the name. Bear in mind it is still experimental. We plan to improve it in the future, based on user feedback.

Start the livestacking session by hitting the red button.
Contribute to Siril #
Of course, despite all our efforts, bugs may still exist. If you think you have found one, please reach out to us through the forum . Even better, do file a bug report there if you see it is not already listed as a known bug .
We take the opportunity of this release to welcome Adrian Knagg-Baugh to the team of developers. Adrian joined initially to add the Generalized Hyperbolic Stretch that was present in v1.0. Since then, his contributions have been tremendous in the domain of Processing (all the stars tools, Denoising, Deconvolution…) and even the selfless job of hunting memory leaks!
We also welcome René de Hesselle, macOS maintainer of another great FOSS Inkscape , who gave our builds on this OS a real boost. Siril is now delivered for both Intel and arm architectures. We thank him very much for taking this burden off our shoulders, as well as streamlining all our complex build pipelines.
We also thank the great team at pixls.us , Pat, Mica and Darix, for all the help throughout the turmoil of administering our websites.
Contributors to this release are:
- Cyril Richard
- Vincent Hourdin
- Cécile Melis
- Adrian Knagg-Baugh
- René de Hesselle
- Fred DJN
- Alexander
- Zachary Wu
- Joan Vinyals Ylla Català
- Rafel Albert
- Gianluca Arcuri
- Udo Baumgart
- Yi Cao
- Mario Haustein
- Victor Boesen Gandløse
- Frank Soldano
- Pablo Cesar Campos
- Stefan
- Sébastien Rombauts
- kostas
Donate #
Developing software is fun, but it also takes up nearly all of our spare time. If you like Siril and would like to support us in continuing development you’re welcome to donate a small amount of your choice.
Чистящее средство для сантехники Dr.Schnell Milizid 1л, для санитарных зон, 30004, 143387

Сниженная цена! —> Увеличить
Milizid
Область применения
Подходит для очистки любых поверхностей стойких к воздействию кислот. Применяется для очистки санитарных зон и влажных помещений. Подходит для всех методов очистки.
Особенности продукта
Ингредиенты
Неионные тензиды, ароматизаторы
pH концентрата: 1
| Тип упаковки | пластиковая бутылка |
| Назначение | Для чистки, Для защиты поверхности, Для придания блеска, Для устранения запахов |
| Профессиональное | Да |
| Зона использования | Для влажных помещений |
| Концентрированные | Да |
| Обрабатываемая поверхность | пластиковые поверхности, керамика, нержавеющая сталь, кислостойкие поверхности, эмалированные поверхности |
| Упаковка | флакон |
| Форма выпуска | концентрат |
| Способ обработки | Для любой обработки |
| Тип загрязнения | От накипи, От запахов, От жира, От ржавчины, От налета |
| Объем, мл/вес, г | 1 л |
Технические характеристики и комплект поставки могут быть изменены производителем без предварительного уведомления. Пожалуйста, уточняйте технические характеристики товара на момент покупки и оплаты.
- доставка
- оплата
| № | Вид доставки | Время доставки | Стоимость доставки |
|---|---|---|---|
| 1 | Доставка по Санкт-Петербургу | от 1 дня | бесплатно |
| 2 | Доставка по России | от 3 дней | от 400 ₽ |
- Сумма заказа для доставки должна составлять не менее 3 000 рублей.
- Все заказы, при условии наличия их на складе, совершенные до 15:00, будут доставлены на следующий рабочий день. Заказы мы доставляем с 12:00 до 18:00.
Доставка крупногабаритных товаров осуществлятся курьерской службой СДЭК.
К крупногабаритным относят товары весом более 10 кг или с одним из габаритных размеров, превышающим 65 см.
Обратите внимание на то, что наш магазин предлагает возможность подъема вашего заказа на этаж. Стоимость данных услуг вы всегда можете уточнить у наших операторов.
Курьерская доставка по городу Санкт-Петербург
Наш курьер доставит заказ по указанному адресу с 12:00 до 18:00. Перед выездом курьер предварительно созвонится с вами для согласования времени доставки. Курьер будет ждать 15 минут по указанному адресу , после чего мы оставляем за собой право перенести доставку на другое время, согласовав его с вами.
- Стоимость курьерской доставки заказа по Санкт-Петербургу абсолютно бесплатна.
- Все заказы, при условии наличия их на складе, совершенные до 15:00, будут доставлены на следующий рабочий день. Заказы мы доставляем с 1200 до 18:00.
Условия доставки действительны для Санкт-Петербурга в пределах КАД.
График доставки заказов в пригороды Санкт-Петербурга
- Стрельна, Петродворец, Ломоносов, Красное село, Мурино — доставка по понедельникам и четвергам.
- Колпино, Сестрорецк, Зеленогорск, Кронштадт, Всеволожск, Пушкин, Павловск — доставка по средам
- Парголово, Сертолово, Горское шоссе — доставка по понедельникам, вторникам и средам.
Условия доставки по Ленинградской области
Для доставки заказов в пригороды Санкт-Петербурга Вы можете воспользоваться нашей курьерской службой или услугами сторонней транспортной компании.
Доставка заказов нашей курьерской службой осуществляется по графику. Остальные условия доставки товаров такие же, как при доставке товаров по Санкт-Петербургу.
Условия доставки заказов сторонней транспортной компанией такие же, как при доставке товаров по России и Ленинградской области.
Обратите внимание на то, что наш магазин предлагает возможность подъема вашего заказа на этаж. Стоимость данных услуг вы всегда можете уточнить у наших операторов.
Курьерская доставка по России
Наш магазин производит доставку товаров на всей территории России в не зависимости от объема заказа. Доставку товара до адресата производит курьерская служба СДЭК, являющейся одной из крупнейших логистических фирм нашей страны, что говорит о том, что ваш заказ будет доставлен в полной сохранности точно в срок.
- Сумма заказа для курьерской доставки должна составлять не менее 3 000 рублей.
- Заказы доставляемые по России для вашего удобства мы отправляем наложенным платежом.
- Стоимость доставки заказа по России будет расчитана автоматически на странице оформления заказа при выборе службы доставки СДЭК.
- Все заказы, при условии наличия их на складе, совершенные до 15:00, будут отправлены на следующий рабочий день. Дату доставки заказа вы сможете уточнить у наших операторов при подтверждении заказа.
Способы оплаты
Оплата заказов по Санкт-Петербургу производится по наличному и безналичному расчету.
Заказы, требующие доставки в регионы, оплачиваются по безналичному расчету.
При оплате наличными товар оплачивается экспедитору при получении заказа. Вам выдаются кассовый и товарный чеки.
При безналичной оплате, доставка товара осуществляется после оплаты счета.
При безналичной оплате вы получите комплект документов: счет, счет-фактуру, товарную накладную.
На нашем экземпляре необходимо расписаться, поставить печать или приложить доверенность.
При первой поставке мы привозим договор, после подписания которого возможна отсрочка платежа.
Оплата вашего заказа
Наш интернет-магазин работает как с юридическими, так и с физическими лицами.
Для клиентов, совершающих заказ крупной партией возможно предоставление скидки на товары нашего интернет-магазина. Так же для постоянных клиентов есть возможность отсрочки платежа по договору.
Для юридических лиц с нашей стороны в максимально сжатые сроки будут подготовлены все закрывающие документы.
Оплатить вашу покупку в интернет-магазине Vileda-Professional-Shop вы сможете несколькими способами:
Наличный расчет
Расплатиться наличными можно непосредственно с курьером, когда он доставит заказ.
Безналичный расчет
После оформления заказа системой нашего интернет-магазина будет сформирован счет на оплату заказа. После оплаты счета с Вами свяжется наш специалист для уточнения деталей и даты доставки.
Если заказ оформлен и оплачен в вечернее время или выходной день, в ближайший рабочий день наш оператор свяжется с вами для подтверждения заказа.
Средство для очистки керамогранитной плитки, уборка после строительства Buzil G491 Erolcid, 1 л

Чистящее средство для интенсивной очистки керамогранитной плитки на основе фосфорной кислоты.
Для проведения послестроительной и послеремонтной уборки, декальцинации, устранения известкового осадка и цементного налета.
Применяется для ежедневной и генеральной чистки микропористых и мелкозернистых каменно-керамических кислотоустойчивых покрытий, таких как керамогранит, керамическая плитка, гранит, фарфоровая плитка, ПВХ-покрытий, бетонных полов, а также возможно применение на нержавеющей стали. Эффективно при очистке межплиточных швов.
• мощное и быстрое очищающее действие;
• декальцинация поверхностей;
• эффективно удаляет цементные остатки, ржавчину, известковые загрязнения;
• обладает противогрибковым и бактерицидным действием;
• препятствует скольжению;
• обладает отбеливающим эффектом;
• имеет приятный цитрусовый аромат;
• для сложных случаев достигается максимальный эффект послестроительного клининга в комбинации с BUZIL Erol® G 490 (последовательно, не одновременно), а для обработки более чувствительных поверхностей, например, хром, рекомендовано средство BUZIL Т464.
Применение и дозировка:
Ежедневная ручная очистка: 100 — 1000 мл / 10 л воды
Ежедневная очистка с мопом :100 — 1000 мл / 10 л воды
Основная очистка: 1000 мл / 10 л воды
Автоматизированная очистка: 200 — 500 мл / 10 л воды В случае значительных отложений извести, когда возможно сильное пенообразование — использовать Buz® Defoam G 478.
<5% неионных поверхностно-активных веществ. Другие компоненты: неорганические кислоты, вспомогательные реагенты.
Швы следует предварительно намочить!
Использовать только на кислотостойких материалах.
Промыть холодной водой.
Не смешивать с хлорсодержащими чистящими средствами. Всегда используйте холодную воду.
При использовании в автоматических устройствах необходимо регулярно очищать и промывать резервуары.
Не применять на природных камнях на известковой основе, таких как мрамор, травертин, ракушечник.