Skip to content

Commit

Permalink
Update example for HipsTileMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
adl1995 committed Jun 30, 2017
1 parent c34d406 commit 112fb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hips/tiles/tile.py
Expand Up @@ -41,9 +41,9 @@ class HipsTileMeta:
>>> from hips.tiles import HipsTileMeta
>>> tile_meta = HipsTileMeta(order=3, ipix=450, file_format='fits', frame='icrs', tile_width=512)
>>> tile_meta.skycoord_corners
<SkyCoord (Galactic): (l, b) in deg
<SkyCoord (ICRS): (ra, dec) in deg
[( 264.375, -24.62431835), ( 258.75 , -30. ),
( 264.375, -35.68533471), ( 270. , -30. )]>
( 264.375, -35.68533471), ( 270. , -30. )]>
"""

def __init__(self, order: int, ipix: int, file_format: str, frame: str = 'galactic', tile_width: int = 512) -> None:
Expand Down

0 comments on commit 112fb37

Please sign in to comment.