Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(workflow): gather extract features parameters #209

Merged
merged 7 commits into from
Jan 24, 2025
Prev Previous commit
Next Next commit
refactor(workflow): gather feature extraction parameters to algorithm…
… section
hollandjg committed Dec 19, 2024
commit 7d8ffeee9b91363b1fca7f46213b684cb11baf80
7 changes: 5 additions & 2 deletions workflow/rose-suite.conf
Original file line number Diff line number Diff line change
@@ -8,8 +8,7 @@ BBOX="-2112500.0,-262500.0,-2012500.0,-162500.0"
SCALE=250
CENTROID_LAT=71.02795656503653
CENTROID_LON=-129.11755440990464
MINFLOEAREA=350
MAXFLOEAREA=90000

PREPROCESSING="Lopez" # "Lopez" or "LopezTiling" or "Buckley"


@@ -83,6 +82,10 @@ ICEMASK_BAND_1_THRESHOLD_RELAXED=190
ICEMASK_POSSIBLE_ICE_THRESHOLD=75
ICEMASK_N_CLUSTERS=3

# Feature extraction parameters
MINFLOEAREA=350
MAXFLOEAREA=90000

# Tracking parameters
TRACK_AREA=1200
TRACK_DIST=15, 30, 120