Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1003 Bytes

File metadata and controls

28 lines (19 loc) · 1003 Bytes

libmygl

About

libmygl is free software for the study of gravitational lensing created as part of the doctoral research of David Coss. For more information, visit http://research.davecoss.com. libmygl is available for use under the terms of the GNU GPL, which is outlined in "COPYING".

Requires

libmygl requires EasyBMP, which can be found online. EasyBMP is released on the BSD (revised) license.

libmygl make use of a general purpose library, called libdnstd, which maybe be downloaded at https://github.com/kd0kfo/libdnstd.

Since version 2.3, NetCDF is required to read and write Plane files. NetCDF is freely available here: http://www.unidata.ucar.edu/software/netcdf/

If either libdnstd or netcdf are installed in a non-standard location, e.g. not in /usr, their paths may be passed to CMake using the cmake flags, -DDNSTD_DIR= and -DNETCDF_DIR=, respectively.

License

Released under the GNU General Public License version 3 (see COPYING).