Skip to content
View seba-perez's full-sized avatar
📡
Working from home
📡
Working from home
Block or Report

Block or report seba-perez

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

  1. Script to plot exoplanet mass vs sem... Script to plot exoplanet mass vs semi major axis (or any other quantity).
    1
    import exodata
    2
    import numpy as np
    3
    import matplotlib
    4
    from matplotlib import pyplot as plt
    5
    import pickle
  2. Convolution tools for image resoluti... Convolution tools for image resolution matching and unsharp masking.
    1
     
    2
    import numpy as np
    3
    from astropy import nddata
    4
    from astropy.io import fits
    5
    from astropy.convolution import convolve_fft, Gaussian2DKernel
  3. flux_mass_conversion.py flux_mass_conversion.py
    1
    import numpy as np
    2
    import scipy.constants as sc
    3
    
                  
    4
    M_Sun = 1.98844e30           # [M_Sun] = kg
    5
    M_Earth = 5.9723e24          # [M_Earth] = kg