Ejemplo n.º 1
0
    def mcmc_old( self ):
        # todo - should probably handle both white and spec with a single backend routine?
        if self.lc_type=='white':
            MultiBandRoutines.white_mcmc( self )
        else:
            pdb.set_trace()

        return None