ovro-eovsa / ovro-lwa-solar-ops

Scripts and codes related to operations of OVRO-LWA for solar studies
MIT License
1 stars 4 forks source link

Selfcalibration in fixed time duration in realtime pipeline #34

Open surajit4444mondal opened 4 months ago

surajit4444mondal commented 4 months ago

Antenna gains are not expected to change in minute timescale. So selfcalibration is needed to be done every minute, unlike the current implementation.

surajit4444mondal commented 4 months ago

@binchensun I see that you had called DI_selfcal in https://github.com/surajit4444mondal/ovro-lwa-solar/blob/e4a440b8372c75eb03361ddc253ed1464f1f88eb/ovrolwasolar/solar_pipeline.py#L303 , but you had commented it out later and directly called selfcal.do_selfcal. Do you remember the reason behind this change ? I think uncommenting this line will already solve this issue.