@@ -135,25 +135,22 @@ measured sources in the combined field-of-view of the set of input
135
135
images. This catalog is generated from the catalogs available
136
136
through the `STScI MAST Catalogs `_ and has the ability to account
137
137
for proper motion to a given epoch. The epoch is computed from the observation date and time
138
- of the input data.
138
+ of the input data. If ``abs_refcat `` is set to a path to an existing
139
+ file, i.e., a user-supplied external reference catalog,
140
+ then the catalog will be read from that file. The catalog must be readable
141
+ into an :py:meth: `~astropy.table.Table ` object and contain either
142
+ ``'RA' `` and ``'DEC' `` columns (in degrees) or an Astropy-readable ``sky_centroid ``.
143
+ An optional column in the catalog is the ``'weight' `` column, which when present,
144
+ will be used in fitting.
139
145
140
146
.. _STScI MAST Catalogs : https://outerspace.stsci.edu/display/MASTDATA/Catalog+Access
141
147
142
148
The combined source catalog derived in the first step
143
149
then gets cross-matched and fit to this astrometric reference catalog.
144
- The pipeline initially supports fitting to the
145
- GAIADR3 catalog, with the option to select the GAIADR2 or GAIADR1 instead.
146
150
The results of this one fit then gets back-propagated to all the
147
151
input images to align them all to the astrometric reference frame while
148
152
maintaining the relative alignment between the images.
149
153
150
- For this part of alignment, instead of 'GAIADR1', 'GAIADR2', or 'GAIADR3', users can
151
- supply an external reference catalog by providing a path to an existing
152
- file. A user-supplied catalog must contain ``'RA' `` and ``'DEC' `` columns
153
- indicating reference source world coordinates (in degrees). An optional column
154
- in the catalog is the ``'weight' `` column, which when present, will be used
155
- in fitting. The catalog must be in a format automatically recognized by
156
- :py:meth: `~astropy.table.Table.read `.
157
154
158
155
Grouping
159
156
--------
@@ -212,6 +209,10 @@ The ``tweakreg`` step has the following optional arguments:
212
209
(Default= `'ecsv' `)
213
210
214
211
* ``catfile ``: Name of the file with a list of custom user-provided catalogs.
212
+ The file must contain a two-column list of format
213
+ ``<input file name> <catalog file name> `` with one entry per input filename
214
+ in the input association.
215
+ This parameter has no effect if ``use_custom_catalogs `` is `False `.
215
216
(Default= `'' `)
216
217
217
218
* ``bkg_boxsize ``: A positive `int ` indicating the background mesh box size
0 commit comments