1 Star 0 Fork 0

阳泉星光天文台BH3UZY / MeteorRadiometer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

MeteorRadiometer

==========

The goal of this project is to make a low-cost radiometer for fireball observations. The current goal is to have 16-bit data from a photodiode sampled at 500 Hz which would show high-frequency characteristics in the fireball's lightcurve.

You can find more information (IMC paper, presentation, schematics) in the "docs" folder. Feel free to contact me if you have any questions.

Current status: Sampling the radiometer at 500 Hz with 16-bits of data. The data is recorded via a Python script, and the 10.24 seconds of recorded data (time equivalent to 256 video frames @25FPS) is saved to disk or shown on a graph. The software scripts are still very "rough" and not user friendly. Some knowledge with the Arduino platform is required - so I would recommend you try out some basic Arduino stuff first if you haven't already. If you have the Arduino development software installed, you need to put the "AD770X-master" library from the Github page to "C:\Program Files\Arduino\libraries" and then upload the "MeteorRadiometerArduino.ino" to your Arduino UNO device.

Here is the link to one raw night of observations in the CSV format: https://www.dropbox.com/s/9qqequotnv5hsmf/2015082223%20Pula.7z?dl=1 You can do your own plots from the data by using the "radiometerPlot.py" plot. You need to change the "csv_directory" to tell it where it can find the raw CSV files.

When you connect the radiometer, to preview what the radiometer is recording now, you could use the "readArduino.py" script (just change to COM port). To start recording, you need to know on which COM port your Arduino device is connected. Then edit the "radiometerRecord.py" script to use the proper COM port to connect to (currently it is COM 4 set as default in the script). To set the recording duration, you must change the "record_duration" variable to how much hours of recording you want to preform.

This project uses several different libraries:

  • modified AD770X library for working with the 16-bit AD7705 ADC
  • pySerial for serial communication with Arduino and Python
  • numpy, scipy, matplitlib python libraries

Parts used:

  • Arduino Uno R3
  • AD7705 ADC board
  • BPW34 photodiode and LMC6462 OP amp

Work to be done:

  • pack everything into a nifty little box
  • write software for fireball detection
  • make the software more user friendly

Citations

For academic use, please cite the paper:

Vida, D., Turčinov, R., Šegon, D., & Silađi, E. (2015). Low-cost meteor radiometer. In Proceedings of the International Meteor Conference, Mistelbach, Austria, pp. 27-30.

The MIT License (MIT) Copyright (c) 2015 Croatian Meteor Network Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个很有意思的流星小玩具。该项目的目标是制造用于火流星观测的低成本辐射计。目前的目标是以 500 Hz 采样的光电二极管的 16 位数据,这将在火流星的光曲线中显示高频特性。 展开 收起
Python 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/BH3UZY/MeteorRadiometer.git
git@gitee.com:BH3UZY/MeteorRadiometer.git
BH3UZY
MeteorRadiometer
MeteorRadiometer
master

搜索帮助