SC4_CHANNEL_FRACTION=8.0# frequency sweep step in unit of channel
#SC4_CHANNEL_FRACTION = 8.0 # frequency sweep step in unit of channel
SC4_NOF_CHANNELS_PER_SUBBAND_FULLRATE=32
SC4_NOF_CHANNELS_PER_SUBBAND_FULLRATE=32
SC4_NOF_CHANNELS_PER_SUBBAND_HALFRATE=64
SC4_NOF_CHANNELS_PER_SUBBAND_HALFRATE=64
SC4_NOF_OUTPUT_STREAMS=4
# Used for SC1
# Used for SC1
SC1_32_CENTRAL_ELEMENT_BEAMS=[56]
SC1_32_CENTRAL_ELEMENT_BEAMS=[56]
...
@@ -218,6 +219,8 @@ if __name__ == "__main__":
...
@@ -218,6 +219,8 @@ if __name__ == "__main__":
_parser.add_argument('--sc',default=4,type=int,help='ARTS Science Case: 1 or 4. This determines the element beams.')
_parser.add_argument('--sc',default=4,type=int,help='ARTS Science Case: 1 or 4. This determines the element beams.')
_parser.add_argument('--wg_steptime',default=0.006,type=float,help='Seconds per frequency step')
_parser.add_argument('--wg_steptime',default=0.006,type=float,help='Seconds per frequency step')
_parser.add_argument('--wg_amplitude',default=31,type=int,help='WG amplitude from range(128), choose <= 16 to avoid beamlet clipping')
_parser.add_argument('--wg_amplitude',default=31,type=int,help='WG amplitude from range(128), choose <= 16 to avoid beamlet clipping')
_parser.add_argument('--wg_chan_fraction',type=float,help='WG channel fraction for sweep, default = nof_channels_per_sb / nof_output_streams(4)')
_parser.add_argument('--wg_start_chan',type=float,help='WG start channel for sweep, default = nof_channels_per_sb / nof_channels_per_stream(8)')
_parser.add_argument('--fullrate',default=False,action='store_true',help='For use with older SC4 full rate firmware; affects WG channels per subband. The default assumes the latest half rate SC4 firmware.')
_parser.add_argument('--fullrate',default=False,action='store_true',help='For use with older SC4 full rate firmware; affects WG channels per subband. The default assumes the latest half rate SC4 firmware.')
_parser.add_argument('--bits',default=6,type=int,help='For use with older SC4 full rate firmware; affects WG channels per subband. The default assumes the latest half rate SC4 firmware.')
_parser.add_argument('--bits',default=6,type=int,help='For use with older SC4 full rate firmware; affects WG channels per subband. The default assumes the latest half rate SC4 firmware.')
_parser.add_argument('--rep',default=1,type=int,help='Number of times to repeat the sweep')
_parser.add_argument('--rep',default=1,type=int,help='Number of times to repeat the sweep')