.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/workflows/build-documentation.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/gettingstarted.rst
docs/index.rst
docs/requirements.txt
docs/tutorials.rst
docs/gettingstarted/installation.rst
docs/gettingstarted/quickstart.ipynb
docs/tutorials/README.md
docs/tutorials/binning_slowly_changing_sources.ipynb
docs/tutorials/scaling_to_large_data.ipynb
docs/tutorials/structure_function_showcase.ipynb
docs/tutorials/tape_datasets.ipynb
docs/tutorials/working_with_structure_function.ipynb
docs/tutorials/working_with_the_ensemble.ipynb
docs/tutorials/working_with_the_timeseries.ipynb
src/lf_tape.egg-info/PKG-INFO
src/lf_tape.egg-info/SOURCES.txt
src/lf_tape.egg-info/dependency_links.txt
src/lf_tape.egg-info/requires.txt
src/lf_tape.egg-info/top_level.txt
src/tape/__init__.py
src/tape/_version.py
src/tape/ensemble.py
src/tape/timeseries.py
src/tape/analysis/__init__.py
src/tape/analysis/light_curve.py
src/tape/analysis/stetsonj.py
src/tape/analysis/structurefunction2.py
src/tape/analysis/structure_function/__init__.py
src/tape/analysis/structure_function/base_argument_container.py
src/tape/analysis/structure_function/base_calculator.py
src/tape/analysis/structure_function/calculator_registrar.py
src/tape/analysis/structure_function/sf_light_curve.py
src/tape/analysis/structure_function/basic/__init__.py
src/tape/analysis/structure_function/basic/calculator.py
src/tape/analysis/structure_function/bauer_2009a/__init__.py
src/tape/analysis/structure_function/bauer_2009a/calculator.py
src/tape/analysis/structure_function/bauer_2009b/__init__.py
src/tape/analysis/structure_function/bauer_2009b/calculator.py
src/tape/analysis/structure_function/macleod_2012/__init__.py
src/tape/analysis/structure_function/macleod_2012/calculator.py
src/tape/analysis/structure_function/schmidt_2010/__init__.py
src/tape/analysis/structure_function/schmidt_2010/calculator.py
src/tape/utils/__init__.py
src/tape/utils/column_mapper/__init__.py
src/tape/utils/column_mapper/column_mapper.py
tests/tape_tests/conftest.py
tests/tape_tests/pytest.ini
tests/tape_tests/test_analysis.py
tests/tape_tests/test_ensemble.py
tests/tape_tests/test_timeseries.py
tests/tape_tests/test_utils.py
tests/tape_tests/data/object/test_object.parquet
tests/tape_tests/data/source/test_source.parquet
tests/tape_tests/structure_function_calculators/test_base_calculator.py
tests/tape_tests/structure_function_calculators/test_bauer_2009a_calculator.py
tests/tape_tests/structure_function_calculators/test_bauer_2009b_calculator.py
tests/tape_tests/structure_function_calculators/test_calculator_registrar.py
tests/tape_tests/structure_function_calculators/test_light_curve.py
tests/tape_tests/structure_function_calculators/test_macleod_2012_calculator.py
tests/tape_tests/structure_function_calculators/test_schmidt_2010_calculator.py
tests/tape_tests/structure_function_calculators/test_sf_light_curve.py