One recording

Getting new sparse_code.csv after updating annotations and adding annotids.

Prerequisites:

  • You have blabpy installed and upgraded.

  • Fas-Phyc-PEB-Lab is mounted.

Steps

  1. Change into an empty folder (or any folder where you won't overwrite any files)

  2. In python/IPython, run:

    • For audio:

      from blabpy.seedlings.pipeline import export_and_add_basic_level_audio
      export_and_add_basic_level_audio(23, 6)
    • For video:

      from blabpy.seedlings.pipeline import export_and_add_basic_level_video
      export_and_add_basic_level_video(8, 12)

  3. The command above should have created a sparse_code.csv file in the folder you are working in. Check the file for FIXMEs in the basic_level column. If there are any, update them using the instructions in Fixing FIXMEs.

  4. Copy the new sparse_code.csv file to Subject_Files.

Last updated