Home
last modified time | relevance | path

Searched refs:new_band (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdalcompare.py89 def compare_band(golden_band, new_band, ident, options=None): argument
94 if golden_band.DataType != new_band.DataType:
103 print(' New: ' + str(new_band.GetNoDataValue()))
112 if golden_band.Checksum() != new_band.Checksum():
115 print(' New: ' + str(new_band.Checksum()))
123 print(' New: ' + str(new_band.GetOverviewCount()))
128 new_band.GetOverview(i),
135 new_band.GetMetadata(),
139 if golden_band.GetMaskFlags() != new_band.GetMaskFlags():
142 print(' New: ' + str(new_band.GetMaskFlags()))
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdalcompare.py89 def compare_band(golden_band, new_band, ident, options=None): argument
94 if golden_band.DataType != new_band.DataType:
103 print(' New: ' + str(new_band.GetNoDataValue()))
112 if golden_band.Checksum() != new_band.Checksum():
115 print(' New: ' + str(new_band.Checksum()))
123 print(' New: ' + str(new_band.GetOverviewCount()))
128 new_band.GetOverview(i),
135 new_band.GetMetadata(),
139 if golden_band.GetMaskFlags() != new_band.GetMaskFlags():
142 print(' New: ' + str(new_band.GetMaskFlags()))
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdalcompare.py89 def compare_band(golden_band, new_band, ident, options=None): argument
94 if golden_band.DataType != new_band.DataType:
103 print(' New: ' + str(new_band.GetNoDataValue()))
112 if golden_band.Checksum() != new_band.Checksum():
115 print(' New: ' + str(new_band.Checksum()))
123 print(' New: ' + str(new_band.GetOverviewCount()))
128 new_band.GetOverview(i),
135 new_band.GetMetadata(),
139 if golden_band.GetMaskFlags() != new_band.GetMaskFlags():
142 print(' New: ' + str(new_band.GetMaskFlags()))
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/dboard/
H A Ddb_tvrx.cpp441 std::string new_band = get_band(freq); in set_freq() local
458 if (new_band == "VHFLO") in set_freq()
460 else if (new_band == "VHFHI") in set_freq()
462 else if (new_band == "UHF") in set_freq()
473 if (prev_band != new_band) in set_freq()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfillsl.h62 bool new_band; in TEMPLATE_spot_into_scanlines() local
172 new_band = true; in TEMPLATE_spot_into_scanlines()
174 new_band = false; in TEMPLATE_spot_into_scanlines()
185 if (new_band) { in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfillsl.h62 bool new_band; in TEMPLATE_spot_into_scanlines() local
172 new_band = true; in TEMPLATE_spot_into_scanlines()
174 new_band = false; in TEMPLATE_spot_into_scanlines()
185 if (new_band) { in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfillsl.h66 bool new_band; in TEMPLATE_spot_into_scanlines() local
175 new_band = true; in TEMPLATE_spot_into_scanlines()
177 new_band = false; in TEMPLATE_spot_into_scanlines()
188 if (new_band) { in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfillsl.h66 bool new_band; in TEMPLATE_spot_into_scanlines() local
175 new_band = true; in TEMPLATE_spot_into_scanlines()
177 new_band = false; in TEMPLATE_spot_into_scanlines()
188 if (new_band) { in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfillsl.h64 bool new_band; in TEMPLATE_spot_into_scanlines() local
174 new_band = true; in TEMPLATE_spot_into_scanlines()
176 new_band = false; in TEMPLATE_spot_into_scanlines()
187 if (new_band) { in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfillsl.h64 bool new_band; in TEMPLATE_spot_into_scanlines() local
174 new_band = true; in TEMPLATE_spot_into_scanlines()
176 new_band = false; in TEMPLATE_spot_into_scanlines()
187 if (new_band) { in TEMPLATE_spot_into_scanlines()
/dports/math/py-PyWavelets/pywt-1.2.0/demo/
H A Dimage_blender.py128 new_band = pywt.waverec2(output_band_coeffs, wavelet, mode)
129 output_data.append(new_band)
130 del new_band, base_band_coeffs, texture_band_coeffs
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/dboard/rhodium/
H A Drhodium_radio_control.cpp319 auto new_band = _is_tx_lowband(freq) ? rhodium_cpld_ctrl::gain_band_t::LOW in set_tx_gain() local
324 if (radio_control_impl::get_tx_gain(chan) != index or old_band != new_band) { in set_tx_gain()
326 _cpld->set_gain_index(index, new_band, TX_DIRECTION); in set_tx_gain()
348 auto new_band = _is_rx_lowband(freq) ? rhodium_cpld_ctrl::gain_band_t::LOW in set_rx_gain() local
353 if (radio_control_impl::get_rx_gain(chan) != index or old_band != new_band) { in set_rx_gain()
355 _cpld->set_gain_index(index, new_band, RX_DIRECTION); in set_rx_gain()
/dports/multimedia/libv4l/linux-5.13-rc2/net/mac80211/
H A Dspectmgmt.c29 enum nl80211_band new_band = current_band; in ieee80211_parse_ch_switch_ie() local
55 &new_band)) { in ieee80211_parse_ch_switch_ie()
85 new_freq = ieee80211_channel_to_frequency(new_chan_no, new_band); in ieee80211_parse_ch_switch_ie()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/mac80211/
H A Dspectmgmt.c29 enum nl80211_band new_band = current_band; in ieee80211_parse_ch_switch_ie() local
55 &new_band)) { in ieee80211_parse_ch_switch_ie()
85 new_freq = ieee80211_channel_to_frequency(new_chan_no, new_band); in ieee80211_parse_ch_switch_ie()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/mac80211/
H A Dspectmgmt.c29 enum nl80211_band new_band = current_band; in ieee80211_parse_ch_switch_ie() local
55 &new_band)) { in ieee80211_parse_ch_switch_ie()
85 new_freq = ieee80211_channel_to_frequency(new_chan_no, new_band); in ieee80211_parse_ch_switch_ie()
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dsteadystate.py796 new_band = sp_bandwidth(L)[0]
798 logger.debug('RCM bandwidth: %i' % new_band)
800 % (old_band/new_band))
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfill.c1774 bool new_band; in fill_loop_by_scan_lines() local
1878 new_band = true; in fill_loop_by_scan_lines()
1880 new_band = false; in fill_loop_by_scan_lines()
1891 if (new_band) { in fill_loop_by_scan_lines()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfill.c1774 bool new_band; in fill_loop_by_scan_lines() local
1878 new_band = true; in fill_loop_by_scan_lines()
1880 new_band = false; in fill_loop_by_scan_lines()
1891 if (new_band) { in fill_loop_by_scan_lines()