Pipeline reduction tools for B4R (2mm heterodyne reciver) on LMT 50m @Mexico
Project description
b4rpipe
Pipeline reduction tools for B4R/LMT data.
Installation
$ pip install b4rpipe
Usage
Reduce individual data
$ python
$ >>> import b4rpipe as Bp
$ >>> Bp.globBaseDir = '/home/hoge/b4r'
$ >>> Bp.globLogDir = '/home/hoge/b4r/logv1'
$ >>> Bp.PipelineAnalysis(86420)
This example shows a pipeline analysis for the data obsid 86420.
Reduce all data (for database)
$ python
$ >>> import b4rpipe as Bp
$ >>> Bp.globBaseDir = '/home/hoge/b4r'
$ >>> Bp.globLogDir = '/home/hoge/b4r/logv1'
$ >>> Bp.PipelineAnalysisBatchRun()
You need to specify following pathes.
b4pipe.globBaseDir
- The path where "xffts" and "lmttpm" directorys are located.
- XFFTS binary data (e.g., xffts20181003111006.xfftsx.01) should be stored under the "xffts" directory.
- LMT antenna log data (e.g., lmttpm_2018-04-22_075858_01_0000.nc) should be stored under the "lmttpm" directory.
b4rpipe.globLogDir
- The path where outputs are created.
- Anywhere you like is OK.
Products
The script create following outputs (if possible).
- Continuum Map Qlook (Pointing offset, efficiency (only for uranus), etc.)
- Line (SiO) Map Qlook (Pointing offset, etc.)
- Spectrum Qlook (with auto-flag)
- Time series spectrum of PSW data (numpy readable format)
- GoDec calibration results (see Taniguch et al. 2021)
- MS2 (CASA readable format)
Data query and download (only for internal use now)
If you are in the NAOJ or IoA (U. Tokyo) local network, you can access the B4R ftp server.
$ python
$ >>> import b4rpipe as Bp
$ >>> Bp.PipelineAnalysis(86420,DataDownload=True,username='hogehoge',password='*****')
Then "rawdata" and "calibrated" directory appears at the current directory.
$ ls
raw calibrated
$ ls rawdata
lmttpm xffts
$ls calibrated
86420
Correspondence
- B4R 2018/2019 (obsnum<=087433) data <-> CASA MS2
Name | B4R | CASA MS2 |
---|---|---|
polarization | A | (correlation or stokes) YY |
polarization | B | (correlation or stokes) XX |
sideband | LSB | spw 0 |
sideband | USB | spw 1 |
Information
- B4R webpage: http://lmtgtm.org/b4r/?lang=en
- Contact: Yuki Yoshimura (email: astro.yoshimura(at)gmail.com)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
b4rpipe-0.1.3-py3-none-any.whl
(50.9 kB
view details)
File details
Details for the file b4rpipe-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: b4rpipe-0.1.3-py3-none-any.whl
- Upload date:
- Size: 50.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 719ad119c0b150c30400bc162ac6556fc4798c88f7bf7b9d7b515531863e87f2 |
|
MD5 | 1edff647a1119d5e69c8a470736a9d73 |
|
BLAKE2b-256 | 8c25be124cedb496373549ac557bdc8bcba188f4530b34d10ff9849502eaf9db |