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)
Temporarily create an Obsmode to determine whether an ObsModeBandpass or a TabularSpectralElement will be returned.
source code