pythonSCHED 1.26.4__tar.gz → 1.27.0__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.26.4 → pythonSCHED-1.27.0}/PKG-INFO +14 -26
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/README +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/README.md +9 -25
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/freq_ATNF.dat +26 -26
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/stations_ATNF.dat +2 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/freq_EVN.dat +1 -35
- pythonSCHED-1.27.0/catalogs/Master_JIVE/locations_KVN.dat +41 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/stations_EVN.dat +19 -23
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/stations_KVN.dat +21 -9
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.gsfc2019d.dat +10 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_APT.dat +22 -3
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_DSN.dat +5 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/freq.dat +2 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/freq_RDBE.dat +2 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/locations.dat +41 -18
- pythonSCHED-1.27.0/catalogs/rfc_2023a_cat.key +85104 -0
- pythonSCHED-1.27.0/catalogs/sources.vlba +1 -0
- pythonSCHED-1.27.0/catalogs/sources_allfreq_2021a.icrf3 +22960 -0
- pythonSCHED-1.27.0/catalogs/sources_allfreq_2022d.icrf3 +22961 -0
- pythonSCHED-1.27.0/catalogs/sources_allfreq_2023a.icrf3 +22961 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/stations.dat +85 -45
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/stations_RDBE.dat +97 -57
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setup.py +2 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global1cm-2Gbps-32MHz.set +126 -126
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global1cm_H2O-512Mbps-16MHz.set +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global6cm-4Gbps-32MHz.set +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global7mm-2Gbps-32MHz.set +1 -1
- pythonSCHED-1.27.0/setups/evn18cm-1Gbps-32MHz-USB.set +127 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn18cm-1Gbps-32MHz.set +5 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn1cm-2Gbps-32MHz-rcp.set +1 -1
- pythonSCHED-1.26.4/setups/evn1cm-2Gbpps-32MHz.set → pythonSCHED-1.27.0/setups/evn1cm-2Gbps-32MHz.set +17 -6
- pythonSCHED-1.27.0/setups/evn1cm-4Gbps-32MHz-ntLO.set +173 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn1cm-4Gbps-32MHz.set +1 -1
- pythonSCHED-1.27.0/setups/evn4cm-1Gbps-32MHz.set +93 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm-1Gbps-32MHz.set +118 -118
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-1p-2IF.set +6 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-1IF-64MHz.set +7 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-1IF.set +5 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-2IF-64MHz.set +14 -4
- pythonSCHED-1.27.0/setups/lba13cm-2p-2IF.set +39 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-4IF.set +9 -3
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-1IF-64MHz.set +1 -1
- pythonSCHED-1.27.0/setups/lba18cm-2p-2IF-64MHz.set +41 -0
- pythonSCHED-1.27.0/setups/lba1cm-2p-1IF-64MHz.set +21 -0
- pythonSCHED-1.27.0/setups/lba1cm-2p-2IF-64MHz.set +26 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba1cm-2p-2IF.set +5 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba1cm-2p-4IF.set +0 -5
- pythonSCHED-1.27.0/setups/lba21cm-2p-2IF-64MHz.set +22 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-2IF.set +8 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-1IF-64MHz.set +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-2IF-64MHz.set +9 -3
- pythonSCHED-1.27.0/setups/lba3cm-2p-2IF.set +36 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-4IF.set +20 -1
- pythonSCHED-1.27.0/setups/lba6cm-2p-1IF-64MHz.set +22 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-2IF-64MHz.set +11 -8
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-4IF.set +0 -7
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd7mm.set +1 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptdl7mm.set +1 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/idate.c +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/schdefs.f +2 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvla.f +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/delscr.f +24 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fsfreq.f +1 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/makeptg.f +7 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/protect.f +10 -7
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtset.f +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sched.inc +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setform.f +10 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/versched.f +6 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxlink.inc +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxsch.f +3 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrda.f +5 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schdefs_module.py +2 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schsum_module.py +4 -3
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/stread_module.py +2 -2
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/update_catalogs.py +1 -1
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/util.py +6 -3
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/vex.py +6 -2
- pythonSCHED-1.26.4/catalogs/Master_JIVE/locations_KVN.dat +0 -33
- pythonSCHED-1.26.4/setups/evn1cm-2Gbps-32MHz.set +0 -118
- pythonSCHED-1.26.4/setups/lba13cm-2p-2IF.set +0 -24
- pythonSCHED-1.26.4/setups/lba18cm-2p-2IF-64MHz.set +0 -23
- pythonSCHED-1.26.4/setups/lba21cm-2p-2IF-64MHz.set +0 -15
- pythonSCHED-1.26.4/setups/lba3cm-2p-2IF.set +0 -16
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/locations.dat_from_ATNF +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/locations_ATNF.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/messages_VEX.txt +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/DSN_rationalization.txt +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/README +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq.3mm.krichbaum.2005nov15 +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_APT.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_Arecibo.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_DSN.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_GB.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_EB.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_GB.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_VLBA.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_top.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_VLA.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_VLBA.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_geodesy.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_mm.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_top.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/gbt4mmfreqs.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2005f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2008a +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2009a +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2010a +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.gsfc2011a +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.gsfc_2014a +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.gsfc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.gsfc.2015feb.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.top +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_DSN.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_VLA.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_extras.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_gsfc2016aplus.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/messages_NRAO.txt +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/peak.cmd +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/sched-lba.tar +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations.tmp.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_RDBE_US.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_RDBE_top.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_US.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_geodesy.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_mm.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_top.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/tapasi.email +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/README.sources +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Update +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/check-locations.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/linefreqs.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/messages.txt +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/peak.cmd +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/peak_RDBE_DDC.cmd +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/peak_RDBE_PFB.cmd +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/pointing_source_fluxes +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/rfc_2015a_cat.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/rfc_2018a_cat.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.gsfc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.gsfc.2015feb +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.gsfc2016 +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.pointing +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.pttest +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.rfc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.vlba.2012jul +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/stations_VLA.dat +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_1cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_20cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_2cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_4cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_6cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_7mm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/DIR +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/Master_setups +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test128.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test256.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test64a.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test64b.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/TestM3.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/TestSpec.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/TestUL.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/dum-y1.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/dum-yp.key +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/test128.skd +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global18cm-1Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global3cm-256Mbps-16MHz-rcp.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global4cm-2Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global6cm-2Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn18cm-1Gbps-16MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn21cm-128Mbps-8MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn4cm-2Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn4cm-4Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm-1Gbps-16MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm_excitedOH-256Mbps-4MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm_methanol-256Mbps-4MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn6cm-1Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn6cm-2Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn6cm-4Gbps-32MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/frequencies.list +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba12mm-1p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-1p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-1IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-4IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-1p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-1IF-64MHz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-1IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-4IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-1p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-1p-4IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-1IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba5cm-2p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba5cm-2p-4IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-1p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-1IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-2IF.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba_sx.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/mer3b18cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/mer3cpol18cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt13cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt18cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt1cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt1cm2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt24ghz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt2cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt3mm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt4cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt4cmsx.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt6cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt6cmw.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt7ghz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt7mm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt90cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd13cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd18cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd1cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd1cm2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd24ghz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd2cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd3mm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd4cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd4cmsx.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd6cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd7ghz.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd90cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptdl1cm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptdl3mm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptr7mm.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_15256_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_1548_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_18cm_HSA_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_22220_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_2284_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_4120_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_43120_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_4980_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_6588_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_6cm_wide_lcp.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_7680_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_8416_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_86252_dual.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-128-4-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2-R-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-16-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-8-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-128-4-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2-R-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-16-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-8-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v50cm-32-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-128-4-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-16-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-128-4-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2-L-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-32-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-16-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v9050cm-128-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v9050cm-64-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v90cm-32-8-2-L.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v90cm-32-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vOH.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vgeo-128-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vgeo-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vgeo-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vla_c_pointing.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vla_x_pointing.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vmeth.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-128-4-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-128-4-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2-R-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2-UL.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-16-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-16-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-8-2-R.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-8-2.set +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/geoid.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/geoxyz.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/julda.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/len1.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/pangle.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/rdcat.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/error.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/gerror.c +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/isatty.c +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/vlbope.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/envir.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/krdlin.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/prognm.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/putout.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/symsub.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/tsttty.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/vmshlp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/tdatecw.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/tform.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/upcase.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/const.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/findt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/fsizer2.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/interp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/jplep2.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/jplpo2.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/jplver.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/pleph.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/pvobs.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/split.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/state.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/transp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/beam.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plbeam.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plfft.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plot.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/pltran.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plver.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plweig.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/proj.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/sched.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/schset.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/srlist.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plotstub/pgqinf.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sat/sched.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Satstub/satep.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Satstub/sattle.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/accsrc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/addgeo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/addpeak.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/antpos.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/autodown.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/azelxyew.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/azelxyns.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/badlo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcalt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbccdas.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcdbbc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcgeo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbckvsr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbclba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcm4.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcrdbe.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcvlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcvs2.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcwidar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chars.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkcdas.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkcode.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkcor.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkdbbc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkdbfq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkdisk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkfirm.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkgdar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkif.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkrdbe.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkrdfq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chksc1.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkscn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chksfil.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkspd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvdar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvdifx.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkwidar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/cordef.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/corlst.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/corsoc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/crdwrt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/defaults.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/defset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dequal.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/diskpos.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dopcrd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dopfq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dwcase.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/errlog.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/errset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fcompare.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fileopen.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/flags.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/flagwrt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/flush.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmatch.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtmkiii.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtmkiv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtpick.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmts2.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtvlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/frchar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fsmatch.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fspread.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fsvlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/geochk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/geomake.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/geoqual.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getcrdn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getfset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getpairs.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getsun.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/glstday.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/gmkscn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/gnset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/haavai.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/halim.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/harmwarn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/headpos.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/horchk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ifdbbc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/inarray.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/jplgot.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/listfreq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/lsqfit.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/lst2ut.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/lstfreq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/makescn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/makeseg.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/maxbas.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtaltaz.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtequat.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtxyew.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtxyns.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omscor.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omsfreq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omsout.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omsset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omssrc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omssta.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcells.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcsar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcspt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcsub.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/opthas.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/opthiel.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optnone.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optsch.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optskd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/opttim.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optupt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/pcalfq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/phint.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/pkfinish.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/plot.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/pn3db.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtfreq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtsch.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtscn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ptpat.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ptvlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ran5.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rdbelevt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rdbemtch.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rdcat.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/recctl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/reconfig.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/resync.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rotvlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sameset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/satgot.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sattim.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sbhours.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sbpair.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scanid.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sch24.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schday.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schfreq.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schgeo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schopt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schpeak.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schpre.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schset.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schsum.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schtim.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scndup.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scngeo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scnrange.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scramble.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sdopincr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setband.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setbbc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setchan.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setcop.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setdefs.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setexpnd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfcat.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfirm.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfmt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfreq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sethw1.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setnorec.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setrec.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setstdef.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/settps.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/settrk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setusyn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sfinfo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/shortn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sidtim.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/slew.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/socdef.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srcflg.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srcloc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srclst.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srcwrt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srfinish.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srinsert.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srlist.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srlist.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srlpre.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stafiles.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stafrd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stageo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stalst.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stano.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stauv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stmsg.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stsum.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumdat.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumdesc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumope.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumscn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sunpos.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sunwarn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/suvopt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tavlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/timej.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tpmfix.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tpsum.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tptpns.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/twohdset.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/uvopt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/uvqual.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/v2dout.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vexout.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlascns.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlba.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbabws.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbachar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbadk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbaend.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbaini.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbaint.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbareal.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbast.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbastop.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbasu.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vsopwrt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vxlink.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wlog.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrap.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrapzone.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrtcov.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrtfreq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrtmsg.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/amp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/ampqk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/calyd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/cldj.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/clyd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/cs2c.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dat.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dcc2s.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dcs2c.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/deuler.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dimxv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/djcl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dmxm.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dmxv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dranrm.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dsep.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dsepv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dvdv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dvn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dvxv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/earth.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/ecor.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/epb2d.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/epj.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/eqeqx.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/evp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/fk45z.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/fk524.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/fk54z.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/gmst.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/map.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/mappa.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/mapqk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/mapqkz.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/nut.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/nutc.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/pm.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/prebn.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/prec.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/preces.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/precl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/prenut.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/rvlsrk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/vdv.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/chk4dar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/chkjive.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/chkv4dar.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/sched.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/schset.inc +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfan.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfbb.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfda.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcffq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfhp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfif.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfph.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfpo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfrl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfsi.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcftr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcovr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxdefs.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxfqvx.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxgtst.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxmode.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnhds.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnman.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmbb.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmda.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmfq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmhp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmif.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmph.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmpo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmpr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmrl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmsi.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmtr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmxx.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxrl16.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxrl8.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxs2df.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxs2md.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxs2vl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxschk.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxscns.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxsort.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxstky.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxstli.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxstnm.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxsudt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtels.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxton2.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtone.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtrafq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtraif.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtramd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtran.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtraph.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxunql.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxvbrx.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxvers.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwran.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrbb.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrex.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrfq.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrgl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrhp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrif.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrmd.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrph.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrpo.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrpr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrrl.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrsi.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrst.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrsu.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrt.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrtr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/__init__.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/__init__.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/frequency_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/frequency_set_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/line_rest_frequency_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/peak_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/phase_center_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/satellite_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/scan_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/setup_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/setup_file_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/source_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/source_plot_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/station_catalog.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/chkifwrp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/closewrp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/dbbc_patching.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/fsfreqwr.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/key.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/openwrap.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/plot.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/plot_toolbar.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/plot_util.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/ran5wrap.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sbhwrap.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/__init__.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/addgeo_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/addpeak_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/bbcalt_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/bbcdbbc_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/bbcemerlin_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/checkemerlin_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/chkdbbc_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/chkset_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/defaults_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/defset_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/geochk_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/geomake_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getcor_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getcov_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getfreq_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getset_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getsta_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/gettim_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/gintent_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/gmkscn_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/ifdbbc3_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/ifdbbc_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/infdb_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/input_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/invla_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/makescn_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/makeseg_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optcells_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/opthas_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/opthiel_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optnone_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optskd_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optupt_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/output_files.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/parameter.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/pcread_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/rdpeak_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/rdset_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/rfreq_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/satini_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schfiles_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schin_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schopt_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schrep_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/scndup_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/setbbc_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/setdefs_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/setexpnd_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/srread_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/stafiles_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/stmsg_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/sttant_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/times_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/toggle_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/vexout_module.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/tformwrp.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/version.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/verwrap.f +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/vex_scans.py +0 -0
- {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/sched.py +0 -0
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pythonSCHED
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.27.0
|
|
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
|
|
7
7
|
Author-email: eldering@jive.eu
|
|
8
|
+
License: UNKNOWN
|
|
9
|
+
Platform: UNKNOWN
|
|
8
10
|
Classifier: Programming Language :: Python :: 3
|
|
9
11
|
Classifier: Programming Language :: Fortran
|
|
10
12
|
Classifier: Operating System :: POSIX :: Linux
|
|
@@ -55,7 +57,7 @@ where the optional parameter `-p` retrieves the graphical mode in order to be a
|
|
|
55
57
|
|
|
56
58
|
- Python (>= 3.6).
|
|
57
59
|
- A Fortran compiler.
|
|
58
|
-
- NumPy (>= 1.16).
|
|
60
|
+
- NumPy (>= 1.16, < 1.24).
|
|
59
61
|
- Git.
|
|
60
62
|
|
|
61
63
|
#### PyQt5 dependencies
|
|
@@ -64,19 +66,22 @@ where the optional parameter `-p` retrieves the graphical mode in order to be a
|
|
|
64
66
|
|
|
65
67
|
### conda (recommended)
|
|
66
68
|
|
|
67
|
-
|
|
69
|
+
The recommended installation method for **pySCHED** is to use a conda compatible program. There are a few options for conda installers, like [Anaconda](https://www.anaconda.com/download), [Miniconda](https://docs.anaconda.com/miniconda/) and [Miniforge](https://github.com/conda-forge/miniforge). We recommend [Miniforge](https://github.com/conda-forge/miniforge), since it uses the conda-forge channels by default to download packages, which is free to use, while the default channel of the two other options are not free to use in all circumstances. See [this](https://www.anaconda.com/blog/is-conda-free#summarize) blog for further details and links.
|
|
70
|
+
|
|
71
|
+
After installing your choice of conda, download [this](https://github.com/jive-vlbi/sched/raw/python/pySCHED.yaml) YAML file, which describes a conda environment including all mentioned dependencies and **pySCHED**. To use it:
|
|
68
72
|
|
|
69
73
|
```bash
|
|
70
74
|
conda env create -f pySCHED.yaml
|
|
71
75
|
conda activate pySCHED
|
|
72
76
|
```
|
|
73
77
|
|
|
74
|
-
### pip
|
|
78
|
+
### pip (not recommended)
|
|
75
79
|
|
|
76
|
-
|
|
80
|
+
**pySCHED** requires an older version of both NumPy and setuptools, therefore we do not recommend installing it outside of a dedicated (virtual) environment.
|
|
81
|
+
If you want to install **pySCHED** using `pip`, it can be used directly:
|
|
77
82
|
|
|
78
83
|
```bash
|
|
79
|
-
sudo pip3 install numpy
|
|
84
|
+
sudo pip3 install 'numpy<1.24'
|
|
80
85
|
sudo pip3 install pythonSCHED
|
|
81
86
|
```
|
|
82
87
|
|
|
@@ -86,26 +91,6 @@ sudo pip3 install pythonSCHED
|
|
|
86
91
|
sudo apt-get install python3-pip
|
|
87
92
|
```
|
|
88
93
|
|
|
89
|
-
### NumPy version >= 1.24 and installing from source
|
|
90
|
-
|
|
91
|
-
NumPy version 1.24.0 introduced a bug that caused the wrapper to Fortran arrays, that is created on install, to have the wrong dimensions in some cases. This bug was fixed in version 1.24.3. However, this newer version of NumPy requires code changes in **pySCHED** that in turn only work for NumPy version >= 1.24.
|
|
92
|
-
|
|
93
|
-
Since NumPy version >= 1.24.3 is not ubiquitous available yet, we have chosen to make the default install of **pySCHED** require a version < 1.24. If you wish to use **pySCHED** with NumPy >= 1.24.3, you can do so by installing **pySCHED** from source. To do this, clone the **pySCHED** repository, checkout the `numpy-1.24.3` branch and run the install setup command:
|
|
94
|
-
|
|
95
|
-
```bash
|
|
96
|
-
git clone https://github.com/jive-vlbi/sched.git pySCHED
|
|
97
|
-
cd pySCHED
|
|
98
|
-
git checkout numpy-1.24.3
|
|
99
|
-
pip install .
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
Notice the changed `pip install` command. If the `pySCHED.yaml` file is used to create a conda environment, remove these lines from the file:
|
|
103
|
-
```bash
|
|
104
|
-
- pip:
|
|
105
|
-
- pythonSCHED
|
|
106
|
-
```
|
|
107
|
-
adapt the NumPy version requirement as desired and run the `pip install .` command after activating the pySCHED conda environment.
|
|
108
|
-
|
|
109
94
|
### Known issues
|
|
110
95
|
|
|
111
96
|
If you are encountering issues (both during installation or while running) with pySCHED, please check the [Discussions page](https://github.com/jive-vlbi/sched/discussions). We are summarizing here the most-common problems and how to solve them.
|
|
@@ -203,6 +188,7 @@ We therefore recommend to unset this variable before running pySCHED (which woul
|
|
|
203
188
|
* __v1.26.2 (2023-12-04)__: Bug fix in the Fortran code for wrap zones: a rare warning message had the wrong number of formatting parameters.
|
|
204
189
|
* __v1.26.3 (2024-05-16)__: Fixed typos in the sum file writing module.
|
|
205
190
|
* __v1.26.4 (2024-06-03)__: Fixed bug triggered by using GRABTO with NOSETUP.
|
|
191
|
+
* __v1.27.0 (2025-02-25)__: Merge with SCHED 11.8.
|
|
206
192
|
|
|
207
193
|
|
|
208
194
|
# Contact
|
|
@@ -217,3 +203,5 @@ We therefore recommend to unset this variable before running pySCHED (which woul
|
|
|
217
203
|
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 730884.
|
|
218
204
|
|
|
219
205
|
|
|
206
|
+
|
|
207
|
+
|
|
@@ -37,7 +37,7 @@ where the optional parameter `-p` retrieves the graphical mode in order to be a
|
|
|
37
37
|
|
|
38
38
|
- Python (>= 3.6).
|
|
39
39
|
- A Fortran compiler.
|
|
40
|
-
- NumPy (>= 1.16).
|
|
40
|
+
- NumPy (>= 1.16, < 1.24).
|
|
41
41
|
- Git.
|
|
42
42
|
|
|
43
43
|
#### PyQt5 dependencies
|
|
@@ -46,19 +46,22 @@ where the optional parameter `-p` retrieves the graphical mode in order to be a
|
|
|
46
46
|
|
|
47
47
|
### conda (recommended)
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
The recommended installation method for **pySCHED** is to use a conda compatible program. There are a few options for conda installers, like [Anaconda](https://www.anaconda.com/download), [Miniconda](https://docs.anaconda.com/miniconda/) and [Miniforge](https://github.com/conda-forge/miniforge). We recommend [Miniforge](https://github.com/conda-forge/miniforge), since it uses the conda-forge channels by default to download packages, which is free to use, while the default channel of the two other options are not free to use in all circumstances. See [this](https://www.anaconda.com/blog/is-conda-free#summarize) blog for further details and links.
|
|
50
|
+
|
|
51
|
+
After installing your choice of conda, download [this](https://github.com/jive-vlbi/sched/raw/python/pySCHED.yaml) YAML file, which describes a conda environment including all mentioned dependencies and **pySCHED**. To use it:
|
|
50
52
|
|
|
51
53
|
```bash
|
|
52
54
|
conda env create -f pySCHED.yaml
|
|
53
55
|
conda activate pySCHED
|
|
54
56
|
```
|
|
55
57
|
|
|
56
|
-
### pip
|
|
58
|
+
### pip (not recommended)
|
|
57
59
|
|
|
58
|
-
|
|
60
|
+
**pySCHED** requires an older version of both NumPy and setuptools, therefore we do not recommend installing it outside of a dedicated (virtual) environment.
|
|
61
|
+
If you want to install **pySCHED** using `pip`, it can be used directly:
|
|
59
62
|
|
|
60
63
|
```bash
|
|
61
|
-
sudo pip3 install numpy
|
|
64
|
+
sudo pip3 install 'numpy<1.24'
|
|
62
65
|
sudo pip3 install pythonSCHED
|
|
63
66
|
```
|
|
64
67
|
|
|
@@ -68,26 +71,6 @@ sudo pip3 install pythonSCHED
|
|
|
68
71
|
sudo apt-get install python3-pip
|
|
69
72
|
```
|
|
70
73
|
|
|
71
|
-
### NumPy version >= 1.24 and installing from source
|
|
72
|
-
|
|
73
|
-
NumPy version 1.24.0 introduced a bug that caused the wrapper to Fortran arrays, that is created on install, to have the wrong dimensions in some cases. This bug was fixed in version 1.24.3. However, this newer version of NumPy requires code changes in **pySCHED** that in turn only work for NumPy version >= 1.24.
|
|
74
|
-
|
|
75
|
-
Since NumPy version >= 1.24.3 is not ubiquitous available yet, we have chosen to make the default install of **pySCHED** require a version < 1.24. If you wish to use **pySCHED** with NumPy >= 1.24.3, you can do so by installing **pySCHED** from source. To do this, clone the **pySCHED** repository, checkout the `numpy-1.24.3` branch and run the install setup command:
|
|
76
|
-
|
|
77
|
-
```bash
|
|
78
|
-
git clone https://github.com/jive-vlbi/sched.git pySCHED
|
|
79
|
-
cd pySCHED
|
|
80
|
-
git checkout numpy-1.24.3
|
|
81
|
-
pip install .
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
Notice the changed `pip install` command. If the `pySCHED.yaml` file is used to create a conda environment, remove these lines from the file:
|
|
85
|
-
```bash
|
|
86
|
-
- pip:
|
|
87
|
-
- pythonSCHED
|
|
88
|
-
```
|
|
89
|
-
adapt the NumPy version requirement as desired and run the `pip install .` command after activating the pySCHED conda environment.
|
|
90
|
-
|
|
91
74
|
### Known issues
|
|
92
75
|
|
|
93
76
|
If you are encountering issues (both during installation or while running) with pySCHED, please check the [Discussions page](https://github.com/jive-vlbi/sched/discussions). We are summarizing here the most-common problems and how to solve them.
|
|
@@ -185,6 +168,7 @@ We therefore recommend to unset this variable before running pySCHED (which woul
|
|
|
185
168
|
* __v1.26.2 (2023-12-04)__: Bug fix in the Fortran code for wrap zones: a rare warning message had the wrong number of formatting parameters.
|
|
186
169
|
* __v1.26.3 (2024-05-16)__: Fixed typos in the sum file writing module.
|
|
187
170
|
* __v1.26.4 (2024-06-03)__: Fixed bug triggered by using GRABTO with NOSETUP.
|
|
171
|
+
* __v1.27.0 (2025-02-25)__: Merge with SCHED 11.8.
|
|
188
172
|
|
|
189
173
|
|
|
190
174
|
# Contact
|
|
@@ -164,7 +164,7 @@ Name = ho1cm_high Station = HOB_DBBC priority = 0
|
|
|
164
164
|
rf2 = 23024, 23024 fe = '1cm', '1cm'
|
|
165
165
|
pol = RCP, LCP lo1 = 22000, 22000
|
|
166
166
|
! Update from Gabor 20201204
|
|
167
|
-
/
|
|
167
|
+
/
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
Name = ho20cm_low_rcp Station = HOB_DBBC priority = 1
|
|
@@ -219,38 +219,38 @@ Name = ho4cm_high_rcp Station = HOB_DBBC priority = 0
|
|
|
219
219
|
! rf1, rf2 assume filter 2.
|
|
220
220
|
/
|
|
221
221
|
|
|
222
|
-
Name = ho3cm_low_rcp Station = HOB_DBBC priority =
|
|
223
|
-
rf1 = 7776, 7776 ifname = A3, B3
|
|
224
|
-
rf2 = 8288, 8288 fe = '3cm', '3cm'
|
|
225
|
-
pol = RCP, RCP lo1 = 8800, 8800
|
|
226
|
-
! rf1, rf2 assume filter 2.
|
|
227
|
-
|
|
228
|
-
Name = ho3cm_high_rcp Station = HOB_DBBC priority =
|
|
229
|
-
rf1 = 8288, 8288 ifname = A3, B3
|
|
230
|
-
rf2 = 8800, 8800 fe = '3cm', '3cm'
|
|
231
|
-
pol = RCP, RCP lo1 = 8800, 8800
|
|
232
|
-
! rf1, rf2 assume filter 2.
|
|
233
|
-
|
|
222
|
+
!Name = ho3cm_low_rcp Station = HOB_DBBC priority = 1
|
|
223
|
+
! rf1 = 7776, 7776 ifname = A3, B3
|
|
224
|
+
! rf2 = 8288, 8288 fe = '3cm', '3cm'
|
|
225
|
+
! pol = RCP, RCP lo1 = 8800, 8800
|
|
226
|
+
! ! rf1, rf2 assume filter 2.
|
|
227
|
+
!/
|
|
228
|
+
!Name = ho3cm_high_rcp Station = HOB_DBBC priority = 1
|
|
229
|
+
! rf1 = 8288, 8288 ifname = A3, B3
|
|
230
|
+
! rf2 = 8800, 8800 fe = '3cm', '3cm'
|
|
231
|
+
! pol = RCP, RCP lo1 = 8800, 8800
|
|
232
|
+
! ! rf1, rf2 assume filter 2.
|
|
233
|
+
!/
|
|
234
234
|
|
|
235
|
-
Name = hoxx_low_rcp Station = HOB_DBBC priority =
|
|
236
|
-
rf1 = 8080, 8080 ifname = A3, B3
|
|
237
|
-
rf2 = 8592, 8592 fe = '3cm', '3cm'
|
|
238
|
-
pol = RCP, RCP lo1 = 8080, 8080
|
|
239
|
-
! rf1, rf2 assume filter 2.
|
|
240
|
-
|
|
241
|
-
Name = hoxx_high_rcp Station = HOB_DBBC priority =
|
|
235
|
+
!Name = hoxx_low_rcp Station = HOB_DBBC priority = 1
|
|
236
|
+
! rf1 = 8080, 8080 ifname = A3, B3
|
|
237
|
+
! rf2 = 8592, 8592 fe = '3cm', '3cm'
|
|
238
|
+
! pol = RCP, RCP lo1 = 8080, 8080
|
|
239
|
+
! ! rf1, rf2 assume filter 2.
|
|
240
|
+
!/
|
|
241
|
+
Name = hoxx_high_rcp Station = HOB_DBBC priority = 1
|
|
242
242
|
rf1 = 8592, 8592 ifname = A3, B3
|
|
243
243
|
rf2 = 9104, 9104 fe = '3cm', '3cm'
|
|
244
244
|
pol = RCP, RCP lo1 = 8080, 8080
|
|
245
245
|
! rf1, rf2 assume filter 2.
|
|
246
246
|
/
|
|
247
247
|
|
|
248
|
-
Name = hosx_low_rcp Station = HOB_DBBC priority =
|
|
249
|
-
rf1 = 8080, 2020 ifname = A3, B3
|
|
250
|
-
rf2 = 8592, 2532 fe = '3cm', '13cm'
|
|
251
|
-
pol = RCP, RCP lo1 = 8080, 2020
|
|
252
|
-
! rf1, rf2 assume filter 2.
|
|
253
|
-
|
|
248
|
+
!Name = hosx_low_rcp Station = HOB_DBBC priority = 1
|
|
249
|
+
! rf1 = 8080, 2020 ifname = A3, B3
|
|
250
|
+
! rf2 = 8592, 2532 fe = '3cm', '13cm'
|
|
251
|
+
! pol = RCP, RCP lo1 = 8080, 2020
|
|
252
|
+
! ! rf1, rf2 assume filter 2.
|
|
253
|
+
!/
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
Name = ho2cm_low_rcp Station = HOB_DBBC priority = 0
|
|
@@ -150,6 +150,7 @@ STATION=MOPRA STCODE=Mp CONTROL=VEX
|
|
|
150
150
|
! /
|
|
151
151
|
|
|
152
152
|
! Info from Jan 10, 2019 email from Tim Natusch
|
|
153
|
+
! new AX2LIM values from Cormac Jan'19
|
|
153
154
|
STATION=WARK12M STCODE=Ww CONTROL=VEX
|
|
154
155
|
! AUT University 12m, Mk5B recorder
|
|
155
156
|
DBNAME=WARK12M
|
|
@@ -161,6 +162,7 @@ STATION=MOPRA STCODE=Mp CONTROL=VEX
|
|
|
161
162
|
/
|
|
162
163
|
|
|
163
164
|
! Info from January 10, 2019 email from Tim Natusch
|
|
165
|
+
! new AX2LIM values from Cormac Jan'19
|
|
164
166
|
STATION=WARK30M STCODE=Wa CONTROL=VEX
|
|
165
167
|
! AUT University 30m, Mk5B recorder
|
|
166
168
|
!! VDIF per S.Weston 28feb'19
|
|
@@ -740,41 +740,6 @@ Name = j1v6cm Station = JB1_VLBA priority = 4
|
|
|
740
740
|
! Assume same as Mk2 (CR 2003Sep26)
|
|
741
741
|
/
|
|
742
742
|
|
|
743
|
-
Name = j2v90cm Station = JB2_VLBA priority = 1
|
|
744
|
-
rf1 = 314, 314 ifname = 'C', 'A' fe = '90cm', '90cm'
|
|
745
|
-
rf2 = 336, 336
|
|
746
|
-
pol = RCP, LCP lo1 = 844.0, 844.0
|
|
747
|
-
note = 'from Burgess, 8 Aug 2004'
|
|
748
|
-
/
|
|
749
|
-
Name = j2v18cm Station = JB2_VLBA priority = 4
|
|
750
|
-
rf1 = 1300, 1300 ifname = C, A
|
|
751
|
-
rf2 = 1730, 1730 fe = '18cm', '18cm'
|
|
752
|
-
pol = RCP, LCP lo1 = 1110.0, 1110.0
|
|
753
|
-
note = 'LO from Burgess 29Apr97'
|
|
754
|
-
! ranges guessed assuming a 500 - 1000 MHz BBC
|
|
755
|
-
/
|
|
756
|
-
Name = j2v6cm Station = JB2_VLBA priority = 4
|
|
757
|
-
rf1 = 4940, 4940 ifname = C, A
|
|
758
|
-
rf2 = 5400, 5400 fe = '6cm', '6cm'
|
|
759
|
-
pol = RCP, LCP lo1 = 4440.0, 4440.0
|
|
760
|
-
note = 'LO from Paul Burgess 10Jun96'
|
|
761
|
-
! ranges guessed assuming a 500 - 1000 MHz BBC
|
|
762
|
-
/
|
|
763
|
-
Name = j2v1cm Station = JB2_VLBA priority = 4
|
|
764
|
-
rf1 = 22200,22200 ifname = C, A
|
|
765
|
-
rf2 = 22600,22600 fe = '1cm', '1cm'
|
|
766
|
-
pol = RCP, LCP lo1 = 21680.0, 22080.0
|
|
767
|
-
note = 'From MkIII and guessing 400 MHz converter, Huib'
|
|
768
|
-
! ranges guessed assuming a 500 - 1000 MHz BBC
|
|
769
|
-
/
|
|
770
|
-
Name = j2v1cmhigh Station = JB2_VLBA priority = 4
|
|
771
|
-
rf1 = 23500,23500 ifname = C, A
|
|
772
|
-
rf2 = 23900,23900 fe = '1cm', '1cm'
|
|
773
|
-
pol = RCP, LCP lo1 = 23000.0, 23000.0
|
|
774
|
-
note = 'for high K-band test, ranges guessed'
|
|
775
|
-
! ranges for 500-900 VLBA-type IF
|
|
776
|
-
/
|
|
777
|
-
!
|
|
778
743
|
|
|
779
744
|
Name = yb_sx Station = YEBES priority = 5
|
|
780
745
|
rf1 = 2210, 8130 ifname = C, A
|
|
@@ -1890,6 +1855,7 @@ Name = ys1cm_g Station = YEBES40M priority = 0
|
|
|
1890
1855
|
rf2 = 22504.0, 22504.0 fe = '1cm', '1cm'
|
|
1891
1856
|
pol = RCP, LCP lo1 = 21480.0, 21480.0
|
|
1892
1857
|
note = 'Generated from sess220K2G.setini, sess220K5line.setini, sess220K64line.setini, *'
|
|
1858
|
+
tscal = gap
|
|
1893
1859
|
/
|
|
1894
1860
|
Name = ys7mm_g Station = YEBES40M priority = 0
|
|
1895
1861
|
rf1 = 42812.0, 42812.0 ifname = A3, C3
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
!
|
|
2
|
+
! =================================================================
|
|
3
|
+
! Locations from file $SCHED/catalogs/Master_JIVE/locations_KVN.dat
|
|
4
|
+
! =================================================================
|
|
5
|
+
!
|
|
6
|
+
! Locations file for SCHED
|
|
7
|
+
! IVP locations of KVN for 2014B season
|
|
8
|
+
! measured by KaVA K-band geodesy (28 Jan 2014, MJD 56685)
|
|
9
|
+
! Provided for SCHED by Taehyun Jung, Aug 26, 2014 by email to Craig Walker.
|
|
10
|
+
!
|
|
11
|
+
!! updated from Junhyun e-mail 29may2024; KVNPC added
|
|
12
|
+
!!
|
|
13
|
+
! KVN YONSEI
|
|
14
|
+
DBCODE=KY DBNAME=KVNYS AXISTYPE=ALTAZ AXISOFF= 0.0
|
|
15
|
+
X=-3042281.0290 Y=4045902.6673 Z=3867374.3313 !! Analyzed by Jike (2020/10/22)
|
|
16
|
+
DXDT= 0.00000 DYDT= 0.00000 DZDT= 0.0 EPOCH=58746 !! Epoch (2019/09/20 0:00:00)
|
|
17
|
+
FRAME='KaVA K-band Geodesy (r19262k, 2019/09/20)'
|
|
18
|
+
/
|
|
19
|
+
! KVN ULSAN
|
|
20
|
+
DBCODE=KU DBNAME=KVNUS AXISTYPE=ALTAZ AXISOFF= 0.0
|
|
21
|
+
X=-3287268.6591 Y=4023450.1291 Z=3687379.9883 !! Analyzed by Jike (2020/10/22)
|
|
22
|
+
DXDT= 0.00000 DYDT= 0.00000 DZDT= 0.0 EPOCH=58746 !! Epoch (2019/09/20 0:00:00)
|
|
23
|
+
FRAME='KaVA K-band Geodesy (r19262k, 2019/09/20)'
|
|
24
|
+
/
|
|
25
|
+
! KVN TAMNA
|
|
26
|
+
DBCODE=KT DBNAME=KVNTN AXISTYPE=ALTAZ AXISOFF= 0.0
|
|
27
|
+
X=-3171731.6818 Y=4292678.5318 Z=3481038.7880 !! Analyzed by Jike (2020/10/22)
|
|
28
|
+
DXDT= 0.00000 DYDT= 0.00000 DZDT= 0.0 EPOCH=58746 !! Epoch (2019/09/20 0:00:00)
|
|
29
|
+
FRAME='KaVA K-band Geodesy (r19262k, 2019/09/20)'
|
|
30
|
+
/
|
|
31
|
+
! KVN PYEONGCHANG
|
|
32
|
+
DBCODE=KC DBNAME=KVNPC AXISTYPE=ALTAZ AXISOFF= 0.0
|
|
33
|
+
X=-3149228.7545 Y=3966414.5854 Z=3864840.1879
|
|
34
|
+
DXDT= 0.00000 DYDT= 0.00000 DZDT= 0.0 EPOCH=60266 !! Epoch (2023/11/18 0:00:00)
|
|
35
|
+
FRAME='IVP Measurement (2023/11/18)'
|
|
36
|
+
/
|
|
37
|
+
!
|
|
38
|
+
! =================================================================
|
|
39
|
+
! End of input from file $SCHED/catalogs/Master_JIVE/locations_KVN.dat
|
|
40
|
+
! =================================================================
|
|
41
|
+
!
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
DBNAME = CAMB32
|
|
107
107
|
MOUNT=ALTAZ AX1RATE=40 AX2RATE=20 AX1ACC=0.026 AX2ACC=0.0225
|
|
108
108
|
AX1LIM=270,685 AX2LIM=2,89
|
|
109
|
-
TSETTLE=2 DAR=eMERL ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
109
|
+
TSETTLE=2 DAR=eMERL ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
110
110
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK
|
|
111
111
|
/
|
|
112
112
|
STATION=DARNHALL STCODE=Da CONTROL=VEX
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
MOUNT=ALTAZ AX1RATE=20 AX2RATE=20 AX1ACC=0.016 AX2ACC=0.016
|
|
120
120
|
AX1LIM=-85,325 AX2LIM=2.5,90
|
|
121
121
|
! TSETTLE=2 DAR=DBBC DBBCVER=GEO ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
122
|
-
TSETTLE=2 DAR=eMERL ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
122
|
+
TSETTLE=2 DAR=eMERL ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
123
123
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK
|
|
124
124
|
/
|
|
125
125
|
STATION=DEFFORD STCODE=De CONTROL=VEX
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
MOUNT=ALTAZ AX1RATE=20 AX2RATE=20 AX1ACC=0.016 AX2ACC=0.016
|
|
132
132
|
AX1LIM=-85,325 AX2LIM=2.5,90
|
|
133
133
|
! TSETTLE=2 DAR=DBBC DBBCVER=GEO ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
134
|
-
TSETTLE=2 DAR=eMERL ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
134
|
+
TSETTLE=2 DAR=eMERL ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
135
135
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK
|
|
136
136
|
/
|
|
137
137
|
STATION=KNOCKIN STCODE=Kn CONTROL=VEX
|
|
@@ -172,7 +172,8 @@
|
|
|
172
172
|
/
|
|
173
173
|
STATION=IRBENE STCODE=Ir CONTROL=VEX ZALIM=88.000
|
|
174
174
|
DBNAME = IRBENE
|
|
175
|
-
MOUNT=ALTAZ AX1RATE=120 AX2RATE=
|
|
175
|
+
MOUNT=ALTAZ AX1RATE=120 AX2RATE=100 AX1LIM=-320,320 AX2LIM=5,90
|
|
176
|
+
AX1ACC=1.4 AX2ACC=0.9
|
|
176
177
|
TSETTLE=3 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
177
178
|
!!! use 5B line if not fila10G (Gbps), use 5C line if fila10G (any rate)
|
|
178
179
|
! NBBC=16 DISK=MARK5B MEDIADEF=DISK
|
|
@@ -181,7 +182,8 @@
|
|
|
181
182
|
!
|
|
182
183
|
STATION=IRBENE16 STCODE=Ib CONTROL=VEX ZALIM=88.000
|
|
183
184
|
DBNAME = IRBENE16
|
|
184
|
-
MOUNT=ALTAZ AX1RATE=120 AX2RATE=
|
|
185
|
+
MOUNT=ALTAZ AX1RATE=120 AX2RATE=100 AX1LIM=-320,320 AX2LIM=3,90
|
|
186
|
+
AX1ACC=1.5 AX2ACC=1.3
|
|
185
187
|
TSETTLE=3 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
186
188
|
!!! use 5B line if not fila10G (Gbps), use 5C line if fila10G (any rate)
|
|
187
189
|
! NBBC=16 DISK=MARK5B MEDIADEF=DISK
|
|
@@ -238,7 +240,7 @@
|
|
|
238
240
|
! and DISK=5C (flexbuff) for sess.1/18
|
|
239
241
|
MOUNT=ALTAZ AX1RATE=15 AX2RATE=8 AX1ACC=0.026 AX2ACC=0.023
|
|
240
242
|
AX1LIM=-85,325 AX2LIM=3,89
|
|
241
|
-
TSETTLE=6 DAR=eMERL ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
243
|
+
TSETTLE=6 DAR=eMERL ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
242
244
|
NBBC=16 MAXSRCHR=12.0
|
|
243
245
|
DISK=MARK5C MEDIADEF=DISK
|
|
244
246
|
/
|
|
@@ -262,7 +264,7 @@
|
|
|
262
264
|
MOUNT=ALTAZ AX1RATE=20.0 AX2RATE=20.0 AX1ACC=0.016 AX2ACC=0.022
|
|
263
265
|
AX1LIM=-90,330 AX2LIM=1,90
|
|
264
266
|
! TSETTLE=2 DAR=DBBC DBBCVER=GEO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
265
|
-
TSETTLE=2 DAR=eMERL ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
267
|
+
TSETTLE=2 DAR=eMERL ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
266
268
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK
|
|
267
269
|
/
|
|
268
270
|
!
|
|
@@ -321,7 +323,7 @@
|
|
|
321
323
|
STATION=SARDINIA STCODE=Sr CONTROL=VEX
|
|
322
324
|
!!RMC: patching info based on Feb'14 NMEs (L, K)
|
|
323
325
|
DBNAME = SARDINIA
|
|
324
|
-
MOUNT=ALTAZ AX1RATE=51 AX2RATE=30 AX1LIM=-90,450 AX2LIM=
|
|
326
|
+
MOUNT=ALTAZ AX1RATE=51 AX2RATE=30 AX1LIM=-90,450 AX2LIM=6,87
|
|
325
327
|
AX1ACC=0.3 AX2ACC=0.18
|
|
326
328
|
TSETTLE=3 DAR=DBBC DBBCVER=HYBRID ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
327
329
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
@@ -466,7 +468,8 @@
|
|
|
466
468
|
! New Azimuth limits from P.de Vicente (AGP 31Oct08)
|
|
467
469
|
! RMC: as DBBC (starting sess.3/14) & 5C (starting sess.2/16)
|
|
468
470
|
DBNAME = YEBES40M
|
|
469
|
-
MOUNT=ALTAZ AX1LIM=-60,420 AX2LIM=5,88 AX1RATE=
|
|
471
|
+
MOUNT=ALTAZ AX1LIM=-60,420 AX2LIM=5,88 AX1RATE=120 AX2RATE=60
|
|
472
|
+
AX1ACC=0.7 AX2ACC=0.33
|
|
470
473
|
TSETTLE=15 DAR=DBBC DBBCVER=ASTRO ! RECORDER=VLBA4 NDRIVES=1 NHEADS=2
|
|
471
474
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK TSCAL=CONT
|
|
472
475
|
/
|
|
@@ -553,8 +556,6 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
553
556
|
MOUNT= ALTAZ AX1RATE=60 AX2RATE=30 AX1LIM=-80,450 AX2LIM=5,88 ! Yusup Ali 8jul2009
|
|
554
557
|
!!! shift to DBBC after sess.2/17 tests/shift mid-way through
|
|
555
558
|
AX1ACC=0.5 AX2ACC=0.5 ! Yusup Ali 8jul2009
|
|
556
|
-
! TSETTLE=2 DAR=MKIV ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
557
|
-
! NBBC=14 DISK=MARK5B MEDIADEF=DISK
|
|
558
559
|
TSETTLE=2 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
559
560
|
NBBC=16 DISK=MARK5B MEDIADEF=DISK TSCAL=CONT
|
|
560
561
|
/
|
|
@@ -664,17 +665,10 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
664
665
|
!
|
|
665
666
|
STATION=KUNMING STCODE=Km CONTROL=VEX
|
|
666
667
|
! info from Hao Longfei 11may2009 & 10oct2015
|
|
668
|
+
!!! shift to DBBC2/VDIF(mk6)
|
|
667
669
|
DBNAME = KUNMING
|
|
668
|
-
MOUNT= ALTAZ AX1RATE=60 AX2RATE=42 AX1LIM=-90,450 AX2LIM=5,88
|
|
669
|
-
|
|
670
|
-
TSETTLE=2 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
671
|
-
NBBC=16 DISK=MARK5B MEDIADEF=DISK
|
|
672
|
-
/
|
|
673
|
-
!
|
|
674
|
-
STATION=KM_DBBC STCODE=Kd CONTROL=VEX
|
|
675
|
-
! info from Hao Longfei 11may2009 & 10oct2015
|
|
676
|
-
DBNAME = KUNMING
|
|
677
|
-
MOUNT= ALTAZ AX1RATE=60 AX2RATE=42 AX1LIM=-90,450 AX2LIM=5,88
|
|
670
|
+
! MOUNT= ALTAZ AX1RATE=60 AX2RATE=42 AX1LIM=-90,450 AX2LIM=5,88
|
|
671
|
+
MOUNT= ALTAZ AX1RATE=60 AX2RATE=30 AX1LIM=-90,450 AX2LIM=5,88
|
|
678
672
|
AX1ACC=0.5 AX2ACC=0.3 ! Hao Longfei 8jul2009
|
|
679
673
|
TSETTLE=2 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
680
674
|
NBBC=16 DISK=MARK5C MEDIADEF=DISK
|
|
@@ -697,7 +691,8 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
697
691
|
DBNAME = GMRT_C02
|
|
698
692
|
MOUNT=ALTAZ AX1RATE=20 AX2RATE=30 AX1LIM=-270,270 AX2LIM=0,90
|
|
699
693
|
AX1ACC=0.1 AX2ACC=0.06
|
|
700
|
-
TSETTLE=10 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
694
|
+
! TSETTLE=10 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
695
|
+
TSETTLE=10 DAR=NONE ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
701
696
|
NBBC=8 DISK=MARK5C MEDIADEF=DISK ! TSCAL=CONT
|
|
702
697
|
/
|
|
703
698
|
|
|
@@ -708,6 +703,7 @@ HOR_EL = 19, 18, 17, 15, 13, 11, 9, 7, 6, 6, 7, 8, 9, 11,
|
|
|
708
703
|
DBNAME = GMRT_TIE
|
|
709
704
|
MOUNT=ALTAZ AX1RATE=20 AX2RATE=30 AX1LIM=-270,270 AX2LIM=0,90
|
|
710
705
|
AX1ACC=0.1 AX2ACC=0.06
|
|
711
|
-
TSETTLE=10 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
706
|
+
! TSETTLE=10 DAR=DBBC DBBCVER=ASTRO ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
707
|
+
TSETTLE=10 DAR=NONE ! RECORDER=MKIV NDRIVES=1 NHEADS=2
|
|
712
708
|
NBBC=8 DISK=MARK5C MEDIADEF=DISK ! TSCAL=CONT
|
|
713
709
|
/
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
! Korean VLBI Network (KVN) "VERSOIN=2014-Aug-01"
|
|
2
2
|
! Provided for SCHED by Taehyun Jung, Aug 26, 2014 by email to Craig Walker.
|
|
3
|
+
! updated for Kc from Junhyun e-mail 29may2024
|
|
3
4
|
!
|
|
4
5
|
! KVN YONSEI
|
|
5
6
|
STATION=KVNYS STCODE=Ky CONTROL=VEX
|
|
6
7
|
DBNAME = KVNYS
|
|
7
|
-
MOUNT=ALTAZ AX1LIM=-90,450 AX2LIM=5,88 AX1RATE=
|
|
8
|
-
AX1ACC=
|
|
9
|
-
DAR=NONE NBBC=16
|
|
8
|
+
MOUNT=ALTAZ AX1LIM=-90,450 AX2LIM=5,88 AX1RATE=120 AX2RATE=120
|
|
9
|
+
AX1ACC=2 AX2ACC=2 TSETTLE=2
|
|
10
|
+
DAR=NONE NBBC=16 ! RECORDER=MARK5C
|
|
10
11
|
DISK=MARK5C MEDIADEF=DISK TSCAL=GAP
|
|
11
12
|
HOR_AZ = 0, 5, 10, 15, 25, 30, 45, 65, 75, 85,
|
|
12
13
|
110, 112, 175, 180, 200, 245, 250
|
|
@@ -16,8 +17,8 @@
|
|
|
16
17
|
! KVN ULSAN
|
|
17
18
|
STATION=KVNUS STCODE=Ku CONTROL=VEX
|
|
18
19
|
DBNAME = KVNUS
|
|
19
|
-
MOUNT=ALTAZ AX1LIM=-90,450 AX2LIM=5,88 AX1RATE=
|
|
20
|
-
AX1ACC=
|
|
20
|
+
MOUNT=ALTAZ AX1LIM=-90,450 AX2LIM=5,88 AX1RATE=120 AX2RATE=120
|
|
21
|
+
AX1ACC=2 AX2ACC=2 TSETTLE=2
|
|
21
22
|
DAR=NONE NBBC=16 ! RECORDER=MARK5C
|
|
22
23
|
DISK=MARK5C MEDIADEF=DISK TSCAL=GAP
|
|
23
24
|
HOR_AZ = 0, 5, 10, 20, 30, 35, 40, 175, 180, 185, 190, 195,
|
|
@@ -29,13 +30,24 @@
|
|
|
29
30
|
! KVN TAMNA
|
|
30
31
|
STATION=KVNTN STCODE=Kt CONTROL=VEX
|
|
31
32
|
DBNAME = KVNTN
|
|
32
|
-
MOUNT=ALTAZ AX1LIM=-90,450 AX2LIM=5,88 AX1RATE=
|
|
33
|
-
AX1ACC=
|
|
34
|
-
DAR=NONE NBBC=16 ! RECORDER=MARK5C
|
|
33
|
+
MOUNT=ALTAZ AX1LIM=-90,450 AX2LIM=5,88 AX1RATE=120 AX2RATE=120
|
|
34
|
+
AX1ACC=2 AX2ACC=2 TSETTLE=2
|
|
35
|
+
DAR=NONE NBBC=16 ! RECORDER=MARK5C
|
|
35
36
|
DISK=MARK5C MEDIADEF=DISK TSCAL=GAP
|
|
36
37
|
HOR_AZ = 0, 35, 39, 45, 50, 55, 60, 70, 80, 90,
|
|
37
38
|
295, 310, 315, 320, 330, 335, 345
|
|
38
39
|
HOR_EL = 9, 8, 9, 8, 7, 6, 5, 4, 3, 2, 3, 4, 5,
|
|
39
40
|
6, 7, 8, 9
|
|
40
41
|
/
|
|
41
|
-
|
|
42
|
+
! KVN PYEONGCHANG
|
|
43
|
+
STATION=KVNPC STCODE=Kc CONTROL=VEX
|
|
44
|
+
DBNAME = KVNPC
|
|
45
|
+
MOUNT=ALTAZ AX1LIM=-90,450 AX2LIM=5,88 AX1RATE=120 AX2RATE=120
|
|
46
|
+
AX1ACC=2 AX2ACC=2 TSETTLE=2
|
|
47
|
+
DAR=NONE NBBC=16 ! RECORDER=MARK5C
|
|
48
|
+
DISK=MARK5C MEDIADEF=DISK TSCAL=GAP
|
|
49
|
+
HOR_AZ = 0, 35, 55, 90, 110, 130, 160, 180,
|
|
50
|
+
200, 235, 260, 275, 300, 320, 350
|
|
51
|
+
HOR_EL = 5, 6, 7, 8, 8, 10, 6, 6,
|
|
52
|
+
10, 17, 17, 13, 10, 6, 3
|
|
53
|
+
/
|
|
@@ -360,6 +360,16 @@
|
|
|
360
360
|
X= -3857244.2418 Y= 3108783.5264 Z= 4003899.4149
|
|
361
361
|
DXDT= -0.05792 DYDT= -0.01510 DZDT= -0.01316 EPOCH=58849
|
|
362
362
|
FRAME='GSFC Jan. 12, 2020: Solution 2019d'
|
|
363
|
+
/
|
|
364
|
+
DBNAME=VERAIRIK BEGIN= 0.00 END=100000.00 AXISOFF= 0.0280
|
|
365
|
+
X= -3521719.7674 Y= 4132174.6548 Z= 3336994.1511
|
|
366
|
+
DXDT= -0.04398 DYDT= 0.00396 DZDT= -0.04631 EPOCH=54466
|
|
367
|
+
FRAME='VERA Sep 27, 2012: 2012B'
|
|
368
|
+
/
|
|
369
|
+
DBNAME=VERAOGSW BEGIN= 0.00 END=100000.00 AXISOFF= 0.0030
|
|
370
|
+
X= -4491068.6055 Y= 3481545.0506 Z= 2887399.6815
|
|
371
|
+
DXDT= 0.01739 DYDT= 0.01651 DZDT= -0.01153 EPOCH=54466
|
|
372
|
+
FRAME='VERA Sep 27, 2012: 2012B'
|
|
363
373
|
/
|
|
364
374
|
DBNAME=WARK12M BEGIN= 0.00 END=100000.00 AXISOFF= 0.0021
|
|
365
375
|
X= -5115324.5720 Y= 477843.2770 Z= -3767192.6092
|
|
@@ -77,12 +77,14 @@
|
|
|
77
77
|
MOUNT=ALTAZ AX1RATE=126 AX2RATE=126 AX1ACC=2.10 AX2ACC=2.10
|
|
78
78
|
! rate in deg/min, acceralation in deg/s/s
|
|
79
79
|
AX1LIM=-90,450 AX2LIM=5,85
|
|
80
|
-
TSETTLE=10 DAR=VERA RECORDER=VERA NDRIVES=
|
|
80
|
+
! TSETTLE=10 DAR=VERA RECORDER=VERA NDRIVES=2 NHEADS=1 NBBC=16
|
|
81
|
+
TSETTLE=10 DAR=NONE RECORDER=VERA NDRIVES=2 NHEADS=1 NBBC=16
|
|
81
82
|
DISK=MARK5B MEDIADEF=DISK
|
|
82
83
|
/
|
|
83
84
|
STATION=YAMAGU32 STCODE=Ym CONTROL=VEX
|
|
85
|
+
!update accelerations (EAVN stations.dat)
|
|
84
86
|
DBNAME = YAMAGU32
|
|
85
|
-
MOUNT=ALTAZ AX1RATE=15 AX2RATE=15 AX1ACC=0.
|
|
87
|
+
MOUNT=ALTAZ AX1RATE=15 AX2RATE=15 AX1ACC=0.5 AX2ACC=0.5
|
|
86
88
|
! rate in deg/min, acceralation in deg/s/s
|
|
87
89
|
AX1LIM=2,358 AX2LIM=5,85
|
|
88
90
|
TSETTLE=10 DAR=VERA RECORDER=VERA NDRIVES=1 NHEADS=1 NBBC=16
|
|
@@ -97,6 +99,23 @@
|
|
|
97
99
|
MOUNT=ALTAZ AX1RATE=126 AX2RATE=126 AX1ACC=2.10 AX2ACC=2.10
|
|
98
100
|
! rate in deg/min, acceralation in deg/s/s
|
|
99
101
|
AX1LIM=-90,450 AX2LIM=5,85
|
|
100
|
-
TSETTLE=10 DAR=VERA RECORDER=VERA NDRIVES=
|
|
102
|
+
! TSETTLE=10 DAR=VERA RECORDER=VERA NDRIVES=2 NHEADS=1 NBBC=16
|
|
103
|
+
TSETTLE=10 DAR=NONE RECORDER=VERA NDRIVES=2 NHEADS=1 NBBC=16
|
|
104
|
+
DISK=MARK5B MEDIADEF=DISK
|
|
105
|
+
/
|
|
106
|
+
STATION=VERAIRIK STCODE=Vr CONTROL=VEX
|
|
107
|
+
DBNAME = VERAIRIK
|
|
108
|
+
MOUNT=ALTAZ AX1RATE=126 AX2RATE=126 AX1ACC=2.10 AX2ACC=2.10
|
|
109
|
+
AX1LIM=-90,450 AX2LIM=5,85
|
|
110
|
+
! TSETTLE=10 DAR=VERA RECORDER=MARK5B NDRIVES=2 NHEADS=1 NBBC=16
|
|
111
|
+
TSETTLE=10 DAR=NONE RECORDER=MARK5B NDRIVES=2 NHEADS=1 NBBC=16
|
|
112
|
+
DISK=MARK5B MEDIADEF=DISK
|
|
113
|
+
/
|
|
114
|
+
STATION=VERAOGSW STCODE=Vo CONTROL=VEX
|
|
115
|
+
DBNAME = VERAOGSW
|
|
116
|
+
MOUNT=ALTAZ AX1RATE=126 AX2RATE=126 AX1ACC=2.10 AX2ACC=2.10
|
|
117
|
+
AX1LIM=-90,450 AX2LIM=5,85
|
|
118
|
+
! TSETTLE=10 DAR=VERA RECORDER=MARK5B NDRIVES=2 NHEADS=1 NBBC=16
|
|
119
|
+
TSETTLE=10 DAR=NONE RECORDER=MARK5B NDRIVES=2 NHEADS=1 NBBC=16
|
|
101
120
|
DISK=MARK5B MEDIADEF=DISK
|
|
102
121
|
/
|
|
@@ -152,10 +152,13 @@
|
|
|
152
152
|
! Update from Esther Mol, 17 May 2005 via Cormac:
|
|
153
153
|
! Changes were addition of acceleration, change to 1 drive
|
|
154
154
|
! and new tsettle.
|
|
155
|
+
! Shift away from MkIV-like for VRA (rmc 24 sep 2024)
|
|
155
156
|
MOUNT=ALTAZ AX1RATE=15 AX2RATE=15 AX1LIM=140,669 AX2LIM=6,86
|
|
156
157
|
AX1ACC=0.20,2.5 AX2ACC=0.20, 2.5
|
|
157
|
-
TSETTLE=10 DAR=MKIV RECORDER=MKIV NDRIVES=1 NHEADS=2 NBBC=14
|
|
158
|
-
DISK=MARK5A MEDIADEF=DISK TSCAL=CONT
|
|
158
|
+
! TSETTLE=10 DAR=MKIV RECORDER=MKIV NDRIVES=1 NHEADS=2 NBBC=14
|
|
159
|
+
! DISK=MARK5A MEDIADEF=DISK TSCAL=CONT
|
|
160
|
+
TSETTLE=10 DAR=NONE NBBC=16
|
|
161
|
+
DISK=MARK5B MEDIADEF=DISK TSCAL=GAP
|
|
159
162
|
HOR_AZ = 0, 10, 20, 30, 40, 50, 60, 70, 80, 90,100,110,120,130,140,
|
|
160
163
|
150,160,170,180,190,200,210,220,230,240,250,260,270,280,290,
|
|
161
164
|
300,310,320,330,340,350,360
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
! VERSION is the date and time when this catalog was
|
|
101
101
|
! assembled from the master subcatalogs.
|
|
102
102
|
|
|
103
|
-
VERSION = "
|
|
103
|
+
VERSION = "2025Jan30-13:52:26"
|
|
104
104
|
|
|
105
105
|
!
|
|
106
106
|
! =====================================================================
|
|
@@ -7372,6 +7372,7 @@ Name = ys1cm_g Station = YEBES40M priority = 0
|
|
|
7372
7372
|
rf2 = 22504.0, 22504.0 fe = '1cm', '1cm'
|
|
7373
7373
|
pol = RCP, LCP lo1 = 21480.0, 21480.0
|
|
7374
7374
|
note = 'Generated from sess220K2G.setini, sess220K5line.setini, sess220K64line.setini, *'
|
|
7375
|
+
tscal = gap
|
|
7375
7376
|
/
|
|
7376
7377
|
Name = ys7mm_g Station = YEBES40M priority = 0
|
|
7377
7378
|
rf1 = 42812.0, 42812.0 ifname = A3, C3
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
! VERSION is the date and time when this catalog was
|
|
106
106
|
! assembled from the master subcatalogs.
|
|
107
107
|
|
|
108
|
-
VERSION = "
|
|
108
|
+
VERSION = "2025Jan30-13:52:26"
|
|
109
109
|
|
|
110
110
|
!
|
|
111
111
|
! =====================================================================
|
|
@@ -6888,6 +6888,7 @@ Name = ys1cm_g Station = YEBES40M priority = 0
|
|
|
6888
6888
|
rf2 = 22504.0, 22504.0 fe = '1cm', '1cm'
|
|
6889
6889
|
pol = RCP, LCP lo1 = 21480.0, 21480.0
|
|
6890
6890
|
note = 'Generated from sess220K2G.setini, sess220K5line.setini, sess220K64line.setini, *'
|
|
6891
|
+
tscal = gap
|
|
6891
6892
|
/
|
|
6892
6893
|
Name = ys7mm_g Station = YEBES40M priority = 0
|
|
6893
6894
|
rf1 = 42812.0, 42812.0 ifname = A3, C3
|