diff --git a/demos/star_chart_demo.rs b/demos/star_chart_demo.rs index 6914df6..ae155bd 100644 --- a/demos/star_chart_demo.rs +++ b/demos/star_chart_demo.rs @@ -60,7 +60,7 @@ async fn main() -> Result<()> { vec.push("index-4100/index-4118.fits".to_string()); config.star_chart = StarChartOptions { enabled: true, // Enable star chart for testing - solve_field_path: "/opt/homebrew/bin/solve-field".to_string(), + solve_field_path: "/usr/bin/solve-field".to_string(), // index_path: "/Users/grabbit/Project/astrometry/index-4100".to_string(), index_path: "".to_string(), index_file: Some(vec),