Giter Club home page Giter Club logo

mao-merge-45m's Introduction

mao-wfs

mao-merge-45m's People

Contributors

astropenguin avatar kiwakami avatar nasatoya avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

mao-merge-45m's Issues

Add command line interface

  • Add command line interface, nro45-merge
  • Add empty interface functions for dry-run
  • Add logging feature

Add conversion from Zarr to VDIF

Add nro45_merge.correlator.to_vdif function to convert a Zarr file to a VDIF file.
(It is for identity check between a VDIF file and that converted as VDIF → Zarr → VDIF)

Fix timezone of weather and accelerometer data

Weather and accelerometer data for distribution uses raw timestamps in JST, but correlator data are written in UTC.
Fix weather.to_dist_zarr and accelerometer.to_dist_zarr so that they uses UTC as the timezone of output Zarr files.

Add support for Poetry >=1.2

Update pyproject.toml and poetry.lock to be compatible with Poetry >=1.2.

Any dependency declared in the legacy dev-dependencies section will automatically be added to a dev group.
As the dev-dependencies is now deprecated, projects should migrate to the new group syntax as soon as possible.
Keep in mind that the group syntax is a new feature of Poetry 1.2, and your project will not be buildable with Poetry 1.1 after migrating.
https://python-poetry.org/blog/announcing-poetry-1.2.0/#dependency-groups

Add antenna module

  • Add antenna module
  • Add antenna log to Zarr converter
  • Add tests for the module

Rename project

  • Rename package name (nro45_mergemao_merge_45m)
  • Rename repository name (nro45-mergemao-merge-45m)

Add options to shift timestamps of logs

  • merge()関数の以下の行の間でcorrelator.timeの時刻にオフセットを与えられるようにする
    correlator = xr.open_zarr(path_correlator_zarr)
    # correlator.timeにオフセットを加える
    correlator.to_zarr(path_merged_zarr, mode="w")
  • merge()関数に時刻オフセットの引数を追加する
  • merge()関数のdocstringに時刻オフセットの記述を追加する

Add option to change integration time (5 or 10 ms)

The correlator module currently only supports for the integration time of 10 ms.
This issue will update the code to support for the integration time of 5 ms as well.

Note: In the current code, changing the integration time (10 → 5 ms) needs to change the following constants:

-N_UNITS_PER_SECOND = 6400
+N_UNITS_PER_SECOND = 12800
...
-N_SCANS_PER_SECOND = 100
+N_SCANS_PER_SECOND = 200
...
-N_SCANS_PER_MINUTE = 6000
+N_SCANS_PER_MINUTE = 12000
...
-UNIT_MILLISECOND = np.timedelta64(10, "ms")
+UNIT_MILLISECOND = np.timedelta64(5, "ms")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.