Skip to content

Commit

Permalink
Removed use of ascending orbits and S3B
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Oct 19, 2021
1 parent c3e697d commit b986e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dhusget_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ END`
-m Sentinel-3 -l 100 \
-i "(OLCI OR SLSTR)" \
-S ${datestr0} -E ${datestr1} \
-F 'filename:(S3*EFR* OR S3*RBT*) AND orbitdirection:(descending OR ascending) AND ( '"${footprint_poly}"' )'
-F 'filename:(S3A*EFR* OR S3A*RBT*) AND orbitdirection:descending AND ( '"${footprint_poly}"' )'
# -F 'filename:(S3*EFR* OR S3*RBT*) AND orbitdirection:(descending OR ascending) AND ( '"${footprint_poly}"' )'
log_info "***********************************************************"
log_info "*** ***"
log_info "*** DHUSGET.SH end ***"
Expand Down

0 comments on commit b986e66

Please sign in to comment.