Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
astropenguin opened this issue May 13, 2022 · 0 comments
Open

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

astropenguin opened this issue May 13, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@astropenguin
Copy link
Member

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")
@astropenguin astropenguin added the feature New feature or request label May 13, 2022
@astropenguin astropenguin added this to the v0.2.0 milestone May 13, 2022
@astropenguin astropenguin self-assigned this May 13, 2022
@astropenguin astropenguin changed the title Add option to change integration time (5 or 10 ms) Add option to change integration time (5 | 10 ms) May 13, 2022
@astropenguin astropenguin changed the title Add option to change integration time (5 | 10 ms) Add option to change integration time (5 or 10 ms) May 13, 2022
@astropenguin astropenguin modified the milestones: v0.2, v0.3 Sep 7, 2022
@astropenguin astropenguin removed this from the v0.2 milestone Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant