lwa-project / ng_digital_processor

The Next Generation Digital Processor for LWA North Arm
Apache License 2.0
0 stars 0 forks source link

Hard coded values in `lwa_f` #1

Closed jaycedowell closed 1 year ago

jaycedowell commented 1 year ago

The lwa_f module from https://github.com/realtimeradio/caltech-lwa has a few hard coded values in it that are a problem:

jaycedowell commented 1 year ago

Upstream fix in progress at https://github.com/realtimeradio/caltech-lwa/tree/more_general

jaycedowell commented 1 year ago

We seem to use a different clocksource and OVRO-LWA -> 1 (them) to 0 (us) in blocks/adc.py

This seems to be fixed in caltech-lwa/more_general with the addition of the "adc_clocksource" keyword in the config. yaml files.

jaycedowell commented 1 year ago

There looks to be a hard coded number of antennas -> 3522 (them) to 642 (us) in snap2_fengine.py

This one as well.