SlstrStripe

SlstrStripe

class SlstrStripe(value)[source]

Bases: sertit.misc.ListEnum

Sentinel-3 SLSTR stripes for 500m data: A and B

Used in the context:
  • “an” and “ao” refer to the 500 m grid, stripe A, respectively for nadir view (n) and oblique view (o)

  • “bn” and “bo” refer to the 500 m grid, stripe B

  • “cn” and “co” refer to the 500 m grid, TDI

  • “in” and “io” refer to the 1 km grid

  • “fn” and “fo” refer to the F1 channel 1 km grid

Attributes

A

Stripe A (a)

B

Stripe B (b)

TDI(c)

TDI (c)

I

Not really a stripe, but refers to the 1 km grid

F

Not really a stripe, but refers to the F1 channel 1 km grid

A = 'a'

Stripe A (a)

B = 'b'

Stripe B (b)

F = 'f'

Not really a stripe, but refers to the F1 channel 1 km grid

I = 'i'

Not really a stripe, but refers to the 1 km grid

TDI(c) = 'c'

TDI (c)