proj_plane_pixel_area

astropy.wcs.utils.proj_plane_pixel_area(wcs)[ソース]

そのために. 天国.天国 WCS(参照 astropy.wcs.WCS.celestial) returns pixel area of the image pixel at the CRPIX location once it is projected onto the "plane of intermediate world coordinates" as defined in Greisen & Calabretta 2002, A&A, 395, 1061 それがそうです。

注釈

この機能は only 変換について“画像平面”-->“投影平面”と not “天球”->“投影面”->“像面”の変換について.したがって,この関数は多くの投影の非線形性質による歪みを無視している.

注釈

この関数は,天軸のみに対応する画素面積を計算するために用いられる. celestial 入力されたWCSオブジェクト wcs それがそうです。これは違います proj_plane_pixel_scales 入力WCS自体の軸の割合を計算する関数.

パラメータ
wcsWCSWCS

世界座標系オブジェクト。

返品
area浮いている.

Area (in the projection plane) of the pixel at CRPIX location. The units of the returned result are the same as the units of the cdelt, crval, and cd for the celestial WCS and can be obtained by inquiring the value of cunit property of the celestial WCS object.

賃上げをする
ValueError

画素領域は、2 D画素のみで定義される。最も可能性があるのは cd の行列 celestial WCSは二階方陣ではない.

注意事項

アプリケーションによれば、画素面積の平方根は、一般的な非正方形画素の面積に等しい等価正方形画素の単一の画素比を表すために使用されてもよい。