comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: SSW Coordinate Conversions
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: SSW Coordinate Conversions [message #70752] Fri, 30 April 2010 03:24
Steve[5] is currently offline  Steve[5]
Messages: 10
Registered: September 2007
Junior Member
Aram Panasenco wrote:
> I have been trying to do this... for a while. How can I use SolarSoft to
> convert cartesian coordinates to solar spherical coordinates and back
> (accounting for the sub-observation plane angle)? I have tried using
> functions like CNVT_COORD, HEL2ARCMIN, and others, but I just can't
> understand what the hell is it that they do (The documentation doesn't
> help. At all.)
>
> Please help
>
> ~Aram Panasenco

Working with the HI imager on STEREO data we do...

wcs=fitshead2wcs(fitsheader)
help,wcs,/struct ; coord_type is helioprojective cartesian
coord=wcs_get_coord(wcs)

gives the positions of all pixels in the image as a 2*n*m array

we can also do...

wcs=fitshead2wcs(fitsheader,system='a')
and get coordinates is celestial-equatorial

Steve
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Plotting spherical slice surfaces
Next Topic: Comments on Coding Style

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 07:08:29 PDT 2025

Total time taken to generate the page: 0.87965 seconds