User Tools

Site Tools


codes:aodaccess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
codes:aodaccess [2023/05/12 12:02]
ajberjon [GET FUNCTIONS]
codes:aodaccess [2024/02/06 08:37]
jlsolano [GET FUNCTIONS]
Line 17: Line 17:
 ^ Function ^ Short Description ^ Long Description ^Link          ^ ^ Function ^ Short Description ^ Long Description ^Link          ^
 ^ JG | Returns the raw, L0 data from the JG measurements as measured by the Brewer | [[codes:​aodaccess#​get_JG|JG]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​JG?​brewerid=185&​date=2022-07-15&​format=text|Get JG]] | ^ JG | Returns the raw, L0 data from the JG measurements as measured by the Brewer | [[codes:​aodaccess#​get_JG|JG]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​JG?​brewerid=185&​date=2022-07-15&​format=text|Get JG]] |
-^ JL | Returns the raw, L0 data from the JL measurements as measured by the Brewer | [[codes:​aodaccess#​get_JL|JL]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​JL?​brewerid=257&​date=2023-05-07&​format=text|Get ​JG]] |+^ JL | Returns the raw, L0 data from the JL measurements as measured by the Brewer | [[codes:​aodaccess#​get_JL|JL]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​JL?​brewerid=257&​date=2023-05-07&​format=text|Get ​JL]] |
 ^ AODL1_5 | Returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5|AODL1_5]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5?​brewerid=185&​date=2020-10-01&​enddate=2020-10-10|Get AODL1_5]] | ^ AODL1_5 | Returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5|AODL1_5]] | [[https://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5?​brewerid=185&​date=2020-10-01&​enddate=2020-10-10|Get AODL1_5]] |
 ^ AODL1_5byStation | For the selected station, returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5byStation|AODL1_5byStation]] | [[http://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5byStation?​gaw_id=IZO&​date=2020-04-05&​enddate=2020-04-06&​format=text|Get AODL1_5byStation]] | ^ AODL1_5byStation | For the selected station, returns the Aerosol Optical Depth Level 1.5 product |[[codes:​aodaccess#​get_AODL1_5byStation|AODL1_5byStation]] | [[http://​eubrewnet.aemet.es/​eubrewnet/​data/​get/​AODL1_5byStation?​gaw_id=IZO&​date=2020-04-05&​enddate=2020-04-06&​format=text|Get AODL1_5byStation]] |
Line 34: Line 34:
       - ''​steps'':​ micrometer step       - ''​steps'':​ micrometer step
  
 +==== Get JL ====
 +  * Function: JL
 +  * Description:​ returns the raw, L0 JL data as measured by the Brewer.
 +  * Input:
 +      - ''​brewerid'':​ see [[codes:​dbaccess#​common_inputs|Brewerid in common inputs]]
 +      - ''​date'':​ see [[codes:​dbaccess#​common_inputs|Date in common inputs]]
 +      - ''​enddate'':​ see [[codes:​dbaccess#​common_inputs|Enddate in common inputs]]
 +      - ''​format'':​ see [[codes:​dbaccess#​format|common formats]] and [[codes:​uvaccess#​formats|jsona format]]
 +      - ''​fields'':​ see [[codes:​dbaccess#​common_inputs|Fields in common inputs]]
 +  * Output: the output data includes:
 +      - ''​nd_filter_position'':​ filter used in the measurement. 0 corresponds to filter position #0, 64 to #1, 128 to #2, 192 to #3, and 256 to #4
 +      - ''​raw_counts_w0''​ to ''​raw_counts_w5'':​ counts in the 6 slits 
 +      - ''​steps'':​ micrometer step
 ==== Get AODL1_5 ==== ==== Get AODL1_5 ====
   * Function: AODL1_5   * Function: AODL1_5
codes/aodaccess.txt ยท Last modified: 2024/05/23 15:26 by jlsolano