mxhf

Results 2 issues of mxhf

Hi, I am trying to create a 3D grid like nodes = g.add_nodes( (c.shape[0],c.shape[1],c.shape[2]) ) (c is a 3D numpy array) But am getting TypeError: an integer is required Any...

Hi, I tried to ass a template for lyman alpha emitters. My approach was probably very naive, I doublicated the Quasar and replaced the spectrum by a simple gaussian. But...