UNIVERSITY COLLEGE LONDON Department of Physics and Astronomy. An Introduction to Image Processing

Size: px
Start display at page:

Download "UNIVERSITY COLLEGE LONDON Department of Physics and Astronomy. An Introduction to Image Processing"

Transcription

1 UNIVERSITY COLLEGE LONDON Department of Physics and Astronomy UCL Observatory PHAS An Introduction to Image Processing 1 Introduction Students will have submitted imaging requests to the RoboScope queuing system. These notes should help you produce colour images from your data; alternatively, if your observations have not yet been obtained, you can use archival material. In either case, the data are obtained from the digital archive in the same way. You first need to log in to the ChRIS system just go to and log in with your UCL username and password (not your UCL Live or UCLO login details). Be aware that this is still a beta system, under development, so not everything will work, some bits are out of date, some bits won t do what you might expect. One particular feature to note is that ChRIS doesn t always play nicely with the back button in a browser; if in doubt, force a reload of any pages reached in this way (the F5 key does this on most browsers). Any specific bugs should be reported ( details to idh@star.ucl.ac.uk, copied to sjf@star.ucl.ac.uk). 2 De-archiving data You can check to see if your personal observation request has been fulfilled by going to My Scheduler from the ChRIS main menu; this is the easiest way to check which of your observations have been taken, and which have not. At the time of writing it is not recommended that you actually access your data through My Scheduler; instead, choose Image Archive. If you select your name from the Observer list, you ll be taken to your personal results. (Optionally, you could make use of other observers results.) Click Submit to actually interrogate the archive. previews is ticked. Make sure that the check-box to Display You should now be presented with a list of archive images of your selected target, with corresponding preview thumbnails. You can click on the thumbnails for more detailed views, but just the postagestamps are generally sufficient to identify obviously flawed or mis-centred frames. [If you end up with very large numbers of preview frames, you might restrict yourself to one filter at a time, or limit the range of observation dates. For the purposes of this training exercise, something like a dozen or so reasonable images should be enough for a satisfactory result.]

2 2 Image Processing Identifying frames with which to work For critical or quantitative work, one would normally carry out a series of processing steps on every image, including bias subtraction, dark-current removal, and flat-fielding 1. Since the telescope will not point in exactly the same direction in each exposure, one should also carefully align individual frames. Finally, cosmetic blemishes (in particular, cosmic-ray hits and hot pixels) should be repaired. All this can be a demanding and very time-consuming process, especially if dealing with many images. Fortunately, the archive software includes a fully automated processing system (or pipeline ) that does much of this leg work for us. We ll use the pipeline processing in order to get to a quick-look result (which in practice is usually as good, or at least very nearly as good, as one could get through a much more interactive process). The pipeline works best if all the input images are free of obvious flaws, and are reasonably well aligned to start with. The alignment is usually pretty good, but the RoboScope target-acquisition process includes an initial exposure that s used to tweak up the telescope pointing. These initial exposures can be significantly displaced, and should be excluded. You should therefore click the check-box for each of your archive images that appears reasonable in terms of exposure and pointing. (In practice, it s often simpler to click the very first check-box, which will fill in all the others; then uncheck bad images.) It s important to get this right! 2.2 Downloading results Having ticked the relevant checkboxes to select a set of good, reasonably well-aligned images in the filters of your choice (these may be LRGB for a galaxy, or might include H-alpha for emission nebulae), click Download selected. You ll then have to make choices about the level of automated processing, and the file format. In the spirit of getting to a reasonable result in a reasonable time, choose Align and stack by filter ; the pipeline then does a lot of the hard work for you, to generate a single merged image for each filter used. (The stacking is done by applying a median filter to the intensities in each image, on a pixel by pixel basis; experience suggests this is the most reliable simple way to combine frames.) FITS (the Flexible Image Transport System) is the standard data format used in astronomy; it allows more information to be conveyed than do standard image formats, like jpeg. To retain that information at this stage, choose the FITS format, and then confirm download. You can save the result to the local disk of the PC you re working on, 2 /data_local, making an appropriately-named directory for your images (mkdir /data_local/<mydir>, substituting a suitable name for <mydir> ). They ll be saved in a zipped file with a name like ChRIS_yyyy-mmddUTChh-mm.zip where the date (yyy-mm-dd) and time (hh-mm) of your download should provide a unique identifier. Unzip this file ( unzip from the command line). You can have a quick look at the images using ds9 or gaia (each invoked these from the command line; ds9 or gaia); you may need to fiddle about to get a reasonable scaling (as a starting point in ds9, from the Scale drop-down menu, try setting Auto Cut at 98%, and Intensity Map to Histogram Equalization; in gaia the corresponding inputs are via the Auto Cut and Intensity Map buttons). 1 This processing is described in detail in the Spectrum extraction script. 2 The files will only be available on this particular computer, of course.

3 PHAS Making a colour image There are many ways to combine data taken through different filters. One standard approach is to combine R, G, and B images to set up the colours (which can have fairly low signal:noise), and use this to add colour to an L ( luminance ) image, taken through a broad-band filter that transmits more photons than the narrower colour filters and therefore normally of better signal:noise. 3.1 Making the RGB image The following instructions assume that you have images through three different filters e.g., RGB. If you have more, then you will need to combine then sequentially (as nearly all software presumes that images are made up of only red, green, and blue channels). Standard image-editing packages don t handle FITS images; we ll use ds9 for initial scaling and to convert the data, and the gimp for combining images. Both are available as free downloads for MacOSX and Windows platforms, 3 so, if you want to, you can take your images home on a USB stick (or download from the archive) and play with them there. 1. Read each (aligned and combined) FITS image in turn into the ds9 software and, from the drop-down menus, choose Scale -> Scale Parameters to adjust the histogram to bring out the detail you require. [To get started, try the Log and 98% display settings from the Scale drop-down menu before adjusting the limits in the Scale Parameters window.] 2. For each scaled image, File -> Save image as a 24-bit TIFF image; don t use any image compression when you save. 3. In the gimp, open all the TIFF images that are to be combined (typically, R, G and B; you may get warnings about 16-bit to 8-bit conversion, which you can ignore). 4. Select the red-channel image, and colour it by selecting Image -> Mode -> RGB, then Colours -> Colourify; choose a red colour. 5. Do the same with the images for the green and blue channels, picking the appropriate colour. 6. Select the red image and type Ctrl-L to bring up the Layers dialogue box. Double click on the Background label and change it to Red. 7. Select the green image, use Select All (Ctrl-A), and copy (Ctrl-C); then paste it (Ctrl-V) into the red image; rename the new layer by double-clicking on it, and calling it Green. 8. Select the blue image and do the same as for the green (calling it Blue). 9. In the Layers dialogue box, highlight the green layer and change the Layers Mode from Normal to Screen; then do the same for the blue layer. 10. Check that the images are well aligned. If not, you can turn different colour images off and on as required with the eye symbol, and use the move tool to align them relative to one another. 3 ESO has also produced FITS liberator, which is an arguably better alternative to ds9 for converting FITS images on Apple/Windows platforms.

4 4 Image Processing You can change the Screen slider bar to adjust the colour balance here, if it helps (you don t always need to): you might set green to be 65% for example, and blue to 35%. 12. Select Image -> Merge Visible Layers (Ctrl-M) to collapse the layers into one image. 13. Choose Colours -> Curves to make further adjustments to the colour balance. Needless to say, producing the final image can be a fiddly process, and is more an art than a science. You should be prepared to spend some time getting it right (or as nearly right as you can). You final product should be an image which has a colour rendition that looks good to you. Don t worry if it looks a bit noisy, as long as the colour rendition is suitable - the detail will come from the L image discussed below. (In fact, if you re worried that your RGB image looks too grainy or noisy, then you can apply some smoothing. From the Filters drop-down menu, choose Blur, and select Gaussian blur. Experiment with the blur radius (use the same value for the horizontal and vertical directions); a number like 10 is more likely to be useful than 1 or 100, but you can always undo anything you don t like with Ctrl-Z.) 3.2 Making an LRGB image You should now open the L image for your target (following steps 1 and 2 given above). If necessary, convert the image from Greyscale to RGB mode (from the Image drop-down menu, choose Mode, and select RGB). Note that this does not actually change the greyscale image to a colour image it merely increases the bit depth of the image so that it can accept colour information. You should make the L image look as good as you can quite a lot can be done using the Curves option in the Colours drop-down menu. This is again very subjective; be prepared to spend some time experimenting. You might (or might not) want to use the clone tool to try to fix up any obvious flaws, but don t get carried away to the point of inventing data! (The clone tool is part of the toolbox, where its icon looks like a little rubber stamp; ctrl-b should bring up the toolbox if it isn t already visible.) When you re happy with your L image, take a copy of the RGB image, and paste it as a new layer above your L image. (This can all be done from the Edit drop-down menu.) Check that the two images are well aligned (e.g., by setting the blending mode in the Layers dialogue box to Normal, and the Opacity to around 50%), and adjust if necessary although chances are that this won t be required. With the RGB image as the top layer, set the Opacity to 100%, and the blending mode to Colour. This will impose the colour from the RGB image onto the L image (which should be of much better signal:noise). From the drop-down Layer menu (not the Layers dialogue box), Merge down the two layers into a single standard image. You may (or may not...) want to make some final tweaks to the colour rendition, contrast, etc.

5 PHAS Limiting magnitude You should make a rough estimate of the limiting magnitude in your image. This section describes a quick-and-dirty, but still reasonably good, method; a more elaborate alternative is discussed in the Appendix. Fire up the Aladin Sky Atlas by typing aladin at the command line. 4 Enter your target name or co-ordinates in the Location bar to bring up an image. Next, click on the small open folder icon at top left of the main sub-window. Alternatively, use the Aladin File drop-down menu, choosing Load catalog, Vizier. This should open the Server selector dialogue window note that this may pop up behind another window, and so may not be immediately obvious! In the Server selector window, click the Surveys tab (on the right), highlight NOMAD1 from the list, and submit. You ll get an overlay on the image, showing all the stars from the (US) Naval Observatory Merged Astrometric Dataset, which includes approximate photometry to rather deep limits. Try to find the faintest star you can see in your image that s identified in Simbad. If you click on it in the Aladin window, you get some basic data, including magnitudes. Your colour image doesn t correspond well to any particular photometric passband, of course; but it s reasonable to suppose that, overall, it s roughly comparable to Johnson V or R. (You might consider trying to estimate limiting magnitudes in each of the RGB channels, correspondingly roughly to Johnson R, V, B passbands.) 5 Report preparation The following are some suggested points which you could discuss, if relevant for your data; lengthy reports are not required, but you should summarize what you did (including any problems encountered). A typical word-processed report might be one or two pages in length. You should hand in a hard copy of your report, and a copy of your final (jpeg) image to idh@star.ucl.ac.uk. The hard-copy should include a small version of your image (perhaps 5cm on a side; a bigger one just wastes printer ink), with the orientation and image size clearly indicated. [The actual orientation of your image doesn t matter, 5 as long as you indicate the directions of north and east, and the approximate width of the image in arc minutes you should be able to establish this information having compared your image with Sky Survey results from Aladin.] 1. You should give a table of basic observational parameters dates, exposure times, numbers of images in each filter. If you use your own data then you might include details for each image; if you use large numbers of exposures from the archive, you might just give some summary statistics (including the total integration time in each filter). 2. What are the typical counts in the object of interest in a typical image, and in the background? (You should get values using ds9 or gaia.) Does it depend strongly on filter? 4 If you re working on this away from UCLO, then go to for an on-line version. 5 Astronomical images are often displayed with north at top and east to left, but that s just a convention.

6 6 Image Processing How is the noise reduced by combining images (just from inspection)? Do certain filtered images appear particularly noisy relative to others obtained through a different filter? Does this correlate with counts? 4. Explain how contrast stretch was used to adjust colour balance during RGB colour combine. What governed your final choice of colour balance? 5. Briefly describe what your image actually shows. Are the results you obtain consistent with what you know about the objects? (E.g., is a nebula the colour expected from what you know about the line-emission processes which are going on?) 6. Evaluate the final images: how clean are they? Are the colours right? Are there residual flat-field features? Hot pixels? Cosmic rays? Trailing of stars? 7. State your estimate of the limiting magnitude of your image (with some rough indication of the associated uncertainty). An ambitious student might attempt to estimate the limiting magnitudes in the individual merged R, G, and B frames; these filters correspond reasonably well to Johnson R, V, and B passbands. Initial author: SJF, IDH, 2/2013 Other contributors: Latest revision: IDH, 3/2016

7 PHAS Appendix: precise magnitude measurements in GAIA For those with the time and inclination, quantitative measurements of star brightnesses can be obtained reasonably easily using gaia. 1. Open a FITS image in gaia (this would normally be the median image in L, R, G, or B), and from the Image Analysis pull-down menu, select Aperture photometry and Results in data counts. In the new window which appears, pull down the Options menu, and select Keep apertures same size (this is very important). 2. To draw an aperture for measuring, click the Define object aperture button and then click on a star; a small aperture will be displayed. You can set the size of the aperture in the semimajor axis entry box in the photometry window, and scale the sky annulus also. A suitable aperture size would be about 2 3 times the FWHM of a star image (use the slice tool [from the View drop-down menu] to estimate this). The sky annulus should include sky in the region immediately around the source, but should exclude starlight from the source itself. 3. Click the Parameters tab in the photometry window and set the Sky estimator to mode. This will avoid problems due to stars falling within the sky annulus. 4. When measuring many star images at the same time, all one has to do is to define a new aperture for each star and drop it in place over the star to measured. For each star, click Define aperture and then click on the star. If you set an aperture on the wrong star, you can drag it to select the correct one at any time. Do not worry if the apertures are not precisely centred; the program centroids the apertures on the star images when the results are calculated. 5. When all apertures are in place, click on Calculate results. All the results can be viewed by selecting the Results tab in the photometry window and clicking the button to show them all. You can save your measurements in a text file. 6. If you wish to measure more than one image of the same field, the same apertures can be reloaded (so you only have to define them once). The stars for which you might want to make measurements of counts would be at least one for which you have a magnitude measurement from Simbad, and perhaps two or three that are among the faintest you can securely detect. We can relate the gaia measured flux in counts, N, to magnitude, m: m = 2.5 log N + k. (1) Use a known reference star to calculate the constant k for the frame. (You should match the magnitude system as closely as reasonably possible to the image colour; e.g., V for G.) Thence estimate the limiting magnitude in the frame (by calculating the apparent magnitude of your faintest targets). The photometry output from gaia also gives you a mean sky flux per pixel, which can be used to determine the sky brightness. First determine the mean sky flux per square arcsecond (the image scale for the RoboScope is 0.86 arcseconds per pixel), then use equation 1 to calculate the sky magnitude per square arcsecond.

Image Processing Tutorial Basic Concepts

Image Processing Tutorial Basic Concepts Image Processing Tutorial Basic Concepts CCDWare Publishing http://www.ccdware.com 2005 CCDWare Publishing Table of Contents Introduction... 3 Starting CCDStack... 4 Creating Calibration Frames... 5 Create

More information

PixInsight Workflow. Revision 1.2 March 2017

PixInsight Workflow. Revision 1.2 March 2017 Revision 1.2 March 2017 Contents 1... 1 1.1 Calibration Workflow... 2 1.2 Create Master Calibration Frames... 3 1.2.1 Create Master Dark & Bias... 3 1.2.2 Create Master Flat... 5 1.3 Calibration... 8

More information

Astronomy and Image Processing. Many thanks to Professor Kate Whitaker in the physics department for her help

Astronomy and Image Processing. Many thanks to Professor Kate Whitaker in the physics department for her help Astronomy and Image Processing Many thanks to Professor Kate Whitaker in the physics department for her help What is an image? An image is an array, or a matrix, of square pixels (picture elements) arranged

More information

Photometry. Variable Star Photometry

Photometry. Variable Star Photometry Variable Star Photometry Photometry One of the most basic of astronomical analysis is photometry, or the monitoring of the light output of an astronomical object. Many stars, be they in binaries, interacting,

More information

A guide to SalsaJ. This guide gives step-by-step instructions on how to use SalsaJ to carry out basic data analysis on astronomical data files.

A guide to SalsaJ. This guide gives step-by-step instructions on how to use SalsaJ to carry out basic data analysis on astronomical data files. A guide to SalsaJ SalsaJ is free, student-friendly software developed originally for the European Hands- On Universe (EU-HOU) project. It is designed to be easy to install and use. It allows students to

More information

ImagesPlus Basic Interface Operation

ImagesPlus Basic Interface Operation ImagesPlus Basic Interface Operation The basic interface operation menu options are located on the File, View, Open Images, Open Operators, and Help main menus. File Menu New The New command creates a

More information

MY ASTROPHOTOGRAPHY WORKFLOW Scott J. Davis June 21, 2012

MY ASTROPHOTOGRAPHY WORKFLOW Scott J. Davis June 21, 2012 Table of Contents Image Acquisition Types 2 Image Acquisition Exposure 3 Image Acquisition Some Extra Notes 4 Stacking Setup 5 Stacking 7 Preparing for Post Processing 8 Preparing your Photoshop File 9

More information

Photoshop CC: Essentials

Photoshop CC: Essentials Photoshop CC: Essentials Summary Workspace Overview... 2 Exercise Files... 2 Selection Tools... 3 Select All, Deselect, And Reselect... 3 Adding, Subtracting, and Intersecting... 3 Working with Layers...

More information

Module All You Ever Need to Know About The Displace Filter

Module All You Ever Need to Know About The Displace Filter Module 02-05 All You Ever Need to Know About The Displace Filter 02-05 All You Ever Need to Know About The Displace Filter [00:00:00] In this video, we're going to talk about the Displace Filter in Photoshop.

More information

Photoshop: Manipulating Photos

Photoshop: Manipulating Photos Photoshop: Manipulating Photos All Labs must be uploaded to the University s web server and permissions set properly. In this lab we will be manipulating photos using a very small subset of all of Photoshop

More information

Guide to Processing Spectra Using the BASS Software

Guide to Processing Spectra Using the BASS Software British Astronomical Association Supporting amateur astronomers since 1890 Guide to Processing Spectra Using the BASS Software Andrew Wilson 04 June 2017 Applicable to BASS Project Version 1.9.7 by John

More information

Retouching Portraits in Photoshop

Retouching Portraits in Photoshop Retouching Portraits in Photoshop I Removing Blemishes When removing blemishes, acne or other imperfections on the skin, our goal is to maintain as much of the original skin texture as possible. That way,

More information

ASTRO 1050 MicroObservatory RGB Image (if cloudy)

ASTRO 1050 MicroObservatory RGB Image (if cloudy) ASTRO 1050 MicroObservatory RGB Image (if cloudy) ABSTRACT For this assignment, you will be using the MicroObservatory Robotic Telescope Network, run by the Harvard-Smithsonian Center for Astrophysics

More information

Photometry. La Palma trip 2014 Lecture 2 Prof. S.C. Trager

Photometry. La Palma trip 2014 Lecture 2 Prof. S.C. Trager Photometry La Palma trip 2014 Lecture 2 Prof. S.C. Trager Photometry is the measurement of magnitude from images technically, it s the measurement of light, but astronomers use the above definition these

More information

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2:

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2: Image acquisition, managing and processing software TCapture Instruction Manual Key to the Instruction Manual TC is shortened name used for TCapture. Help Refer to [Help] >> [About TCapture] menu for software

More information

GXCapture 8.1 Instruction Manual

GXCapture 8.1 Instruction Manual GT Vision image acquisition, managing and processing software GXCapture 8.1 Instruction Manual Contents of the Instruction Manual GXC is the shortened name used for GXCapture Square brackets are used to

More information

Guidance on Using Scanning Software: Part 5. Epson Scan

Guidance on Using Scanning Software: Part 5. Epson Scan Guidance on Using Scanning Software: Part 5. Epson Scan Version of 4/29/2012 Epson Scan comes with Epson scanners and has simple manual adjustments, but requires vigilance to control the default settings

More information

Image Enhancement (from Chapter 13) (V6)

Image Enhancement (from Chapter 13) (V6) Image Enhancement (from Chapter 13) (V6) Astronomical images often span a wide range of brightness, while important features contained in them span a very narrow range of brightness. Alternatively, interesting

More information

This release contains deep Y-band images of the UDS field and the extracted source catalogue.

This release contains deep Y-band images of the UDS field and the extracted source catalogue. ESO Phase 3 Data Release Description Data Collection HUGS_UDS_Y Release Number 1 Data Provider Adriano Fontana Date 22.09.2014 Abstract HUGS (an acronym for Hawk-I UDS and GOODS Survey) is a ultra deep

More information

TRI COLOR IMAGING 1 INTRODUCTION 1.1 USING FILTERS

TRI COLOR IMAGING 1 INTRODUCTION 1.1 USING FILTERS TRI COLOR IMAGING From: Imaging the Universe A Laboratory Manual for Introductory Astronomy, R. Mutel et. al. PROJECT LEVEL: Introductory PROJECT GOALS: The student will learn how to use an image processing

More information

The Noise about Noise

The Noise about Noise The Noise about Noise I have found that few topics in astrophotography cause as much confusion as noise and proper exposure. In this column I will attempt to present some of the theory that goes into determining

More information

Optika ISview. Image acquisition and processing software. Instruction Manual

Optika ISview. Image acquisition and processing software. Instruction Manual Optika ISview Image acquisition and processing software Instruction Manual Key to the Instruction Manual IS is shortened name used for OptikaISview Square brackets are used to indicate items such as menu

More information

We recommend downloading the latest core installer for our software from our website. This can be found at:

We recommend downloading the latest core installer for our software from our website. This can be found at: Dusk Getting Started Installing the Software We recommend downloading the latest core installer for our software from our website. This can be found at: https://www.atik-cameras.com/downloads/ Locate and

More information

Photoshop CC Editing Images

Photoshop CC Editing Images Photoshop CC Editing Images Rotate a Canvas A canvas can be rotated 90 degrees Clockwise, 90 degrees Counter Clockwise, or rotated 180 degrees. Navigate to the Image Menu, select Image Rotation and then

More information

Mullingar Camera Club Basic introduction to Digital Printing using Photoshop CC.

Mullingar Camera Club Basic introduction to Digital Printing using Photoshop CC. Mullingar Camera Club Basic introduction to Digital Printing using Photoshop CC. Table of Contents Course aims: 1 Course presentation notes: 1 Introducing Photoshop: 1 Adjusting the Brightness or Contrast

More information

ObsAstro Documentation

ObsAstro Documentation ObsAstro Documentation Release 0.1 Matthew Craig, Juan Cabanela & Linda Winkler February 18, 2014 Contents i ii Contents: Contents 1 2 Contents CHAPTER 1 Basic image statistics Contents: 1.1 Before you

More information

Extreme Makeovers: Photoshop Retouching Techniques

Extreme Makeovers: Photoshop Retouching Techniques Extreme Makeovers: Table of Contents About the Workshop... 1 Workshop Objectives... 1 Getting Started... 1 Photoshop Workspace... 1 Retouching Tools... 2 General Steps... 2 Resolution and image size...

More information

ObsAstro Documentation

ObsAstro Documentation ObsAstro Documentation Release 0.1 Matthew Craig, Juan Cabanela & Linda Winkler February 18, 2014 Contents 1 Basic image statistics 3 1.1 Before you begin.............................................

More information

ISIS A beginner s guide

ISIS A beginner s guide ISIS A beginner s guide Conceived of and written by Christian Buil, ISIS is a powerful astronomical spectral processing application that can appear daunting to first time users. While designed as a comprehensive

More information

PanosFX CARTOONS User guide PANOSFX CARTOONS. Photoshop actions - for PS CC, CS6, CS5, CS4, CS3. User Guide

PanosFX CARTOONS User guide PANOSFX CARTOONS. Photoshop actions - for PS CC, CS6, CS5, CS4, CS3. User Guide PANOSFX CARTOONS Photoshop actions - for PS CC, CS6, CS5, CS4, CS3 User Guide CONTENTS 1. THE BASICS... 1 1.1. About the effects... 1 1.2. How the actions are organized... 1 1.3. Installing the actions

More information

Create A Starry Night Sky In Photoshop

Create A Starry Night Sky In Photoshop Create A Starry Night Sky In Photoshop Written by Steve Patterson. In this Photoshop effects tutorial, we ll learn how to easily add a star-filled sky to a night time photo. I ll be using Photoshop CS5

More information

INTRODUCTION TO CCD IMAGING

INTRODUCTION TO CCD IMAGING ASTR 1030 Astronomy Lab 85 Intro to CCD Imaging INTRODUCTION TO CCD IMAGING SYNOPSIS: In this lab we will learn about some of the advantages of CCD cameras for use in astronomy and how to process an image.

More information

Tri-Color Imaging. Summary. Background and Theory TRI-COLOR IMAGING 36

Tri-Color Imaging. Summary. Background and Theory TRI-COLOR IMAGING 36 TRI-COLOR IMAGING 36 Tri-Color Imaging Level: Introductory Learning Goals: The student will learn how to use an image processing program to combine filtered monochrome images in order to make a true-color

More information

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile

PICTURE AS PAINT. Most magazine articles written. Creating a seamless, tileable texture in GIMP KNOW-HOW. Brightness. From Photo to Tile Creating a seamless, tileable texture in GIMP PICTURE AS PAINT Graphic artists often face the problem of turning a photograph into an image that will tile over a larger surface. This task is not as easy

More information

Black and White using Photoshop

Black and White using Photoshop Topics to be covered: Methods for B&W conversion Improving the image Toning Printer color management Black and White using Photoshop Various ways to get to B&W Adobe Raw Converter (ACR) in from Bridge

More information

Name Partner(s) Date Grade Category Max Points Points Received Tricolor Imaging 1. Introduction Background and Theory FILTER

Name Partner(s) Date Grade Category Max Points Points Received Tricolor Imaging 1. Introduction Background and Theory FILTER 29:50 Astronomy Lab #8 Stars, Galaxies, and the Universe Name Partner(s) Date Grade Category Max Points Points Received On Time 5 Printed Copy 5 Lab Work 90 Total 100 Tricolor Imaging 1. Introduction This

More information

Photoshop Elements Hints by Steve Miller

Photoshop Elements Hints by Steve Miller 2015 Elements 13 A brief tutorial for basic photo file processing To begin, click on the Elements 13 icon, click on Photo Editor in the first box that appears. We will not be discussing the Organizer portion

More information

SAVING, LOADING AND REUSING LAYER STYLES

SAVING, LOADING AND REUSING LAYER STYLES SAVING, LOADING AND REUSING LAYER STYLES In this Photoshop tutorial, we re going to learn how to save, load and reuse layer styles! Layer styles are a great way to create fun and interesting photo effects

More information

General Workflow for Processing L, Ha, R, G, and B Components in ImagesPlus

General Workflow for Processing L, Ha, R, G, and B Components in ImagesPlus General Workflow for Processing L, Ha, R, G, and B Components in ImagesPlus This general workflow can be used with component images from a DSLR, one shot color CCD, or monochrome CCD with minor adjustment

More information

ImageJ Activity Booklet

ImageJ Activity Booklet ImageJ Activity Booklet Written by Kurtis Williams (Texas A&M University - Commerce), Kyle Fricke (University of California, Berkeley), David Auslender (University of Texas at Austin) ImageJ Activity Booklet

More information

Photoshop: Manipulating Photos

Photoshop: Manipulating Photos Photoshop: Manipulating Photos All Labs must be uploaded to the University s web server and permissions set properly. In this lab we will be manipulating photos using a very small subset of all of Photoshop

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 6 One of the most useful features of applications like Photoshop is the ability to work with layers. allow you to have several pieces of images in the same file, which can be arranged

More information

Color Correction and Enhancement

Color Correction and Enhancement 10 Approach to Color Correction 151 Color Correction and Enhancement The primary purpose of Photoshop is to act as a digital darkroom where images can be corrected, enhanced, and refined. How do you know

More information

Creating a Contrast Mask. Text and images Copyright (C) 2002 Eric R. Jeschke and may not be used without permission of the author.

Creating a Contrast Mask. Text and images Copyright (C) 2002 Eric R. Jeschke and may not be used without permission of the author. Creating a Contrast Mask Text and images Copyright (C) 2002 Eric R. Jeschke and may not be used without permission of the author. Intention In this tutorial I'll show you how to do create a contrast mask

More information

Add Photoshop Masks and Adjustments to RAW Images

Add Photoshop Masks and Adjustments to RAW Images Add Photoshop Masks and Adjustments to RAW Images Contributor: Seán Duggan n Specialty: Fine Art Primary Tool Used: Photoshop Masks The adjustments you make in Camera Raw are global in nature, meaning

More information

Viewing Landsat TM images with Adobe Photoshop

Viewing Landsat TM images with Adobe Photoshop Viewing Landsat TM images with Adobe Photoshop Reformatting images into GeoTIFF format Of the several formats in which Landsat TM data are available, only a few formats (primarily TIFF or GeoTIFF) can

More information

ADD A REALISTIC WATER REFLECTION

ADD A REALISTIC WATER REFLECTION ADD A REALISTIC WATER REFLECTION In this Photoshop photo effects tutorial, we re going to learn how to easily add a realistic water reflection to any photo. It s a very easy effect to create and you can

More information

Photoshop: a Beginner s course. by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore

Photoshop: a Beginner s course. by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Photoshop: a Beginner s course by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Table of Contents About the Workshop... 1 Prerequisites... 1 Workshop Objectives...

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 4 Colour is important in most art forms. For example, a painter needs to know how to select and mix colours to produce the right tones in a picture. A Photographer needs to understand

More information

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers:

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers: About Layers: Layers allow you to work on one element of an image without disturbing the others. Think of layers as sheets of acetate stacked one on top of the other. You can see through transparent areas

More information

Use of the built-in Camera Raw plug-in to take your RAW/JPEG/TIFF file and apply basic changes

Use of the built-in Camera Raw plug-in to take your RAW/JPEG/TIFF file and apply basic changes There are a lot of different software packages available to process an image for this tutorial we are working with Adobe Photoshop CS5 on a Windows based PC. A lot of what is covered is also available

More information

BRUSHES AND LAYERS We will learn how to use brushes and illustration tools to make a simple composition. Introduction to using layers.

BRUSHES AND LAYERS We will learn how to use brushes and illustration tools to make a simple composition. Introduction to using layers. Brushes BRUSHES AND LAYERS We will learn how to use brushes and illustration tools to make a simple composition. Introduction to using layers. WHAT IS A BRUSH? A brush is a type of tool in Photoshop used

More information

PanosFX CARTOONS User guide PANOSFX CARTOONS. Photoshop actions - for PS CC, CS6, CS5, CS4. User Guide

PanosFX CARTOONS User guide PANOSFX CARTOONS. Photoshop actions - for PS CC, CS6, CS5, CS4. User Guide PANOSFX CARTOONS Photoshop actions - for PS CC, CS6, CS5, CS4 User Guide CONTENTS 1. THE BASICS... 1 1.1. About the effects... 1 1.2. How the actions are organized... 1 1.3. Installing the actions in Photoshop...

More information

APPENDIX D: ANALYZING ASTRONOMICAL IMAGES WITH MAXIM DL

APPENDIX D: ANALYZING ASTRONOMICAL IMAGES WITH MAXIM DL APPENDIX D: ANALYZING ASTRONOMICAL IMAGES WITH MAXIM DL Written by T.Jaeger INTRODUCTION Early astronomers relied on handmade sketches to record their observations (see Galileo s sketches of Jupiter s

More information

Photo Editing in Mac and ipad and iphone

Photo Editing in Mac and ipad and iphone Page 1 Photo Editing in Mac and ipad and iphone Switching to Edit mode in Photos for Mac To edit a photo you ll first need to double-click its thumbnail to open it for viewing, and then click the Edit

More information

Adobe Photoshop CS5 Layers and Masks

Adobe Photoshop CS5 Layers and Masks Adobe Photoshop CS5 Layers and Masks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Adobe Photoshop CS5: Layers and Masks 2.0 Hours The workshop will cover creating and manipulating

More information

Stone Creek Textiles. Layers! part 1

Stone Creek Textiles. Layers! part 1 Stone Creek Textiles Layers! part 1 This tutorial is all about working with layers. This, to my mind, is one of the two critical areas to master in order to work creatively with Photoshop Elements. So,

More information

Using Gimp to Fix Chain Shirt 5: An armor reskinning tutorial for NWN2 by Barrel of Monkeys Version 1: July 7, 2008

Using Gimp to Fix Chain Shirt 5: An armor reskinning tutorial for NWN2 by Barrel of Monkeys Version 1: July 7, 2008 Using Gimp to Fix Chain Shirt 5: An armor reskinning tutorial for NWN2 by Barrel of Monkeys Version 1: July 7, 2008 This tutorial will walk a beginner through the steps of modifying the textures of an

More information

AstroImageJ User Guide

AstroImageJ User Guide AstroImageJ User Guide Introduction AstroImageJ (AIJ) is simply ImageJ (IJ) with some customizations to the base code and a packaged set of astronomy specific plugins. The plugins are based on the Astronomy

More information

The Camera Club. David Champion January 2011

The Camera Club. David Champion January 2011 The Camera Club B&W Negative Proccesing After Scanning. David Champion January 2011 That s how to scan a negative, now I will explain how to process the image using Photoshop CS5. To achieve a good scan

More information

ADDING A RAINBOW TO A PHOTOGRAPH

ADDING A RAINBOW TO A PHOTOGRAPH ADDING A RAINBOW TO A PHOTOGRAPH This assignment will cover how to add a simple rainbow (or if you want to go crazy, a double rainbow) to any photograph. This will give us some great work with gradients,

More information

11 Advanced Layer Techniques

11 Advanced Layer Techniques 11 Advanced Layer Techniques After you ve learned basic layer techniques, you can create more complex effects in your artwork using layer masks, path groups, filters, adjustment layers, and more style

More information

Adobe Illustrator. Mountain Sunset

Adobe Illustrator. Mountain Sunset Adobe Illustrator Mountain Sunset Adobe Illustrator Mountain Sunset Introduction Today we re going to be doing a very simple yet very appealing mountain sunset tutorial. You can see the finished product

More information

Introduction Welcome to PhotoSweeper

Introduction Welcome to PhotoSweeper Introduction Welcome to Do you really need all 12 shots of that coffee table? helps you organize your photo collections by finding and grouping duplicate or similar photos using powerful comparison settings.

More information

The Basics. Introducing PaintShop Pro X4 CHAPTER 1. What s Covered in this Chapter

The Basics. Introducing PaintShop Pro X4 CHAPTER 1. What s Covered in this Chapter CHAPTER 1 The Basics Introducing PaintShop Pro X4 What s Covered in this Chapter This chapter explains what PaintShop Pro X4 can do and how it works. If you re new to the program, I d strongly recommend

More information

DBSP Observing Manual

DBSP Observing Manual DBSP Observing Manual I. Arcavi, P. Bilgi, N.Blagorodnova, K.Burdge, A.Y.Q.Ho June 18, 2018 Contents 1 Observing Guides 2 2 Before arrival 2 2.1 Submit observing setup..................................

More information

An Introduction to Layers, Masks and Channels in Photoshop

An Introduction to Layers, Masks and Channels in Photoshop An Introduction to Layers, Masks and Channels in Photoshop Roy Killen, GMAPS, EFIAP, GMPSA (c) 2017 Roy Killen Layers, Masks and Channels Page 1 Two approaches to image editing When images are edited in

More information

Using the Advanced Sharpen Transformation

Using the Advanced Sharpen Transformation Using the Advanced Sharpen Transformation Written by Jonathan Sachs Revised 10 Aug 2014 Copyright 2002-2014 Digital Light & Color Introduction Picture Window Pro s Advanced Sharpen transformation is a

More information

Hogalised Drawings Stage 2. - The GIMPY bit

Hogalised Drawings Stage 2. - The GIMPY bit Hogalised Drawings Stage 2. - The GIMPY bit This session will deal with using GIMP to produce a stitched together plan of the Slick Schick ready for importing into TurboCad. Even better if you can t wait

More information

Infinity Software Manual

Infinity Software Manual Infinity Software Manual Version 1.5 - October 2017 1 Contents Introduction 4 Getting Started 5 Main Screen 6 Mode Selection 7 Replay Mode 7 Taking an Image 8 Play 8 Exposure Progress 8 Exposure Settings

More information

The IRAF Mosaic Data Reduction Package

The IRAF Mosaic Data Reduction Package Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. 145, 1998 R. Albrecht, R. N. Hook and H. A. Bushouse, eds. The IRAF Mosaic Data Reduction Package Francisco G. Valdes IRAF

More information

PHOTOTUTOR.com.au Share the Knowledge

PHOTOTUTOR.com.au Share the Knowledge THE DIGITAL WORKFLOW BY MICHAEL SMYTH This tutorial is designed to outline the necessary steps from digital capture, image editing and creating a final print. FIRSTLY, BE AWARE OF WHAT CAN AND CAN T BE

More information

Advanced Stacker PLUS v14

Advanced Stacker PLUS v14 Advanced Stacker PLUS v14 An Owners Guide The ADVANCED STACKER+ from StarCircleAcademy is a set of Photoshop actions that allows you to stack star shots into star trails including creative things like

More information

VECTOR PAINTINGS - User Guide VECTOR PAINTINGS. For Adobe Photoshop Elements 2019, 2018, 15, 14, 13, 12, 11. User Guide

VECTOR PAINTINGS - User Guide VECTOR PAINTINGS. For Adobe Photoshop Elements 2019, 2018, 15, 14, 13, 12, 11. User Guide VECTOR PAINTINGS For Adobe Photoshop Elements 2019, 2018, 15, 14, 13, 12, 11 User Guide CONTENTS 1. THE BASICS...1 1.1. About the effects...1 1.2. How the actions are organized...1 1.3. Downloading and

More information

OzE Field Modules. OzE School. Quick reference pages OzE Main Opening Screen OzE Process Data OzE Order Entry OzE Preview School Promotion Checklist

OzE Field Modules. OzE School. Quick reference pages OzE Main Opening Screen OzE Process Data OzE Order Entry OzE Preview School Promotion Checklist 1 OzE Field Modules OzE School Quick reference pages OzE Main Opening Screen OzE Process Data OzE Order Entry OzE Preview School Promotion Checklist OzESchool System Features Field unit for preparing all

More information

Accented Edges filter Menu: Filters > Brush Strokes > Accented Edges Shortcut: Ctrl F

Accented Edges filter Menu: Filters > Brush Strokes > Accented Edges Shortcut: Ctrl F CCENTED EDGES FILTER ctions Menu: Window > ctions Shortcut: lt/opt F9 Version: 6.0, 7.0, CS, CS, CS ccented Edges filter Menu: Filters > Brush Strokes > ccented Edges Shortcut: Ctrl F See also: Ink Outlines

More information

Realistic Skin Smoothing

Realistic Skin Smoothing TIP SHEET #7 Realistic Skin Smoothing I think it s fair to say when it comes to retouching techniques, the number of different ways to smooth skin is seemingly endless. From blurring techniques through

More information

Scientific Image Processing System Photometry tool

Scientific Image Processing System Photometry tool Scientific Image Processing System Photometry tool Pavel Cagas http://www.tcmt.org/ What is SIPS? SIPS abbreviation means Scientific Image Processing System The software package evolved from a tool to

More information

Learning Photo Retouching techniques the simple way

Learning Photo Retouching techniques the simple way Learning Photo Retouching techniques the simple way Table of Contents About the Workshop... i Workshop Objectives... i Getting Started... 1 Photoshop Workspace... 1 Setting up the Preferences... 2 Retouching

More information

Advanced Sharpening in Photoshop

Advanced Sharpening in Photoshop Advanced Sharpening in Photoshop A Tutorial by Ray Grace ARPS DPAGB There are many various methods of sharpening in Photoshop all of which work to a greater or lesser degree. This particular method is

More information

SBIG ASTRONOMICAL INSTRUMENTS

SBIG ASTRONOMICAL INSTRUMENTS SBIG ASTRONOMICAL INSTRUMENTS SANTA BARBARA INSTRUMENT GROUP 147-A Castilian Drive Santa Barbara, CA 93117 Phone (805) 571-SBIG (571-7244) FAX (805) 571-1147 e-mail:sbig@sbig.com home page:www.sbig.com

More information

Zeiss Axiovert 135 Fluorescence Microscope Quick Guide / Operations Manual (v. 1.0 February 09)

Zeiss Axiovert 135 Fluorescence Microscope Quick Guide / Operations Manual (v. 1.0 February 09) University of Chicago Integrated Light Microscopy Core Dr. Vytas Bindokas, Director http://digital.bsd.uchicago.edu By: Christine Labno, Assistant Director Room: AB-129 Phone: 4-9040 Zeiss Axiovert 135

More information

CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE

CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE CTE BASIC DIGITAL PHOTOGRAPHY STUDY GUIDE VOCABULARY Histogram a graph of all tones in an image Image/adjust (hue/saturation, brightness/contrast) hue: color name (like green), saturation: how opaque (rich

More information

Transforming Your Photographs with Photoshop

Transforming Your Photographs with Photoshop Transforming Your Photographs with Photoshop Jesús Ramirez PhotoshopTrainingChannel.com Contents Introduction 2 About the Instructor 2 Lab Project Files 2 Lab Objectives 2 Lab Description 2 Removing Distracting

More information

M67 Cluster Photometry

M67 Cluster Photometry Lab 3 part I M67 Cluster Photometry Observational Astronomy ASTR 310 Fall 2009 1 Introduction You should keep in mind that there are two separate aspects to this project as far as an astronomer is concerned.

More information

Locating Molecules Using GSD Technology Project Folders: Organization of Experiment Files...1

Locating Molecules Using GSD Technology Project Folders: Organization of Experiment Files...1 .....................................1 1 Project Folders: Organization of Experiment Files.................................1 2 Steps........................................................................2

More information

Index of Command Functions

Index of Command Functions Index of Command Functions version 2.3 Command description [keyboard shortcut]:description including special instructions. Keyboard short for a Windows PC: the Control key AND the shortcut key. For a MacIntosh:

More information

Bristol Photographic Society Introduction to Digital Imaging

Bristol Photographic Society Introduction to Digital Imaging Bristol Photographic Society Introduction to Digital Imaging Part 16 HDR an Introduction HDR stands for High Dynamic Range and is a method for capturing a scene that has a light range (light to dark) that

More information

Making Pretty Pictures from Scientific Data. by David Ault

Making Pretty Pictures from Scientific Data. by David Ault Making Pretty Pictures from Scientific Data by David Ault Many Sources Available Sloan Digital Sky Survey (SDSS) http://data.sdss3.org/fields Hubble Legacy Archive (HLA) http://hla.stsci.edu/hlaview.html

More information

Legacy FamilySearch Overview

Legacy FamilySearch Overview Legacy FamilySearch Overview Legacy Family Tree is "Tree Share" Certified for FamilySearch Family Tree. This means you can now share your Legacy information with FamilySearch Family Tree and of course

More information

Improve your photos and rescue old pictures

Improve your photos and rescue old pictures PSPRO REVISTED Nov 5 2007 Page 1 of 7 Improve your photos and rescue old pictures This guide gives tips on how you can use Paint Shop5 and similar free graphic programmes to improve your photos. It doesn

More information

Digital Design and Communication Teaching (DiDACT) University of Sheffield Department of Landscape. Adobe Photoshop CS5 INTRODUCTION WORKSHOPS

Digital Design and Communication Teaching (DiDACT) University of Sheffield Department of Landscape. Adobe Photoshop CS5 INTRODUCTION WORKSHOPS Adobe INTRODUCTION WORKSHOPS WORKSHOP 1 - what is Photoshop + what does it do? Outcomes: What is Photoshop? Opening, importing and creating images. Basic knowledge of Photoshop tools. Examples of work.

More information

Resizing images for the web using. Version 1.3. WrightWay. Design.

Resizing images for the web using. Version 1.3. WrightWay. Design. Resizing images for the web using Version 1.3 WrightWay Design www.wrightwaydesign.com.au Why would we need to re-size our images? Images taken with digital cameras are captured at very high levels of

More information

Stellar Photometry: I. Measuring. Ast 401/Phy 580 Fall 2014

Stellar Photometry: I. Measuring. Ast 401/Phy 580 Fall 2014 What s Left (Today): Introduction to Photometry Nov 10 Photometry I/Spectra I Nov 12 Spectra II Nov 17 Guest lecture on IR by Trilling Nov 19 Radio lecture by Hunter Nov 24 Canceled Nov 26 Thanksgiving

More information

ToupSky Cameras Quick-guide

ToupSky Cameras Quick-guide ToupSky Cameras Quick-guide ToupSky is a capture and processing software offered by Touptek, the original manufacturer of the Toupcamera series. These are video cameras that offer live image capture for

More information

Movie 7. Merge to HDR Pro

Movie 7. Merge to HDR Pro Movie 7 Merge to HDR Pro 1 Merge to HDR Pro When shooting photographs with the intention of using Merge to HDR Pro to merge them I suggest you choose an easy subject to shoot first and follow the advice

More information

Operating Procedures for MICROCT1 Nikon XTH 225 ST

Operating Procedures for MICROCT1 Nikon XTH 225 ST Operating Procedures for MICROCT1 Nikon XTH 225 ST Ensuring System is Ready (go through to ensure all windows and tasks below have been completed either by you or someone else prior to mounting and scanning

More information

Black (and White) Magic

Black (and White) Magic Black (and White) Magic Close your eyes, take a deep breath, and imagine a future where you no longer shoot both color and black and white images. Instead, you capture only color. Then, following the shoot,

More information

AgilEye Manual Version 2.0 February 28, 2007

AgilEye Manual Version 2.0 February 28, 2007 AgilEye Manual Version 2.0 February 28, 2007 1717 Louisiana NE Suite 202 Albuquerque, NM 87110 (505) 268-4742 support@agiloptics.com 2 (505) 268-4742 v. 2.0 February 07, 2007 3 Introduction AgilEye Wavefront

More information

Selective Editing in Camera Raw 5

Selective Editing in Camera Raw 5 Selective Editing in Camera Raw 5 The editing tools that you saw in the last chapter are global editing tools. That is, they affect all parts of the image. So, when you choose to, for example, brighten

More information