Skip to content

Repackaged version of the Alma Atmospheric Transmission at Microwaves Tools

License

Notifications You must be signed in to change notification settings

hpc4cmb/libaatm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libaatm

Build Status

This software is a repackaged version of the Alma Atmospheric Transmission at Microwaves Tools. The original upstream code came from this git repository:

https://bitbucket.sco.alma.cl/projects/ASW/repos/telcal/browse/TelCalResults/Libraries/ATM

The git version of that source is recorded in the VERSION text file in this current directory.

Only minor changes were made to source files and tests to resolve compiler warnings, etc.

Installation

This library uses a cmake build system. You should make a build directory:

%>  mkdir build
%>  cd build

And then run cmake with the options you wish (like the install location):

%>  cmake -DCMAKE_INSTALL_PREFIX=/path/to/install ..

Next build with:

%>  make -j 4

Run tests with:

%>  make test

And install the package with:

%>  make install

About

Repackaged version of the Alma Atmospheric Transmission at Microwaves Tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages