Montage Used In Study Of Polycyclic Aromatic Hydrocarbons (PAHs)

Rosenberg et al. (2011) recently reported on a study of Polycyclic Aromatic Hydrocarbons(PAHS), which cause very strong emission line features in the mid-infrared (10 – 20 microns), in the Photo-Dissociation Region (PDR) of  NGC 7023. As part of this study, they obtained Spitzer observations of the PAH’s, and used Montage to regrid maps of the power in the emission lines as a starting point for their analysis.

IRAC 8 micron image of NGC 7023. The white box is the field of study around the PDR NGC 7023-NW.

IRAC 8 micron image of NGC 7023. The white box is the field of study around the PDR NGC 7023-NW.

Rosenberg et al. write:  “The aromatic infrared bands (AIBs) observed in the mid infrared spectrum are attributed to Polycyclic Aromatic Hydrocarbons (PAHs). We observe the NGC 7023-North West (NW) PDR in the mid-infrared (10 – 19.5 micron) using the Infrared Spectrometer (IRS), on board Spitzer. Clear variations are observed in the spectra, most notably the ratio of the 11.0 to 11.2 micron bands, the peak position of the 11.2 and 12.0 micron bands, and the degree of asymmetry of the 11.2 micron band. The observed variations appear to change as a function of position within the PDR. We aim to explain these variations by a change in the abundances of the emitting components of the PDR. A Blind Signal Separation (BSS) method, i.e. a Non-Negative Matrix Factorization algorithm is applied to separate the observed spectrum into components. Using the NASA Ames PAH IR Spectroscopic Database, these extracted signals are fit. The observed signals alone were also fit using the database and these components are compared to the BSS components. Three component signals were extracted from the observation using BSS. We attribute the three signals to ionized PAHs, neutral PAHs, and Very Small Grains (VSGs). The fit of the BSS extracted spectra with the PAH database further confirms the attribution to ionized and neutral PAHs and provides confidence in both methods for producing reliable results. The 11.0 micron feature is attributed to PAH cations while the 11.2 micron band is attributed to neutral PAHs. The VSG signal shows a characteristically asymmetric broad feature at 11.3 micron with an extended red wing. By combining the NASA Ames PAH IR Spectroscopic Database fit with the BSS method, the independent results of each method can be confirmed and some limitations of each method are overcome.”

Posted in astronomy, astronomy images, Astronomy software, Image mosaic, Image processing, Images, software, Software engineering | Tagged , , , , , | Leave a comment

Discovery of diffuse emission in the galaxy cluster A1689

Vacca et al (2011) have used Montage in their investigations of the radio continuum emission in  A1689 through archival observations at 1.2 and 1.4GHz, obtained with the Very Large Array.

Total intensity radio contours of A1689 at 1.2GHz (VLA in DnC configuration) with a FWHM of 30′′ × 30′′. Vacca et al 2011.

They reported the discovery of an extended, diffuse, low-surface brightness radio emission located in the central region of the cluster. They classified the source as a radio halo, given that its physical properties are consistent with extrapolation of the properties of known radio halos.

Posted in astronomy images, galaxies, galaxy clusters, Image mosaic, Image processing, Images, software, VLA | Tagged , , , , , , , | Leave a comment

Montage Included In Astrophysics Source Code Library (ASCL)

Montage now has an entry in the Astrophysics Source Code Library (ASCL), housed on the discussion forum for Astronomy Picture of the Day (APOD) at http://asterisk.apod.com/viewforum.php?f=35.  The Guide states that: “The Astrophysics Source Code Library (ASCL) is a free, on-line reference library for source codes of all sizes that are of interest to astrophysicists. All ASCL source codes have been used to generate results published in or submitted to a refereed journal.” The Library also contains a collection of papers on the topic of astronomical software.

Posted in astronomy, astronomy images, Astronomy software, Image processing, software, Software engineering | Tagged , , , , , | Leave a comment

Does Montage Conserve Flux When Changing the Image Resolution?

This question has been asked several times. It was first posed on-line by Loren Anderson on the Astrobetter page on image mosaics:

“An important note on Montage is that it does not conserve flux when changing the image resolution. For example, if you want to rebin the image to a pixel size three times larger, the flux of all point sources will decrease by a factor of 9 (3^2). Multiplying by the ratio of the pixel areas, (new_pixel_size/old_pixel_size)^2, will get you back to the original flux. This can be done via the “-x” flag in Montage’s mProject. A “conserve flux” flag in Montage, as in MIDAS, would be nice though.”

My colleague John Good responded:  “Montage is very careful to conserve flux in how it redistributes pixel content (in fact the method used for the slower reprojection algorithm does so using spherical angles even at the pixel scale). The problem arises in not being able to know whether the units of the data represent a flux or a flux density. If the former, she is correct but most of the datasets we have encountered in practice have been flux densities, where such scaling would be inappropriate.

However, if there are enough people that need rescaling like this, we would be happy to include it. It’s a trivial addition; we just try to avoid too many extraneous flags. Anyone desiring additional functionality can write to me directly.

By the way, whenever possible you should try to use mProjectPP, as it is 25-30 times faster than mProject. The former can handle any projection pair; the latter is more restrictive but for small areas can often be used even with some of the odder projections through a little mathematical trickery (creating a “distorted” tangent-plane projection that fits the image locally).”

This material first appeared on the Astrobetter site.

Posted in Uncategorized | 1 Comment

What Are The “Area Files” That Are Produced With The Mosaics?

Montage returns with each mosaic an “area file” in FITS format that contains the total amount of sky area (steradians) that contributed to the value of a pixel. It weights  the output flux by the “areas” of the contributing inputs.

The Montage Reprojection algorithm, including accurate calculations of the areas of individual pixels contributing to the outoput flux of each pixel.

The Montage Reprojection algorithm, including accurate calculations of the areas of individual pixels contributing to the outoput flux of each pixel.

The file is a useful quality assurance tool and comes into play in three places:

  • Around the edges of a reprojected image, where there may be a pixel where only a tiny  area contributes to its value;
  • When the projection covers enough sky that the projection distortions onto the image plane return different areas for pixels on the edges versus in the middle; and
  • When are co-adding values from multiple images where the previous two effects require different weightings for the contributing pixels.

A concrete example will help illustrate how the values are calculated .  Suppose you reproject image A and an edge pixel in the input has a value of 1.523 but only overlaps the corresponding output pixel by 10%.The output pixel flux value would still be 1.523 but
the relative area value would only be 0.1.  A second image B covers the same output pixel with a value of 1.621 but completely, so the area is 1.0.  Then when we coadd, we want to give the coadded pixel the  value of

(1.523*0.1 + 1.621*1.0) / (0.1 + 1.00) = 1.612

i.e., weighting the output flux by the “areas” of the contributing inputs.  The “area” of the output pixel (which is now more of a weight for future use) is the combined 1.1.  If I have lots of input images for the same output location, I can easily have fairly
large “areas”.

Adapted from material prepared by Dr. John Good (IPAC)

Posted in Uncategorized | Leave a comment

Montage Used To Study Molecular Outflows in W5.

Ginsburg, Bally and Williams (2011) used Montage in their study of molecular outflows in the star formation complex W5, using CO 3-2 data made with the HARP array on the James Clerk Maxwell Telescope (Hawaii).  As part of their analysis, they used Montage to resample 13CO data measured as part of the  FCRAO Outer Galaxy Survey to match the Bolocam Northern Galactic Plane Survey maps.

Ginsburg et al write: "An overview of the W3/4/5 complex (also known as the “Heart and Soul Nebula”) in false color. Orange shows 8 μm emission from the Spitzer and MSX satellites. Purple shows 21 cm continuum emission from the DRAO CGPS ; the DSS R image was used to set the display opacity of the 21 cm continuum as displayed). The green shows JCMT 12CO 3-2 along with FCRAO 12CO 1-0 to fill in gaps that were not observed with the JCMT. The image spans ∼ 7◦ in galactic longitude. This overview image shows the hypothesized interaction between the W4 superbubble and the W3 and W5 star-forming regions."

Posted in astronomy, astronomy images, Image processing, Images, star formation | Tagged , , , , , | 1 Comment

The Expansion Proper Motions of the Planetary Nebula NGC 6302 from HST imaging

C. Szyszka, A. A. Zijlstra and J. R. Walsh (2011) have used Montage in their study of the expansion proper motions of planetary nebulae. Planetary nebulae expand on time scales of 103–104 yr, and for the closest nebulae, this can be detected within decades. They used HST imaging separated by nearly a decade to measure the expansion proper motion on NGC 6302.

The data were obtained with the Wide Field Camera 3 (WFC3) and Wide Field Planetary Camera 2 (WFC2). Montage was used as a “rebinning engine” to place all the imaging data from these two data sets onto the same pixel scale and orientation.

The WFC3 image, oriented such that North is up and East is left.

The WFC3 image, oriented such that North is up and East is left.

The primary results are as follows:

  1. The velocity field shows a characteristic linear increase of velocity with radial distance and the motion is largely radial.
  2. The lobes of NGC 6302 were ejected 2250 ± 35yr ago.
  3. The dense and massive molecular torus was ejected over 5000yr, ending about 2900yr ago.
  4. The torus and lobes originate in separate mass-loss events with different physical processes
Posted in astronomy, astronomy images, Astronomy software, Image mosaic, Image processing, Images, planetary nebulae, software | Tagged , , , , , , | Leave a comment