Skip to content

Commit

Permalink
remove esd and ionosphere control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Nov 15, 2023
1 parent 3907778 commit cb47289
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions isce2_topsapp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@ def gunw_slc():
json.dump(loc_data, open("loc_data.json", "w"),
indent=2, cls=MetadataEncoder)

# Turn-off ESD when using ionospheric computation
# NOTE: note sure if this needs to be off
# esd is calculated with iono only when
# considerBurstProperties is on which off
# by default
# if args.estimate_ionosphere_delay:
# args.esd_coherence_threshold = -1

topsapp_processing(
reference_slc_zips=loc_data["ref_paths"],
secondary_slc_zips=loc_data["sec_paths"],
Expand Down

0 comments on commit cb47289

Please sign in to comment.