From 831b77cbd5137355bf98844fec12519ba18ecd3f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 8 Jan 2024 21:32:07 -0330 Subject: rename compressor map data directory --- compressor/compressor.go | 2 +- compressor/res/borgwarner/efr/6258.jpg | Bin 149631 -> 0 bytes compressor/res/borgwarner/efr/6258.toml | 8 -------- compressor/res/borgwarner/efr/8474.jpg | Bin 208215 -> 0 bytes compressor/res/borgwarner/efr/8474.toml | 8 -------- compressor/res/borgwarner/k/03.jpg | Bin 185706 -> 0 bytes compressor/res/borgwarner/k/03.toml | 8 -------- compressor/res/borgwarner/k/04.jpg | Bin 231277 -> 0 bytes compressor/res/borgwarner/k/04.toml | 8 -------- compressor/res/garrett/g/25-550.jpg | Bin 424268 -> 0 bytes compressor/res/garrett/g/25-550.toml | 8 -------- compressor/res/garrett/g/25-660.jpg | Bin 833764 -> 0 bytes compressor/res/garrett/g/25-660.toml | 8 -------- compressor/res/garrett/g/40-900.jpg | Bin 197193 -> 0 bytes compressor/res/garrett/g/40-900.toml | 8 -------- compressor_maps/borgwarner/efr/6258.jpg | Bin 0 -> 149631 bytes compressor_maps/borgwarner/efr/6258.toml | 8 ++++++++ compressor_maps/borgwarner/efr/8474.jpg | Bin 0 -> 208215 bytes compressor_maps/borgwarner/efr/8474.toml | 8 ++++++++ compressor_maps/borgwarner/k/03.jpg | Bin 0 -> 185706 bytes compressor_maps/borgwarner/k/03.toml | 8 ++++++++ compressor_maps/borgwarner/k/04.jpg | Bin 0 -> 231277 bytes compressor_maps/borgwarner/k/04.toml | 8 ++++++++ compressor_maps/garrett/g/25-550.jpg | Bin 0 -> 424268 bytes compressor_maps/garrett/g/25-550.toml | 8 ++++++++ compressor_maps/garrett/g/25-660.jpg | Bin 0 -> 833764 bytes compressor_maps/garrett/g/25-660.toml | 8 ++++++++ compressor_maps/garrett/g/40-900.jpg | Bin 0 -> 197193 bytes compressor_maps/garrett/g/40-900.toml | 8 ++++++++ 29 files changed, 57 insertions(+), 57 deletions(-) delete mode 100644 compressor/res/borgwarner/efr/6258.jpg delete mode 100644 compressor/res/borgwarner/efr/6258.toml delete mode 100644 compressor/res/borgwarner/efr/8474.jpg delete mode 100644 compressor/res/borgwarner/efr/8474.toml delete mode 100644 compressor/res/borgwarner/k/03.jpg delete mode 100644 compressor/res/borgwarner/k/03.toml delete mode 100644 compressor/res/borgwarner/k/04.jpg delete mode 100644 compressor/res/borgwarner/k/04.toml delete mode 100644 compressor/res/garrett/g/25-550.jpg delete mode 100644 compressor/res/garrett/g/25-550.toml delete mode 100644 compressor/res/garrett/g/25-660.jpg delete mode 100644 compressor/res/garrett/g/25-660.toml delete mode 100644 compressor/res/garrett/g/40-900.jpg delete mode 100644 compressor/res/garrett/g/40-900.toml create mode 100644 compressor_maps/borgwarner/efr/6258.jpg create mode 100644 compressor_maps/borgwarner/efr/6258.toml create mode 100644 compressor_maps/borgwarner/efr/8474.jpg create mode 100644 compressor_maps/borgwarner/efr/8474.toml create mode 100644 compressor_maps/borgwarner/k/03.jpg create mode 100644 compressor_maps/borgwarner/k/03.toml create mode 100644 compressor_maps/borgwarner/k/04.jpg create mode 100644 compressor_maps/borgwarner/k/04.toml create mode 100644 compressor_maps/garrett/g/25-550.jpg create mode 100644 compressor_maps/garrett/g/25-550.toml create mode 100644 compressor_maps/garrett/g/25-660.jpg create mode 100644 compressor_maps/garrett/g/25-660.toml create mode 100644 compressor_maps/garrett/g/40-900.jpg create mode 100644 compressor_maps/garrett/g/40-900.toml diff --git a/compressor/compressor.go b/compressor/compressor.go index c03a8d5..5d73fdc 100644 --- a/compressor/compressor.go +++ b/compressor/compressor.go @@ -10,7 +10,7 @@ import ( "github.com/sam-anthony/volute/util" ) -const root = "compressor/res/" +const root = "compressor_maps/" type Compressor struct { Name string diff --git a/compressor/res/borgwarner/efr/6258.jpg b/compressor/res/borgwarner/efr/6258.jpg deleted file mode 100644 index a8288bf..0000000 Binary files a/compressor/res/borgwarner/efr/6258.jpg and /dev/null differ diff --git a/compressor/res/borgwarner/efr/6258.toml b/compressor/res/borgwarner/efr/6258.toml deleted file mode 100644 index 1a678a0..0000000 --- a/compressor/res/borgwarner/efr/6258.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "BorgWarner EFR6258" -minx = 47 -miny = 455 -maxx = 773 -maxy = 6 -maxpr = 3.8 -flowval = 0.50 -flowunit = "kg/s" diff --git a/compressor/res/borgwarner/efr/8474.jpg b/compressor/res/borgwarner/efr/8474.jpg deleted file mode 100644 index fc6f51b..0000000 Binary files a/compressor/res/borgwarner/efr/8474.jpg and /dev/null differ diff --git a/compressor/res/borgwarner/efr/8474.toml b/compressor/res/borgwarner/efr/8474.toml deleted file mode 100644 index e44bef7..0000000 --- a/compressor/res/borgwarner/efr/8474.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "BorgWarner EFR8474" -minx = 68 -miny = 587 -maxx = 853 -maxy = 16 -maxpr = 5.2 -flowval = 0.72 -flowunit = "kg/s" diff --git a/compressor/res/borgwarner/k/03.jpg b/compressor/res/borgwarner/k/03.jpg deleted file mode 100644 index 3464331..0000000 Binary files a/compressor/res/borgwarner/k/03.jpg and /dev/null differ diff --git a/compressor/res/borgwarner/k/03.toml b/compressor/res/borgwarner/k/03.toml deleted file mode 100644 index 06f808c..0000000 --- a/compressor/res/borgwarner/k/03.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "BorgWarner K03" -minx = 30 -miny = 714 -maxx = 876 -maxy = 4 -maxpr = 2.8 -flowval = 0.13 -flowunit = "kg/s" diff --git a/compressor/res/borgwarner/k/04.jpg b/compressor/res/borgwarner/k/04.jpg deleted file mode 100644 index 9c72a6c..0000000 Binary files a/compressor/res/borgwarner/k/04.jpg and /dev/null differ diff --git a/compressor/res/borgwarner/k/04.toml b/compressor/res/borgwarner/k/04.toml deleted file mode 100644 index 48908d2..0000000 --- a/compressor/res/borgwarner/k/04.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "BorgWarner K04" -minx = 33 -miny = 712 -maxx = 1090 -maxy = 2 -maxpr = 2.8 -flowval = 0.18 -flowunit = "kg/s" diff --git a/compressor/res/garrett/g/25-550.jpg b/compressor/res/garrett/g/25-550.jpg deleted file mode 100644 index 8388923..0000000 Binary files a/compressor/res/garrett/g/25-550.jpg and /dev/null differ diff --git a/compressor/res/garrett/g/25-550.toml b/compressor/res/garrett/g/25-550.toml deleted file mode 100644 index 3fde604..0000000 --- a/compressor/res/garrett/g/25-550.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "Garrett G25-550" -minx = 205 -miny = 1854 -maxx = 1716 -maxy = 119 -maxpr = 4.0 -flowval = 60 -flowunit = "lb/min" diff --git a/compressor/res/garrett/g/25-660.jpg b/compressor/res/garrett/g/25-660.jpg deleted file mode 100644 index aa8d12a..0000000 Binary files a/compressor/res/garrett/g/25-660.jpg and /dev/null differ diff --git a/compressor/res/garrett/g/25-660.toml b/compressor/res/garrett/g/25-660.toml deleted file mode 100644 index 6c7b948..0000000 --- a/compressor/res/garrett/g/25-660.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "Garrett G25-660" -minx = 204 -miny = 1885 -maxx = 1665 -maxy = 25 -maxpr = 4.0 -flowval = 70 -flowunit = "lb/min" diff --git a/compressor/res/garrett/g/40-900.jpg b/compressor/res/garrett/g/40-900.jpg deleted file mode 100644 index 2d5aedf..0000000 Binary files a/compressor/res/garrett/g/40-900.jpg and /dev/null differ diff --git a/compressor/res/garrett/g/40-900.toml b/compressor/res/garrett/g/40-900.toml deleted file mode 100644 index 059757a..0000000 --- a/compressor/res/garrett/g/40-900.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "Garrett G40-900" -minx = 220 -miny = 1870 -maxx = 1679 -maxy = 18 -maxpr = 5.0 -flowval = 100 -flowunit = "lb/min" diff --git a/compressor_maps/borgwarner/efr/6258.jpg b/compressor_maps/borgwarner/efr/6258.jpg new file mode 100644 index 0000000..a8288bf Binary files /dev/null and b/compressor_maps/borgwarner/efr/6258.jpg differ diff --git a/compressor_maps/borgwarner/efr/6258.toml b/compressor_maps/borgwarner/efr/6258.toml new file mode 100644 index 0000000..1a678a0 --- /dev/null +++ b/compressor_maps/borgwarner/efr/6258.toml @@ -0,0 +1,8 @@ +name = "BorgWarner EFR6258" +minx = 47 +miny = 455 +maxx = 773 +maxy = 6 +maxpr = 3.8 +flowval = 0.50 +flowunit = "kg/s" diff --git a/compressor_maps/borgwarner/efr/8474.jpg b/compressor_maps/borgwarner/efr/8474.jpg new file mode 100644 index 0000000..fc6f51b Binary files /dev/null and b/compressor_maps/borgwarner/efr/8474.jpg differ diff --git a/compressor_maps/borgwarner/efr/8474.toml b/compressor_maps/borgwarner/efr/8474.toml new file mode 100644 index 0000000..e44bef7 --- /dev/null +++ b/compressor_maps/borgwarner/efr/8474.toml @@ -0,0 +1,8 @@ +name = "BorgWarner EFR8474" +minx = 68 +miny = 587 +maxx = 853 +maxy = 16 +maxpr = 5.2 +flowval = 0.72 +flowunit = "kg/s" diff --git a/compressor_maps/borgwarner/k/03.jpg b/compressor_maps/borgwarner/k/03.jpg new file mode 100644 index 0000000..3464331 Binary files /dev/null and b/compressor_maps/borgwarner/k/03.jpg differ diff --git a/compressor_maps/borgwarner/k/03.toml b/compressor_maps/borgwarner/k/03.toml new file mode 100644 index 0000000..06f808c --- /dev/null +++ b/compressor_maps/borgwarner/k/03.toml @@ -0,0 +1,8 @@ +name = "BorgWarner K03" +minx = 30 +miny = 714 +maxx = 876 +maxy = 4 +maxpr = 2.8 +flowval = 0.13 +flowunit = "kg/s" diff --git a/compressor_maps/borgwarner/k/04.jpg b/compressor_maps/borgwarner/k/04.jpg new file mode 100644 index 0000000..9c72a6c Binary files /dev/null and b/compressor_maps/borgwarner/k/04.jpg differ diff --git a/compressor_maps/borgwarner/k/04.toml b/compressor_maps/borgwarner/k/04.toml new file mode 100644 index 0000000..48908d2 --- /dev/null +++ b/compressor_maps/borgwarner/k/04.toml @@ -0,0 +1,8 @@ +name = "BorgWarner K04" +minx = 33 +miny = 712 +maxx = 1090 +maxy = 2 +maxpr = 2.8 +flowval = 0.18 +flowunit = "kg/s" diff --git a/compressor_maps/garrett/g/25-550.jpg b/compressor_maps/garrett/g/25-550.jpg new file mode 100644 index 0000000..8388923 Binary files /dev/null and b/compressor_maps/garrett/g/25-550.jpg differ diff --git a/compressor_maps/garrett/g/25-550.toml b/compressor_maps/garrett/g/25-550.toml new file mode 100644 index 0000000..3fde604 --- /dev/null +++ b/compressor_maps/garrett/g/25-550.toml @@ -0,0 +1,8 @@ +name = "Garrett G25-550" +minx = 205 +miny = 1854 +maxx = 1716 +maxy = 119 +maxpr = 4.0 +flowval = 60 +flowunit = "lb/min" diff --git a/compressor_maps/garrett/g/25-660.jpg b/compressor_maps/garrett/g/25-660.jpg new file mode 100644 index 0000000..aa8d12a Binary files /dev/null and b/compressor_maps/garrett/g/25-660.jpg differ diff --git a/compressor_maps/garrett/g/25-660.toml b/compressor_maps/garrett/g/25-660.toml new file mode 100644 index 0000000..6c7b948 --- /dev/null +++ b/compressor_maps/garrett/g/25-660.toml @@ -0,0 +1,8 @@ +name = "Garrett G25-660" +minx = 204 +miny = 1885 +maxx = 1665 +maxy = 25 +maxpr = 4.0 +flowval = 70 +flowunit = "lb/min" diff --git a/compressor_maps/garrett/g/40-900.jpg b/compressor_maps/garrett/g/40-900.jpg new file mode 100644 index 0000000..2d5aedf Binary files /dev/null and b/compressor_maps/garrett/g/40-900.jpg differ diff --git a/compressor_maps/garrett/g/40-900.toml b/compressor_maps/garrett/g/40-900.toml new file mode 100644 index 0000000..059757a --- /dev/null +++ b/compressor_maps/garrett/g/40-900.toml @@ -0,0 +1,8 @@ +name = "Garrett G40-900" +minx = 220 +miny = 1870 +maxx = 1679 +maxy = 18 +maxpr = 5.0 +flowval = 100 +flowunit = "lb/min" -- cgit v1.2.3