Skip to content

Commit

Permalink
Hla 1076 hap intro docs (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman authored Nov 6, 2023
1 parent 14a4ed4 commit a8b4e5c
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 38 deletions.
17 changes: 16 additions & 1 deletion doc/source/explanation/hap_introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@ Introduction
------------
.. _hap-introduction:

*Coming soon!*
The ``drizzlepac`` package can be used for many purposes, all related to aligning and combining images to create products which can provide the deepest available views of the data. Combining the data with ``drizzlepac`` relies on the WCS solution specified in the input image headers. These WCS solutions are expected to align the images to each other (relative astrometry) as well as align the image to the correct position on the sky (absolute astrometry). The telemetry from HST allows the relative astrometry to be known extremely accurately (sub-milli-arcsecond level) when all images use the same guide stars and when the images were taken in the same visit. However, data taken at different times using different guide stars have historically had errors in the alignment with a sigma of 1 arc-second (or more). As a result, corrections to the alignment need to be made in order to successfully combine the images.

The code being used in the automated HST calibration pipeline to generate the products served by the HST Archive through the MAST Portal relies on multiple methods to do the best job possible in aligning and combining data regardless of whether they came from the same visit (or instrument) or not.

On December 17, 2020, MAST began production of new ACS and WFC3 products in the HST data calibration pipeline: Hubble Legacy Archive (HLA)-style mosaics comprising the data from a single HST visit which are aligned to a common astrometric reference frame. These are the first of two types of **Hubble Advanced Products (HAP)** that will be produced in the HST data pipeline and made available through the `MAST Discovery Portal <https://mast.stsci.edu/portal/Mashup/Clients/Mast/Portal.html>`_.

Three levels of products are available as part of this release:

* Exposure level products contain data from a single HST exposure.
* Filter level products are produced from all exposures in a visit with a common filter.
* Total level products combine all exposures from a visit for a specific detector and are intended as a detection image for producing catalogs.

The **HAP Single Visit Mosaics (SVMs)** differ from the standard HST drizzled data products, which are aligned filter-by-filter to Gaia. SVM data products, on the other hand, are all drizzled onto the same north-up pixel grid and may have improved relative alignment across filters within a given visit, enabling easy comparison of the images through multiple filters or for images to be combined to create color mosaics. When possible, sources in the images have been aligned directly to the Gaia source catalog to improve the WCS of the images. SVM data products with both relative alignment (by filter) and absolute alignment to Gaia will contain the string 'FIT_SVM_GAIA' in the 'WCSNAME' keyword in the science extension of the image header. More discussion on HAP alignment, may be found on the webpage `Improvements in HST Astrometry <https://outerspace.stsci.edu/pages/viewpage.action?spaceKey=HAdP&title=Improvements+in+HST+Astrometry>`_.

Combining data across visits to create mosaics for every observed location on the sky gets performed using
**HAP Multi-Visit Mosaic (MVM)** processing.
6 changes: 1 addition & 5 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ The Drizzlepac package is a collection packages for aligning and combining astro
parameters
reference




.. DrizzlePac Release Notes
.. ------------------------
.. The code for this package gets released through a number of methods: namely,
Expand Down Expand Up @@ -72,5 +69,4 @@ The Drizzlepac package is a collection packages for aligning and combining astro
.. Combining data across visits to create mosaics for every observed location on the sky gets performed using
.. **HAP Multi-Visit Mosaic (MVM)** processing.
.. **HAP Multi-Visit Mosaic (MVM)** processing.
13 changes: 6 additions & 7 deletions doc/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Drizzle (Image drizzling step)
.. toctree::
:maxdepth: 1

reference/astrodrizzle
reference/adrizzle
reference/ablot
reference/adrizzle
reference/astrodrizzle
reference/drizcr
reference/median
reference/outimage
reference/photeq
Expand All @@ -30,14 +31,12 @@ Pipeline processing
:maxdepth: 1

reference/astrometry_api
reference/imagefindpars
reference/refimagefindpars
reference/catalogs
reference/drizcr
reference/imagefindpars
reference/mdztab
reference/process
reference/refimagefindpars
reference/util
reference/utilfuncs

Interactive Image alignment
---------------------------
Expand Down Expand Up @@ -79,10 +78,10 @@ Classes
.. toctree::
:maxdepth: 1

reference/acsobjects
reference/baseobjects
reference/image
reference/imageobject
reference/acsobjects
reference/nicmosobjects
reference/stisobjects
reference/wfc3objects
Expand Down
10 changes: 0 additions & 10 deletions doc/source/reference/astrodrizzle.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
.. _astrodrizzle_:

===================================
Introduction to Pipeline processing
===================================
*Coming soon!*

====================
Overview of pipeline
====================
*Coming soon!*

======================================
Primary User Interface: AstroDrizzle()
======================================
Expand Down
6 changes: 3 additions & 3 deletions doc/source/reference/tweakback.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _tweakback:

*********
TWEAKBACK
*********
***********************************
TWEAKBACK: Propagating The Solution
***********************************

.. moduleauthor:: Warren Hack <[email protected]>

Expand Down
12 changes: 0 additions & 12 deletions doc/source/reference/utilfuncs.rst

This file was deleted.

0 comments on commit a8b4e5c

Please sign in to comment.