User Tools

Site Tools


codes:productsdescription

This is an old revision of the document!


Products Description

Referenced tables in Eubrewnet:

  • db.brewer_t: Brewer main table
  • db.b_t: B files table
  • db.b_ds_t: Individual Direct Sun measures in B files
  • db.b_ds_summary_t: Direct Sun Summaries in B files
  • db.icf_t: ICF files table
  • db.configs_t: Uploaded by operators configurations table
  • ozone_product_1_0: Level 1 Ozone Product Table
  • sl_product_1_0: Level 1 Standard Lamp Product Table

Level 1

Ozone Level 1

ozone_product_1_0 Table
Field Description Unit Reference
brewerid Brewer identification number db.brewer_t
gmt UT time of the measure in ISO 8601 format GMT ISO 8601
date_index Continuous date index (1.0 = 0001-01-01T00:00:00Z) based in python date.toordinal days db.b_ds_t.date.toordinal + db.b_ds_t.mmmm_gmt / SECONDS_IN_A_DAY
sza Solar zenith angle using time function Degrees Brewer Python Module (Solar Zenith Angle)
airmass Calculated airmass using time function Brewer Python Module (Brewer Airmass)
temperature Instrument temperature Degrees db.b_ds_summary_t.temp
filt Applied neutral density filter db.b_ds_t.nd_filter_position / 64
o3_0 Calculated Ozone value with Standard algorithm + attenuation filter correction Ozone Level 1 Dobson Units Brewer Python Module (o3_so2)
so2_0 Calculated so2 value with Standard algorithm + attenuation filter correction Dobson Units Ozone Level 1 Brewer Python Module (o3_so2)
o3 Calculated Ozone value with Standard algorithm + attenuation filter correction Ozone Level 1.5 Dobson Units Brewer Python Module (o3_so2)
std_o3 Standard deviation of the group of measures Dobson Units Brewer Operator Manual (Section 9.2.6)
ms9 Second double ratio Brewer Python Module (o3_so2)
so2 Calculated so2 value with Standard algorithm + attenuation filter correction Dobson Units Ozone Level 1.5
std_so2 Standard deviation of the group of measures Dobson Units Brewer Operator Manual (Section 9.2.6)
ms8 First double ratio Brewer Python Module (o3_so2)
f1 Corrected Operational-Wavelength counts per second for slit 1 Brewer Operator Manual (Appendix G)
f2 Corrected Operational-Wavelength counts per second for slit 2 Brewer Operator Manual (Appendix G)
f3 Corrected Operational-Wavelength counts per second for slit 3 Brewer Operator Manual (Appendix G)
f4 Corrected Operational-Wavelength counts per second for slit 4 Brewer Operator Manual (Appendix G)
f5 Corrected Operational-Wavelength counts per second for slit 5 Brewer Operator Manual (Appendix G)
latitude Latitude of the Brewer Location Degrees db.b_t, db.configs_t
longitude Longitude of the Brewer Location Degrees db.b_t, db.configs_t
press Medium Pressure of the Brewer Location Milibars db.b_t, db.configs_t
configdate UT Date of the used configuration in ISO 8601 format GMT db.b_t, db.configs_t
configtype Type of the used configuration: B header(1), ICF (2), Config (3) db.b_t, db.icf_t db.configs_t

Standard Lamp Level 1

sl_product_1_0 Table
Field Description Unit Reference
brewerid Brewer identification number db.brewer_t
gmt UT time of the measure in ISO 8601 format GMT ISO 8601
date_index Continuous date index (1.0 = 0001-01-01T00:00:00Z) based in python date.toordinal days db.b_ds_t.date.toordinal + db.b_ds_t.mmmm_gmt / SECONDS_IN_A_DAY
temperature Instrument temperature Degrees db.b_ds_summary_t.temp
filt Applied neutral density filter db.b_ds_t.nd_filter_position / 64
ms9 Second double ratio Brewer Python Module (Instrumental Correction)
std_ms9 Standard deviation of the group of measures Brewer Operator Manual (Section 9.2.6)
ms8 First double ratio Brewer Python Module (Instrumental Correction)
std_ms8 Standard deviation of the group of measures Brewer Operator Manual (Section 9.2.6)
f1 Corrected Operational-Wavelength counts per second for slit 1 Brewer Operator Manual (Appendix G)
f2 Corrected Operational-Wavelength counts per second for slit 2 Brewer Operator Manual (Appendix G)
f3 Corrected Operational-Wavelength counts per second for slit 3 Brewer Operator Manual (Appendix G)
f4 Corrected Operational-Wavelength counts per second for slit 4 Brewer Operator Manual (Appendix G)
f5 Corrected Operational-Wavelength counts per second for slit 5 Brewer Operator Manual (Appendix G)
configdate UT Date of the used configuration in ISO 8601 format GMT db.b_t, db.configs_t
configtype Type of the used configuration: B header(1), ICF (2), Config (3) db.b_t, db.icf_t db.configs_t

Level 1.5

Ozone Level 1.5

ozone_product_1_5 Table
Field Description Unit Reference
brewerid Brewer identification number db.brewer_t
gmt UT time of the measure in ISO 8601 format GMT ISO 8601
date_index Continuous date index (1.0 = 0001-01-01T00:00:00Z) based in python date.toordinal days db.b_ds_t.date.toordinal + db.b_ds_t.mmmm_gmt / SECONDS_IN_A_DAY
sza Solar zenith angle using time function Degrees Brewer Python Module (Solar Zenith Angle)
airmass Calculated airmass using time function Brewer Python Module (Brewer Airmass)
temperature Instrument temperature Degrees db.b_ds_summary_t.temp
filt Applied neutral density filter db.b_ds_t.nd_filter_position / 64
o3 Calculated Ozone value with Standard algorithm + attenuation filter correction Dobson Units Brewer Python Module (o3_so2)
std_o3 Standard deviation of the group of measures Dobson Units Brewer Operator Manual (Section 9.2.6)
ms9 Second double ratio Brewer Python Module (o3_so2)
so2 Calculated so2 value with Standard algorithm + attenuation filter correction Dobson Units Brewer Python Module (o3_so2)
std_so2 Standard deviation of the group of measures Dobson Units Brewer Operator Manual (Section 9.2.6)
ms8 First double ratio Brewer Python Module (o3_so2)
r6 Standard Lamp Double Ratio 2 Brewer Python Module (Triangular Moving Average)
r6_ref Ozone value for Standard Lamp of Reference (Double Ratio 2) db.configs_t.r6_ref
r5 Standard Lamp Double Ratio 1 Brewer Python Module (Triangular Moving Average)
r5_ref Ozone value for Standard Lamp of Reference (Double Ratio 1) db.configs_t.r5_ref
latitude Latitude of the Brewer Location Degrees db.b_t, db.configs_t
longitude Longitude of the Brewer Location Degrees db.b_t, db.configs_t
press Medium Pressure of the Brewer Location Milibars db.b_t, db.configs_t
configdate UT Date of the used configuration in ISO 8601 format GMT db.b_t, db.configs_t
configtype Type of the used configuration: B header(1), ICF (2), Config (3) db.b_t, db.icf_t db.configs_t
filter_flag APPLIED FLAGS: HG Filter, Max Airmass, O3 std (1 means True) Level 1.5 Realtime Observation
correction_flag APPLIED CORRECTIONS: Straylight, ETC Correction, Standard Lamp correction(1 means True) Level 1.5 Realtime Observation
codes/productsdescription.1444912954.txt.gz · Last modified: 2015/10/15 12:42 by bhcruz