File tree Expand file tree Collapse file tree 5 files changed +215
-11
lines changed
Expand file tree Collapse file tree 5 files changed +215
-11
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ EPR_SPtrArray* epr_create_band_ids(EPR_SProductId* product_id) {
7373 strcmp (id , "MER_FR__2P_IODD6" ) == 0 ) {
7474 bt_index = i ;
7575 }
76+ } else if (product_id -> meris_iodd_version == 7 ) {
77+ if (strcmp (id , "MER_RR__2P_IODD7" ) == 0 ||
78+ strcmp (id , "MER_FR__2P_IODD7" ) == 0 ) {
79+ bt_index = i ;
80+ }
7681 } else {
7782 bt_index = i ;
7883 }
Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ EPR_SPtrArray* epr_create_dataset_ids(EPR_SProductId* product_id)
136136 strcmp (id , "MER_FR__2P_IODD6" ) == 0 ) {
137137 pt_index = i ;
138138 }
139+ } else if (product_id -> meris_iodd_version == 7 ) {
140+ if (strcmp (id , "MER_RR__2P_IODD7" ) == 0 ||
141+ strcmp (id , "MER_FR__2P_IODD7" ) == 0 ) {
142+ pt_index = i ;
143+ }
139144 } else if (asar_sw_version >= 602 ) {
140145 if (strcmp (& (id [10 ]), "_602" ) == 0 ) {
141146 pt_index = i ;
You can’t perform that action at this time.
0 commit comments