diff --git a/app/boot.py b/app/boot.py index 67bc5954..dbba6581 100644 --- a/app/boot.py +++ b/app/boot.py @@ -99,6 +99,10 @@ def boot(): def add_default_presets(): try: + Preset.objects.update_or_create(name='Multispectral', system=True, + defaults={'options': [{'name': 'auto-boundary', 'value': True}, + {'name': 'radiometric-calibration', 'value': 'camera'}, + ]}) Preset.objects.update_or_create(name='Volume Analysis', system=True, defaults={'options': [{'name': 'auto-boundary', 'value': True}, {'name': 'dsm', 'value': True},