928 projects tagged "Linux"
PyParticles is a particle simulation toolbox entirely written in Python. It simulates a particle-by-particle model with the most popular integrations methods, including Euler, Runge Kutta, and Midpoint. It represents the results on an OpenGL or Matplotlib plot, and offers an easy-to-use API.
iNA is a computational tool for quantitative analysis of fluctuations in biochemical reaction networks. Such fluctuations, also known as intrinsic noise, arise due to the stochastic nature of chemical reactions and cannot be ignored for when some molecules are present only in very low copy numbers as is the case in living cells. The SBML-based software computes statistical measures such as means and standard deviations of concentrations within a given accuracy using the analytical system size expansion. The result of iNA’s analysis can be tested against the computationally much more expensive stochastic simulation algorithm.
WCSLIB is a C library, supplied with a full set of Fortran wrappers, which implements the "World Coordinate System" (WCS) standard in FITS (Flexible Image Transport System). It also includes a PGPLOT-based routine, PGSBOX, for drawing general curvilinear coordinate graticules, and a number of utility programs. The FITS "World Coordinate System" (WCS) convention defines keywords and usage which provide descriptions of astronomical coordinate systems in a FITS image header.
The Common Pipeline Library provides a highly robust set of functions for manipulating signals and images. It is primarily intended for the building of VLT instrument pipelines, but is also useful for generic data handling. It includes a number of useful low-level data types, medium-level data access methods, standard implementations of commonly-used signal processing and data reduction tasks, and dynamic loading of "recipes" for data processing.
h5tools provides third-party tools for working with data where the underlying storage object is HDF5. The toolkit currently has two utilities in it: The HDF5 NeXus writer API is a set of functions which allows writing data in the NeXus data format, using only HDF5 function calls. H5merge will merge any two HDF5 or NetCDF4 files.
SHTns is a high-performance Spherical Harmonic Transform library. It was designed for numerical simulation (fluid flows, mhd, etc.) in spherical geometries, but can be used for any kind of problem involving scalar or vector spherical harmonics. It is very fast, thanks to careful vectorization and runtime tuning. It supports multi-threaded transforms via OpenMP. It features scalar and vector transforms, synthesis and analysis, and flexible truncation and normalization. A Python interface is included.