tidied up make_clips_generic

quietlight
Nov 10, 2024, 9:12 PM
DJBAVTVO6E7GXXX4I6J4IHXP6URTJ7W6BTGN5PN5R2W7CU7XC5PQC

Dependencies

  • [2] 7KO4BAOG Tidy up
  • [3] X54TLSYE catch up commit, train now working with julia 1.10.5 but not 1.11
  • [*] 2UBDFCJH new files tracked

Change contents

  • replacement in src/Clips.jl at line 383
    [3.4088][2.2611:2723](),[2.2723][3.4196:4277](),[3.4196][3.4196:4277](),[3.4277][3.4277:4385]()
    p = chop(pth, tail = 1) |> x -> replace(x, "/" => "---") #delete trailing / then replace / with ---
    #name = "$p-$file_name-$(Int(floor(st/freq)))-$(Int(ceil(en/freq)))"
    name = "$file_name-$(Int(floor(st/freq)))-$(Int(ceil(en/freq)))" #leave off path, not necesaray
    [3.4088]
    [3.4385]
    ##p = replace(pth, "/" => "--") #replace / with -- including trailing /
    ##name = "$p$file_name-$(Int(floor(st/freq)))-$(Int(ceil(en/freq)))"
    name = "$file_name-$(Int(floor(st/freq)))-$(Int(ceil(en/freq)))" #leave off path, not necesaray if unique file names