Skip to content

Commit

Permalink
Merge pull request #335 from ejayawant/patch-2
Browse files Browse the repository at this point in the history
Update bead_calibration.py
  • Loading branch information
bpteague committed Apr 7, 2022
2 parents 290af88 + ce43cb3 commit c8e40ee
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions cytoflow/operations/bead_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,47 @@ def default_view(self, **kwargs):
'ACP 30-2K': {
'MEAP': [7880.0, 17400.0, 53100.0, 130000.0, 208000.0]
},
'RCP-30-5A Lot AP02, AP01 & AN05': {
'MECSB': [
137.033856282754, 312.407497210043, 891.249497666546,
2661.47828092059, 7243.73934609676, 22057.2191402041,
36570.1145657294
],
'MEBFP': [
477.843644913271, 1323.98833871375, 4227.87018047956,
13998.3076669478, 44085.9272654747, 158365.379885367,
390560.622719139
],
'MEFL': [771.0, 2106.0, 6262.0, 15183.0, 45292.0, 136258.0, 291042.0],
'MEPE (488nm Ex)':
[413.0, 1220.0, 4005.0, 12349.0, 37501.0, 119888.0, 276137.0],
'MEPE (561nm Ex)':
[517.0, 1298.0, 3925.0, 12403.0, 38247.0, 127033.0, 289711.0],
'MEPTR (488nm Ex)':
[173.0, 534.0, 1789.0, 5854.0, 18869.0, 70686.0, 200161.0],
'MEPTR (561nm Ex)': [
183.68847043495, 601.316548541581, 2058.31886969144,
6854.54474211412, 21825.1372582568, 76402.0030618031,
179849.050402059
],
'MECY (488nm Ex)':
[1118.0, 3305.0, 10780.0, 32585.0, 95799.0, 360647.0, 1115638.0],
'MECY (561nm Ex)': [
989.791617289759, 3026.48900048176, 10416.3942339651,
33549.4124057325, 104336.783652206, 371960.606816486,
952234.042507479
],
'MEPCY7': [
37.0, 140.0, 829.0, 4109.41226837112, 20714.136170948,
133657.256415911, 606679.082876215
],
'MEAP': [242.0, 568.0, 2264.0, 7092.0, 21473.0, 70462.0, 154157.0],
'MEAPCY7': [
124.82438135382, 296.451907367864, 964.594136783896,
2656.61949484937, 6984.98066721684, 19634.961135585,
40808.9841181076
]
},
'RCP-30-5A Lot AN04, AN03, AN02, AN01, AM02, AM01, AL01, AK04, AK03 & AK02':
{
'MECSB': [
Expand Down

0 comments on commit c8e40ee

Please sign in to comment.