-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moves several common property fields to ASFProduct base class, adds s…
…ubswath to OPERAS1Product class as well as some RTC specific fields
- Loading branch information
kim
committed
Dec 19, 2023
1 parent
4329269
commit e08ddd8
Showing
13 changed files
with
24 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
from .S1Product import S1Product | ||
from .S1BURSTProduct import S1BURSTProduct | ||
from .OPERAS1Product import OPERAS1Product | ||
from .ARIAS1GUNWProduct import ARIAS1GUNWProduct | ||
|
||
from .ALOSProduct import ALOSProduct | ||
from .RadarsatProduct import RadarsatProduct | ||
|
||
from .AIRSARProduct import AIRSARProduct | ||
from .ERSProduct import ERSProduct | ||
from .JERSProduct import JERSProduct | ||
from .UAVSARProduct import UAVSARProduct | ||
from .SIRCProduct import SIRCProduct | ||
from .SEASATProduct import SEASATProduct | ||
from .SMAPProduct import SMAPProduct | ||
from .SMAPProduct import SMAPProduct | ||
from .S1BURSTProduct import S1BURSTProduct | ||
from .OPERAS1Product import OPERAS1Product | ||
from .ARIAS1GUNWProduct import ARIAS1GUNWProduct |