Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lecture 10 The catalog of sources –Resolved sources –Selection biases –Luminosity (and mass) functions –Volume- vs flux-limited surveys. Cross-matching.

Similar presentations


Presentation on theme: "Lecture 10 The catalog of sources –Resolved sources –Selection biases –Luminosity (and mass) functions –Volume- vs flux-limited surveys. Cross-matching."— Presentation transcript:

1 Lecture 10 The catalog of sources –Resolved sources –Selection biases –Luminosity (and mass) functions –Volume- vs flux-limited surveys. Cross-matching two catalogs. NASSP Masters 5003S - Computational Astronomy - 2009

2 Python and tut oddments The module cPickle offers a useful way to save to disk file python-generated data of arbitrary format. –See http://www.python.org/doc/2.5/lib/module- cPickle.htmlhttp://www.python.org/doc/2.5/lib/module- cPickle.html –This can save you having to run a whole MC again just to check the details of a plot! I see that pyfits is set up to deliver numpy arrays on the NASSP machines. (It only returns Numarray objects on Astronomy computers it seems.) Assessment: let us take ‘code must run’ to mean ‘it must run on NASSP machines.’ –If I claim you code won’t run, and you think I am wrong, by all means protest! NASSP Masters 5003S - Computational Astronomy - 2009

3 NASSP Masters 5003F - Computational Astronomy - 2009 Detecting resolved sources. Our earlier assumption that we knew the form of S is no longer true. Some solutions: 1.Combine results of several filterings. (Crudely done in XMM.) But, ‘space’ of possible shapes is large. Difficult to calculate nett sensitivity. 2.Wavelet methods.

4 NASSP Masters 5003F - Computational Astronomy - 2009 Wavelet example Raw dataWavelet smoothed F Damiani et al (1997) Multi-scale wavelets can be chosen to return best-fit ellipsoids.

5 NASSP Masters 5003F - Computational Astronomy - 2009 Selection biases Fundamental aim of most surveys is to obtain measurements of an ‘unbiased sample’ of a type of object. Selection bias happens when the survey is more sensitive to some classes of source than others. –Eg, intrinsically brighter sources, obviously. Problem is even greater for resolved sources. –Note: ‘resolved’ does not just mean in spatial terms. Eg XMM or (single-dish HI surveys) in which most sources are unresolved spatially, but well resolved spectrally.

6 NASSP Masters 5003F - Computational Astronomy - 2009 Examples Optical surveys of galaxies. Easiest detected are: –The brightest (highest apparent magnitude). –Edge-on spirals. HI (ie, 21 cm radio) surveys of galaxies. Easiest detected are: –Those with most HI mass (excludes ellipticals). –Those which don’t ‘fill the beam’ (ie are unresolved). Note: where sources are resolved, detection sensitivity tends to depend more on surface brightness than total flux.

7 NASSP Masters 5003F - Computational Astronomy - 2009 Full spatial information Q: We have a low-flux source - how do we tell whether it is a high-luminosity but distant object, or a low-luminosity nearby one? A: Various distance measures. –Parallax - only for nearby stars – but Gaia will change that. –Special knowledge which lets us estimate luminosity (eg Herzsprung-Russell diagram). –Redshift => distance via the Hubble relation. This is probably the most widely used method for extragalactic objects.

8 NASSP Masters 5003F - Computational Astronomy - 2009 Luminosity function Frequency distribution of luminosity (luminosity = intrinsic brightness). The faint end is the hardest to determine. –Stars – how many brown dwarfs? –Galaxies – how many dwarfs? Distribution for most objects has a long faint-end ‘tail’. –Schechter functions. P Kroupa (1995) P Schechter (1976)

9 NASSP Masters 5003F - Computational Astronomy - 2009 HI mass function Red shift is directly measured. Flux is proportional to mass of neutral hydrogen (HI). –Hence: usual to talk about HI mass function rather than luminosity function. S E Schneider (1996) FYI, HI is pronounced ‘aitch one’.

10 NASSP Masters 5003F - Computational Astronomy - 2009 Relation to logN-logS Just as flux S is related to luminosity L and distance D by So is the logN-logS – or, to be more exact, the number density as a function of flux, n(S) - a convolution between the luminosity function n(L) and the true spatial distribution n(D). BUT… –The luminosity function can change with age – that is, with distance! (And with environment.) S α L/D2S α L/D2

11 NASSP Masters 5003F - Computational Astronomy - 2009 Volume- vs flux-limited surveys Information about the distance of sources allows one to set a distance cutoff, within which one estimates the survey is reasonably complete (ie, nearly all the available sources are detected). Such a survey is called volume-limited. It allows the luminosity (or mass) function to be estimated without significant bias. –However, there may be few bright sources. Allow everything in, and you have a flux- limited survey. –Many more sources => better stats; but biased (Malmquist bias).

12 Malmquist bias NASSP Masters 5003S - Computational Astronomy - 2009

13 Malmquist bias NASSP Masters 5003S - Computational Astronomy - 2009 Line of constant flux

14 Malmquist bias NASSP Masters 5003S - Computational Astronomy - 2009 Line of constant flux

15 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching It sometimes happens that you have 2 lists of objects, which you want to cross-match. –Maybe the lists are sources observed at different frequencies. –The situation also arises in simulations. I’ll deal with the simulations situation first, because it is easier. –So: we start with a bunch of simulated sources. Let’s keep it simple and assume they all have the same brightness. –We add noise, then see how many we can find.

16 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching –In order to know how well our source- detection machinery is working, we need to match each detection with one of the input sources. How do we do this? How do we know the ‘matched’ source is the ‘right one’?...I haven’t done a rigorous search of the literature yet – these are just my own ideas. CAVEAT:

17 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching Black: simulated sources Red: 1 of many detections (with 68% confidence interval). This case seems clear.

18 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching But what about these cases? No matches inside confidence interval. Too many matches inside confidence interval.

19 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching Or these? Is any a good match?Which is ‘nearest’?

20 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching My conclusion: 1.The shape of the confidence intervals affects which source is ‘nearest’. 2.The size of the confidence intervals has nothing to do with the probability that the ‘nearest’ match is non-random. 1.‘Nearest neighbour’ turns out to be a slipperier concept than we at first think. To see this, imagine that we have now 1 spatial dimension and 1 flux dimension:

21 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching S x S x Which is the best match??? This makes more sense. Let’s then define r as: 1 3 4 5 7 1 8 9 2 6 7 3 5 4 1 9 6 2 1 8 Source 5?Or source 8?

22 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching 2.As for the probability... well, what is the null hypothesis in this case? –Answer: that the two catalogs have no relation to each other. –So, we want the probability that, with a random distribution of the simulated sources, a source would lie as close or closer to the detected source than r nearest. –This is given by: –where ρ is the expected density of sim sources and V is the volume inside r nearest. P null = 1 – exp(- ρ V)

23 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching So the procedure for matching to a simulated catalog is: 1.For each detection, find the input source for which r is smallest. 2.Calculate the probability of the null hypothesis from P null = 1 – exp(-ρV). 3.Discard those sources for which P null is greater than a pre-decided (low) cutoff. What about the general situation of matching between different catalogs?

24 NASSP Masters 5003F - Computational Astronomy - 2009 Catalog cross-matching ASCA data – M Akiyama et al (2003) Maybe a Bayesian approach would be best? Interesting area of research.


Download ppt "Lecture 10 The catalog of sources –Resolved sources –Selection biases –Luminosity (and mass) functions –Volume- vs flux-limited surveys. Cross-matching."

Similar presentations


Ads by Google