IPB

Welcome Guest ( Log In | Register )

Beginner level projection
adamg
post Nov 6 2019, 11:50 PM
Post #1


Junior Member
**

Group: Members
Posts: 31
Joined: 31-October 19
Member No.: 8699



Hi,

I'm trying to do the mapping just using SPICE for the Junocam images rather than going through ISIS. It might seem like I'm making life difficult for myself but I just wanted to make sure I'm doing the bare minimum amount of processing so it looks as close to a non-spinny-push-frame image as I can. I'm making all the beginner mistakes but I can't seem to figure out what they are so I was hoping someone might give me a hint?

First I want to figure out how far Jupiter is because I want to have anything that didn't hit Jupiter get mapped to a sphere that hits Jupiter. This means any lens effects can get mapped in space near where they originated from which should hopefully make the edges of the planet seem less processed:

[jupiterPos, jupiterLt] = spice.spkpos('JUPITER', et0, 'JUNO_SPACECRAFT', 'NONE', 'JUNO')
jupiterDistance = np.linalg.norm(jupiterPos)

Then I go through all the undistorted Junocam pixel vectors and figure Jupiter intercept points in the IAU_JUPITER frame so now I have a point cloud of all the planet mapped pixels:

[point, trgepc, srfvec, found ] = spice.sincpt(
'Ellipsoid', 'JUPITER', et,
'IAU_JUPITER', 'LT+S', 'JUNO_SPACECRAFT',
'JUNO_JUNOCAM', v)

If it didn't find an intersection then I figure out where that invisible sphere is going to be by extending out the pixel vector by the separation and move that to the IAU_JUPITER frame:

direction = np.array(v)
pos = direction*jupiterDistance/np.linalg.norm(direction)
rotationMatrix = spice.pxform('JUNO_JUNOCAM','IAU_JUPITER',et-jupiterLt)
pos = spice.mxv(rotationMatrix, pos)

It works terribly! I seem to have a timing error in the frame offsets that seems suspiciously close to the light time between Jupiter and Juno and the sphere that catches all the sincpt misses is completely miles off. I've been staring at the code for a while and not figuring my mistake, I was hoping someone might point out where I've gone wrong.

Many thanks


Adam
Go to the top of the page
 
+Quote Post
5 Pages V  « < 3 4 5  
Start new topic
Replies (60 - 63)
Bill Dudney
post Nov 6 2020, 11:49 PM
Post #61


Newbie
*

Group: Members
Posts: 15
Joined: 1-August 20
Member No.: 8847



QUOTE (Sean @ Nov 5 2020, 06:24 PM) *
This is very cool. Beautiful work!

Thanks!

It has been so much fun building this stuff smile.gif

Is this you on twitter @TheSeaning? If so I love your work. It's a big part of what got me motivated to come back to this in my free time.
Go to the top of the page
 
+Quote Post
Brian Swift
post Nov 9 2020, 06:00 AM
Post #62


Member
***

Group: Members
Posts: 411
Joined: 18-September 17
Member No.: 8250



QUOTE (Bill Dudney @ Nov 5 2020, 04:36 AM) *
Finally got to the point that I have something cool to show.

Definitely cool.
What is the development environment/toolset?
Go to the top of the page
 
+Quote Post
Bill Dudney
post Nov 9 2020, 01:46 PM
Post #63


Newbie
*

Group: Members
Posts: 15
Joined: 1-August 20
Member No.: 8847



QUOTE (Brian Swift @ Nov 9 2020, 06:00 AM) *
Definitely cool.
What is the development environment/toolset?


Swift/Xcode/metal, runs on iOS, macOS and tvOS.
Go to the top of the page
 
+Quote Post
Bill Dudney
post Jan 25 2021, 10:01 PM
Post #64


Newbie
*

Group: Members
Posts: 15
Joined: 1-August 20
Member No.: 8847



QUOTE (Bill Dudney @ Nov 5 2020, 12:36 PM) *
Hi All,

Finally got to the point that I have something cool to show. Still plenty more to do but I'm stoked at where I am. It's interactive, projected onto a sphere, and will display any image from any data set from the PDS archive. The rainbow in the back is the normal to help me be sure I'm putting the data in roughly the correct spot.

Couldn't have done it without your help. Thanks again!

I finally had time to come back to this and get further along. Thought I'd share the latest UI. This is JNCE_2019202_21C00010_V01 from data set 12. Plenty more to do but good progress.

Attached Image
Go to the top of the page
 
+Quote Post

5 Pages V  « < 3 4 5
Reply to this topicStart new topic

 



RSS Lo-Fi Version Time is now: 29th May 2024 - 05:54 PM
RULES AND GUIDELINES
Please read the Forum Rules and Guidelines before posting.

IMAGE COPYRIGHT
Images posted on UnmannedSpaceflight.com may be copyrighted. Do not reproduce without permission. Read here for further information on space images and copyright.

OPINIONS AND MODERATION
Opinions expressed on UnmannedSpaceflight.com are those of the individual posters and do not necessarily reflect the opinions of UnmannedSpaceflight.com or The Planetary Society. The all-volunteer UnmannedSpaceflight.com moderation team is wholly independent of The Planetary Society. The Planetary Society has no influence over decisions made by the UnmannedSpaceflight.com moderators.
SUPPORT THE FORUM
Unmannedspaceflight.com is funded by the Planetary Society. Please consider supporting our work and many other projects by donating to the Society or becoming a member.