- Feb 27, 2025
-
-
Ezekiel Dohmen authored
-
- Feb 05, 2025
-
-
Christopher Wipf authored
-
- Jan 22, 2025
-
-
Erik von Reis authored
Also change return of get_gps_sec() to int
-
Erik von Reis authored
-
Erik von Reis authored
script takes the difference between system time and gps time, then calculates an offset based on the difference, rounded to the nearest whole day, on the theory that the cards are only offset by entire years plus some number of leap days. Also fixes a bug where the auto flag was always true.
-
- Jan 19, 2025
-
-
Christopher Wipf authored
-
- Nov 22, 2024
-
-
Ezekiel Dohmen authored
-
- Nov 21, 2024
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Nov 03, 2024
-
- Oct 31, 2024
-
- Oct 14, 2024
-
-
Keith Thorne authored
-
- Oct 09, 2024
-
-
Ezekiel Dohmen authored
-
- Oct 07, 2024
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Oct 02, 2024
-
-
Erik von Reis authored
Also change first_adc_read variable name to adc_read_state
-
Erik von Reis authored
-
- Oct 01, 2024
-
-
Erik von Reis authored
1PPS check and ADC sync should happen with no time_shift.
-
- Sep 26, 2024
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Sep 25, 2024
-
-
Ezekiel Dohmen authored
-
- Sep 18, 2024
-
-
Ezekiel Dohmen authored
-
- Sep 09, 2024
-
-
Ezekiel Dohmen authored
-
- Sep 04, 2024
-
-
Jonathan Hanks authored
* Updates to the test to make sure the daqd starts at a good time.
-
Jonathan Hanks authored
* Presently the test introduces duplication between the regular channel and a test point.
-
Jonathan Hanks authored
* Use unordered_set as we don't need a map, only to check existence. * Use find instead of [] to provide better signaling of what we are doing. * Use explicit insert. ** Note the find/insert could be combined for a more efficient operation, but it is a little less readable and this code is only executed once.
-
Keith Thorne authored
Old code use of char* failed as std was likely using pointer address instead of actual string
-
- Aug 28, 2024
-
-
Ezekiel Dohmen authored
Change LIGO_DUR_t to LIGO_TIMER_t, var should be used to store raw time captures, durations are stored in int/int64 (ns, us, etc)
-
- Aug 27, 2024
-
-
Ezekiel Dohmen authored
-
- Aug 26, 2024
-
-
Ezekiel Dohmen authored
-
- Aug 21, 2024
-
-
Ezekiel Dohmen authored
-
- Aug 19, 2024
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Aug 08, 2024
-
-
Ezekiel Dohmen authored
-
- Jul 26, 2024
-
-
Ezekiel Dohmen authored
Fixing bug where check does not work with RFM1 IPCs, and adding check to kill build if we use an index higher than 63 for RFM IPCs
-
- Jul 25, 2024
-
-
Ezekiel Dohmen authored
-