s1isp is Python tool to decode Sentinel-1 Instrument Source Packets (ISPs) contained in the RAW data files included in the Sentinel-1 L0 products. It uses the bpack library for binary data decoding and provides a complete set of descriptors to represent all the possible binary record of the Sentinel-1 Instrument Source Packets (ISPs), or at least the ones related to science data.
The relevant specification documents used to write the s1isp software are:
- S1-IF-ASD-PL-0007, "Sentinel-1 SAR Space Packet Protocol Data Unit", Issue 13
- S1PD.SP.00110.ASTR, "Sentinel-1 Level-0 Product Format Specifications", Issue 1.7
Copyright (c) 2022-2023 Antonio Valentino <antonio.valentino@tiscali.it>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.