MCPcopy
hub / github.com/google/earthengine-api / acos

Method acos

python/ee/image.py:696–699  ·  view source on GitHub ↗

Computes the arccosine in radians of the input.

(self)

Source from the content-addressed store, hash-verified

694 return apifunction.ApiFunction.call_(self.name() + '.abs', self)
695
696 def acos(self) -> Image:
697 """Computes the arccosine in radians of the input."""
698
699 return apifunction.ApiFunction.call_(self.name() + '.acos', self)
700
701 def add(self, image2: _arg_types.Image) -> Image:
702 """Adds the first value to the second for each matched pair of bands.

Callers 3

test_acosMethod · 0.45
test_acosMethod · 0.45
test_acosMethod · 0.45

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by 3

test_acosMethod · 0.36
test_acosMethod · 0.36
test_acosMethod · 0.36