Skip to content
View JaedenBardati's full-sized avatar

Block or report JaedenBardati

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. skirt-datacube skirt-datacube Public

    A repository of convenience functions and classes that handle the datacube output of the SKIRT radiative transfer simulation.

    Jupyter Notebook 1

  2. powderday-image powderday-image Public

    A repository of convenience python functions and classes that handle the image output of the Powderday radiative transfer simulation.

    Jupyter Notebook 1

  3. cosmo-sim-converter cosmo-sim-converter Public

    Converts between various cosmological simulation data formats, including from pynbody-loadable simulations to multi-file binary Gadget, to Gadget-HDF5 (supported by the Powderday radiative transfer…

    Python 1

  4. geometric-model geometric-model Public

    A small python package that handles geometric models and their sampling and fitting. This can be used to fit simulation data to SKIRT radiative transfer geometric models to speed up the RT simulati…

    Jupyter Notebook 1

  5. file_arguments.py file_arguments.py
    1
    """
    2
    A simple file argument handler which checks format.
    3
    4
    Example usage: 
    5
    				Call in x.py 					-->			Return 			<--		File Argument Call
  6. my_timing.py my_timing.py
    1
    #!/usr/bin/python3
    2
    """
    3
    A simple timer package that implements timed debugging. 
    4
    The objective was to make something simple and easy to implement in existing code quickly.
    5