lcdata.HDF5LightCurves

class lcdata.HDF5LightCurves(dataset)

Class to interface with light curves in an HDF5 file on disk.

The light curves are kept on disk, and only loaded into memory when explicitly asked for.

Parameters

dataset (HDF5Dataset) – Dataset to handle the light curves for.

__init__(dataset)

Methods

__init__(dataset)

count(value)

index(value, [start, [stop]])

Raises ValueError if the value is not present.

load([start_idx, end_idx])

Load a series of light curves into memory