├── .gitignore ├── LICENSE ├── README.md ├── data ├── 364_77_A_072_R_002_scanA67.jpg ├── 72_2.h5 └── crater_img.png └── notebooks ├── Core_classification_72_2.ipynb ├── ShapeAnalysis-72_2.ipynb └── hc_schematic.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/README.md -------------------------------------------------------------------------------- /data/364_77_A_072_R_002_scanA67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/data/364_77_A_072_R_002_scanA67.jpg -------------------------------------------------------------------------------- /data/72_2.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/data/72_2.h5 -------------------------------------------------------------------------------- /data/crater_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/data/crater_img.png -------------------------------------------------------------------------------- /notebooks/Core_classification_72_2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/notebooks/Core_classification_72_2.ipynb -------------------------------------------------------------------------------- /notebooks/ShapeAnalysis-72_2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/notebooks/ShapeAnalysis-72_2.ipynb -------------------------------------------------------------------------------- /notebooks/hc_schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendonhall/core_features/HEAD/notebooks/hc_schematic.png --------------------------------------------------------------------------------