Pipeline Drizzle Parameters

This module supports the interpretation of the MDRIZTAB for processing as used in the pipeline. The MDRIZTAB reference table contains AstroDrizzle task parameters optimized for a wide range of observations. AstroDrizzle uses this table to match the best parameter values with the type of observations being processed. Each instrument detector has its own MDRIZTAB reference table.

Authors:

Warren Hack, Ivo Busko, Christopher Hanley

License:

License

drizzlepac.mdzhandler.cleanBlank(value)[source]
drizzlepac.mdzhandler.cleanInt(value)[source]
drizzlepac.mdzhandler.cleanNaN(value)[source]
drizzlepac.mdzhandler.findFormat(format)[source]
drizzlepac.mdzhandler.getMdriztabParameters(files)[source]

Gets entry in MDRIZTAB where task parameters live. This method returns a record array mapping the selected row.

drizzlepac.mdzhandler.toBoolean(flag)[source]