Skip to content

Commit cd122e8

Browse files
Adjust Lt y-max in L2 plot
1 parent 708ca26 commit cd122e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ def plotRadiometry(root, filename, rType, plotDelta = False):
14491449
if rType == 'LI' and maxRad > 20:
14501450
maxRad = 20
14511451
if rType == 'LT' and maxRad > 2:
1452-
maxRad = 2
1452+
maxRad = 2.5
14531453
if min(y) < minRad:
14541454
minRad = min(y)-0.1*min(y)
14551455
if rType == 'LI':

0 commit comments

Comments
 (0)