Фотометрическая калибровка цвета

Предупреждение

The calibration of the colors by photometry must imperatively be carried out on a linear image whose histogram was not yet stretched. Otherwise, the photometric measurements will be wrong and the colors obtained without guarantee of being correct.

Another way for retrieving the colors is to compare the color of the stars in the image with their color in catalogues, to obtain the most natural color in an automatic and non-subjective way. This is the PCC (Photometric Color Calibration) tool (Ctrl + Shift + P). It can only work for images taken with a set of red, green and blue filters for colors, or on-sensor color. To identify stars within the image with those of the catalogue, an astrometric solution is required. Please see the documentation of the plate solver module.

This method is less accurate than Spectrophotometric Color Calibration explained below, however it can be performed using local catalogues and is therefore the best option when an internet connection is not available.

Примечание

Эта техника сильно зависит от типа используемого фильтра. Использование различных типов фильтров R, G, B не будет иметь большого значения, но использование фильтра светового загрязнения или отсутствие ИК-фильтров приведет к существенным отклонениям в решении и не даст ожидаемых цветов.

Since version 1.4, the two tools run independently: it is possible to run the photometric analysis and color correction of the image only if the image has been already plate solved. It also means different catalogues can be used for PCC and astrometry. The tool is also available as the pcc command, so it can be embedded in image post-processing scripts.

диалог

Окно фотометрической калибровки цвета.

If the image was previously plate solved, turn on the annotations feature to check that catalogues align with the image. If the astrometric solution is not good enough, please redo a plate solving.

  • The Catalog Settings section allows you to choose which photometric catalog should be used, NOMAD, APASS or Gaia DR3, as well as the limiting magnitude.

    Совет

    The NOMAD and GAIA catalogs can be locally installed, while the APASS catalog requires internet access to obtain its contents.

    The local Gaia catalog used for PCC is the astrometric extract, which is a much smaller download than the whole SPCC catalog. If this is available it will be shown as the default.

    Примечание

    Whereas the NOMAD and APASS catalogs use the catalogued B-V index and estimate the effective temperature from this value, Gaia provides an accurately modelled effective temperature therefore when this catalog is used the Teff field is used directly, giving more accurate results.

  • Раздел "Обнаружение звезд" позволяет вам вручную выбрать, какие звезды будут использоваться для фотометрического анализа. Лучше, чтобы их было как минимум несколько сотен, так как выбор отдельных звёзд не будет идеальным.

    Определение звёзд (PCC)
  • If desired, the Background Reference can be manually selected as described in Manual Color Calibration. This can be useful in the case of nebula images where the background sky parts are small.

    Фон (PCC)

Когда будет найдено достаточное количество звезд и астрометрическое решение будет правильным, фотометрическая калибровка цвета выведет этот текст на вкладке консоли:

Applying aperture photometry to 433 stars.
70 stars excluded from the calculation
Distribution of errors: 1146 no error, 18 not in area, 48 inner radius too small, 4 pixel out of range
Found a solution for color calibration using 363 stars. Factors:
K0: 0.843       (deviation: 0.140)
K1: 1.000       (deviation: 0.050)
K2: 0.743       (deviation: 0.130)
The photometric color correction seems to have found an imprecise solution, consider correcting the image gradient first

Мы можем понять, что из каталога и изображения для фотометрического анализа было выбрано 433 звезды, но каким-то образом мы фактически использовали только 363, исключив 70. Строка Распределение ошибок объясняет, по какой причине они были исключены: 18 не были найдены в ожидаемом положении, 48 были слишком большими, а 4, вероятно, насыщенными. Очень часто бывает так, что многие звезды отклоняются, потому что они не соответствуют строгим требованиям для корректного фотометрического анализа.

Мы также видим, что фотометрическая калибровка цвета нашла три коэффициента для применения к цветовым каналам для коррекции баланса белого. Здесь отклонение, представляющее собой среднее абсолютное отклонение цветокоррекции для каждой звезды фотометрического набора, является умеренно высоким. На хорошо откалиброванных изображениях без градиента, с правильными фильтрами и без цветной туманности, покрывающей все изображение, отклонение приблизилось бы к 0.

Командная строка Siril

pcc [-limitmag=[+-]] [-catalog=] [-bgtol=lower,upper]
Запускает фотометрическую коррекцию цвета на загруженном изображении, имеющем астрономическое решение.

Предел звёздной величины, используемый при поиске решения, автоматически вычисляется из размера поля зрения, но он может быть указан с помощью значений смещения (+offset или -offset) ключа -limitmag=, или просто через абсолютное положительное значение для ограничения звёздной величины.
По умолчанию используется каталог звёзд NOMAD. Используемый каталог можно изменить, указав -catalog=apass, -catalog=localgaia или -catalog=gaia. Если доступна локальная версия полного каталога NOMAD, можно использовать её с помощью -catalog=nomad
Допустимое отклонение от значения фона может быть указано в единицах σ с помощью -bgtol=lower,upper: значения по умолчанию равны -2.8 и +2.0, соответственно