hyperion-rt / hyperion

Hyperion Radiative Transfer Code
http://www.hyperion-rt.org
BSD 2-Clause "Simplified" License
52 stars 26 forks source link

set_image_limits() #31

Closed hyissue closed 11 years ago

hyissue commented 11 years ago

I adopt the galactic coordinates, set up a spherical polar grid and observe at (0,0,0). I set the inside observer and image limits as following: image.set_inside_observer((0, 0., 0.)) image.set_image_limits(10,0, -10., 0.) image.set_image_size(11, 11) Does the limits mean longitude decreases from 10 to 0 with step 1 deg per pixel and latitude increases from -10 to 0 with step 1 deg per pixel? thank you.

astrofrog commented 11 years ago

Sorry for the delay in replying - this will indeed mean longitude decreases from 10 to 0 in steps of 1 degree, and latitude increases from -10 to 0 in steps of 1 degree.