diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 744b2f1..b862be7 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.13.3', + VERSION: '0.13.4', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api/analysis.html b/api/analysis.html index a8f1345..260b8d3 100644 --- a/api/analysis.html +++ b/api/analysis.html @@ -37,7 +37,7 @@ - + diff --git a/api/calibration.html b/api/calibration.html index 5fcbae2..9be2d63 100644 --- a/api/calibration.html +++ b/api/calibration.html @@ -37,7 +37,7 @@ - + diff --git a/api/image_processing.html b/api/image_processing.html index 7bd30ac..a9a2bfd 100644 --- a/api/image_processing.html +++ b/api/image_processing.html @@ -37,7 +37,7 @@ - + diff --git a/api/image_registration.html b/api/image_registration.html index 6ef88af..e1d1bfe 100644 --- a/api/image_registration.html +++ b/api/image_registration.html @@ -37,7 +37,7 @@ - + diff --git a/api/index.html b/api/index.html index 9cdec13..ac1be5b 100644 --- a/api/index.html +++ b/api/index.html @@ -37,7 +37,7 @@ - + diff --git a/api/organization.html b/api/organization.html index 94a813a..3a0a7cd 100644 --- a/api/organization.html +++ b/api/organization.html @@ -37,7 +37,7 @@ - + diff --git a/api/polarization.html b/api/polarization.html index d175e42..81d05ef 100644 --- a/api/polarization.html +++ b/api/polarization.html @@ -37,7 +37,7 @@ - + diff --git a/api/specphot.html b/api/specphot.html index 81844cc..283b2fa 100644 --- a/api/specphot.html +++ b/api/specphot.html @@ -37,7 +37,7 @@ - + diff --git a/api/utility.html b/api/utility.html index 23f63f4..b45245c 100644 --- a/api/utility.html +++ b/api/utility.html @@ -37,7 +37,7 @@ - + diff --git a/cli.html b/cli.html index b33fbf9..e70ca7d 100644 --- a/cli.html +++ b/cli.html @@ -37,7 +37,7 @@ - + diff --git a/configuration.html b/configuration.html index 6c6ffd5..973f074 100644 --- a/configuration.html +++ b/configuration.html @@ -37,7 +37,7 @@ - + @@ -453,7 +453,7 @@
frame_select (FrameSelectConfig) – Options for frame selection
align (AlignmentConfig) – Options for frame alignment
coadd (CoaddConfig) – Options for coadding image cubes
specphot (SpecphotConfig | None) – If set, provides options for spectrophotometric calibration. If not set, will leave data in units of adu
.
specphot (SpecphotConfig) – If set, provides options for spectrophotometric calibration. If not set, will leave data in units of adu
.
diff_images (DiffImageConfig) – Diagnostic difference imaging options. Double-differencing requires an FLC.
polarimetry (PolarimetryConfig | None) – If set, enables and provides settings for polarimetric differential imaging (PDI).
source (Literal['pickles'] | ~pathlib.Path) – Spectrum source type. If a path, must be a file that can be loaded by synphot.SourceSpectrum.from_file.
source (Literal['pickles'] | ~pathlib.Path | None) – Spectrum source type. If a path, must be a file that can be loaded by synphot.SourceSpectrum.from_file.
sptype (str | None) – Only used if source is “pickles”. Stellar spectral type. Note: must be one of the spectral types available in the pickles model atlas. Refer to the STScI documentation for more information on available spectral types.
mag (float | None) – Only used if source is “pickles”. Stellar reference magnitude
mag_band (Literal['U', 'B', 'V', 'r', 'i', 'J', 'H', 'K'] | None) – Only used if source is “pickles”. Stellar reference magnitude band
unit (Literal['e-/s', 'Jy', 'Jy/arcsec^2']) – Output unit. (Note: e-/s is the default without spectrophotometry, and source calibration will be skipped)
unit (Literal['e-/s', 'contrast', 'Jy', 'Jy/arcsec^2']) – Output unit. (Note: e-/s is the default without spectrophotometry, and source calibration will be skipped)
flux_metric (Literal['photometry', 'sum']) – Which frame analysis statistic to use for determining flux. “photometry” uses an aperture sum, while “sum” uses the sum in the analysis cutout window.