2004 January 27Mathematical Challenges of Using Point Spread Function Analysis Algorithms in...

Post on 03-Jan-2016

216 views 0 download

Transcript of 2004 January 27Mathematical Challenges of Using Point Spread Function Analysis Algorithms in...

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 1

Mathematical Challenges of Using Point Spread Function Analysis

Algorithms in Astronomical Imaging

Kenneth John MighellNational Optical Astronomy Observatory

Mathematical Challenges of Astronomical Imaging January 26-30, 2004Institute for Pure and Applied Mathematics @ University of California, Los Angeles

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 2

Outline

• Motivation• Image Formation Process & Challenges• Performance Model: Photometry• Performance Model: Astrometry• Analytical PSFs• Numerical PSFs• Ugly (real) PSFs• Future Challenges

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 3

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 4

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 5

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 6

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 7

Skill Sets for Precision Stellar Photometry and Astrometry

• Image Analysis (how bright is the star? where is it located?) • Error Analysis (what is the error of those measurements?) • Numerical Analysis (non-linear least-squares minimization) • Computational Methods (precise & robust computations)

• Signal Processing – Low Signal vs. High Noise (finding the needle in the haystack)

• Detector Technology– Solid-State Physics (conversion process of photons to electrons)– Fabrication Techniques (how detectors made and read)

• Optics (blurring due to telescope & camera optics)

• Atmospheric Physics – Turbulence Theory (blurring due to the atmosphere)

• Stellar Physics (photon statistics & pulsation theory)

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 8

Image Formation Process

Fru

chte

r &

Hoo

k 20

00 (

AD

AS

S I

X)

SKY TELESCOPE DETECTOR

WFPC2

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 9

Under-Sampled Point Spread Functions

Lau

er 1

999,

PA

SP

, 11

1, 1

434

1.7

arc

seco

nd

original sampling 3x3 supersampled 3x3 supersampled linear stretch linear stretch logarithmic stretch

HST WFPC2: WFC F555W 0.10 arcsecond pixels

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 10

Non-Uniform Pixel Response Function

Fru

chte

r &

Hoo

k 20

00 (

AD

AS

S I

X)

Lau

er 1

999,

PA

SP

, 11

1, 1

434

Photometric Error: NIC3 F160W

white=0.12 mag excess, black=0.09 mag deficit

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 11

Point Spread Function▼ ▼ Photon Distribution Function

▲ Detector Response Function

Volume ▲

Normalized PSF

standard deviation▲

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 12

parameter vector ▲▲measurement error

▲data ▲model

correction vector ▲

measurement error ▲

▲Hessian matrix

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 13

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 14

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 15

▲ ▲ ▲ ▲Each column forms an imageEach column forms an image

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 16

Derivatives of the PSF

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 17

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 18

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 19

Systematic Error: Poor Sky Measurement

sky too lowsky too low

sky too highsky too high

sky just rightsky just right

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 20

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 21

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 22

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 23

▲ ≡ 1 if critically sampled

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 24

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 25

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 26

Analytical Derivatives

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 27

◄◄550%0%

◄◄99.699.6%%

◄◄7575%%

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 28

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 29

Why does this work so well?

We analyzed the volume integral of the photon distribution function rather than sample it in the middle of a pixel.

But remember that moderation in all things is good.

Failure is inevitable with extreme undersampling when all of the light from a star can fall within a single pixel; photometry gets diluted and astrometry suffers as information about the location of the star within the pixel is lost.

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 30

The mathematics of determining the position partial derivatives of the observational model with respect to the x and y direction vectors is exactly the same with analytical or numerical PSFs. The implementation The implementation methodology, however, is significantly different.methodology, however, is significantly different. The position partial derivatives of numerical PSFs can be determined using numerical differentiation numerical differentiation techniquestechniques on the numerical PSF. Numerical experiments have shown that the following five-point differentiation formula works well with numerical PSFs:

Numerical Derivatives

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 31

Analytical PSFs:Analytical PSFs: Just compute the PSF at the desired location in the observational model.

Numerical PSFs:Numerical PSFs: Take the reference numerical PSF and shift itshift it to the desired location using a perfect 2-d using a perfect 2-d interpolation functioninterpolation function. OK… but how is that done in practice?

Note: The 2-d sinc function is separable in x and y.

How does one move a PSF?

SolutionSolution Use the following 21-pixel-wide damped sinc function:Use the following 21-pixel-wide damped sinc function:

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 32

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 33

Why does this work so well?

Photon NoisePhoton Noise▲and That’s A Good Thing®

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 34

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 35

Problem:Problem: Negative values caused by shifting an undersampled PSF Negative values caused by shifting an undersampled PSF

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 36

Solution:Solution: Use Use supersampled supersampled Point Spread FunctionsPoint Spread Functions

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 37

Why did it work with faint stars?

One need lots of photons to properly sample the higher spatial frequencies of a PSF!

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 38

Ugly (real) PSFs?

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 39

James Webb Space Telescope James Webb Space Telescope

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 40

Next

Gen

era

tion

Sp

ace

Next

Gen

era

tion

Sp

ace

Tele

scop

eTele

scop

e 8

-m T

RW

-con

cep

t8-m

T

RW

-con

cep

t

0.0

12

8 a

rcsec/p

ixel

=31.0

5 P

SF b

y J

oh

n

Kri

st

contours: 90%, 50%, 10%, 1%, 0.1% of peak

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 41

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 42

Now consider a realistic IR detector …

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 43

^ 44% of the pixel is ^ 44% of the pixel is dead!dead!

Note

: Th

e d

ead

zon

e is c

en

tere

d a

t (0

.62

5,0

.62

5)

Non-Uniform Pixel Response Functions

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 44

Excellent IR stellar Excellent IR stellar photometry should be photometry should be possible with accurate possible with accurate knowledge of the Pixel knowledge of the Pixel Response FunctionResponse Function

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 45

Calibration Errors

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 46

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 47

Challenges of PSF Extraction

• highly variable PSF within the field of view• too few stars• which are not bright enough• from undersampled observations • that are poorly dithered• with

– significant Charge Transfer Efficiency variations – variable diffusion– loss of photons due to charge leakage

• and may possibly be nonlinear at <1% level

2004 January 27 Mathematical Challenges of Using Point Spread Function Analysis Algorithms in Astronomical Imaging Mighell 48

This work is supported by a grant from the Applied Information Applied Information Systems Research Program (AISRP)Systems Research Program (AISRP) of the Office of Space Office of Space ScienceScience of the of the National Aeronautics and Space Administration National Aeronautics and Space Administration (NASA)(NASA) [ [NRA 01-OSS-01: Interagency Order No. S-13811-G] .