Skip to content
Snippets Groups Projects

Switch to GitLab CI for automated building

Merged David Hoese requested to merge feature-automated-build into develop
178 files
+ 133
20550
Compare changes
  • Side-by-side
  • Inline
Files
178
+ 0
252
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--Page title-->
<title>AOSS AERI - RAIN | SSEC @ UW-Madison</title>
<!--Javascript includes -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> - RAIN | SSEC @ UW-Madison</title>
<!-- Favicon -->
<link rel="shortcut icon" href="https://www.ssec.wisc.edu/favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!-- Custom CSS -->
<link href="/theme/css/stylish-portfolio.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="/theme/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<!-- Custom Theme JavaScript -->
<script>
// Closes the sidebar menu
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Opens the sidebar menu
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Scrolls to the selected menu item on the page
$(function() {
$('a[href*=\\#]:not([href=\\#],[data-toggle],[data-target],[data-slide])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
//#to-top button appears after scrolling
var fixed = false;
$(document).scroll(function() {
if ($(this).scrollTop() > 250) {
if (!fixed) {
fixed = true;
// $('#to-top').css({position:'fixed', display:'block'});
$('#to-top').show("slow", function() {
$('#to-top').css({
position: 'fixed',
display: 'block'
});
});
}
} else {
if (fixed) {
fixed = false;
$('#to-top').hide("slow", function() {
$('#to-top').css({
display: 'none'
});
});
}
}
});
// Disable Google Maps scrolling
// See http://stackoverflow.com/a/25904582/1607849
// Disable scroll zooming and bind back the click event
var onMapMouseleaveHandler = function(event) {
var that = $(this);
that.on('click', onMapClickHandler);
that.off('mouseleave', onMapMouseleaveHandler);
that.find('iframe').css("pointer-events", "none");
}
var onMapClickHandler = function(event) {
var that = $(this);
// Disable the click handler until the user leaves the map area
that.off('click', onMapClickHandler);
// Enable scrolling zoom
that.find('iframe').css("pointer-events", "auto");
// Handle the mouse leave event
that.on('mouseleave', onMapMouseleaveHandler);
}
// Enable map zooming with mouse scroll when the user clicks the map
$('.map').on('click', onMapClickHandler);
</script>
<!-- Custom Fonts -->
<!--link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Populate javascript environment variables from conf-->
<script>
var METOBS_API_URL = 'https://metobs-test.ssec.wisc.edu';
var QUICKLOOKS_FORMAT = 'new';
</script>
<!--Page Header-->
</head>
<body>
<!--Navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://ssec.wisc.edu/">
<img alt="Brand" height="25px" src="/theme/images/logo-ssec.png">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="/">RAIN <span class="sr-only">(current)</span></a></li>
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Instruments <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/aoss/tower">AOSS Tower</a></li>
<li><a href="/aoss/cameras">AOSS Cameras</a></li>
<li><a href="/aoss/ceil">AOSS Ceilometer</a></li>
<!-- <li><a href="/aoss/gps">AOSS GPS</a></li>-->
<li><a href="/aoss/lidar">AOSS LIDAR/HSRL</a></li>
<li><a href="/aoss/doppler">AOSS Doppler LIDAR</a></li>
<li><a href="/aoss/aeri">AOSS AERI</a></li>
<li role="separator" class="divider"></li>
<li><a href="/mendota/buoy/">Lake Mendota Buoy</a></li>
</ul>
</li>
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Data<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/quicklooks">Quicklook Browser</a></li>
<li><a href="/aoss/tower/meteorogram">AOSS Tower Meteorogram</a></li>
<li><a href="/mendota/buoy/meteorogram">Mendota Buoy Meteorogram</a></li>
<li><a href="/file_download">File Download (Beta)</a></li>
<li><a href="/data_download">Data Download</a></li>
<li><a href="http://metobs-test.ssec.wisc.edu/api/">Data API</a></li>
</ul>
</li>
<li><a href="/#disclaimer">Disclaimer</a></li>
<li><a href="/#attribution">Attribution</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
<!-- <ol class="breadcrumb">
<li><a href="http://ssec.wisc.edu/">SSEC</a></li>
<li class="active">RAIN</li>
</ol> -->
</div>
</div>
</nav> <!--Page Content-->
<div class="container">
<div class="instrument">
<div class="row">
<div class="col-sm-8">
<h1>AOSS AERI</h1>
The AERI is a passive remote sounding instrument, employing a Fourier transform
spectrometer operating in the spectral range 3.3–19.2 µm (520–3020 cm<sup>-1</sup>)
at an unapodized resolution of 0.5 cm<sup>-1</sup> (max optical path difference of 1 cm).
The extended range AERIs (ER-AERI) deployed in dry climates (e.g. the Arctic) have a
spectral range of 3.3–25.0 µm (400–3020 cm<sup>-1</sup>) that allow measurements in the
far-infrared region. Two detectors are used, an HgCdTe and an InSb, cooled to cryogenic
temperatures, to cover these spectral ranges. The instrument has a zenith angular
field-of-view of 46 mrad full angle. The AERI absolute radiometric accuracy is designed
to be better than 1% of the radiance of a blackbody at surface ambient temperature.
This level of absolute accuracy is important for climate applications as well as for
products derived from AERI radiances. The radiometric accuracy is ensured by regular
calibration views of two high-quality blackbodies: the Hot Blackbody (HBB) is temperature
controlled to 333 K; the Ambient Blackbody (ABB) passively follows ambient temperature.
The AERI averages views of the sky over a 16 second interval; The AERI operates continuously
and a sky view is taken approximately every 20 seconds.
<p>
See <a href="https://www.ssec.wisc.edu/aeri">AERI project homepage</a> for details.
</p>
</div>
<div class="col-sm-4 text-center">
<a href="https://www.ssec.wisc.edu/aeri">
<img src="https://www.ssec.wisc.edu/aeri/wp-content/uploads/sites/21/2018/04/time_height_xsection-1024x517.png" width="480px">
</a>
<h3 style="margin-top:10px">Quicklook Browser</h3>
</div>
</div>
</div>
<hr>
</div>
<!-- Footer -->
<section id="contact">
<footer>
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4><strong>RAIN | SSEC @ UW-Madison</strong>
</h4>
<p>1225 W. Dayton St
<br>Madison, WI 53706</p>
<ul class="list-unstyled">
<li><i class="fa fa-phone fa-fw"></i> (608) 263-6750</li>
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="http://www.ssec.wisc.edu/contact-form/index.php?name=RIG">Contact Webmaster</a>
</li>
</ul>
<br>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/uwssec/"><i class="fa fa-facebook fa-fw fa-3x"></i></a>
</li>
<li>
<a href="https://twitter.com/UWSSEC"><i class="fa fa-twitter fa-fw fa-3x"></i></a>
</li>
<li>
<a href="https://www.youtube.com/uwssec"><i class="fa fa-youtube fa-fw fa-3x"></i></a>
</li>
</ul>
<hr class="small">
<p class="text-muted">Copyright &copy; 2016 Space Science & Engineering Center<br>University of Wisconsin - Madison</p>
</div>
</div>
</div>
<a id="to-top" href="#top" class="btn btn-dark btn-lg"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a>
</footer>
</section></body>
</html>
\ No newline at end of file
Loading