Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

fig1S5.py 665 B

123456789101112131415161718
  1. """Figure 1S5 negative Ntsr scatter plot versions of parts of fig1.py and fig3.py,
  2. use run -i fig1S5.py"""
  3. assert EXPTYPE == 'negntsrmvis'
  4. print("Calling fig1.py to generate movie plots")
  5. get_ipython().run_line_magic('run', '-i fig1.py')
  6. plt.show()
  7. fig1S5mvi = fig1[['trialis', 'rates', 'burstratios',
  8. 'meanrate', 'meanburstratio', 'spars', 'rel']]
  9. print("Calling fig3.py to generate grating plots")
  10. get_ipython().run_line_magic('run', '-i fig3.py')
  11. plt.show()
  12. fig1S5grt = fig3[['trialis', 'rates', 'burstratios',
  13. 'meanrate', 'meanburstratio', 'f1f0', 'phi']]
  14. print('Now save all the figures and the two fig1S5* dataframes')