Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 458 Bytes

Electronic Band Fingerprinting

Rules

  • Each fingerprint has a corresponding dataframe.
  • Fingerprint creation & clustering is performed in fingerprint_creation.
  • Fingerprints are saved to fingerprints, with descriptive names.
  • The last part of the fingerprint csv name is the fingerprint length.
  • Analysis/plotting of fingerprints happens in analyis.
  • .py files containing functions, ect go in src.
  • Miscellaneous/messy files go in misc