need help. how to uncompress .img files from magellan |
need help. how to uncompress .img files from magellan |
Jan 6 2011, 11:33 PM
Post
#1
|
|
|
Junior Member ![]() ![]() Group: Members Posts: 38 Joined: 21-August 06 Member No.: 1063 |
Hoping someone can help.
I am trying to uncompress the FMAP .img files which are part of magellans images of venus so I can use a converter program to convert them from sinusodal to cylindrical mapping. Things I do know is that I can just rename .img to .raw and open in photosho however the converter program newmap.exe which is an old dos program that is provided with the FMAP images requires I think the uncompressed .img files in order to convert sinusodal to cylindrical. I know the .raw didnt work. And I get error saying my .img files are compressed so it wont work. I know .img files are not cd or dvd image file or so I think becuase I could not open them in MagicISO If they were CD images I would think MagicISO would work but I may be wrong though. Anyone familiar with what I am trying to do. Any image processing guys out their do this with the magellan FMAPS? I figure the experts would be here. thanks |
|
|
|
![]() |
Jan 7 2011, 12:46 AM
Post
#2
|
|
|
Member ![]() ![]() ![]() Group: Members Posts: 102 Joined: 10-December 06 From: Atlanta Member No.: 1472 |
IMG files usually have either a text header or a separate text .lbl file, which you can read using a text editor and figure out what to do with them. A typical example is included here. It basically means that the file is organized into 20682 fixed-length records, each 30776 bytes in length (i.e. total file size is 30776*20682=636509232 bytes). ^IMAGE line means raw data begins at the second record (it is a 1 base system, so the first record is 1, not 0), hence, the image data starts at byte 30776. Here, each pixel is recorded as a 32 bit (SAMPLE_BITS) floating point number (SAMPLE_TYPE=PC_REAL, technically little-endian IEEE 754 floating-point number; in practice, this is the 'float' type in most programming languages). The image dimension is 20681 x 7694 pixels. The data is organized row first, so the first line of data is from byte 30776 to 30776+7694*4-1=61551. You can read it using a raw data import utility (Photoshop has one, I guess Gimp has one too), or if you are prone to write your own code, you can write a quick import program in the language of your choice.
PDS_VERSION_ID = PDS3 /*File format and length */ RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 30776 FILE_RECORDS = 20682 ^IMAGE = 2 OBJECT = IMAGE LINES = 20681 LINE_SAMPLES = 7694 BANDS = 1 OFFSET = 0.0 SCALING_FACTOR = 1.0 SAMPLE_BITS = 32 SAMPLE_BIT_MASK = 2#11111111111111111111111111111111# SAMPLE_TYPE = PC_REAL MISSING_CONSTANT = 16#FF7FFFFB# VALID_MINIMUM = -366.22 VALID_MAXIMUM = 1793.79 END_OBJECT = IMAGE |
|
|
|
ncc1701d need help. how to uncompress .img files from magellan Jan 6 2011, 11:33 PM
djellison URL to the files in question? Jan 6 2011, 11:39 PM
Phil Stooke .img files are not compressed, they are basically ... Jan 6 2011, 11:44 PM
ncc1701d here is the link
ftp://pdsimage2.wr.usgs.gov/cdrom... Jan 7 2011, 12:42 AM
elakdawalla I can't remember if the FMAPs are stored the s... Jan 7 2011, 12:31 AM
ncc1701d concerning the other post i just noticed.
I used ... Jan 7 2011, 12:49 AM
siravan Here is the first image (reduced to 25% of its ori... Jan 7 2011, 01:10 AM
ncc1701d I appreciate all the input here so thank you all.
... Jan 7 2011, 01:37 AM
siravan I recompiled newmap for XP using the source code c... Jan 7 2011, 02:34 AM
ncc1701d for some reason I get my same message
*** ERROR *... Jan 7 2011, 03:00 AM
siravan This is the file I got:
I'm not sure about ... Jan 7 2011, 03:13 AM
ncc1701d I have to think on this now. Its not what I expect... Jan 7 2011, 03:24 AM
siravan This is the correct image (I made a mistake in rea... Jan 7 2011, 03:58 AM
ncc1701d are you just typing
newmap fl73n003.img fl73n003... Jan 7 2011, 06:36 AM
ncc1701d thanks siravan
I got it to work. My problem was th... Jan 7 2011, 08:31 AM
JohnVV if you want it is cylindrical you could grab them ... Jan 7 2011, 07:16 AM
ncc1701d JohnVV
I used to use pdsmaps and it was very helpf... Jan 7 2011, 08:43 AM
elakdawalla QUOTE (ncc1701d @ Jan 7 2011, 12:43 AM) m... Jan 7 2011, 05:03 PM
ncc1701d ok here is little more clarification about what bu... Jan 7 2011, 08:54 PM
JohnVV some of it still works
http://www.mapaplanet.org/e... Jan 7 2011, 10:27 AM
Phil Stooke I agree, I use Map-a-Planet all the time and reall... Jan 7 2011, 08:44 PM
elakdawalla OK, I see your problem. The "Center of Proje... Jan 7 2011, 09:08 PM
ncc1701d Thank you. I found it.
Just out of curiosity did y... Jan 7 2011, 11:54 PM
JohnVV early on i liked pds-map-a-planet
for the simple ... Jan 8 2011, 12:27 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 03:10 AM |
|
RULES AND GUIDELINES Please read the Forum Rules and Guidelines before posting. IMAGE 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 a project of the Planetary Society and is funded by donations from visitors and members. Help keep this forum up and running by contributing here. |
|