{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          42,
          54
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 12
          }
        }
      },
      "range": [
        42,
        55
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 13
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Created by austin on 6/15/16.\n ",
          "range": [
            0,
            40
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              64,
              68
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 7
              },
              "end": {
                "line": 7,
                "column": 11
              }
            }
          },
          "range": [
            64,
            68
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 7
            },
            "end": {
              "line": 7,
              "column": 11
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "chai",
        "raw": "'chai'",
        "range": [
          74,
          80
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 17
          },
          "end": {
            "line": 7,
            "column": 23
          }
        }
      },
      "range": [
        57,
        81
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 24
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Atmosphere",
            "range": [
              90,
              100
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 7
              },
              "end": {
                "line": 9,
                "column": 17
              }
            }
          },
          "range": [
            90,
            100
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 7
            },
            "end": {
              "line": 9,
              "column": 17
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../src/Dispersion/Atmosphere",
        "raw": "'../src/Dispersion/Atmosphere'",
        "range": [
          106,
          136
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 23
          },
          "end": {
            "line": 9,
            "column": 53
          }
        }
      },
      "range": [
        83,
        137
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 54
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Source",
            "range": [
              145,
              151
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 7
              },
              "end": {
                "line": 10,
                "column": 13
              }
            }
          },
          "range": [
            145,
            151
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 7
            },
            "end": {
              "line": 10,
              "column": 13
            }
          }
        },
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "SourceType",
            "range": [
              159,
              169
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 4
              },
              "end": {
                "line": 11,
                "column": 14
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "SourceType",
            "range": [
              159,
              169
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 4
              },
              "end": {
                "line": 11,
                "column": 14
              }
            }
          },
          "range": [
            159,
            169
          ],
          "loc": {
            "start": {
              "line": 11,
              "column": 4
            },
            "end": {
              "line": 11,
              "column": 14
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../src/Dispersion/Source",
        "raw": "'../src/Dispersion/Source'",
        "range": [
          177,
          203
        ],
        "loc": {
          "start": {
            "line": 12,
            "column": 7
          },
          "end": {
            "line": 12,
            "column": 33
          }
        }
      },
      "range": [
        138,
        204
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 34
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "GaussianPuff",
            "range": [
              212,
              224
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 7
              },
              "end": {
                "line": 13,
                "column": 19
              }
            }
          },
          "range": [
            212,
            224
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 7
            },
            "end": {
              "line": 13,
              "column": 19
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../src/Dispersion/GaussianPuff",
        "raw": "'../src/Dispersion/GaussianPuff'",
        "range": [
          230,
          262
        ],
        "loc": {
          "start": {
            "line": 13,
            "column": 25
          },
          "end": {
            "line": 13,
            "column": 57
          }
        }
      },
      "range": [
        205,
        263
      ],
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 58
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "integrate",
            "range": [
              272,
              281
            ],
            "loc": {
              "start": {
                "line": 14,
                "column": 8
              },
              "end": {
                "line": 14,
                "column": 17
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "integrate",
            "range": [
              272,
              281
            ],
            "loc": {
              "start": {
                "line": 14,
                "column": 8
              },
              "end": {
                "line": 14,
                "column": 17
              }
            }
          },
          "range": [
            272,
            281
          ],
          "loc": {
            "start": {
              "line": 14,
              "column": 8
            },
            "end": {
              "line": 14,
              "column": 17
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../src/Dispersion/utils",
        "raw": "'../src/Dispersion/utils'",
        "range": [
          288,
          313
        ],
        "loc": {
          "start": {
            "line": 14,
            "column": 24
          },
          "end": {
            "line": 14,
            "column": 49
          }
        }
      },
      "range": [
        264,
        314
      ],
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 50
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              316,
              320
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 0
              },
              "end": {
                "line": 16,
                "column": 4
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "should",
            "range": [
              321,
              327
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 5
              },
              "end": {
                "line": 16,
                "column": 11
              }
            }
          },
          "range": [
            316,
            327
          ],
          "loc": {
            "start": {
              "line": 16,
              "column": 0
            },
            "end": {
              "line": 16,
              "column": 11
            }
          }
        },
        "arguments": [],
        "range": [
          316,
          329
        ],
        "loc": {
          "start": {
            "line": 16,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 13
          }
        }
      },
      "range": [
        316,
        330
      ],
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            332,
            340
          ],
          "loc": {
            "start": {
              "line": 18,
              "column": 0
            },
            "end": {
              "line": 18,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "GaussianPuff",
            "raw": "'GaussianPuff'",
            "range": [
              341,
              355
            ],
            "loc": {
              "start": {
                "line": 18,
                "column": 9
              },
              "end": {
                "line": 18,
                "column": 23
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "VariableDeclaration",
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "id": {
                        "type": "Identifier",
                        "name": "puff",
                        "range": [
                          378,
                          382
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 12
                          }
                        }
                      },
                      "init": null,
                      "range": [
                        378,
                        382
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 12
                        }
                      }
                    }
                  ],
                  "kind": "let",
                  "range": [
                    374,
                    383
                  ],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 13
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        393,
                        401
                      ],
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Constructor",
                        "raw": "'Constructor'",
                        "range": [
                          402,
                          415
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 13
                          },
                          "end": {
                            "line": 21,
                            "column": 26
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    433,
                                    435
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should import correctly",
                                    "raw": "'should import correctly'",
                                    "range": [
                                      436,
                                      461
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 36
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "atm",
                                                "range": [
                                                  487,
                                                  490
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Atmosphere",
                                                  "range": [
                                                    497,
                                                    507
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 10,
                                                    "raw": "10",
                                                    "range": [
                                                      508,
                                                      510
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 1,
                                                    "raw": "1",
                                                    "range": [
                                                      512,
                                                      513
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 42
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 65,
                                                    "raw": "65",
                                                    "range": [
                                                      515,
                                                      517
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 46
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 300,
                                                    "raw": "300",
                                                    "range": [
                                                      519,
                                                      522
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 51
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  493,
                                                  523
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                487,
                                                523
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            483,
                                            524
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 53
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "source",
                                                "range": [
                                                  541,
                                                  547
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Source",
                                                  "range": [
                                                    554,
                                                    560
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "SourceType",
                                                      "range": [
                                                        561,
                                                        571
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "POINT",
                                                      "range": [
                                                        572,
                                                        577
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 52
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      561,
                                                      577
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 52
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      579,
                                                      580
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 55
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 150,
                                                    "raw": "150",
                                                    "range": [
                                                      582,
                                                      585
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 60
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 5,
                                                    "raw": "5",
                                                    "range": [
                                                      587,
                                                      588
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 63
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 400,
                                                    "raw": "400",
                                                    "range": [
                                                      590,
                                                      593
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      595,
                                                      596
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 71
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  550,
                                                  597
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                541,
                                                597
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 72
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            537,
                                            598
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 73
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "puff",
                                              "range": [
                                                611,
                                                615
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "Identifier",
                                                "name": "GaussianPuff",
                                                "range": [
                                                  622,
                                                  634
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "atm",
                                                  "range": [
                                                    635,
                                                    638
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "source",
                                                  "range": [
                                                    640,
                                                    646
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 20,
                                                  "raw": "20",
                                                  "range": [
                                                    648,
                                                    650
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 51
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                618,
                                                651
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "range": [
                                              611,
                                              651
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "range": [
                                            611,
                                            652
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 53
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        469,
                                        662
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      463,
                                      662
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  433,
                                  663
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 38,
                                "_esdocTestName": "it38"
                              },
                              "range": [
                                433,
                                664
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            423,
                            670
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 34
                            },
                            "end": {
                              "line": 27,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          417,
                          670
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 28
                          },
                          "end": {
                            "line": 27,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      393,
                      671
                    ],
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 37,
                    "_esdocTestName": "describe37"
                  },
                  "range": [
                    393,
                    672
                  ],
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 4
                    },
                    "end": {
                      "line": 27,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        682,
                        690
                      ],
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "CenterX functions",
                        "raw": "'CenterX functions'",
                        "range": [
                          691,
                          710
                        ],
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 13
                          },
                          "end": {
                            "line": 29,
                            "column": 32
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    728,
                                    730
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should have a center at 0,0,0 before release",
                                    "raw": "'should have a center at 0,0,0 before release'",
                                    "range": [
                                      731,
                                      777
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 57
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          799,
                                                          803
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 16
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "getCenterX",
                                                        "range": [
                                                          804,
                                                          814
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        799,
                                                        814
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 27
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          815,
                                                          816
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 29
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      799,
                                                      817
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 30
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      818,
                                                      824
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    799,
                                                    824
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    825,
                                                    827
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  799,
                                                  827
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  828,
                                                  833
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                799,
                                                833
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  834,
                                                  835
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 48
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              799,
                                              836
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "range": [
                                            799,
                                            837
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 50
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        785,
                                        847
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      779,
                                      847
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  728,
                                  848
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 40,
                                "_esdocTestName": "it40"
                              },
                              "range": [
                                728,
                                849
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    867,
                                    869
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should move in the x direction with constant wind",
                                    "raw": "'should move in the x direction with constant wind'",
                                    "range": [
                                      870,
                                      921
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          942,
                                                          946
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 11
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 15
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "getCenterX",
                                                        "range": [
                                                          947,
                                                          957
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 26
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        942,
                                                        957
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 3600,
                                                        "raw": "3600",
                                                        "range": [
                                                          958,
                                                          962
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 31
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      942,
                                                      963
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      964,
                                                      970
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    942,
                                                    970
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    971,
                                                    973
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  942,
                                                  973
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "above",
                                                "range": [
                                                  974,
                                                  979
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 48
                                                  }
                                                }
                                              },
                                              "range": [
                                                942,
                                                979
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  980,
                                                  981
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              942,
                                              982
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            942,
                                            983
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        929,
                                        994
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      923,
                                      994
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  867,
                                  995
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 41,
                                "_esdocTestName": "it41"
                              },
                              "range": [
                                867,
                                996
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1014,
                                    1016
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should move at the rate of the wind",
                                    "raw": "'should move at the rate of the wind'",
                                    "range": [
                                      1017,
                                      1054
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 48
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "console",
                                                "range": [
                                                  1076,
                                                  1083
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "log",
                                                "range": [
                                                  1084,
                                                  1087
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "range": [
                                                1076,
                                                1087
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "puff",
                                                  "range": [
                                                    1088,
                                                    1092
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "windSpeedAtSourceHeight",
                                                  "range": [
                                                    1093,
                                                    1116
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1088,
                                                  1116
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 52
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1076,
                                              1117
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "range": [
                                            1076,
                                            1118
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 54
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          1130,
                                                          1134
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 11
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 15
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "getCenterX",
                                                        "range": [
                                                          1135,
                                                          1145
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 26
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1130,
                                                        1145
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 3600,
                                                        "raw": "3600",
                                                        "range": [
                                                          1146,
                                                          1150
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 31
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1130,
                                                      1151
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1152,
                                                      1158
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1130,
                                                    1158
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1159,
                                                    1161
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1130,
                                                  1161
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "closeTo",
                                                "range": [
                                                  1162,
                                                  1169
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1130,
                                                1169
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "operator": "*",
                                                "left": {
                                                  "type": "Literal",
                                                  "value": 3600,
                                                  "raw": "3600",
                                                  "range": [
                                                    1170,
                                                    1174
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 55
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "puff",
                                                    "range": [
                                                      1177,
                                                      1181
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 62
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "windSpeedAtSourceHeight",
                                                    "range": [
                                                      1182,
                                                      1205
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 86
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1177,
                                                    1205
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 86
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1170,
                                                  1205
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 86
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "value": 0.01,
                                                "raw": "0.01",
                                                "range": [
                                                  1207,
                                                  1211
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 92
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1130,
                                              1212
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 93
                                              }
                                            }
                                          },
                                          "range": [
                                            1130,
                                            1221
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 8
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1062,
                                        1222
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1056,
                                      1222
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1014,
                                  1223
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 42,
                                "_esdocTestName": "it42"
                              },
                              "range": [
                                1014,
                                1224
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            718,
                            1230
                          ],
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 40
                            },
                            "end": {
                              "line": 42,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          712,
                          1230
                        ],
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 34
                          },
                          "end": {
                            "line": 42,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      682,
                      1231
                    ],
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 39,
                    "_esdocTestName": "describe39"
                  },
                  "range": [
                    682,
                    1232
                  ],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 4
                    },
                    "end": {
                      "line": 42,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        1242,
                        1250
                      ],
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Concentration functions",
                        "raw": "'Concentration functions'",
                        "range": [
                          1251,
                          1276
                        ],
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 13
                          },
                          "end": {
                            "line": 44,
                            "column": 38
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1294,
                                    1296
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should have 0 concentration before release",
                                    "raw": "'should have 0 concentration before release'",
                                    "range": [
                                      1297,
                                      1341
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 55
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "isNaN",
                                                    "range": [
                                                      1363,
                                                      1368
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 17
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "puff",
                                                          "range": [
                                                            1369,
                                                            1373
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 22
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "getConcentration",
                                                          "range": [
                                                            1374,
                                                            1390
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 39
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1369,
                                                          1390
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 39
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": 0,
                                                          "raw": "0",
                                                          "range": [
                                                            1391,
                                                            1392
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "value": 0,
                                                          "raw": "0",
                                                          "range": [
                                                            1394,
                                                            1395
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 44
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "value": 0,
                                                          "raw": "0",
                                                          "range": [
                                                            1397,
                                                            1398
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 47
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "value": 0,
                                                          "raw": "0",
                                                          "range": [
                                                            1400,
                                                            1401
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 50
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1369,
                                                        1402
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 51
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1363,
                                                    1403
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "should",
                                                  "range": [
                                                    1404,
                                                    1410
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 59
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1363,
                                                  1410
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1411,
                                                  1413
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                1363,
                                                1413
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                1414,
                                                1418
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 67
                                                }
                                              }
                                            },
                                            "range": [
                                              1363,
                                              1418
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 67
                                              }
                                            }
                                          },
                                          "range": [
                                            1363,
                                            1419
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 68
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          1432,
                                                          1436
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 16
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "getConcentration",
                                                        "range": [
                                                          1437,
                                                          1453
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1432,
                                                        1453
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          1454,
                                                          1455
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          1457,
                                                          1458
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 38
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          1460,
                                                          1461
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 10,
                                                        "raw": "10",
                                                        "range": [
                                                          1463,
                                                          1465
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 45
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1432,
                                                      1466
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 46
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1467,
                                                      1473
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 53
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1432,
                                                    1473
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1474,
                                                    1476
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1432,
                                                  1476
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "above",
                                                "range": [
                                                  1477,
                                                  1482
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                1432,
                                                1482
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1483,
                                                  1484
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 64
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1432,
                                              1485
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            1432,
                                            1486
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 66
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1349,
                                        1496
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1343,
                                      1496
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1294,
                                  1497
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 44,
                                "_esdocTestName": "it44"
                              },
                              "range": [
                                1294,
                                1498
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            1284,
                            1504
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 46
                            },
                            "end": {
                              "line": 49,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1278,
                          1504
                        ],
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 40
                          },
                          "end": {
                            "line": 49,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1242,
                      1505
                    ],
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 43,
                    "_esdocTestName": "describe43"
                  },
                  "range": [
                    1242,
                    1506
                  ],
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 4
                    },
                    "end": {
                      "line": 49,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                368,
                1508
              ],
              "loc": {
                "start": {
                  "line": 18,
                  "column": 36
                },
                "end": {
                  "line": 50,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              357,
              1508
            ],
            "loc": {
              "start": {
                "line": 18,
                "column": 25
              },
              "end": {
                "line": 50,
                "column": 1
              }
            }
          }
        ],
        "range": [
          332,
          1509
        ],
        "loc": {
          "start": {
            "line": 18,
            "column": 0
          },
          "end": {
            "line": 50,
            "column": 2
          }
        },
        "_esdocTestId": 36,
        "_esdocTestName": "describe36"
      },
      "range": [
        332,
        1510
      ],
      "loc": {
        "start": {
          "line": 18,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 3
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    42,
    1510
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 50,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Created by austin on 6/15/16.\n ",
      "range": [
        0,
        40
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    }
  ]
}