Package pysynphot :: Module obsbandpass
[hide private]
[frames] | no frames]

Module obsbandpass

source code

The ObsBandpass user interface needs to support either the usual (acs,hrc,f555w) obsmode style that produce a set of chained throughput files; or something like (johnson,v) that has a single throughput file. Thus ObsBandpass must be a factory function, returning either an ObsModeBandpass (ack, terrible name) or a TabularSpectralElement.

Classes [hide private]
  ObsModeBandpass
Bandpass instantiated from an obsmode string
Functions [hide private]
 
ObsBandpass(obstring, graphtable=None, comptable=None)
obsband = ObsBandpass(string specifying obsmode; for details see the Synphot Data User's Guide, http://www.stsci.edu/hst/HST_overview/documents/synphot/hst_synphotTOC.html
source code