Skip to content

Commit

Permalink
remove wrapped phase from params
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Nov 20, 2023
1 parent 5ef33a5 commit 3233976
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions isce2_topsapp/topsapp_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class topsappParams(BaseModel):
unfiltered_coherence: bool = True
goldstein_filter_power: float = .5
dense_offsets: bool = False
wrapped_phase_layer: bool = False
esd_coherence_threshold: float = -1

def is_standard_gunw_product(self) -> bool:
Expand All @@ -25,7 +24,6 @@ def is_standard_gunw_product(self) -> bool:
not self.dense_offsets,
self.unfiltered_coherence,
self.esd_coherence_threshold == -1,
not self.wrapped_phase_layer,
self.goldstein_filter_power == .5,
self.output_resolution == 90,
]
Expand Down

0 comments on commit 3233976

Please sign in to comment.