Coverage for runmacs/processor/frontend/settings.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*- # Filename: settings.py frontendServer - render macsServer database to web page =======================================================
Copyright (C) 2013 Tobias Kölling """
#exportDataExpiryTime = datetime.timedelta(seconds=1)
'aligned_image': 'aligned image', 'preview_image': 'preview image'}, 'sensorId': {VNIR_ID: 'VNIR', SWIR_ID: 'SWIR', VNIR_ID + '+' + SWIR_ID: 'VNIR+SWIR'}, 'campaign': {'acridiconZugspitze2012': 'ACRIDICON Zugspitze 2012', 'hopeMelpitz2013': 'HOPE Melpitz 2013',} }
|