We still desperately need a verified implementation-independent document of the pipeline steps. No new features will be added without it, most notably any support for frequency-switched processing. As a reminder, a first attempt at this document resides in the repository (along with .tex source), but it needs to be verified and updated!
3. Scientific staff forum
We need a decision on the final date, time and agenda for this meeting, ASAP.
Pipeline enhancements must stop without a better description of the IDL code. Unfortunately, the code has become confusing to the point that further development may be counter-productive. For example, it appears that all smoothing steps (previously seen as critical) are no longer applied. The calculation of Tskys may also be a no-op, despite the additional computation and complexity in the code. All of this needs clarification. This could be best accomplished by an update to the pipeline description document in the repository.
4. Scientific staff forum
It is time to consider discussing default calibration parameters with the wider scientific staff.
5. Next meeting date and location
June 2, Green Bank 137
2010-04-14
1. Review of smoothing in IDL code
Glen's IDL code performs several smoothing operations (median, boxcar, Savitzky-Golay). The code resides in two source files (scaleRef.pro and scaleCal.pro which is called from scaleRef.pro). We need to be sure we understand the process. Here is our impression:
Smoothing the difference of reference spectrum integrations (dcCal):
median smoothing applied to remove narrow band RFI
Savitzky-Golay smoothing is further applied to the same spectrum
Savitzky-Golay smoothing with different parameters is further applied to band edges
boxcar smoothing is applied to the spectrum to reduce effects of joining previous two Sav-Gol filters
Smoothed dcCal multiplied by average TCal to convert to units of K/Count
Smoothing the average of reference spectrum integrations (dcRef):
median smoothing applied to average of reference spectrum integrations to remove narrow band RFI
Savitzky-Golay smoothing is further applied to the same spectrum
Smoothed (K/Count) dcCal multiplied by smoothed dcRef
TSky determined
Further Boxcar smoothing of dcRef spectrum minus TSky contribution for units of K T_A
Two stories have been delivered, awaiting Accept/Reject from Glen. These are bug fixes to address problems seen in the pipeline after the most recent commissioning run.