File tree 8 files changed +16
-15
lines changed
8 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,9 @@ def load_earth_free_air_anomaly(
69
69
higher than 5 arc-minutes (i.e., ``"05m"``).
70
70
registration
71
71
Grid registration type. Either ``"pixel"`` for pixel registration or
72
- ``"gridline"`` for gridline registration. Default is ``None`` which means
73
- ``"gridline"`` for all resolutions except ``"01m"`` which is ``"pixel"`` only.
72
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
73
+ ``"gridline"`` for all resolutions except ``"01m"`` which is ``"pixel"``
74
+ only.
74
75
uncertainty
75
76
By default, the Earth free-air anomaly values are returned. Set to ``True`` to
76
77
return the related uncertainties instead.
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ def load_earth_magnetic_anomaly(
76
76
higher than 5 arc-minutes (i.e., ``"05m"``).
77
77
registration
78
78
Grid registration type. Either ``"pixel"`` for pixel registration or
79
- ``"gridline"`` for gridline registration. Default is ``None``, means
79
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
80
80
``"gridline"`` for all resolutions except ``"02m"`` for
81
- ``data_source="emag2"`` or ``data_source="emag2_4km"``, which are
82
- ``"pixel"`` only.
81
+ ``data_source="emag2"`` or ``data_source="emag2_4km"``, which are ``"pixel"``
82
+ only.
83
83
data_source
84
84
Select the source of the magnetic anomaly data. Available options are:
85
85
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ def load_earth_relief(
83
83
higher than 5 arc-minutes (i.e., ``"05m"``).
84
84
registration
85
85
Grid registration type. Either ``"pixel"`` for pixel registration or
86
- ``"gridline"`` for gridline registration. Default is ``None``, means
87
- ``"gridline"`` for all resolutions except ``"15s"`` which is
88
- ``"pixel"`` only.
86
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
87
+ ``"gridline"`` for all resolutions except ``"15s"`` which is ``"pixel"``
88
+ only.
89
89
data_source
90
90
Select the source for the Earth relief data. Available options are:
91
91
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ def load_earth_vertical_gravity_gradient(
62
62
higher than 5 arc-minutes (i.e., ``"05m"``).
63
63
registration
64
64
Grid registration type. Either ``"pixel"`` for pixel registration or
65
- ``"gridline"`` for gridline registration. Default is ``None``, means
66
- ``"gridline"`` for all resolutions except ``"01m"`` which is
67
- ``"pixel"`` only.
65
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
66
+ ``"gridline"`` for all resolutions except ``"01m"`` which is ``"pixel"``
67
+ only.
68
68
69
69
Returns
70
70
-------
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def load_mars_relief(
75
75
higher than 5 arc-minutes (i.e., ``"05m"``).
76
76
registration
77
77
Grid registration type. Either ``"pixel"`` for pixel registration or
78
- ``"gridline"`` for gridline registration. Default is ``None``, means
78
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
79
79
``"gridline"`` for all resolutions except for ``"12s"`` which is ``"pixel"``
80
80
only.
81
81
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def load_mercury_relief(
73
73
higher than 5 arc-minutes (i.e., ``"05m"``).
74
74
registration
75
75
Grid registration type. Either ``"pixel"`` for pixel registration or
76
- ``"gridline"`` for gridline registration. Default is ``None``, means
76
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
77
77
``"gridline"`` for all resolutions except for ``"56s"`` which is ``"pixel"``
78
78
only.
79
79
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def load_moon_relief(
75
75
higher than 5 arc-minutes (i.e., ``"05m"``).
76
76
registration
77
77
Grid registration type. Either ``"pixel"`` for pixel registration or
78
- ``"gridline"`` for gridline registration. Default is ``None``, means
78
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
79
79
``"gridline"`` for all resolutions except for ``"14s"`` which is ``"pixel"``
80
80
only.
81
81
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def load_pluto_relief(
73
73
higher than 5 arc-minutes (i.e., ``"05m"``).
74
74
registration
75
75
Grid registration type. Either ``"pixel"`` for pixel registration or
76
- ``"gridline"`` for gridline registration. Default is ``None``, means
76
+ ``"gridline"`` for gridline registration. Default is ``None``, which means
77
77
``"gridline"`` for all resolutions except for ``"52s"`` which is ``"pixel"``
78
78
only.
79
79
You can’t perform that action at this time.
0 commit comments