![]() |
|
|
#45 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29·3·7 Posts |
Quote:
It will be interesting to stack these images carefully and then process the hell out of them to see whether other H-II regions show up. |
|
|
|
|
|
|
#46 | |
|
Nov 2004
22×33×5 Posts |
Quote:
Thanks for mentioning the ImageMagick program. I've downloaded that and am starting to learn it. Looks to be substantially more useful than what I use (Paint.Net), although even the brute force type processing of Paint.Net brings out the spiral structure in these images. Hopefully I'm not intruding, but have learned a bunch in this thread. Norm |
|
|
|
|
|
|
#47 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
250008 Posts |
Quote:
I'm also a novice at this sort of stuff and have learned quite a bit since starting. Earlier today, for instance, I've learned how to do least squares fitting to convert pixel (x,y) into (RA, Dec) given the identification of particular pixels with stars of known position on the sky. |
|
|
|
|
|
|
#48 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
641910 Posts |
Trying to estimate limiting magnitudes by correlating positions of barely-visible stars with the SIMBAD database is a really good way to see exactly how much dust there was on my monitor.
I suspect that (882,485) is TYC 2293-1006-1 of V-magnitude 12.0 I think the almost invisible star at (898,527) is 2MASS J01341095+3024547 of V-magnitude 12.6 and that the slightly brighter one at (876,541) is 2MASS J01340151+3021151 of V ~ 11.8 ; I guess I should be pleased rather than annoyed that I've fallen off the bottom of the Tycho catalogue. Querying Gaia is harder work, and it's annoying that http://gea.esac.esa.int/archive/ doesn't give you persistent URLs! So being able just barely to see a V=12.0 object is entirely credible. I don't think the camera is especially sensitive to H-alpha, though M42 does look a very pleasing shade of pink. I too am very glad that other people are reading and enjoying this discussion! My stretch goal would be to have a detection of the brightest globular cluster of M33, which is at 01 34 49.6 +30 21 57, but it's certainly not visible in a single frame and I think I need to gather many more photons before starting. The brightest globular cluster of M31, at 00 32 46 +39 34 40, is V=+13.8 and might be tractable with enough stacking. Last fiddled with by fivemack on 2016-12-05 at 18:03 |
|
|
|
|
|
#49 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72×131 Posts |
Quote:
|
|
|
|
|
|
|
#50 |
|
"Curtis"
Feb 2005
Riverside, CA
4,861 Posts |
Definitely enjoying the discussion, nearly tempted into trying to learn the image-processing tools myself so that I might play along. I appreciate that you two discuss such things in public!
|
|
|
|
|
|
#51 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72·131 Posts |
I'm having considerable trouble getting rid of the background without getting rid of the spiral arms, but attached is the result of a stack in Photoshop of all the M33 images with no attempt at background removal; NGC604 is definitely non-stellar, the faint star at [128,797] next to the brighter binary is recorded by SIMBAD as magnitude 13.8; the blobs at [412,393] [492,437] [587,426] definitely correspond to big nebulae in the AladinLite view (NGC595, NGC592, NGC588).
The star at [215, 732] is I think 2MASS J01343393+3022233 with V=15.1 Last fiddled with by fivemack on 2016-12-06 at 10:38 Reason: corrected identity of middle fuzzy blob |
|
|
|
|
|
#52 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29×3×7 Posts |
Quote:
|
|
|
|
|
|
|
#53 | |
|
Nov 2004
21C16 Posts |
Quote:
Norm |
|
|
|
|
|
|
#54 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29·3·7 Posts |
Quote:
My "quick hack" is really very simple. Blur the hell out of the image (the most recent used a Gaussian blur with 100-pixel radius) and subtract the result from the original. The blur removes all the high frequency detail and what is left is a fair approximation to the background. That should be enough of a clue for you to work out what needs to be done with ImageMagick. |
|
|
|
|
|
|
#55 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29·3·7 Posts |
This is turning out to be a rather educational project. For years I've thought that I really ought to know how to drive R, even if very crudely, but never managed to dispel enough apathy.
So a few days ago I installed R and began what was for me a very steep learning curve. The taks I set myself was to convert pixel coordinates to RA and Dec coordinates by fitting an affine transformation to star locations in each coordinate frame. The catalogue positions are converted to radians in the usual manner: by dividing by 180/pi) for Declination and by first dividing by 12/pi then multiplying by cos(Dec) to give Right Ascension. The coordinate transformation is then (RA, Dec) = (ax+by+c, ax-by+d) where (x,y) are the image coordinates and [a,b,c,d] are fitted coefficients. A very slapdash measurement of a portion of the Capella image led R to report Code:
Residuals:
Min 1Q Median 3Q Max
-0.0049740 -0.0019603 -0.0003176 0.0022869 0.0061191
Coefficients:
Estimate Std. Error t value Pr(>|t|)
V1 -2.303e-05 5.965e-06 -3.862 0.000972 ***
V2 -6.539e-05 5.965e-06 -10.963 6.6e-10 ***
V3 8.429e-01 2.457e-03 343.089 < 2e-16 ***
V4 2.030e+00 2.457e-03 826.383 < 2e-16 ***
---
Signif. codes: 0 β***β 0.001 β**β 0.01 β*β 0.05 β.β 0.1 β β 1
Residual standard error: 0.003202 on 20 degrees of freedom
Multiple R-squared: 1, Adjusted R-squared: 1
F-statistic: 1.377e+06 on 4 and 20 DF, p-value: < 2.2e-16
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can't add assignments manually | dragonbud20 | Information & Answers | 5 | 2015-11-18 09:39 |
| Why factoring is single-core designed? | otutusaus | Software | 33 | 2010-11-20 21:05 |
| Oil immersion lens | davieddy | Puzzles | 17 | 2010-06-26 10:47 |
| How fast is your internet connection? (focus on dial-up) | eepiccolo | Lounge | 8 | 2003-05-11 06:04 |
| Manually adding primes | Dærk | Software | 5 | 2002-11-01 14:01 |