ConsDB - LSSTComCam
The Consolidated Database for LSSTComCam schema contains information for each exposure and visit (and each detector within those) taken by the instrument, a 9-detector camera for commissioning the Vera C. Rubin Observatory. This includes observatory data from the FITS image header metadata and measurements and metrics from Rapid Analysis and other data processing.
exposure
Information from observatory systems about each raw image taken
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
air_temp | float | Outside air temperature in degC. | phys.temperature | |||
airmass | float | Airmass of the observed line of sight at the middle of the exposure. | obs.airMass | |||
altitude | float | deg | Altitude of focal plane center at the middle of the exposure. | pos.az.alt | ||
altitude_end | float | deg | Altitude of focal plane center at the end of the exposure. | pos.az.alt | ||
altitude_start | float | deg | Altitude of focal plane center at the start of the exposure. | pos.az.alt | ||
azimuth | float | deg | Azimuth of focal plane center at the middle of the exposure. | pos.az.azi | ||
azimuth_end | float | deg | Azimuth of focal plane center at the end of the exposure. | pos.az.azi | ||
azimuth_start | float | deg | Azimuth of focal plane center at the start of the exposure. | pos.az.azi | ||
band | string | Name of the band used to take the exposure. Abstract filter that is not associated with a particular instrument. | ||||
controller | string | The abbreviation of the controller used for the observation (O, C). | ||||
cur_index | int | Number (1-based) of the observation within its group. | ||||
dark_time | float | s | Duration from last clear to readout, accurate to 10ms. | time.interval | ||
day_obs | int | Day of observation. | meta.id.part | |||
dimm_seeing | float | arcsec | Seeing as measured by external DIMM (FWHM). | |||
emulated | boolean | True if the exposure was taken in emulation mode. | ||||
exp_midpt | timestamp | Midpoint time for exposure at the fiducial center of the focal plane. array. TAI, accurate to 10ms. | time.epoch | |||
exp_midpt_mjd | double | d | Midpoint time for exposure at the fiducial center of the focal plane. array in MJD. TAI, accurate to 10ms. | time.epoch | ||
exp_time | float | s | Spatially-averaged duration of exposure, accurate to 10ms. | time.interval | ||
exposure_id | long | Unique identifier. | ||||
exposure_name | string | Official name of the exposure. | ||||
focus_z | float | Focus Z position. | ||||
group_id | string | Identifier for the group that this exposure is part of. | ||||
humidity | float | Outside relative humidity. | ||||
img_type | string | Type of exposure taken. | ||||
max_index | int | Expected number of observations within the group. | ||||
obs_end | timestamp | End time of the exposure at the fiducial center of the focal plane. array, TAI, accurate to 10ms. | time.end | |||
obs_end_mjd | double | d | End of the exposure in MJD, TAI, accurate to 10ms. | time.end | ||
obs_start | timestamp | Start time of the exposure at the fiducial center of the focal plane. array, TAI, accurate to 10ms. | time.start | |||
obs_start_mjd | double | d | Start of the exposure in MJD, TAI, accurate to 10ms. | time.start | ||
observation_reason | string | Reason for the observation. | ||||
physical_filter | string | ID of physical filter, the filter associated with a particular instrument. | ||||
pressure | float | Pa | Outside air pressure. | |||
s_dec | double | deg | Central Spatial Position in ICRS; Declination of targeted focal plane center. | pos.eq.dec | ||
s_ra | double | deg | Central Spatial Position in ICRS; Right ascension of targeted focal plane center. | pos.eq.ra | ||
s_region | string | Sky region in STC-S format (https://www.ivoa.net/documents/STC-S/20130917/index.html). | pos.outline;obs.field | |||
science_program | string | Science program. | ||||
seq_num | int | Sequence number. | meta.id.part | |||
shut_time | float | s | Spatially-averaged shutter-open duration, accurate to 10ms. | time.interval | ||
simulated | boolean | Were any control system components simulated? | ||||
sky_rotation | double | deg | Targeted sky rotation angle. | pos.posAng | ||
target_name | string | Target of the observation. | ||||
vignette | string | Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY. | ||||
vignette_min | string | Lowest amount of instrument vignetting detected during the exposure: UNKNOWN, NO, PARTIALLY, FULLY. | ||||
wind_dir | float | deg | Wind direction. | |||
wind_speed | float | m/s | Outside wind speed. | |||
zenith_distance | float | deg | Zenith distance at the middle of the exposure. | pos.az.zd | ||
zenith_distance_end | float | deg | Zenith distance at the end of the exposure. | pos.az.zd | ||
zenith_distance_start | float | deg | Zenith distance at the start of the exposure. | pos.az.zd |
exposure_flexdata
Flexible key/value metadata about each raw image taken; used for development and engineering purposes
exposure_flexdata_schema
Key names and value types used in the exposure_flexdata table
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
doc | text | Documentation string. | ||||
dtype | string | Name of the data type of the value, one of bool, int, float, str. | ||||
key | string | Name of key. | ||||
ucd | string | IVOA Unified Content Descriptor (https://www.ivoa.net/documents/UCD1+/). | ||||
unit | string | Unit for the value. Should be from the IVOA (https://www.ivoa.net/documents/VOUnits/) or astropy. |
ccdexposure
Information from observatory systems about each detector (CCD) within each raw image taken
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
ccdexposure_id | long | Unique identifier. | meta.id | |||
day_obs | int | Day of observation. | meta.id.part | |||
detector | int | Number of the detector in the focal plane. | meta.id.part;instr.det | |||
exposure_id | long | Identifier of the exposure. | ||||
s_region | string | Sky region in STC-S format (https://www.ivoa.net/documents/STC-S/20130917/index.html). | pos.outline;obs.field | |||
seq_num | int | Sequence number. | meta.id.part |
ccdexposure_camera
Information from the Camera Control System about each detector (CCD) within each raw image taken
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
ccd_temp | float | Temperature of CCD in degC. | phys.temperature | |||
ccdexposure_id | long | Unique identifier. | ||||
temp_set | float | Temperature setpoint of CCD in degC. |
ccdexposure_flexdata
Flexible key/value metadata about each detector (CCD) within each raw image taken; used for development and engineering purposes
ccdexposure_flexdata_schema
Key names and value types used in the ccdexposure_flexdata table
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
doc | text | Documentation string. | ||||
dtype | string | Name of the data type of the value, one of bool, int, float, str. | ||||
key | string | Name of key. | ||||
ucd | string | IVOA Unified Content Descriptor (https://www.ivoa.net/documents/UCD1+/). | ||||
unit | string | Unit for the value. Should be from the IVOA (https://www.ivoa.net/documents/VOUnits/) or astropy. |
visit1
Information from observatory systems about each visit in visit system 1 (visit per exposure); describes processed visit images (or calibrated exposures)
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
air_temp | float | Outside air temperature in degC. | phys.temperature | |||
airmass | float | Airmass of the observed line of sight at the middle of the visit. | obs.airMass | |||
altitude | float | deg | Altitude of focal plane center at the middle of the visit. | pos.az.alt | ||
altitude_end | float | deg | Altitude of focal plane center at the end of the visit. | pos.az.alt | ||
altitude_start | float | deg | Altitude of focal plane center at the start of the visit. | pos.az.alt | ||
azimuth | float | deg | Azimuth of focal plane center at the middle of the visit. | pos.az.azi | ||
azimuth_end | float | deg | Azimuth of focal plane center at the end of the visit. | pos.az.azi | ||
azimuth_start | float | deg | Azimuth of focal plane center at the start of the visit. | pos.az.azi | ||
band | string | Name of the band used to take the visit. Abstract filter that is not associated with a particular instrument. | ||||
controller | string | The abbreviation of the controller used for the observation (O, C). | ||||
cur_index | int | Number (1-based) of the observation within its group. | ||||
dark_time | float | s | Duration from last clear to readout, accurate to 10ms. | time.interval | ||
day_obs | int | Day of observation. | meta.id.part | |||
dimm_seeing | float | arcsec | Seeing as measured by external DIMM (FWHM). | |||
emulated | boolean | True if the visit was taken in emulation mode. | ||||
exp_midpt | timestamp | Midpoint time for visit at the fiducial center of the focal plane. array. TAI, accurate to 10ms. | time.epoch | |||
exp_midpt_mjd | double | d | Midpoint time for visit at the fiducial center of the focal plane. array in MJD. TAI, accurate to 10ms. | time.epoch | ||
exp_time | float | s | Spatially-averaged duration of visit, accurate to 10ms. | time.interval | ||
exposure_name | string | Official name of the exposure mapped to this visit by the 1-to-1 visit system. | ||||
focus_z | float | Focus Z position. | ||||
group_id | string | Identifier for the group that this visit is part of. | ||||
humidity | float | Outside relative humidity. | ||||
img_type | string | Type of visit taken. | ||||
max_index | int | Expected number of observations within the group. | ||||
obs_end | timestamp | End time of the visit at the fiducial center of the focal plane. array, TAI, accurate to 10ms. | time.end | |||
obs_end_mjd | double | d | End of the visit in MJD, TAI, accurate to 10ms. | time.end | ||
obs_start | timestamp | Start time of the visit at the fiducial center of the focal plane. array, TAI, accurate to 10ms. | time.start | |||
obs_start_mjd | double | d | Start of the visit in MJD, TAI, accurate to 10ms. | time.start | ||
observation_reason | string | Reason for the observation. | ||||
physical_filter | string | ID of physical filter, the filter associated with a particular instrument. | ||||
pressure | float | Pa | Outside air pressure. | |||
s_dec | double | deg | Central Spatial Position in ICRS; Declination of targeted focal plane center. | pos.eq.dec | ||
s_ra | double | deg | Central Spatial Position in ICRS; Right ascension of targeted focal plane center. | pos.eq.ra | ||
s_region | string | Sky region in STC-S format (https://www.ivoa.net/documents/STC-S/20130917/index.html). | pos.outline;obs.field | |||
science_program | string | Science program. | ||||
seq_num | int | Sequence number. | meta.id.part | |||
shut_time | float | s | Spatially-averaged shutter-open duration, accurate to 10ms. | time.interval | ||
simulated | boolean | Were any control system components simulated? | ||||
sky_rotation | double | deg | Targeted sky rotation angle. | pos.posAng | ||
target_name | string | Target of the observation. | ||||
vignette | string | Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY. | ||||
vignette_min | string | Lowest amount of instrument vignetting detected during the visit: UNKNOWN, NO, PARTIALLY, FULLY. | ||||
visit_id | long | Unique identifier. | ||||
wind_dir | float | deg | Wind direction. | |||
wind_speed | float | m/s | Outside wind speed. | |||
zenith_distance | float | deg | Zenith distance at the middle of the visit. | pos.az.zd | ||
zenith_distance_end | float | deg | Zenith distance at the end of the visit. | pos.az.zd | ||
zenith_distance_start | float | deg | Zenith distance at the start of the visit. | pos.az.zd |
visit1_quicklook
Information from Summit Rapid Analysis about each visit in visit system 1 (visit per exposure); describes processed visit images (or calibrated exposures)
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
astrom_offset_mean_max | float | arcsec | Mean offset of astrometric calibration matches (maximum across all detectors). | |||
astrom_offset_mean_median | float | arcsec | Mean offset of astrometric calibration matches (median across all detectors). | |||
astrom_offset_mean_min | float | arcsec | Mean offset of astrometric calibration matches (minimum across all detectors). | |||
astrom_offset_std_max | float | arcsec | Standard deviation of offsets of astrometric calibration matches (maximum across all detectors). | |||
astrom_offset_std_median | float | arcsec | Standard deviation of offsets of astrometric calibration matches (median across all detectors). | |||
astrom_offset_std_min | float | arcsec | Standard deviation of offsets of astrometric calibration matches (minimum across all detectors). | |||
day_obs | int | Day of observation. | meta.id.part | |||
eff_time_max | float | s | Effective exposure time (maximum across all detectors). | |||
eff_time_median | float | s | Effective exposure time (median across all detectors). | |||
eff_time_min | float | s | Effective exposure time (minimum across all detectors). | |||
eff_time_psf_sigma_scale_max | float | Scale factor for effective exposure time based on PSF sigma (maximum across all detectors). | ||||
eff_time_psf_sigma_scale_median | float | Scale factor for effective exposure time based on PSF sigma (median across all detectors). | ||||
eff_time_psf_sigma_scale_min | float | Scale factor for effective exposure time based on PSF sigma (minimum across all detectors). | ||||
eff_time_sky_bg_scale_max | float | Scale factor for effective exposure time based on sky background (maximum across all detectors). | ||||
eff_time_sky_bg_scale_median | float | Scale factor for effective exposure time based on sky background (median across all detectors). | ||||
eff_time_sky_bg_scale_min | float | Scale factor for effective exposure time based on sky background (minimum across all detectors). | ||||
eff_time_zero_point_scale_max | float | Scale factor for effective exposure time based on zero point (maximum across all detectors). | ||||
eff_time_zero_point_scale_median | float | Scale factor for effective exposure time based on zero point (median across all detectors). | ||||
eff_time_zero_point_scale_min | float | Scale factor for effective exposure time based on zero point (minimum across all detectors). | ||||
high_snr_source_count_max | int | count | Count of high signal-to-noise-ratio sources (maximum across all detectors). | |||
high_snr_source_count_median | int | count | Count of high signal-to-noise-ratio sources (median across all detectors). | |||
high_snr_source_count_min | int | count | Count of high signal-to-noise-ratio sources (minimum across all detectors). | |||
high_snr_source_count_total | int | count | Count of high signal-to-noise-ratio sources (total across all detectors). | |||
low_snr_source_count_max | int | count | Count of low signal-to-noise-ratio sources (maximum across all detectors). | |||
low_snr_source_count_median | int | count | Count of low signal-to-noise-ratio sources (median across all detectors). | |||
low_snr_source_count_min | int | count | Count of low signal-to-noise-ratio sources (minimum across all detectors). | |||
low_snr_source_count_total | int | count | Count of low signal-to-noise-ratio sources (total across all detectors). | |||
max_dist_to_nearest_psf_max | float | pixel | Maximum distance of an unmasked pixel to its nearest model PSF star (maximum across all detectors). | |||
max_dist_to_nearest_psf_median | float | pixel | Maximum distance of an unmasked pixel to its nearest model PSF star (median across all detectors). | |||
max_dist_to_nearest_psf_min | float | pixel | Maximum distance of an unmasked pixel to its nearest model PSF star (minimum across all detectors). | |||
mean_var_max | float | count**2 | Mean of the variance plane (maximum across all detectors). | phot;phys.electron | ||
mean_var_median | float | count**2 | Mean of the variance plane (median across all detectors). | phot;phys.electron | ||
mean_var_min | float | count**2 | Mean of the variance plane (minimum across all detectors). | phot;phys.electron | ||
n_inputs | int | count | Number of CCDs used to compute the visit aggregates. | |||
n_psf_star_max | int | count | Number of stars used for PSF model (maximum across all detectors). | |||
n_psf_star_median | int | count | Number of stars used for PSF model (median across all detectors). | |||
n_psf_star_min | int | count | Number of stars used for PSF model (minimum across all detectors). | |||
n_psf_star_total | int | count | Number of stars used for PSF model (total across all detectors). | |||
pixel_scale_max | float | arcsec/pixel | Measured detector pixel scale (maximum across all detectors). | |||
pixel_scale_median | float | arcsec/pixel | Measured detector pixel scale (median across all detectors). | |||
pixel_scale_min | float | arcsec/pixel | Measured detector pixel scale (minimum across all detectors). | |||
psf_ap_corr_sigma_scaled_delta_max | float | Delta (max - min) of psf flux aperture correction factors scaled (divided) by the psfSigma evaluated on a grid of unmasked pixels (maximum across all detectors). | ||||
psf_ap_corr_sigma_scaled_delta_median | float | Delta (max - min) of psf flux aperture correction factors scaled (divided) by the psfSigma evaluated on a grid of unmasked pixels (median across all detectors). | ||||
psf_ap_corr_sigma_scaled_delta_min | float | Delta (max - min) of psf flux aperture correction factors scaled (divided) by the psfSigma evaluated on a grid of unmasked pixels (minimum across all detectors). | ||||
psf_ap_flux_delta_max | float | Delta (max - min) of model psf aperture flux (with aperture radius of max(2, 3*psfSigma)) values evaluated on a grid of unmasked pixels (maximum across all detectors). | ||||
psf_ap_flux_delta_median | float | Delta (max - min) of model psf aperture flux (with aperture radius of max(2, 3*psfSigma)) values evaluated on a grid of unmasked pixels (median across all detectors). | ||||
psf_ap_flux_delta_min | float | Delta (max - min) of model psf aperture flux (with aperture radius of max(2, 3*psfSigma)) values evaluated on a grid of unmasked pixels (minimum across all detectors). | ||||
psf_area_max | float | pixel**2 | PSF area (maximum across all detectors). | |||
psf_area_median | float | pixel**2 | PSF area (median across all detectors). | |||
psf_area_min | float | pixel**2 | PSF area (minimum across all detectors). | |||
psf_ixx_max | float | pixel**2 | PSF Ixx moment (maximum across all detectors). | |||
psf_ixx_median | float | pixel**2 | PSF Ixx moment (median across all detectors). | |||
psf_ixx_min | float | pixel**2 | PSF Ixx moment (minimum across all detectors). | |||
psf_ixy_max | float | pixel**2 | PSF Ixy moment (maximum across all detectors). | |||
psf_ixy_median | float | pixel**2 | PSF Ixy moment (median across all detectors). | |||
psf_ixy_min | float | pixel**2 | PSF Ixy moment (minimum across all detectors). | |||
psf_iyy_max | float | pixel**2 | PSF Iyy moment (maximum across all detectors). | |||
psf_iyy_median | float | pixel**2 | PSF Iyy moment (median across all detectors). | |||
psf_iyy_min | float | pixel**2 | PSF Iyy moment (minimum across all detectors). | |||
psf_sigma_max | float | pixel | PSF sigma (maximum across all detectors). | |||
psf_sigma_median | float | pixel | PSF sigma (median across all detectors). | |||
psf_sigma_min | float | pixel | PSF sigma (minimum across all detectors). | |||
psf_star_delta_e1_median_max | float | Median E1 residual (starE1 - psfE1) for PSF stars (maximum across all detectors). | ||||
psf_star_delta_e1_median_median | float | Median E1 residual (starE1 - psfE1) for PSF stars (median across all detectors). | ||||
psf_star_delta_e1_median_min | float | Median E1 residual (starE1 - psfE1) for PSF stars (minimum across all detectors). | ||||
psf_star_delta_e1_scatter_max | float | Scatter (via MAD) of E1 residual (starE1 - psfE1) for PSF stars (maximum across all detectors). | ||||
psf_star_delta_e1_scatter_median | float | Scatter (via MAD) of E1 residual (starE1 - psfE1) for PSF stars (median across all detectors). | ||||
psf_star_delta_e1_scatter_min | float | Scatter (via MAD) of E1 residual (starE1 - psfE1) for PSF stars (minimum across all detectors). | ||||
psf_star_delta_e2_median_max | float | Median E2 residual (starE2 - psfE2) for PSF stars (maximum across all detectors). | ||||
psf_star_delta_e2_median_median | float | Median E2 residual (starE2 - psfE2) for PSF stars (median across all detectors). | ||||
psf_star_delta_e2_median_min | float | Median E2 residual (starE2 - psfE2) for PSF stars (minimum across all detectors). | ||||
psf_star_delta_e2_scatter_max | float | Scatter (via MAD) of E2 residual (starE2 - psfE2) for PSF stars (maximum across all detectors). | ||||
psf_star_delta_e2_scatter_median | float | Scatter (via MAD) of E2 residual (starE2 - psfE2) for PSF stars (median across all detectors). | ||||
psf_star_delta_e2_scatter_min | float | Scatter (via MAD) of E2 residual (starE2 - psfE2) for PSF stars (minimum across all detectors). | ||||
psf_star_delta_size_median_max | float | pixel | Median size residual (starSize - psfSize) for PSF stars (maximum across all detectors). | |||
psf_star_delta_size_median_median | float | pixel | Median size residual (starSize - psfSize) for PSF stars (median across all detectors). | |||
psf_star_delta_size_median_min | float | pixel | Median size residual (starSize - psfSize) for PSF stars (minimum across all detectors). | |||
psf_star_delta_size_scatter_max | float | pixel | Scatter (via MAD) of size residual (starSize - psfSize) for stars (maximum across all detectors). | |||
psf_star_delta_size_scatter_median | float | pixel | Scatter (via MAD) of size residual (starSize - psfSize) for stars (median across all detectors). | |||
psf_star_delta_size_scatter_min | float | pixel | Scatter (via MAD) of size residual (starSize - psfSize) for stars (minimum across all detectors). | |||
psf_star_scaled_delta_size_scatter_max | float | Scatter (via MAD) of size residual scaled by median size squared (maximum across all detectors). | ||||
psf_star_scaled_delta_size_scatter_median | float | Scatter (via MAD) of size residual scaled by median size squared (median across all detectors). | ||||
psf_star_scaled_delta_size_scatter_min | float | Scatter (via MAD) of size residual scaled by median size squared (minimum across all detectors). | ||||
psf_trace_radius_delta_max | float | pixel | Delta (max - min) of model PSF trace radius values evaluated on a grid of unmasked pixels (maximum across all detectors). | |||
psf_trace_radius_delta_median | float | pixel | Delta (max - min) of model PSF trace radius values evaluated on a grid of unmasked pixels (median across all detectors). | |||
psf_trace_radius_delta_min | float | pixel | Delta (max - min) of model PSF trace radius values evaluated on a grid of unmasked pixels (minimum across all detectors). | |||
seeing_zenith_500nm_max | double | Measured PSF sigma, corrected to 500nm and an airmass of 1 (maximum across all detectors). | ||||
seeing_zenith_500nm_median | double | Measured PSF sigma, corrected to 500nm and an airmass of 1 (median across all detectors). | ||||
seeing_zenith_500nm_min | double | Measured PSF sigma, corrected to 500nm and an airmass of 1 (minimum across all detectors). | ||||
seq_num | int | Sequence number. | meta.id.part | |||
sky_bg_max | float | count | Average sky background (maximum across all detectors). | phot;phys.electron | ||
sky_bg_median | float | count | Average sky background (median across all detectors). | phot;phys.electron | ||
sky_bg_min | float | count | Average sky background (minimum across all detectors). | phot;phys.electron | ||
sky_noise_max | float | count | RMS noise of the sky background (maximum across all detectors). | phot;phys.electron | ||
sky_noise_median | float | count | RMS noise of the sky background (median across all detectors). | phot;phys.electron | ||
sky_noise_min | float | count | RMS noise of the sky background (minimum across all detectors). | phot;phys.electron | ||
stats_mag_lim_max | float | mag | Magnitude limit at fixed SNR (default SNR=5) calculated from exposure summary stats (maximum across all detectors). | |||
stats_mag_lim_median | float | mag | Magnitude limit at fixed SNR (default SNR=5) calculated from exposure summary stats (median across all detectors). | |||
stats_mag_lim_min | float | mag | Magnitude limit at fixed SNR (default SNR=5) calculated from exposure summary stats (minimum across all detectors). | |||
visit_id | long | Unique identifier. | ||||
zero_point_max | float | mag | Photometric zero point (maximum across all detectors). | |||
zero_point_median | float | mag | Photometric zero point (median across all detectors). | |||
zero_point_min | float | mag | Photometric zero point (minimum across all detectors). |
exposure_quicklook
Information from Summit Rapid Analysis about each raw image taken
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
day_obs | int | Day of observation. | meta.id.part | |||
exposure_id | long | Unique identifier. | ||||
mount_jitter_rms | float | arcsec | RMS mount jitter. | |||
mount_jitter_rms_az | float | arcsec | Azimuth RMS mount jitter. | |||
mount_jitter_rms_el | float | arcsec | Elevation RMS mount jitter. | |||
mount_jitter_rms_rot | float | arcsec | Rotator RMS mount jitter. | |||
mount_motion_image_degradation | float | arcsec | Image degradation due to mount motion. | |||
mount_motion_image_degradation_az | float | arcsec | Image degradation due to mount motion in azimuth. | |||
mount_motion_image_degradation_rot | float | arcsec | Image degradation due to rotator jitter. | |||
postisr_pixel_median_max | float | count | Median postISR pixel value (max across all detectors). | phot;phys.electron | ||
postisr_pixel_median_mean | float | count | Median postISR pixel value (mean across all detectors). | phot;phys.electron | ||
postisr_pixel_median_median | float | count | Median postISR pixel value (median across all detectors). | phot;phys.electron | ||
seq_num | int | Sequence number. | meta.id.part |
ccdvisit1
Information from observatory systems about each detector (CCD) within each visit in visit system 1 (visit per exposure); describes detectors in processed visit images (or calibrated exposures)
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
ccdvisit_id | long | Unique identifier. | meta.id | |||
detector | int | Number of the detector in the focal plane. | meta.id.part;instr.det | |||
s_region | string | Sky region in STC-S format (https://www.ivoa.net/documents/STC-S/20130917/index.html). | pos.outline;obs.field | |||
visit_id | long | Identifier of the visit. | meta.id.part |
ccdvisit1_quicklook
Information from Summit Rapid Analysis about each detector (CCD) within each visit in visit system 1 (visit per exposure); describes detectors in processed visit images (or calibrated exposures)
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
astrom_offset_mean | float | arcsec | Mean offset of astrometric calibration matches. | |||
astrom_offset_std | float | arcsec | Standard deviation of offsets of astrometric calibration matches. | |||
ccdvisit_id | long | Unique identifier. | ||||
eff_time | float | s | Effective exposure time calculated from PSF sigma, sky background, and zero point. | |||
eff_time_psf_sigma_scale | float | Scale factor for effective exposure time based on PSF sigma. | ||||
eff_time_sky_bg_scale | float | Scale factor for effective exposure time based on sky background. | ||||
eff_time_zero_point_scale | float | Scale factor for effective exposure time based on zero point. | ||||
max_dist_to_nearest_psf | float | pixel | Maximum distance of an unmasked pixel to its nearest model PSF star. | |||
mean_var | float | Mean of the variance plane. | ||||
n_psf_star | int | count | Number of stars used for PSF model. | |||
photometric_calib | float | nJy/count | Conversion from DN to nanojansky. | |||
pixel_scale | float | arcsec/pixel | Measured detector pixel scale. | |||
psf_ap_corr_sigma_scaled_delta | float | Delta (max - min) of psf flux aperture correction factors scaled (divided) by the psfSigma evaluated on a grid of unmasked pixels. | ||||
psf_ap_flux_delta | float | Delta (max - min) of model psf aperture flux (with aperture radius of max(2, 3*psfSigma)) values evaluated on a grid of unmasked pixels. | ||||
psf_area | float | PSF area. | ||||
psf_ixx | float | PSF Ixx moment. | ||||
psf_ixy | float | PSF Ixy moment. | ||||
psf_iyy | float | PSF Iyy moment. | ||||
psf_sigma | float | PSF model second-moments determinant radius (center of chip). | ||||
psf_star_delta_e1_median | float | Median E1 residual (starE1 - psfE1) for PSF stars. | ||||
psf_star_delta_e1_scatter | float | Scatter (via MAD) of E1 residual (starE1 - psfE1) for PSF stars. | ||||
psf_star_delta_e2_median | float | Median E2 residual (starE2 - psfE2) for PSF stars. | ||||
psf_star_delta_e2_scatter | float | Scatter (via MAD) of E2 residual (starE2 - psfE2) for PSF stars. | ||||
psf_star_delta_size_median | float | pixel | Median size residual (starSize - psfSize) for PSF stars. | |||
psf_star_delta_size_scatter | float | pixel | Scatter (via MAD) of size residual (starSize - psfSize) for stars. | |||
psf_star_scaled_delta_size_scatter | float | Scatter (via MAD) of size residual scaled by median size squared. | ||||
psf_trace_radius_delta | float | pixel | Delta (max - min) of model PSF trace radius values evaluated on a grid of unmasked pixels. | |||
s_dec | double | deg | Central Spatial Position in ICRS; Computed declination of CCD center. | pos.eq.dec | ||
s_ra | double | deg | Central Spatial Position in ICRS; Computed right ascension of CCD center. | pos.eq.ra | ||
seeing_zenith_500nm | double | Measured PSF sigma, corrected to 500nm and an airmass of 1. | ||||
sky_bg | float | Average sky background. | ||||
sky_noise | float | RMS noise of the sky background. | ||||
stats_mag_lim | float | mag | Magnitude limit at fixed SNR (default SNR=5) calculated from exposure summary stats. | |||
zenith_distance | float | Zenith distance at observation mid-point. | ||||
zero_point | float | Photometric zero point. |
ccdexposure_quicklook
Information from Summit Rapid Analysis about each detector (CCD) within each raw image taken
Column Name | Data Type | Unit | Description | UCD | Index | Principal |
---|---|---|---|---|---|---|
ccdexposure_id | long | Unique identifier. | ||||
postisr_pixel_median | float | count | Median postISR pixel value. | phot;phys.electron |
SDM Schemas is maintained by Rubin Observatory.