Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Discretizations of space (grids) and time conversions useful for aeronomy and auroral modeling.
python -m pip install -e .
Note: you will need a Fortran compiler on your system for f2py
modules.
It works on Linux, Mac, Windows, etc.
Currently GLOW and Rees-Sergienko-Ivanov are available (Transcar in future). You can install these models with
pip install -e .[models]
Once installed, select model by:
-M rees
Rees-Sergienko-Ivanov-M glow
Stan Solomon's GLOW model-t time, format yyyy-mm-ddTHH:MM:SSZ where Z sets UTC time zone -c lat, lon WGS84 geodetic degrees -o output, hDF5 ends in .h5 -M model select (see table above) -z min,max altitude to plot [km]
python MakeIonoEigenprofile.py -t 2013-01-31T09:00:00Z -c 65 -148 -o out.h5 -M rees
The functions in gridaurora/calcemissions.py
, based on work by
Zettergren, computes per-wavelength volume emission rate along a flux
tube as a function of altitude along the tube. Starting with quantities
such as neutral densities computed by MSIS, differential number flux as
a function of energy and altitude along the tube (this is what TRANSCAR
computes), excitation cross sections as a function of energy,
Franck-Condon factors and Einstein coefficients, the prompt volume
emission rate may be computed.
This file is compiled from tables in Vallance Jones Aurora 1974 and other sources by Matthew Zettergren, and corrected and put into HDF5 format by Michael Hirsch. The information within concerns:
arranged A(𝜈',𝜈'') where:
as discussed in Appendix C of Zettergren PhD thesis, Eqn. (C.2), photon
volume emission rate follows the relation P𝜈',𝜈'' = A(𝜈',𝜈'')
n𝜈'
wavelength in nanometers corresponding to the Einstein coefficient
matrix A
except atomic
that uses the reaction rates directly.
as described in Zettergren thesis Appendix C, specifically for Eqn (C.6-C.8), the Franck-Condon factors modify the total upper state excitation cross section multiplicitively.
function | description |
---|---|
ztanh.py | continuously varying grid using hyperbolic tangent. Inspired by suggestion from Prof. Matt Zettergren of ERAU. |
FAQs
Gridding for auroral and ionospheric modeling
We found that gridaurora demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.