kai.photometry
Functions
|
|
|
|
|
|
|
Returns the wavelength (in microns) and the transmission for |
Plot up the filter transmission curves and their interpolations |
|
Module Contents
- kai.photometry.setup_phot(imageRoot, silent=False, apertures=[25, 50, 75, 100, 125, 150, 175, 200], sky_annulus=200, sky_dannulus=50, zmag=0)[source]
- kai.photometry.run_phot(imageRoot, silent=False, apertures=[25, 50, 75, 100, 125, 150, 175, 200], sky_annulus=200, sky_dannulus=50, zmag=0)[source]
- kai.photometry.get_filter_profile(filter)[source]
Returns the wavelength (in microns) and the transmission for the specified NIRC2 filter.
Example: (wave, trans) = kai.photometry.get_filter_profile(‘Kp’) py.clf() py.plot(wave, trans) py.xlabel(‘Wavelength (microns)’) py.ylabel(‘Transmission’)