Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move ssha_karin_2 to end of image list #28

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
"s2": "0:*,*:*"
},
"imgVariables": [
{
"id": "ssha_karin_2",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
},
{
"id": "ssh_karin",
"title": "sea surface height",
Expand Down Expand Up @@ -227,6 +217,16 @@
"min": -2.0,
"max": 0.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "ssha_karin_2",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
}
],
"image": {
Expand Down
22 changes: 11 additions & 11 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
"s2": "0:*,*:*"
},
"imgVariables": [
{
"id": "ssha_karin_2",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
},
{
"id": "ssh_karin",
"title": "sea surface height",
Expand Down Expand Up @@ -227,7 +217,17 @@
"min": -2.0,
"max": 0.0,
"palette": "paletteMedspirationIndexed"
}
},
{
"id": "ssha_karin_2",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
}
],
"image": {
"ppd": 16,
Expand Down
Loading