cube Package

The cube subpackage gives tools to create and manipulate data cubes.

CLI

The cube package currently has three subcommands: split, stack-bias, and cube. You can view this list with python -m lightspeedpy.cube -h. split splits a file into two chunks, stack-bias computes a bias file from a set of bias files, and cube creates a processed data cube.

API

lightspeedpy.cube.cube(args)
lightspeedpy.cube.split(args)
lightspeedpy.cube.stack_bias(args)