File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ __pycache__/
1010
1111plots /
1212
13+ data /
14+
1315# Distribution / packaging
1416.Python
1517build /
Original file line number Diff line number Diff line change 33
44## Basic Guide to Codebase
55
6- - ` data ` - Contains the acquired ` .fits ` files that contain the light curves for all objects classified as EBs.
6+ [ // ] : # ( - `data` - Contains the acquired `.fits` files that contain the light curves for all objects classified as EBs. )
77- ` datagen ` - Contains the data generation and acquisition scheme to get the files in ` data ` .
88- ` logbooks ` - Personal Logbooks of us determining our ideal algorithm. It uses an older version of the codebase.
99- ` notebooks ` - Notebooks to test our code and visualise them, and also to give examples of usage
1010- ` pipeline ` - Currently contains (early-stage) versions of our improved library code that will later be deployed on PyPI.
1111- ` pipelining ` - Older versions of ` datagen ` .
1212- ` src ` and ` utils ` - Older versions of ` pipeline ` .
13- - ` manual_classification.xlsx ` - Post Algorithm Manual Classification done by us.
13+ - ` manual_classification.xlsx ` - Post Algorithm Manual Classification done by us.
14+
15+ Do note that in our codebase, you will see references to a ` data/ ` folder. This folder contains the acquired ` .fits `
16+ files that contain the light curves for all objects classified as EBs. You can install this by running
17+ ` datagen/load.sh ` .
You can’t perform that action at this time.
0 commit comments