Skip to content

Commit

Permalink
Added missing sound frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgennip committed Nov 10, 2020
1 parent 049aacc commit 374df0c
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 4 deletions.
35 changes: 34 additions & 1 deletion public/app/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,18 @@ var SENSOR_COLOR = {
's_bin_327_378': COLORS.pink,
's_bin_378_429': COLORS.red,
's_bin_429_480': COLORS.orange,
's_bin_532_583': COLORS.yellow,
's_bin_480_532': COLORS.yellow,
's_bin_532_583': COLORS.lightgrey2,
's_bin_0_201': COLORS.darkgreen,
's_bin_201_402': COLORS.lightgreen,
's_bin_402_602': COLORS.lightblue,
's_bin_602_803': COLORS.darkblue,
's_bin_803_1004': COLORS.purple,
's_bin_1004_1205': COLORS.pink,
's_bin_1205_1406': COLORS.red,
's_bin_1406_1607': COLORS.orange,
's_bin_1607_1807': COLORS.yellow,
's_bin_1807_2008': COLORS.lightgrey2,
'icon': COLORS.pink,
'precipIntensity': COLORS.darkblue,
'precipProbability': COLORS.darkblue,
Expand Down Expand Up @@ -213,7 +224,18 @@ var SENSOR_NAMES = {
's_bin_327_378': '327-378Hz',
's_bin_378_429': '378-429Hz',
's_bin_429_480': '429-480Hz',
's_bin_480_532': '480_532Hz',
's_bin_532_583': '532-583Hz',
's_bin_0_201': '0-201Hz',
's_bin_201_402': '201-402Hz',
's_bin_402_602': '402-602Hz',
's_bin_602_803': '602-803Hz',
's_bin_803_1004': '803-1004Hz',
's_bin_1004_1205': '1004-1205Hz',
's_bin_1205_1406': '1205-1406Hz',
's_bin_1406_1607': '1406-1607Hz',
's_bin_1607_1807': '1607-1807Hz',
's_bin_1807_2008': '1807-2008Hz',
'icon': 'icon',
'precipIntensity': 'precipIntensity',
'precipProbability': 'precipProbability',
Expand Down Expand Up @@ -413,7 +435,18 @@ var SENSOR_UNITS = {
's_bin_327_378': '',
's_bin_378_429': '',
's_bin_429_480': '',
's_bin_480_532': '',
's_bin_532_583': '',
's_bin_0_201': '',
's_bin_201_402': '',
's_bin_402_602': '',
's_bin_602_803': '',
's_bin_803_1004': '',
's_bin_1004_1205': '',
's_bin_1205_1406': '',
's_bin_1406_1607': '',
's_bin_1607_1807': '',
's_bin_1807_2008': '',
'icon': '',
'precipIntensity': 'mm/h',
'precipProbability': 'mm/h',
Expand Down
2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"/js/jquery.js": "/js/jquery.js?id=33cabfa15c1060aaa3d2",
"/js/scripts-base.js": "/js/scripts-base.js?id=c5d32f4f5b09e47301bf",
"/js/scripts-portal.js": "/js/scripts-portal.js?id=2dd8d6dc3b9624623628",
"/app/js/constants.js": "/app/js/constants.js?id=5dc57db157936e3302e8",
"/app/js/constants.js": "/app/js/constants.js?id=184293d67feef0e0002b",
"/app/js/angular.js": "/app/js/angular.js?id=613274fe74404112d987",
"/app/js/angular-modules.js": "/app/js/angular-modules.js?id=63420205b967f358d4c9",
"/app/js/angular-helpers.js": "/app/js/angular-helpers.js?id=b86b98670973de9bdaa2",
Expand Down
35 changes: 34 additions & 1 deletion resources/assets/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,18 @@ var SENSOR_COLOR = {
's_bin_327_378': COLORS.pink,
's_bin_378_429': COLORS.red,
's_bin_429_480': COLORS.orange,
's_bin_532_583': COLORS.yellow,
's_bin_480_532': COLORS.yellow,
's_bin_532_583': COLORS.lightgrey2,
's_bin_0_201': COLORS.darkgreen,
's_bin_201_402': COLORS.lightgreen,
's_bin_402_602': COLORS.lightblue,
's_bin_602_803': COLORS.darkblue,
's_bin_803_1004': COLORS.purple,
's_bin_1004_1205': COLORS.pink,
's_bin_1205_1406': COLORS.red,
's_bin_1406_1607': COLORS.orange,
's_bin_1607_1807': COLORS.yellow,
's_bin_1807_2008': COLORS.lightgrey2,
'icon': COLORS.pink,
'precipIntensity': COLORS.darkblue,
'precipProbability': COLORS.darkblue,
Expand Down Expand Up @@ -152,7 +163,18 @@ var SENSOR_NAMES =
's_bin_327_378': '327-378Hz',
's_bin_378_429': '378-429Hz',
's_bin_429_480': '429-480Hz',
's_bin_480_532': '480_532Hz',
's_bin_532_583': '532-583Hz',
's_bin_0_201': '0-201Hz',
's_bin_201_402': '201-402Hz',
's_bin_402_602': '402-602Hz',
's_bin_602_803': '602-803Hz',
's_bin_803_1004': '803-1004Hz',
's_bin_1004_1205': '1004-1205Hz',
's_bin_1205_1406': '1205-1406Hz',
's_bin_1406_1607': '1406-1607Hz',
's_bin_1607_1807': '1607-1807Hz',
's_bin_1807_2008': '1807-2008Hz',
'icon': 'icon',
'precipIntensity': 'precipIntensity',
'precipProbability': 'precipProbability',
Expand Down Expand Up @@ -362,7 +384,18 @@ var SENSOR_UNITS =
's_bin_327_378' : '',
's_bin_378_429' : '',
's_bin_429_480' : '',
's_bin_480_532' : '',
's_bin_532_583' : '',
's_bin_0_201': '',
's_bin_201_402': '',
's_bin_402_602': '',
's_bin_602_803': '',
's_bin_803_1004': '',
's_bin_1004_1205': '',
's_bin_1205_1406': '',
's_bin_1406_1607': '',
's_bin_1607_1807': '',
's_bin_1807_2008': '',
'icon':'',
'precipIntensity':'mm/h',
'precipProbability':'mm/h',
Expand Down
35 changes: 34 additions & 1 deletion resources/assets/js/constants.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,18 @@ var SENSOR_COLOR = {
's_bin_327_378': COLORS.pink,
's_bin_378_429': COLORS.red,
's_bin_429_480': COLORS.orange,
's_bin_532_583': COLORS.yellow,
's_bin_480_532': COLORS.yellow,
's_bin_532_583': COLORS.lightgrey2,
's_bin_0_201': COLORS.darkgreen,
's_bin_201_402': COLORS.lightgreen,
's_bin_402_602': COLORS.lightblue,
's_bin_602_803': COLORS.darkblue,
's_bin_803_1004': COLORS.purple,
's_bin_1004_1205': COLORS.pink,
's_bin_1205_1406': COLORS.red,
's_bin_1406_1607': COLORS.orange,
's_bin_1607_1807': COLORS.yellow,
's_bin_1807_2008': COLORS.lightgrey2,
'icon': COLORS.pink,
'precipIntensity': COLORS.darkblue,
'precipProbability': COLORS.darkblue,
Expand Down Expand Up @@ -152,7 +163,18 @@ var SENSOR_NAMES =
's_bin_327_378': '327-378Hz',
's_bin_378_429': '378-429Hz',
's_bin_429_480': '429-480Hz',
's_bin_480_532': '480_532Hz',
's_bin_532_583': '532-583Hz',
's_bin_0_201': '0-201Hz',
's_bin_201_402': '201-402Hz',
's_bin_402_602': '402-602Hz',
's_bin_602_803': '602-803Hz',
's_bin_803_1004': '803-1004Hz',
's_bin_1004_1205': '1004-1205Hz',
's_bin_1205_1406': '1205-1406Hz',
's_bin_1406_1607': '1406-1607Hz',
's_bin_1607_1807': '1607-1807Hz',
's_bin_1807_2008': '1807-2008Hz',
'icon': 'icon',
'precipIntensity': 'precipIntensity',
'precipProbability': 'precipProbability',
Expand Down Expand Up @@ -362,7 +384,18 @@ var SENSOR_UNITS =
's_bin_327_378' : '',
's_bin_378_429' : '',
's_bin_429_480' : '',
's_bin_480_532' : '',
's_bin_532_583' : '',
's_bin_0_201': '',
's_bin_201_402': '',
's_bin_402_602': '',
's_bin_602_803': '',
's_bin_803_1004': '',
's_bin_1004_1205': '',
's_bin_1205_1406': '',
's_bin_1406_1607': '',
's_bin_1607_1807': '',
's_bin_1807_2008': '',
'icon':'',
'precipIntensity':'mm/h',
'precipProbability':'mm/h',
Expand Down

0 comments on commit 374df0c

Please sign in to comment.