Go Back   IceInSpace > Images > Solar System
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread
  #21  
Old 17-01-2006, 07:55 PM
davidpretorius's Avatar
davidpretorius
lots of eyes on you!

davidpretorius is offline
 
Join Date: Jun 2005
Location: Launceston Tasmania
Posts: 7,381
hey asi, i have downloaded the ziipped up files, do you want me to post to you on cd???
Reply With Quote
  #22  
Old 17-01-2006, 08:01 PM
asimov's Avatar
asimov (John)
Planet photographer

asimov is offline
 
Join Date: May 2005
Location: Bundaberg
Posts: 8,819
Yes, ok mate, thanks!
Reply With Quote
  #23  
Old 17-01-2006, 08:50 PM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
The script is quite short, here it is:
------------------start---------------------
#!/bin/sh

mkdir red green blue

for i in *.bmp; do
echo $i
base=`basename $i .bmp`
new=$base.ppm
red=$base.red
green=$base.grn
blue=$base.blu

# Convert a.bmp to a.ppm
bmptoppm < $i > $new

# create a.red, a.grn and a.blu
ppmtorgb3 $new

# convert each one back to BMP and write to subdirectory
ppmtobmp -bpp 8 < $red > red/${base}.bmp
ppmtobmp -bpp 8 < $green > green/${base}.bmp
ppmtobmp -bpp 8 < $blue > blue/${base}.bmp

# clean up, remove intermediate files
rm -f $red $green $blue $new
done
-------------------end---------------------

It creates 3 subdirs (red,green,blue). For every file XXX.bmp it creates red/XXX.bmp blue/XXX.bmp and green/XXX.bmp as monochrome files.

What else... yes I used wavelets in registax, but fairly gentle, so that the images weren't overly processed. I think I stacked about 500 frames each time and set the wavelets to about 10 in the middle layers, left the lower and upper layers alone.

The maximum filter doesn't take any parameters... I assume that it uses a 3x3 or 5x5 filter size, and sets the centre to the largest value.

for ME I used 10 turns at 1.5. I also experimented with LR deconvolution, that might actually be what I used in the last image - 10 turns at 1.5 again.

DP: Yes, you can get the package for Windows. I think that's what Mike has done.

regards, Bird
Reply With Quote
  #24  
Old 17-01-2006, 10:59 PM
Robert_T's Avatar
Robert_T
aiming for 2nd Halley's

Robert_T is offline
 
Join Date: Oct 2005
Location: Australia
Posts: 2,959
Lovely reprocess Mike and Bird, each are excellent images in their own way.


If I'm reading this right, PPM centre that you run creates BMP frames that Bird has split into red, green and bluw and processed separately?
Reply With Quote
  #25  
Old 17-01-2006, 11:04 PM
iceman's Avatar
iceman (Mike)
Sir Post a Lot!

iceman is offline
 
Join Date: Sep 2004
Location: Gosford, NSW, Australia
Posts: 36,799
Thanks Robert.

And no, not exactly.

I start with an avi, and I use "VirtualDub" to save the image sequence as a set of bmp's. Each frame in the avi comes out as a BMP file. So you end with a thousand or a few thousand bmp files.

ppmcentre then works from bmp files, processing each frame separately.
Reply With Quote
  #26  
Old 18-01-2006, 06:40 PM
atalas's Avatar
atalas
Registered User

atalas is offline
 
Join Date: Mar 2005
Location: Sydney
Posts: 5,151
Great work guy's !
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time is now 05:02 PM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Advertisement
Bintel
Advertisement