Skip to content

A python package to visualize the result of the absolut calibration with liquid nitrogen for the microwave radiometer HATPRO

License

Notifications You must be signed in to change notification settings

WillyWallace/eval_ac

Repository files navigation

Python package Pylint License: MIT Github all releases Open Source? Yes! Maintenance Twitter URL Mastodon Follow

Read the ABSCAL.HIS file and visualize the results of the absolute calibration with liquid nitrogen of an RPG microwave radiometer

Table of Contents
  1. Introduction
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Acknowledgments

Introduction

This repository was created to display the results of the absolute calibration with liquid nitrogen of the microwave radiometer HATPRO manufactured by Radiometer Physics GmbH. For this purpose, the binary file ABSCAL.HIS is read in and converted into an xarray. Then the receiver gain, the temperature of the noise diode, the temperature of the system noise and the non-linearity factor are displayed in comparison to the previous and other prior calibrations.

Getting Started

Installation

Below is an example of how run the script, which reads in the data and plots the results. This method relies on external dependencies such as xarray, numpy and others (see setup.py).

  1. Clone the repo

    git clone https://github.com/WillyWallace/eval_ac.git
  2. Install the package

    python setup.py install

(back to top)

Usage

  1. set your specifications (e.g. paths of the ABSCAL.his file) in the user specifications section at the top within the evaluate_absolute_calibration.py routine
  2. run the evaluate_absolute_calibration.py routine
  3. see the results in the results_ln2_cal.png image

(back to top)

Roadmap

  • add meaningful docstrings
  • make documentation --> readthedocs
  • enable pip install ...
  • Released version 1
  • Add Tests

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Andreas Foth

(back to top)

Acknowledgments

Special thanks for templates and help during implementation.

(back to top)

About

A python package to visualize the result of the absolut calibration with liquid nitrogen for the microwave radiometer HATPRO

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages