Skip to content

base.merge.tasks.list

Chris Churas edited this page Dec 16, 2016 · 5 revisions

This is the configuration file for the merge jobs and has this format:

[DEFAULT]
KEY = VALUE

[SECTION]
KEY = VALUE
Described below are the common keys in the [DEFAULT] section
  • mergetilesbin -- Full path to mergetiles.py script that performs the merge

  • images -- Full path to input image directory. It is prepended to inputimagedir path for the tasks under the [SECTION] part of configuration.

  • jobdir -- Full path to the job directory containing this configuration file. It is prepended to outputimage and overlayoutputimage path for the tasks under the [SECTION] part of configuration.

  • cluster -- Denotes the cluster this configuration is setup for (Gordon, Comet, Rocce)

Described below are the common keys in the [SECTION] section