Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created August 3, 2016 10:50
Show Gist options
  • Save cdeil/5236392a1375006e98af55a2a198211f to your computer and use it in GitHub Desktop.
Save cdeil/5236392a1375006e98af55a2a198211f to your computer and use it in GitHub Desktop.
$ python test_issue_65_one_point.py
-141 15 1 [False]
WCS Keywords
Number of WCS axes: 2
CTYPE : 'RA---TAN' 'DEC--TAN'
CRVAL : -141.0 15.0
CRPIX : 1.0 1.0
PC1_1 PC1_2 : 1.0 0.0
PC2_1 PC2_2 : 0.0 1.0
CDELT : -0.00029999999999999997 0.00029999999999999997
NAXIS : 0 0
WCSAXES = 2 / Number of coordinate axes
CRPIX1 = 1.0 / Pixel coordinate of reference point
CRPIX2 = 1.0 / Pixel coordinate of reference point
CDELT1 = -0.0003 / [deg] Coordinate increment at reference point
CDELT2 = 0.0003 / [deg] Coordinate increment at reference point
CUNIT1 = 'deg' / Units of coordinate increment and value
CUNIT2 = 'deg' / Units of coordinate increment and value
CTYPE1 = 'RA---TAN' / Right ascension, gnomonic projection
CTYPE2 = 'DEC--TAN' / Declination, gnomonic projection
CRVAL1 = -141.0 / [deg] Coordinate value at reference point
CRVAL2 = 15.0 / [deg] Coordinate value at reference point
LONPOLE = 180.0 / [deg] Native longitude of celestial pole
LATPOLE = 15.0 / [deg] Native latitude of celestial pole
RADESYS = 'ICRS' / Equatorial coordinate system
Or[Circle(nan, nan, nan), Circle(3772783.136359, 139402848.023292, 147909026.067737)]
[Shape : circle ( HMS(0:00:00.000),DMS(00:00:00.00),Ang(36000") ), Shape : circle ( HMS(3:00:00.000),DMS(75:00:00.00),Ang(36000") )]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment