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.
Files changed (818) hide show
  1. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/PKG-INFO +14 -26
  2. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/README +1 -1
  3. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/README.md +9 -25
  4. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/freq_ATNF.dat +26 -26
  5. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/stations_ATNF.dat +2 -0
  6. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/freq_EVN.dat +1 -35
  7. pythonSCHED-1.27.0/catalogs/Master_JIVE/locations_KVN.dat +41 -0
  8. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/stations_EVN.dat +19 -23
  9. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/stations_KVN.dat +21 -9
  10. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.gsfc2019d.dat +10 -0
  11. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_APT.dat +22 -3
  12. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_DSN.dat +5 -2
  13. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/freq.dat +2 -1
  14. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/freq_RDBE.dat +2 -1
  15. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/locations.dat +41 -18
  16. pythonSCHED-1.27.0/catalogs/rfc_2023a_cat.key +85104 -0
  17. pythonSCHED-1.27.0/catalogs/sources.vlba +1 -0
  18. pythonSCHED-1.27.0/catalogs/sources_allfreq_2021a.icrf3 +22960 -0
  19. pythonSCHED-1.27.0/catalogs/sources_allfreq_2022d.icrf3 +22961 -0
  20. pythonSCHED-1.27.0/catalogs/sources_allfreq_2023a.icrf3 +22961 -0
  21. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/stations.dat +85 -45
  22. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/stations_RDBE.dat +97 -57
  23. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setup.py +2 -2
  24. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global1cm-2Gbps-32MHz.set +126 -126
  25. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global1cm_H2O-512Mbps-16MHz.set +1 -1
  26. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global6cm-4Gbps-32MHz.set +1 -1
  27. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global7mm-2Gbps-32MHz.set +1 -1
  28. pythonSCHED-1.27.0/setups/evn18cm-1Gbps-32MHz-USB.set +127 -0
  29. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn18cm-1Gbps-32MHz.set +5 -0
  30. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn1cm-2Gbps-32MHz-rcp.set +1 -1
  31. pythonSCHED-1.26.4/setups/evn1cm-2Gbpps-32MHz.set → pythonSCHED-1.27.0/setups/evn1cm-2Gbps-32MHz.set +17 -6
  32. pythonSCHED-1.27.0/setups/evn1cm-4Gbps-32MHz-ntLO.set +173 -0
  33. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn1cm-4Gbps-32MHz.set +1 -1
  34. pythonSCHED-1.27.0/setups/evn4cm-1Gbps-32MHz.set +93 -0
  35. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm-1Gbps-32MHz.set +118 -118
  36. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-1p-2IF.set +6 -1
  37. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-1IF-64MHz.set +7 -2
  38. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-1IF.set +5 -1
  39. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-2IF-64MHz.set +14 -4
  40. pythonSCHED-1.27.0/setups/lba13cm-2p-2IF.set +39 -0
  41. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba13cm-2p-4IF.set +9 -3
  42. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-1IF-64MHz.set +1 -1
  43. pythonSCHED-1.27.0/setups/lba18cm-2p-2IF-64MHz.set +41 -0
  44. pythonSCHED-1.27.0/setups/lba1cm-2p-1IF-64MHz.set +21 -0
  45. pythonSCHED-1.27.0/setups/lba1cm-2p-2IF-64MHz.set +26 -0
  46. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba1cm-2p-2IF.set +5 -0
  47. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba1cm-2p-4IF.set +0 -5
  48. pythonSCHED-1.27.0/setups/lba21cm-2p-2IF-64MHz.set +22 -0
  49. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-2IF.set +8 -0
  50. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-1IF-64MHz.set +1 -1
  51. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-2IF-64MHz.set +9 -3
  52. pythonSCHED-1.27.0/setups/lba3cm-2p-2IF.set +36 -0
  53. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-4IF.set +20 -1
  54. pythonSCHED-1.27.0/setups/lba6cm-2p-1IF-64MHz.set +22 -0
  55. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-2IF-64MHz.set +11 -8
  56. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-4IF.set +0 -7
  57. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd7mm.set +1 -0
  58. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptdl7mm.set +1 -0
  59. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/idate.c +1 -1
  60. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/schdefs.f +2 -2
  61. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvla.f +1 -1
  62. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/delscr.f +24 -2
  63. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fsfreq.f +1 -0
  64. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/makeptg.f +7 -2
  65. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/protect.f +10 -7
  66. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtset.f +1 -1
  67. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sched.inc +1 -1
  68. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setform.f +10 -2
  69. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/versched.f +6 -2
  70. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxlink.inc +1 -1
  71. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxsch.f +3 -2
  72. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrda.f +5 -0
  73. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schdefs_module.py +2 -2
  74. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schsum_module.py +4 -3
  75. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/stread_module.py +2 -2
  76. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/update_catalogs.py +1 -1
  77. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/util.py +6 -3
  78. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/vex.py +6 -2
  79. pythonSCHED-1.26.4/catalogs/Master_JIVE/locations_KVN.dat +0 -33
  80. pythonSCHED-1.26.4/setups/evn1cm-2Gbps-32MHz.set +0 -118
  81. pythonSCHED-1.26.4/setups/lba13cm-2p-2IF.set +0 -24
  82. pythonSCHED-1.26.4/setups/lba18cm-2p-2IF-64MHz.set +0 -23
  83. pythonSCHED-1.26.4/setups/lba21cm-2p-2IF-64MHz.set +0 -15
  84. pythonSCHED-1.26.4/setups/lba3cm-2p-2IF.set +0 -16
  85. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/locations.dat_from_ATNF +0 -0
  86. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_ATNF/locations_ATNF.dat +0 -0
  87. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_JIVE/messages_VEX.txt +0 -0
  88. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/DSN_rationalization.txt +0 -0
  89. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/README +0 -0
  90. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq.3mm.krichbaum.2005nov15 +0 -0
  91. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_APT.dat +0 -0
  92. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_Arecibo.dat +0 -0
  93. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_DSN.dat +0 -0
  94. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_GB.dat +0 -0
  95. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_EB.dat +0 -0
  96. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_GB.dat +0 -0
  97. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_VLBA.dat +0 -0
  98. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_RDBE_top.dat +0 -0
  99. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_VLA.dat +0 -0
  100. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_VLBA.dat +0 -0
  101. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_geodesy.dat +0 -0
  102. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_mm.dat +0 -0
  103. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/freq_top.dat +0 -0
  104. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/gbt4mmfreqs.dat +0 -0
  105. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2005f +0 -0
  106. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2008a +0 -0
  107. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2009a +0 -0
  108. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.2010a +0 -0
  109. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.gsfc2011a +0 -0
  110. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.dat.gsfc_2014a +0 -0
  111. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.gsfc +0 -0
  112. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.gsfc.2015feb.dat +0 -0
  113. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations.top +0 -0
  114. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_DSN.dat +0 -0
  115. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_VLA.dat +0 -0
  116. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_extras.dat +0 -0
  117. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/locations_gsfc2016aplus.dat +0 -0
  118. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/messages_NRAO.txt +0 -0
  119. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/peak.cmd +0 -0
  120. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/sched-lba.tar +0 -0
  121. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations.tmp.dat +0 -0
  122. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_RDBE_US.dat +0 -0
  123. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_RDBE_top.dat +0 -0
  124. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_US.dat +0 -0
  125. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_geodesy.dat +0 -0
  126. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_mm.dat +0 -0
  127. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/stations_top.dat +0 -0
  128. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Master_NRAO/tapasi.email +0 -0
  129. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/README.sources +0 -0
  130. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/Update +0 -0
  131. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/check-locations.py +0 -0
  132. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/linefreqs.dat +0 -0
  133. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/messages.txt +0 -0
  134. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/peak.cmd +0 -0
  135. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/peak_RDBE_DDC.cmd +0 -0
  136. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/peak_RDBE_PFB.cmd +0 -0
  137. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/pointing_source_fluxes +0 -0
  138. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/rfc_2015a_cat.key +0 -0
  139. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/rfc_2018a_cat.key +0 -0
  140. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.gsfc +0 -0
  141. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.gsfc.2015feb +0 -0
  142. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.gsfc2016 +0 -0
  143. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.pointing +0 -0
  144. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.pttest +0 -0
  145. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.rfc +0 -0
  146. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/sources.vlba.2012jul +0 -0
  147. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/catalogs/stations_VLA.dat +0 -0
  148. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_1cm.set +0 -0
  149. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_20cm.set +0 -0
  150. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_2cm.set +0 -0
  151. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_4cm.set +0 -0
  152. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_6cm.set +0 -0
  153. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/4gb_vddc_7mm.set +0 -0
  154. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/DIR +0 -0
  155. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/Master_setups +0 -0
  156. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test128.key +0 -0
  157. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test256.key +0 -0
  158. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test64a.key +0 -0
  159. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/Test64b.key +0 -0
  160. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/TestM3.key +0 -0
  161. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/TestSpec.key +0 -0
  162. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/TestUL.key +0 -0
  163. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/dum-y1.key +0 -0
  164. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/dum-yp.key +0 -0
  165. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/TEST/test128.skd +0 -0
  166. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global18cm-1Gbps-32MHz.set +0 -0
  167. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global3cm-256Mbps-16MHz-rcp.set +0 -0
  168. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global4cm-2Gbps-32MHz.set +0 -0
  169. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn+global6cm-2Gbps-32MHz.set +0 -0
  170. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn18cm-1Gbps-16MHz.set +0 -0
  171. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn21cm-128Mbps-8MHz.set +0 -0
  172. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn4cm-2Gbps-32MHz.set +0 -0
  173. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn4cm-4Gbps-32MHz.set +0 -0
  174. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm-1Gbps-16MHz.set +0 -0
  175. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm_excitedOH-256Mbps-4MHz.set +0 -0
  176. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn5cm_methanol-256Mbps-4MHz.set +0 -0
  177. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn6cm-1Gbps-32MHz.set +0 -0
  178. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn6cm-2Gbps-32MHz.set +0 -0
  179. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/evn6cm-4Gbps-32MHz.set +0 -0
  180. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/frequencies.list +0 -0
  181. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba12mm-1p-2IF.set +0 -0
  182. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-1p-2IF.set +0 -0
  183. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-1IF.set +0 -0
  184. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-2IF.set +0 -0
  185. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba18cm-2p-4IF.set +0 -0
  186. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-1p-2IF.set +0 -0
  187. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-1IF-64MHz.set +0 -0
  188. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-1IF.set +0 -0
  189. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba21cm-2p-4IF.set +0 -0
  190. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-1p-2IF.set +0 -0
  191. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-1p-4IF.set +0 -0
  192. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba3cm-2p-1IF.set +0 -0
  193. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba5cm-2p-2IF.set +0 -0
  194. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba5cm-2p-4IF.set +0 -0
  195. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-1p-2IF.set +0 -0
  196. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-1IF.set +0 -0
  197. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba6cm-2p-2IF.set +0 -0
  198. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/lba_sx.set +0 -0
  199. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/mer3b18cm.set +0 -0
  200. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/mer3cpol18cm.set +0 -0
  201. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt13cm.set +0 -0
  202. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt18cm.set +0 -0
  203. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt1cm.set +0 -0
  204. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt1cm2.set +0 -0
  205. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt24ghz.set +0 -0
  206. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt2cm.set +0 -0
  207. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt3mm.set +0 -0
  208. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt4cm.set +0 -0
  209. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt4cmsx.set +0 -0
  210. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt6cm.set +0 -0
  211. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt6cmw.set +0 -0
  212. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt7ghz.set +0 -0
  213. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt7mm.set +0 -0
  214. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/pt90cm.set +0 -0
  215. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd13cm.set +0 -0
  216. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd18cm.set +0 -0
  217. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd1cm.set +0 -0
  218. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd1cm2.set +0 -0
  219. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd24ghz.set +0 -0
  220. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd2cm.set +0 -0
  221. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd3mm.set +0 -0
  222. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd4cm.set +0 -0
  223. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd4cmsx.set +0 -0
  224. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd6cm.set +0 -0
  225. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd7ghz.set +0 -0
  226. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptd90cm.set +0 -0
  227. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptdl1cm.set +0 -0
  228. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptdl3mm.set +0 -0
  229. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/ptr7mm.set +0 -0
  230. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_15256_dual.set +0 -0
  231. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_1548_dual.set +0 -0
  232. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_18cm_HSA_dual.set +0 -0
  233. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_22220_dual.set +0 -0
  234. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_2284_dual.set +0 -0
  235. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_4120_dual.set +0 -0
  236. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_43120_dual.set +0 -0
  237. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_4980_dual.set +0 -0
  238. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_6588_dual.set +0 -0
  239. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_6cm_wide_lcp.set +0 -0
  240. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_7680_dual.set +0 -0
  241. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_8416_dual.set +0 -0
  242. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/rdbe_pfb_86252_dual.set +0 -0
  243. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-128-4-2-R.set +0 -0
  244. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-128-4-2.set +0 -0
  245. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2-R-UL.set +0 -0
  246. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2-R.set +0 -0
  247. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2-UL.set +0 -0
  248. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-256-8-2.set +0 -0
  249. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-16-2-R.set +0 -0
  250. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-16-2.set +0 -0
  251. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-8-2-R.set +0 -0
  252. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v13cm-512-8-2.set +0 -0
  253. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-128-4-2-L.set +0 -0
  254. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-128-4-2.set +0 -0
  255. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2-L-UL.set +0 -0
  256. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2-L.set +0 -0
  257. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2-UL.set +0 -0
  258. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-256-8-2.set +0 -0
  259. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-16-2-L.set +0 -0
  260. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-16-2.set +0 -0
  261. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-8-2-L.set +0 -0
  262. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v18cm-512-8-2.set +0 -0
  263. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-128-4-2-L.set +0 -0
  264. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-128-4-2.set +0 -0
  265. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2-L-UL.set +0 -0
  266. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2-L.set +0 -0
  267. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2-UL.set +0 -0
  268. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-256-8-2.set +0 -0
  269. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-16-2-L.set +0 -0
  270. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-16-2.set +0 -0
  271. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-8-2-L.set +0 -0
  272. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v1cm-512-8-2.set +0 -0
  273. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-128-4-2-L.set +0 -0
  274. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-128-4-2.set +0 -0
  275. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2-L-UL.set +0 -0
  276. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2-L.set +0 -0
  277. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2-UL.set +0 -0
  278. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-256-8-2.set +0 -0
  279. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-16-2-L.set +0 -0
  280. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-16-2.set +0 -0
  281. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-8-2-L.set +0 -0
  282. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v2cm-512-8-2.set +0 -0
  283. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-128-4-2-R.set +0 -0
  284. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-128-4-2.set +0 -0
  285. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2-R-UL.set +0 -0
  286. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2-R.set +0 -0
  287. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2-UL.set +0 -0
  288. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-256-8-2.set +0 -0
  289. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-16-2-R.set +0 -0
  290. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-16-2.set +0 -0
  291. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-8-2-R.set +0 -0
  292. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v4cm-512-8-2.set +0 -0
  293. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v50cm-32-8-2.set +0 -0
  294. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-128-4-2-L.set +0 -0
  295. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-128-4-2.set +0 -0
  296. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2-L-UL.set +0 -0
  297. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2-L.set +0 -0
  298. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2-UL.set +0 -0
  299. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-256-8-2.set +0 -0
  300. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-16-2-L.set +0 -0
  301. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-16-2.set +0 -0
  302. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-8-2-L.set +0 -0
  303. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v6cm-512-8-2.set +0 -0
  304. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-128-4-2-L.set +0 -0
  305. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-128-4-2.set +0 -0
  306. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2-L-UL.set +0 -0
  307. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2-L.set +0 -0
  308. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2-UL.set +0 -0
  309. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-256-8-2.set +0 -0
  310. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-32-4-2.set +0 -0
  311. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-16-2-L.set +0 -0
  312. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-16-2.set +0 -0
  313. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-8-2-L.set +0 -0
  314. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v7mm-512-8-2.set +0 -0
  315. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v9050cm-128-8-2.set +0 -0
  316. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v9050cm-64-8-2.set +0 -0
  317. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v90cm-32-8-2-L.set +0 -0
  318. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/v90cm-32-8-2.set +0 -0
  319. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vOH.set +0 -0
  320. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vgeo-128-8-2.set +0 -0
  321. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vgeo-256-8-2.set +0 -0
  322. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vgeo-512-8-2.set +0 -0
  323. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vla_c_pointing.set +0 -0
  324. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vla_x_pointing.set +0 -0
  325. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vmeth.set +0 -0
  326. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-128-4-2-R.set +0 -0
  327. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-128-4-2.set +0 -0
  328. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2-R-UL.set +0 -0
  329. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2-R.set +0 -0
  330. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2-UL.set +0 -0
  331. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-256-8-2.set +0 -0
  332. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-16-2-R.set +0 -0
  333. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-16-2.set +0 -0
  334. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-8-2-R.set +0 -0
  335. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/setups/vsx-512-8-2.set +0 -0
  336. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/geoid.f +0 -0
  337. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/geoxyz.f +0 -0
  338. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/julda.f +0 -0
  339. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/len1.f +0 -0
  340. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/pangle.f +0 -0
  341. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/rdcat.inc +0 -0
  342. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/error.f +0 -0
  343. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/gerror.c +0 -0
  344. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/isatty.c +0 -0
  345. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_linux/vlbope.f +0 -0
  346. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/envir.f +0 -0
  347. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/krdlin.f +0 -0
  348. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/prognm.f +0 -0
  349. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/putout.f +0 -0
  350. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/symsub.f +0 -0
  351. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/tsttty.f +0 -0
  352. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/sys_unix/vmshlp.f +0 -0
  353. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/tdatecw.f +0 -0
  354. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/tform.f +0 -0
  355. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Cit/upcase.f +0 -0
  356. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/const.f +0 -0
  357. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/findt.f +0 -0
  358. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/fsizer2.f +0 -0
  359. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/interp.f +0 -0
  360. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/jplep2.f +0 -0
  361. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/jplpo2.f +0 -0
  362. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/jplver.f +0 -0
  363. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/pleph.f +0 -0
  364. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/pvobs.f +0 -0
  365. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/split.f +0 -0
  366. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/state.f +0 -0
  367. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Jpl/transp.f +0 -0
  368. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/beam.inc +0 -0
  369. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plbeam.f +0 -0
  370. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plfft.f +0 -0
  371. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plot.inc +0 -0
  372. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/pltran.f +0 -0
  373. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plver.f +0 -0
  374. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/plweig.f +0 -0
  375. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/proj.inc +0 -0
  376. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/sched.inc +0 -0
  377. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/schset.inc +0 -0
  378. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plot/srlist.inc +0 -0
  379. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Plotstub/pgqinf.f +0 -0
  380. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sat/sched.inc +0 -0
  381. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Satstub/satep.f +0 -0
  382. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Satstub/sattle.f +0 -0
  383. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/accsrc.f +0 -0
  384. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/addgeo.f +0 -0
  385. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/addpeak.f +0 -0
  386. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/antpos.f +0 -0
  387. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/autodown.f +0 -0
  388. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/azelxyew.f +0 -0
  389. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/azelxyns.f +0 -0
  390. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/badlo.f +0 -0
  391. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcalt.f +0 -0
  392. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbccdas.f +0 -0
  393. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcdbbc.f +0 -0
  394. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcgeo.f +0 -0
  395. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbckvsr.f +0 -0
  396. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbclba.f +0 -0
  397. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcm4.f +0 -0
  398. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcrdbe.f +0 -0
  399. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcvlba.f +0 -0
  400. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcvs2.f +0 -0
  401. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/bbcwidar.f +0 -0
  402. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chars.f +0 -0
  403. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkcdas.f +0 -0
  404. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkcode.f +0 -0
  405. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkcor.f +0 -0
  406. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkdbbc.f +0 -0
  407. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkdbfq.f +0 -0
  408. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkdisk.f +0 -0
  409. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkfirm.f +0 -0
  410. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkgdar.f +0 -0
  411. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkif.f +0 -0
  412. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkrdbe.f +0 -0
  413. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkrdfq.f +0 -0
  414. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chksc1.f +0 -0
  415. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkscn.f +0 -0
  416. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkset.f +0 -0
  417. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chksfil.f +0 -0
  418. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkspd.f +0 -0
  419. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvdar.f +0 -0
  420. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvdifx.f +0 -0
  421. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkvlba.f +0 -0
  422. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/chkwidar.f +0 -0
  423. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/cordef.f +0 -0
  424. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/corlst.f +0 -0
  425. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/corsoc.f +0 -0
  426. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/crdwrt.f +0 -0
  427. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/defaults.f +0 -0
  428. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/defset.f +0 -0
  429. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dequal.f +0 -0
  430. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/diskpos.f +0 -0
  431. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dopcrd.f +0 -0
  432. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dopfq.f +0 -0
  433. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/dwcase.f +0 -0
  434. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/errlog.f +0 -0
  435. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/errset.f +0 -0
  436. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fcompare.f +0 -0
  437. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fileopen.f +0 -0
  438. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/flags.f +0 -0
  439. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/flagwrt.f +0 -0
  440. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/flush.f +0 -0
  441. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmatch.f +0 -0
  442. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtmkiii.f +0 -0
  443. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtmkiv.f +0 -0
  444. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtpick.f +0 -0
  445. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmts2.f +0 -0
  446. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fmtvlba.f +0 -0
  447. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/frchar.f +0 -0
  448. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fsmatch.f +0 -0
  449. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fspread.f +0 -0
  450. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/fsvlba.f +0 -0
  451. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/geochk.f +0 -0
  452. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/geomake.f +0 -0
  453. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/geoqual.f +0 -0
  454. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getcrdn.f +0 -0
  455. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getfset.f +0 -0
  456. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getpairs.f +0 -0
  457. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/getsun.f +0 -0
  458. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/glstday.f +0 -0
  459. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/gmkscn.f +0 -0
  460. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/gnset.f +0 -0
  461. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/haavai.f +0 -0
  462. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/halim.f +0 -0
  463. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/harmwarn.f +0 -0
  464. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/headpos.f +0 -0
  465. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/horchk.f +0 -0
  466. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ifdbbc.f +0 -0
  467. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/inarray.f +0 -0
  468. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/jplgot.f +0 -0
  469. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/listfreq.f +0 -0
  470. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/lsqfit.f +0 -0
  471. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/lst2ut.f +0 -0
  472. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/lstfreq.f +0 -0
  473. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/makescn.f +0 -0
  474. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/makeseg.f +0 -0
  475. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/maxbas.f +0 -0
  476. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtaltaz.f +0 -0
  477. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtequat.f +0 -0
  478. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtxyew.f +0 -0
  479. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/mtxyns.f +0 -0
  480. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omscor.f +0 -0
  481. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omsfreq.f +0 -0
  482. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omsout.f +0 -0
  483. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omsset.f +0 -0
  484. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omssrc.f +0 -0
  485. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/omssta.f +0 -0
  486. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcells.f +0 -0
  487. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcsar.f +0 -0
  488. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcspt.f +0 -0
  489. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optcsub.f +0 -0
  490. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/opthas.f +0 -0
  491. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/opthiel.f +0 -0
  492. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optnone.f +0 -0
  493. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optsch.f +0 -0
  494. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optskd.f +0 -0
  495. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/opttim.f +0 -0
  496. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/optupt.f +0 -0
  497. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/pcalfq.f +0 -0
  498. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/phint.f +0 -0
  499. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/pkfinish.f +0 -0
  500. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/plot.inc +0 -0
  501. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/pn3db.f +0 -0
  502. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtfreq.f +0 -0
  503. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtsch.f +0 -0
  504. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/prtscn.f +0 -0
  505. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ptpat.f +0 -0
  506. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ptvlba.f +0 -0
  507. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/ran5.f +0 -0
  508. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rdbelevt.f +0 -0
  509. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rdbemtch.f +0 -0
  510. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rdcat.inc +0 -0
  511. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/recctl.f +0 -0
  512. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/reconfig.f +0 -0
  513. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/resync.f +0 -0
  514. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/rotvlba.f +0 -0
  515. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sameset.f +0 -0
  516. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/satgot.f +0 -0
  517. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sattim.f +0 -0
  518. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sbhours.f +0 -0
  519. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sbpair.f +0 -0
  520. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scanid.f +0 -0
  521. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sch24.f +0 -0
  522. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schday.f +0 -0
  523. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schfreq.inc +0 -0
  524. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schgeo.f +0 -0
  525. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schopt.f +0 -0
  526. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schpeak.inc +0 -0
  527. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schpre.f +0 -0
  528. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schset.inc +0 -0
  529. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schsum.f +0 -0
  530. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/schtim.f +0 -0
  531. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scndup.f +0 -0
  532. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scngeo.f +0 -0
  533. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scnrange.f +0 -0
  534. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/scramble.f +0 -0
  535. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sdopincr.f +0 -0
  536. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setband.f +0 -0
  537. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setbbc.f +0 -0
  538. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setchan.f +0 -0
  539. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setcop.f +0 -0
  540. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setdefs.f +0 -0
  541. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setexpnd.f +0 -0
  542. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfcat.f +0 -0
  543. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfirm.f +0 -0
  544. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfmt.f +0 -0
  545. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setfreq.f +0 -0
  546. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sethw1.f +0 -0
  547. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setnorec.f +0 -0
  548. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setrec.f +0 -0
  549. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setstdef.f +0 -0
  550. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/settps.f +0 -0
  551. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/settrk.f +0 -0
  552. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/setusyn.f +0 -0
  553. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sfinfo.f +0 -0
  554. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/shortn.f +0 -0
  555. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sidtim.f +0 -0
  556. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/slew.f +0 -0
  557. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/socdef.f +0 -0
  558. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srcflg.f +0 -0
  559. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srcloc.f +0 -0
  560. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srclst.f +0 -0
  561. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srcwrt.f +0 -0
  562. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srfinish.f +0 -0
  563. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srinsert.f +0 -0
  564. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srlist.f +0 -0
  565. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srlist.inc +0 -0
  566. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/srlpre.f +0 -0
  567. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stafiles.f +0 -0
  568. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stafrd.f +0 -0
  569. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stageo.f +0 -0
  570. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stalst.f +0 -0
  571. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stano.f +0 -0
  572. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stauv.f +0 -0
  573. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stmsg.f +0 -0
  574. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/stsum.f +0 -0
  575. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumdat.f +0 -0
  576. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumdesc.f +0 -0
  577. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumope.f +0 -0
  578. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sumscn.f +0 -0
  579. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sunpos.f +0 -0
  580. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/sunwarn.f +0 -0
  581. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/suvopt.f +0 -0
  582. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tavlba.f +0 -0
  583. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/timej.f +0 -0
  584. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tpmfix.f +0 -0
  585. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tpsum.f +0 -0
  586. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/tptpns.f +0 -0
  587. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/twohdset.f +0 -0
  588. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/uvopt.f +0 -0
  589. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/uvqual.f +0 -0
  590. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/v2dout.f +0 -0
  591. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vexout.f +0 -0
  592. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlascns.f +0 -0
  593. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlba.f +0 -0
  594. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbabws.f +0 -0
  595. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbachar.f +0 -0
  596. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbadk.f +0 -0
  597. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbaend.f +0 -0
  598. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbaini.f +0 -0
  599. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbaint.f +0 -0
  600. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbareal.f +0 -0
  601. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbast.f +0 -0
  602. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbastop.f +0 -0
  603. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vlbasu.f +0 -0
  604. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vsopwrt.f +0 -0
  605. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/vxlink.inc +0 -0
  606. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wlog.f +0 -0
  607. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrap.f +0 -0
  608. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrapzone.f +0 -0
  609. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrtcov.f +0 -0
  610. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrtfreq.f +0 -0
  611. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sched/wrtmsg.f +0 -0
  612. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/amp.f +0 -0
  613. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/ampqk.f +0 -0
  614. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/calyd.f +0 -0
  615. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/cldj.f +0 -0
  616. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/clyd.f +0 -0
  617. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/cs2c.f +0 -0
  618. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dat.f +0 -0
  619. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dcc2s.f +0 -0
  620. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dcs2c.f +0 -0
  621. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/deuler.f +0 -0
  622. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dimxv.f +0 -0
  623. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/djcl.f +0 -0
  624. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dmxm.f +0 -0
  625. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dmxv.f +0 -0
  626. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dranrm.f +0 -0
  627. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dsep.f +0 -0
  628. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dsepv.f +0 -0
  629. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dt.f +0 -0
  630. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dvdv.f +0 -0
  631. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dvn.f +0 -0
  632. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/dvxv.f +0 -0
  633. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/earth.f +0 -0
  634. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/ecor.f +0 -0
  635. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/epb2d.f +0 -0
  636. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/epj.f +0 -0
  637. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/eqeqx.f +0 -0
  638. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/evp.f +0 -0
  639. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/fk45z.f +0 -0
  640. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/fk524.f +0 -0
  641. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/fk54z.f +0 -0
  642. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/gmst.f +0 -0
  643. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/map.f +0 -0
  644. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/mappa.f +0 -0
  645. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/mapqk.f +0 -0
  646. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/mapqkz.f +0 -0
  647. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/nut.f +0 -0
  648. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/nutc.f +0 -0
  649. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/pm.f +0 -0
  650. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/prebn.f +0 -0
  651. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/prec.f +0 -0
  652. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/preces.f +0 -0
  653. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/precl.f +0 -0
  654. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/prenut.f +0 -0
  655. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/rvlsrk.f +0 -0
  656. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Sla/vdv.f +0 -0
  657. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/chk4dar.f +0 -0
  658. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/chkjive.f +0 -0
  659. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/chkv4dar.f +0 -0
  660. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/sched.inc +0 -0
  661. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/schset.inc +0 -0
  662. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfan.f +0 -0
  663. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfbb.f +0 -0
  664. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfda.f +0 -0
  665. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcffq.f +0 -0
  666. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfhp.f +0 -0
  667. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfif.f +0 -0
  668. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfph.f +0 -0
  669. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfpo.f +0 -0
  670. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfrl.f +0 -0
  671. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcfsi.f +0 -0
  672. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcftr.f +0 -0
  673. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxcovr.f +0 -0
  674. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxdefs.f +0 -0
  675. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxfqvx.f +0 -0
  676. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxgtst.f +0 -0
  677. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxmode.f +0 -0
  678. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnhds.f +0 -0
  679. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnman.f +0 -0
  680. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmbb.f +0 -0
  681. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmda.f +0 -0
  682. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmfq.f +0 -0
  683. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmhp.f +0 -0
  684. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmif.f +0 -0
  685. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmph.f +0 -0
  686. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmpo.f +0 -0
  687. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmpr.f +0 -0
  688. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmrl.f +0 -0
  689. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmsi.f +0 -0
  690. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmtr.f +0 -0
  691. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxnmxx.f +0 -0
  692. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxrl16.f +0 -0
  693. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxrl8.f +0 -0
  694. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxs2df.f +0 -0
  695. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxs2md.f +0 -0
  696. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxs2vl.f +0 -0
  697. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxschk.f +0 -0
  698. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxscns.f +0 -0
  699. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxsort.f +0 -0
  700. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxstky.f +0 -0
  701. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxstli.f +0 -0
  702. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxstnm.f +0 -0
  703. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxsudt.f +0 -0
  704. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtels.f +0 -0
  705. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxton2.f +0 -0
  706. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtone.f +0 -0
  707. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtrafq.f +0 -0
  708. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtraif.f +0 -0
  709. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtramd.f +0 -0
  710. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtran.f +0 -0
  711. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxtraph.f +0 -0
  712. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxunql.f +0 -0
  713. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxvbrx.f +0 -0
  714. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxvers.f +0 -0
  715. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwran.f +0 -0
  716. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrbb.f +0 -0
  717. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrex.f +0 -0
  718. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrfq.f +0 -0
  719. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrgl.f +0 -0
  720. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrhp.f +0 -0
  721. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrif.f +0 -0
  722. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrmd.f +0 -0
  723. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrph.f +0 -0
  724. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrpo.f +0 -0
  725. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrpr.f +0 -0
  726. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrrl.f +0 -0
  727. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrsi.f +0 -0
  728. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrst.f +0 -0
  729. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrsu.f +0 -0
  730. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrt.f +0 -0
  731. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/Vex/vxwrtr.f +0 -0
  732. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/__init__.py +0 -0
  733. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/__init__.py +0 -0
  734. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/catalog.py +0 -0
  735. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/frequency_catalog.py +0 -0
  736. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/frequency_set_catalog.py +0 -0
  737. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/line_rest_frequency_catalog.py +0 -0
  738. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/peak_catalog.py +0 -0
  739. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/phase_center_catalog.py +0 -0
  740. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/satellite_catalog.py +0 -0
  741. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/scan_catalog.py +0 -0
  742. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/setup_catalog.py +0 -0
  743. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/setup_file_catalog.py +0 -0
  744. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/source_catalog.py +0 -0
  745. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/source_plot_catalog.py +0 -0
  746. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/catalog/station_catalog.py +0 -0
  747. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/chkifwrp.f +0 -0
  748. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/closewrp.f +0 -0
  749. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/dbbc_patching.py +0 -0
  750. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/fsfreqwr.f +0 -0
  751. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/key.py +0 -0
  752. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/openwrap.f +0 -0
  753. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/plot.py +0 -0
  754. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/plot_toolbar.py +0 -0
  755. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/plot_util.py +0 -0
  756. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/ran5wrap.f +0 -0
  757. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sbhwrap.f +0 -0
  758. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/__init__.py +0 -0
  759. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/addgeo_module.py +0 -0
  760. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/addpeak_module.py +0 -0
  761. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/bbcalt_module.py +0 -0
  762. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/bbcdbbc_module.py +0 -0
  763. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/bbcemerlin_module.py +0 -0
  764. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/checkemerlin_module.py +0 -0
  765. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/chkdbbc_module.py +0 -0
  766. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/chkset_module.py +0 -0
  767. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/defaults_module.py +0 -0
  768. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/defset_module.py +0 -0
  769. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/geochk_module.py +0 -0
  770. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/geomake_module.py +0 -0
  771. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getcor_module.py +0 -0
  772. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getcov_module.py +0 -0
  773. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getfreq_module.py +0 -0
  774. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getset_module.py +0 -0
  775. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/getsta_module.py +0 -0
  776. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/gettim_module.py +0 -0
  777. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/gintent_module.py +0 -0
  778. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/gmkscn_module.py +0 -0
  779. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/ifdbbc3_module.py +0 -0
  780. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/ifdbbc_module.py +0 -0
  781. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/infdb_module.py +0 -0
  782. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/input_module.py +0 -0
  783. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/invla_module.py +0 -0
  784. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/makescn_module.py +0 -0
  785. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/makeseg_module.py +0 -0
  786. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optcells_module.py +0 -0
  787. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/opthas_module.py +0 -0
  788. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/opthiel_module.py +0 -0
  789. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optnone_module.py +0 -0
  790. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optskd_module.py +0 -0
  791. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/optupt_module.py +0 -0
  792. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/output_files.py +0 -0
  793. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/parameter.py +0 -0
  794. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/pcread_module.py +0 -0
  795. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/rdpeak_module.py +0 -0
  796. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/rdset_module.py +0 -0
  797. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/rfreq_module.py +0 -0
  798. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/satini_module.py +0 -0
  799. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schfiles_module.py +0 -0
  800. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schin_module.py +0 -0
  801. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schopt_module.py +0 -0
  802. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/schrep_module.py +0 -0
  803. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/scndup_module.py +0 -0
  804. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/setbbc_module.py +0 -0
  805. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/setdefs_module.py +0 -0
  806. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/setexpnd_module.py +0 -0
  807. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/srread_module.py +0 -0
  808. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/stafiles_module.py +0 -0
  809. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/stmsg_module.py +0 -0
  810. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/sttant_module.py +0 -0
  811. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/times_module.py +0 -0
  812. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/toggle_module.py +0 -0
  813. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/sched/vexout_module.py +0 -0
  814. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/tformwrp.f +0 -0
  815. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/version.py +0 -0
  816. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/verwrap.f +0 -0
  817. {pythonSCHED-1.26.4 → pythonSCHED-1.27.0}/src/pysched/vex_scans.py +0 -0
  818. {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.26.4
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
- Using `conda` is the easiest installation method. This package manager is available for download [here](https://www.anaconda.com/products/individual). After installing `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:
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
- If you want to install **pySCHED** system wide, `pip` can be used directly:
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
+
@@ -245,7 +245,7 @@ interactive plotting capabilities were supported by Franco Tinarelli in
245
245
  Bologna, Italy (TINARELLI@astbo1.bo.cnr.it), although some of the
246
246
  changes for configuration studies were added by Craig Walker.
247
247
 
248
-
248
+ Relocate to GIT
249
249
 
250
250
 
251
251
 
@@ -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
- Using `conda` is the easiest installation method. This package manager is available for download [here](https://www.anaconda.com/products/individual). After installing `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:
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
- If you want to install **pySCHED** system wide, `pip` can be used directly:
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 = 0
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 = 0
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 = 0
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 = 0
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 = 0
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=120 AX1LIM=-330,330 AX2LIM=5,85
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=120 AX1LIM=-328,328 AX2LIM=3,90
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=5,85
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=60 AX2RATE=60
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
- AX1ACC=0.5 AX2ACC=0.3 ! Hao Longfei 8jul2009
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=177 AX2RATE=177
8
- AX1ACC=3 AX2ACC=3 TSETTLE=2
9
- DAR=NONE NBBC=16 ! RECORDER=MARK5C
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=177 AX2RATE=177
20
- AX1ACC=3 AX2ACC=3 TSETTLE=2
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=177 AX2RATE=177
33
- AX1ACC=3 AX2ACC=3 TSETTLE=2
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=1 NHEADS=1 NBBC=16
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.25 AX2ACC=0.25
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=1 NHEADS=1 NBBC=16
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 = "2024May13-14:31:41"
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 = "2024May13-14:31:41"
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