Skip to content

Commit

Permalink
clarify the direction of the projection transform
Browse files Browse the repository at this point in the history
  • Loading branch information
nden committed Aug 21, 2024
1 parent 4b1f5a1 commit 1488d58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gwcs/wcstools.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ def wcs_from_points(xy, world_coords, proj_point='center',
be passed in.
projection : `~astropy.modeling.projections.Projection`
A projection type. One of the projections in
`~astropy.modeling.projections.projcodes`. Defaults to TAN projection
(`astropy.modeling.projections.Sky2Pix_TAN`).
`~astropy.modeling.projections.projcodes`.
The direction is from sky to detector.
Defaults to TAN projection (`astropy.modeling.projections.Sky2Pix_TAN`).
poly_degree : int
Degree of polynomial model to be fit to data. Defaults to 4.
polynomial_type : str
Expand Down

0 comments on commit 1488d58

Please sign in to comment.