NHSC/PACS Web Tutorials Running PACS spectrometer pipelines

Size: px
Start display at page:

Download "NHSC/PACS Web Tutorials Running PACS spectrometer pipelines"

Transcription

1 NHSC/PACS s Running PACS spectrometer pipelines PACS- 302 Level 1 to Level 2 and beyond: From Sliced Cubes to Rebinned and Projected Spectral Line Cubes, and 1- D Spectra Original Tutorial by Philip Appleton Updated Sept 2012 by Steve Lord Updated Feb 2013 by Steve Lord Updated Oct 2013 by Steve Lord Updated May 2014 for HIPE by David Shupe Updated June 2015 for HIPE by Roberta Paladini - page 1

2 Introduc=on This tutorial presents the main steps of the standard pipeline starmng from the calibrated Frames (Level 1) and pacscube (also Level 1). It describes the processing steps needed to create a set of Pacs Rebinned Cubes and (especially if the observamon is a raster) a Projected, Drizzled or specinterpolated Cube. Numerous break points are shown, where one can interacmvely examine the intermediate results of the pipeline. The PACS Spectroscopy pipelines are documented here: PACS Data ReducAon Guide: Spectroscopy, e.g., Chapter 3 These documents can be accessed through the HIPE help pages. - page 2

3 Important addimonal material for each release is found online at the PACS public Twiki: hyp://herschel.esac.esa.int/twiki/bin/view/public/pacscalibramonweb Also, find out what is new for pipeline 13 here: hyp://herschel.esac.esa.int/twiki/bin/view/public/hipewhatsnew13x#pipeline - page 3

4 Tutorial Pre- requisites: 1. HIPE is running version (or user build ) or later 2. You have completed the following tutorial:. PACS- 301 PACS Spectroscopy Level 0 to 1 Processing - page 4

5 At this point in the processing we had just completed the last step of tutorial PACS 301. We last performed the flat field step a`er having created a set of sliced Cubes (step 3 below). We also did some cleanup (steps 4 & 5 below) In this tutorial we conmnue working with obsid = camera = blue Our last steps which brought us to Level 1: - page 5

6 Let s recap the structure of the data products so far, and see where we are going: Level 0-1, and Level 2 Products PACS PIPELINE CUBE BUILDING RAW Level 0 To Level 0.5 SINGS background FRAMES To calibrated L1 FRAMES Projected to 3 x 3 pixels CALIBRATED PACSCUBE REBINNED PROJECTED FRAMES CUBE CUBE CUBE - page 6 Level 1 Level 2

7 Let s recap the structure of the data products so far, and see where we are going: Near the end of the Level 1 pipeline, we created a set of pacscubes. There are 6 pacscubes in our example, because this blue AOR contains 6 slices (Nod A and Nod B for each cycle posimon of the only observed line) PACS PIPELINE RAW Level 0 To Level 0.5 SINGS background FRAMES CUBE BUILDING To calibrated L1 FRAMES Projected to 3 x 3 pixels CALIBRATED PACSCUBE REBINNED PROJECTED FRAMES CUBE CUBE CUBE - page 7 Level 1 Level 2

8 Level 1 to 2 overview: Step 1 Check number of Frame and Cube Slices from level 1 Step 2 Create a wavelength grid for binning Step 3 Flag data with user- controlled sigma- clipping Step 4 Create the rebinned cube and average the NODS Step 5 Inspect the Rebinned Cube Spaxel- by- Spaxel Step 6 (for Raster or dither paiern mapping of extended sources) Project Rebinned Cubes (via specproject, Drizzling or specinterpolate) onto a WCS Step 6 (for point sources and single poinangs) Extract spectra from the central pixel Step 7 Explore Rebinned and Projected cubes in Spectrum Explorer - page 8

9 Step 1 Check that you have converted your frames to pacscubes (5 x 5 x N) product, and that you have the correct number of both - page 9

10 A pacscube is simply a reorganized Frame with dimensions which are 5 x 5 x N where the 5 x 5 refers to the IFU spaxels of PACS, and N is the number of Mme samples which translate into gramng posimon and wavelength. In a sense you can think of the pacscube as a spamal representamon of sky (5 x 5) and the third dimension can be translated into wavelength forming the basic dataset or cloud of wavelength samples as a funcmon of posimon. In our example we had 6 slices of Frames. Now, having executed the last step, we have 6 slices of Cubes. These slicedcube and slicedframe enmmes (objects) are simply collecmons of Frames and Cubes sliced by raster posimon (if relevant), Nod posimon (Nod A and B) and Line ID. In this case we have one line observed with two Nod observamons and three Nod cycles. - page 10

11 Check One Let s check that we have the correct number of level1 Frames and pacscubes Type into the Console window the following slicedsummary(slicedframes) slicedsummary(slicedcubes) - page 11

12 Summary of Level 1 Products HIPE> slicedsummary(slicedframes) noslices: 6 nocalslices: 0 noscienceslices: 6 slice# isscience nodposition nodcycle rasterid lineid band dimensions wavelengths 0 true ["B"] [2] ["B3A"] [18,25,1536] true ["A"] [2] ["B3A"] [18,25,1536] true [ A"] [2] ["B3A"] [18,25,1536] true [ B"] [2] ["B3A"] [18,25,1536] true [ A"] [2] ["B3A"] [18,25,1536] true [ B"] [2] ["B3A"] [18,25,1536] Above are 6 Frames (18x25x1536) represenmng (=18) spectral pixels, 25 spamal pixels (the 5 x 5 array) and 1536 Mme samples. Note the 16 spectral pix plus 2 extra (a open channel and an overscan ) making 18 spectral pixels total HIPE> slicedsummary(slicedcubes) noslices: 6 nocalslices: 0 noscienceslices: 6 slice# isscience nodposition nodcycle rasterid lineid band dimensions wavelengths 0 true ["B"] [2] ["B3A"] [24576,5,5] true ["A"] [2] ["B3A"] [24576,5,5] true [ A"] [2] ["B3A"] [24576,5,5] true [ B"] [2] ["B3A"] [24576,5,5] true ["A"] [2] ["B3A"] [24576,5,5] true [ B"] [2] ["B3A"] [24576,5,5] A`er conversion to slicedcube we now have 6 pacscubes, organized as Mme sample*16 (=24576), 5 x 5 in this case. Note that the open and overscan spectral pixels have been stripped off in the pacscube format. - page 12

13 Step 2 Create a wavelength grid. This will be used to grid the spectrum in wavelength- space and is the first step in construc=ng a re- binned cube. In the default case the grid is Nyquist- sampled. However, the user can select a finer grid or, alterna=vely, a courser grid to effec=vely provide addi=onal smoothing. - page 13

14 CreaMng a wavegrid: the grid resolumon and number of phased samplings are governed by the parameters oversample and upsample, respecmvely. The default values of these are oversample = 2, upsample = 4. The default values provide a grid which oversamples the intrinsic spectral resolumon element by a factor of 2 (i.e., Nyquist sampling). An upsample value of 4 means that four conmguous sets of wavelength bins are laid- out. When oversample is m, the binwidth used is the intrinsic resolumon element/m. When upsample is n, n sets of wavlength bins are laid- out, each phased by the binwidth/n. wavegrid=wavelengthgrid(slicedcubes.refs[0].product, oversample=2, upsample=4, caltree = caltree) IllustraMve examples follow. - page 14

15 Examples of Oversample and Upsample Parameter Pairs - page 15

16 Oversample = 2 Upsample = 1 bins = ½ spectral resolumon at that wavelength spectral resolumon = 0.02µm BINS widths are ½ the spectral resolumon element = Nyquist Sampled SAMPLES TAKEN HERE - page 16

17 Oversample = 4, Upsample = 1 bins = 1/4 spectral resolumon at that wavelength Oversample = 4 means 4 Mmes narrower bins that the spectral resolumon (2 x beyer than Nyquist) spectral resolumon = 0.02µm - page 17

18 Oversample = 2 Upsample = 2 bins = ½ spectral resolumon at that wavelength, but bins are shi`ed by ½ a bin and resampled, thus the final spectrum contains a finer grid (although the values are not independent). Sample with oversample = 2 (oversample = 2) then shi` by ½ bin then sample again (upsample = 2) BINS are ½ spectral resolumon = Nyquist Sampled spectral resolumon = 0.02µm - page 18

19 Oversample = 2, Upsample = 3 ; Binwidths are ½ the spectral resolumon at their wavelength, and bins are shi`ed by 1/3 and 2/3 of a binwidth and resampled. Thus, the final spectrum contains a fine- spaced grid, but one with highly correlated samples. BINS are ½ spectral resolumon = Nyquist Sampled spectral resolumon = 0.02µm Sample with oversample = 2 (oversample = 2) then shi` by 1/3 bin then sample again (upsample = 3 - page 19 Sample centers are spaced at intervals 1/3 the binwidth.

20 Step 3 Before regridding, we apply OUTLIERS rejec=on flagging to the spectra. This process is quite robust and is found to work well for PACS spectra. If the user suspects that the Deglitcher is over- flagging with GLITCH flags, the effect of these GLITCH flags can be turned- off and the de- glitching can instead be done with the OUTLIERS rejec=on flag method - page 20

21 Next we acmve the masks and apply a sigma- clipping roumne to the spectra (See PACS Data ReducMon Guide: Spectroscopy, for details) # AcMvate all masks slicedcubes = acmvatemasks(slicedcubes, String1d([str(i) for i in slicedcubes.get(0).masktypes \ if i not in ["INLINE", "OUTLIERS_B4FF"]]), exclusive = True) # Flag the remaining outliers, (sigma- clipping in wavelength domain) slicedcubes = specflagoutliers(slicedcubes, wavegrid, nsigma=5, niter=1) specflagoutliers has the task of defining a new flag called OUTLIERS created using a simple sigma- clip algorithm on each bin. niter=1 means that the algorithm has been applied once and then again, iteramvely rejecmng points > nsigma. The user can experiment with these two parameters. The output of this roumne is to create a mask. The mask is later applied when the actual rebinning of the spectra onto the wavegrid takes place. The mask is called OUTLIERS and is acmvated in the next step. NOTE ON EXCLUSION OF GLITCH MASK: If you choose to exclude the glitch detecmon from your results, remove the GLITCH string from the acmvatemasks command above. This will ignore the glitch mask. We have had good results by doing this. - page 21

22 Now we will create our first set of rebinned cubes one for each pacscube: in our lineid=2 case, we have six pacscubes: i.e., for each repemmon (we have three), one pacscube for Nod A and one for Nod B PACS PIPELINE CUBE BUILDING RAW Level 0 To Level 0.5 SINGS background FRAMES To calibrated L1 FRAMES Projected to 3 x 3 pixels CALIBRATED PACSCUBE REBINNED PROJECTED FRAME CUBE CUBE CUBE - page 22 Level 1 Level 2

23 Step 4 Create the Rebinned Cube of dimensions 5 x 5 x rebinned wavelength elements - page 23

24 Now Create the Rebinned Cube We acmvate the OUTLIER mask for the first Mme. This happens before rebinning # AcMvate all masks slicedcubes = acmvatemasks(slicedcubes, String1d([str(i) for i in slicedcubes.get(0).masktypes \ if i not in ["INLINE", "OUTLIERS_B4FF"]]), exclusive = True) # Rebin all selected cubes on the same wavelength (mandatory for specaddnod) slicedrebinnedcubes = specwaverebin(slicedcubes, wavegrid) - page 24 This step produces a set of rebinned cubes (one slice per cube) NOTE ON EXCLUSION OF GLITCH MASK: If you choose to exclude the glitch detecmon from your results, add the GLITCH string to the acmvatemasks command above. This will ignore the glitch mask. We have had good results by doing this. This is the second and last Mme you need to worry about ignoring the glitch mask. If you performed this step and the one before specflagoutliers then you will have a rebinned cube which excludes the glitch detecmon and relies on the sigmaclipping for removal of outliers. In general, we have found sigmaclipping to produce the beyer results.

25 Step 4 (con t) Average the Nods - page 25

26 Now we average together the two Nod posimons. For an observamon with a set of raster posimons, there smll will be more than one final cube (store as slices) one for each raster posimon # Average the nod-a & nod-b rebinned cubes. # All cubes at the same raster position are averaged. # This is the final science-grade product for single pointing and spatially undersampled # rasters. slicedfinalcubes = specaddnodcubes(slicedrebinnedcubes) - page 26

27 Step 5 Inspect the rebinned spectra spaxel by spaxel using various diagnos=c tools - page 27

28 With the verbose=1 diagnostics, we can view (e.g.) the central (2,2) spaxel profile along with its estimated line flux and continuum RMS. Draw a box to zoom in - page 28

29 - page 29 In the case of a raster observation, you can plot the profiles for each slice separately.

30 Step 6 (for point sources and single poin:ng) Extract spectra from the central spaxel - page 30

31 ExtracMng the spectrum for Point Sources Caveats: The following instructions assume that the observation consists of a single pointing of a target which is a point source*, and that the target peak position is centered on the central spaxel [2,2] (i.e., the flux peaks at spaxel [2,2])**. *If there are multiple pointings, these should be handled separately following the instructions below using the individual rebinned cubes. (The PACS point source corrections operate only on individual rebinned cubes.) **If the source is in a spaxel other than the central spaxel, use the PACS Point Source Loss Correction (any spaxel) script found in HIPE->Scripts->PACS useful scripts. extractcentralspectrum will return three spectra: a) Spectrum of the central pixel corrected for the part of the beam that the central spaxel misses. This is known as the c1 spectrum. b) Spectrum of the sum of the central 9 pixels, with the (much smaller) correction for the part of the beam that this superspaxel misses: the c9 spectrum. c) Spectrum of the central pixel, with the 3x3 correction that compares the ratio of c1 to c9 to the ratio expected from the beam profile; this is intended to correct for small mis-pointings and is the c129 spectrum ( c one-to-nine, get it?). To trust this correction the source continuum must be of order 10 Jy. Discussions of these corrections are found in the PACS Data Reduction Guide: Spectroscopy section 8.3 and page 31

32 ExtracMng the spectrum for Point Sources (con t) for slice in range(len(slicedfinalcubes.refs)): if verbose: print # a. Extract central spectrum, incl. point source correction (c1) # b. Extract SUM(central_3x3 spaxels), incl. point source correction (c9) # c. Scale central spaxel to the level of the central_3x3 (c129 -> See PDRG & print extractcentralspectrum. doc ) c1,c9,c129 = extractcentralspectrum(slicedfinalcubes, slice=slice, smoothing='median', islinescan=-1, caltree=caltree, verbose=verbose) # # Save to Fits if saveoutput: name = namebasis + "_centralspaxel_pointsourcecorrected_corrected3x3no_slice_" simplefitswriter(product=c1,file = outputdir + name + str(slice).zfill(2)+".fits") name = namebasis + "_central9spaxels_pointsourcecorrected_slice_" simplefitswriter(product=c9,file = outputdir + name + str(slice).zfill(2)+".fits") name = namebasis + "_centralspaxel_pointsourcecorrected_corrected3x3yes_slice_" simplefitswriter(product=c129,file = outputdir + name + str(slice).zfill(2)+".fits") On the next page we show how this can found in the variable list and opened in SpectrumExplorer. - page 32

33 ExtracMng the spectrum for Point Sources (con t) In the variable list right- click on, e.g., c1 and either open with Spectrum Explorer or send to a FITS file - page 33

34 By execumng the command lines on page 32, we get. - page 34

35 Step 6 (for Raster Observa:ons of Extended Sources) In order to mosaic your cubes onto a uniform World Coordinate System (WCS) grid, users with raster observa=ons* should select between the three methods of mosaicking: 1) specproject or 2) Drizzling, for oversampled maps; 3) specinterpolate, for undersampled maps. *As opposed to the single- poin=ng example data set of this tutorial - page 35

36 The projected cube is only recommended for raster observamons where you have many rebinned cubes and these are combined into a final projected cube PACS PIPELINE CUBE BUILDING RAW Level 0 To Level 0.5 SINGS background FRAMES To calibrated L1 FRAMES Projected to 3 x 3 pixels - page 36 CALIBRATED PACSCUBE REBINNED PROJECTED FRAME CUBE CUBE CUBE Level 1 Level 2

37 specproject (Refer to sec=on 7.8 of the PACS Data Reduc=on Guide for Spectroscopy ). For its rela=ve speed, specproject is recommended for large wavelength range observa=ons and SEDS. Each output spaxel is formed from a weighted combina=on of overlapping and/or undersampled spaxels from the slicedfinalcubes (which have been rebinned in wavelength) for each spa=al and wavelength point onto a (default) 3 grid. - page 37

38 Invoking specproject # specproject works on the final rebinned cubes. slicedprojectedcubes = specproject(slicedfinalcubes,outputpixelsize=3.0) # Display the projected cube in the Spectrum Explorer if verbose: slice = 0 oneprojectedslice = slicedprojectedcubes.refs[slice].product openvariable("oneprojectedslice", "Spectrum Explorer") The present script makes a slicedprojectedcube and even opens up a slice in Spectrum Explorer. Also available are other viewers (by right- clicking on the variable slicedprojectedcube ) as well as the same FITS wrimng capability as earlier described. - page 38

39 Caveat: Making a projected cube from a single poinmng Making a projected cube (using specproject or Drizzling) from a single poinmng is not recommended, but it is also not prohibited. However, the formal final product from a single poinmng is considered to be a rebinned cube, not any projected cube. One may ayempt to project a single poinmng for visualizamon purposes (such as is done in this tutorial), but, because the PACS IFU footprints are distorted, flux conservamon is typically not maintained in the output map. Only in the case of a fully sampled raster (spamal dithered mapping) can one expect to recover proper fluxes from a projected cube. - page 39

40 Drizzling The Drizzling projec=on is so- called because the total drops of flux collected by the input pixels are divided into smaller droplets and then collected/weighted into the output pixels. It differs from specproject in that it operates on the Level 1 slicedpacscubes prior to wavelength rebinning (not Level 2 cubes). (Primary drizzle document: - page 40

41 Invoking Drizzling For parameter details, refer to sec=on 7.7 of the PACS Data Reduc=on Guide (Spectroscopy) # Drizzling works from the not-rebinned cubes oversamplewave = 2 upsamplewave = 3 wavegrid = wavelengthgrid(slicedcubes, oversample=oversamplewave, upsample=upsamplewave, caltree = caltree) oversamplespace = 3 upsamplespace = 2 pixfrac = 0.6 spacegrid = spatialgrid(slicedcubes, wavelengthgrid=wavegrid, oversample=oversamplespace, upsample=upsamplespace, pixfrac=pixfrac, caltree=caltree) sliceddrizzledcubes = drizzle(slicedcubes, wavelengthgrid=wavegrid, spatialgrid=spacegrid)[0] These Drizzled Cubes may be viewed in Spectrum Explorer as well. - page 41

42 Invoking Drizzling (WARNING) Warning: In Pipeline 13 DRIZZLING is run by default that is the drizzling script lines shown in the previous slide are not commented-out. The user should be sure that he/she wants to run drizzle before invoking it. The drizzle routine is an excellent optimized and powerful projection method (when sufficient oversampling has been obtained within the observation) but it can require many hours of execution time and large amounts of computer memory, especially for large maps or line ranges. It is best run on a large and perhaps remote virtual machine (via a VNC session) and utilizing multithreading. The user s alternative, specproject will, in general, yield a fairly good projected map in much shorter processing times. - page 42

43 specinterpolate For undersampled raster maps or single poin=ng maps of extended sources, the best projec=on op=on is specinterpolate, which is based on Delaunay triangula=on. In this projec=on, the default output pixel size is page 43

44 Invoking specinterpolate For parameter details, refer to sec=on 7.9 of the PACS Data Reduc=on Guide (Spectroscopy) # The final science grade products are the previously produced #"slicedfinalcubes" # You can also interpolate these cubes on a regular spatial grid using # specinterpolate outputpixelsize = 4.7 slicedinterpolatedcubes = specinterpolate(slicedfinalcubes, outputpixelsize=outputpixelsize, conserveflux=true) if saveoutput: name = namebasis+"_slicedinterpolatedcubes" saveslicedcopy(slicedinterpolatedcubes, name, poollocation=outputdir) - page 44

45 Step 7 Explore your final projected or rebinned cube with the Spectrum Explorer - page 45

46 The Spectrum Explorer provides many visualizamon opmons as well as line fi}ng You may display and examine the final spectral cubes with the Spectrum Explorer. Further processing can be performed in this environment using, e.g., the Cube Tool Box and the Spectrum Fitter GUI. These allow line extraction in a selected area, baseline fitting, the generation of integrated line maps, etc.. - page 46

47 Useful Scripts are provided for making integrated line maps, and for extracmng point source spectra from spaxels other than the central one For the case shown in this tutorial (single pointing), use the last script in the pulldown menu, that operates on the rebinned cubes. For well-sampled raster maps, use Fitting and making fit-images, Level 2 projected/drizzled cubes. - page 47

NHSC/PACS Web Tutorials Running PACS spectrometer pipelines

NHSC/PACS Web Tutorials Running PACS spectrometer pipelines NHSC/PACS s Running PACS spectrometer pipelines PACS- 302 Level 1 to Level 2 and beyond: From Sliced Cubes to Rebinned and Projected Spectral Line Cubes, and 1- D Spectra Original Tutorial by Philip Appleton

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

PACS Data Reduction Guide: Spectroscopy. Issue user. Version 13.0 Mar 2015

PACS Data Reduction Guide: Spectroscopy. Issue user. Version 13.0 Mar 2015 PACS Data Reduction Guide: Spectroscopy Issue user. Version 13.0 Mar 2015 PACS Data Reduction Guide: Spectroscopy Table of Contents 1. PACS Spectroscopy Launch Pad I... 1 1.1. Introduction... 1 1.1.1.

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

PACS Products Explained

PACS Products Explained PACS Products Explained Katrina Exter Zoltan Balog Issue User. Version 1.0 --> Mar 2015 PACS Products Explained Katrina Exter Zoltan Balog Build 13.0.5130 Build 13.0.5130 Table of Contents 1. Introduction...

More information

PACS Launchpad: Spectroscopy

PACS Launchpad: Spectroscopy PACS Launchpad: Spectroscopy Katrina Exter HERSCHEL-HSC-DOC-2168 V1.1 27 April 2017 Build 15.0.3262 Chapter 1. PACS Spectroscopy Launch Pad I 1.1. Introduction Welcome to the PACS data reduction guide

More information

PACS Products Explained

PACS Products Explained PACS Products Explained Katrina Exter Zoltan Balog Issue User Version HIPE 15 March 2017 PACS Products Explained Katrina Exter Zoltan Balog Table of Contents 1. Introduction... 1 1.1. The scope... 1 1.2.

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

PACS Spectrometer Simulation and the Extended to Point Correction

PACS Spectrometer Simulation and the Extended to Point Correction PACS Spectrometer Simulation and the Extended to Point Correction Jeroen de Jong February 11, 2016 Abstract This technical note describes simulating a PACS observation with a model source and its application

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

PACS SPECTROMETER SPATIAL CALIBRATION

PACS SPECTROMETER SPATIAL CALIBRATION PACS SPECTROMETER SPATIAL CALIBRATION A. Contursi Herschel Calibration workshop 18-20 January ESAC Spatial Calibration Observations summary 40x40 chopped raster at chopper position 0 on Neptune, step size

More information

NHSC/PACS Web Tutorials Running PACS photometer pipelines

NHSC/PACS Web Tutorials Running PACS photometer pipelines NHSC/PACS Web Tutorials Running PACS photometer pipelines PACS 202 (for Hipe 6.0) Level 1 to Level 2 processing: How to make a map for point source photometry Prepared by Nicolas Billot and Roberta Paladini

More information

FIFI-LS: Basic Cube Analysis using SOSPEX

FIFI-LS: Basic Cube Analysis using SOSPEX FIFI-LS: Basic Cube Analysis using SOSPEX Date: 1 Oct 2018 Revision: - CONTENTS 1 INTRODUCTION... 1 2 INGREDIENTS... 1 3 INSPECTING THE CUBE... 3 4 COMPARING TO A REFERENCE IMAGE... 5 5 REFERENCE VELOCITY

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

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

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook European Organisation for Astronomical Research in the Southern Hemisphere VERY LARGE TELESCOPE 3D Visualization Tool Cookbook VLT-SPE-ESO-19500-5652 Issue 1.0 10 July 2012 Prepared: Mark Westmoquette

More information

X shooter pipeline reduc1ons. In 7 (x3) easy steps

X shooter pipeline reduc1ons. In 7 (x3) easy steps X shooter pipeline reduc1ons In 7 (x3) easy steps Cascade X shooter headers, tools Example Run chain(vis) Overview Differences VIS/UVB/NIR chains Examples Outputs Observing strategy : To nod or not to

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

Data Processing Status

Data Processing Status Data Processing Status William Vacca Assoc. Director, Science Data Systems USRA-SOFIA SOFIA Users Group Meeting #10 November 2016 SOFIA Pipeline Products Defined in the Data Processing Plan for SOFIA SIs

More information

NHSC HIFI DP workshop Caltech, September A Tour of HIFI Data. - page 1

NHSC HIFI DP workshop Caltech, September A Tour of HIFI Data. - page 1 NHSC HIFI DP workshop Caltech, 12-13 September 2012 A Tour of HIFI Data - page 1 Outline Opening the observation context A casual look at the HIPE GUI presentation of your data How to plot the spectra

More information

Extracting Elevation from Air Photos

Extracting Elevation from Air Photos Extracting Elevation from Air Photos TUTORIAL A digital elevation model (DEM) is a digital raster surface representing the elevations of a terrain for all spatial ground positions in the image. Traditionally

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

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

The PACS Pipeline Reference Manual

The PACS Pipeline Reference Manual The PACS Pipeline Reference Manual advanced topics Issue 5.0, Jun 2011 The PACS Pipeline Reference Manual: advanced topics Table of Contents 1. Introduction... 1 2. Issues common to Photometry and Spectroscopy...

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

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

Software tools for ACS: Geometrical Issues and Overall Software Tool Development

Software tools for ACS: Geometrical Issues and Overall Software Tool Development Software tools for ACS: Geometrical Issues and Overall Software Tool Development W.B. Sparks, R. Jedrzejewski, M. Clampin, R.C. Bohlin. June 8, 2000 ABSTRACT We describe the issues relating to internal

More information

Cornell Spectrum Imager (CSI) Open Source Spectrum Analysis with ImageJ Tutorial

Cornell Spectrum Imager (CSI) Open Source Spectrum Analysis with ImageJ Tutorial Cornell Spectrum Imager (CSI) Open Source Spectrum Analysis with ImageJ Tutorial Electron Microscopy Summer School 2017 Why CSI Current Software Black box Expensive Steep learning curve Cornell Spectrum

More information

Document Number: SC2/FTS/SOF/020

Document Number: SC2/FTS/SOF/020 SCUBA-2 FTS Project Office University of Lethbridge Physics Department 4401 University Drive Lethbridge, Alberta CANADA T1K 3M4 Tel: 1-403-329-2771 Fax: 1-403-329-2057 Email: brad.gom@uleth.ca WWW: http://research.uleth.ca/scuba2/

More information

Data Analysis Guide. Version 11.1, Document Number: HERSCHEL-HSC-DOC April 2017

Data Analysis Guide. Version 11.1, Document Number: HERSCHEL-HSC-DOC April 2017 Data Analysis Guide Version 11.1, Document Number: HERSCHEL-HSC-DOC-1199 10 April 2017 Data Analysis Guide Table of Contents Preface... xxvi 1. Conventions used in this manual... xxvi 1. Data input/output...

More information

PERFORMANCE REPORT ESTEC. The spectral calibration of JWST/NIRSpec: accuracy of the instrument model for the ISIM-CV3 test cycle

PERFORMANCE REPORT ESTEC. The spectral calibration of JWST/NIRSpec: accuracy of the instrument model for the ISIM-CV3 test cycle ESTEC European Space Research and Technology Centre Keplerlaan 1 2201 AZ Noordwijk The Netherlands www.esa.int PERFORMANCE REPORT The spectral calibration of JWST/NIRSpec: accuracy of the instrument model

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

UHD 185 FAQs. Optical System

UHD 185 FAQs. Optical System UHD 185 FAQs System Setup How is a typical setup of the UHD 185? Is a wireless control during flight possible? How do I trigger the image acquisition? What is the power consumption? What are the specs

More information

Shadows for Many Lights sounds like it might mean something, but In fact it can mean very different things, that require very different solutions.

Shadows for Many Lights sounds like it might mean something, but In fact it can mean very different things, that require very different solutions. 1 2 Shadows for Many Lights sounds like it might mean something, but In fact it can mean very different things, that require very different solutions. 3 We aim for something like the numbers of lights

More information

CRISM 2012 Data Users Workshop. MTRDR Data Analysis Walk-Through. K. Seelos, D. Buczkowski, F. Seelos, S. Murchie, and the CRISM SOC JHU/APL

CRISM 2012 Data Users Workshop. MTRDR Data Analysis Walk-Through. K. Seelos, D. Buczkowski, F. Seelos, S. Murchie, and the CRISM SOC JHU/APL CRISM 2012 Data Users Workshop MTRDR Data Analysis Walk-Through K. Seelos, D. Buczkowski, F. Seelos, S. Murchie, and the CRISM SOC JHU/APL 1 Goals Familiarize CRISM data users with the new MTRDR data set

More information

convolution shift invariant linear system Fourier Transform Aliasing and sampling scale representation edge detection corner detection

convolution shift invariant linear system Fourier Transform Aliasing and sampling scale representation edge detection corner detection COS 429: COMPUTER VISON Linear Filters and Edge Detection convolution shift invariant linear system Fourier Transform Aliasing and sampling scale representation edge detection corner detection Reading:

More information

Visualization & the CASA Viewer

Visualization & the CASA Viewer Visualization & the Viewer Juergen Ott & the team Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array Visualization Goals:

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

Simple Spectrograph. grating. slit. camera lens. collimator. primary

Simple Spectrograph. grating. slit. camera lens. collimator. primary Simple Spectrograph slit grating camera lens collimator primary Notes: 1) For ease of sketching, this shows a transmissive system (refracting telescope, transmission grating). Most telescopes use a reflecting

More information

X-ray Spectra Part II: Fitting Data and Determining Errors

X-ray Spectra Part II: Fitting Data and Determining Errors X-ray Spectra Part II: Fitting Data and Determining Errors Michael Nowak, mnowak@space.mit.edu May 12, 2016 Setting Up the Data This exercise presumes that you ve downloaded and installed the.isisrc files

More information

Agilent ChemStation for UV-visible Spectroscopy

Agilent ChemStation for UV-visible Spectroscopy Agilent ChemStation for UV-visible Spectroscopy Understanding Your Biochemical Analysis Software Agilent Technologies Notices Agilent Technologies, Inc. 2000, 2003-2008 No part of this manual may be reproduced

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

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

Automated large area tree species mapping and disease detection using airborne hyperspectral remote sensing

Automated large area tree species mapping and disease detection using airborne hyperspectral remote sensing Automated large area tree species mapping and disease detection using airborne hyperspectral remote sensing William Oxford Neil Fuller, James Caudery, Steve Case, Michael Gajdus, Martin Black Outline About

More information

Fast Holographic Deconvolution

Fast Holographic Deconvolution Precision image-domain deconvolution for radio astronomy Ian Sullivan University of Washington 4/19/2013 Precision imaging Modern imaging algorithms grid visibility data using sophisticated beam models

More information

AKARI FTS Toolkit Manual

AKARI FTS Toolkit Manual Version 1 (May 13, 2008) 1 AKARI FTS Toolkit Manual Version 1 Hidenori Takahashi 1, Yoko Okada 2, Akiko Yasuda 2, Hiroshi Matsuo 3, Mitsunobu Kawada 4, Noriko Murakami 5, and Chris Pearson 6,7 1 Gunma

More information

CASA. Algorithms R&D. S. Bhatnagar. NRAO, Socorro

CASA. Algorithms R&D. S. Bhatnagar. NRAO, Socorro Algorithms R&D S. Bhatnagar NRAO, Socorro Outline Broad areas of work 1. Processing for wide-field wide-band imaging Full-beam, Mosaic, wide-band, full-polarization Wide-band continuum and spectral-line

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

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION In this chapter we will discuss the process of disparity computation. It plays an important role in our caricature system because all 3D coordinates of nodes

More information

PINGSoft 2: an IDL Integral Field Spectroscopy Software

PINGSoft 2: an IDL Integral Field Spectroscopy Software arxiv:1211.0277v1 [astro-ph.im] 1 Nov 2012 PINGSoft 2: an IDL Integral Field Spectroscopy Software F. Fabián Rosales-Ortega Departamento de Física Teórica, Universidad Autónoma de Madrid, Spain Instituto

More information

TW Hya CASA Spectral Line Reduc6on Tutorial Imaging and Analysis

TW Hya CASA Spectral Line Reduc6on Tutorial Imaging and Analysis TW Hya CASA Spectral Line Reduc6on Tutorial Imaging and Analysis Day 4, Wednesday September 9 th 12:15 HCO+(4-3) moment maps of TW Hya Tutors: Katharine Johnston Andy Biggs, Sandra Etoka, (Liz Humphreys),

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

Basic Use of SExtractor Catalogs With TweakReg - I

Basic Use of SExtractor Catalogs With TweakReg - I Instrument Science Report ACS 2015-04 Basic Use of SExtractor Catalogs With TweakReg - I Ray A. Lucas and Bryan Hilbert May 27, 2015 ABSTRACT We describe using external SExtractor (v2.8.6) catalogs from

More information

From multiple images to catalogs

From multiple images to catalogs Lecture 14 From multiple images to catalogs Image reconstruction Optimal co-addition Sampling-reconstruction-resampling Resolving faint galaxies Automated object detection Photometric catalogs Deep CCD

More information

CS 231A Computer Vision (Winter 2014) Problem Set 3

CS 231A Computer Vision (Winter 2014) Problem Set 3 CS 231A Computer Vision (Winter 2014) Problem Set 3 Due: Feb. 18 th, 2015 (11:59pm) 1 Single Object Recognition Via SIFT (45 points) In his 2004 SIFT paper, David Lowe demonstrates impressive object recognition

More information

Time-resolved PIV measurements with CAVILUX HF diode laser

Time-resolved PIV measurements with CAVILUX HF diode laser Time-resolved PIV measurements with CAVILUX HF diode laser Author: Hannu Eloranta, Pixact Ltd 1 Introduction Particle Image Velocimetry (PIV) is a non-intrusive optical technique to measure instantaneous

More information

Deconvolution and Imaging ASTR 240: In-class activity, April 1, 2013

Deconvolution and Imaging ASTR 240: In-class activity, April 1, 2013 Deconvolution and Imaging ASTR 240: In-class activity, April 1, 2013 In this activity, we will use calibrated visibilities from the Submillimeter Array to create an image of a disk around a nearby young

More information

Multivariate Calibration Quick Guide

Multivariate Calibration Quick Guide Last Updated: 06.06.2007 Table Of Contents 1. HOW TO CREATE CALIBRATION MODELS...1 1.1. Introduction into Multivariate Calibration Modelling... 1 1.1.1. Preparing Data... 1 1.2. Step 1: Calibration Wizard

More information

Rapid Floodplain Delineation. Presented by: Leo R. Kreymborg 1, P.E. David T. Williams 2, Ph.D., P.E. Iwan H. Thomas 3, E.I.T.

Rapid Floodplain Delineation. Presented by: Leo R. Kreymborg 1, P.E. David T. Williams 2, Ph.D., P.E. Iwan H. Thomas 3, E.I.T. 007 ASCE Rapid Floodplain Delineation Presented by: Leo R. Kreymborg 1, P.E. David T. Williams, Ph.D., P.E. Iwan H. Thomas 3, E.I.T. 1 Project Manager, PBS&J, 975 Sky Park Court, Suite 00, San Diego, CA

More information

Computer Vision. Recap: Smoothing with a Gaussian. Recap: Effect of σ on derivatives. Computer Science Tripos Part II. Dr Christopher Town

Computer Vision. Recap: Smoothing with a Gaussian. Recap: Effect of σ on derivatives. Computer Science Tripos Part II. Dr Christopher Town Recap: Smoothing with a Gaussian Computer Vision Computer Science Tripos Part II Dr Christopher Town Recall: parameter σ is the scale / width / spread of the Gaussian kernel, and controls the amount of

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

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

Software requirements * : Part III: 2 hrs.

Software requirements * : Part III: 2 hrs. Title: Product Type: Developer: Target audience: Format: Software requirements * : Data: Estimated time to complete: Mapping snow cover using MODIS Part I: The MODIS Instrument Part II: Normalized Difference

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

IVOA Spectral Energy Distribution (SED) Data Model

IVOA Spectral Energy Distribution (SED) Data Model International Virtual Observatory Alliance IVOA Spectral Energy Distribution (SED) Data Model Version 1.0 IVOA Working Draft, 2012 October 15 This version: WD-SEDDM-1.0-20121015 Previous version(s): http://www.ivoa.net/internal/ivoa/interopmay2011sed/seddm-20110515.pdf

More information

CSE 586 Final Programming Project Spring 2011 Due date: Tuesday, May 3

CSE 586 Final Programming Project Spring 2011 Due date: Tuesday, May 3 CSE 586 Final Programming Project Spring 2011 Due date: Tuesday, May 3 What I have in mind for our last programming project is to do something with either graphical models or random sampling. A few ideas

More information

Local Linear Embedding. Katelyn Stringer ASTR 689 December 1, 2015

Local Linear Embedding. Katelyn Stringer ASTR 689 December 1, 2015 Local Linear Embedding Katelyn Stringer ASTR 689 December 1, 2015 Idea Behind LLE Good at making nonlinear high-dimensional data easier for computers to analyze Example: A high-dimensional surface Think

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

Agilent MicroLab Quant Calibration Software: Measure Oil in Water using Method IP 426

Agilent MicroLab Quant Calibration Software: Measure Oil in Water using Method IP 426 Agilent MicroLab Quant Calibration Software: Measure Oil in Water using Method IP 426 Application Note Environmental Authors John Seelenbinder and Dipak Mainali Agilent Technologies, Inc. Introduction

More information

POSSUM: analysis for early science and beyond

POSSUM: analysis for early science and beyond POSSUM: analysis for early science and beyond Cormac Purcell, Bryan Gaensler and the POSSUM team 2016-06-02 ASKAP 2016 askap.org/possum Rotation 1 Rotation 2 Figure: O'Sullivan et al. 2012 POSSUM-12 versus

More information

CSE 252B: Computer Vision II

CSE 252B: Computer Vision II CSE 252B: Computer Vision II Lecturer: Serge Belongie Scribes: Jeremy Pollock and Neil Alldrin LECTURE 14 Robust Feature Matching 14.1. Introduction Last lecture we learned how to find interest points

More information

button in the lower-left corner of the panel if you have further questions throughout this tutorial.

button in the lower-left corner of the panel if you have further questions throughout this tutorial. Mosaic Tutorial: Simple Workflow This tutorial demonstrates how to use the Seamless Mosaic tool to mosaic six overlapping digital aerial scenes. You will learn about displaying footprints and image data

More information

An Accurate Method for Skew Determination in Document Images

An Accurate Method for Skew Determination in Document Images DICTA00: Digital Image Computing Techniques and Applications, 1 January 00, Melbourne, Australia. An Accurate Method for Skew Determination in Document Images S. Lowther, V. Chandran and S. Sridharan Research

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

ME/CS 132: Introduction to Vision-based Robot Navigation! Low-level Image Processing" Larry Matthies"

ME/CS 132: Introduction to Vision-based Robot Navigation! Low-level Image Processing Larry Matthies ME/CS 132: Introduction to Vision-based Robot Navigation! Low-level Image Processing" Larry Matthies" lhm@jpl.nasa.gov, 818-354-3722" Announcements" First homework grading is done! Second homework is due

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

Introduction to Raman spectroscopy measurement data processing using Igor Pro

Introduction to Raman spectroscopy measurement data processing using Igor Pro Introduction to Raman spectroscopy measurement data processing using Igor Pro This introduction is intended to minimally guide beginners to processing Raman spectroscopy measurement data, which includes

More information

ENVI Classic Tutorial: Multispectral Analysis of MASTER HDF Data 2

ENVI Classic Tutorial: Multispectral Analysis of MASTER HDF Data 2 ENVI Classic Tutorial: Multispectral Analysis of MASTER HDF Data Multispectral Analysis of MASTER HDF Data 2 Files Used in This Tutorial 2 Background 2 Shortwave Infrared (SWIR) Analysis 3 Opening the

More information

IRAM-30m HERA time/sensitivity estimator

IRAM-30m HERA time/sensitivity estimator J. Pety,2, M. González 3, S. Bardeau, E. Reynier. IRAM (Grenoble) 2. Observatoire de Paris 3. IRAM (Granada) Feb., 8th 200 Version.0 Abstract This memo describes the equations used in the available on

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

Extracting Extended Source Spectra and Responses

Extracting Extended Source Spectra and Responses Extracting Extended Source Spectra and Responses CIAO 3.4 Science Threads Extracting Extended Source Spectra and Responses 1 Table of Contents Getting Started CALDB 3.3.0.1 patch Using Consistent Calibration:

More information

EECS 556 Image Processing W 09. Image enhancement. Smoothing and noise removal Sharpening filters

EECS 556 Image Processing W 09. Image enhancement. Smoothing and noise removal Sharpening filters EECS 556 Image Processing W 09 Image enhancement Smoothing and noise removal Sharpening filters What is image processing? Image processing is the application of 2D signal processing methods to images Image

More information

Drizzling Dithered WFPC2 Images A Demonstration

Drizzling Dithered WFPC2 Images A Demonstration 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. Drizzling Dithered WFPC2 Images A Demonstration Max Mutchler and Andrew Fruchter Space Telescope Science

More information

HESP PIPELINE v. 1.0

HESP PIPELINE v. 1.0 HESP PIPELINE v. 1.0 Installation and Usage Arun Surya 20/06/2017 1. INSTALLATION The HESP pipeline installation zip file can be downloaded from, https://www.iiap.res.in/hesp/hesp_pipeline.zip. The zip

More information

Quality assessment of RS data. Remote Sensing (GRS-20306)

Quality assessment of RS data. Remote Sensing (GRS-20306) Quality assessment of RS data Remote Sensing (GRS-20306) Quality assessment General definition for quality assessment (Wikipedia) includes evaluation, grading and measurement process to assess design,

More information

POL-2 Polarimetry & Data Reduction

POL-2 Polarimetry & Data Reduction POL-2 Polarimetry & Data Reduction Mark G. Rawlings, Support Scientist, EAO / JCMT With thanks to David S. Berry JCMT Users Meeting 2017, Nanjing Contents POL-2 Instrument Overview POL-2 Daisy Mode POL-2

More information

Using External SExtractor (v2.8.6) Catalogs from *_crclean.fits Images to Align ACS/WFC Images With Drizzlepac/Tweakreg

Using External SExtractor (v2.8.6) Catalogs from *_crclean.fits Images to Align ACS/WFC Images With Drizzlepac/Tweakreg Using External SExtractor (v2.8.6) Catalogs from *_crclean.fits Images to Align ACS/WFC Images With Drizzlepac/Tweakreg Introduction* * *!!! This!example!describes!the!alignment!of!four!ACS/WFC!images!that!contain!a!!

More information

PUTTING KNOWLEDGE ON THE MAP PROBA-V CLOUD ROUND ROBIN. Béatrice Berthelot 01/03/ /03/2017 HYPOS-PPT-37-MAGv1.0

PUTTING KNOWLEDGE ON THE MAP PROBA-V CLOUD ROUND ROBIN. Béatrice Berthelot 01/03/ /03/2017 HYPOS-PPT-37-MAGv1.0 HYPOS-PPT-37-MAGv1.0 PUTTING KNOWLEDGE ON THE MAP PROBA-V CLOUD ROUND ROBIN Béatrice Berthelot 1 Objectives The objective was to capitalize on former activities related to cloud detection to propose a

More information

Object Recognition with Invariant Features

Object Recognition with Invariant Features Object Recognition with Invariant Features Definition: Identify objects or scenes and determine their pose and model parameters Applications Industrial automation and inspection Mobile robots, toys, user

More information

SPICE User s Guide. SPitzer IRS Custom Extractor. Spitzer Heritage Archive Documentation. SPICE GUI version

SPICE User s Guide. SPitzer IRS Custom Extractor. Spitzer Heritage Archive Documentation. SPICE GUI version SPitzer IRS Custom Extractor Spitzer Heritage Archive Documentation SPICE GUI version 2.3.1+ Contents Chapter 1. Introduction... 4 1.1 Important Documentation...4 1.2 Getting Started...5 1.3 IRS Pipeline

More information

ENVI Tutorial: Basic Hyperspectral Analysis

ENVI Tutorial: Basic Hyperspectral Analysis ENVI Tutorial: Basic Hyperspectral Analysis Table of Contents OVERVIEW OF THIS TUTORIAL...2 DEFINE ROIS...3 Load AVIRIS Data...3 Create and Restore ROIs...3 Extract Mean Spectra from ROIs...4 DISCRIMINATE

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

Image Based Rendering. D.A. Forsyth, with slides from John Hart

Image Based Rendering. D.A. Forsyth, with slides from John Hart Image Based Rendering D.A. Forsyth, with slides from John Hart Topics Mosaics translating cameras reveal extra information, break occlusion Optical flow for very small movements of the camera Explicit

More information

Accuracy Assessment of Ames Stereo Pipeline Derived DEMs Using a Weighted Spatial Dependence Model

Accuracy Assessment of Ames Stereo Pipeline Derived DEMs Using a Weighted Spatial Dependence Model Accuracy Assessment of Ames Stereo Pipeline Derived DEMs Using a Weighted Spatial Dependence Model Intro Problem Statement A successful lunar mission requires accurate, high resolution data products to

More information

HRS-9 Data Slice Editing and Math. Jon Brown 2013

HRS-9 Data Slice Editing and Math. Jon Brown 2013 HRS-9 Data Slice Editing and Math Jon Brown 2013 Overview HRS-9 has several tools for editing, combining, or processing horizons and data slices. This document includes: Automated Math processes. An example

More information

OIW-EX 1000 Oil in Water Monitors

OIW-EX 1000 Oil in Water Monitors OIW-EX 1000 Oil in Water Monitors Spectrometer Handbook Document code: OIW-HBO-0005 Version: EX-002 www.advancedsensors.co.uk Tel: +44(0)28 9332 8922. FAX +44(0)28 9332 8669 Page 1 of 33 Document History

More information

Low Resolu+on Op+cal Spectroscopy. Tom Matheson

Low Resolu+on Op+cal Spectroscopy. Tom Matheson Low Resolu+on Op+cal Spectroscopy Tom Matheson How to get from here To here: Why Spectroscopy? Composi+on/abundances Velocity (radial, dispersion, rota+on curves) Temperature Excita+on mechanisms Density/pressure

More information

The Herschel Data Processing System: History, Status and latest Developments

The Herschel Data Processing System: History, Status and latest Developments The Herschel Data Processing System: History, Status and latest Developments Stephan Ott Herschel Science Data Processing Development Manager Herschel Science Data Processing Coordinator Herschel Science

More information

Spectrographs. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution.

Spectrographs. C. A. Griffith, Class Notes, PTYS 521, 2016 Not for distribution. Spectrographs C A Griffith, Class Notes, PTYS 521, 2016 Not for distribution 1 Spectrographs and their characteristics A spectrograph is an instrument that disperses light into a frequency spectrum, which

More information

Introduction to Remote Sensing Wednesday, September 27, 2017

Introduction to Remote Sensing Wednesday, September 27, 2017 Lab 3 (200 points) Due October 11, 2017 Multispectral Analysis of MASTER HDF Data (ENVI Classic)* Classification Methods (ENVI Classic)* SAM and SID Classification (ENVI Classic) Decision Tree Classification

More information