"scripts/ci/amd_ci_install_dependency.sh" did not exist on "1fb76ebb93894447d1e3a0a04bca4875563b328c"
README.md 640 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Light Curve Operations

## Code Author

Chris Shallue: [@cshallue](https://github.com/cshallue)

## Python modules

* `kepler_io`: Functions for reading Kepler data.
* `median_filter`: Utility for smoothing data using a median filter.
* `periodic_event`: Event class, which represents a periodic event in a light curve.
* `util`: Light curve utility functions.

## Fast ops

The [fast_ops](fast_ops/) subdirectory contains optimized C++ light curve
operations. These operations can be compiled for Python using
[CLIF](https://github.com/google/clif). The [fast_ops/python](fast_ops/python/)
directory contains CLIF API description files.