AST-943 Put central frequency directly in WorkTable
3 unresolved threads
3 unresolved threads
Since Radler only uses the central frequency, there is no need for storing separate band start and end frequencies.
Also fixes a bug when printing the WorkTable.
Merge request reports
Activity
assigned to @mnijhuis-tos
123 120 Deconvolution groups 1 124 121 Channel index 0 125 122 # Pol Ch Interval Weight Freq(MHz) 126 0 Q 0 4 1.234 10-10 127 1 I 1 8 1.01 2-2 128 2 U 0 16 1.1 200-200 Note: The original test was incorrect! It should have been 5-10, 1-2, and 100-200.
Edited by Maik Nijhuis
72 67 << " " << std::setw(2) << entry.original_channel_index << " " 73 68 << std::setw(8) << entry.original_interval_index << " " 74 69 << std::setw(6) << entry.image_weight << " " 75 << round(entry.band_end_frequency * 1e-6) << "-" - Resolved by Maik Nijhuis
Storing just the central frequency does not give enough information. Some bands could be wider than others (giving useful information for interpolation). So yes, this metadata could matter.
mentioned in merge request !63 (merged)
Please register or sign in to reply