Skip to content

Commit

Permalink
tag as TO OPTIMIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 25, 2024
1 parent c54e50b commit 72567b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meteor/scripts/compute_difference_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
log = structlog.get_logger()


# TODO: optimize
TV_WEIGHTS_TO_SCAN = np.linspace(0.0, 0.1, 10)
# TO OPTMIZE
TV_WEIGHTS_TO_SCAN = np.linspace(0.0, 0.1, 101)


class TvDiffmapArgParser(DiffmapArgParser):
Expand Down
2 changes: 1 addition & 1 deletion meteor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MAP_SAMPLING: int = 3

KWEIGHT_PARAMETER_DEFAULT: float = 0.05
TV_WEIGHT_DEFAULT: float = 0.01 # TODO: optimize
TV_WEIGHT_DEFAULT: float = 0.01 # TO OPTIMIZE

COMPUTED_MAP_RESOLUTION_LIMIT: float = 1.0
GEMMI_HIGH_RESOLUTION_BUFFER: float = 1e-6

0 comments on commit 72567b6

Please sign in to comment.