Step Arguments
The tso_photometry step has the following optional arguments.
--save_catalog(boolean, default=False)If set to
True, the output table of times and photometry will be written to an ECSV file with suffix “phot”.Note
When this step is run as part of the calwebb_tso3 pipeline, the
save_catalogargument should not be set, because the output catalog will always be saved by the pipeline module itself. Thesave_catalogargument is useful only when thetso_photometrystep is run as a standalone.--radius(float, default=3.0)The photometric aperture radius in pixels.
--radius_inner(float, default=4.0)The background annulus inner radius in pixels.
--radius_outer(float, default=5.0)The background annulus outer radius in pixels.
--centroid_source(boolean, default=True)If
True, the source position will be derived from a centroid near the planned position before computing the photometry. IfFalse, the planned source position will be used directly.--search_box_width(integer, default=41)If
centroid_sourceisTrue, then this value is used as the full width of the box used for an initial search for the source. The value must be an odd integer.--fit_box_width(integer, default=11)If
centroid_sourceisTrue, then this value is used as the full width of the box used for a final fit to the source. The value must be an odd integer.--moving_centroid(boolean, default=False)If
centroid_sourceisTrue, a centroid is fit to each integration. If this parameter is alsoTrue, these centroids are used directly to compute the photometry for each integration, such that the source position is allowed to vary over the exposure. Otherwise, the median of the computed centroid positions is taken to be the “true” source position, and is used for every integration in the exposure; i.e., the source position is NOT allowed to vary over the exposure.