pythonSCHED 1.28.1__tar.gz → 1.28.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/PKG-INFO +6 -2
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/README.md +4 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_ATNF/freq_ATNF.dat +0 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_JIVE/stations_EVN.dat +3 -2
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_DSN.dat +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/stations.dat +7 -4
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/stations_RDBE.dat +7 -4
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setup.py +2 -2
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global18cm-1Gbps-32MHz.set +8 -15
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global1cm-1Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global1cm-2Gbps-32MHz.set +63 -25
- pythonSCHED-1.28.3/setups/evn+global1cm-4Gbps-32MHz.set +234 -0
- pythonSCHED-1.28.3/setups/evn+global21cm-1Gbps-32MHz.set +153 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global3cm-256Mbps-16MHz-rcp.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global4cm-2Gbps-32MHz.set +2 -2
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global6cm-2Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global6cm-4Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn18cm-1Gbps-16MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn18cm-1Gbps-32MHz-USB.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn18cm-1Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn18cm-512Mbps-8MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn1cm-2Gbps-32MHz-rcp.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn1cm-2Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn1cm-4Gbps-32MHz-ntLO.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn1cm-4Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn21cm-128Mbps-8MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn4cm-1Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn4cm-2Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn4cm-4Gbps-32MHz.set +16 -11
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn6cm-1Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn6cm-2Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn6cm-4Gbps-32MHz.set +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba3cm-2p-2IF-64MHz.set +2 -2
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/plot.py +1 -1
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/schin_module.py +20 -10
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/README +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_ATNF/locations.dat_from_ATNF +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_ATNF/locations_ATNF.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_ATNF/stations_ATNF.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_JIVE/freq_EVN.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_JIVE/locations_KVN.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_JIVE/messages_VEX.txt +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_JIVE/stations_KVN.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/DSN_rationalization.txt +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/README +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq.3mm.krichbaum.2005nov15 +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_APT.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_Arecibo.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_DSN.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_GB.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_RDBE_EB.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_RDBE_GB.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_RDBE_VLBA.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_RDBE_top.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_VLA.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_VLBA.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_geodesy.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_mm.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/freq_top.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/gbt4mmfreqs.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.dat.2005f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.dat.2008a +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.dat.2009a +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.dat.2010a +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.dat.gsfc2011a +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.dat.gsfc_2014a +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.gsfc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.gsfc.2015feb.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.gsfc2019d.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations.top +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations_DSN.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations_VLA.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations_extras.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/locations_gsfc2016aplus.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/messages_NRAO.txt +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/peak.cmd +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/sched-lba.tar +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations.tmp.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_APT.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_RDBE_US.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_RDBE_top.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_US.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_geodesy.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_mm.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/stations_top.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Master_NRAO/tapasi.email +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/README.sources +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/Update +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/check-locations.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/complete_VNDA_freq_RDBE.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/freq.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/freq_RDBE.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/linefreqs.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/locations.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/messages.txt +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/peak.cmd +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/peak_RDBE_DDC.cmd +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/peak_RDBE_PFB.cmd +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/pointing_source_fluxes +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/rfc_2015a_cat.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/rfc_2018a_cat.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/rfc_2023a_cat.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/rfc_2024a_cat.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/short_VNDA_freq_RDBE.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.gsfc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.gsfc.2015feb +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.gsfc2016 +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.pointing +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.pttest +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.rfc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.vlba +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources.vlba.2012jul +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources_allfreq_2021a.icrf3 +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources_allfreq_2022d.icrf3 +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources_allfreq_2023a.icrf3 +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/sources_allfreq_2024a.icrf3 +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/stations_VLA.dat +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/catalogs/vlba_calib_2024a.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/4gb_vddc_1cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/4gb_vddc_20cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/4gb_vddc_2cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/4gb_vddc_4cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/4gb_vddc_6cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/4gb_vddc_7mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/DIR +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/Master_setups +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/Test128.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/Test256.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/Test64a.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/Test64b.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/TestM3.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/TestSpec.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/TestUL.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/dum-y1.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/dum-yp.key +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/TEST/test128.skd +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn+global7mm-2Gbps-32MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn5cm-1Gbps-16MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn5cm-1Gbps-32MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn5cm-256Mbps-8MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn5cm_excitedOH-256Mbps-4MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/evn5cm_methanol-256Mbps-4MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/frequencies.list +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba12mm-1p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba13cm-1p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba13cm-2p-1IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba13cm-2p-1IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba13cm-2p-2IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba13cm-2p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba13cm-2p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba18cm-1p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba18cm-2p-1IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba18cm-2p-1IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba18cm-2p-2IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba18cm-2p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba18cm-2p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba1cm-2p-1IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba1cm-2p-2IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba1cm-2p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba1cm-2p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba21cm-1p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba21cm-2p-1IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba21cm-2p-1IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba21cm-2p-2IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba21cm-2p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba21cm-2p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba3cm-1p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba3cm-1p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba3cm-2p-1IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba3cm-2p-1IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba3cm-2p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba3cm-2p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba5cm-2p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba5cm-2p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba6cm-1p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba6cm-2p-1IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba6cm-2p-1IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba6cm-2p-2IF-64MHz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba6cm-2p-2IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba6cm-2p-4IF.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/lba_sx.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/mer3b18cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/mer3cpol18cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt13cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt18cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt1cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt1cm2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt24ghz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt2cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt3mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt4cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt4cmsx.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt6cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt6cmw.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt7ghz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt7mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/pt90cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd13cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd18cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd1cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd1cm2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd24ghz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd2cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd3mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd4cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd4cmsx.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd6cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd7ghz.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd7mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptd90cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptdl1cm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptdl3mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptdl7mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/ptr7mm.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_15256_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_1548_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_18cm_HSA_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_22220_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_2284_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_4120_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_43120_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_4980_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_6588_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_6cm_wide_lcp.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_7680_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_8416_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/rdbe_pfb_86252_dual.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-128-4-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-256-8-2-R-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-256-8-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-512-16-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-512-8-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v13cm-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v18cm-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v1cm-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v2cm-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-128-4-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-256-8-2-R-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-256-8-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-512-16-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-512-8-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v4cm-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v50cm-32-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v6cm-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-128-4-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-256-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-32-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-512-16-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-512-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v7mm-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v9050cm-128-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v9050cm-64-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v90cm-32-8-2-L.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/v90cm-32-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vOH.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vgeo-128-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vgeo-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vgeo-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vla_c_pointing.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vla_x_pointing.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vmeth.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-128-4-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-128-4-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-256-8-2-R-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-256-8-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-256-8-2-UL.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-256-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-512-16-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-512-16-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-512-8-2-R.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/setups/vsx-512-8-2.set +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/geoid.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/geoxyz.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/julda.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/len1.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/pangle.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/rdcat.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_linux/error.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_linux/gerror.c +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_linux/idate.c +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_linux/isatty.c +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_linux/vlbope.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/envir.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/krdlin.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/prognm.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/putout.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/schdefs.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/symsub.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/tsttty.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/sys_unix/vmshlp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/tdatecw.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/tform.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Cit/upcase.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/const.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/findt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/fsizer2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/interp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/jplep2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/jplpo2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/jplver.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/pleph.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/pvobs.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/split.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/state.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Jpl/transp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/beam.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/plbeam.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/plfft.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/plot.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/pltran.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/plver.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/plweig.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/proj.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/sched.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/schset.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plot/srlist.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Plotstub/pgqinf.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sat/sched.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Satstub/satep.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Satstub/sattle.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/cbandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/get_rfx.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/kbandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/kubandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/lbandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/makefreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/qbandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/sbandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/sched.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/schfreq.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/sortrfx.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/wbandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/Freq/VLBA/xbandfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/accsrc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/addgeo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/addpeak.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/antpos.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/autodown.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/azelxyew.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/azelxyns.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/badlo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcalt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbccdas.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcdbbc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcgeo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbckvsr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbclba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcm4.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcrdbe.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcvlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcvnda.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcvs2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/bbcwidar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chars.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkcdas.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkcode.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkcor.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkdbbc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkdbfq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkdisk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkfirm.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkgdar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkif.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkrdbe.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkrdfq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chksc1.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkscn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chksfil.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkspd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkvdar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkvdifx.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkvla.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkvlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/chkwidar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/cordef.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/corlst.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/corsoc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/crdwrt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/defaults.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/defset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/delscr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/dequal.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/diskpos.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/dopcrd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/dopfq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/dwcase.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/errlog.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/errset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fcompare.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fileopen.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/flags.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/flagwrt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/flush.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fmatch.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fmtmkiii.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fmtmkiv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fmtpick.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fmts2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fmtvlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/frchar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fsfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fsmatch.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fspread.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/fsvlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/geochk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/geomake.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/geoqual.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/getcrdn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/getfset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/getpairs.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/getsun.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/glstday.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/gmkscn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/gnset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/haavai.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/halim.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/harmwarn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/headpos.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/horchk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/ifdbbc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/inarray.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/jplgot.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/listfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/lsqfit.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/lst2ut.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/lstfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/makeptg.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/makescn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/makeseg.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/maxbas.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/mtaltaz.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/mtequat.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/mtxyew.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/mtxyns.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/omscor.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/omsfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/omsout.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/omsset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/omssrc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/omssta.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optcells.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optcsar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optcspt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optcsub.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/opthas.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/opthiel.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optnone.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optsch.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optskd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/opttim.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/optupt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/pcalfq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/phint.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/pkfinish.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/plot.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/pn3db.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/protect.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/prtfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/prtsch.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/prtscn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/prtset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/ptpat.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/ptvlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/ran5.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/rdbelevt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/rdbemtch.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/rdcat.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/recctl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/reconfig.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/resync.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/rotvlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sameset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/satgot.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sattim.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sbhours.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sbpair.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/scanid.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sch24.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schday.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sched.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schfreq.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schgeo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schopt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schpeak.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schpre.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schset.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schsum.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/schtim.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/scndup.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/scngeo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/scnrange.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/scramble.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sdopincr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setband.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setbbc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setchan.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setcop.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setdefs.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setexpnd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setfcat.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setfirm.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setfmt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setform.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sethw1.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setnorec.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setrec.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setstdef.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/settps.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/settrk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/setusyn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sfinfo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/shortn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sidtim.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/slew.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/socdef.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srcflg.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srcloc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srclst.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srcwrt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srfinish.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srinsert.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srlist.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srlist.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/srlpre.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stafiles.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stafrd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stageo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stalst.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stano.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stauv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stmsg.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/stsum.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sumdat.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sumdesc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sumope.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sumscn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sunpos.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/sunwarn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/suvopt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/tavlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/timej.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/tpmfix.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/tpsum.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/tptpns.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/twohdset.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/uvopt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/uvqual.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/v2dout.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/versched.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vexout.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlascns.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlba.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbabws.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbachar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbadk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbaend.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbaini.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbaint.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbareal.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbast.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbastop.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vlbasu.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vsopwrt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/vxlink.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/wlog.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/wrap.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/wrapzone.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/wrapzone2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/wrtcov.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/wrtfreq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sched/wrtmsg.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/amp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/ampqk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/calyd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/cldj.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/clyd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/cs2c.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dat.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dcc2s.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dcs2c.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/deuler.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dimxv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/djcl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dmxm.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dmxv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dranrm.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dsep.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dsepv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dvdv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dvn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/dvxv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/earth.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/ecor.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/epb2d.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/epj.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/eqeqx.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/evp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/fk45z.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/fk524.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/fk54z.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/gmst.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/map.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/mappa.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/mapqk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/mapqkz.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/nut.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/nutc.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/pm.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/prebn.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/prec.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/preces.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/precl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/prenut.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/rvlsrk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Sla/vdv.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/chk4dar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/chkjive.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/chkv4dar.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/sched.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/schset.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfan.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfbb.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfda.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcffq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfhp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfif.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfph.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfpo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfrl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcfsi.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcftr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxcovr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxdefs.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxfqvx.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxgtst.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxlink.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxmode.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnhds.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnman.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmbb.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmda.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmfq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmhp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmif.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmph.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmpo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmpr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmrl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmsi.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmtr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxnmxx.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxrl16.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxrl8.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxs2df.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxs2md.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxs2vl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxsch.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxschk.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxscns.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxsort.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxstky.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxstli.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxstnm.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxsudt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxtels.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxton2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxtone.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxtrafq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxtraif.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxtramd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxtran.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxtraph.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxunql.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxvbrx.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxvers.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwran.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrbb.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrda.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrex.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrfq.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrgl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrhp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrif.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrmd.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrph.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrpo.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrpr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrrl.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrsi.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrst.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrsu.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrt.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex/vxwrtr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/sched.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/schset.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxcfds.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxdefs2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxlink2.inc +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxnmds.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxsch2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxstli2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxsudt2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxvbext.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxvbrx2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwran2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrbb2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrbs.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrda2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrds.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrext.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrfq2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrif2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrmd2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrph2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrsu2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/Vex2/vxwrt2.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/__init__.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/__init__.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/frequency_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/frequency_set_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/line_rest_frequency_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/peak_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/phase_center_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/satellite_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/scan_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/setup_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/setup_file_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/source_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/source_plot_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/catalog/station_catalog.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/chkifwrp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/closewrp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/dbbc_patching.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/fsfreqwr.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/key.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/openwrap.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/plot_toolbar.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/plot_util.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/ran5wrap.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sbhwrap.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/__init__.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/addgeo_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/addpeak_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/bbcalt_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/bbcdbbc_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/bbcemerlin_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/checkemerlin_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/chkdbbc_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/chkset_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/defaults_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/defset_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/geochk_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/geomake_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/getcor_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/getcov_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/getfreq_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/getset_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/getsta_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/gettim_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/gintent_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/gmkscn_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/ifdbbc3_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/ifdbbc_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/infdb_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/input_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/invla_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/makescn_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/makeseg_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/optcells_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/opthas_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/opthiel_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/optnone_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/optskd_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/optupt_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/output_files.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/parameter.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/pcread_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/rdpeak_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/rdset_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/rfreq_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/satini_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/schdefs_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/schfiles_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/schopt_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/schrep_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/schsum_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/scndup_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/setbbc_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/setdefs_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/setexpnd_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/srread_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/stafiles_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/stmsg_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/stread_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/sttant_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/times_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/toggle_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/sched/vexout_module.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/tformwrp.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/update_catalogs.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/util.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/version.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/verwrap.f +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/vex.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/pysched/vex_scans.py +0 -0
- {pythonSCHED-1.28.1 → pythonSCHED-1.28.3}/src/sched.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pythonSCHED
|
|
3
|
-
Version: 1.28.
|
|
3
|
+
Version: 1.28.3
|
|
4
4
|
Summary: Python extension of NRAO's VLBI scheduling program SCHED (see http://www.aoc.nrao.edu/~cwalker/sched/)
|
|
5
5
|
Home-page: https://github.com/jive-vlbi/sched
|
|
6
6
|
Author: Bob Eldering
|
|
@@ -14,7 +14,7 @@ Classifier: Operating System :: MacOS
|
|
|
14
14
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
15
15
|
Classifier: Intended Audience :: Science/Research
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
17
|
-
Requires-Python: >=3.6
|
|
17
|
+
Requires-Python: >=3.6, <3.12
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
20
|
|
|
@@ -58,6 +58,7 @@ where the optional parameter `-p` retrieves the graphical mode in order to be a
|
|
|
58
58
|
- Python (>= 3.6).
|
|
59
59
|
- A Fortran compiler.
|
|
60
60
|
- NumPy (>= 1.16, < 1.24).
|
|
61
|
+
- Setuptools (<60)
|
|
61
62
|
- Git.
|
|
62
63
|
|
|
63
64
|
#### PyQt5 dependencies
|
|
@@ -82,6 +83,7 @@ If you want to install **pySCHED** using `pip`, it can be used directly:
|
|
|
82
83
|
|
|
83
84
|
```bash
|
|
84
85
|
sudo pip3 install 'numpy<1.24'
|
|
86
|
+
sudo pip3 install 'setuptools<60'
|
|
85
87
|
sudo pip3 install pythonSCHED
|
|
86
88
|
```
|
|
87
89
|
|
|
@@ -191,6 +193,8 @@ We therefore recommend to unset this variable before running pySCHED (which woul
|
|
|
191
193
|
* __v1.27.0 (2025-02-25)__: Merge with SCHED 11.8.
|
|
192
194
|
* __v1.28.0 (2025-08-20)__: Merge with SCHED 12.0.
|
|
193
195
|
* __v1.28.1 (2025-08-20)__: Fixed packaging bug: missing Vex2 Fortran include files.
|
|
196
|
+
* __v1.28.2 (2025-08-21)__: Fixed bug: a parameter to the Fortran function plbeam changed in size, but the call wasn't updated alongside.
|
|
197
|
+
* __v1.28.3 (2025-10-15)__: Fixed bug: VEXVRSN keyword was parsed as a number but handled as if it always was a string.
|
|
194
198
|
|
|
195
199
|
|
|
196
200
|
# Contact
|
|
@@ -38,6 +38,7 @@ where the optional parameter `-p` retrieves the graphical mode in order to be a
|
|
|
38
38
|
- Python (>= 3.6).
|
|
39
39
|
- A Fortran compiler.
|
|
40
40
|
- NumPy (>= 1.16, < 1.24).
|
|
41
|
+
- Setuptools (<60)
|
|
41
42
|
- Git.
|
|
42
43
|
|
|
43
44
|
#### PyQt5 dependencies
|
|
@@ -62,6 +63,7 @@ If you want to install **pySCHED** using `pip`, it can be used directly:
|
|
|
62
63
|
|
|
63
64
|
```bash
|
|
64
65
|
sudo pip3 install 'numpy<1.24'
|
|
66
|
+
sudo pip3 install 'setuptools<60'
|
|
65
67
|
sudo pip3 install pythonSCHED
|
|
66
68
|
```
|
|
67
69
|
|
|
@@ -171,6 +173,8 @@ We therefore recommend to unset this variable before running pySCHED (which woul
|
|
|
171
173
|
* __v1.27.0 (2025-02-25)__: Merge with SCHED 11.8.
|
|
172
174
|
* __v1.28.0 (2025-08-20)__: Merge with SCHED 12.0.
|
|
173
175
|
* __v1.28.1 (2025-08-20)__: Fixed packaging bug: missing Vex2 Fortran include files.
|
|
176
|
+
* __v1.28.2 (2025-08-21)__: Fixed bug: a parameter to the Fortran function plbeam changed in size, but the call wasn't updated alongside.
|
|
177
|
+
* __v1.28.3 (2025-10-15)__: Fixed bug: VEXVRSN keyword was parsed as a number but handled as if it always was a string.
|
|
174
178
|
|
|
175
179
|
|
|
176
180
|
# Contact
|
|
@@ -63,7 +63,6 @@ Name = ho3cm_low Station = HOBART priority = 0
|
|
|
63
63
|
Name = ho3cm_high Station = HOBART priority = 0
|
|
64
64
|
rf1 = 8288, 8288 ifname = A3, B3
|
|
65
65
|
rf2 = 8800, 8800 fe = '3cm', '3cm'
|
|
66
|
-
rf2 = 8800, 8800 fe = '3cm', '3cm'
|
|
67
66
|
pol = RCP, LCP lo1 = 8800, 8800
|
|
68
67
|
! rf1, rf2 assume filter 2.
|
|
69
68
|
/
|
|
@@ -469,10 +469,11 @@
|
|
|
469
469
|
! AGP: May 2008 - New station YEBES40M
|
|
470
470
|
! New Azimuth limits from P.de Vicente (AGP 31Oct08)
|
|
471
471
|
! RMC: as DBBC (starting sess.3/14) & 5C (starting sess.2/16)
|
|
472
|
+
! BE: setting TSETTLE to 30s to allow for tsys cal in gap
|
|
472
473
|
DBNAME = YEBES40M
|
|
473
474
|
MOUNT=ALTAZ AX1LIM=-60,420 AX2LIM=5,88 AX1RATE=120 AX2RATE=60
|
|
474
475
|
AX1ACC=0.7 AX2ACC=0.33
|
|
475
|
-
TSETTLE=
|
|
476
|
+
TSETTLE=30 DAR=DBBC DBBCVER=ASTRO ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
476
477
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
477
478
|
/
|
|
478
479
|
STATION=RAEGYEB STCODE=Yj CONTROL=VEX
|
|
@@ -561,7 +562,7 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
561
562
|
! TSETTLE=2 DAR=MKIV ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
562
563
|
! NBBC=14 DISK=MARK5B MEDIADEF=DISK
|
|
563
564
|
TSETTLE=2 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
564
|
-
NBBC=16 DISK=
|
|
565
|
+
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
565
566
|
/
|
|
566
567
|
!CR: added from Lorant (1Dec00)
|
|
567
568
|
!LORANT add Matera; many unknowns - MKIV, VLBA4 from Pino Colucci 22/05/00
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
! TSETTLE=10 DAR=MKIV RECORDER=MKIV NDRIVES=1 NHEADS=2 NBBC=14
|
|
159
159
|
! DISK=MARK5A MEDIADEF=DISK TSCAL=CONT
|
|
160
160
|
TSETTLE=10 DAR=NONE NBBC=16
|
|
161
|
-
DISK=
|
|
161
|
+
DISK=MARK5C MEDIADEF=DISK TSCAL=GAP
|
|
162
162
|
HOR_AZ = 0, 10, 20, 30, 40, 50, 60, 70, 80, 90,100,110,120,130,140,
|
|
163
163
|
150,160,170,180,190,200,210,220,230,240,250,260,270,280,290,
|
|
164
164
|
300,310,320,330,340,350,360
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
! VERSION is the date and time when this catalog was
|
|
119
119
|
! assembled from the master subcatalogs.
|
|
120
120
|
|
|
121
|
-
VERSION = "
|
|
121
|
+
VERSION = "2025Oct02-13:31:06"
|
|
122
122
|
|
|
123
123
|
!
|
|
124
124
|
! =====================================================================
|
|
@@ -869,10 +869,11 @@
|
|
|
869
869
|
! AGP: May 2008 - New station YEBES40M
|
|
870
870
|
! New Azimuth limits from P.de Vicente (AGP 31Oct08)
|
|
871
871
|
! RMC: as DBBC (starting sess.3/14) & 5C (starting sess.2/16)
|
|
872
|
+
! BE: setting TSETTLE to 30s to allow for tsys cal in gap
|
|
872
873
|
DBNAME = YEBES40M
|
|
873
874
|
MOUNT=ALTAZ AX1LIM=-60,420 AX2LIM=5,88 AX1RATE=120 AX2RATE=60
|
|
874
875
|
AX1ACC=0.7 AX2ACC=0.33
|
|
875
|
-
TSETTLE=
|
|
876
|
+
TSETTLE=30 DAR=DBBC DBBCVER=ASTRO ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
876
877
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
877
878
|
/
|
|
878
879
|
STATION=RAEGYEB STCODE=Yj CONTROL=VEX
|
|
@@ -958,8 +959,10 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
958
959
|
MOUNT= ALTAZ AX1RATE=60 AX2RATE=30 AX1LIM=-80,450 AX2LIM=5,88 ! Yusup Ali 8jul2009
|
|
959
960
|
!!! shift to DBBC after sess.2/17 tests/shift mid-way through
|
|
960
961
|
AX1ACC=0.5 AX2ACC=0.5 ! Yusup Ali 8jul2009
|
|
962
|
+
! TSETTLE=2 DAR=MKIV ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
963
|
+
! NBBC=14 DISK=MARK5B MEDIADEF=DISK
|
|
961
964
|
TSETTLE=2 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
962
|
-
NBBC=16 DISK=
|
|
965
|
+
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
963
966
|
/
|
|
964
967
|
!CR: added from Lorant (1Dec00)
|
|
965
968
|
!LORANT add Matera; many unknowns - MKIV, VLBA4 from Pino Colucci 22/05/00
|
|
@@ -1390,7 +1393,7 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
1390
1393
|
! TSETTLE=10 DAR=MKIV RECORDER=MKIV NDRIVES=1 NHEADS=2 NBBC=14
|
|
1391
1394
|
! DISK=MARK5A MEDIADEF=DISK TSCAL=CONT
|
|
1392
1395
|
TSETTLE=10 DAR=NONE NBBC=16
|
|
1393
|
-
DISK=
|
|
1396
|
+
DISK=MARK5C MEDIADEF=DISK TSCAL=GAP
|
|
1394
1397
|
HOR_AZ = 0, 10, 20, 30, 40, 50, 60, 70, 80, 90,100,110,120,130,140,
|
|
1395
1398
|
150,160,170,180,190,200,210,220,230,240,250,260,270,280,290,
|
|
1396
1399
|
300,310,320,330,340,350,360
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
! VERSION is the date and time when this catalog was
|
|
143
143
|
! assembled from the master subcatalogs.
|
|
144
144
|
|
|
145
|
-
VERSION = "
|
|
145
|
+
VERSION = "2025Oct02-13:31:06"
|
|
146
146
|
|
|
147
147
|
! This is updated for SCHED 11.1.
|
|
148
148
|
! =====================================================================
|
|
@@ -884,10 +884,11 @@
|
|
|
884
884
|
! AGP: May 2008 - New station YEBES40M
|
|
885
885
|
! New Azimuth limits from P.de Vicente (AGP 31Oct08)
|
|
886
886
|
! RMC: as DBBC (starting sess.3/14) & 5C (starting sess.2/16)
|
|
887
|
+
! BE: setting TSETTLE to 30s to allow for tsys cal in gap
|
|
887
888
|
DBNAME = YEBES40M
|
|
888
889
|
MOUNT=ALTAZ AX1LIM=-60,420 AX2LIM=5,88 AX1RATE=120 AX2RATE=60
|
|
889
890
|
AX1ACC=0.7 AX2ACC=0.33
|
|
890
|
-
TSETTLE=
|
|
891
|
+
TSETTLE=30 DAR=DBBC DBBCVER=ASTRO ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
891
892
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
892
893
|
/
|
|
893
894
|
STATION=RAEGYEB STCODE=Yj CONTROL=VEX
|
|
@@ -973,8 +974,10 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
973
974
|
MOUNT= ALTAZ AX1RATE=60 AX2RATE=30 AX1LIM=-80,450 AX2LIM=5,88 ! Yusup Ali 8jul2009
|
|
974
975
|
!!! shift to DBBC after sess.2/17 tests/shift mid-way through
|
|
975
976
|
AX1ACC=0.5 AX2ACC=0.5 ! Yusup Ali 8jul2009
|
|
977
|
+
! TSETTLE=2 DAR=MKIV ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
978
|
+
! NBBC=14 DISK=MARK5B MEDIADEF=DISK
|
|
976
979
|
TSETTLE=2 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
977
|
-
NBBC=16 DISK=
|
|
980
|
+
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
978
981
|
/
|
|
979
982
|
!CR: added from Lorant (1Dec00)
|
|
980
983
|
!LORANT add Matera; many unknowns - MKIV, VLBA4 from Pino Colucci 22/05/00
|
|
@@ -1405,7 +1408,7 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
1405
1408
|
! TSETTLE=10 DAR=MKIV RECORDER=MKIV NDRIVES=1 NHEADS=2 NBBC=14
|
|
1406
1409
|
! DISK=MARK5A MEDIADEF=DISK TSCAL=CONT
|
|
1407
1410
|
TSETTLE=10 DAR=NONE NBBC=16
|
|
1408
|
-
DISK=
|
|
1411
|
+
DISK=MARK5C MEDIADEF=DISK TSCAL=GAP
|
|
1409
1412
|
HOR_AZ = 0, 10, 20, 30, 40, 50, 60, 70, 80, 90,100,110,120,130,140,
|
|
1410
1413
|
150,160,170,180,190,200,210,220,230,240,250,260,270,280,290,
|
|
1411
1414
|
300,310,320,330,340,350,360
|
|
@@ -656,7 +656,7 @@ extension = Extension(
|
|
|
656
656
|
setup(
|
|
657
657
|
cmdclass={"sdist": sdist},
|
|
658
658
|
name="pythonSCHED",
|
|
659
|
-
version="1.28.
|
|
659
|
+
version="1.28.3",
|
|
660
660
|
author="Bob Eldering",
|
|
661
661
|
author_email="eldering@jive.eu",
|
|
662
662
|
description="Python extension of NRAO's VLBI scheduling program SCHED "
|
|
@@ -677,7 +677,7 @@ setup(
|
|
|
677
677
|
"Topic :: Scientific/Engineering :: Astronomy"],
|
|
678
678
|
scripts=["src/sched.py"],
|
|
679
679
|
ext_modules=[extension],
|
|
680
|
-
python_requires=">=3.6",
|
|
680
|
+
python_requires=">=3.6, <3.12",
|
|
681
681
|
setup_requires=["numpy>=1.19, <1.24",
|
|
682
682
|
"setuptools>=24.3, <60"],
|
|
683
683
|
install_requires=["numpy>=1.19, <1.24",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
firstlo= 186, 186, 186, 186, 186, 186, 186, 186
|
|
104
104
|
ifchan = A2, C1, A2, C1, A2, C1, A2, C1
|
|
105
105
|
bbc = 1, 9, 1, 9, 2, 10, 2, 10
|
|
106
|
-
format =
|
|
106
|
+
format = VDIF station = URUMQI /
|
|
107
107
|
!
|
|
108
108
|
firstlo= 2270,2270,2270,2270,2270,2270,2270,2270
|
|
109
109
|
ifchan = A4, B3, A4, B3, A4, B3, A4, B3
|
|
@@ -112,20 +112,13 @@
|
|
|
112
112
|
pcal = 'off' /
|
|
113
113
|
!
|
|
114
114
|
!
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
POL=dual
|
|
123
|
-
PCAL = 'off'
|
|
124
|
-
firstlo= 1380,1380,1380,1380,1380,1380,1380,1380,1380,1380,1380,1380,1380,1380,1380,1380
|
|
125
|
-
ifchan ='2N','1N','2N','1N','2N','1N','2N','1N','2N','1N','2N','1N','2N','1N','2N','1N'
|
|
126
|
-
bbc = 2, 1, 2, 1, 4, 3, 4, 3, 6, 5, 6, 5, 8, 7, 8, 7
|
|
127
|
-
format = MKIV1:2 station = DSS63 /
|
|
128
|
-
!
|
|
115
|
+
!! Robledo with VRA back-end; same channelization as DBBC stations
|
|
116
|
+
DBE = ' '
|
|
117
|
+
firstlo= 1380,1380,1380,1380,1380,1380,1380,1380
|
|
118
|
+
ifchan= '2N','1N','2N','1N','2N','1N','2N','1N'
|
|
119
|
+
bbc = 2, 1, 2, 1, 2, 1, 2, 1
|
|
120
|
+
format = VDIF station = DSS63 /
|
|
121
|
+
!
|
|
129
122
|
!
|
|
130
123
|
!!! eMERLIN using 64MHz subbands (put as DAR=NONE in sta catalog)
|
|
131
124
|
!!! middle of band
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
firstlo= 21992,21992,21992,21992,21992,21992,21992,21992
|
|
107
107
|
ifchan = A2, C1, A2, C1, A2, C1, A2, C1
|
|
108
108
|
bbc = 1, 9, 1, 9, 2, 10, 2, 10
|
|
109
|
-
format =
|
|
109
|
+
format = VDIF station = URUMQI /
|
|
110
110
|
!
|
|
111
111
|
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500
|
|
112
112
|
ifchan = A1, B1, A1, B1, A1, B1, A1, B1
|
|
@@ -106,22 +106,23 @@
|
|
|
106
106
|
firstlo= 21992,21992,21992,21992,21992,21992,21992,21992,21992,21992,21992,21992,21992,21992,21992,21992
|
|
107
107
|
ifchan = A2, C1, A2, C1, A2, C1, A2, C1, A2, C1, A2, C1, A2, C1, A2, C1
|
|
108
108
|
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12
|
|
109
|
-
format =
|
|
109
|
+
format = VDIF station = URUMQI /
|
|
110
110
|
!
|
|
111
111
|
firstlo= 21914,21914,21914,21914,21914,21914,21914,21914,21914,21914,21914,21914,21914,21914,21914,21914
|
|
112
112
|
ifchan = '2N', '1N', '2N', '1N', '2N', '1N', '2N', '1N', '2N', '1N', '2N', '1N', '2N', '1N', '2N', '1N'
|
|
113
113
|
bbc = 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1
|
|
114
114
|
format = VDIF station = DSS63 /
|
|
115
115
|
!
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
116
|
+
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500
|
|
117
|
+
ifchan = A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1
|
|
118
|
+
bbc = 1, 5, 1, 5, 2, 6, 2, 6, 3, 7, 3, 7, 4, 8, 4, 8
|
|
119
|
+
format = VDIF station = CDDBBC /
|
|
120
120
|
!!
|
|
121
|
-
! firstlo=
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
! firstlo= 21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800
|
|
122
|
+
firstlo= 22000,22000,22000,22000,22000,22000,22000,22000,22000,22000,22000,22000,22000,22000,22000,22000
|
|
123
|
+
ifchan = A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1
|
|
124
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12
|
|
125
|
+
format = VDIF station = HOB_DBBC /
|
|
125
126
|
!!
|
|
126
127
|
firstlo= 21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480
|
|
127
128
|
ifchan = A4, B3, A4, B3, A4, B3, A4, B3, A4, B3, A4, B3, A4, B3, A4, B3
|
|
@@ -141,23 +142,60 @@
|
|
|
141
142
|
! LO frequency is changed in KVNPC
|
|
142
143
|
firstlo= 34110,34110,34110,34110,34110,34110,34110,34110,34110,34110,34110,34110,34110,34110,34110,34110
|
|
143
144
|
station = KVNPC /
|
|
145
|
+
!!!!! MOPRA with OCTAD?
|
|
144
146
|
!
|
|
145
|
-
|
|
146
|
-
NCHAN=8
|
|
147
|
-
BITS=2
|
|
148
|
-
BBFILTER=32.0
|
|
149
|
-
FREQREF=22172.0
|
|
150
|
-
FREQOFF= 128,128,128,128, 192,192,192,192
|
|
151
|
-
NETSIDE= L, L, U, U, L, L, U, U
|
|
152
|
-
POL=DUAL
|
|
147
|
+
!!! CDDBBC & HOB_DBBC still limited to 1G?
|
|
148
|
+
! NCHAN=8
|
|
149
|
+
! BITS=2
|
|
150
|
+
! BBFILTER=32.0
|
|
151
|
+
! FREQREF=22172.0
|
|
152
|
+
! FREQOFF= 128,128,128,128, 192,192,192,192
|
|
153
|
+
! NETSIDE= L, L, U, U, L, L, U, U
|
|
154
|
+
! POL=DUAL
|
|
155
|
+
! PCAL = 'off'
|
|
156
|
+
! firstlo= 21500,21500,21500,21500,21500,21500,21500,21500
|
|
157
|
+
! ifchan = A1, B1, A1, B1, A1, B1, A1, B1
|
|
158
|
+
! bbc = 1, 5, 1, 5, 2, 6, 2, 6
|
|
159
|
+
! format = VDIF station = CDDBBC /
|
|
160
|
+
!!
|
|
161
|
+
! firstlo= 22200,22200,22200,22200,22200,22200,22200,22200
|
|
162
|
+
! ifchan = A1, B1, A1, B1, A1, B1, A1, B1
|
|
163
|
+
! bbc = 1, 9, 1, 9, 2, 10, 2, 10
|
|
164
|
+
! format = VDIF station = HOB_DBBC /
|
|
165
|
+
!!
|
|
166
|
+
!
|
|
167
|
+
!! (no Defford at K-band)
|
|
168
|
+
!!
|
|
169
|
+
NCHAN=2
|
|
170
|
+
BBFILTER = 64.0
|
|
171
|
+
FREQREF = 22268.00
|
|
172
|
+
FREQOFF = 0, 0
|
|
173
|
+
NETSIDE = U, U
|
|
174
|
+
pol=dual
|
|
153
175
|
PCAL = 'off'
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
176
|
+
!---------------------------------------------------------------------------------
|
|
177
|
+
firstlo= 23016,23016
|
|
178
|
+
ifchan = A1, B1
|
|
179
|
+
bbc = 1, 9
|
|
180
|
+
format = VDIF station = CAMBG32M /
|
|
158
181
|
!
|
|
159
|
-
firstlo=
|
|
160
|
-
ifchan =
|
|
161
|
-
bbc =
|
|
162
|
-
format = VDIF
|
|
182
|
+
firstlo= 23016,23016
|
|
183
|
+
ifchan = A1, B1
|
|
184
|
+
bbc = 1, 9
|
|
185
|
+
format = VDIF station = DARNHALL /
|
|
186
|
+
!
|
|
187
|
+
firstlo= 23016,23016
|
|
188
|
+
ifchan = A1, B1
|
|
189
|
+
bbc = 1, 9
|
|
190
|
+
format = VDIF station = KNOCKIN /
|
|
191
|
+
!
|
|
192
|
+
firstlo= 23016,23016
|
|
193
|
+
ifchan = A1, B1
|
|
194
|
+
bbc = 1, 9
|
|
195
|
+
format = VDIF station = PICKMERE /
|
|
196
|
+
!
|
|
197
|
+
firstlo= 23016,23016
|
|
198
|
+
ifchan = A1, B1
|
|
199
|
+
bbc = 1, 9
|
|
200
|
+
format = VDIF station = JB2_MERL /
|
|
163
201
|
!
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
!!! VLBAs (22012-22524 from LO 21500)
|
|
2
|
+
NCHAN=8
|
|
3
|
+
BITS=2
|
|
4
|
+
BBFILTER = 128.0
|
|
5
|
+
FREQREF = 22012.00
|
|
6
|
+
FREQOFF = 0,0, 128,128, 256,256, 384,384
|
|
7
|
+
NETSIDE = U,U, U, U, U, U, U, U
|
|
8
|
+
DBE = 'RDBE_DDC'
|
|
9
|
+
POL=dual
|
|
10
|
+
PCAL = 'off'
|
|
11
|
+
BARREL=ROLL_OFF
|
|
12
|
+
STATION = VLBA
|
|
13
|
+
/
|
|
14
|
+
!
|
|
15
|
+
!VLA
|
|
16
|
+
!!! use same LO as picked for VLBA
|
|
17
|
+
NCHAN = 8
|
|
18
|
+
BBFILTER=128.0
|
|
19
|
+
FREQREF = 22012.00
|
|
20
|
+
FREQOFF = 0,0, 128,128, 256,256, 384,384
|
|
21
|
+
NETSIDE = U,U, U, U, U, U, U, U
|
|
22
|
+
IFCHAN = A,C, B, D, A, C, B, D
|
|
23
|
+
FE = '1CM','1CM','1CM','1CM'
|
|
24
|
+
FIRSTLO = 21500.0
|
|
25
|
+
IFCHAN = A, C, B, D, A, C, B, D
|
|
26
|
+
DBE = 'WIDAR'
|
|
27
|
+
STATION = VLA27
|
|
28
|
+
/
|
|
29
|
+
!
|
|
30
|
+
!!! LBA_DR
|
|
31
|
+
!!!! 1Gbps range = middle of Cd/Ho 2Gbps range
|
|
32
|
+
!!!!! Mopra may shift to OCTAD (handled with KVN)
|
|
33
|
+
DBE = ' '
|
|
34
|
+
FIRSTLO = -9999
|
|
35
|
+
IFCHAN = ' ',' ',' ',' ',' ',' ',' ',' '
|
|
36
|
+
BAND='1CM'
|
|
37
|
+
NCHAN = 4
|
|
38
|
+
BITS=2
|
|
39
|
+
BBFILTER = 64.0
|
|
40
|
+
FREQREF = 22108.00
|
|
41
|
+
FREQOFF = 0, 0, 64, 64
|
|
42
|
+
NETSIDE = U, U, U, U
|
|
43
|
+
BBC = 1, 2, 3, 4
|
|
44
|
+
POL=dual
|
|
45
|
+
PCAL = 'off'
|
|
46
|
+
STATION = ATCA, PARKES, MOPRA
|
|
47
|
+
/
|
|
48
|
+
!
|
|
49
|
+
!! EVNs (& DBBC LBAs)
|
|
50
|
+
BAND='1CM'
|
|
51
|
+
NCHAN=32
|
|
52
|
+
BITS=2
|
|
53
|
+
BBFILTER=32.0
|
|
54
|
+
FREQREF = 22044.00
|
|
55
|
+
FREQOFF = 0,0,0,0, 64,64,64,64, 128,128,128,128, 192,192,192,192, 256,256,256,256, 320,320,320,320, 384,384,384,384, 448,448,448,448
|
|
56
|
+
NETSIDE = L,L,U,U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U
|
|
57
|
+
POL=dual
|
|
58
|
+
PCAL = 'off'
|
|
59
|
+
/
|
|
60
|
+
! EVNs (DBBCs) & others needed explicit patching
|
|
61
|
+
!--------------------------------------------------------------------------
|
|
62
|
+
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500
|
|
63
|
+
ifchan = A3, C1, A3, C1, A3, C1, A3, C1, A3, C1, A3, C1, A3, C1, A3, C1, B3, D1, B3, D1, B3, D1, B3, D1, B3, D1, B3, D1, B3, D1, B3, D1
|
|
64
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
65
|
+
format = VDIF station = EFLSBERG /
|
|
66
|
+
!
|
|
67
|
+
firstlo= 23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036,23036
|
|
68
|
+
ifchan = A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2, A2, B2
|
|
69
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
70
|
+
format = VDIF station = JODRELL2 /
|
|
71
|
+
!
|
|
72
|
+
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500
|
|
73
|
+
ifchan = A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1
|
|
74
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
75
|
+
format = VDIF station = ONSALA60 /
|
|
76
|
+
!
|
|
77
|
+
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500
|
|
78
|
+
ifchan = A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, B2, C1, B2, C1, B2, C1, B2, C1, B2, C1, B2, C1, B2, C1, B2, C1
|
|
79
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
80
|
+
format = VDIF station = HART /
|
|
81
|
+
!
|
|
82
|
+
firstlo= 22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012
|
|
83
|
+
ifchan = A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1, B1, D1
|
|
84
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
85
|
+
format = VDIF station = MEDICINA /
|
|
86
|
+
!
|
|
87
|
+
firstlo= 21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869,21869
|
|
88
|
+
ifchan = A1, C2, A1, C2, A1, C2, A1, C2, A1, C2, A1, C2, A1, C2, A1, C2, B1, C2, B1, C2, B1, C2, B1, C2, B1, C2, B1, C2, B1, C2, B1, C2
|
|
89
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
90
|
+
format = VDIF station = NOTO /
|
|
91
|
+
!
|
|
92
|
+
firstlo= 22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012
|
|
93
|
+
ifchan = A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, A1, C1, B1, C1, B1, C1, B1, C1, B1, C1, B1, C1, B1, C1, B1, C1, B1, C1
|
|
94
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
95
|
+
format = VDIF station = SARDINIA /
|
|
96
|
+
!
|
|
97
|
+
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500
|
|
98
|
+
ifchan = A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1
|
|
99
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
100
|
+
format = VDIF station = TORUN /
|
|
101
|
+
!
|
|
102
|
+
!!MH uses (FS) astro2 patching == (sched) DBBCVER=geo
|
|
103
|
+
firstlo= 21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480,21480
|
|
104
|
+
ifchan = A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1
|
|
105
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
106
|
+
format = VDIF station = METSAHOV /
|
|
107
|
+
!
|
|
108
|
+
firstlo= 22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012,22012
|
|
109
|
+
ifchan = A2, C1, A2, C1, A2, C1, A2, C1, A2, C1, A2, C1, A2, C1, A2, C1, B2, D1, B2, D1, B2, D1, B2, D1, B2, D1, B2, D1, B2, D1, B2, D1
|
|
110
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
111
|
+
format = VDIF station = URUMQI /
|
|
112
|
+
!
|
|
113
|
+
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500
|
|
114
|
+
ifchan = A4, C3, A4, C3, A4, C3, A4, C3, A4, C3, A4, C3, A4, C3, A4, C3, B4, D3, B4, D3, B4, D3, B4, D3, B4, D3, B4, D3, B4, D3, B4, D3
|
|
115
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
116
|
+
format = VDIF station = TIANMA65
|
|
117
|
+
pcal = 'off' /
|
|
118
|
+
!
|
|
119
|
+
!
|
|
120
|
+
!! YS (21500 not available, use 21468; total range 32MHz lower)
|
|
121
|
+
BAND='1CM'
|
|
122
|
+
NCHAN=32
|
|
123
|
+
BITS=2
|
|
124
|
+
BBFILTER=32.0
|
|
125
|
+
FREQREF = 22012.00
|
|
126
|
+
FREQOFF = 0,0,0,0, 64,64,64,64, 128,128,128,128, 192,192,192,192, 256,256,256,256, 320,320,320,320, 384,384,384,384, 448,448,448,448
|
|
127
|
+
NETSIDE = L,L,U,U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U, L, L, U, U
|
|
128
|
+
POL=dual
|
|
129
|
+
PCAL = 'off'
|
|
130
|
+
!-------------------------------------------------------------------------------
|
|
131
|
+
firstlo= 21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468,21468
|
|
132
|
+
ifchan = A4, C4, A4, C4, A4, C4, A4, C4, A4, C4, A4, C4, A4, C4, A4, C4, B4, D4, B4, D4, B4, D4, B4, D4, B4, D4, B4, D4, B4, D4, B4, D4
|
|
133
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12, 5, 13, 5, 13, 6, 14, 6, 14, 7, 15, 7, 15, 8, 16, 8, 16
|
|
134
|
+
format = VDIF station = YEBES40M /
|
|
135
|
+
!
|
|
136
|
+
!
|
|
137
|
+
!!! KVN can get 4Gbps via new OCTAD backend with 64MHz filters
|
|
138
|
+
!!! i.e., essentially same as 2Gbps with wider channels (& diff FREQREF/FREQOFF)
|
|
139
|
+
!!! better LO passed along by Do-Young 31oct
|
|
140
|
+
NCHAN=16
|
|
141
|
+
BITS=2
|
|
142
|
+
BBFILTER=64.0
|
|
143
|
+
FREQREF = 22076.00
|
|
144
|
+
POL=DUAL
|
|
145
|
+
PCAL='off'
|
|
146
|
+
!----------------------------------------
|
|
147
|
+
! firstlo= 31200,31200,31200,31200,31200,31200,31200,31200,31200,31200,31200,31200,31200,31200,31200,31200
|
|
148
|
+
firstlo= 34000,34000,34000,34000,34000,34000,34000,34000,34000,34000,34000,34000,34000,34000,34000,34000
|
|
149
|
+
pol = L, L, L, L, L, L, L, L, R, R, R, R, R, R, R, R
|
|
150
|
+
ifchan = A, A, A, A, A, A, A, A, B, B, B, B, B, B, B, B
|
|
151
|
+
bbc = 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3
|
|
152
|
+
netside = L, U, L, U, L, U, L, U, L, U, L, U, L, U, L, U
|
|
153
|
+
freqoff = 0, 0, 128, 128, 256, 256, 384, 384, 0, 0, 128, 128, 256, 256, 384, 384
|
|
154
|
+
format = VDIF station = KVNYS, KVNUS, KVNTN /
|
|
155
|
+
!
|
|
156
|
+
!!! 4th KVN added (Junhyun e-mail 29may2024)
|
|
157
|
+
! LO frequency is changed in KVNPC
|
|
158
|
+
firstlo= 34100,34100,34100,34100,34100,34100,34100,34100,34100,34100,34100,34100,34100,34100,34100,34100
|
|
159
|
+
pol = L, L, L, L, L, L, L, L, R, R, R, R, R, R, R, R
|
|
160
|
+
ifchan = A, A, A, A, A, A, A, A, B, B, B, B, B, B, B, B
|
|
161
|
+
bbc = 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3
|
|
162
|
+
netside = L, U, L, U, L, U, L, U, L, U, L, U, L, U, L, U
|
|
163
|
+
freqoff = 0, 0, 128, 128, 256, 256, 384, 384, 0, 0, 128, 128, 256, 256, 384, 384
|
|
164
|
+
format = VDIF station = KVNPC /
|
|
165
|
+
!
|
|
166
|
+
!! in case Mopra using OCTAD
|
|
167
|
+
! firstlo= 28232,28232,28232,28232,28232,28232,28232,28232,28232,28232,28232,28232,28232,28232,28232,28232
|
|
168
|
+
! pol = L, L, L, L, L, L, L, L, R, R, R, R, R, R, R, R
|
|
169
|
+
! ifchan = A, A, A, A, A, A, A, A, B, B, B, B, B, B, B, B
|
|
170
|
+
! bbc = 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2
|
|
171
|
+
! netside = L, U, L, U, L, U, L, U, L, U, L, U, L, U, L, U
|
|
172
|
+
! freqoff = 0, 0, 128, 128, 256, 256, 384, 384, 0, 0, 128, 128, 256, 256, 384, 384
|
|
173
|
+
! format = VDIF station = MOPRA /
|
|
174
|
+
!
|
|
175
|
+
!
|
|
176
|
+
!
|
|
177
|
+
!!!! mark5B stations (QUASARs, SH) limited to 2Gbps
|
|
178
|
+
!!!! also DBBC stations with NBBC=8 (HOB_DBBC (dbbcver=geo), CDDBBC (dbbcver=astro))
|
|
179
|
+
NCHAN=16
|
|
180
|
+
BITS=2
|
|
181
|
+
BBFILTER=32.0
|
|
182
|
+
FREQREF = 22076.00
|
|
183
|
+
!! a 256MHz range good for both CDDBBC and HOB_DBBC within VLBA 512MHz IF (22044-22300)
|
|
184
|
+
FREQOFF = 0,0,0,0, 64,64,64,64, 128,128,128,128, 192,192,192,192
|
|
185
|
+
NETSIDE = L,L,U,U, L, L, U, U, L, L, U, U, L, L, U, U
|
|
186
|
+
POL=DUAL
|
|
187
|
+
PCAL='off'
|
|
188
|
+
!-------------------------------------------------------------------------------
|
|
189
|
+
firstlo= 21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500,21500
|
|
190
|
+
ifchan = A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1
|
|
191
|
+
bbc = 1, 5, 1, 5, 2, 6, 2, 6, 3, 7, 3, 7, 4, 8, 4, 8
|
|
192
|
+
format = VDIF station = CDDBBC /
|
|
193
|
+
!
|
|
194
|
+
firstlo= 21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800,21800
|
|
195
|
+
ifchan = A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1, A1, B1
|
|
196
|
+
bbc = 1, 9, 1, 9, 2, 10, 2, 10, 3, 11, 3, 11, 4, 12, 4, 12
|
|
197
|
+
format = VDIF station = HOB_DBBC /
|
|
198
|
+
!
|
|
199
|
+
!
|
|
200
|
+
!! (no Defford at K-band)
|
|
201
|
+
!!
|
|
202
|
+
NCHAN=2
|
|
203
|
+
BBFILTER = 64.0
|
|
204
|
+
FREQREF = 22248.00
|
|
205
|
+
FREQOFF = 0, 0
|
|
206
|
+
NETSIDE = U, U
|
|
207
|
+
pol=dual
|
|
208
|
+
PCAL = 'off'
|
|
209
|
+
!---------------------------------------------------------------------------------
|
|
210
|
+
firstlo= 23016,23016
|
|
211
|
+
ifchan = A1, B1
|
|
212
|
+
bbc = 1, 9
|
|
213
|
+
format = VDIF station = CAMBG32M /
|
|
214
|
+
!
|
|
215
|
+
firstlo= 23016,23016
|
|
216
|
+
ifchan = A1, B1
|
|
217
|
+
bbc = 1, 9
|
|
218
|
+
format = VDIF station = DARNHALL /
|
|
219
|
+
!
|
|
220
|
+
firstlo= 23016,23016
|
|
221
|
+
ifchan = A1, B1
|
|
222
|
+
bbc = 1, 9
|
|
223
|
+
format = VDIF station = KNOCKIN /
|
|
224
|
+
!
|
|
225
|
+
firstlo= 23016,23016
|
|
226
|
+
ifchan = A1, B1
|
|
227
|
+
bbc = 1, 9
|
|
228
|
+
format = VDIF station = PICKMERE /
|
|
229
|
+
!
|
|
230
|
+
firstlo= 23016,23016
|
|
231
|
+
ifchan = A1, B1
|
|
232
|
+
bbc = 1, 9
|
|
233
|
+
format = VDIF station = JB2_MERL /
|
|
234
|
+
!
|