Ad-hoc scripts and utilities used during development and migration.
These scripts were used for one-time migrations during package rename:
clean_sys_path.py- Remove sys.path manipulationsremove_sys_path.py- Alternative sys.path cleanuprename_imports.py- Rename import statementsstandardize_imports.py- Standardize toimport gimbal_pymc as gp
One-off scripts for testing configurations:
test_config_refactor.py- Test configuration refactoringtest_new_config.py- Test new configuration systemdebug_pipeline_cameras.py- Debug camera geometry issuescompute_correct_camera_configs.py- Compute canonical camera configs
These tools are kept for reference but are not part of the main package. They were used during solo development and should not be relied upon for production use.
For current configuration and testing, use:
pixi run test-*commands (see root README.md)tests/pipeline/generate_dataset.pyfor dataset generation