IPB

Welcome Guest ( Log In | Register )

Image Processing Software, Advice for image processing newbies
Juramike
post Sep 5 2007, 11:04 PM
Post #1


Senior Member
****

Group: Moderator
Posts: 2785
Joined: 10-November 06
From: Pasadena, CA
Member No.: 1345



What kind of image processing software would be good for a newbie interested in starting to manipulate basic images (JPEG, TIFF, PPG)?

Is there a big difference between Photoshop CS3 and Photoshop CS3 Extended?
What do y'all recommend?

(And how can I get this cheap? Man, this stuff looks expensive!)

Any advice would be helpful, but I am so NOT an IT guy: I still move my lips when I try to read software manuals. (I usually just click the default option on installation windows and jsut hope everything works OK.)

-Mike


--------------------
Some higher resolution images available at my photostream: http://www.flickr.com/photos/31678681@N07/
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
JohnVV
post Mar 29 2011, 05:08 AM
Post #2


Member
***

Group: Members
Posts: 890
Joined: 18-November 08
Member No.: 4489



QUOTE
What I'm really trying to figure out is if and where map-projected lat/long information is maintained. Thanks!

?
in the isis cub file it is in the header and from spiceinit
the time is given in the header and the location is imported from the spice kernel
with the time and location the lat/long for every pixel can be calculated

now some cub files like a map projected file like this example
CODE
  GROUP = ISIS_INGESTION
    PDS2ISIS_VERSION = "2003-05-01"
    PDS2ISIS_TRANSLATION_TABLE =
      "/usgs/isisd/galdata/ssi_pds2isis_translation.def.1"
  END_GROUP = ISIS_INGESTION
  GROUP = ISIS_MOSAIC
    SPACECRAFT_NAME = (GALILEO_1,GALILEO_1,GALILEO_1,GALILEO_1)
    INSTRUMENT_ID = ("SSI","SSI","SSI","SSI")
    PRODUCT_ID = ("C9I0005","G2I0073","E6I0060","21I0170")
    IMAGE_NUMBER = ("0401740700","0359986578","0383758500","0506406839")
  END_GROUP = ISIS_MOSAIC

  GROUP = IMAGE_MAP_PROJECTION
    A_AXIS_RADIUS = 1821.46
    B_AXIS_RADIUS = 1821.46
    C_AXIS_RADIUS = 1821.46
    POSITIVE_LONGITUDE_DIRECTION = "WEST"
    KEYWORD_LATITUDE_TYPE = "PLANETOCENTRIC"
    LONGITUDE_SYSTEM = 180
    MINIMUM_LATITUDE = -90.0
    MAXIMUM_LATITUDE = 90.0
    WESTERNMOST_LONGITUDE = 180.0
    EASTERNMOST_LONGITUDE = -180.0
    MAP_RESOLUTION = 31.7904741933759
    MAP_SCALE = 1.0
    MAP_PROJECTION_TYPE = "SIMPLE_CYLINDRICAL"
    CENTER_LONGITUDE = 0.0
    PROJECTION_LATITUDE_TYPE = "PLANETOGRAPHIC"
    LINE_PROJECTION_OFFSET = -2861.5
    SAMPLE_PROJECTION_OFFSET = -5722.5
  END_GROUP = IMAGE_MAP_PROJECTION
END_OBJECT = QUBE
END

is set in the "IMAGE_MAP_PROJECTION" group

or for this cub of dione "N1507741140_2.cub"( after spiceinit and NOT map projected ) it is in the
"Group = Instrument "( the time) &"Group = Kernels " part of the header & in the body rotation

CODE
Group = Instrument
    SpacecraftName          = Cassini-Huygens
    InstrumentId            = ISSNA
    TargetName              = Dione
    StartTime               = 2005-284T16:30:24.493
    StopTime                = 2005-284T16:30:24.553
    ExposureDuration        = 60.0 <Milliseconds>
    AntibloomingStateFlag   = On

------------------------------------and in the kernel ------------------------------------------------
Group = Kernels
    NaifFrameCode             = -82360
    LeapSecond                = $base/kernels/lsk/naif0009.tls
    TargetAttitudeShape       = ($base/kernels/pck/pck00009.tpc,
                                 $cassini/kernels/pck/cpck15Nov2005.tpc)
    TargetPosition            = (Table, $base/kernels/spk/de405.bsp)
    InstrumentPointing        = (Table, $cassini/kernels/ck/05282_05287ra.bc,
                                 $cassini/kernels/fk/cas_v40.tf)
    Instrument                = Null
    SpacecraftClock           = $cassini/kernels/sclk/cas00139.tsc
    InstrumentPosition        = (Table,
                                 $cassini/kernels/spk/051114R_SCPSE_05275_05293.bsp)
    InstrumentAddendum        = $cassini/kernels/iak/IssNAAddendum004.ti
    ShapeModel                = Null
    InstrumentPositionQuality = Reconstructed
    InstrumentPointingQuality = Reconstructed
    CameraVersion             = 1
  End_Group
End_Object
---------------- and the body rotation-------------------------
Object = Table
  Name           = BodyRotation
  StartByte      = 4284569
  Bytes          = 40
  Records        = 1
  ByteOrder      = Lsb
  Description    = "Created by spiceinit"
  Kernels        = ($base/kernels/spk/de405.bsp,
                    $base/kernels/pck/pck00009.tpc,
                    $cassini/kernels/pck/cpck15Nov2005.tpc)
  SolarLongitude = 339.77037710307

so if it is not map projected then it is calculated on the fly
qview does that when you view an image
Go to the top of the page
 
+Quote Post

Posts in this topic
- Juramike   Image Processing Software   Sep 5 2007, 11:04 PM
- - Ian R   I use Paint Shop Pro 8; it's cheap and fairly ...   Sep 5 2007, 11:34 PM
- - Dominik   I'm still using Paint Shop Pro 6 . Combined ...   Sep 6 2007, 04:42 AM
- - jamescanvin   QUOTE (Juramike @ Sep 6 2007, 12:04 AM) A...   Sep 6 2007, 09:01 AM
|- - tedstryk   I am still using Photoshop CS2. I haven't fou...   Sep 6 2007, 02:09 PM
||- - djellison   QUOTE (tedstryk @ Sep 6 2007, 03:09 PM) I...   Sep 6 2007, 02:30 PM
|- - Jeffrey   QUOTE (jamescanvin @ Sep 6 2007, 04:01 AM...   Feb 15 2009, 10:48 PM
- - Juramike   Thanks, all! I'm in the process of downlo...   Sep 7 2007, 11:37 PM
- - Reckless   Hoping this is the right place to post this query ...   Jan 19 2008, 08:36 PM
- - Juramike   For any wanna-be imagesmythes to put on their list...   Dec 20 2008, 06:17 AM
- - imipak   Are you on Windows, or a Unix-y OS like Linux, OS ...   Feb 16 2009, 07:53 PM
- - Ryan Balfanz   QUOTE (Juramike @ Sep 5 2007, 06:04 PM) W...   Jun 17 2009, 08:59 PM
- - maschnitz   Dittoing ImageMagick. ImageMagick is the lingua fr...   Jun 18 2009, 04:16 AM
- - machi   This is very brief description of basic morphing w...   Nov 5 2010, 08:34 PM
- - Drkskywxlt   Has anyone used IDL for image analysis? I'm p...   Mar 28 2011, 06:29 PM
- - JohnVV   QUOTE What I'm really trying to figure out is ...   Mar 29 2011, 05:08 AM
- - Drkskywxlt   Thanks John! That's what I was unsure of....   Mar 29 2011, 02:20 PM
- - PDP8E   I was playing around with one of Oppy's deck p...   Dec 23 2011, 04:38 AM
- - JohnVV   ISIS3 or for a normal mosaic Nip2 http://www.vips...   Dec 24 2011, 02:46 PM
- - Zack Moratto   Quote removed - Mod You could also use Hugin for ...   Jan 3 2012, 01:44 AM


Reply to this topicStart new topic

 



RSS Lo-Fi Version Time is now: 27th April 2024 - 06:44 AM
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.