CCDStack Version 2 Tutorial B. Waddington 4/19/2011

Slides:



Advertisements
Similar presentations
PhotoShop for Astronomy Session #1 – Levels & Curves AstroImager’s Special Interest Group April 2007.
Advertisements

Automatic Color Gamut Calibration Cristobal Alvarez-Russell Michael Novitzky Phillip Marks.
A NEW CTE PHOTOMETRIC CORRECTION FORMULA FOR ACS Marco Chiaberge TIPS meeting 05/16/2012.
QR Code Recognition Based On Image Processing
Change Detection C. Stauffer and W.E.L. Grimson, “Learning patterns of activity using real time tracking,” IEEE Trans. On PAMI, 22(8): , Aug 2000.
Computational Biology, Part 23 Biological Imaging II Robert F. Murphy Copyright  1996, 1999, All rights reserved.
Image Processing Tutorial
Chapter 7 Statistical Data Treatment and Evaluation
1 Video Processing Lecture on the image part (8+9) Automatic Perception Volker Krüger Aalborg Media Lab Aalborg University Copenhagen
Chapter 4: Image Enhancement
With support from: NSF DUE in partnership with: George McLeod Prepared by: Geospatial Technician Education Through Virginia’s Community Colleges.
Tracking Objects with Dynamics Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 04/21/15 some slides from Amin Sadeghi, Lana Lazebnik,
1 Analysis of Variance This technique is designed to test the null hypothesis that three or more group means are equal.
Cal State Northridge  320 Ainsworth Sampling Distributions and Hypothesis Testing.
Focused Reducts Janusz A. Starzyk and Dale Nelson.
Scan - Print Do repeated scans and prints to show image degradation. HW0202.
Bootstrapping LING 572 Fei Xia 1/31/06.
Bagging LING 572 Fei Xia 1/24/06. Ensemble methods So far, we have covered several learning methods: FSA, HMM, DT, DL, TBL. Question: how to improve results?
Major Points An example Sampling distribution Hypothesis testing
Image Analysis Preprocessing Arithmetic and Logic Operations Spatial Filters Image Quantization.
KLT tracker & triangulation Class 6 Read Shi and Tomasi’s paper on good features to track
Probability and Statistics in Engineering Philip Bedient, Ph.D.
UFCEKT-20-33D Modelling and Animation 3D Modelling & Animation Rendering.
Applications of Image Filters Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 02/04/10.
One-Factor Experiments Andy Wang CIS 5930 Computer Systems Performance Analysis.
Chapter 6 The Normal Probability Distribution
Sample size vs. Error A tutorial By Bill Thomas, Colby-Sawyer College.
Topics: Statistics & Experimental Design The Human Visual System Color Science Light Sources: Radiometry/Photometry Geometric Optics Tone-transfer Function.
High Dynamic Range (HDR) Photography. Camera vs Eye Eye sees a wider range of color luminance than digital cameras HDR’s images compensate for this by.
CHAPTER 18: Inference about a Population Mean
Digital Photo RAW Workflow Digital Photo SIG Apr
RGB Color Balance with ExCalibrator – “Take 2” SIG Presentation B. Waddington 5/21/2013.
Computer Science 101 Images in Web Pages. Image Files Two common formats, GIF and JPEG GIF images are more flexible for use as icons JPEG images are sharper.
Essential Statistics Chapter 131 Introduction to Inference.
The Practice of Statistics Third Edition Chapter 10: Estimating with Confidence Copyright © 2008 by W. H. Freeman & Company Daniel S. Yates.
What’s in a sum? Simon Dawes CMHAS. Should you stack frames using Mean, Median or Sum?
1 Tutorial 2 GE 5 Tutorial 2  rules of engagement no computer or no power → no lesson no computer or no power → no lesson no SPSS → no lesson no SPSS.
Image Modeling & Segmentation Aly Farag and Asem Ali Lecture #2.
Digital Photo Edit Workflow Digital Photo SIG Mar
Chapter 4 Working with Frames. Align and distribute objects on a page Stack and layer objects Work with graphics frames Work with text frames Chapter.
Computer Vision : CISC 4/689 Going Back a little Cameras.ppt.
Experimental Psychology PSY 433 Appendix B Statistics.
Our Procedures: The rules of the road Lesson 1Lesson 1 Writing Your Articles - General philosophy of article composition and preparing your articles.
Statistics : Statistical Inference Krishna.V.Palem Kenneth and Audrey Kennedy Professor of Computing Department of Computer Science, Rice University 1.
{ Aim: How can we process camera raw files?.  When you make adjustments to a camera raw image, Photoshop preserves the original camera raw file data.
© 2011 Delmar, Cengage Learning Chapter 4 Working with Frames.
Yield Cleaning Software and Techniques OFPE Meeting
Tutorial I: Missing Value Analysis
Assignment 3 Your going to modify your last Best Movies page and Recipe page Your going to modify your last Best Movies page and Recipe page You will need.
CS Spring 2010 CS 414 – Multimedia Systems Design Lecture 4 – Audio and Digital Image Representation Klara Nahrstedt Spring 2010.
Info Read SEGY Wavelet estimation New Project Correlate near offset far offset Display Well Tie Elog Strata Geoview Hampson-Russell References Create New.
Adobe Photoshop CS5 Chapter 3 Working with Layers.
Astroschool: Image Calibration February 20 th,
The Single-Sample t Test Chapter 9. t distributions >Sometimes, we do not have the population standard deviation, σ. Very common! >So what can we do?
PH101 lab 1 uncertainty analysis statistics. Sciencing So you have an idea. This idea must be testable... or it is not science So we test it. How good.
Multi camera.
CASTLEFORD CAMERA CLUB
Linear Filters and Edges Chapters 7 and 8
Importing Files Importing is not the same as capturing.
A JMP® SCRIPT FOR GEOSTATISTICAL CLUSTER ANALYSIS OF MIXED DATA SETS WITH SPATIAL INFORMATION Steffen Brammer.
Inferences on Two Samples Summary
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
Reasoning in Psychology Using Statistics
CHAPTER 18: Inference about a Population Mean
Digital Image Processing Week III
CHAPTER 18: Inference about a Population Mean
CHAPTER 18: Inference about a Population Mean
Use a Large Bold Type for the Main Title (80 pt):
Evaluation David Kauchak CS 158 – Fall 2019.
Presentation transcript:

CCDStack Version 2 Tutorial B. Waddington 4/19/2011 CCDStack Take 2 CCDStack Version 2 Tutorial B. Waddington 4/19/2011

Stack-based Rejection Compute statistics on each “column” of pixels in a stack of images…

Stack-based Rejection Basic Concept Estimate the “most likely value” for each column in the stack – typically the “average” value Look at the dispersion of values in that column relative to the average Reject those pixels that look “too far off the mark” Rejection occurs for individual pixels in each image, not the whole image Most of the data rejection techniques are all about defining “too far off the mark” │

Stack-based Rejection Individual pixels in each column are rejected as being outliers…

Rejected Pixels What happens to the pixels that are rejected? They are assigned a “rejected value” and are excluded from subsequent calculations – but the original values are not lost They may need to be given “imputed” values if there are no “good” values to use in their place (e.g. blooms)

Data Rejection Choices – Sigma Clip Computes the average and std. deviation of the pixel stack; keeps only those pixels that lie within a sigma factor of the average Strong noise rejection but needs 10+ images for best results Allows “tuning” based on the sigma factor you specify Can be iterated │

Sample Values in a “Pixel Stack” Bogus values

Rejection by Sigma Clip 3σ 2σ 3-Sigma Clip

Rejection by Sigma Clip 3σ 2σ 2-Sigma Clip 2-Sigma

Poisson Data Reject Uses a theoretical “spread” (sigma) assuming a Poisson distribution of data Poisson sigma == Sqrt(average signal) Average signal value calculation includes use of camera gain and read noise Camera values need to be correct

Poisson Data Reject Can be used on small stacks – even two or three images Very strong noise rejection May damage stars if the star sizes are not pretty similar across frames You need to try various sigma factors and look closely at the results

Workflow Calibration Registration Normalization Data rejection Combine (mean) DDP processing for luminance Sharpening for “preview”

Registration Tips Pick whatever image is well-framed as reference CCDIS is preferred – requires CCDInspector plug-in ($90) You can mix and match alignment methods as desired Help file has good explanations “Apply” alternatives Nearest neighbor – image must be well-sampled, alignment must be dead-on; be SURE you blink the stack Quadratic B-Spline is a safer choice

Normalization Pick your best quality image in the stack Normalization is CRITICAL to data rejection It can be repeated multiple times if needed

Data Rejection Tips Use your best-quality image Try for 1-2% data rejection on this reference image by adjusting the “factor” and looking at the “Info” window STD Sigma Reject is a good all-purpose choice Poisson Reject is well-suited for small stacks or nasty problems

Color Combination Tips Create an LRGB composite Use the background adjustment option Boost the contrast for better visualization White adjustment options Choose a known-white object Select an entire spiral galaxy Very good starting point on color balance

CCDStack Help Version 2 includes much-improved help Context-sensitive help (F1) Expanded information on various processing options CCDWare support forums are monitored and used by program authors

References Streaming video tutorial: http://www.ccdware.com/tutorials/ccdstack/overview.html Version 1 tutorial: http://www.ccdware.com/Files/CCDStack%20Tutorial.pdf Original SIG presentation: http://www.oc-aisig.org/docs/tutorials/ Where to get CCDStack: http://www.ccdware.com/