Mercurial > repos > greg > multigps
comparison multigps.xml @ 38:d494b8f8989c draft
Uploaded
author | greg |
---|---|
date | Wed, 14 Dec 2016 09:44:21 -0500 |
parents | d90aa38791ff |
children | 755735c18b1c |
comparison
equal
deleted
inserted
replaced
37:d90aa38791ff | 38:d494b8f8989c |
---|---|
115 #end if | 115 #end if |
116 --alphascale $aoc.alphascale | 116 --alphascale $aoc.alphascale |
117 #if str($aoc.mlconfignotshared) == 'no': | 117 #if str($aoc.mlconfignotshared) == 'no': |
118 --mlconfignotshared | 118 --mlconfignotshared |
119 #end if | 119 #end if |
120 #if $aoc.exclude not in [None, 'None']: | 120 #if str($aoc.exclude) != 'None': |
121 --exclude "$aoc.exclude" | 121 --exclude "$aoc.exclude" |
122 #end if | 122 #end if |
123 ############################ | 123 ############################ |
124 ## MultiGPS priors | 124 ## MultiGPS priors |
125 ############################ | 125 ############################ |