NHSC Data Processing Workshop Pasadena 2 nd -9 th Feb Map-Making Basics. C. Kevin Xu (NHSC/IPAC) page 1 PACS

Size: px
Start display at page:

Download "NHSC Data Processing Workshop Pasadena 2 nd -9 th Feb Map-Making Basics. C. Kevin Xu (NHSC/IPAC) page 1 PACS"

Transcription

1 Map-Making Basics C. Kevin Xu (NHSC/IPAC) page 1

2 Contents SPIRE mapmakers: Naïve Mapper (default) MADMapper (more complicated but not better) De-striper (still in development, not covered here) Baseline Removers: Median baseline remover module (default) Polynomial baseline for whole obs (embedded in Mappers) Polynomial baseline scan-by-scan (a Jython script) Median baseline for extended sources (a Jython script) A comprehensive baseline remover module for pipeline (still in development, not covered here) page 2

3 SPIRE Naïve Mapper Flux of a sky pixel is the simple average of all signal samplings (by all detectors) in the pixel, with no weighting for either the measurement error or the position of a sampling: Sky pixel f 4 f 5 f 3 f 1 f 2 f pixel = n i n f i signal samplings page 3

4 MADMapper & Comparison to NaïveMapper MADMapper: Maximum-Likelihood algorithm, minimize uncorrelated 1/f noise Diff. map: mapplw=madscanmapper(level1, array="plw") NaïveMapper: simple average mapplw=naivescanmapper(level1, array="plw") MADMap does not improve over the simple naïve map: no uncorr. 1/f in SPIRE!! MADmap has shadows around the central bright source, due to ringing!! page 4 C.K. Xu (SPIRE) 4

5 MADMapper & Comparison to NaïveMapper MADMapper: Maximum-Likelihood algorithm, minimize uncorrelated 1/f noise Diff. map: mapplw=madscanmapper(level1, array="plw") NaïveMapper: simple average mapplw=naivescanmapper(level1, array="plw") MADMap does not improve over the simple naïve map: no uncorr. 1/f in SPIRE!! MADmap has shadows around the central bright source, due to ringing!! page 5 C.K. Xu (SPIRE) 5

6 : why it is needed? example: PSW map without you see nothing but stripes stripes: offsets of individual detector channels on the order of ~ 0.1Jy/beam. caused by errors of Temperature Drift Correction (~ a few % ~10 Jy/beam). page 6 C.K. Xu (SPIRE) 6

7 methods in pipeline Two methods available in standard pipeline: 1. A stand-along module (default): Subtracting the median from individual scans of each detector. 2. Embedded in Mappers: Subtracting a polynomial baseline from the timeline of each channel for the entire observation. Signal (Jy/beam) Obs(uncorrected) Poly-order =1 (linear) baseline subtr., whole obs med subtr, scan-by-scan Time (second) little differences between maps from the two methods, slight advantage for method 2 in taking off slope while preserving extended signals. page 7 C.K. Xu (SPIRE) 7

8 Comparison between two methods: An example (NGC 5315, PSW) method1: scan-by-scan med difference method2: linear baseline of entire obs little differences between maps from the two methods, slight advantage for method 2 in taking off slope while preserving extended signals. page 8 C.K. Xu (SPIRE) 8

9 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial page 9 ~4.5 deg scan length 20 /sec scan speed (parallel mode) 9

10 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial page 10 ~4.5 deg scan length 20 /sec scan speed (parallel mode) 10

11 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial page 11 ~4.5 deg scan length 20 /sec scan speed (parallel mode) 11

12 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial The longer the scan, the higher the degree page 12 ~4.5 deg scan length 20 /sec scan speed (parallel mode) 12

13 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial page 13 ~4.5 deg scan length 20 /sec scan speed (parallel mode) 13 replace this

14 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial page 14 ~4.5 deg scan length 20 /sec scan speed (parallel mode) 14

15 an off-line script for extended sources Median removal does a poor job for observations of extended sources (over-subtraction because the source bias the median high) Remedy: an off-line script removebaselineextendsource.py (provided by NHSC) Median source-masked med subtr. diff. map data inside the circle are masked in med. calculation page 15 15

16 an off-line script for extended sources Median removal does a poor job for observations of extended sources (over-subtraction because the source bias the median high) Remedy: an off-line script removebaselineextendsource.py (provided by NHSC) Median source-masked med subtr. diff. map data inside the circle are masked in med. calculation page 16 16

17 an off-line script for extended sources Median removal does a poor job for observations of extended sources (over-subtraction because the source bias the median high) Remedy: an off-line script removebaselineextendsource.py (provided by NHSC) Median source-masked med subtr. diff. map Do it with SPIA data inside the circle are masked in med. calculation page 17 17

18 an off-line script for extended sources Median removal does a poor job for observations of extended sources (over-subtraction because the source bias the median high) Remedy: an off-line script removebaselineextendsource.py (provided by NHSC) Median source-masked med subtr. diff. map data inside the circle are masked in med. calculation page 18 18

19 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial Scan length: ~4.5 deg Scan speed: 20 /sec (parallel mode) page 19 19

20 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial Scan length: ~4.5 deg Scan speed: 20 /sec (parallel mode) page 20 20

21 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial Scan length: ~4.5 deg Scan speed: 20 /sec (parallel mode) page 21 21

22 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. 5 th order polynomial 9 th order polynomial Median The baseline longer removal the scan, The higher the degree Scan length: ~4.5 deg Scan speed: 20 /sec (parallel mode) page 22 22

23 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median User s Script 5 th order polynomial 9 th order polynomial replace this block with: scans=removebaselinepoly(level1,polydegree=9) Scan length: ~4.5 deg Scan speed: 20 /sec (parallel mode) page 23 23

24 Scan-by-scan polynomial script Stripes caused by V bias drift (during the burp ) can be removed by scan-by-scan polynomial (see example below). Script removebaselinepoly.py is included in the workshop package. Median 5 th order polynomial 9 th order polynomial Scan length: ~4.5 deg Scan speed: 20 /sec (parallel mode) page 24 24

Overview of SPIRE Photometer Pipeline

Overview of SPIRE Photometer Pipeline 8 th Feb 2012 Overview of SPIRE Photometer Pipeline C. Kevin Xu (NHSC/IPAC) page 1 8 th Feb 2012 Goals: Show how SPIRE Photometer pipeline works (functionalities of major modules). Explain what is new

More information

The SPIRE Destriper (a short overview)

The SPIRE Destriper (a short overview) The SPIRE Destriper (a short overview) Bernhard Schulz Lijun Zhang 17 Jul 2012 1 Introductory Notes This presentahon reflects the status of the following configurahons: HIPE 8 (build 3469) used together

More information

Using the Herschel Science Archive

Using the Herschel Science Archive Using the Herschel Science Archive 2015 SOFIA Observers' Workshop Bernhard Schulz (NHSC/IPAC) The Herschel Space Observatory 3.5-m cryogenically cooled telescope, located in L2 Range: 55 650 mic Telescope

More information

PACS. Considerations for PACS Mapping. Herschel. PACS Mapping Page 1. Babar Ali,David Frayer,Pierre Chanial

PACS. Considerations for PACS Mapping. Herschel. PACS Mapping Page 1. Babar Ali,David Frayer,Pierre Chanial PACS Mapping Page 1 Considerations for PACS Mapping Babar Ali,David Frayer,Pierre Chanial PACS Mapping Page 2 Req. I Mapping considerations for PACS data reduction pipelines I - A. History Version Date

More information

The Unimap map-maker: status and developments

The Unimap map-maker: status and developments 1 The Unimap map-maker: status and developments Lorenzo Piazzo DIET dept. - University of Rome La Sapienza Outline 2 Part I Unimap Overview Basic data model Least Squares Estimation Noise Reduction strategy

More information

PACS Data Reduction Guide: Photometry. Issue user. Version 15 March 2017

PACS Data Reduction Guide: Photometry. Issue user. Version 15 March 2017 PACS Data Reduction Guide: Photometry Issue user. Version 15 March 2017 PACS Data Reduction Guide: Photometry Table of Contents 1. PACS Launch Pads... 1 1.1. Introduction... 1 1.2. PACS Data Launch Pad...

More information

Sub-Exposure Times and Dark Frames Copyright 2004, 2007, 2010 John C. Smith Revised: February 4, 2010

Sub-Exposure Times and Dark Frames Copyright 2004, 2007, 2010 John C. Smith Revised: February 4, 2010 Sub-Exposure Times and Dark Frames Copyright 2004, 2007, 2010 John C. Smith Revised: February 4, 2010 Note on Revision 2 Dr. Jeff Winter was kind enough to provide additional insight on the nature of combining

More information

The Italian LBT spectroscopic data reduction pipeline

The Italian LBT spectroscopic data reduction pipeline LBTO 2017 Users' Meeting The Italian LBT spectroscopic data reduction pipeline Alida Marchetti INAF-IASF Milano Firenze, June 20th-23rd reduction pipeline SOME NUMBERS INAF nights 46 Effective observing

More information

PACS Data Reduction Guide. issue: user, Version: 9 Nov 2011

PACS Data Reduction Guide. issue: user, Version: 9 Nov 2011 PACS Data Reduction Guide issue: user, Version: 9 Nov 2011 PACS Data Reduction Guide Table of Contents 1. PACS Launch Pads... 1 1.1. Introduction... 1 1.2. PACS Data Launch Pad... 1 1.2.1. A quick on terminology...

More information

GEOG 4110/5100 Advanced Remote Sensing Lecture 2

GEOG 4110/5100 Advanced Remote Sensing Lecture 2 GEOG 4110/5100 Advanced Remote Sensing Lecture 2 Data Quality Radiometric Distortion Radiometric Error Correction Relevant reading: Richards, sections 2.1 2.8; 2.10.1 2.10.3 Data Quality/Resolution Spatial

More information

Image Processing. Filtering. Slide 1

Image Processing. Filtering. Slide 1 Image Processing Filtering Slide 1 Preliminary Image generation Original Noise Image restoration Result Slide 2 Preliminary Classic application: denoising However: Denoising is much more than a simple

More information

Spectroscopy techniques II. Danny Steeghs

Spectroscopy techniques II. Danny Steeghs Spectroscopy techniques II Danny Steeghs Conducting long-slit spectroscopy Science goals must come first, what are the resolution and S/N requirements? Is there a restriction on exposure time? Decide on

More information

PACS Data Reduction Guide: Photometry. Issue user. Version 10 Apr. 2012

PACS Data Reduction Guide: Photometry. Issue user. Version 10 Apr. 2012 PACS Data Reduction Guide: Photometry Issue user. Version 10 Apr. 2012 PACS Data Reduction Guide: Photometry Table of Contents 1. PACS Launch Pads... 1 1.1. Introduction... 1 1.2. PACS Data Launch Pad...

More information

MRO CRISM TRR3 Hyperspectral Data Filtering

MRO CRISM TRR3 Hyperspectral Data Filtering MRO CRISM TRR3 Hyperspectral Data Filtering CRISM Data User's Workshop 03/18/12 F. Seelos, CRISM SOC CRISM PDS-Delivered VNIR TRR3 I/F 3-Panel Plot False Color RGB Composite Composite band distribution

More information

ACS/WFC Crosstalk after Servicing Mission 4

ACS/WFC Crosstalk after Servicing Mission 4 Instrument Science Report ACS 2010-02 ACS/WFC Crosstalk after Servicing Mission 4 Anatoly Suchkov, Norman Grogin, Marco Sirianni, Ed Cheng, Augustyn Waczynski, & Marcus Loose March 10, 2010 ABSTRACT The

More information

esac PACS Spectrometer: forward model tool for science use

esac PACS Spectrometer: forward model tool for science use esac European Space Astronomy Centre (ESAC) P.O. Box, 78 28691 Villanueva de la Cañada, Madrid Spain PACS Spectrometer: forward model tool for science use Prepared by Elena Puga Reference HERSCHEL-HSC-TN-2131

More information

Wideband Mosaic Imaging for VLASS

Wideband Mosaic Imaging for VLASS Wideband Mosaic Imaging for VLASS Preliminary ARDG Test Report U.Rau & S.Bhatnagar 29 Aug 2018 (1) Code Validation and Usage (2) Noise, Weights, Continuum sensitivity (3) Imaging parameters (4) Understanding

More information

Sky-Offset / Dynamic Bad pixel flagging Module

Sky-Offset / Dynamic Bad pixel flagging Module Sky-Offset / Dynamic Bad pixel flagging Module F. Masci, version 1.0 (3/19/2008) 1. Background The functions of this module shall be twofold: i. Compute a sky-offset image from a median (or trimmed average)

More information

In some applications it may be important that the extrema of the interpolating function are within the extrema of the given data.

In some applications it may be important that the extrema of the interpolating function are within the extrema of the given data. Shape-preserving piecewise poly. interpolation In some applications it may be important that the extrema of the interpolating function are within the extrema of the given data. For example: If you the

More information

Overview of LFI maps generation and their characteristics

Overview of LFI maps generation and their characteristics Overview of LFI maps generation and their characteristics Davide Maino University of Milano, Dept. of Physics UC Davis, 20 May 2013 Davide Maino Overview of LFI maps generation and their characteristics

More information

Automated Measurement of Viscosity with Ubbelohde Viscometers, Camera Unit and Image Processing Software

Automated Measurement of Viscosity with Ubbelohde Viscometers, Camera Unit and Image Processing Software Santiago de Querétaro, México, Automated Measurement of Viscosity with Ubbelohde Viscometers, Camera Unit and Image Processing Software Will, J.C., Hernández, I., Trujillo, S. km 4,5 Carretera a Los Cués,

More information

Basic Imaging and Self- Calibration (T4 + T7)

Basic Imaging and Self- Calibration (T4 + T7) Basic Imaging and Self- Calibration (T4 + T7) John McKean Visibilities Fourier Transform Deconvolution AIM: 1. To make an image by taking the fast Fourier transform of the visibility data. 2. Carry out

More information

Herschel Data Analysis Guerilla Style: Keeping flexibility in a system with long development cycles. Bernhard Schulz

Herschel Data Analysis Guerilla Style: Keeping flexibility in a system with long development cycles. Bernhard Schulz GRITS 17 June 2011 Herschel Data Analysis Guerilla Style: Keeping flexibility in a system with long development cycles Bernhard Schulz NASA Herschel Science Center HCSS The Herschel Common Science System

More information

Median Filter Algorithm Implementation on FPGA for Restoration of Retina Images

Median Filter Algorithm Implementation on FPGA for Restoration of Retina Images Median Filter Algorithm Implementation on FPGA for Restoration of Retina Images Priyanka CK, Post Graduate Student, Dept of ECE, VVIET, Mysore, Karnataka, India Abstract Diabetic Retinopathy is one of

More information

SPECT QA and QC. Bruce McBride St. Vincent s Hospital Sydney.

SPECT QA and QC. Bruce McBride St. Vincent s Hospital Sydney. SPECT QA and QC Bruce McBride St. Vincent s Hospital Sydney. SPECT QA and QC What is needed? Why? How often? Who says? QA and QC in Nuclear Medicine QA - collective term for all the efforts made to produce

More information

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution Urvashi Rau National Radio Astronomy Observatory, Socorro, NM, USA The van-cittert Zernike theorem Ei E V ij u, v = I l, m e sky j 2 i ul vm dldm 2D Fourier transform : Image

More information

Astronomy Announcements. Reduction/Calibration I 9/23/15

Astronomy Announcements. Reduction/Calibration I 9/23/15 Astronomy 3310 Lecture 5: In-Flight Data Reduction/Calibration: Working With Calibration Data and the Calibration Pipeline Lecture 5 Astro 3310 1 Announcements You should be finishing Lab 2... Lab 2 is

More information

Reduction of LABOCA data with BoA

Reduction of LABOCA data with BoA Reduction of LABOCA data with BoA Observing with LABOCA at APEX More evolved steps Focus, pointing, calibration Calibration scans Observing session Checking (and correcting) Focus settings: fx, fy, fz

More information

PROCESS > SPATIAL FILTERS

PROCESS > SPATIAL FILTERS 83 Spatial Filters There are 19 different spatial filters that can be applied to a data set. These are described in the table below. A filter can be applied to the entire volume or to selected objects

More information

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT)

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) HIRedux Pipeline Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) Overview IDL Fully Automated Organize the observations Allow for multiple setups Binning, decker, angles, etc. Flatten Pixel-to-pixel

More information

Automated AFM Image Processing User Manual

Automated AFM Image Processing User Manual Automated AFM Image Processing User Manual Starting The Program Open and run the GUI_run_me.m script in Matlab to start the program. The first thing to do is to select the folder that contains the images

More information

OSKAR: Simulating data from the SKA

OSKAR: Simulating data from the SKA OSKAR: Simulating data from the SKA Oxford e-research Centre, 4 June 2014 Fred Dulwich, Ben Mort, Stef Salvini 1 Overview Simulating interferometer data for SKA: Radio interferometry basics. Measurement

More information

Cosmic Origins Spectrograph: On-Orbit Performance of Target Acquisitions

Cosmic Origins Spectrograph: On-Orbit Performance of Target Acquisitions The 2010 STScI Calibration Workshop Space Telescope Science Institute, 2010 Susana Deustua and Cristina Oliveira, eds. Cosmic Origins Spectrograph: On-Orbit Performance of Target Acquisitions Steven V.

More information

7.3 ACS/WFC: Optimizing the Image Alignment for Multiple Visits

7.3 ACS/WFC: Optimizing the Image Alignment for Multiple Visits ACS/WFC: Optimizing the Image Alignment for Multiple Visits 186 7.3 ACS/WFC: Optimizing the Image Alignment for Multiple Visits Introduction Three ACS/WFC images of a crowded stellar field, obtained at

More information

JWST Pipeline & Data Products

JWST Pipeline & Data Products JWST Pipeline & Data Products Stage 1: Ramps-to-Slopes Karl D. Gordon JWST Calibration WG Lead Space Telescope Sci. Inst. Baltimore, MD, USA Stage 2: Calibrated Slopes Stage 3: Ensemble Processing Star

More information

CS334: Digital Imaging and Multimedia Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University

CS334: Digital Imaging and Multimedia Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University CS334: Digital Imaging and Multimedia Edges and Contours Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines What makes an edge? Gradient-based edge detection Edge Operators From Edges

More information

Hom o om o or o phi p c Processing

Hom o om o or o phi p c Processing Homomorphic o o Processing Motivation: Image with a large dynamic range, e.g. natural scene on a bright sunny day, recorded on a medium with a small dynamic range, e.g. a film image contrast significantly

More information

VISOR vision sensors and the Eyesight vision systems

VISOR vision sensors and the Eyesight vision systems VISOR vision sensors and the Eyesight vision systems Image processing made simple! VISOR Object Sensor VISOR Color VISOR Solar Sensor Eyesight Vision Systems from Page 112 from Page 62 from Page 80 from

More information

ERROR RECOGNITION and IMAGE ANALYSIS

ERROR RECOGNITION and IMAGE ANALYSIS PREAMBLE TO ERROR RECOGNITION and IMAGE ANALYSIS 2 Why are these two topics in the same lecture? ERROR RECOGNITION and IMAGE ANALYSIS Ed Fomalont Error recognition is used to determine defects in the data

More information

Status of PSF Reconstruction at Lick

Status of PSF Reconstruction at Lick Status of PSF Reconstruction at Lick Mike Fitzgerald Workshop on AO PSF Reconstruction May 10-12, 2004 Quick Outline Recap Lick AO system's features Reconstruction approach Implementation issues Calibration

More information

Lobster eye X-ray optics: Data processing from two 1D modules

Lobster eye X-ray optics: Data processing from two 1D modules Contrib. Astron. Obs. Skalnaté Pleso 47, 178 183, (2017) Lobster eye X-ray optics: Data processing from two 1D modules O. Nentvich, M. Urban, V. Stehlikova, L. Sieger and R. Hudec Czech Technical University

More information

SignGO Pro // SignGO Lite Features Listing

SignGO Pro // SignGO Lite Features Listing SignGO Pro // SignGO Lite Features Listing Features Design Text Entry SignGO Lite SignGO Pro Artistic Text Text On Arc Text On Path Frame Text AutoMerge Script Drawing Shape drawing Freehand drawing Logos

More information

CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN

CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN CHAPTER 3: IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN Principal objective: to process an image so that the result is more suitable than the original image

More information

Linear Operations Using Masks

Linear Operations Using Masks Linear Operations Using Masks Masks are patterns used to define the weights used in averaging the neighbors of a pixel to compute some result at that pixel Expressing linear operations on neighborhoods

More information

WSDC Subsystem Peer Review

WSDC Subsystem Peer Review WSDC Subsystem Peer Review Multiband DETector () Ken Marsh (IPAC/Caltech) 1 Outline Relationship of to other WSDS pipeline modules Why multiband? Theoretical basis Procedure - Steps involved - Allowance

More information

Usage guidelines and procedures for SharpCap

Usage guidelines and procedures for SharpCap Usage guidelines and procedures for SharpCap This document is meant to describe the features and configuration items of interest to our project interior to the SharpCap camera control software. Commonly

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 11 140311 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Motion Analysis Motivation Differential Motion Optical

More information

ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-3840

ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-3840 ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-38406 Saint Martin d'h eres August 13, 2001 Abstract This

More information

JPEG. Wikipedia: Felis_silvestris_silvestris.jpg, Michael Gäbler CC BY 3.0

JPEG. Wikipedia: Felis_silvestris_silvestris.jpg, Michael Gäbler CC BY 3.0 JPEG Wikipedia: Felis_silvestris_silvestris.jpg, Michael Gäbler CC BY 3.0 DFT vs. DCT Image Compression Image compression system Input Image MAPPER QUANTIZER SYMBOL ENCODER Compressed output Image Compression

More information

SYDE 372 Introduction to Pattern Recognition. Distance Measures for Pattern Classification: Part I

SYDE 372 Introduction to Pattern Recognition. Distance Measures for Pattern Classification: Part I SYDE 372 Introduction to Pattern Recognition Distance Measures for Pattern Classification: Part I Alexander Wong Department of Systems Design Engineering University of Waterloo Outline Distance Measures

More information

1 Introduction. 2 Replacement. MEMORANDUM November 13, 2009

1 Introduction. 2 Replacement. MEMORANDUM November 13, 2009 MIT Kavli Institute Chandra X-Ray Center MEMORANDUM November 13, 2009 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: Bias repair Revision: 4.1 URL: http://space.mit.edu/cxc/docs/docs.html#bias

More information

Single-epoch Measurement Algorithms Robert Lupton Applications Lead

Single-epoch Measurement Algorithms Robert Lupton Applications Lead Single-epoch Measurement Algorithms Robert Lupton Applications Lead 2013-09-19 CDP FINAL DESIGN REVIEW September 19-20, 2013 Name of Mee)ng Loca)on Date - Change in Slide Master 1 Outline Single-epoch

More information

ALMA Science Pipeline Quickstart Guide

ALMA Science Pipeline Quickstart Guide Doc 2.13, ver. 1.0 September 2014 ALMA Science Pipeline Quickstart Guide ALMA, an international astronomy facility, is a partnership of Europe, North America and East Asia in cooperation with the Republic

More information

OUTSTANDING TEACHING, LEARNING AND ASSESSMENT TECHNICAL SKILLS NATIONAL PROGRAMME

OUTSTANDING TEACHING, LEARNING AND ASSESSMENT TECHNICAL SKILLS NATIONAL PROGRAMME OUTSTANDING TEACHING, LEARNING AND ASSESSMENT TECHNICAL SKILLS NATIONAL PROGRAMME Master Technician Handout for Learners Created by: Aron Randhawa Managed by In partnership with Learning outcomes: Colour

More information

1 Introduction. 2 Replacement. MEMORANDUM April 7, 2010

1 Introduction. 2 Replacement. MEMORANDUM April 7, 2010 MIT Kavli Institute Chandra X-Ray Center MEMORANDUM April 7, 2010 To: Jonathan McDowell, SDS Group Leader From: Glenn E. Allen, SDS Subject: Bias repair Revision: 4.4 URL: http://space.mit.edu/cxc/docs/docs.html#bias

More information

Edge Classification. J. Elder, D. Beniaminov, G. Pintilie Centre for Vision Research York University Toronto, Canada

Edge Classification. J. Elder, D. Beniaminov, G. Pintilie Centre for Vision Research York University Toronto, Canada Edge Classification J. Elder, D. Beniaminov, G. Pintilie York University Toronto, Canada Elder, J.H., Beniaminov, D. & Pintilie, G. (1999). Edge classification in natural images, Investigative Ophthalmology

More information

Image Processing Lecture 10

Image Processing Lecture 10 Image Restoration Image restoration attempts to reconstruct or recover an image that has been degraded by a degradation phenomenon. Thus, restoration techniques are oriented toward modeling the degradation

More information

CRISM (Compact Reconnaissance Imaging Spectrometer for Mars) on MRO. Calibration Upgrade, version 2 to 3

CRISM (Compact Reconnaissance Imaging Spectrometer for Mars) on MRO. Calibration Upgrade, version 2 to 3 CRISM (Compact Reconnaissance Imaging Spectrometer for Mars) on MRO Calibration Upgrade, version 2 to 3 Dave Humm Applied Physics Laboratory, Laurel, MD 20723 18 March 2012 1 Calibration Overview 2 Simplified

More information

JWST Pipeline & Data Products

JWST Pipeline & Data Products JWST Pipeline & Data Products Stage 1: Ramps-to-Slopes Karl D. Gordon JWST Calibration WG Lead Space Telescope Sci. Inst. Baltimore, MD, USA Stage 2: Calibrated Slopes Stage 3: Ensemble Processing 18 May

More information

A MULTI-RESOLUTION APPROACH TO DEPTH FIELD ESTIMATION IN DENSE IMAGE ARRAYS F. Battisti, M. Brizzi, M. Carli, A. Neri

A MULTI-RESOLUTION APPROACH TO DEPTH FIELD ESTIMATION IN DENSE IMAGE ARRAYS F. Battisti, M. Brizzi, M. Carli, A. Neri A MULTI-RESOLUTION APPROACH TO DEPTH FIELD ESTIMATION IN DENSE IMAGE ARRAYS F. Battisti, M. Brizzi, M. Carli, A. Neri Università degli Studi Roma TRE, Roma, Italy 2 nd Workshop on Light Fields for Computer

More information

MODULE 3 LECTURE NOTES 3 ATMOSPHERIC CORRECTIONS

MODULE 3 LECTURE NOTES 3 ATMOSPHERIC CORRECTIONS MODULE 3 LECTURE NOTES 3 ATMOSPHERIC CORRECTIONS 1. Introduction The energy registered by the sensor will not be exactly equal to that emitted or reflected from the terrain surface due to radiometric and

More information

Morphological Image Processing

Morphological Image Processing Morphological Image Processing Binary dilation and erosion" Set-theoretic interpretation" Opening, closing, morphological edge detectors" Hit-miss filter" Morphological filters for gray-level images" Cascading

More information

1 Introduction. 2 Replacement. MEMORANDUM May 13, Jonathan McDowell, SDS Group Leader Glenn E. Allen, SDS Bias repair

1 Introduction. 2 Replacement. MEMORANDUM May 13, Jonathan McDowell, SDS Group Leader Glenn E. Allen, SDS Bias repair MIT Kavli Institute Chandra X-Ray Center MEMORANDUM May 13, 2010 To: From: Subject: Revision: 5.4 URL: File: Jonathan McDowell, SDS Group Leader Glenn E. Allen, SDS Bias repair http://space.mit.edu/cxc/docs/docs.html#bias

More information

Getting the most out of your ALMA DATA with ADMIT: The ALMA DATA Mining Toolkit

Getting the most out of your ALMA DATA with ADMIT: The ALMA DATA Mining Toolkit Getting the most out of your ALMA DATA with : The ALMA DATA Mining Toolkit Lee Mundy, Leslie Looney, Peter Teuben, Doug Friedel, Marc Pound, Lisa Xu, Kevin Rauch, Robert Harris, Jeff Kern, & team : ALMA

More information

ALMA Science Pipeline Quickstart Guide

ALMA Science Pipeline Quickstart Guide Doc 2.13, ver. 2.0 August 2015 ALMA Science Pipeline Quickstart Guide Pipeline CASA 4.3.1 ALMA, an international astronomy facility, is a partnership of Europe, North America and East Asia in cooperation

More information

Synthesis Imaging. Claire Chandler, Sanjay Bhatnagar NRAO/Socorro

Synthesis Imaging. Claire Chandler, Sanjay Bhatnagar NRAO/Socorro Synthesis Imaging Claire Chandler, Sanjay Bhatnagar NRAO/Socorro Michelson Summer Workshop Caltech, July 24-28, 2006 Synthesis Imaging 2 Based on the van Cittert-Zernike theorem: The complex visibility

More information

SWAP Image Calibration. Daniel B. Seaton, D. Shaun Bloomfield, ROB & TCD SWAP Teams

SWAP Image Calibration. Daniel B. Seaton, D. Shaun Bloomfield, ROB & TCD SWAP Teams SWAP Image Calibration Daniel B. Seaton, D. Shaun Bloomfield, ROB & TCD SWAP Teams Primary Image Calibration Steps Implemented Dark Subtraction Pixel Map Correction Image Scaling, Rotation, & Centering

More information

CS 231A Computer Vision (Fall 2011) Problem Set 4

CS 231A Computer Vision (Fall 2011) Problem Set 4 CS 231A Computer Vision (Fall 2011) Problem Set 4 Due: Nov. 30 th, 2011 (9:30am) 1 Part-based models for Object Recognition (50 points) One approach to object recognition is to use a deformable part-based

More information

Data products. Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda

Data products. Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda Data products Dario Fadda (USRA) Pipeline team Bill Vacca Melanie Clarke Dario Fadda Pipeline (levels 1 à 2) The pipeline consists in a sequence of modules. For each module, files are created and read

More information

Chapter - 2 : IMAGE ENHANCEMENT

Chapter - 2 : IMAGE ENHANCEMENT Chapter - : IMAGE ENHANCEMENT The principal objective of enhancement technique is to process a given image so that the result is more suitable than the original image for a specific application Image Enhancement

More information

Continuum error recognition and error analysis

Continuum error recognition and error analysis Continuum error recognition and error analysis Robert Laing (ESO) 1 Outline Error recognition: how do you recognise and diagnose residual errors by looking at images? Image analysis: how do you extract

More information

Data Analysis. I have got some data, so what now? Naomi McClure-Griffiths CSIRO Australia Telescope National Facility 2 Oct 2008

Data Analysis. I have got some data, so what now? Naomi McClure-Griffiths CSIRO Australia Telescope National Facility 2 Oct 2008 Data Analysis I have got some data, so what now? Naomi McClure-Griffiths CSIRO Australia Telescope National Facility 2 Oct 2008 1 Outline Non-imaging analysis Parameter estimation Point source fluxes,

More information

4Kx4K CCD Imager for the 3.6m DOT

4Kx4K CCD Imager for the 3.6m DOT 4Kx4K CCD Imager for the 3.6m DOT As an in-house developmental activity, the 4KX4K CCD Imager is designed and assembled as a first light instrument for the axial port of the 3.6m DOT using the f/9 beam

More information

Scene Matching on Imagery

Scene Matching on Imagery Scene Matching on Imagery There are a plethora of algorithms in existence for automatic scene matching, each with particular strengths and weaknesses SAR scenic matching for interferometry applications

More information

Overview of Post-BCD Processing

Overview of Post-BCD Processing Overview of Post-BCD Processing Version 1.1 Release Date: January 7, 2004 Issued by the Spitzer Science Center California Institute of Technology Mail Code 314-6 1200 E. California Blvd Pasadena, California

More information

Scanamorphos for the APEX-ArTéMiS µm camera : description and user guide

Scanamorphos for the APEX-ArTéMiS µm camera : description and user guide May 24, 2018 Scanamorphos for the APEX-ArTéMiS 350-450 µm camera : description and user guide H. Roussel Institut d Astrophysique de Paris, Université Pierre et Marie Curie (UPMC), Sorbonne Université,

More information

IRAM Memo Introducing Associated Arrays in CLASS

IRAM Memo Introducing Associated Arrays in CLASS IRAM Memo 2015-4 Introducing Associated Arrays in CLASS S. Bardeau 1, J. Pety 1,2 1. IRAM (Grenoble) 2. Observatoire de Paris January, 28 th 2016 Version 1.0 Abstract The concept of Associated Arrays is

More information

Specifications: tgfindzo Algorithm and Interface

Specifications: tgfindzo Algorithm and Interface MIT Kavli Institute Chandra X-Ray Center Specifications: tgfindzo Algorithm and Interface David Huenemoerder December 13, 2011 Revision History 1. 2011.12.13 version 1.0; corrections from JC; and more

More information

1 Introduction to Graphics

1 Introduction to Graphics 1 1.1 Raster Displays The screen is represented by a 2D array of locations called pixels. Zooming in on an image made up of pixels The convention in these notes will follow that of OpenGL, placing the

More information

Scan Conversion. CMP 477 Computer Graphics S. A. Arekete

Scan Conversion. CMP 477 Computer Graphics S. A. Arekete Scan Conversion CMP 477 Computer Graphics S. A. Areete What is Scan-Conversion? 2D or 3D objects in real world space are made up of graphic primitives such as points, lines, circles and filled polygons.

More information

Exploring Curve Fitting for Fingers in Egocentric Images

Exploring Curve Fitting for Fingers in Egocentric Images Exploring Curve Fitting for Fingers in Egocentric Images Akanksha Saran Robotics Institute, Carnegie Mellon University 16-811: Math Fundamentals for Robotics Final Project Report Email: asaran@andrew.cmu.edu

More information

CHAPTER V IMPLEMENTATION AND TESTING

CHAPTER V IMPLEMENTATION AND TESTING CHAPTER V IMPLEMENTATION AND TESTING 5.1. Implementation This program will process the annual rings image in trunk which has been inputted by user. The process will change the image into grayscale, apply

More information

Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation

Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation Obviously, this is a very slow process and not suitable for dynamic scenes. To speed things up, we can use a laser that projects a vertical line of light onto the scene. This laser rotates around its vertical

More information

Automatic Seamless Face Replacement in Videos

Automatic Seamless Face Replacement in Videos Automatic Seamless Face Replacement in Videos Yiren Lu, Dongni Wang University of Pennsylvania December 2016 1 Introduction In this project, the goal is automatic face detection and replacement in videos.

More information

Photometrics QuantEM:512SC Frequently Asked Questions

Photometrics QuantEM:512SC Frequently Asked Questions Photometrics QuantEM:512SC Frequently Asked Questions What s new about the QuantEM camera? The new QuantEM:512SC camera from Photometrics offers: Linearized and quantitative EM gain slider provides a much

More information

Euclid Mission Database

Euclid Mission Database Euclid Mission Database Roland D. Vavrek ESA / European Space Astronomy Centre 2016 Euclid Photometric Calibration Workshop Euclid Mission Database (MDB) Based on the Gaia Parameter Database design Centralized,

More information

Program Modeling Concepts: Lesson-2: DATA FLOW GRAPH MODELS

Program Modeling Concepts: Lesson-2: DATA FLOW GRAPH MODELS Program Modeling Concepts: Lesson-2: DATA FLOW GRAPH MODELS 1 1. DFG 2 Data Flow graph (DFG)( A data-flow means that a program flow such that specifically the data only determines all the program execution

More information

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK Mahamuni P. D 1, R. P. Patil 2, H.S. Thakar 3 1 PG Student, E & TC Department, SKNCOE, Vadgaon Bk, Pune, India 2 Asst. Professor,

More information

Image Processing. Daniel Danilov July 13, 2015

Image Processing. Daniel Danilov July 13, 2015 Image Processing Daniel Danilov July 13, 2015 Overview 1. Principle of digital images and filters 2. Basic examples of filters 3. Edge detection and segmentation 1 / 25 Motivation For what image processing

More information

PACS Data Reduction Guide: Spectroscopy. Issue user Version 15.0 March 2017

PACS Data Reduction Guide: Spectroscopy. Issue user Version 15.0 March 2017 PACS Data Reduction Guide: Spectroscopy Issue user Version 15.0 March 2017 PACS Data Reduction Guide: Spectroscopy Table of Contents 1. PACS Spectroscopy Launch Pad I... 1 1.1. Introduction... 1 1.1.1.

More information

Lecture 3 - Intensity transformation

Lecture 3 - Intensity transformation Computer Vision Lecture 3 - Intensity transformation Instructor: Ha Dai Duong duonghd@mta.edu.vn 22/09/2015 1 Today s class 1. Gray level transformations 2. Bit-plane slicing 3. Arithmetic/logic operators

More information

IRAM mm-interferometry School UV Plane Analysis. IRAM Grenoble

IRAM mm-interferometry School UV Plane Analysis. IRAM Grenoble IRAM mm-interferometry School 2004 1 UV Plane Analysis Frédéric Gueth IRAM Grenoble UV Plane analysis 2 UV Plane analysis The data are now calibrated as best as we can Caution: data are calibrated, but

More information

WSDC Subsystem Peer Review. Frame Co-addition

WSDC Subsystem Peer Review. Frame Co-addition WSDC Subsystem Peer Review Frank Masci IPAC/Caltech 1 Outline 1. Atlas (co-add) Image deliverables and strategy 2. Co-add pipeline overview 3. Preprocessing steps: outlier detection strategy and plans

More information

ALMA SIMULATIONS WITH CASA. Hsi-An Pan & ARC Taiwan Team

ALMA SIMULATIONS WITH CASA. Hsi-An Pan & ARC Taiwan Team ALMA SIMULATIONS WITH CASA Hsi-An Pan & ARC Taiwan Team 1 Download the scripts Prepare from the email of workshop reminder Install CASA 4.7.0 or later https://casa.nrao.edu/casa_obtaining.shtml Make sure

More information

Corona Sky Corona Sun Corona Light Create Camera About

Corona Sky Corona Sun Corona Light Create Camera About Plugin menu Corona Sky creates Sky object with attached Corona Sky tag Corona Sun creates Corona Sun object Corona Light creates Corona Light object Create Camera creates Camera with attached Corona Camera

More information

Guest Observer Handbook for HAWC+ Data Products

Guest Observer Handbook for HAWC+ Data Products Guest Observer Handbook for HAWC+ Data Products May 17, 2018 Contents 1 Introduction 3 2 SI Observing Modes Supported 3 2.1 HAWC+ Instrument Information........................ 3 2.2 HAWC+ Observing Modes...........................

More information

PROBLEM FORMULATION AND RESEARCH METHODOLOGY

PROBLEM FORMULATION AND RESEARCH METHODOLOGY PROBLEM FORMULATION AND RESEARCH METHODOLOGY ON THE SOFT COMPUTING BASED APPROACHES FOR OBJECT DETECTION AND TRACKING IN VIDEOS CHAPTER 3 PROBLEM FORMULATION AND RESEARCH METHODOLOGY The foregoing chapter

More information

Imaris 4.2 user information

Imaris 4.2 user information Imaris 4.2 user information There is also a manual to help you use Imaris. It is on the shelf above the Windows machine, to the left of the Adobe box. Please make sure you return it there when you are

More information

Time Analysis of Pulse-based Face Anti-Spoofing in Visible and NIR

Time Analysis of Pulse-based Face Anti-Spoofing in Visible and NIR Time Analysis of Pulse-based Face Anti-Spoofing in Visible and NIR Javier Hernandez-Ortega, Julian Fierrez, Aythami Morales, and Pedro Tome Biometrics and Data Pattern Analytics BiDA Lab Universidad Autónoma

More information

CSCI 1290: Comp Photo

CSCI 1290: Comp Photo CSCI 1290: Comp Photo Fall 2018 @ Brown University James Tompkin Many slides thanks to James Hays old CS 129 course, along with all of its acknowledgements. Questions from Tuesday Aaron: Crepuscular rays

More information