The following topics may change over time, and are not the only topics you can choose. You can bring your own idea and test that with group members using observational data.
Goal 1 = "the goal that the TA wants you to try"
Goal 2 = "the goal that the TA thinks you may try"
L.A.Cosmic has been a great algorithm to reject cosmic rays since its introduction in 2001 (P. G. van Dokkum, 2001, PASP). Why don't we explore it more?
For example, CR rejection for Deep Impact mission data says some other algorithm works better. (Ipatov et al., 2007, Advances in Space Research)
We have astroscrappy
, which basically is the same as L.A.Cosmic.
Goal 1:
You may also try
Goal 2: Cosmic-Ray removal and detection of stars, confirm whether there has been dust ejection at Itokawa during approach of Hayabusa.
Uncertainties are everywhere. We just used bias and flat, but actually there can be uncertainties due to non-linearity, uncertainties in gain, readout noise, and the integer nature of ADU scheme. These are critical for faint object detection, which is one of the most important reasons why astronomers were so attracted to CCD. It's quite ironical that we usually discard faint sources though CCD was developed for such reason (Gilliland, 1992, in "Astronomical CCD Observing and Reduction Techniques", ASP Conference Series, S. B. Howell, ed.).
Search for engineering and statistical literatures and find out how significant those effects could be for very faint objects, or very diffuse object.
One possible literature for calculating more accurate noise factor is given in Merline & Howell 1995 (Experimental Astronomy, 6, 163).
Goal 1:
You may also try
Goal 2:
I have recently realized that the PHOT task in IRAF "approximates" the
aperture, while photutils does the exact aperture summation. That is, if some
fraction f
of the pixel is inside the aperture, IRAF does not calculate
f
exactly, but approximates it in a certain way.
Goal 1: Compare IRAF and photutils.
The source code of IRAF photometry task may be found at the directory "$IRAF/noao/digiphot/apphot/phot/apmeasure.x
". For me, $IRAF
is "$HOME/anaconda/envs/iraf/iraf
" and it may differ for you. Read it and understand what it does.
Do a test case and check the difference of IRAF and photutils.
Goal 2: