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

Reply
 
Thread Tools Rate Thread
  #1  
Old 03-11-2005, 11:36 PM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
Final mars image from Snake Valley

I tried lots of different tricks today to see if I could increase the signal/noise in my raw frames before processing,and finally found something that seems to work a treat.

I ran all the frames through an "optimal estimation" filter which comes as part of the netpbm package - google for it if you are interested, and not afraid of the command-line... Don't panic - Windows commandline versions are available :-)

As a result the input frames to registax were smoother and I could get more mileage out of them. This should be my "final" image (is there such a thing?) from the Snake Valley camp.

This time there's three images, Paul (aka Rumples) mentioned that the earlier ones were a bit dark, and now I know why. This time there should be something for everyone :-)

Interesting sidenote: I measured the size of mars in an image viewer, and it came to 150 pixels - corresponds to an 8x effective barlow in my scope, so image brightness would have been around f/48.

EDIT: I've added another image as well, taken at 3am when the seeing was at its best even though mars was dropping lower in the sky.

regards, Bird
Attached Thumbnails
Click for full-size image (20051101-020104-dual.jpg)
88.2 KB60 views
Click for full-size image (20051101-030059.jpg)
76.2 KB34 views

Last edited by bird; 05-11-2005 at 09:47 AM.
Reply With Quote
  #2  
Old 03-11-2005, 11:43 PM
asimov's Avatar
asimov (John)
Planet photographer

asimov is offline
 
Join Date: May 2005
Location: Bundaberg
Posts: 8,819
I know I'm repeating myself here Anthony but I don't know what else to say! WOW!!! I prefer the darker one, great stuff!!
Reply With Quote
  #3  
Old 03-11-2005, 11:54 PM
janoskiss's Avatar
janoskiss (Steve H)
Registered User

janoskiss is offline
 
Join Date: Jan 2005
Location: Sale, VIC
Posts: 6,033
That is just fantastic. Thank you for sharing your talents with the rest of us. I am proud for just having been there and witnessed you collecting the photons for these images. And for being able to pilot your spaceship for a few minutes.
Reply With Quote
  #4  
Old 03-11-2005, 11:57 PM
janoskiss's Avatar
janoskiss (Steve H)
Registered User

janoskiss is offline
 
Join Date: Jan 2005
Location: Sale, VIC
Posts: 6,033
BTW. I hope you keep your raw data. You never know when and what new techniques may come up for reprocessing. If lack storage space is a problem, I'm sure we could organise something.
Reply With Quote
  #5  
Old 03-11-2005, 11:59 PM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
Now Steve... remember we agreed not to mention that?

Asi - the leftmost one looks best on some LCD displays, and the rightmost one looks best on most CRTs and some other LCD's.

Bird
Reply With Quote
  #6  
Old 04-11-2005, 12:01 AM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
Storage...hmmm, with all the copies I'm making as I process it's up to about 80Gb from that night alone. By the time I chuck away the redundant bits and compress the rest I might fit it onto a handful of DVD's.

I never throw any raw data away - I still have all the raw data from when I started in 2003 :-)

Bird
Reply With Quote
  #7  
Old 04-11-2005, 12:38 AM
Wombat_In_Space's Avatar
Wombat_In_Space (Darren)
Registered User

Wombat_In_Space is offline
 
Join Date: Jul 2005
Location: Cranbourne
Posts: 315
Thumbs up

All I can say is wow
Reply With Quote
  #8  
Old 04-11-2005, 01:21 AM
[1ponders]'s Avatar
[1ponders] (Paul)
Retired, damn no pension

[1ponders] is offline
 
Join Date: Nov 2004
Location: Obi Obi, Qld
Posts: 18,778
Truely sensational bird
Reply With Quote
  #9  
Old 04-11-2005, 06:30 AM
iceman's Avatar
iceman (Mike)
Sir Post a Lot!

iceman is offline
 
Join Date: Sep 2004
Location: Gosford, NSW, Australia
Posts: 36,799
Excellent image Anthony, i'll have to check out this netpbm thingomajigo.

Nice image scale too, how much did you upsize?
Reply With Quote
  #10  
Old 04-11-2005, 07:13 AM
Robert_T's Avatar
Robert_T
aiming for 2nd Halley's

Robert_T is offline
 
Join Date: Oct 2005
Location: Australia
Posts: 2,959
What can one say! The detail's so fine you can see the eyelashes on the "eye of mars" in this one. Well done Bird.
Robert
Reply With Quote
  #11  
Old 04-11-2005, 07:49 AM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
Quote:
Originally Posted by iceman
Excellent image Anthony, i'll have to check out this netpbm thingomajigo.

Nice image scale too, how much did you upsize?
resized by 150 percent. It makes it easier for registax to align the frames. Normally I downsize again at the end of the processing but this time the data was good enough that I didn't have to.

Bird
Reply With Quote
  #12  
Old 04-11-2005, 08:16 AM
iceman's Avatar
iceman (Mike)
Sir Post a Lot!

iceman is offline
 
Join Date: Sep 2004
Location: Gosford, NSW, Australia
Posts: 36,799
Quote:
optimal estimation
What's the command line version of this called? (for windows)

Thanks
Reply With Quote
  #13  
Old 04-11-2005, 08:18 AM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
Quote:
Originally Posted by iceman
What's the command line version of this called? (for windows)

Thanks
It's part of the pnmnlfilt program (PNM non-linear filter). I ran the frames through ppmcentre first just to cut down the size and do the centering stuff, then I ran them through a script that did these steps for each frame:

"fitstopnm" (converts my FITS format to PNM internal format)
"pnmnlfilt 1.3 1" (optimal estimation filter)
"pamscale 1.5 -filter=mitchell" ( 150% resizing. and smoothing)
"pnmtofits" (rewrite the files back as FITS format)

These programs are meant to work as a pipeline, so you chain them together:

fitstopnm infile | pnmnlfilt | pamscale | pnmtofits > outfile

If you want to see a UNIX-style shellscript for this then I've put the script I used on my website here:

http://www.acquerra.com.au/astro/software/fitsnlfilt

When I run this script it excpects the alpha and radius parameters on the commandline, that's what the $1 and $2 are - the first and second parameters.

The next step is to load all the frames into registax and processed from there.

If your data is in BMP format then you'd use the "bmptoppm" and "ppmtobmp" converters in the first&last steps instead.

The netpbm package has been around forever (I remember using it in about 1990) and has been ported to just about every platform. It's a standard part of any linux installation.

Here's the website: http://netpbm.sf.net/

and here's the documentation:

http://netpbm.sourceforge.net/doc/

Bird

Last edited by bird; 04-11-2005 at 09:05 AM.
Reply With Quote
  #14  
Old 04-11-2005, 08:25 AM
davidpretorius's Avatar
davidpretorius
lots of eyes on you!

davidpretorius is offline
 
Join Date: Jun 2005
Location: Launceston Tasmania
Posts: 7,381
Well done mate,

As Steve H mentioned I am getting a big buzz out of being part of the process. Just watching and sharing in the excitement of it all.

I reprocessed my mars again and am getting a much better handle on the processing thanks to you.

"All good things come to those that wait" not sure about "Those that stay up all night and then drive to canberra", but.....
Reply With Quote
  #15  
Old 04-11-2005, 08:41 AM
xstream's Avatar
xstream (John)
Grey Nomad

xstream is offline
 
Join Date: Feb 2005
Location: "Where ever the wind blows".
Posts: 5,694
Truely magnificent mate.

As others have said; Just being able to witness and learn from you your art was an honour.
Reply With Quote
  #16  
Old 04-11-2005, 08:47 AM
iceman's Avatar
iceman (Mike)
Sir Post a Lot!

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

When I try to run it against some bmp's, it says:
Quote:
pnmnlfilt: bad magic number - not a ppm, pgm, or pbm file
How do I run it against the bmp files that i've previously run through your ppmcentre?

Thanks
Reply With Quote
  #17  
Old 04-11-2005, 09:13 AM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
Quote:
Originally Posted by iceman
Anthony,

When I try to run it against some bmp's, it says:

How do I run it against the bmp files that i've previously run through your ppmcentre?

Thanks
:-) Well, I *could* say "read the docs" for netpbm... I've expanded my reply above with some more info that should help.

But you should read the docs *anyway* or you might have trouble getting anywhere :-)

The short answer is that you have to build a pipeline with these pieces:

- convert your format (BMP) to one of the PBM/PPM/PGM formats with bmptoppm
- run tools that read/write the PPM format
- convert the format back to BMP when you write the file with ppmtobmp.

Bird
Reply With Quote
  #18  
Old 04-11-2005, 09:28 AM
iceman's Avatar
iceman (Mike)
Sir Post a Lot!

iceman is offline
 
Join Date: Sep 2004
Location: Gosford, NSW, Australia
Posts: 36,799
Thanks Anthony, I could've read the docs but your explanation above is heaps better

I'll see how it goes with my latest avi.
Reply With Quote
  #19  
Old 04-11-2005, 09:41 AM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
Here's another tip - because the netpbm tools can't show you what they are doing it's hard to know what values to use for some of them.

So, I download and use the GIMP for that - it has some of the same filtering options and it's an image viewer/editor similar to photoshop etc. I load one of my frames into the GIMP, play with the filters until I'm happy with the result and then use those settings in the script to process all the frames.

In this case under the "filtering->enhance->NL filter" you find the equivalent of the pnmnlfilt program.

regards, Bird
Reply With Quote
  #20  
Old 05-11-2005, 09:49 AM
bird (Anthony Wesley)
Cyberdemon

bird is offline
 
Join Date: Jan 2005
Location: Rubyvale QLD
Posts: 2,627
update: Added a second image to the original post, I think it's a small improvement over the previous one but by now I'm not sure anymore... I've spent almost the whole of the time since I got back staring at mars images :-)

Bird
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 09:04 AM.

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