| filterCatalog (version 1.6) | index /acs/science/pipeline/lib/python/apsis/filterCatalog.py |
# $Id: filterCatalog.py,v 1.6 2003/01/14 17:47:25 anderson Exp $
# ---------------------------------------------------------------------
# $Log: filterCatalog.py,v $
# Revision 1.6 2003/01/14 17:47:25 anderson
# null revision. fix for Bugzilla bug # 2181 is in the base class, Catalog,
# in the catalog.py module.
#
# Revision 1.5 2002/08/22 16:25:42 anderson
# Revision addresses Bugzilla bug #1689:
# Some catalog parameter values are too long
#
# Revision 1.4 2002/07/03 20:20:30 anderson
# Revision to the constructor to accept a passed list of excludable
# fields for the xml markup. This list is passed to the writeXml
# method. The filterCatalog class constructor sets the default
# excludeList to contain X_IMAGE, Y_IMAGE.
# See Bugzilla bug #1433
#
# Revision 1.3 2002/05/16 18:46:13 anderson
# Bringing all apsis modules to a common rev level.
# K Anderson
#
# Revision 1.1.1.1 2002/05/03 17:39:34 anderson
# initial revision and release of the ACS Science pipeline, apsis
#
# ---------------------------------------------------------------------
# created 8-11-01
# subclass of catalog.Catalog class. Provides the run2() method to
# allow the caller to run SExtractor in dual image mode. Also
# provides a main function to run the whole thing and set up the
# parameters which the ACS group has identified as the nominal
# input parameter set by using provided weight images and RMS maps.
# K Anderson
| Modules | ||||||
| ||||||
| Classes | ||||||||||
| ||||||||||
| Functions | ||
| ||
| Data | ||
| __author__ = 'Ken Anderson, anderson@pha.jhu.edu' __file__ = '/acs/science/pipeline/lib/python/apsis/filterCatalog.pyc' __name__ = 'filterCatalog' __version__ = '1.6' __version_date__ = '2003/01/14 17:47:25' | ||
| Author | ||
| Ken Anderson, anderson@pha.jhu.edu | ||