# curl add on package required for reading from https url
library(curl)
load(curl("https://github.com/jefferislab/FlyLight/blob/master/db/jfrc2bparams.rda?raw=true"))
str(jfrc2bparams)
hist(jfrc2bparams$threshold)
# find threshold for line 9A03
jfrc2bparams$threshold[grep('GMR_9A03',jfrc2bparams$filestem)]