AUX_CAL information #61
seongsujeong
started this conversation in
Polls
Replies: 1 comment 3 replies
-
Either the compressed zip file (600 KB) or the uncompressed |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some S1 data from old IPF requires elevation antenna pattern (EAP) phase compensation. The compensation requires information in AUX_CAL data.
We need to think about that would be the best way to contain the EAP information we need for the project.
Assign the AUX_CAL in runconfig:
Currently the runconfig for CSLC workflow does not designate the path to the AUX_CAL file, which makes sense because only small portion of S1 data from old IPF will require EAP correction. Only few old S1 data would actually need that info.
Add AUX_CAL files into the repo
The AUX_CAL files we need are about few megabytes when compressed. The file is in XML format which contains the EAP for all acquisition mode (e.g. IW, SM, EW). That means there are redundancy in keeping all information in AUX_CAL
Extract the EAP for IW mode only from AUX_CAL files, and add it into repo
The only information we need for OPERA is for IW. In other words, we do not need all information in the AUX_CAL file.
The extracted EAP can be saved into human-readable format (JSON, YAML, etc.) and be loaded whenever necessary.
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions