Go Back   IceInSpace > Beginners Start Here > Beginners Astrophotography
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread
  #1  
Old 05-09-2014, 03:14 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
Post M17 (WiP)

This (portion of) M17 is a Work In Progress that I hope to update over time as I learn more processing with PixInsight. The aim is to make a decent image from the data using PI only.

I've got this data, taken with a STX8E:

Temp: -15
6 x 600sec Ha
6 x 600sec SII
6 x 600sec OIII

Darks: 12
No Flats or Bias

Eventually I'd like to mosaic the region, but for now, I'll just use this data.

This version is a beginning and I used PI for most of it with a final cleanup in PS.

Click image for larger version

Name:	M17_output3_iis.jpg
Views:	104
Size:	189.7 KB
ID:	169376

Astrobin: http://astrob.in/118616/0/

In PI, I did:
* Made a master dark.
* BatchPreProcessing script to calibrate and register the images.
* ImageIntegration to create Ha, OIII and SII images from the calibrated, registered images.
* LRGBCombination on SII, Ha, OIII as R,G,B respectively.
* SCNR to reduce Green
* BackgroundNeutralization
* ColorCalibration
* MaskedStretch
* HistogramTransformation
* Deconvolution
* DynamicCrop

That's for this particular image. I did quite a lot of messing around with various Processes after the "ImageIntegration" above. My main focus with this first attempt was to try to get the colour right, which I did not succeed in doing yet. This means, for example, the stars need work (especially the 2 brightest ones). With my other attempts, I found I was often wrecking the colour balance significantly and getting magenta stars and/or washed out backgrounds, etc.

Now that I've had a good play with these processes (and more), I think I'll revisit the tutorials and videos to see what I should be doing - they might make more sense this time.

However, any hints, tips, etc would still be appreciated!
Reply With Quote
  #2  
Old 05-09-2014, 04:13 PM
SimmoW's Avatar
SimmoW (SIMON)
Farting Nebulae

SimmoW is offline
 
Join Date: Jan 2014
Location: Tamleugh, Victoria, Australia
Posts: 1,410
Nice, but still looks very monochrome? Not that I'm an expert....

Thanks for posting, as a PI user I wasn't aware of the Masked Stretch tool, looks good to retain star colours!
Reply With Quote
  #3  
Old 05-09-2014, 04:21 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
The monochrome look is probably because of my attempts to fix the green colour, plus a lack of saturation on the output.. I guess.
Reply With Quote
  #4  
Old 05-09-2014, 05:58 PM
aarong (Aaron)
Registered User

aarong is offline
 
Join Date: Mar 2013
Location: Lower Blue Mountains, NSW
Posts: 92
Great start. I've just taken the plunge with PixInsight so seeing your workflow is really interesting. You can increase the saturation via the CurvesTransformation tool. Click on the S on the bottom-left under the curve and move the curve to adjust the saturation.

There are also useful scripts for combining narrow-band data that are worth playing with.

I have found Harry's astro shed a good place to start for LRGB images, but there is lots to learn. I'm still working out the best workflow for my images.

Cheers,
Aaron
Reply With Quote
  #5  
Old 05-09-2014, 06:36 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
Thanks - yeah it one of my many stuffing around attempts I discovered the saturation button there.

And as you mention, there's scripts for combining data - just discovered those this afternoon. In my few attempts I didn't find the SHO-AIP one to be that useful.

I have to go back to Harry's site (btw, your link has an error in it) and watch some more videos.

This afternoon, I started working through this tutorial:http://pixinsight.com.ar/en/info/pro...or-helmet.html I haven't completed it yet, but so far I've got an image with (mostly) better nebula but the stars are super-wrecked magenta and red.

Click image for larger version

Name:	Image82.jpg
Views:	26
Size:	184.1 KB
ID:	169391

The flow is mostly as per the tutorial up to just after the two MaskedScripts. After that, I messed around a bit (sat, etc) because I felt as if I'd gone off the rails (and dinner approaches).
Reply With Quote
  #6  
Old 05-09-2014, 06:54 PM
RickS's Avatar
RickS (Rick)
PI cult recruiter

RickS is offline
 
Join Date: Apr 2010
Location: Brisbane
Posts: 10,584
Good start on narrowband processing, Chris! There's lots of ways to skin this cat and it's a matter of finding the ones that work for you.

One suggestion: you need to do deconvolution while the data is still linear, at least if you care about the mathematical correctness of the operation.

Cheers,
Rick.
Reply With Quote
  #7  
Old 05-09-2014, 06:57 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
Thanks Rick. Potential dumb question time: how do I know when I'm going non-linear? What operations do I have to be cautious about?
Reply With Quote
  #8  
Old 05-09-2014, 07:05 PM
RickS's Avatar
RickS (Rick)
PI cult recruiter

RickS is offline
 
Join Date: Apr 2010
Location: Brisbane
Posts: 10,584
Chris,

The data is linear so long as it is linearly proportional to the original signal. That relationship is destroyed when you perform a non-linear stretch on the data, typically with HistogramTransfer or MaskedStretch.

Deconvolution and ColorCalibration should always be done with linear data. Some processes can be done on linear or non-linear data (e.g. noise reduction with MLT/MMT/ATWT/TGVDenoise, albeit carefully if the data is linear) and a lot of other processes work best on non-linear data, e.g. HDRMT and LHE.

Cheers,
Rick.
Reply With Quote
  #9  
Old 09-09-2014, 02:03 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
I've watched some of Harry's videos and have made another version.

Key aspects in this version are a LinearFit on the channels to reduce some of the colour imbalance; BackgroundNeutralisation; an attempt at Deconvolution (while linear) using a star mask (this bit I intend revisiting as I haven't got it as good as it could be); HistogramTransformations; HDRMultiscaleTranform (with a luminance mask); ACDNR (this didn't seem to do much); CurvesTransformation for saturation.

Star colours are just wild, but I see that others haven't bothered trying to correct star colours either e.g. http://www.astrobin.com/13254/0/

Click image for larger version

Name:	M17_output7_iis.jpg
Views:	24
Size:	198.5 KB
ID:	169687

Astrobin: http://astrob.in/118616/B/

Another area I'm warring with myself is the background. In some of my versions I've got a lot more colour that I think I might be removing too much. Compare the above image to the first version posted (original post). I see more detail in this one, but far less colour. If I try to keep the colour, I get a lot more appearing than in that first version, e.g. this:

Click image for larger version

Name:	M17_output8_iis.jpg
Views:	19
Size:	196.9 KB
ID:	169688

Astrobin: http://astrob.in/118616/C/

The two bright stars on the right continue to be difficult to deal with - especially the double cross-spikes they've both got.
Reply With Quote
  #10  
Old 09-09-2014, 03:00 PM
RickS's Avatar
RickS (Rick)
PI cult recruiter

RickS is offline
 
Join Date: Apr 2010
Location: Brisbane
Posts: 10,584
Looking better, Chris, and you've got to play with a bunch of different tools.

Stars colours are difficult with narrowband. Typical strategies are (a) desaturate them all to white (b) replace with RGB stars (c) just ignore them

Tweaking colour and contrast is tricky and relies a lot on personal taste.

Cheers,
Rick.
Reply With Quote
  #11  
Old 09-09-2014, 03:29 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
I like option (c) but I'll try for option (a) at some point. I think I just can't live with them being so red.

I'm going to pause on this project for bit and work on some other data I think, then revisit it for another attempt.
Reply With Quote
  #12  
Old 09-09-2014, 03:48 PM
RickS's Avatar
RickS (Rick)
PI cult recruiter

RickS is offline
 
Join Date: Apr 2010
Location: Brisbane
Posts: 10,584
Troy Piggins has some PixelMath that can help with magenta stars: http://www.iceinspace.com.au/forum/s...d.php?t=124463

For M17 I found it worked OK but missed a few stars that were more on the red side of magenta. The ColorSaturation process is another option for this.

Cheers,
Rick.
Reply With Quote
  #13  
Old 04-10-2014, 04:20 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
After a few weeks break and working on some other material, I thought I'd have another go at this data.

I went back to scratch and instead of using the BatchPreprocessing script to calibrate, register, etc., I did it myself one step at a time. This gave me what I consider to be better calibrated frames for the steps that followed.

I did four versions today as I worked through various paths and attempts. Core to all attempts were the use of LinearFit before colour calibration and the PixelMath from Troy Piggins that Rick mentions in the previous post. I also used HDRMultiscaleTransform for all as well.

On the last two versions, I used deconvolution with a star mask protection to sharpen the image more. And as I did it, I was aware of Rick's warning, but chose to ignore it this time.

The final image is here: http://astrob.in/118616/H/ The other versions can be seen there as well (version E, F, G).
Reply With Quote
  #14  
Old 04-10-2014, 06:59 PM
RickS's Avatar
RickS (Rick)
PI cult recruiter

RickS is offline
 
Join Date: Apr 2010
Location: Brisbane
Posts: 10,584
Getting there, Chris
Reply With Quote
  #15  
Old 04-10-2014, 09:18 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
Indeed. As I was writing this up for G+, I realised another set of alternate workflow steps I can use in conjunction with today's efforts. So, there might be more versions yet.
Reply With Quote
  #16  
Old 06-10-2014, 04:04 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
Another day, another attempt: http://astrob.in/118616/I/

As I mentioned in my previous post I thought of other things I could try. While it didn't quite work out as well as I would like, I think this is a better version, especially for the nebula details.
Reply With Quote
  #17  
Old 06-10-2014, 04:24 PM
LightningNZ's Avatar
LightningNZ (Cam)
Registered User

LightningNZ is offline
 
Join Date: Oct 2011
Location: Canberra
Posts: 951
That's looking really good Chris.
Reply With Quote
  #18  
Old 06-10-2014, 09:17 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
Thanks Cam - maybe one day I can add more to it and expand it further.
Reply With Quote
  #19  
Old 06-10-2014, 09:59 PM
Rex's Avatar
Rex
Registered User

Rex is offline
 
Join Date: Jun 2010
Location: Townsville, Australia
Posts: 991
Looking good Chris.
Reply With Quote
  #20  
Old 06-10-2014, 10:29 PM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,076
Thanks Rex - it gives me something to do while I wait for a night to get out again. Very annoying at the moment, it's clear skies but blowing dreadfully.
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 07:30 AM.

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