The analyse_grid utility

A simple utility for analysing binary SPInS grids

To analyse a binary SPInS grid, simply type the following command in the same folder as the SPInS installation:

./analyse_grid.py your_binary_grid
analyse_grid.find_range(grid, i)[source]

Finds range of values on parameter i.

Parameters:
  • grid (Model_grid) – the SPInS grid for which we’re searching for the parameter range

  • i (int) – the index of the parameter

analyse_grid.print_number_of_models_in_tracks(grid)[source]

Prints the number of models in each evolutionary track in a SPInS grid.

Parameters:

grid (Model_grid) – the SPInS grid