Skip to content
View charlottenosam's full-sized avatar
Block or Report

Block or report charlottenosam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. UVLF_model UVLF_model Public

    Mason, Trenti & Treu (2015, 2022) UV LF model

  2. kmos_tools kmos_tools Public

    Python tools for post-processing and analysing VLT/KMOS data

    Python 1

  3. Plot lines with color defined by a p... Plot lines with color defined by a parameter
    1
    import matplotlib as mpl
    2
    import matplotlib.pyplot as plt
    3
    
    
    4
    # Normalize the array vals so they can be mapped to a color
    5
    c_norm = mpl.colors.Normalize(vmin=np.min(array), vmax=np.max(array))
  4. 21cmfish 21cmfish Public

    A python package for doing Fisher matrix analyses with 21cmFAST

    Python 6 3

  5. BALFF BALFF Public

    Forked from kasperschmidt/BALFF

    The Bayesian Algorithm for Luminosity Function Fitting (BALFF)

    Python