COSMIC-SETI / COSMIC-VLA-CalibrationEngine

GNU General Public License v3.0
0 stars 0 forks source link

.raw calibration process bootstrapping not working reliably in an automated way #5

Open talonmyburgh opened 1 year ago

talonmyburgh commented 1 year ago

While the .raw calibration process has automatically worked before, the last run failed due to the second reshape in upchan_coherence.py causing a CPU lock-up.

talonmyburgh commented 1 year ago

@demorest has mentioned that he thinks it likely that some of this matrix mangling may be unnecessary if we can process only the coarse channels we are concerned with.

talonmyburgh commented 4 days ago

@radonnachie to add optional functionality to BLRI to read in a RAW file but instead return a fine-channelised cross-correction matrix that can be used by upchan_coherence.py to produce coarse delays.

radonnachie commented 3 days ago

Exposed CorrelationIterator (link).... the InputGuppiIterator is also beneficial here (link)