Skip to content

Tools for creating 2d grids from flattened data.

License

Notifications You must be signed in to change notification settings

alexia-weisz/astrogrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

astrogrid

Tools for creating 2d grids from flattened data.

astrogrid provides the Grid class, which takes an unstructured set of data, performs a user-defined calculation on it, and arranges the results as a grid of the desired shape. The resulting grid is a 2d numpy array, so it can easily be processed further, plotted, or written to an image file. The main focus of the package is on calculating broadband fluxes from star formation history (SFH) data, but the input data and calculated grid values could be anything.

astrogrid requires the following packages:

About

Tools for creating 2d grids from flattened data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%