astro.toolbox.photometry package

Submodules

astro.toolbox.photometry.extcurve_generator module

astro.toolbox.photometry.ingest_extinction module

astro.toolbox.photometry.ingest_gain module

astro.toolbox.photometry.ingest_illuminationmap module

astro.toolbox.photometry.ingest_photometrics module

astro.toolbox.photometry.ingest_transformation module

astro.toolbox.photometry.sdss2refcat module

astro.toolbox.photometry.sdss2refcat_wrapper module

astro.toolbox.photometry.skybrightness_generator module

astro.toolbox.photometry.transformations module

astro.toolbox.photometry.transformations.UBVRI_to_ugriz_Jester(jU=None, jB=None, jV=None, cR=None, cI=None, djU=None, djB=None, djV=None, dcR=None, dcI=None)

Based upon Jester et al transformations listed at: http://www.sdss.org/dr5/algorithms/sdssUBVRITransform.html Note: UBVRI mag errors need to be propagated.

astro.toolbox.photometry.transformations.UBVRI_to_ugrizprimed_Smith(U=None, B=None, V=None, R=None, I=None)
astro.toolbox.photometry.transformations.ugriz_to_UBVRI_Jester(su=None, sg=None, sr=None, si=None, sz=None)

Based upon Jester et al transformations listed at: http://www.sdss.org/dr5/algorithms/sdssUBVRITransform.html Note: ugriz mag errors need to be propagated.

astro.toolbox.photometry.transformations.ugriz_to_UBVRI_Lupton(u=None, g=None, r=None, i=None, z=None)
astro.toolbox.photometry.transformations.ugriz_to_UBVRI_Smith(u=None, g=None, r=None, i=None, z=None)
astro.toolbox.photometry.transformations.ugrizprimed_to_UBVRI_Smith(u=None, g=None, r=None, i=None, z=None)
astro.toolbox.photometry.transformations.ugrizprimed_to_ugriz(up=None, gp=None, rp=None, ip=None, zp=None)

See http://www.sdss.org/dr5/algorithms/jeg_photometric_eq_dr1.html#usno2SDSS

Module contents

This directory contains tools for the setup of the photometric pipeline.