Program to compute beaming factor.
Project description
Beaming Facor Library
A pre-computed beaming factor library is presented in directory BeamingFactor_Lib.
(Beaming factors fro SDSS(ugriz) systems under PHOENIX will soon uploaded in several days.)
BeamingFactor
Installation:
We present python based program BeamingFactor for users who want to compute factors themselves.
(will soon be available in several days)
pip install beamingfactor
Usage:
Examples:
import beamingfactor as bf
bf.factor(specfile='/path/to/file/file_name',spectype='PHOENIX',K=100)
Supported Parameters
Supported Input Spectra Files:
Users can specific synthetic spectra (files direct download from PHOENIX[^1](Must use high resolution file), Atlas9, or TMAP), for example:
bf.factor(specfile='/path/to/file/file_name',spectype='ATLAS9')
Users can specific their own flux calibrated spectra as follows:
bf.factor(specfile='/path/to/file/file_name',spectype='USER')
- Files should be an ascii format csv file.
- First column should be wavelength in Angstorm and second column being flux, seperated by comma.
- First line can be comments or colnames begin with '#'.
For example:
#Wave,Flux
200,2.0
3000,2.1
Supported Input Filter Passband:
Supported spectype included: ATLAS9, PHOENIX, TMAP, and USER.
Filter name should be given with band='Filter_Name'.
Support Filter_Name: u,g,r,i,z,TESS,G,Gbp,Grp,U,B,V,R,I,kepler,NUV_CSST,u_c,g_c,r_c,i_c,z_c,y_c
u,g,r,i,z are from SDSS;
NUV_CSST,u_c,g_c,r_c,i_c,z_c,y_c are from CSST
TESS for TESS
kepler for Kepler
For Example:
bf.factor(specfile='/path/to/file/file_name',spectype='ATLAS9',K=100)
[^1]: Must use high resolution (R=500,000) file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file beamingfactor-0.2.0.tar.gz
.
File metadata
- Download URL: beamingfactor-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 580e98dd5ea4f76ec2370caeef7cd7a04e208f9b08f35aa10e4ff014c25d99a6 |
|
MD5 | 4ced895262838b14489aca55a33537c6 |
|
BLAKE2b-256 | 987333c86819167b0387f0be25e878ad6895db618ae868af7816491b9dfb8f55 |
File details
Details for the file beamingfactor-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: beamingfactor-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8279df9175cd514ea36965671bf582d2053312b7ed54c33ffcd5ae3275324096 |
|
MD5 | c5644ee6bbec8ae1ca186048a2875d04 |
|
BLAKE2b-256 | e78c71fc312df3063a5d359987d32573e4fb3b9678804c9973ff8cd896f459d3 |