Skip to content

Commit

Permalink
implement comment
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
  • Loading branch information
QRemy committed May 22, 2024
1 parent 2850d02 commit bf5b0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gammapy/maps/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,7 @@ def interp_to_geom(self, geom, preserve_counts=False, fill_value=0, **kwargs):
the map is a differential quantity (e.g. intensity). Default is False.
fill_value : float, optional
The value to use for points outside the interpolation domain.
If None, values outside the domain are extrapolated.
Default is 0.
**kwargs : dict, optional
Keyword arguments passed to `Map.interp_by_coord`.
Expand Down

0 comments on commit bf5b0e1

Please sign in to comment.