diff --git a/docs/html/_modules/slycat/web/client.html b/docs/html/_modules/slycat/web/client.html index 5c9a1db9e..288be26e7 100644 --- a/docs/html/_modules/slycat/web/client.html +++ b/docs/html/_modules/slycat/web/client.html @@ -298,7 +298,9 @@

Source code for slycat.web.client

     host_name = host_name[0]
 
     # host and port
-    self.host = host.replace(host_alias, host_name)
+    self.host = host
+    if host != HOST_DEFAULT:
+      self.host = host.replace(host_alias, host_name)
     if port:
       self.host = self.host + ':' + port
 
@@ -1046,9 +1048,6 @@ 

Source code for slycat.web.client

     rid: string
       Unique reference identifier.
 
-    See Also
-    --------
-    :http:post:`/api/projects/(pid)/references`
     """
 
     return self.request("POST", "/api/projects/%s/references" % (pid), 
diff --git a/docs/html/_sources/manual/MediaSet.rst.txt b/docs/html/_sources/manual/MediaSet.rst.txt
index dc43067a6..fefd65d39 100644
--- a/docs/html/_sources/manual/MediaSet.rst.txt
+++ b/docs/html/_sources/manual/MediaSet.rst.txt
@@ -58,27 +58,22 @@ our web-based delivery, videos must be created in a very specific way to be view
 
 Video Source Files
 ==================
-There is no standardized support for videos between browsers.  We have found that the h264 codec in combination with an mp4
-container format is compatible with Firefox, Chrome, and Safari on both Windows and Mac platforms.  In our testing, we have 
-found that initial key frames are frequently lost, rendering the following compressed frames useless.  This requires explicit 
-key frame forcing during movie creation.  We use the ffmpeg utility to convert images into videos.  Make sure that your 
-version of ffmpeg was built with the h264 library, since some versions of ffmpeg don’t include this codec by default.
+There is no standardized support for videos between browsers. We have found that the h264 codec
+in combination with an mp4 container format is compatible with Firefox, Chrome, and Safari on both
+Windows and Mac platforms. In our testing, we have found that initial key frames are frequently lost,
+rendering the following compressed frames useless. This requires explicit key frame forcing during
+movie creation. We use the ffmpeg utility to convert images into videos. Make sure that your version of
+ffmpeg was built with the h264 library, since some versions of ffmpeg don’t include this codec by default.
 
-If you are within Sandia, we provide this custom version of the library on the cluster machines.  You can generate Slycat™ 
-compatible movies as follows:
-
-::
-
-   > module load slycat
-
-If your images are PNGs, they must be first converted to JPG format (ffmpeg won’t complain about the input images being PNG, 
-but the movie that it generates won’t play).  If you already have JPG images, skip this step:
+If your images are PNGs, they must be first converted to JPG format.  The ffmpeg utility won’t complain
+about the input images being PNG, but the movie that it generates won’t play. (If you already have JPG
+images, skip this step.)  Here’s one possible conversion method:
 
 ::
 
    > mogrify -format jpg myImageName.0*
 
-This last step generates the mp4.  Don’t forget to enclose the image path in single quotes:
+Here is our recommended syntax to generate an mp4 video. Don’t forget to enclose the image path in single quotes:
 
 ::
 
diff --git a/docs/html/manual/MediaSet.html b/docs/html/manual/MediaSet.html
index ca845d6b0..f01742a16 100644
--- a/docs/html/manual/MediaSet.html
+++ b/docs/html/manual/MediaSet.html
@@ -146,22 +146,19 @@ 

Media Set

Video Source Files

-

There is no standardized support for videos between browsers. We have found that the h264 codec in combination with an mp4 -container format is compatible with Firefox, Chrome, and Safari on both Windows and Mac platforms. In our testing, we have -found that initial key frames are frequently lost, rendering the following compressed frames useless. This requires explicit -key frame forcing during movie creation. We use the ffmpeg utility to convert images into videos. Make sure that your -version of ffmpeg was built with the h264 library, since some versions of ffmpeg don’t include this codec by default.

-

If you are within Sandia, we provide this custom version of the library on the cluster machines. You can generate Slycat™ -compatible movies as follows:

-
> module load slycat
-
-
-

If your images are PNGs, they must be first converted to JPG format (ffmpeg won’t complain about the input images being PNG, -but the movie that it generates won’t play). If you already have JPG images, skip this step:

+

There is no standardized support for videos between browsers. We have found that the h264 codec +in combination with an mp4 container format is compatible with Firefox, Chrome, and Safari on both +Windows and Mac platforms. In our testing, we have found that initial key frames are frequently lost, +rendering the following compressed frames useless. This requires explicit key frame forcing during +movie creation. We use the ffmpeg utility to convert images into videos. Make sure that your version of +ffmpeg was built with the h264 library, since some versions of ffmpeg don’t include this codec by default.

+

If your images are PNGs, they must be first converted to JPG format. The ffmpeg utility won’t complain +about the input images being PNG, but the movie that it generates won’t play. (If you already have JPG +images, skip this step.) Here’s one possible conversion method:

> mogrify -format jpg myImageName.0*
 
-

This last step generates the mp4. Don’t forget to enclose the image path in single quotes:

+

Here is our recommended syntax to generate an mp4 video. Don’t forget to enclose the image path in single quotes:

>  ffmpeg -pattern_type glob -i '/someDisk/someUser/someDirectoryPath/myImageName.0*.jpg' -force_key_frames 0.0,0.04,0.08 myMovieName.mp4
 
diff --git a/docs/html/searchindex.js b/docs/html/searchindex.js index 6a68bae4a..ab1f96ee6 100644 --- a/docs/html/searchindex.js +++ b/docs/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["DELETE-methods/DELETE-Job", "DELETE-methods/DELETE-Model", "DELETE-methods/DELETE-Model-In-Project-Data", "DELETE-methods/DELETE-Model-Parameter", "DELETE-methods/DELETE-Project", "DELETE-methods/DELETE-Project-Cache", "DELETE-methods/DELETE-Project-Cache-Object", "DELETE-methods/DELETE-Project-Data", "DELETE-methods/DELETE-Project-Data-In-Model", "DELETE-methods/DELETE-Remote", "DELETE-methods/DELETE-Upload", "DELETE-methods/DELETE-logout", "DELETE-methods/DELETE-reference", "DELETE-methods/DELETE-rest-api", "GET-methods/GET-Bookmark", "GET-methods/GET-Configuration-GA-Tracking-ID", "GET-methods/GET-Configuration-Markings", "GET-methods/GET-Configuration-Parsers", "GET-methods/GET-Configuration-Remote-Hosts", "GET-methods/GET-Configuration-SMB-Domains", "GET-methods/GET-Configuration-SMB-Remote-Hosts", "GET-methods/GET-Configuration-Support-Email", "GET-methods/GET-Configuration-Version", "GET-methods/GET-Configuration-Wizards", "GET-methods/GET-Home", "GET-methods/GET-Model", "GET-methods/GET-Model-Arrayset-Data", "GET-methods/GET-Model-Arrayset-Metadata", "GET-methods/GET-Model-Command", "GET-methods/GET-Model-File", "GET-methods/GET-Model-Parameter", "GET-methods/GET-Model-Statistics", "GET-methods/GET-Model-Table-Chunk", "GET-methods/GET-Model-Table-Metadata", "GET-methods/GET-Model-Table-Sorted-Indices", "GET-methods/GET-Model-Table-Unsorted-Indices", "GET-methods/GET-Project", "GET-methods/GET-Project-Cache-Object", "GET-methods/GET-Project-Data", "GET-methods/GET-Project-Data-In-Model", "GET-methods/GET-Project-Data-Parameter", "GET-methods/GET-Project-File-Names", "GET-methods/GET-Project-Models", "GET-methods/GET-Project-References", "GET-methods/GET-Projects", "GET-methods/GET-Projects-List", "GET-methods/GET-Remote-File", "GET-methods/GET-Remote-Image", "GET-methods/GET-Remote-Video", "GET-methods/GET-Remotes", "GET-methods/GET-Selectable-Configuration-Markings", "GET-methods/GET-Timeseries-Names", "GET-methods/GET-User", "GET-methods/GET-rest-api", "GET-methods/GET_Last_Active_Tme", "POST-methods/POST-Cancel-Job", "POST-methods/POST-Check-Job", "POST-methods/POST-Events", "POST-methods/POST-Get-Job-Output", "POST-methods/POST-Model-Arrayset-Data", "POST-methods/POST-Model-Command", "POST-methods/POST-Model-Files", "POST-methods/POST-Model-Finish", "POST-methods/POST-Project-Bookmark", "POST-methods/POST-Project-Data", "POST-methods/POST-Project-Models", "POST-methods/POST-Projects", "POST-methods/POST-Remote-Browse", "POST-methods/POST-Remote-Launch", "POST-methods/POST-Remotes", "POST-methods/POST-Submit-Batch", "POST-methods/POST-Upload-Finished", "POST-methods/POST-Uploads", "POST-methods/POST-login", "POST-methods/POST-rest-api", "PUT-methods/PUT-Model", "PUT-methods/PUT-Model-Arrayset", "PUT-methods/PUT-Model-Arrayset-Array", "PUT-methods/PUT-Model-Arrayset-Data", "PUT-methods/PUT-Model-Command", "PUT-methods/PUT-Model-Inputs", "PUT-methods/PUT-Model-Parameter", "PUT-methods/PUT-Project", "PUT-methods/PUT-Project-CSV-Data", "PUT-methods/PUT-Project-Data-Parameter", "PUT-methods/PUT-Upload-File-Part", "PUT-methods/PUT-rest-api", "QuickStart", "coding-guidelines", "colophon", "design", "hyperchunks", "index", "manual/Acknowledgements", "manual/AddingText", "manual/AutoScale", "manual/Axes", "manual/Bookmarks", "manual/CCAModelVis", "manual/CarsExample", "manual/CategoricalFilters", "manual/CloseAllPins", "manual/ContinuousFilters", "manual/CorrelationView", "manual/CreatingCCAModel", "manual/CreatingPSModel", "manual/CreatingTSModel", "manual/DAC_Manual/Acknowledgements", "manual/DAC_Manual/AddingTableColumns", "manual/DAC_Manual/BookmarksTemplates", "manual/DAC_Manual/ColorPalettes", "manual/DAC_Manual/CombiningModels", "manual/DAC_Manual/CreatingDACModel", "manual/DAC_Manual/DACData", "manual/DAC_Manual/DACGenericFormat", "manual/DAC_Manual/DACGenericInput", "manual/DAC_Manual/DACInputFormats", "manual/DAC_Manual/DACModelVis", "manual/DAC_Manual/DerivedModels", "manual/DAC_Manual/DownloadPlotData", "manual/DAC_Manual/DownloadTableData", "manual/DAC_Manual/FilterPlots", "manual/DAC_Manual/LoadData", "manual/DAC_Manual/MetadataColorCoding", "manual/DAC_Manual/MetadataTable", "manual/DAC_Manual/ModelParseLog", "manual/DAC_Manual/ModelPreferences", "manual/DAC_Manual/NameModel", "manual/DAC_Manual/OptimizeSliderWeights", "manual/DAC_Manual/Options", "manual/DAC_Manual/OrderingPlotDisplays", "manual/DAC_Manual/OrderingTimeSeriesPlots", "manual/DAC_Manual/PTS_CSV_MetaFormat", "manual/DAC_Manual/PTS_CSV_MetaInput", "manual/DAC_Manual/PlotFocusSelection", "manual/DAC_Manual/PlotLinking", "manual/DAC_Manual/PlotResolution", "manual/DAC_Manual/PlotVariableSelection", "manual/DAC_Manual/PlotZooming", "manual/DAC_Manual/PointFocusSelection", "manual/DAC_Manual/PushScripts", "manual/DAC_Manual/Scatterplot", "manual/DAC_Manual/ScatterplotZoom", "manual/DAC_Manual/SelectingPointSets", "manual/DAC_Manual/Sliders", "manual/DAC_Manual/SubsetAnalysis", "manual/DAC_Manual/TDMSFormat", "manual/DAC_Manual/TDMSInput", "manual/DAC_Manual/TableColumns", "manual/DAC_Manual/TableFiltering", "manual/DAC_Manual/TableFocusSelection", "manual/DAC_Manual/TableRowSelection", "manual/DAC_Manual/TableSorting", "manual/DAC_Manual/TemporalVariables", "manual/DAC_Manual/TimeFilteredModels", "manual/DAC_Manual/TimeSeriesPlots", "manual/DAC_Manual/WeatherExample", "manual/DAC_Manual/dac.model", "manual/DatatableCreation", "manual/Dendrogram", "manual/DendrogramControl", "manual/DendrogramFiltering", "manual/Filter", "manual/FindData", "manual/GettingStarted", "manual/HPCParams", "manual/LocalFiles", "manual/MediaSet", "manual/MissingValues", "manual/Models", "manual/NameModel", "manual/Navbar", "manual/PSModelVis", "manual/PSVariableTable", "manual/PointColor", "manual/Projects", "manual/RemoteFiles", "manual/ScatterplotView", "manual/SelectColumns", "manual/SelectionAction", "manual/ShowAll", "manual/SimulationView", "manual/Sparklines", "manual/TAISDataSet", "manual/TSModelVis", "manual/TSParams", "manual/TSSimView", "manual/TSVariableTable", "manual/Templates", "manual/TimeSeriesData", "manual/VariableTable", "manual/VideoSynch", "manual/cca.model", "manual/parameter.space.model", "manual/slycat.overview", "manual/timeseries.model", "manual/user-manual", "python-api", "rest-api", "slycat-packages/slycat.darray", "slycat-packages/slycat.hdf5", "slycat-packages/slycat.hyperchunks", "slycat-packages/slycat.uri", "slycat-packages/slycat.web.client", "slycat-packages/slycat.web.server", "slycat-packages/slycat.web.server.authentication", "slycat-packages/slycat.web.server.database.couchdb", "slycat-packages/slycat.web.server.engine", "slycat-packages/slycat.web.server.handlers", "slycat-packages/slycat.web.server.hdf5", "slycat-packages/slycat.web.server.plugin", "slycat-packages/slycat.web.server.remote"], "filenames": ["DELETE-methods/DELETE-Job.rst", "DELETE-methods/DELETE-Model.rst", "DELETE-methods/DELETE-Model-In-Project-Data.rst", "DELETE-methods/DELETE-Model-Parameter.rst", "DELETE-methods/DELETE-Project.rst", "DELETE-methods/DELETE-Project-Cache.rst", "DELETE-methods/DELETE-Project-Cache-Object.rst", "DELETE-methods/DELETE-Project-Data.rst", "DELETE-methods/DELETE-Project-Data-In-Model.rst", "DELETE-methods/DELETE-Remote.rst", "DELETE-methods/DELETE-Upload.rst", "DELETE-methods/DELETE-logout.rst", "DELETE-methods/DELETE-reference.rst", "DELETE-methods/DELETE-rest-api.rst", "GET-methods/GET-Bookmark.rst", "GET-methods/GET-Configuration-GA-Tracking-ID.rst", "GET-methods/GET-Configuration-Markings.rst", "GET-methods/GET-Configuration-Parsers.rst", "GET-methods/GET-Configuration-Remote-Hosts.rst", "GET-methods/GET-Configuration-SMB-Domains.rst", "GET-methods/GET-Configuration-SMB-Remote-Hosts.rst", "GET-methods/GET-Configuration-Support-Email.rst", "GET-methods/GET-Configuration-Version.rst", "GET-methods/GET-Configuration-Wizards.rst", "GET-methods/GET-Home.rst", "GET-methods/GET-Model.rst", "GET-methods/GET-Model-Arrayset-Data.rst", "GET-methods/GET-Model-Arrayset-Metadata.rst", "GET-methods/GET-Model-Command.rst", "GET-methods/GET-Model-File.rst", "GET-methods/GET-Model-Parameter.rst", "GET-methods/GET-Model-Statistics.rst", "GET-methods/GET-Model-Table-Chunk.rst", "GET-methods/GET-Model-Table-Metadata.rst", "GET-methods/GET-Model-Table-Sorted-Indices.rst", "GET-methods/GET-Model-Table-Unsorted-Indices.rst", "GET-methods/GET-Project.rst", "GET-methods/GET-Project-Cache-Object.rst", "GET-methods/GET-Project-Data.rst", "GET-methods/GET-Project-Data-In-Model.rst", "GET-methods/GET-Project-Data-Parameter.rst", "GET-methods/GET-Project-File-Names.rst", "GET-methods/GET-Project-Models.rst", "GET-methods/GET-Project-References.rst", "GET-methods/GET-Projects.rst", "GET-methods/GET-Projects-List.rst", "GET-methods/GET-Remote-File.rst", "GET-methods/GET-Remote-Image.rst", "GET-methods/GET-Remote-Video.rst", "GET-methods/GET-Remotes.rst", "GET-methods/GET-Selectable-Configuration-Markings.rst", "GET-methods/GET-Timeseries-Names.rst", "GET-methods/GET-User.rst", "GET-methods/GET-rest-api.rst", "GET-methods/GET_Last_Active_Tme.rst", "POST-methods/POST-Cancel-Job.rst", "POST-methods/POST-Check-Job.rst", "POST-methods/POST-Events.rst", "POST-methods/POST-Get-Job-Output.rst", "POST-methods/POST-Model-Arrayset-Data.rst", "POST-methods/POST-Model-Command.rst", "POST-methods/POST-Model-Files.rst", "POST-methods/POST-Model-Finish.rst", "POST-methods/POST-Project-Bookmark.rst", "POST-methods/POST-Project-Data.rst", "POST-methods/POST-Project-Models.rst", "POST-methods/POST-Projects.rst", "POST-methods/POST-Remote-Browse.rst", "POST-methods/POST-Remote-Launch.rst", "POST-methods/POST-Remotes.rst", "POST-methods/POST-Submit-Batch.rst", "POST-methods/POST-Upload-Finished.rst", "POST-methods/POST-Uploads.rst", "POST-methods/POST-login.rst", "POST-methods/POST-rest-api.rst", "PUT-methods/PUT-Model.rst", "PUT-methods/PUT-Model-Arrayset.rst", "PUT-methods/PUT-Model-Arrayset-Array.rst", "PUT-methods/PUT-Model-Arrayset-Data.rst", "PUT-methods/PUT-Model-Command.rst", "PUT-methods/PUT-Model-Inputs.rst", "PUT-methods/PUT-Model-Parameter.rst", "PUT-methods/PUT-Project.rst", "PUT-methods/PUT-Project-CSV-Data.rst", "PUT-methods/PUT-Project-Data-Parameter.rst", "PUT-methods/PUT-Upload-File-Part.rst", "PUT-methods/PUT-rest-api.rst", "QuickStart.rst", "coding-guidelines.rst", "colophon.rst", "design.rst", "hyperchunks.rst", "index.rst", "manual/Acknowledgements.rst", "manual/AddingText.rst", "manual/AutoScale.rst", "manual/Axes.rst", "manual/Bookmarks.rst", "manual/CCAModelVis.rst", "manual/CarsExample.rst", "manual/CategoricalFilters.rst", "manual/CloseAllPins.rst", "manual/ContinuousFilters.rst", "manual/CorrelationView.rst", "manual/CreatingCCAModel.rst", "manual/CreatingPSModel.rst", "manual/CreatingTSModel.rst", "manual/DAC_Manual/Acknowledgements.rst", "manual/DAC_Manual/AddingTableColumns.rst", "manual/DAC_Manual/BookmarksTemplates.rst", "manual/DAC_Manual/ColorPalettes.rst", "manual/DAC_Manual/CombiningModels.rst", "manual/DAC_Manual/CreatingDACModel.rst", "manual/DAC_Manual/DACData.rst", "manual/DAC_Manual/DACGenericFormat.rst", "manual/DAC_Manual/DACGenericInput.rst", "manual/DAC_Manual/DACInputFormats.rst", "manual/DAC_Manual/DACModelVis.rst", "manual/DAC_Manual/DerivedModels.rst", "manual/DAC_Manual/DownloadPlotData.rst", "manual/DAC_Manual/DownloadTableData.rst", "manual/DAC_Manual/FilterPlots.rst", "manual/DAC_Manual/LoadData.rst", "manual/DAC_Manual/MetadataColorCoding.rst", "manual/DAC_Manual/MetadataTable.rst", "manual/DAC_Manual/ModelParseLog.rst", "manual/DAC_Manual/ModelPreferences.rst", "manual/DAC_Manual/NameModel.rst", "manual/DAC_Manual/OptimizeSliderWeights.rst", "manual/DAC_Manual/Options.rst", "manual/DAC_Manual/OrderingPlotDisplays.rst", "manual/DAC_Manual/OrderingTimeSeriesPlots.rst", "manual/DAC_Manual/PTS_CSV_MetaFormat.rst", "manual/DAC_Manual/PTS_CSV_MetaInput.rst", "manual/DAC_Manual/PlotFocusSelection.rst", "manual/DAC_Manual/PlotLinking.rst", "manual/DAC_Manual/PlotResolution.rst", "manual/DAC_Manual/PlotVariableSelection.rst", "manual/DAC_Manual/PlotZooming.rst", "manual/DAC_Manual/PointFocusSelection.rst", "manual/DAC_Manual/PushScripts.rst", "manual/DAC_Manual/Scatterplot.rst", "manual/DAC_Manual/ScatterplotZoom.rst", "manual/DAC_Manual/SelectingPointSets.rst", "manual/DAC_Manual/Sliders.rst", "manual/DAC_Manual/SubsetAnalysis.rst", "manual/DAC_Manual/TDMSFormat.rst", "manual/DAC_Manual/TDMSInput.rst", "manual/DAC_Manual/TableColumns.rst", "manual/DAC_Manual/TableFiltering.rst", "manual/DAC_Manual/TableFocusSelection.rst", "manual/DAC_Manual/TableRowSelection.rst", "manual/DAC_Manual/TableSorting.rst", "manual/DAC_Manual/TemporalVariables.rst", "manual/DAC_Manual/TimeFilteredModels.rst", "manual/DAC_Manual/TimeSeriesPlots.rst", "manual/DAC_Manual/WeatherExample.rst", "manual/DAC_Manual/dac.model.rst", "manual/DatatableCreation.rst", "manual/Dendrogram.rst", "manual/DendrogramControl.rst", "manual/DendrogramFiltering.rst", "manual/Filter.rst", "manual/FindData.rst", "manual/GettingStarted.rst", "manual/HPCParams.rst", "manual/LocalFiles.rst", "manual/MediaSet.rst", "manual/MissingValues.rst", "manual/Models.rst", "manual/NameModel.rst", "manual/Navbar.rst", "manual/PSModelVis.rst", "manual/PSVariableTable.rst", "manual/PointColor.rst", "manual/Projects.rst", "manual/RemoteFiles.rst", "manual/ScatterplotView.rst", "manual/SelectColumns.rst", "manual/SelectionAction.rst", "manual/ShowAll.rst", "manual/SimulationView.rst", "manual/Sparklines.rst", "manual/TAISDataSet.rst", "manual/TSModelVis.rst", "manual/TSParams.rst", "manual/TSSimView.rst", "manual/TSVariableTable.rst", "manual/Templates.rst", "manual/TimeSeriesData.rst", "manual/VariableTable.rst", "manual/VideoSynch.rst", "manual/cca.model.rst", "manual/parameter.space.model.rst", "manual/slycat.overview.rst", "manual/timeseries.model.rst", "manual/user-manual.rst", "python-api.rst", "rest-api.rst", "slycat-packages/slycat.darray.rst", "slycat-packages/slycat.hdf5.rst", "slycat-packages/slycat.hyperchunks.rst", "slycat-packages/slycat.uri.rst", "slycat-packages/slycat.web.client.rst", "slycat-packages/slycat.web.server.rst", "slycat-packages/slycat.web.server.authentication.rst", "slycat-packages/slycat.web.server.database.couchdb.rst", "slycat-packages/slycat.web.server.engine.rst", "slycat-packages/slycat.web.server.handlers.rst", "slycat-packages/slycat.web.server.hdf5.rst", "slycat-packages/slycat.web.server.plugin.rst", "slycat-packages/slycat.web.server.remote.rst"], "titles": ["DELETE Job", "DELETE Model", "DELETE Model In Project Data", "DELETE Model Parameter", "DELETE Project", "DELETE Project Cache", "DELETE Project Cache Object", "DELETE Project Data", "DELETE Project Data In Model Data", "DELETE Remote", "DELETE Upload", "DELETE Logout", "DELETE Reference", "DELETE METHODS", "GET Bookmark", "GET Configuration GA Tracking ID", "GET Configuration Markings", "GET Configuration Parsers", "GET Configuration Remote Hosts", "GET SMB Domain Names", "GET Configuration SMB Remote Hosts", "GET Configuration Support Email", "GET Configuration Version", "GET Configuration Wizards", "GET Home", "GET Model", "GET Model Arrayset Data", "GET Model Arrayset Metadata", "GET Model Command", "GET Model File", "GET Model Parameter", "GET Model Statistics", "GET Model Table Chunk", "GET Model Table Metadata", "GET Model Table Sorted Indices", "GET Model Table Unsorted Indices", "GET Project", "GET Project Cache Object", "GET Project Data", "GET Project Data In Model", "GET Project Data Parameter", "GET Project File Names", "GET Project Models", "GET Project References", "GET Projects", "GET Projects List", "GET Remote File", "GET Remote Image", "GET Remote Video", "GET Remotes", "GET Selectable Configuration Markings", "GET Timeseries Names", "GET User", "GET METHODS", "GET Last Active Time", "POST Cancel Job", "POST Check Job", "POST Events", "POST Get Job Output", "POST Model Arrayset Data", "POST Model Command", "POST Model Files", "POST Model Finish", "POST Project Bookmark", "POST Project Data", "POST Project Models", "POST Projects", "POST Remote Browse", "POST Remote Launch", "POST Remotes", "POST Submit Batch", "POST Upload Finished", "POST Uploads", "POST Login", "POST METHODS", "PUT Model", "PUT Model Arrayset", "PUT Model Arrayset Array", "PUT Model Arrayset Data", "PUT Model Command", "PUT Model Inputs", "PUT Model Parameter", "PUT Project", "PUT Project CSV Data", "PUT Project Data Parameter", "PUT Upload File Part", "PUT METHODS", "Running Slycat Server", "Coding Guidelines", "Colophon", "Design", "Hyperchunks", "Welcome!!", "Acknowledgements", "Adding Text ", "Automatic Scaling", "Axis Controls", "Bookmarks", "CCA Model Visualization", "Cars Example Data Set", "Categorical Filters", "Close All Pins", "Continuous Filters", "Correlation View", "Creating a CCA Model", "Creating a Parameter Space Model", "Creating a Time Series Model", "Acknowledgements", "Adding Table Columns", "Bookmarks and Templates", "Color Palettes", "Combining Models", "Model Creation", "Data Formats", "Dial-A-Cluster Generic Format", "DAC Generic Zip Input", "DAC Input Formats", "Model Views", "Derived Models", "Download Plot Data ", "Download Table Data ", "Filter Plots ", "Loading Data and Progress Indicators", "Metadata Color-Coding", "Metadata Table", "Model Parse Log", "Model Preferences", "Name Model", "Optimize Slider Weights ", "Options", "Ordering Plot Displays ", "Ordering Time Series Plots ", "PTS CSV/META Zip Format", "PTS CSV/META Zip Input", "Plot Focus Selection", "Plot Linking", "Plot Resolution Indicators ", "Plot Variable Selection", "Plot Zooming", "Point Focus Selection", "Push Scripts", "Scatterplot", "Scatterplot Zoom ", "Selecting Point Sets ", "Sliders", "Subset Analysis ", "TDMS Format", "Switchtube TDMS Input", "Table Columns", "Table Filtering", "Table Focus Selection", "Table Row Selection", "Table Sorting", "Temporal Variables", "Time Filtered Models", "Time Series Plots", "Weather Example Data Set", "Dial-A-Cluster Model", "Data Table Creation", "Dendrogram View", "Dendrogram Expansion/Contraction", "Dendrogram Visibility Filtering", "Filtering", "Find Data Dialog", "Getting Started", "High Performance Computing Parameters Dialog", "Local Files", "Media Set", "Missing Values", "Models", "Name Model", "Slycat\u2122 Navbar", "Parameter Space Model Visualization", "Variable Table", "Point Color", "Projects", "Remote Files", "Scatterplot View", "Select Columns", "Selection Action", "Show All", "Simulation View", "Sparklines", "Taylor Anvil Impact Scenario (TAIS) Data Set", "Time Series Model Visualization", "Time Series Parameters Dialog", "Time Series Simulation View", "Time Series Variable Table", "Templates", "Time Series Data", "Variable Table", "Video Synchronization ", "Canonical Correlation Analysis Model", "Parameter Space Model", "Overview", "Timeseries Model", "Slycat User Manual", "Python API", "REST API", "slycat.darray", "slycat.hdf5", "slycat.hyperchunks", "slycat.uri", "slycat.web.client", "slycat.web.server", "slycat.web.server.authentication", "slycat.web.server.database.couchdb", "slycat.web.server.engine", "slycat.web.server.handlers", "slycat.web.server.hdf5", "slycat.web.server.plugin", "slycat.web.server.remote"], "terms": {"api": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 92, 199, 202, 203, 204, 208], "remot": [0, 13, 19, 37, 53, 55, 56, 58, 61, 70, 72, 74, 85, 90, 92, 104, 106, 112, 163, 166, 167, 172, 177, 178, 185, 192, 193, 194, 197, 203, 204, 208], "hostnam": [0, 9, 18, 20, 37, 46, 47, 48, 49, 61, 67, 69, 73, 158, 163, 176, 202, 203, 204, 208, 211], "jid": [0, 55, 56, 58, 70, 204, 208, 211], "call": [0, 10, 27, 47, 48, 51, 52, 71, 72, 140, 182, 189, 203, 204, 208, 210, 211], "cancel": [0, 10, 56, 58, 68, 70, 74, 175, 203, 208, 211], "us": [0, 7, 10, 26, 27, 28, 32, 33, 34, 35, 41, 46, 47, 48, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 67, 68, 69, 70, 71, 72, 78, 79, 82, 85, 91, 92, 94, 95, 96, 97, 99, 100, 102, 103, 104, 105, 106, 108, 110, 111, 114, 115, 117, 119, 121, 122, 123, 125, 126, 127, 129, 130, 132, 133, 135, 136, 139, 140, 143, 145, 146, 147, 149, 150, 151, 152, 156, 157, 158, 159, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 198, 199, 200, 202, 203, 204, 206, 208, 209, 210, 211], "connect": [0, 1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 69, 87, 160, 167, 176, 197, 203, 204, 206, 208, 211], "session": [0, 9, 10, 11, 46, 47, 48, 49, 55, 56, 58, 61, 67, 68, 69, 70, 71, 72, 73, 85, 97, 163, 197, 203, 204, 207, 208, 211], "an": [0, 3, 6, 10, 14, 16, 26, 27, 28, 29, 32, 33, 37, 43, 45, 46, 47, 48, 49, 55, 56, 58, 59, 60, 63, 66, 67, 68, 69, 70, 72, 76, 77, 78, 79, 85, 87, 90, 91, 92, 94, 97, 99, 100, 102, 105, 106, 111, 114, 116, 118, 122, 124, 127, 128, 129, 132, 134, 135, 140, 147, 149, 150, 154, 155, 156, 157, 158, 159, 164, 165, 167, 169, 170, 171, 172, 173, 175, 181, 183, 184, 186, 188, 190, 191, 193, 194, 195, 199, 200, 202, 203, 204, 205, 208, 209, 210, 211], "hpc": [0, 90, 106, 165, 177, 194, 208, 211], "machin": [0, 87, 97, 104, 106, 112, 120, 144, 163, 167, 176, 189], "submit": [0, 55, 56, 58, 68, 74, 163, 203, 204, 211], "command": [0, 53, 55, 56, 58, 68, 70, 74, 86, 92, 114, 140, 203, 204, 208, 210, 211], "slycat": [0, 11, 17, 18, 21, 25, 31, 36, 42, 43, 44, 45, 46, 47, 48, 51, 52, 55, 56, 58, 61, 67, 68, 69, 70, 72, 73, 82, 83, 88, 89, 90, 91, 92, 97, 98, 104, 106, 108, 109, 111, 112, 122, 127, 157, 158, 162, 163, 164, 165, 167, 169, 170, 176, 179, 185, 186, 189, 191, 192, 194, 195, 197, 198], "agent": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 68, 69, 70, 73, 77, 78, 79, 82, 83, 84, 90, 163, 203, 204, 208, 211], "run": [0, 47, 48, 56, 70, 89, 90, 92, 98, 140, 163, 169, 178, 179, 182, 183, 189, 190, 192, 194, 204, 208, 210, 211], "cluster": [0, 29, 55, 56, 58, 70, 92, 106, 108, 109, 112, 113, 115, 116, 117, 122, 159, 163, 165, 167, 185, 196, 204, 211], "slurm": [0, 55, 56, 58, 70, 204, 211], "paramet": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 23, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 42, 44, 46, 47, 48, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 75, 76, 77, 78, 79, 80, 82, 83, 85, 86, 91, 92, 97, 101, 104, 106, 126, 127, 129, 133, 147, 162, 163, 169, 177, 183, 184, 189, 192, 194, 195, 196, 200, 201, 203, 204, 208, 210, 211], "name": [0, 25, 27, 28, 30, 31, 32, 33, 36, 38, 42, 43, 44, 45, 52, 53, 60, 61, 64, 65, 66, 67, 70, 72, 73, 75, 77, 78, 79, 81, 82, 83, 91, 92, 96, 97, 103, 104, 108, 111, 112, 114, 115, 129, 132, 133, 136, 137, 140, 147, 152, 154, 156, 157, 158, 164, 165, 166, 167, 169, 171, 173, 174, 175, 176, 178, 181, 185, 186, 188, 189, 190, 192, 199, 203, 204, 208, 210, 211], "host": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 59, 60, 61, 63, 65, 66, 69, 72, 73, 77, 78, 79, 82, 83, 84, 85, 89, 90, 140, 163, 166, 169, 176, 185, 203, 204, 208, 211], "where": [0, 90, 95, 97, 98, 102, 103, 105, 106, 108, 114, 117, 122, 123, 128, 132, 140, 157, 158, 163, 164, 168, 169, 177, 178, 183, 184, 186, 189, 190, 191, 192, 194, 203, 204, 210], "i": [0, 7, 10, 16, 26, 27, 30, 32, 33, 34, 35, 37, 46, 47, 48, 49, 57, 58, 59, 63, 66, 69, 71, 76, 78, 81, 85, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 114, 116, 117, 119, 120, 121, 122, 123, 125, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 190, 191, 192, 193, 194, 195, 199, 200, 202, 203, 204, 205, 207, 208, 210, 211], "id": [0, 3, 26, 27, 29, 30, 31, 33, 34, 35, 38, 39, 51, 52, 53, 55, 56, 58, 59, 61, 63, 64, 65, 66, 67, 69, 70, 72, 76, 77, 78, 81, 85, 97, 165, 203, 204, 206, 207, 208, 211], "statu": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 20, 21, 22, 23, 24, 37, 38, 39, 40, 41, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 58, 67, 68, 69, 70, 71, 72, 75, 83, 85, 106, 203, 204, 208, 211], "code": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 20, 21, 22, 23, 24, 37, 38, 39, 40, 41, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 58, 67, 68, 69, 70, 71, 72, 85, 89, 92, 96, 98, 103, 117, 128, 141, 143, 144, 148, 161, 167, 169, 174, 175, 177, 182, 183, 184, 189, 190, 192, 195, 203], "204": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 203, 208], "No": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 108, 203], "content": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 97, 115, 120, 133, 171, 175, 199, 200, 203, 204, 206, 208, 211], "The": [0, 1, 4, 5, 6, 9, 10, 26, 27, 29, 30, 32, 33, 37, 44, 46, 47, 48, 55, 56, 57, 58, 59, 61, 62, 63, 66, 67, 68, 69, 70, 71, 72, 77, 78, 81, 85, 87, 89, 91, 92, 94, 95, 96, 97, 98, 101, 102, 103, 104, 105, 106, 108, 110, 111, 112, 114, 115, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 157, 158, 159, 160, 161, 164, 165, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 197, 198, 199, 200, 203, 204, 208, 210], "ha": [0, 5, 6, 9, 46, 47, 48, 54, 69, 71, 72, 87, 91, 97, 102, 105, 108, 110, 111, 114, 119, 125, 127, 132, 136, 140, 147, 149, 156, 160, 161, 164, 167, 169, 170, 171, 174, 175, 178, 179, 184, 185, 192, 199, 203, 205, 208, 211], "been": [0, 1, 4, 5, 6, 9, 10, 46, 47, 48, 55, 56, 58, 67, 68, 70, 71, 72, 77, 78, 87, 97, 102, 104, 105, 108, 109, 110, 111, 119, 120, 125, 127, 136, 140, 145, 149, 154, 155, 160, 162, 164, 167, 170, 171, 174, 175, 178, 179, 189, 190, 203, 208, 210], "400": [0, 11, 46, 47, 48, 55, 56, 58, 67, 68, 69, 70, 71, 72, 208], "bad": [0, 11, 46, 47, 48, 55, 56, 58, 67, 68, 69, 70, 71, 72, 192, 208], "request": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 163, 198, 203, 204, 205, 208, 210], "messag": [0, 25, 31, 42, 46, 47, 48, 55, 56, 58, 67, 68, 70, 75, 83, 111, 122, 135, 154, 170, 203, 204, 208, 211], "from": [0, 2, 6, 8, 11, 17, 26, 29, 32, 33, 37, 42, 44, 46, 47, 58, 59, 61, 64, 67, 69, 72, 73, 80, 85, 91, 95, 97, 99, 102, 103, 104, 106, 108, 111, 112, 114, 115, 117, 123, 125, 126, 128, 129, 132, 134, 137, 139, 140, 141, 143, 144, 145, 147, 148, 151, 153, 154, 156, 157, 159, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 199, 200, 202, 203, 204, 205, 208, 209, 210, 211], "displai": [0, 17, 87, 96, 97, 98, 102, 103, 105, 108, 119, 124, 125, 128, 129, 131, 135, 137, 138, 144, 147, 148, 149, 153, 155, 157, 159, 162, 164, 166, 167, 169, 170, 171, 174, 175, 176, 177, 178, 181, 184, 186, 190, 203, 210], "500": [0, 55, 56, 58, 68, 69, 70, 129, 136, 185], "intern": [0, 55, 56, 58, 62, 68, 69, 70, 93, 107, 133, 157, 189], "server": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 81, 82, 83, 84, 90, 92, 97, 127, 140, 164, 169, 170, 197, 198, 202, 203], "error": [0, 31, 42, 46, 47, 48, 55, 56, 58, 67, 68, 69, 70, 114, 122, 132, 135, 140, 204, 208, 211], "present": [0, 16, 55, 56, 58, 70, 111, 122, 124, 140, 154, 162, 167, 168, 169, 177, 180, 181, 184, 211], "sampl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 73, 76, 77, 78, 79, 81, 82, 83, 84, 92, 114, 122, 132, 136, 156, 157, 158, 184, 185, 189, 192, 194, 195], "132435": 0, "http": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 73, 76, 77, 78, 79, 81, 82, 83, 84, 87, 88, 89, 99, 140, 146, 185, 198, 199, 203, 204, 210], "1": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 73, 76, 77, 78, 79, 81, 82, 83, 84, 87, 91, 95, 99, 102, 104, 108, 128, 132, 140, 144, 157, 158, 161, 169, 176, 178, 182, 183, 192, 194, 203, 204], "localhost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 87, 140, 203], "8093": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 77, 78, 79, 82, 83, 84], "length": [0, 5, 6, 7, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 91, 102, 103, 129, 203], "0": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 63, 65, 66, 69, 73, 76, 77, 78, 81, 89, 91, 95, 99, 102, 144, 161, 167, 199, 204, 208], "author": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 77, 78, 79, 82, 83, 84, 164], "basic": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 77, 78, 79, 82, 83, 84, 203], "c2x5y2f0onnsewnhda": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 77, 78, 79, 82, 83, 84], "accept": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 71, 73, 77, 78, 79, 82, 83, 84, 104, 113, 185, 189], "encod": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 97, 103, 132, 143, 157, 169, 174, 178, 184, 190, 204, 208], "gzip": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "deflat": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "compress": [0, 6, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 90, 159, 167, 211], "user": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 53, 54, 57, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 90, 92, 93, 104, 105, 108, 109, 111, 118, 119, 126, 129, 130, 133, 135, 136, 138, 144, 147, 153, 154, 157, 163, 165, 183, 192, 194, 195, 203, 204, 208, 210, 211], "python": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 88, 89, 91, 92, 140, 199, 203, 207], "2": [0, 9, 22, 25, 28, 29, 30, 31, 32, 33, 57, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 91, 103, 108, 114, 129, 140, 144, 147, 157, 158, 159, 164, 176, 178, 181, 183, 192, 203, 208], "3": [0, 9, 22, 25, 27, 28, 31, 32, 33, 57, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 89, 91, 100, 104, 105, 114, 133, 140, 144, 157, 158, 171, 178, 192, 203], "cpython": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "7": [0, 9, 25, 26, 28, 31, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 91, 133, 169], "5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 77, 78, 79, 82, 83, 84, 91, 100, 104, 105, 116, 132, 158, 171, 192], "linux": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "6": [0, 9, 25, 26, 28, 31, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 91, 100, 115, 132, 175], "32": [0, 9, 28, 32, 33, 46, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 102, 138], "358": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "23": [0, 9, 28, 32, 33, 41, 59, 60, 77, 78, 79, 82, 83, 84, 103, 123, 132, 181, 190], "el6": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "x86_64": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "respons": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 81, 82, 83, 84, 142, 167, 203, 204, 208, 211], "date": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 171], "mon": [0, 5, 6, 7, 9, 28, 60, 76, 77, 79, 81, 82, 83, 84], "25": [0, 5, 6, 7, 9, 28, 42, 60, 63, 76, 77, 79, 81, 82, 83, 84, 105, 143, 183, 192], "nov": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 76, 77, 78, 79, 81, 82, 83, 84], "2013": [0, 9, 28, 32, 33, 44, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 104, 192], "20": [0, 5, 6, 7, 9, 15, 17, 18, 19, 20, 21, 22, 23, 25, 28, 29, 30, 31, 37, 38, 39, 40, 41, 42, 43, 45, 49, 54, 60, 76, 77, 78, 79, 81, 82, 83, 84, 91, 123, 128, 129, 132, 144, 148, 160, 178], "35": [0, 5, 6, 7, 9, 15, 17, 18, 19, 20, 21, 22, 23, 26, 36, 38, 39, 40, 41, 43, 44, 45, 49, 54, 82, 83, 84, 91, 151, 168], "59": [0, 5, 6, 7, 9, 82, 83, 84, 160], "gmt": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84], "type": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 92, 94, 97, 102, 103, 105, 106, 108, 110, 114, 147, 149, 158, 162, 163, 167, 169, 171, 175, 176, 181, 184, 185, 188, 194, 199, 200, 201, 203, 204, 206, 208, 210, 211], "text": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 38, 39, 40, 41, 43, 45, 49, 50, 54, 58, 67, 76, 81, 105, 108, 122, 124, 129, 132, 157, 172, 175, 177, 193], "html": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 44, 73, 76, 81, 88, 89, 146, 185, 208, 210], "charset": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 76, 81], "utf": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 76, 81], "8": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 25, 29, 31, 32, 38, 39, 40, 41, 43, 45, 49, 54, 76, 81, 88, 91, 100, 105, 147, 169, 182], "cherrypi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 206, 208, 210], "14": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50, 51, 52, 104, 117, 122, 123, 155], "post": [0, 1, 9, 10, 11, 14, 25, 28, 44, 45, 46, 47, 48, 75, 79, 85, 92, 104, 189, 198, 203, 208, 210], "mid": [1, 2, 3, 8, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 39, 40, 43, 59, 60, 61, 62, 65, 72, 75, 76, 77, 78, 79, 80, 81, 83, 84, 203, 204, 208], "all": [1, 4, 26, 41, 59, 63, 71, 88, 91, 97, 98, 99, 100, 102, 103, 105, 106, 108, 111, 114, 119, 120, 122, 128, 129, 130, 135, 136, 139, 141, 144, 149, 156, 160, 161, 162, 164, 165, 167, 169, 170, 172, 175, 177, 178, 179, 181, 182, 184, 185, 186, 189, 190, 191, 192, 193, 199, 203, 208, 210], "its": [1, 4, 55, 56, 58, 68, 70, 91, 97, 98, 100, 103, 128, 139, 144, 159, 160, 162, 164, 167, 169, 171, 177, 178, 181, 182, 186, 190, 199, 200, 203, 206, 208, 210], "artifact": [1, 3, 4, 10, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 42, 59, 60, 61, 72, 76, 77, 78, 79, 80, 81, 83, 84, 90, 91, 92, 203, 204, 206, 208, 210], "string": [1, 2, 3, 5, 6, 7, 8, 10, 12, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 42, 46, 47, 48, 51, 52, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 99, 105, 128, 158, 178, 199, 200, 201, 202, 203, 204, 208, 210, 211], "uniqu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 42, 46, 47, 48, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 102, 127, 132, 164, 184, 203, 204, 208, 210, 211], "identifi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 42, 46, 47, 48, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 104, 106, 132, 143, 146, 163, 170, 178, 185, 202, 203, 204, 208, 209, 210, 211], "have": [1, 4, 10, 18, 46, 47, 48, 55, 56, 58, 61, 64, 66, 67, 68, 70, 71, 72, 77, 78, 91, 92, 95, 99, 102, 104, 105, 106, 108, 109, 111, 114, 117, 119, 120, 125, 127, 132, 133, 140, 143, 145, 147, 149, 154, 155, 157, 161, 162, 163, 164, 165, 167, 169, 171, 175, 176, 177, 178, 185, 189, 190, 195, 203, 204, 205, 208, 210], "8b8122539570439cb3703c0f8806158e": [1, 2, 3, 8], "br": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "languag": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 91, 198], "en": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 89, 146], "u": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 91, 93, 107, 146, 178, 183, 192, 204], "q": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "9": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 132, 147, 160, 169, 182], "keep": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 169, 175, 189, 199, 207], "aliv": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "cooki": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73, 204], "slycattimeout": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73], "timeout": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73], "slycatauth": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73], "52230b361ec442ffa6d608da64ab4617": [1, 2, 3, 4, 8, 12], "dnt": [1, 2, 3, 4, 8, 10, 11, 12, 14, 16, 19, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50, 51, 52], "9000": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 87, 140], "origin": [1, 2, 3, 4, 7, 8, 10, 11, 12, 48, 73, 90, 95, 98, 99, 100, 102, 105, 132, 140, 142, 145, 172, 178, 184, 188, 189, 190, 192, 195], "refer": [1, 2, 3, 4, 8, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 49, 50, 51, 52, 53, 54, 80, 158, 167, 185, 187, 192, 194, 200, 203], "a0a6c7d6694b4f99a5b7aa635f3f44a4": [1, 2, 3, 8, 12], "mozilla": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "macintosh": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "intel": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "mac": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 87, 132, 167], "o": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 114, 159, 183, 192, 208], "x": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 67, 68, 70, 95, 96, 97, 114, 119, 132, 135, 169, 173, 175, 177, 181, 186, 188, 192, 195], "10_14_5": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "applewebkit": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "537": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "36": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 60, 76, 77, 79, 81, 150, 168], "khtml": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "like": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 57, 91, 105, 122, 132, 148, 189, 200, 203, 208], "gecko": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "chrome": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 92, 164, 167], "75": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "3770": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "80": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 30, 38, 39, 40, 41, 43, 45, 49, 50, 54, 59], "safari": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 92, 164, 167], "With": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 29, 30, 31, 36, 38, 39, 40, 41, 42, 43, 45, 49, 50, 51, 52, 54, 91, 99], "xmlhttprequest": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 29, 30, 31, 36, 38, 39, 40, 41, 42, 43, 45, 49, 50, 51, 52, 54], "power": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 175], "By": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 69, 80, 92, 95, 105, 123, 148, 153, 203], "express": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 67, 81, 91, 149, 203, 204, 208], "expir": [1, 2, 3, 4, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 67, 211], "pragma": [1, 2, 3, 4, 8, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "cach": [1, 2, 3, 4, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 97, 203, 204, 208, 211], "control": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 66, 82, 87, 91, 92, 94, 105, 117, 121, 143, 144, 151, 160, 161, 167, 172, 177, 178, 181, 184, 185, 186, 190, 191, 193, 203], "store": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 61, 63, 72, 78, 81, 90, 91, 92, 97, 106, 112, 126, 189, 199, 200, 203, 204, 206, 208, 209, 211], "must": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 62, 64, 66, 67, 68, 69, 70, 71, 72, 77, 78, 80, 91, 111, 114, 119, 120, 122, 132, 135, 140, 154, 163, 164, 167, 178, 189, 195, 203, 204, 208, 210, 211], "revalid": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "thu": [1, 2, 3, 4, 8, 11, 12, 25, 29, 30, 31, 37, 42, 44, 46, 61, 63, 65, 66, 69, 72, 73, 91, 143], "13": [1, 2, 3, 4, 8, 11, 12, 14, 25, 30, 31, 63, 91, 111, 122, 125, 188], "jun": [1, 2, 3, 4, 8, 10, 11, 12, 14, 16, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50], "2019": [1, 2, 3, 4, 8, 10, 11, 12, 14, 16, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50, 51, 52], "21": [1, 2, 3, 8, 12, 36, 37, 42, 43, 46, 63, 65, 66, 69, 73, 128, 178], "33": [1, 2, 3, 8, 12, 30, 63, 91, 102, 129, 135, 136], "05": [1, 2, 3, 8, 12, 42, 78], "close": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 94, 119, 122, 166, 167, 169, 172, 175, 177, 181, 183, 186, 191, 192, 193, 194, 211], "project": [1, 3, 12, 13, 14, 17, 23, 24, 25, 31, 46, 47, 48, 51, 52, 53, 69, 73, 74, 80, 86, 91, 92, 94, 97, 104, 106, 111, 112, 122, 123, 128, 132, 140, 141, 145, 146, 157, 164, 169, 170, 171, 192, 194, 196, 203, 205, 206, 208, 210], "pid": [1, 4, 5, 6, 14, 25, 36, 37, 38, 41, 42, 43, 45, 46, 47, 48, 63, 64, 65, 71, 72, 82, 83, 84, 85, 203, 208, 211], "get": [1, 4, 5, 6, 7, 55, 56, 59, 60, 62, 63, 65, 66, 67, 68, 70, 74, 75, 79, 81, 82, 83, 92, 138, 140, 190, 194, 195, 196, 198, 203, 204, 206, 208, 210], "put": [1, 4, 25, 26, 27, 28, 30, 36, 45, 59, 60, 62, 65, 71, 72, 91, 92, 140, 198, 203, 204, 210], "did": [2, 3, 7, 8, 12, 38, 39, 40, 41, 71, 84, 162, 182, 204, 208], "link": [2, 8, 12, 96, 97, 98, 117, 119, 139, 143, 155, 157, 167, 169, 172, 174, 182, 184, 206], "remov": [2, 8, 67, 95, 139, 143, 148, 153, 162, 169, 175, 178, 179, 186, 190, 192, 202, 208, 209], "1j2j34539570439cb3703c0f8806158e": [2, 8, 12], "aid": [3, 26, 27, 29, 30, 31, 32, 33, 34, 35, 59, 61, 72, 76, 77, 78, 81, 83, 84, 203, 204, 208], "data": [3, 12, 13, 17, 25, 27, 29, 31, 32, 34, 35, 37, 41, 42, 46, 53, 61, 71, 72, 74, 76, 77, 80, 85, 86, 90, 91, 92, 95, 98, 103, 104, 105, 106, 108, 111, 112, 114, 115, 116, 117, 118, 123, 124, 125, 127, 128, 132, 133, 136, 140, 141, 143, 144, 146, 147, 148, 149, 152, 154, 155, 157, 162, 164, 165, 166, 167, 168, 170, 172, 175, 176, 177, 178, 181, 184, 185, 188, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 203, 204, 208, 209, 210, 211], "model": [4, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 36, 37, 38, 40, 41, 43, 45, 46, 49, 50, 53, 54, 57, 63, 64, 66, 72, 74, 83, 86, 90, 91, 92, 97, 99, 101, 103, 108, 114, 115, 122, 123, 129, 132, 133, 136, 147, 148, 153, 155, 156, 158, 162, 164, 165, 166, 171, 173, 175, 176, 177, 178, 181, 185, 186, 187, 188, 189, 190, 191, 194, 196, 199, 203, 204, 206, 208, 210, 211], "9031c032d770b55db6e66fca0d000fc6": 4, "22": [4, 25, 42, 128, 170, 183], "26": [4, 32, 33, 36, 41, 59, 78, 105, 139, 143], "10": [4, 25, 27, 30, 31, 32, 33, 51, 52, 54, 77, 78, 91, 95, 97, 102, 132, 133, 147, 157, 190, 208], "entir": [5, 91, 102, 120, 149, 169, 184, 189, 190, 199], "object": [5, 13, 16, 17, 27, 46, 47, 48, 51, 52, 53, 55, 56, 58, 59, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 80, 81, 82, 84, 91, 104, 167, 169, 192, 199, 200, 202, 203, 204, 206, 208, 209, 210, 211], "dbaf026f919620acbf2e961ad732433d": [5, 6, 7, 9, 44], "2018": [5, 6, 7, 25, 31, 36, 43, 45], "kei": [5, 6, 37, 46, 47, 48, 103, 132, 143, 145, 151, 167, 177, 181, 186, 190, 200, 202, 203, 204, 208, 211], "file": [6, 10, 18, 20, 37, 47, 48, 49, 53, 58, 64, 67, 70, 71, 72, 74, 83, 86, 88, 89, 91, 98, 104, 106, 108, 114, 115, 119, 120, 122, 125, 127, 132, 133, 140, 144, 146, 147, 172, 177, 178, 184, 185, 192, 193, 195, 199, 200, 203, 204, 206, 208, 210, 211], "exampl": [6, 16, 20, 21, 36, 45, 51, 52, 61, 69, 72, 90, 91, 94, 95, 96, 97, 100, 103, 105, 114, 128, 132, 135, 140, 149, 155, 157, 158, 161, 162, 169, 172, 177, 178, 182, 184, 186, 192, 196, 199, 203, 208, 210, 211], "com": [6, 21, 51, 52, 69, 87, 89, 146, 158], "foo": [6, 26, 27, 44, 59, 82, 203], "bar": [6, 44, 82, 91, 97, 103, 122, 143, 164, 169, 181], "baz": [6, 81], "jpg": [6, 67, 158, 167], "raw": [7, 26, 59, 78, 90, 98, 132, 169, 172, 184], "wa": [7, 11, 67, 69, 72, 85, 93, 94, 106, 157, 167, 183, 192, 195, 204, 208, 211], "captur": [7, 63, 97, 141, 161, 194], "well": [7, 95, 98, 157, 169], "upload": [7, 13, 17, 61, 64, 74, 77, 78, 86, 108, 115, 122, 127, 140, 166, 203, 208], "state": [7, 14, 25, 31, 42, 62, 63, 75, 83, 95, 97, 100, 132, 156, 157, 161, 162, 167, 169, 175, 183, 186, 188, 191, 194, 203, 204, 208], "so": [7, 27, 63, 67, 90, 91, 96, 97, 98, 99, 100, 102, 103, 106, 108, 109, 114, 117, 126, 132, 134, 141, 145, 149, 157, 160, 161, 162, 167, 168, 169, 174, 175, 179, 180, 184, 185, 188, 195, 203, 208], "can": [7, 17, 26, 27, 32, 34, 35, 41, 46, 47, 59, 63, 64, 71, 78, 87, 89, 90, 91, 92, 94, 95, 96, 97, 99, 102, 103, 104, 105, 108, 110, 111, 114, 117, 118, 119, 122, 123, 125, 126, 127, 128, 129, 130, 132, 134, 137, 138, 139, 140, 142, 143, 146, 147, 148, 149, 151, 152, 153, 157, 158, 160, 161, 162, 164, 166, 167, 169, 171, 174, 175, 176, 177, 178, 179, 181, 184, 185, 186, 188, 189, 191, 192, 194, 195, 198, 199, 203, 208, 211], "creat": [7, 9, 23, 25, 31, 36, 42, 43, 44, 45, 46, 47, 48, 55, 56, 58, 64, 66, 67, 68, 69, 70, 72, 73, 85, 92, 97, 102, 111, 112, 114, 118, 122, 125, 127, 146, 148, 154, 158, 162, 164, 165, 167, 171, 175, 179, 188, 189, 190, 192, 193, 194, 195, 196, 197, 200, 202, 203, 204, 208, 209, 210, 211], "new": [7, 23, 64, 65, 66, 69, 72, 75, 77, 81, 82, 88, 95, 96, 97, 102, 103, 104, 106, 108, 111, 112, 114, 118, 122, 127, 129, 132, 139, 143, 151, 154, 167, 169, 170, 171, 174, 175, 181, 183, 186, 188, 190, 192, 200, 203, 204, 208, 209, 210], "right": [7, 94, 95, 96, 97, 98, 100, 103, 108, 111, 116, 117, 119, 121, 123, 127, 128, 131, 137, 138, 143, 144, 157, 159, 166, 167, 169, 170, 171, 173, 175, 176, 179, 181, 182, 184, 186, 188, 191], "off": [7, 95, 97, 100, 105, 169], "without": [7, 27, 103, 140, 188], "again": [7, 10, 71, 100, 103, 119, 120, 129, 139, 140, 149, 162, 168, 179, 180, 190, 208], "93af026f919620acbf2e961ad732433d": 7, "deprec": [9, 32, 33, 34, 35, 208], "sid": [9, 47, 48, 55, 56, 58, 61, 67, 68, 69, 70, 80, 85, 203, 204, 206, 208, 211], "uid": [10, 51, 52, 71, 72, 85, 203, 208], "storag": [10, 27, 61, 72, 91, 92, 194, 199, 200, 203, 206, 208], "thi": [10, 16, 26, 27, 32, 33, 34, 35, 47, 48, 57, 59, 64, 69, 71, 72, 76, 78, 87, 89, 90, 91, 92, 93, 95, 97, 99, 100, 102, 103, 105, 106, 107, 108, 110, 111, 114, 118, 119, 122, 125, 127, 128, 129, 132, 133, 134, 139, 140, 143, 149, 151, 153, 154, 156, 157, 158, 160, 162, 163, 164, 167, 168, 169, 170, 171, 175, 176, 177, 178, 179, 184, 185, 187, 189, 190, 191, 192, 195, 199, 200, 203, 208, 210, 211], "function": [10, 91, 97, 128, 133, 144, 161, 163, 167, 169, 171, 172, 179, 182, 184, 188, 191, 199, 201, 202, 203, 204, 208, 210, 211], "onc": [10, 72, 89, 96, 108, 111, 122, 125, 127, 136, 148, 149, 153, 155, 162, 164, 167, 170, 174, 175, 176, 178, 185, 191, 192, 199, 203, 204, 208], "client": [10, 14, 28, 47, 57, 60, 61, 63, 69, 71, 72, 79, 85, 87, 90, 91, 92, 194, 197, 202, 204, 206, 208, 210, 211], "longer": [10, 129, 130, 147, 161, 179, 182, 203, 208], "need": [10, 27, 89, 91, 103, 104, 106, 108, 127, 132, 140, 142, 164, 169, 175, 177, 185, 189, 192, 195, 203, 208, 210], "whether": [10, 72, 91, 104, 111, 120, 142, 178, 186, 189, 203, 208], "": [10, 26, 27, 37, 49, 51, 52, 63, 78, 93, 95, 96, 97, 99, 100, 102, 103, 104, 106, 107, 112, 122, 132, 135, 139, 143, 144, 147, 157, 165, 167, 168, 169, 171, 174, 175, 176, 177, 178, 181, 183, 186, 187, 188, 190, 191, 192, 194, 203, 204, 208, 211], "complet": [10, 56, 57, 106, 122, 125, 127, 132, 138, 141, 145, 170, 185, 203, 208], "successfulli": [10, 48, 55, 56, 58, 67, 68, 69, 70, 71, 85, 87, 140, 203, 208], "incomplet": [10, 71, 147, 203, 208], "ani": [10, 26, 27, 37, 55, 56, 57, 58, 59, 61, 68, 70, 72, 78, 91, 92, 103, 108, 111, 114, 117, 122, 125, 132, 133, 135, 140, 142, 145, 146, 147, 149, 150, 154, 157, 161, 162, 164, 167, 169, 171, 175, 178, 179, 181, 184, 186, 187, 189, 190, 192, 194, 195, 198, 203, 204, 208, 210], "temporari": [10, 189, 203, 208], "409": [10, 203, 208], "conflict": [10, 203], "cannot": [10, 105, 108, 114, 118, 132, 144, 164, 175, 178, 180, 185, 188, 192, 203, 208], "becaus": [10, 27, 87, 90, 99, 162, 163, 165, 167, 171, 174, 178, 181, 185, 190, 192, 195, 199, 208], "pars": [10, 17, 61, 71, 72, 112, 122, 132, 197, 201, 202, 203, 204, 208, 210], "progress": [10, 25, 31, 42, 75, 83, 111, 112, 125, 154, 203, 204, 208], "try": [10, 140, 204, 208], "later": [10, 57, 90, 92, 122, 169, 190, 208], "f2856ac3535f4bb58956a06f72e25c96": 10, "b26d9a5d7b2f44729bffccad51fdfcf9": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 42, 43, 45, 49, 50, 54], "bid": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 30, 31, 37, 38, 39, 40, 41, 43, 45, 46, 49, 50, 54, 63, 203, 208], "405d84f7553f53736beabdf874d55356": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54], "e9528234ede94e159fc21ef2f744323f": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54], "1864": 10, "fri": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54], "17": [10, 25, 26, 29, 30, 31, 32, 51, 52, 144, 176], "27": [10, 42, 44, 46, 139, 177], "56": [10, 42, 44, 159, 160], "finish": [10, 25, 31, 42, 74, 75, 85, 87, 106, 108, 122, 127, 169, 170, 175, 178, 181, 203, 204, 208, 210], "couchdb": [11, 87, 92, 197, 204, 208], "databas": [11, 84, 92, 197, 203, 204, 208, 210], "browser": [11, 42, 44, 51, 52, 63, 87, 89, 92, 97, 115, 122, 129, 133, 140, 164, 166, 167, 169, 176, 185], "4326db67af3f46f3bbb77f338c3ca4c3": 11, "19": [11, 14, 16, 26, 27, 42, 44, 50, 51, 52, 83, 120, 178], "50": [11, 42, 67, 91, 153, 185], "28": [11, 145, 177, 192], "set": [11, 27, 32, 33, 42, 46, 47, 48, 61, 66, 72, 73, 76, 77, 78, 81, 91, 92, 95, 98, 100, 102, 103, 104, 105, 108, 112, 114, 117, 122, 128, 129, 132, 134, 139, 140, 141, 142, 144, 145, 147, 149, 150, 153, 155, 157, 158, 161, 162, 163, 164, 169, 171, 172, 175, 177, 178, 179, 181, 182, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 199, 200, 201, 203, 204, 208, 211], "29": [11, 121, 142, 162, 183, 192], "200": [11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 67, 68, 69, 70, 72, 76, 77, 78, 79, 81, 82, 83, 84, 85, 208], "ok": [11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 67, 68, 69, 70, 72, 76, 77, 78, 79, 81, 82, 83, 84, 85, 175, 208], "gener": [11, 17, 65, 87, 89, 91, 92, 94, 99, 104, 106, 108, 112, 113, 116, 118, 122, 125, 127, 128, 132, 133, 141, 145, 147, 155, 156, 159, 161, 164, 167, 169, 182, 183, 184, 185, 189, 192, 195, 210, 211], "except": [11, 68, 179, 190, 203, 205, 206, 208, 211], "403": [11, 69, 72, 204], "forbidden": [11, 69, 72], "pass": [11, 28, 51, 52, 60, 61, 72, 79, 140, 181, 203, 204, 208], "login": [11, 58, 74, 163, 164, 176, 197, 204, 208], "rid": [12, 203, 208], "logout": [13, 73, 197, 208], "In": [13, 53, 61, 72, 90, 91, 99, 100, 102, 103, 104, 108, 109, 110, 111, 114, 118, 119, 123, 126, 127, 129, 130, 132, 133, 135, 137, 139, 140, 145, 146, 147, 148, 149, 154, 156, 157, 160, 162, 163, 167, 169, 174, 175, 183, 184, 189, 192, 197, 199], "job": [13, 68, 70, 74, 106, 163, 165, 204, 208, 211], "retriev": [14, 16, 19, 26, 27, 29, 30, 32, 33, 37, 46, 47, 48, 50, 51, 52, 59, 63, 67, 91, 167, 177, 179, 200, 203, 208, 210, 211], "arbitrari": [14, 27, 29, 32, 37, 63, 91, 167, 203, 208], "collect": [14, 27, 34, 35, 76, 92, 106, 156, 157, 199, 201, 203, 204, 208], "repres": [14, 73, 91, 99, 103, 117, 124, 129, 157, 158, 159, 161, 177, 181, 186, 190, 208, 210], "json": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 91, 203, 204, 208, 211], "header": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 85, 96, 103, 104, 108, 111, 114, 119, 128, 149, 152, 158, 167, 169, 173, 174, 181, 184, 185, 186, 189, 190, 204, 208], "applic": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 120, 188, 199, 208], "javascript": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 38, 39, 40, 41, 43, 45, 49, 50, 54, 88], "01": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 28, 38, 39, 40, 41, 43, 45, 49, 50, 54, 60, 79], "43": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54, 63, 108, 179], "41": [14, 16, 25, 50, 95, 108], "58": [14, 16, 44, 50, 160], "select": [14, 16, 53, 57, 63, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 108, 110, 111, 112, 115, 116, 117, 119, 120, 122, 123, 124, 127, 128, 129, 130, 133, 136, 141, 142, 144, 145, 147, 148, 149, 153, 154, 155, 157, 161, 162, 163, 166, 167, 169, 170, 172, 173, 174, 175, 176, 177, 180, 182, 184, 185, 186, 188, 192, 193], "column": [14, 25, 31, 32, 33, 34, 35, 42, 63, 91, 96, 98, 99, 103, 104, 105, 110, 114, 119, 123, 124, 126, 128, 129, 132, 133, 144, 149, 152, 157, 158, 167, 169, 173, 174, 177, 181, 184, 185, 186, 187, 189, 190, 192, 199, 204, 208], "34": [14, 57, 63, 67, 102, 119], "row": [14, 32, 33, 34, 35, 63, 77, 91, 100, 103, 104, 108, 114, 119, 124, 134, 139, 142, 143, 145, 149, 150, 152, 157, 158, 161, 162, 167, 169, 177, 178, 179, 181, 182, 184, 186, 187, 189, 190, 192, 204, 208], "return": [15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 54, 59, 63, 66, 67, 69, 73, 91, 103, 122, 142, 145, 154, 162, 164, 166, 169, 176, 181, 186, 187, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 211], "googl": [15, 88], "analyt": [15, 57, 90, 91], "one": [15, 32, 54, 61, 72, 80, 90, 91, 95, 96, 97, 98, 103, 104, 105, 108, 114, 122, 123, 128, 132, 139, 143, 147, 150, 158, 160, 164, 167, 169, 171, 173, 174, 178, 179, 181, 184, 187, 189, 190, 191, 195, 199, 200, 203, 210], "exist": [15, 28, 46, 47, 48, 55, 56, 58, 60, 67, 68, 70, 79, 111, 154, 164, 175, 177, 190, 200, 203, 208, 210, 211], "18": [15, 17, 18, 19, 20, 21, 22, 23, 25, 27, 36, 37, 38, 39, 40, 41, 43, 45, 49, 54, 144, 176], "oct": [15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54], "2023": [15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 83], "15": [15, 17, 18, 19, 20, 21, 22, 23, 31, 32, 38, 39, 40, 41, 43, 45, 49, 54, 125, 166], "55": [15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 129, 184], "arrai": [16, 26, 27, 32, 33, 34, 35, 42, 43, 45, 59, 67, 71, 72, 76, 78, 80, 86, 91, 197, 199, 200, 201, 203, 204, 208, 209], "document": [16, 107, 132, 140, 146, 162, 206], "label": [16, 17, 23, 50, 97, 99, 100, 105, 108, 114, 119, 129, 137, 159, 169, 170, 171, 176, 178, 181, 194, 210], "none": [16, 42, 50, 117, 151, 167, 177, 202, 203, 204, 208, 210, 211], "badg": [16, 50, 210], "page": [16, 50, 92, 97, 104, 106, 112, 130, 164, 166, 169, 170, 171, 172, 175, 176, 178, 188, 208, 210], "befor": [16, 47, 50, 114, 120, 122, 128, 129, 161, 164, 175, 203], "null": [16, 32, 42, 50, 67, 77, 78, 82, 168, 192], "after": [16, 50, 73, 87, 102, 108, 111, 120, 123, 127, 128, 138, 140, 145, 147, 149, 154, 163, 166, 183, 184, 203, 210], "mna": [16, 50], "list": [17, 18, 19, 20, 23, 27, 39, 42, 44, 53, 66, 82, 92, 96, 97, 99, 103, 104, 105, 106, 108, 111, 123, 127, 128, 137, 144, 155, 162, 163, 164, 165, 167, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 181, 184, 186, 188, 190, 200, 203, 208, 210, 211], "metadata": [17, 26, 32, 34, 35, 51, 52, 53, 59, 91, 108, 111, 114, 117, 119, 120, 121, 128, 129, 132, 134, 139, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 157, 199, 200, 203, 206, 208, 210], "These": [17, 92, 102, 103, 108, 109, 110, 114, 117, 119, 126, 132, 135, 136, 140, 146, 147, 157, 161, 170, 181, 183, 189, 191, 192], "ar": [17, 27, 28, 29, 32, 37, 56, 57, 60, 63, 67, 69, 72, 79, 80, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 117, 119, 120, 122, 123, 126, 127, 128, 129, 131, 132, 133, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 159, 160, 161, 162, 164, 165, 167, 168, 169, 170, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 199, 200, 203, 204, 208, 211], "avail": [17, 23, 44, 91, 95, 100, 108, 109, 110, 111, 114, 122, 129, 137, 140, 147, 150, 151, 154, 157, 167, 169, 171, 184, 186, 188, 202, 208], "csv": [17, 41, 61, 64, 67, 72, 86, 104, 113, 114, 116, 119, 120, 144, 165, 166, 185, 195, 208], "you": [17, 27, 73, 87, 89, 91, 92, 95, 97, 100, 102, 103, 104, 106, 108, 111, 112, 117, 119, 120, 122, 123, 125, 126, 127, 128, 129, 133, 134, 136, 137, 139, 140, 142, 143, 145, 147, 148, 149, 153, 154, 162, 163, 164, 166, 167, 168, 169, 170, 171, 174, 175, 176, 178, 179, 181, 184, 185, 188, 189, 190, 191, 200, 203, 208], "find": [17, 97, 106, 140, 149, 164, 175, 176, 192, 195], "wizard": [17, 53, 104, 105, 106, 108, 111, 112, 114, 122, 126, 127, 129, 140, 147, 153, 154, 163, 166, 170, 176, 184, 185, 189, 203, 210], "comma": [17, 91, 104, 114, 140, 158, 185], "separ": [17, 91, 104, 112, 114, 126, 140, 169, 179, 189, 208], "valu": [17, 27, 30, 33, 80, 81, 84, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 108, 114, 119, 122, 123, 124, 128, 129, 132, 136, 138, 143, 144, 147, 154, 156, 157, 158, 161, 162, 169, 172, 174, 177, 178, 179, 181, 182, 183, 184, 185, 186, 189, 190, 191, 192, 193, 194, 195, 199, 201, 202, 203, 204, 208, 211], "categori": [17, 28, 31, 42, 60, 79, 108, 129, 161, 178, 208, 210], "tabl": [17, 25, 31, 42, 53, 83, 96, 98, 100, 102, 103, 104, 105, 106, 110, 111, 114, 117, 119, 121, 123, 126, 128, 129, 132, 134, 139, 141, 142, 143, 144, 145, 157, 161, 162, 166, 167, 172, 174, 176, 177, 178, 179, 181, 182, 184, 185, 186, 189, 191, 192, 193, 194, 195, 196, 199, 204, 208, 210], "thei": [18, 27, 61, 72, 91, 96, 97, 104, 111, 122, 129, 132, 140, 147, 148, 157, 162, 167, 168, 169, 175, 178, 179, 184, 188, 189, 192, 203, 204, 208, 210], "fals": [18, 49, 203, 204, 207, 208, 210, 211], "path": [18, 20, 37, 46, 47, 48, 49, 57, 58, 61, 67, 69, 73, 85, 158, 161, 167, 171, 175, 176, 185, 189, 197, 200, 203, 204, 206, 208, 209, 210, 211], "imag": [18, 20, 23, 31, 37, 42, 46, 48, 49, 53, 67, 90, 158, 167, 172, 174, 177, 179, 182, 183, 193, 203, 208, 211], "video": [18, 20, 37, 46, 47, 49, 53, 90, 172, 177, 193, 208, 211], "vsid": [18, 20, 37, 46, 47, 48, 49, 208, 211], "smb": [18, 49, 53, 208], "configur": [19, 53, 55, 56, 58, 61, 69, 70, 72, 117, 122, 123, 143, 155, 169, 178, 203, 208, 211], "which": [19, 29, 32, 37, 71, 73, 91, 96, 98, 99, 102, 104, 105, 108, 112, 114, 125, 128, 129, 132, 133, 137, 143, 144, 147, 157, 161, 162, 163, 164, 165, 166, 167, 169, 171, 172, 174, 175, 176, 177, 178, 179, 181, 184, 185, 186, 187, 188, 189, 190, 191, 194, 195, 200, 202, 203, 210, 211], "domain_1": 19, "domain_2": 19, "domain_3": 19, "test": [20, 32, 33, 47, 58, 66, 68, 70, 76, 77, 78, 87, 91, 132, 133, 147, 167], "address": [21, 51, 52, 97, 164, 208, 211], "send": [21, 47, 208], "help": [21, 92, 108, 133, 140, 185], "nobodi": 21, "subject": 21, "git": [22, 87], "commit": 22, "hash": [22, 63, 73], "4": [22, 25, 27, 30, 31, 32, 77, 78, 82, 83, 84, 91, 100, 112, 144, 157, 158, 160, 171, 183, 192, 203], "c6bf315d8efca9e56809c95f4824599c86a00f8c": 22, "creation": [23, 48, 65, 69, 99, 104, 105, 106, 114, 122, 125, 127, 132, 140, 154, 156, 157, 164, 165, 166, 167, 169, 170, 171, 176, 189, 190, 193, 194, 196, 202, 204], "space": [23, 31, 92, 95, 101, 122, 141, 143, 162, 163, 169, 177, 184, 185, 189, 194, 196, 208], "requir": [23, 46, 47, 48, 61, 64, 69, 72, 78, 92, 99, 108, 132, 140, 143, 154, 162, 163, 165, 167, 169, 175, 177, 178, 185, 189, 190, 192, 195, 200, 203, 204, 208, 210, 211], "action": [23, 95, 105, 143, 151, 160, 162, 167, 172, 175, 177, 180, 193, 210], "context": [23, 28, 60, 79, 133, 169, 192, 208, 210, 211], "redirect": [24, 73], "303": 24, "other": [24, 61, 72, 91, 97, 98, 106, 112, 114, 126, 128, 132, 135, 139, 153, 157, 161, 165, 170, 172, 177, 182, 184, 185, 186, 189, 190, 191, 193], "05a06c0fa9cc40fc9d10087340425379": [25, 26], "100": [25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 51, 52, 73, 156, 157], "fa4387fcf4fe4070baea14195e708744": [25, 29, 30, 31, 37, 42], "1426": 25, "12": [25, 27, 31, 41, 83, 122, 188], "80dd32573254477daa2d56bd15f90ef3": 25, "descript": [25, 31, 36, 42, 44, 45, 46, 47, 48, 55, 56, 58, 65, 66, 67, 68, 70, 75, 82, 83, 97, 127, 133, 169, 170, 171, 175, 185, 192, 199, 200, 203, 208], "output": [25, 31, 42, 55, 56, 68, 70, 74, 90, 92, 99, 103, 104, 105, 156, 157, 159, 167, 169, 178, 181, 183, 184, 186, 189, 190, 192, 203, 211], "11": [25, 31, 33, 41, 44, 65, 66, 69, 73, 97, 127, 132], "creator": [25, 31, 36, 42, 43, 44, 45, 175], "hdf5": [25, 31, 42, 92, 165, 185, 195, 197, 199, 206], "structur": [25, 26, 57, 91, 98, 103, 106, 114, 176, 192, 195, 199], "correl": [25, 26, 27, 92, 98, 99, 169, 178, 181, 186, 190, 196], "input": [25, 26, 27, 28, 31, 42, 60, 61, 72, 76, 79, 81, 86, 92, 99, 103, 104, 105, 112, 114, 122, 127, 129, 157, 161, 163, 167, 169, 178, 179, 181, 184, 185, 186, 189, 190, 192, 195, 203, 204, 208, 210, 211], "canon": [25, 27, 92, 98, 103, 169, 181, 190, 196], "indic": [25, 32, 33, 53, 91, 95, 102, 111, 112, 125, 128, 129, 135, 141, 142, 143, 145, 149, 151, 154, 155, 157, 162, 199, 200, 203], "cca": [25, 43, 66, 92, 99, 103, 105, 163, 166, 169, 170, 172, 173, 176, 177, 178, 181, 187, 189, 190, 192, 193, 196], "statist": [25, 27, 53, 192, 199, 200, 203, 208], "scale": [25, 106, 110, 117, 119, 122, 132, 135, 142, 157, 172, 177, 178, 179, 183, 192, 193], "variabl": [25, 27, 57, 92, 95, 96, 98, 99, 102, 103, 105, 114, 117, 118, 122, 123, 124, 126, 128, 129, 130, 132, 133, 136, 140, 141, 143, 144, 147, 148, 155, 156, 157, 159, 161, 162, 167, 168, 169, 172, 174, 177, 178, 179, 181, 182, 183, 184, 185, 186, 189, 192, 193, 195], "_rev": [25, 31, 36, 42, 43, 44, 45], "e8d044f1938bb6e27bfb549ccda6d4a3": 25, "true": [25, 49, 54, 61, 72, 73, 76, 80, 81, 169, 203, 204, 205, 207, 208, 210, 211], "02": [25, 31, 36, 43, 45, 132], "26t21": [25, 31], "42": [25, 31, 63, 66, 69, 73, 108, 179], "570154": 25, "result": [25, 26, 28, 30, 31, 32, 33, 34, 35, 42, 59, 60, 61, 63, 66, 67, 72, 75, 79, 83, 91, 92, 97, 102, 119, 128, 129, 160, 161, 169, 178, 181, 182, 183, 185, 188, 192, 194, 195, 204, 208], "succeed": [25, 31, 42, 210], "7c1bc02b775949e1ad2ec28d9aa1c2ef": 25, "750eeb6345d94b8fae8b7856854d1718": 25, "49a0868cf1f84a5cb046e895812aa4c5": 25, "diodeclipp": 25, "a045e6bbf9144733aa82812334f21cc4": 25, "analysis_computation_tim": [25, 31], "8054931163787842": 25, "07": [25, 44, 76, 77], "888827": 25, "fe372daf01f75276c7e5228e6e000024": [25, 31, 36, 37, 41, 42, 43, 44, 45, 46, 51, 52, 83, 84], "start": [25, 31, 42, 69, 70, 91, 112, 127, 128, 147, 149, 151, 157, 161, 169, 190, 191, 194, 195, 196, 197, 203, 204, 207, 211], "750279": 25, "_id": [25, 31, 36, 42, 43, 44, 45], "b178fa6eb1c14022b5327e7e7e59d39a": 25, "mark": [25, 31, 42, 53, 65, 108, 111, 127, 137, 151, 154, 169, 170, 178, 190, 203, 208, 210], "faculti": 25, "delet": [25, 36, 37, 45, 62, 65, 69, 71, 73, 75, 82, 92, 97, 171, 194, 197, 198, 203, 204, 206, 208, 209, 210, 211], "darrai": [26, 27, 59, 91, 92, 197, 200, 206, 208], "attribut": [26, 27, 59, 77, 78, 91, 99, 105, 188, 199, 200, 201, 203, 204, 208], "caller": [26, 27, 32, 33, 47, 51, 52, 59, 66, 67, 69, 75, 82, 83, 208, 211], "mai": [26, 27, 28, 29, 30, 32, 37, 46, 47, 48, 51, 52, 57, 59, 60, 66, 67, 75, 78, 79, 81, 82, 83, 90, 91, 102, 108, 111, 118, 122, 125, 128, 137, 140, 142, 145, 158, 162, 163, 175, 179, 181, 182, 184, 188, 190, 192, 199, 207, 208, 210, 211], "combin": [26, 27, 32, 59, 61, 72, 78, 91, 92, 94, 103, 105, 106, 118, 146, 147, 154, 160, 161, 167, 169, 172, 182, 183, 186, 193, 208], "hyperslic": [26, 27, 59, 78, 91, 200, 204, 208], "queri": [26, 27, 28, 32, 33, 34, 35, 46, 47, 48, 56, 60, 79, 91], "hyperchunk": [26, 27, 59, 78, 92, 197, 198, 203, 204, 208], "contain": [26, 27, 29, 32, 37, 46, 47, 48, 55, 56, 58, 59, 63, 67, 68, 70, 71, 72, 78, 89, 91, 94, 98, 108, 114, 125, 132, 133, 140, 146, 147, 149, 158, 164, 167, 172, 176, 177, 184, 185, 189, 190, 192, 195, 200, 208, 210], "specifi": [26, 27, 32, 33, 46, 47, 48, 59, 61, 66, 71, 72, 78, 82, 85, 91, 108, 127, 129, 133, 140, 147, 165, 185, 203, 204, 207, 208, 210], "format": [26, 27, 59, 67, 78, 89, 104, 106, 112, 115, 119, 122, 125, 127, 133, 140, 147, 157, 158, 165, 166, 167, 171, 176, 185, 195, 196, 203, 204, 208, 210, 211], "byteord": [26, 34, 35, 59, 78, 208], "option": [26, 27, 32, 33, 34, 35, 42, 44, 46, 47, 48, 58, 59, 67, 69, 75, 78, 80, 82, 91, 106, 108, 111, 112, 114, 126, 127, 132, 133, 140, 147, 154, 169, 170, 175, 181, 185, 187, 200, 203, 208, 210], "should": [26, 47, 57, 59, 87, 88, 91, 108, 114, 132, 158, 160, 170, 178, 189, 192, 203, 207, 211], "binari": [26, 29, 34, 35, 37, 59, 78, 91, 203, 208], "given": [26, 32, 33, 34, 35, 38, 41, 51, 52, 59, 63, 69, 71, 72, 78, 108, 111, 114, 132, 140, 154, 181, 192, 194, 203, 204, 208, 210, 211], "endian": [26, 59, 78], "either": [26, 47, 59, 61, 72, 78, 104, 108, 116, 132, 134, 139, 143, 147, 162, 166, 167, 169, 174, 178, 181, 184, 190, 192, 208], "littl": [26, 59, 78, 156, 208], "big": [26, 59, 78, 208], "note": [26, 27, 47, 57, 58, 59, 63, 78, 87, 91, 94, 95, 97, 99, 103, 104, 105, 108, 109, 111, 112, 114, 117, 120, 128, 129, 140, 141, 151, 160, 166, 167, 169, 171, 175, 176, 179, 181, 182, 188, 189, 191, 192, 199, 200, 203, 210, 211], "onli": [26, 27, 59, 67, 78, 87, 90, 91, 94, 99, 100, 102, 103, 104, 105, 108, 111, 112, 114, 119, 120, 129, 132, 137, 140, 143, 145, 147, 148, 149, 153, 157, 159, 162, 163, 169, 171, 175, 177, 179, 181, 185, 189, 191, 192, 199, 200, 204, 208, 211], "everi": [26, 27, 59, 71, 78, 91, 114, 136, 159, 169, 171, 199, 203, 210], "numer": [26, 59, 78, 99, 103, 105, 169, 178, 181, 190, 191, 194], "If": [26, 32, 33, 47, 59, 66, 67, 69, 78, 91, 97, 104, 108, 111, 119, 120, 122, 127, 129, 130, 133, 134, 135, 136, 140, 144, 145, 147, 149, 150, 151, 152, 162, 163, 164, 167, 169, 170, 175, 176, 177, 178, 179, 185, 189, 190, 192, 203, 207, 208, 210, 211], "octet": [26, 29, 34, 35, 59, 78, 208], "stream": [26, 29, 34, 35, 57, 59, 78, 90, 208], "contigu": [26, 59, 78, 178, 200], "byte": [26, 59, 78, 203], "same": [26, 59, 63, 78, 80, 91, 92, 95, 103, 106, 111, 114, 132, 135, 140, 154, 165, 169, 173, 175, 179, 183, 187, 188, 189, 191, 192, 194, 195, 200, 203, 210, 211], "order": [26, 32, 34, 35, 59, 78, 90, 91, 103, 114, 128, 135, 140, 141, 152, 155, 157, 161, 169, 178, 187, 190, 192, 208, 210], "For": [26, 46, 47, 48, 55, 56, 58, 59, 61, 67, 68, 70, 72, 78, 90, 91, 92, 95, 96, 100, 103, 114, 119, 122, 129, 135, 140, 147, 167, 169, 178, 179, 181, 182, 185, 188, 189, 190, 191, 192, 203, 206, 208], "multi": [26, 27, 59, 78, 91, 92, 93, 107, 114, 117, 122, 194, 199, 208], "dimens": [26, 27, 47, 59, 77, 78, 91, 141, 199, 200, 203, 204, 208], "element": [26, 59, 78, 91, 114, 174, 185, 190, 199, 200], "c": [26, 27, 59, 67, 78], "last": [26, 53, 59, 91, 147, 159, 162, 167, 176, 179, 183, 191, 211], "coordin": [26, 27, 59, 91, 95, 96, 111, 129, 132, 154, 177, 181, 184, 208], "vari": [26, 59, 61, 72, 114, 128, 132, 157, 169, 171, 210], "fastest": [26, 59], "isn": [26, 37, 47, 48, 59, 69, 78, 90], "t": [26, 37, 46, 47, 48, 59, 67, 69, 71, 72, 78, 90, 91, 104, 108, 140, 147, 157, 162, 167, 178, 181, 192, 200, 203, 205, 208, 211], "equal": [26, 59, 78, 103, 111, 141, 195, 204], "total": [26, 59, 78, 162, 199, 200], "number": [26, 33, 51, 52, 59, 71, 78, 99, 103, 105, 111, 114, 118, 129, 132, 133, 136, 145, 147, 149, 156, 158, 159, 160, 163, 177, 178, 179, 181, 184, 185, 186, 189, 192, 195, 199, 200, 203, 204, 208, 211], "each": [26, 27, 32, 33, 59, 61, 71, 78, 91, 92, 96, 97, 98, 103, 105, 108, 110, 111, 112, 114, 117, 119, 122, 124, 126, 128, 132, 135, 136, 139, 140, 143, 144, 149, 156, 157, 158, 159, 160, 161, 162, 167, 168, 169, 172, 174, 177, 178, 179, 181, 182, 183, 184, 185, 186, 189, 190, 192, 194, 195, 199, 200, 203, 208, 211], "top": [26, 59, 78, 91, 95, 97, 102, 103, 114, 117, 123, 143, 157, 160, 161, 165, 170, 171, 176, 178, 179, 190, 208, 210], "level": [26, 59, 64, 78, 92, 98, 111, 114, 128, 129, 156, 159, 160, 161, 164, 169, 171, 172, 175, 176, 182, 184, 187, 189, 194, 203, 208], "correspond": [26, 34, 35, 59, 61, 72, 78, 96, 100, 103, 114, 128, 129, 132, 134, 139, 145, 150, 151, 153, 162, 168, 172, 174, 177, 178, 181, 182, 187, 189, 190, 192, 195, 203], "nest": [26, 59, 78], "further": [26, 59, 78, 140, 142, 145, 157, 192], "follow": [26, 32, 56, 57, 59, 78, 87, 88, 89, 90, 91, 99, 104, 140, 144, 158, 166, 167, 172, 189, 191, 192, 199, 204, 211], "interactiveanalysi": [26, 27, 51, 52], "3a45eccdf7": [26, 27], "653b": [26, 27], "450a": [26, 27], "8e84": [26, 27], "59a27a9f00ad": [26, 27], "ir0dntd29mzka0raqxvz91uh3qgcvkbioeox": [26, 27], "2fjyq1wo": [26, 27], "b10421f92cc24a819dbe4df9ae63571c": [26, 27], "wed": [26, 27, 36, 51, 52], "transfer": [26, 170], "chunk": [26, 33, 34, 35, 53, 203, 204], "dens": [27, 91, 199, 208], "multidimension": [27, 157, 208], "A": [27, 48, 78, 91, 92, 94, 97, 104, 105, 106, 108, 109, 112, 113, 115, 116, 129, 133, 138, 150, 167, 169, 170, 175, 181, 183, 184, 188, 192, 196, 199, 203, 204, 208, 210, 211], "dimension": [27, 91, 92, 117, 122, 141, 157, 177, 183, 194, 208], "suitabl": [27, 94, 200, 208], "arbitrarili": [27, 30, 81, 129, 208], "larg": [27, 90, 91, 92, 106, 122, 129, 160, 177, 179, 183, 194, 206, 208], "singl": [27, 91, 102, 104, 105, 114, 122, 132, 133, 139, 140, 151, 159, 160, 164, 167, 178, 184, 185, 189, 190, 191, 192, 194, 199, 208, 210, 211], "includ": [27, 32, 33, 67, 71, 72, 90, 91, 92, 95, 97, 102, 105, 117, 129, 133, 147, 156, 157, 158, 162, 163, 167, 171, 172, 175, 181, 185, 186, 188, 190, 192, 199, 203, 208, 210], "half": [27, 32, 78, 91, 98, 160, 161, 199, 208], "open": [27, 32, 78, 89, 91, 111, 122, 123, 197, 199, 200, 203, 208, 209, 211], "rang": [27, 32, 78, 91, 95, 96, 102, 103, 105, 122, 128, 138, 151, 154, 162, 168, 169, 174, 178, 179, 181, 186, 189, 194, 195, 199, 208], "shape": [27, 182, 195, 199, 200, 208], "plu": [27, 37, 91, 168, 169, 199, 208, 210], "individu": [27, 32, 90, 92, 98, 100, 105, 135, 143, 146, 157, 160, 161, 164, 169, 171, 174, 177, 178, 179, 189, 190, 191, 194, 208], "minimum": [27, 33, 95, 102, 103, 133, 147, 185, 192, 208], "maximum": [27, 33, 47, 95, 102, 129, 136, 185, 203, 208], "count": [27, 33, 71, 91, 185, 192, 208], "although": [27, 97, 103, 106, 123, 137, 143, 149, 157, 163, 169, 174, 175, 177, 178, 184, 185, 190, 192, 194, 195, 208], "them": [27, 91, 97, 99, 132, 134, 143, 175, 178, 179, 184, 189, 190, 208], "extrem": [27, 95, 102, 123, 139, 143, 183, 192, 208], "expens": [27, 208], "oper": [27, 91, 93, 97, 100, 102, 103, 105, 107, 132, 133, 135, 138, 139, 142, 143, 145, 157, 160, 161, 162, 169, 175, 179, 182, 186, 188, 191, 192, 194, 200, 208], "sinc": [27, 91, 97, 99, 123, 132, 143, 160, 162, 164, 167, 169, 171, 175, 177, 178, 179, 183, 185, 188, 189, 190, 192, 195, 208, 211], "involv": [27, 117, 208], "full": [27, 51, 52, 67, 91, 120, 122, 136, 138, 144, 145, 152, 154, 159, 160, 167, 175, 176, 177, 185, 189, 190, 199, 208], "scan": [27, 206, 208], "through": [27, 90, 91, 92, 100, 104, 105, 106, 112, 123, 124, 136, 143, 144, 160, 161, 162, 163, 164, 169, 175, 176, 177, 181, 184, 186, 189, 194, 203, 208], "respect": [27, 94, 99, 123, 130, 132, 133, 136, 147, 160, 161, 175, 181, 183, 185, 190, 191, 208], "encourag": [27, 208], "when": [27, 46, 47, 48, 63, 69, 87, 89, 91, 94, 95, 97, 102, 103, 105, 111, 114, 120, 122, 127, 129, 140, 147, 149, 160, 162, 167, 168, 169, 170, 175, 176, 177, 179, 185, 187, 190, 191, 194, 203, 208, 210, 211], "two": [27, 92, 94, 95, 96, 99, 103, 104, 108, 111, 118, 122, 132, 133, 135, 136, 141, 147, 154, 157, 160, 161, 162, 166, 167, 169, 174, 175, 176, 177, 178, 182, 183, 184, 185, 186, 189, 192, 204], "wai": [27, 111, 151, 154, 160, 162, 167, 211], "argument": [27, 28, 60, 79, 140, 203, 206, 208, 210], "explicit": [27, 29, 37, 167, 169, 208], "three": [27, 91, 98, 100, 103, 110, 113, 114, 117, 127, 130, 131, 135, 137, 139, 143, 155, 157, 164, 165, 169, 175, 181, 182, 183, 184, 185, 186, 191], "part": [27, 71, 72, 80, 86, 90, 91, 108, 144, 167, 168, 169, 189, 192, 203, 211], "case": [27, 32, 51, 52, 61, 72, 90, 108, 110, 118, 119, 129, 139, 146, 147, 148, 149, 151, 163, 167, 179, 183, 188], "provid": [27, 44, 69, 90, 91, 92, 94, 97, 98, 99, 101, 106, 114, 115, 117, 122, 124, 127, 128, 132, 133, 136, 140, 147, 148, 153, 157, 167, 169, 170, 171, 172, 173, 175, 176, 178, 181, 182, 184, 185, 186, 188, 189, 190, 191, 192, 194, 197, 202, 203, 211], "ignor": [27, 32, 57, 133, 140, 147, 188], "retriv": 27, "mean": [27, 57, 91, 95, 106, 128, 129, 167, 175, 178, 185, 188, 189], "first": [27, 87, 91, 100, 102, 103, 104, 106, 108, 111, 114, 115, 118, 119, 120, 128, 129, 132, 133, 135, 140, 147, 151, 153, 154, 155, 159, 164, 167, 168, 175, 176, 181, 183, 186, 187, 189, 190, 191, 192], "simpl": [27, 91, 211], "bbf6715c95a7481d8517a74a6154fbd1": [27, 43], "277": 27, "48": [27, 94, 154, 158], "index": [27, 32, 33, 34, 35, 77, 85, 89, 91, 92, 132, 158, 167, 181, 186, 199, 200, 203, 204, 208], "float64": [27, 33, 77], "end": [27, 77, 91, 94, 102, 114, 151, 167, 181, 190, 191, 195], "begin": [27, 71, 77, 91, 97, 132, 159, 199, 203], "int64": [27, 33, 77, 199], "compon": [27, 57, 92, 98, 103, 181, 190, 192], "complex": [27, 30, 32, 81, 91, 106, 132, 161, 203, 208], "e97077e27af141d6a06f17c9eed6c17a": 27, "3b1": 27, "3b0": 27, "weight": [27, 43, 96, 99, 103, 117, 122, 141, 144, 157, 181, 185, 190], "anim": [27, 129, 167, 191], "d": [27, 67, 87, 99, 104, 192], "min": [27, 33, 102, 128], "max": [27, 33, 47, 73, 102, 128, 129, 132, 155], "1237": 27, "3704": 27, "aardvark": 27, "zebra": 27, "execut": [28, 60, 79, 91, 175, 188, 208], "custom": [28, 60, 79, 167, 197, 208, 210], "plugin": [28, 60, 61, 72, 79, 92, 157, 197, 203, 208], "regist": [28, 60, 79, 204, 208, 210], "perform": [28, 47, 60, 79, 90, 99, 106, 114, 126, 127, 129, 135, 138, 144, 154, 157, 168, 178, 179, 182, 185, 190, 193, 194, 195, 203, 208, 210, 211], "comput": [28, 60, 62, 79, 90, 91, 92, 106, 111, 114, 118, 140, 154, 157, 164, 169, 170, 192, 194, 195, 203, 204, 208, 210, 211], "instead": [28, 32, 33, 34, 35, 46, 47, 60, 79, 80, 99, 105, 114, 129, 132, 156, 159, 169, 178, 179, 189, 193, 194, 203, 208, 210], "would": [28, 60, 63, 78, 79, 100, 105, 122, 132, 140, 148, 175, 181, 183, 184, 187, 199, 208, 210], "typic": [28, 60, 63, 79, 90, 91, 92, 106, 132, 149, 167, 178, 189, 194, 197, 208, 210], "addit": [28, 32, 33, 60, 61, 67, 72, 79, 90, 91, 100, 102, 106, 109, 114, 118, 123, 130, 135, 140, 143, 145, 147, 148, 149, 156, 157, 160, 169, 175, 177, 181, 185, 187, 191, 192, 197, 203], "specif": [28, 34, 35, 60, 72, 79, 91, 97, 105, 109, 114, 118, 127, 132, 146, 147, 164, 165, 167, 169, 170, 175, 177, 184, 191, 201, 208], "e32ef475e084432481655fe41348726b": [28, 60, 79], "math": [28, 60, 79], "add": [28, 60, 65, 77, 79, 84, 94, 108, 118, 143, 160, 161, 162, 175, 181, 186, 200, 211], "542": [28, 60, 79], "effect": [29, 95, 145, 169, 183, 208], "blob": [29, 37, 61, 72, 208], "could": [29, 37, 58, 61, 72, 100, 132, 169, 185, 208, 211], "anyth": 29, "e2bde9b063a541008853eb4d9603fbf3": 29, "31": [29, 42, 102, 136, 137, 153], "v": 29, "pair": [30, 81, 132, 159, 185, 192, 195, 208], "55e0957463b0419da1514b50500a6553": [30, 31], "dac": [30, 108, 109, 112, 113, 117, 122, 123, 125, 126, 127, 129, 133, 140, 143, 146, 147, 155, 156, 157], "ui": [30, 210], "parm": 30, "8cc846df59bb36ee40ff6536fbc656d3": [30, 31], "595": [30, 31], "49": [30, 31, 46, 126, 158, 163], "39": [30, 31, 108, 167], "point_color": 30, "whitesmok": 30, "padding_bottom": 30, "y_label_pad": 30, "outline_no_sel": 30, "padding_right": 30, "no_sel_color": 30, "grai": [30, 100, 102, 110, 123, 128, 143, 145, 151, 161, 162, 168, 169, 177, 185, 190, 191], "selection_1_color": 30, "red": [30, 91, 95, 97, 103, 110, 117, 123, 139, 143, 145, 149, 157, 161, 169, 175], "point_siz": 30, "y_tick_freq": 30, "40": [30, 32, 33, 59, 78, 91, 95, 108, 132], "alpha_step": 30, "001": [30, 149], "color_by_high": 30, "dimgrai": 30, "padding_top": 30, "x_tick_freq": 30, "scatter_buttons_height": 30, "37": [30, 96, 149], "scatter_bord": 30, "025": 30, "plots_pull_down_height": 30, "38": [30, 37, 108, 167], "alpha_buttons_height": 30, "x_label_pad": 30, "padding_left": 30, "selection_2_color": 30, "blue": [30, 95, 97, 100, 102, 103, 105, 110, 117, 123, 139, 143, 145, 157, 161, 162, 169, 175], "outline_sel": 30, "alpha_slider_width": 30, "170": 30, "color_by_low": 30, "white": [30, 103, 117, 128, 149, 161, 169, 179, 181, 186, 190, 191], "max_points_anim": 30, "2500": 30, "label_opac": 30, "server_cache_s": 31, "514ac8d82e834e6cae2c25307ac1e69f": [31, 37, 46], "hdf5_file_s": [31, 208], "4987030029296875": 31, "total_server_data_s": [31, 208], "49985504150390625": 31, "hdf5_store_s": [31, 208], "80262565612793": 31, "bd4be5f861b59ee95d42bf6c987d44a0": 31, "42545f0d0ed645a7bba3b64be0c9fa12": 31, "taylor": [31, 172, 193, 196], "anvil": [31, 172, 193, 196], "impact": [31, 117, 172, 193, 196], "scenario": [31, 172, 193, 196], "rate": [31, 42], "db_creation_tim": [31, 42], "09084701538085938": 31, "641794": 31, "airmail": 31, "tai": [31, 46, 172, 193, 196], "755867": 31, "633699": 31, "delta_creation_tim": [31, 208], "41476545": 31, "couchdb_doc_s": [31, 208], "00115203857421875": 31, "hdf5_footprint": 31, "613102429596641": 31, "job_pending_tim": 31, "job_running_tim": 31, "model_compute_tim": 31, "pulling_tim": 31, "arrayset": [32, 33, 34, 35, 53, 61, 72, 74, 86, 91, 197, 200, 203, 204, 208], "subset": [32, 78, 91, 129, 141, 142, 143, 150, 151, 161, 168, 169, 178, 184, 200], "1d": [32, 33, 199, 208], "orient": [32, 103, 104, 129, 190, 192, 208], "both": [32, 80, 94, 96, 102, 103, 119, 132, 135, 136, 138, 143, 147, 162, 163, 167, 169, 170, 174, 175, 177, 179, 184, 185, 189, 190, 192, 195, 203], "alwai": [32, 90, 123, 167, 199, 211], "match": [32, 47, 67, 91, 143, 147, 162, 174, 176, 182, 183, 185, 189, 195, 203, 204, 208, 210], "out": [32, 46, 47, 48, 95, 102, 122, 145, 161, 162, 168, 169, 174, 179, 185, 187, 203, 207, 208, 211], "still": [32, 103, 147, 150, 161, 170, 177, 179, 211], "adjust": [32, 33, 102, 122, 126, 128, 129, 136, 144, 154, 157, 192], "zero": [32, 33, 76, 85, 91, 122, 128, 153, 183, 199, 200, 203], "base": [32, 33, 61, 67, 72, 85, 92, 99, 113, 117, 118, 123, 132, 145, 167, 172, 191, 193, 194, 199, 200, 202, 203, 204, 206, 207, 208, 209, 210, 211], "sort": [32, 33, 35, 53, 57, 63, 91, 98, 103, 124, 161, 187, 192, 208], "int": [32, 33, 34, 35, 47, 55, 56, 58, 70, 77, 203, 204, 208, 211], "append": [32, 33, 129], "6b3c85df433e499e9680a135cabe3ab2": [32, 33], "tue": [32, 33, 59, 78], "16": [32, 33, 36, 45, 59, 65, 66, 69, 73, 78, 125, 166], "138": 32, "int8": [32, 33], "unsort": [32, 33, 34, 53], "optim": [33, 104, 141, 144, 183, 192], "describ": [33, 92, 98, 99, 106, 108, 109, 114, 128, 131, 132, 140, 167, 169, 185, 189, 191, 194, 199, 200, 203, 208, 210], "datatyp": 33, "395": 33, "int16": 33, "int32": 33, "uint8": 33, "uint16": 33, "uint32": 33, "uint64": 33, "float32": 33, "b57221cc8a1041188f6c52b4ee4e544d": 36, "332": [36, 157], "54": [36, 110, 183, 184], "26t20": [36, 43, 45], "093958": [36, 45], "3049afb4ba9420713d875c245ee0451c": 36, "acl": [36, 44, 45, 66, 82, 203, 205, 208], "administr": [36, 44, 45, 66, 82, 91, 93, 107, 175, 205, 208], "writer": [36, 44, 45, 66, 82, 175, 205, 208], "group": [36, 45, 91, 92, 99, 100, 105, 114, 139, 143, 145, 157, 161, 167, 169, 177, 178, 179, 181, 182, 184, 185, 186, 191, 194, 204, 210], "reader": [36, 44, 45, 66, 82, 175, 205, 208], "opaqu": [37, 91, 208], "bodi": [37, 46, 47, 48, 57, 203, 208], "404": [37, 46, 47, 48, 51, 52, 67, 208, 211], "Not": [37, 46, 47, 48, 51, 52, 67, 123, 128, 144, 148, 208], "found": [37, 46, 47, 48, 49, 51, 52, 67, 87, 96, 98, 103, 111, 123, 141, 163, 167, 175, 185, 189, 192, 194, 203, 208], "valid": [37, 71, 130, 199, 203, 208], "mime": [37, 46, 67, 91], "2fhome": 37, "2fslycat": 37, "2fsrc": 37, "2ftai": 37, "2fworkdir": 37, "246": 37, "2fstress_zz_000001": 37, "png": [37, 46, 47, 67, 167], "18de324920c051bf768c9d2b7f0a23db": [37, 46], "63675": 37, "020855a209894a33ad9c01bca0d0c734": 39, "7f4a104a508b424f903a6843542dacb1": 39, "param": [40, 42, 44, 204, 208, 210, 211], "3ef75f2c116448e5a282b058662408d": 40, "filenam": [41, 46, 67, 70, 78, 167, 208, 211], "make": [41, 63, 69, 80, 89, 91, 96, 108, 110, 111, 129, 154, 167, 168, 174, 179, 180, 191, 199, 203, 204, 208, 211], "file_nam": [41, 64, 208], "06_cars_smal": 41, "_": [42, 44, 208], "time": [42, 44, 46, 47, 48, 51, 52, 53, 67, 87, 90, 91, 92, 97, 99, 100, 102, 103, 111, 117, 118, 119, 121, 122, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 145, 147, 148, 149, 150, 151, 153, 156, 157, 159, 161, 163, 164, 165, 167, 169, 176, 177, 178, 181, 182, 183, 191, 193, 194, 195, 196, 203, 208, 211], "stop": [42, 44, 91, 102, 208], "1561069190303": 42, "13232": 42, "16t21": 42, "44": [42, 63, 111, 179], "910816": 42, "a48062f1fefaf92e4ea478a45e5b4635": 42, "a15bbd2a5b3a9727f96cd87b4f0000a8": 42, "bookmark": [42, 43, 53, 74, 94, 157, 164, 171, 175, 188, 194, 196, 203, 206, 208], "wait": [42, 62, 87, 106, 122, 203, 204], "b2d24f5f43e74e23bf61397d6c61511b": 42, "03": [42, 67], "509275": 42, "9d1d329fe370660144d17cd1f60d292f": 42, "1c309489eac04515bca914e60ef38fab": 42, "65": [42, 182], "4052e01eed2b355dcaf45da56aa32bc5": 42, "f262cae570764e5a8f19c9db7b6c6303": 42, "15t16": 42, "358504": 42, "14256501197814941": 42, "371934": 42, "test2": 42, "215165": 42, "project_data": [42, 204], "511f5c51e60946f2a53830b116b4aea9": 42, "568b9b50673a5ab0b81466561b99fde2": 42, "171499": 42, "10397696495056152": 42, "183040": 42, "test1": 42, "485167": 42, "d8448849a7974f2ba513aedb3f73c553": 42, "fa63f9aadd4d4adc8ec4941f7d228ed0": 43, "93c1fc496dd32f43c41ff435c758c4d1": 43, "unusu": 43, "displac": [43, 99, 102], "rel": [43, 128, 157, 168, 192], "color": [43, 63, 95, 96, 97, 98, 100, 103, 117, 126, 128, 139, 141, 143, 144, 148, 149, 150, 151, 161, 162, 167, 171, 172, 175, 177, 179, 182, 184, 187, 190, 191, 192, 193, 194, 195], "06": [43, 146], "186245": 43, "29d79f0318632aba31dbba832536f799": 43, "represent": [44, 139, 157, 169, 172, 182, 185, 193, 194, 199, 201, 202, 208, 210], "main": [44, 164, 171, 175], "interfac": [44, 55, 92, 106, 111, 122, 126, 129, 133, 148, 153, 157, 162, 179, 181, 185, 186, 191, 193, 199, 200, 202, 210], "projects_list": [44, 45], "1561665367168": 44, "f204afc7e8ce44e79cdd41fc78ecd41b": [44, 46], "663": 44, "25t20": 44, "955499": 44, "a4332c471d456db74398dd8ac20f8a61": 44, "886682": 44, "99142f0b92a93266b9930914808fb286": 44, "dbaf026f919620acbf2e961ad7324011": 44, "revis": [45, 102, 175], "68c93ad175d43cb84fe43c6ffd35e058": 45, "brows": [46, 47, 61, 69, 74, 90, 108, 115, 133, 166, 203, 208, 211], "lookup": [46, 47, 208, 211], "filesystem": [46, 47, 61, 67, 85, 203, 209, 210, 211], "absolut": [46, 47, 61, 67, 85, 203, 210], "doesn": [46, 47, 48, 67, 72, 205, 208, 211], "read": [46, 47, 91, 122, 166, 176, 178, 203, 205, 208, 209], "directori": [46, 47, 51, 52, 58, 67, 87, 89, 106, 114, 132, 146, 176, 185, 189, 200, 203, 208, 210, 211], "access": [46, 47, 66, 72, 73, 82, 90, 91, 106, 112, 125, 126, 127, 140, 163, 164, 167, 175, 176, 190, 193, 194, 200, 203, 204, 208, 211], "deni": [46, 47, 208], "permiss": [46, 47, 194, 208], "automat": [46, 63, 69, 89, 122, 130, 164, 172, 175, 177, 178, 179, 193, 211], "determin": [46, 129, 178, 188, 192, 194, 207, 208, 211], "human": [46, 47, 48, 55, 56, 58, 66, 67, 68, 70, 157, 210], "readabl": [46, 47, 48, 55, 56, 58, 66, 67, 68, 70, 210], "problem": [46, 47, 48, 55, 56, 58, 67, 68, 70, 92, 102, 111, 125, 140, 154, 168, 183, 194, 209], "hint": [46, 47, 48, 67], "how": [46, 47, 48, 61, 67, 72, 92, 98, 99, 105, 129, 140, 157, 162, 169, 181, 182, 185, 192], "fix": [46, 47, 48, 67, 102, 114, 163, 189, 199], "home": [46, 47, 53, 58, 67, 70, 211], "src": 46, "workdir": [46, 189], "244": 46, "stress_zz_000001": 46, "252fhome": 46, "252fslycat": 46, "252fsrc": 46, "252ftai": 46, "252fworkdir": 46, "252fstress_zz_000001": 46, "59210": 46, "choos": [47, 63, 110, 111, 120, 169, 176], "resiz": [47, 94, 152, 167, 169, 181, 186], "convert": [47, 167, 200, 201, 206, 209], "anoth": [47, 69, 80, 95, 102, 123, 151, 177, 179, 188, 203], "reduc": [47, 90, 95, 106, 118, 145, 159, 160, 163, 175, 177, 179, 185, 194], "significantli": [47, 188, 189, 190], "decompress": 47, "resampl": [47, 185, 195], "recompress": 47, "verifi": [47, 111, 140, 175, 203], "bandwidth": 47, "reduct": [47, 141], "smaller": [47, 90, 129, 148, 185], "worth": [47, 109, 157], "increas": [47, 94, 99, 102, 103, 106, 177, 185, 190], "latenc": 47, "current": [47, 48, 51, 52, 64, 91, 92, 97, 102, 103, 104, 111, 113, 114, 123, 137, 143, 145, 150, 160, 164, 167, 169, 171, 175, 179, 181, 184, 185, 186, 189, 190, 191, 199, 205, 208], "limit": [47, 97, 105, 139, 141, 145, 161, 191, 203], "jpeg": [47, 67], "size": [47, 67, 90, 94, 97, 99, 106, 167, 177, 194, 195, 199, 200, 203, 208], "pixel": 47, "along": [47, 91, 97, 103, 165, 169, 190, 199, 200, 208], "larger": [47, 99, 111, 129, 178, 181, 191, 203], "than": [47, 71, 90, 91, 100, 106, 114, 129, 133, 147, 156, 165, 179, 182, 189, 192, 203, 208], "fit": [47, 144, 192], "while": [47, 91, 95, 97, 99, 102, 103, 106, 112, 124, 128, 143, 145, 147, 151, 161, 167, 169, 176, 181, 186, 190, 199], "maintain": [47, 103, 163, 194, 211], "aspect": [47, 127, 169, 175], "ratio": [47, 192], "width": [47, 100, 174, 199], "wider": 47, "height": [47, 183], "taller": 47, "depend": [47, 48, 91, 97, 140, 166, 169, 171, 181, 185, 186, 192], "convers": [47, 162], "505d0e463d5ed4a32bb6b0fe9a000d36": [47, 48, 55, 56, 58, 65, 66, 67, 68, 69, 70, 73], "fred": [47, 67, 69], "avatar": 47, "64": [47, 73, 182], "206": 48, "partial": [48, 192], "portion": [48, 102, 160, 188], "mp4": [48, 167], "webm": 48, "431d0e463d5ed4a32bb6b0fe9a000a37": 48, "activ": [49, 53, 149, 151, 208, 211], "share": [49, 63, 92, 97, 112, 115, 124, 157, 167, 169, 184, 185, 186, 189, 191, 194], "drive": [49, 115, 158], "msg": [49, 208, 211], "inform": [51, 52, 55, 56, 58, 67, 68, 70, 71, 91, 97, 103, 104, 106, 114, 125, 127, 132, 136, 140, 146, 147, 164, 169, 170, 171, 175, 181, 185, 186, 189, 192, 201, 203, 205, 208, 210], "As": [51, 52, 90, 95, 98, 100, 105, 127, 134, 136, 148, 151, 154, 155, 161, 162, 166, 167, 169, 171, 172, 175, 176, 177, 190], "special": [51, 52, 140, 194], "about": [51, 52, 125, 136, 147, 167, 181, 186, 203, 210], "log": [51, 52, 57, 112, 132, 140, 163, 176, 203, 207, 208], "second": [51, 52, 99, 103, 108, 118, 119, 129, 132, 133, 134, 151, 154, 160, 161, 169, 181, 187, 189, 190, 191, 208], "ad": [51, 52, 124, 129, 143, 151, 164, 172, 175, 177, 190, 193, 194, 203], "webservic": [51, 52], "prevent": [51, 52, 69, 129, 208, 211], "unknown": [51, 52, 69, 72, 208], "email": [51, 52, 53, 63, 97, 203], "1562786267913": [51, 52], "3a8d68aab2": [51, 52], "0dca": [51, 52], "4323": [51, 52], "ad57": [51, 52], "3b9beecd48b9": [51, 52], "lx7aeajwyljaqadeaieicqhbs1x9ph1bkcvnmng731w": [51, 52], "f7ff6a674c4a4ee6ab930474a78d24d": [51, 52], "66": [51, 52, 182], "jul": [51, 52], "47": [51, 52, 154, 158], "parser": [53, 61, 72, 83, 84, 203, 204, 208, 210], "support": [53, 146, 164, 167, 198, 199, 203, 208, 210], "ga": [53, 190], "track": [53, 102, 167, 169], "version": [53, 89, 104, 133, 149, 167, 175, 190, 192, 203], "domain": [53, 92, 194, 208], "timeseri": [53, 92, 106, 132, 185, 196], "last_active_tim": 54, "someon": [54, 164], "interact": [54, 57, 63, 90, 91, 97, 102, 106, 117, 122, 144, 145, 157, 167, 169, 172, 177, 186, 190], "sever": [54, 92, 169, 181, 192, 194, 203], "minut": [54, 208], "exclud": [54, 102, 105, 122, 145, 168, 178, 190], "admin": [54, 87], "mainli": 54, "mainten": 54, "via": [55, 92, 138, 151, 157, 194, 204, 211], "possibl": [55, 56, 58, 68, 70, 90, 105, 191, 194], "fail": [55, 56, 58, 67, 68, 69, 70, 140, 169, 182, 211], "due": [55, 56, 58, 67, 68, 70, 72, 99, 106, 129, 140, 141, 167, 199], "invalid": [55, 56, 58, 67, 68, 70, 72], "issu": [55, 56, 58, 68, 70, 167], "system": [55, 56, 58, 68, 70, 90, 92, 99, 127, 140, 165, 176, 177, 194, 203, 204], "checkjob": [55, 56, 58, 68, 70, 197, 204, 211], "123456": [55, 56, 58, 70], "launch": [55, 56, 58, 70, 74, 106, 111, 153, 163, 211], "batch": [55, 56, 58, 68, 74, 106, 140, 165, 211], "report": [56, 183], "pend": 56, "insert": [57, 210], "side": [57, 63, 117, 122, 144, 169, 202, 203], "record": [57, 125, 140, 203, 207, 208], "interest": [57, 97, 126, 143, 150, 153, 160, 191, 194], "subsequ": [57, 69, 143, 211], "uri": [57, 92, 167, 177, 184, 189, 197, 203], "initi": [57, 76, 77, 78, 100, 102, 103, 105, 106, 108, 111, 116, 117, 122, 123, 138, 141, 143, 155, 159, 163, 167, 169, 174, 175, 176, 178, 181, 183, 190, 195, 203, 210], "left": [57, 94, 97, 98, 103, 117, 122, 135, 136, 138, 140, 143, 144, 157, 159, 160, 161, 162, 167, 171, 175, 181, 184, 186, 187, 190, 191, 192, 210], "hypothet": 57, "driven": 57, "0bfb94cba9654faf904b6fe8b2aab603": 57, "pan": 57, "dx": 57, "dy": 57, "zoom": [57, 119, 121, 129, 131, 135, 141, 155], "factor": [57, 106], "fetch": [58, 211], "differ": [58, 98, 103, 105, 110, 111, 114, 117, 118, 122, 128, 130, 133, 137, 139, 140, 144, 151, 157, 159, 161, 165, 167, 169, 172, 173, 175, 178, 181, 182, 183, 184, 185, 188, 189, 190, 194, 195], "node": [58, 159, 160, 161, 182, 186, 208, 211], "look": [58, 92, 122, 132, 139, 143, 178, 194], "within": [58, 67, 97, 102, 111, 112, 114, 122, 132, 133, 134, 138, 139, 142, 144, 154, 164, 167, 169, 170, 171, 172, 175, 177, 178, 179, 181, 182, 184, 185, 186, 188, 189, 190, 194, 195, 203], "potenti": [58, 106, 143, 186, 194], "mani": [58, 76, 91, 97, 108, 128, 129, 140, 157, 174, 178, 192], "line": [58, 92, 108, 114, 132, 134, 135, 136, 139, 140, 143, 145, 159, 160, 161, 167, 169, 178, 182, 184, 189, 195, 203], "6706e78890884845b6c709572a140681": 59, "datah": 59, "04": [59, 81, 167], "To": [61, 85, 89, 91, 94, 97, 100, 102, 103, 106, 108, 111, 112, 122, 127, 128, 140, 143, 147, 150, 154, 158, 159, 160, 162, 167, 169, 170, 175, 181, 182, 184, 185, 186, 188, 190, 194, 203, 211], "more": [61, 71, 72, 90, 91, 92, 94, 98, 106, 111, 129, 132, 141, 142, 147, 156, 161, 167, 171, 175, 179, 183, 185, 189, 192, 195, 200, 203, 208], "filepath": [61, 85], "boolean": [61, 69, 72, 73, 91, 203, 208, 211], "wide": [61, 72, 91, 103, 124, 129, 190], "latitud": [61, 72, 132, 156], "map": [61, 63, 72, 95, 169, 181, 186, 190], "n": [61, 71, 72, 85, 91, 114, 132, 140, 159, 183, 189, 192, 203, 204], "unpars": [61, 72], "similarli": [61, 72, 91, 120, 143, 162, 171, 174], "howev": [61, 72, 90, 105, 108, 120, 132, 134, 138, 143, 149, 153, 154, 162, 169, 177, 179, 181, 187, 188, 191, 192, 195], "sophist": [61, 72], "split": [61, 72], "multipl": [61, 72, 91, 106, 111, 117, 123, 135, 140, 145, 157, 162, 164, 175, 178, 184, 185, 186, 190, 191, 192, 199], "m": [61, 71, 72, 85, 104, 140, 183, 192, 203], "form": [61, 64, 78, 85, 91, 92, 122, 133, 147, 169, 189, 211], "multipart": [61, 64, 78, 85], "local": [61, 85, 87, 92, 97, 104, 106, 112, 115, 144, 167, 176, 178, 185, 192, 203], "canonic": 63, "produc": [63, 90, 92, 139, 157, 169, 185, 189, 210], "anytim": 63, "chang": [63, 75, 83, 89, 96, 97, 98, 102, 103, 105, 108, 118, 123, 126, 127, 128, 129, 130, 132, 134, 136, 137, 142, 143, 144, 156, 157, 162, 166, 167, 169, 171, 172, 174, 175, 176, 178, 179, 181, 183, 185, 186, 187, 191, 199, 204, 206], "e": [63, 67, 72, 95, 99, 103, 104, 105, 117, 128, 129, 140, 152, 157, 162, 167, 168, 182, 183, 185, 186, 187, 192, 195, 199, 203, 210], "g": [63, 67, 72, 103, 129, 139, 140, 143, 152, 157, 167, 168, 185, 192, 203, 208], "etc": [63, 203], "restor": [63, 100, 149, 162, 169, 179, 180, 187], "we": [63, 90, 91, 99, 102, 104, 105, 106, 128, 132, 134, 139, 143, 151, 156, 162, 164, 167, 169, 171, 172, 174, 175, 178, 185, 187, 189, 192, 194, 197, 200, 204, 208], "strongli": 63, "recommend": [63, 132, 208], "web": [63, 87, 89, 90, 92, 164, 167, 185, 194, 197], "incorpor": [63, 92, 97], "url": [63, 73, 97, 164, 203, 204], "visual": [63, 92, 94, 97, 103, 114, 157, 159, 164, 167, 169, 170, 177, 181, 183, 185, 187, 188, 192, 193, 194, 195, 196], "save": [63, 97, 108, 119, 120, 162, 164, 169, 175, 188, 194, 206, 208], "colleagu": 63, "957cb70e7a31529d266fb0c110000f27": 63, "8092": [63, 65, 66, 69, 73], "201": [63, 66, 73], "apr": [63, 65, 66, 69, 73], "locat": [63, 66, 69, 73, 78, 91, 95, 104, 106, 112, 115, 122, 133, 147, 163, 166, 169, 171, 176, 181, 182, 185, 189, 191, 199, 208, 211], "da47466b64216fbb5f782bc2487ceed0": 63, "extens": [64, 114, 146, 169, 199, 203, 211], "being": [64, 85, 97, 105, 129, 132, 136, 137, 140, 141, 144, 162, 167, 170, 171, 182, 184, 185, 186, 190, 192, 194, 203, 204, 208], "empti": [65, 95, 102, 151, 155, 158, 164, 175, 179, 185, 210], "73": 65, "202": [65, 71], "schedul": 65, "30": [65, 66, 69, 73, 78, 91, 102, 155, 162], "85": 65, "7f4b92c00af7465eb594a2ca77d0df91": 65, "suppli": [66, 67, 69, 140, 158, 195, 208], "newli": [66, 175, 181, 203], "default": [66, 69, 80, 91, 95, 97, 105, 110, 119, 123, 128, 129, 133, 136, 140, 144, 147, 148, 161, 167, 169, 170, 176, 178, 181, 185, 186, 187, 203, 208, 210], "45": [66, 69, 73, 111, 191], "filter": [67, 95, 97, 105, 118, 119, 120, 124, 133, 141, 147, 159, 168, 169, 172, 177, 179, 180, 184, 193, 195, 207], "regular": [67, 149, 203], "reject": [67, 175, 192, 203], "allow": [67, 91, 105, 108, 111, 122, 127, 129, 133, 135, 147, 150, 153, 154, 157, 167, 169, 175, 185, 190, 194, 199, 211], "retain": [67, 102, 143, 162, 203], "integ": [67, 77, 85, 91, 128, 129, 158, 199, 200, 208], "f": [67, 87, 132, 208], "mtime": 67, "modif": [67, 105], "iso": [67, 204], "8601": 67, "against": [67, 128, 175, 181], "unless": [67, 71, 164, 175], "txt": [67, 140], "b": [67, 87, 104, 139, 143, 181, 183, 192, 204], "subdir": 67, "1264": 67, "456730": 67, "78005": 67, "4096": 67, "2015": [67, 183, 192], "03t16": 67, "52": [67, 83, 110, 132, 185], "599466": 67, "02t21": 67, "plain": 67, "ran": 68, "ssh": [68, 204, 208, 211], "echo": [68, 208], "usernam": [69, 73, 163, 164, 175, 176, 202, 203, 204, 208, 210, 211], "password": [69, 73, 87, 140, 163, 164, 176, 202, 203, 204, 208, 210, 211], "establish": [69, 164, 203, 208], "explicitli": [69, 91, 97, 162, 167, 187, 194, 200], "miss": [69, 71, 157, 158, 162, 172, 177, 190, 192, 193, 208], "authent": [69, 92, 164, 167, 194, 197, 203, 204, 208, 210, 211], "properli": [69, 169, 210], "startup": [69, 102, 211], "couldn": [69, 72, 140], "failur": [69, 169], "foobar": 69, "jdoe": 70, "bash": 70, "notifi": [71, 203], "process": [71, 90, 91, 104, 106, 122, 125, 127, 140, 142, 165, 170, 189, 203], "were": [71, 105, 114, 125, 148, 153, 162, 180, 183, 187, 190, 203], "receiv": [71, 72, 203], "sent": [71, 203, 204, 208], "until": [71, 105, 142, 167, 169, 171, 181, 191, 200, 203], "confus": 71, "those": [71, 91, 97, 100, 105, 108, 122, 128, 132, 146, 149, 153, 162, 168, 169, 183, 187, 188, 192], "correct": [71, 114, 149], "fid": [71, 72, 85, 203, 208], "tupl": [71, 200, 204, 210], "wasn": 71, "directli": [72, 122, 147, 176, 191, 203], "unchang": 72, "write": [72, 78, 91, 92, 140, 189, 197, 199, 200, 203, 204, 205, 209], "bit": 73, "came": 73, "success": [73, 83, 125, 195, 204, 208, 210], "target": [73, 203], "tri": [73, 194], "user_nam": [73, 204, 208], "c2x5y2f0": 73, "href": [73, 202], "192": 73, "168": 73, "99": 73, "protocol": [73, 202], "port": [73, 140, 202, 203], "pathnam": 73, "search": [73, 92, 149, 202], "xyz": 73, "httponli": 73, "ag": 73, "60000": 73, "secur": [73, 87, 93, 107, 140, 204], "check": [74, 106, 108, 111, 119, 137, 175, 204, 208, 210, 211], "event": [74, 167, 203, 208], "modifi": [75, 82, 83, 95, 97, 98, 102, 105, 125, 129, 132, 169, 175, 203, 207], "float": [75, 77, 191, 199, 203, 208], "percent": 75, "bool": [76, 80, 81, 203, 208, 211], "6f48db3de2b6416091d31e93814a22a": [76, 77], "readi": [77, 203, 209], "alreadi": [77, 78, 99, 118, 163, 164, 167, 210], "203": 77, "destin": 78, "overwritten": [78, 200], "vector": [78, 91, 159, 192, 194], "4x4": 78, "matrix": [78, 91, 114, 159, 185, 199], "25f1cdb62c34465286cecbaeccc1460d": 78, "470": 78, "boundari": [78, 167], "573af150d64b4d70b35689f41c136ed3": 78, "disposit": 78, "copi": [80, 132, 167, 203], "effici": [80, 179, 199, 203], "sourc": [80, 89, 172, 177, 178, 193, 194, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211], "deep": 80, "1385a75dd2eb4faba884cefdd0b94a56": 81, "dbaf026f919620acbf2e961ad73243c5": 82, "176": [82, 83, 84], "my": [82, 84, 171], "file_kei": [83, 84, 208], "53_cars_smal": 83, "6df52b51a0e74b9da9af9eaf77cf66b6": [83, 84], "fanci": 84, "compos": 87, "instanc": [87, 91, 92, 122, 190, 200, 203, 210], "your": [87, 92, 97, 102, 104, 106, 108, 112, 115, 120, 125, 134, 140, 144, 145, 162, 163, 164, 165, 166, 167, 169, 170, 171, 175, 176, 178, 188, 189, 192], "non": [87, 119, 124, 145, 159, 161, 168, 175, 190, 210], "product": [87, 91], "team": [87, 97, 170, 183, 194], "develop": [87, 91, 92, 157, 194, 195], "procedur": 87, "environ": [87, 106, 140], "desktop": [87, 92, 112, 115, 120, 164, 169, 194], "see": [87, 95, 99, 100, 103, 104, 105, 106, 108, 111, 115, 116, 119, 120, 122, 123, 128, 129, 132, 133, 134, 137, 139, 140, 142, 143, 146, 148, 149, 150, 151, 152, 153, 154, 155, 157, 162, 164, 167, 169, 171, 173, 175, 177, 179, 181, 184, 186, 187, 189, 190, 191, 192, 203, 204, 208], "doc": [87, 89, 185], "instal": [87, 92, 210], "haproxi": 87, "sshd": 87, "clone": 87, "repo": 87, "depth": 87, "master": 87, "github": [87, 88, 89], "sandialab": 87, "navig": [87, 115, 133, 166, 171, 175, 176, 185], "cd": [87, 89], "termin": [87, 122, 169], "our": [87, 106, 132, 143, 167, 178, 184, 185, 189, 194, 195, 204, 211], "yaml": 87, "up": [87, 97, 102, 104, 105, 106, 117, 120, 140, 143, 165, 166, 169, 171, 175, 176, 189, 208], "step": [87, 104, 105, 111, 147, 164, 165, 167, 169, 170, 178, 185, 189, 191, 193, 195, 203], "take": [87, 91, 97, 112, 122, 145, 163, 164, 169, 171, 175, 185, 190, 203, 208], "some": [87, 91, 99, 128, 145, 149, 167, 169, 172, 188, 189, 192], "load": [87, 92, 108, 111, 112, 118, 125, 127, 154, 167, 192, 203, 210], "download": [87, 141, 144, 152, 155, 167, 184, 191, 194, 203], "client_1": 87, "\u2139": 87, "wdm": 87, "compil": 87, "everyth": [87, 91, 210], "serv": [87, 91], "show": [87, 94, 98, 100, 102, 105, 110, 111, 122, 128, 137, 143, 151, 154, 157, 161, 162, 165, 167, 169, 171, 172, 177, 179, 182, 186, 191, 193, 208], "warn": [87, 129, 132], "self": [87, 94, 162, 208, 210], "sign": [87, 164, 194, 199, 204], "certif": [87, 203], "down": [87, 102, 141, 143, 147, 159, 160, 162, 169, 176, 181], "orphan": 87, "name_of_servic": 87, "outlin": [88, 123, 139, 150], "pep": 88, "legaci": 88, "org": [88, 89, 140, 185], "dev": 88, "0008": 88, "typescript": 88, "j": [88, 104, 183, 192, 202, 208], "io": [88, 89], "styleguid": 88, "jsguid": 88, "sphinx": 89, "builder": 89, "readthedoc": 89, "theme": [89, 103, 167, 181, 184, 186, 190, 194], "snide": 89, "sphinx_rtd_them": 89, "napoleon": 89, "sphinxcontrib": 89, "latest": [89, 97], "httpdomain": 89, "pythonhost": 89, "primari": [89, 206], "docstr": 89, "embed": [89, 141], "itself": [89, 102, 125, 160, 175], "strictli": 89, "guidelin": [89, 92], "numpydoc": 89, "standard": [89, 92, 140, 158, 167, 192, 203], "remaind": 89, "rst": 89, "built": [89, 99, 167], "view": [89, 92, 97, 98, 101, 122, 123, 125, 129, 130, 139, 142, 143, 144, 145, 149, 152, 155, 157, 161, 162, 167, 171, 172, 175, 182, 184, 187, 190, 192, 193, 194, 195, 196, 203, 206, 210], "_build": 89, "whenev": [89, 133, 180, 211], "push": [89, 92, 108, 111, 112, 119, 149, 154, 203], "repositori": 89, "analysi": [90, 91, 92, 99, 104, 106, 141, 142, 150, 151, 159, 161, 163, 169, 170, 178, 183, 185, 190, 193, 194, 195, 196], "ensembl": [90, 92, 98, 99, 103, 104, 106, 108, 114, 117, 118, 120, 122, 124, 125, 132, 133, 143, 147, 149, 150, 151, 156, 157, 167, 169, 172, 177, 181, 183, 184, 185, 186, 189, 190, 192, 193, 194, 211], "magnitud": [90, 103, 178], "simul": [90, 92, 98, 99, 103, 156, 161, 167, 169, 177, 182, 183, 184, 185, 187, 189, 191, 192, 194, 195], "manag": [90, 92, 93, 107, 165, 194, 197, 199, 210, 211], "movement": [90, 194], "integr": [90, 92, 104, 189, 194], "ideal": [90, 181], "want": [90, 100, 102, 118, 119, 120, 128, 140, 145, 162, 164, 168, 169, 175, 178], "live": 90, "move": [90, 102, 106, 134, 167, 169, 171, 176, 181, 185, 186, 190, 211], "across": [90, 123, 132, 147, 167, 169, 184, 192, 194], "network": 90, "lead": [90, 181, 186], "architectur": [90, 157], "abov": [90, 91, 106, 114, 128, 144, 148, 149, 151, 160, 171, 185, 190, 191], "platform": [90, 92, 167, 194, 211], "analyz": [90, 92, 170, 185, 194], "place": [90, 143, 181, 207], "greatli": 90, "deliv": [90, 92], "increment": [90, 91, 102], "demand": 90, "workflow": [90, 92], "wish": [90, 137, 169, 175, 176, 178, 188], "packag": [90, 140], "deliveri": [90, 167], "mode": [90, 102, 145, 209], "seri": [90, 92, 111, 112, 114, 117, 118, 119, 121, 122, 129, 132, 134, 135, 136, 137, 138, 139, 141, 142, 143, 145, 147, 148, 149, 150, 151, 153, 154, 156, 157, 159, 163, 165, 169, 175, 177, 182, 193, 195, 196, 208], "fly": [90, 91], "playback": [90, 191], "meet": 91, "varieti": [91, 146, 211], "ingest": [91, 112, 132, 176, 184, 197], "evolv": 91, "hierarchi": [91, 92, 171, 176, 182, 185, 189, 194], "At": [91, 103, 114, 122, 140, 142, 164, 165, 171, 189, 191], "togeth": [91, 210], "relat": [91, 92, 99, 129, 140, 156, 157, 167, 192, 194], "own": [91, 93, 107, 140, 163, 170, 181, 186], "whose": [91, 160, 175, 178, 190, 194], "layout": [91, 97, 143, 169], "dictat": 91, "There": [91, 92, 96, 113, 117, 126, 129, 132, 162, 167, 175, 176, 181, 185, 186], "intend": [91, 175], "small": [91, 103, 143, 167, 173, 182, 190, 206], "quantiti": [91, 132, 156, 194], "final": [91, 108, 110, 111, 122, 129, 147, 151, 154, 167, 170, 175, 176, 178, 183], "most": [91, 95, 98, 99, 102, 104, 132, 158, 169, 189, 199, 208], "turn": [91, 99, 100, 102, 105, 130, 149], "slice": [91, 199, 200, 201, 203], "bulk": 91, "mention": 91, "simpler": 91, "pattern": [91, 92, 97, 122, 123, 143], "compact": 91, "span": [91, 95], "build": [91, 92, 159], "block": 91, "syntact": 91, "rule": 91, "skip": [91, 164, 167, 185], "th": 91, "omit": [91, 99, 178], "neg": [91, 103], "backward": [91, 130, 191], "desir": [91, 108, 145, 148, 149, 151, 153, 154, 176, 178, 181], "ten": [91, 192], "recal": [91, 97], "do": [91, 106, 114, 117, 122, 123, 128, 142, 144, 147, 148, 160, 164, 175, 179, 181, 185, 195, 209], "60": [91, 99, 160], "addition": [91, 117, 119, 153, 170, 177, 189, 190, 192, 194], "vertic": [91, 135, 184], "irregular": 91, "normal": [91, 102, 135, 168, 169, 178, 183, 192], "syntax": 91, "alon": 91, "77": 91, "cell": [91, 103, 174, 181, 182, 186, 190], "mind": [91, 166, 176], "piec": 91, "forward": [91, 130, 191], "slash": 91, "also": [91, 95, 96, 99, 100, 105, 109, 111, 114, 128, 129, 132, 133, 134, 139, 140, 143, 144, 148, 149, 150, 154, 161, 172, 178, 179, 182, 185, 188, 189, 192, 203], "underli": [91, 92, 143, 194, 195, 200], "here": [91, 105, 114, 128, 132, 158, 171], "preced": 91, "assum": [91, 184, 192, 200, 210], "work": [91, 139, 140, 149, 171, 189, 194, 199, 201], "matric": [91, 114, 122, 157], "And": [91, 120], "cartesian": 91, "rather": [91, 189, 203], "semicolon": 91, "rank": 91, "a1": 91, "asc": 91, "ascend": [91, 103, 190], "greater": [91, 99, 121, 131, 185, 192], "five": [91, 171], "between": [91, 92, 94, 95, 99, 102, 103, 117, 120, 122, 128, 129, 130, 132, 139, 141, 143, 144, 154, 157, 159, 167, 169, 171, 178, 181, 182, 183, 184, 185, 186, 188, 190, 192, 195, 204], "thirteen": 91, "cinnamon": 91, "membership": [91, 142, 145, 175], "logic": 91, "comparison": [91, 122, 128, 143, 157, 184, 190, 195], "parenthes": 91, "Of": 91, "cours": [91, 189], "pipe": 91, "fourth": [91, 129], "appear": [91, 97, 102, 108, 112, 122, 143, 144, 145, 160, 161, 166, 167, 169, 175, 177, 185, 188, 190, 191], "a2": 91, "desc": [91, 99], "descend": [91, 103, 190], "featur": [91, 92, 95, 99, 109, 133, 139, 172, 177, 178, 185, 194], "don": [91, 108, 147, 162, 167, 178, 200], "situat": 91, "scienc": 92, "sandia": [92, 93, 104, 107, 132, 140, 146, 165, 167, 183, 192, 203], "nation": [92, 93, 104, 107, 113, 146, 183, 192], "laboratori": [92, 93, 104, 107, 183, 192], "high": [92, 106, 128, 141, 169, 181, 182, 183, 184, 189, 194, 195, 211], "collabor": 92, "consist": [92, 95, 98, 104, 114, 132, 139, 143, 154, 156, 157, 158, 159, 162, 164, 167, 169, 172, 175, 182, 189, 190, 192, 194], "over": [92, 99, 102, 103, 133, 134, 138, 143, 144, 152, 160, 161, 167, 169, 171, 175, 177, 181, 184, 185, 186, 189, 190, 192, 201, 203, 208, 211], "particular": [92, 108, 146, 191], "meta": [92, 113, 116, 156, 208], "behavior": [92, 169, 183, 194], "effort": 92, "understand": [92, 192, 194], "sensit": [92, 104, 169, 170, 183, 192], "examin": [92, 167, 203], "whole": 92, "higher": [92, 123, 141, 161], "seen": [92, 138, 167, 169, 171, 175, 195], "despit": 92, "variat": [92, 192, 194], "scalabl": [92, 194], "commod": [92, 194], "tier": [92, 194], "basi": [92, 111, 126], "ordinari": 92, "relationship": [92, 99, 103, 128, 141, 184, 192], "metric": [92, 99, 104, 183, 184, 185, 189, 192, 195], "compar": [92, 95, 103, 114, 117, 143, 157, 167, 168, 179, 181, 183, 189, 195], "waveform": [92, 132, 184, 195], "transform": 92, "moder": 92, "amount": [92, 204, 211], "pull": [92, 102], "analys": 92, "modern": 92, "compliant": 92, "firefox": [92, 164, 167], "softwar": [92, 104, 146], "workstat": 92, "suit": 92, "better": [92, 190], "easi": 92, "graphic": [92, 182], "broad": 92, "appeal": 92, "manual": [92, 93, 104, 108, 109, 130, 156, 162, 176, 192], "overview": [92, 109, 196], "dial": [92, 108, 109, 112, 113, 115, 116, 196], "acknowledg": [92, 157, 196], "docker": 92, "servic": 92, "colophon": 92, "deploi": 92, "rest": [92, 194, 197, 199], "method": [92, 101, 114, 173, 176, 185, 192, 198, 203, 208], "engin": [92, 93, 99, 100, 107, 197], "handler": [92, 197, 210], "modul": [92, 140, 167, 199, 210, 211], "mission": [93, 107], "technologi": [93, 107], "solut": [93, 107], "llc": [93, 107], "wholli": [93, 107], "subsidiari": [93, 107], "honeywel": [93, 107], "inc": [93, 107], "depart": [93, 107], "energi": [93, 107], "nuclear": [93, 107], "under": [93, 107, 110, 126, 132, 134, 163, 178, 208], "contract": [93, 107, 159, 184, 195], "de": [93, 107, 134], "na0003525": [93, 107], "approv": [93, 107], "releas": [93, 102, 107, 138, 142, 145, 169, 181], "sand2018": 93, "0620": 93, "r": [93, 103, 104, 107, 114, 139, 143, 181, 192, 209], "click": [94, 96, 97, 100, 102, 103, 104, 105, 106, 108, 110, 112, 115, 116, 120, 122, 123, 127, 128, 130, 133, 134, 137, 139, 142, 143, 145, 150, 151, 152, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 174, 175, 176, 178, 179, 181, 182, 184, 185, 186, 187, 188, 190], "icon": [94, 96, 97, 100, 102, 103, 120, 121, 128, 130, 131, 133, 136, 142, 143, 145, 151, 159, 160, 161, 162, 167, 168, 169, 173, 175, 178, 182, 184, 187, 190, 191], "window": [94, 102, 111, 112, 127, 132, 167, 169], "popup": [94, 97, 104, 112, 115, 133, 169, 175, 188], "intent": [94, 169], "annot": 94, "titl": [94, 171], "upper": [94, 97, 98, 100, 108, 111, 117, 123, 127, 128, 135, 137, 144, 157, 161, 162, 169, 175, 184, 186, 192], "toggl": [94, 100, 134, 139, 161, 168, 186, 191], "switch": [94, 129, 139, 184], "shown": [94, 95, 96, 98, 100, 102, 103, 104, 105, 106, 108, 110, 111, 112, 114, 115, 116, 117, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 133, 135, 136, 137, 138, 139, 142, 143, 144, 145, 147, 148, 149, 150, 151, 153, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 182, 184, 185, 187, 190, 191, 192, 194], "figur": [94, 95, 96, 97, 102, 103, 104, 105, 108, 110, 111, 112, 114, 115, 116, 117, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 133, 135, 136, 137, 138, 139, 142, 143, 144, 145, 147, 148, 149, 150, 151, 153, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 175, 176, 177, 178, 179, 181, 182, 184, 185, 187, 188, 190, 191, 192, 194], "47a": 94, "47b": 94, "decreas": [94, 99, 103, 183, 192], "back": [94, 100, 102, 134, 149, 162, 166, 176, 178, 191], "font": [94, 103], "visibl": [94, 100, 102, 103, 120, 128, 132, 142, 156, 159, 160, 162, 167, 168, 169, 174, 177, 179, 180, 181, 182, 184, 186, 190, 191, 195], "mous": [94, 102, 134, 138, 142, 145, 167, 169, 177, 181, 186], "draw": [94, 181, 191], "attent": 94, "member": [94, 97, 108, 114, 117, 118, 120, 122, 124, 132, 133, 143, 147, 149, 150, 151, 157, 164, 167, 169, 170, 171, 172, 175, 177, 181, 184, 186, 190, 194], "discoveri": 94, "explanatori": 94, "auto": 95, "button": [95, 97, 100, 101, 102, 104, 105, 106, 108, 110, 111, 112, 116, 119, 121, 123, 125, 127, 129, 130, 131, 133, 138, 142, 144, 145, 147, 148, 149, 152, 153, 154, 162, 163, 166, 167, 169, 170, 171, 175, 176, 178, 179, 180, 181, 188, 191], "media": [95, 97, 101, 158, 172, 177, 179, 191, 193], "enabl": [95, 97, 105, 144, 162, 168, 169, 176, 177, 178, 179, 183, 184, 191, 192, 194, 203], "disabl": [95, 162, 167, 179, 180, 191, 203], "scatterplot": [95, 98, 100, 102, 105, 111, 114, 117, 121, 123, 128, 129, 134, 139, 143, 144, 145, 148, 149, 150, 151, 154, 157, 162, 167, 168, 169, 172, 173, 174, 179, 181, 190, 193], "ax": [95, 96, 114, 134, 138, 172, 173, 181], "point": [95, 96, 97, 98, 100, 102, 103, 105, 110, 111, 114, 117, 119, 120, 122, 123, 128, 129, 133, 134, 136, 141, 142, 144, 145, 147, 148, 149, 150, 151, 155, 156, 157, 162, 167, 168, 169, 171, 172, 177, 179, 180, 185, 186, 190, 192, 193, 194, 195, 199, 208, 210], "hidden": [95, 97, 100, 102, 148, 149, 153, 162, 171, 179, 180], "mechan": [95, 96, 97, 105, 133, 162, 164, 167, 174, 181, 183, 186, 194], "mutual": [95, 162, 179], "exclus": [95, 162, 179], "remain": [95, 114, 142, 159, 161, 167, 179, 185, 191], "shift": [95, 105, 139, 143, 145, 151, 169, 178, 179, 181, 190, 195], "redrawn": [95, 96, 102, 139, 181, 190], "reflect": [95, 96, 103, 122, 162, 169, 171, 174, 179, 190], "legend": [95, 98, 103, 174, 179, 184, 192, 195], "now": [95, 108, 127, 142, 145, 169, 175, 179], "brightest": 95, "deepest": 95, "maxim": [95, 128, 130, 160, 192], "distinct": [95, 203], "especi": 95, "skew": [95, 102], "few": [95, 151], "anomal": [95, 102], "imagin": [95, 100], "000": [95, 102], "plot": [95, 100, 114, 117, 123, 129, 132, 139, 141, 142, 143, 145, 148, 149, 150, 151, 153, 154, 157, 159, 162, 172, 177, 181, 182, 184, 186], "major": 95, "drawn": [95, 102, 103, 117, 123, 136, 138, 139, 143, 150, 151, 159, 160, 161, 181, 182, 184, 185, 190], "rescal": 95, "fill": [95, 98, 114, 142, 143, 211], "darken": [95, 96, 103, 161, 167, 177, 181, 182], "y": [96, 114, 119, 132, 161, 173, 177, 181, 186, 192, 195], "dropdown": [96, 97, 104, 105, 106, 112, 123, 127, 128, 136, 137, 144, 153, 162, 163, 166, 167, 169, 170, 171, 173, 174, 175, 176, 177, 179, 181, 184, 185, 186, 188], "Or": [96, 132, 140, 169], "regardless": [96, 120, 132, 160, 167, 174], "choic": [96, 99, 106, 112, 116, 127, 162, 165, 167, 169, 170, 174, 185, 187], "highlight": [96, 97, 103, 123, 134, 139, 143, 150, 151, 167, 169, 174, 177, 178, 181, 182, 186, 190, 191], "immedi": [96, 119, 162, 174], "re": [96, 100, 111, 122, 140, 148, 153, 154, 162, 174, 181], "render": [96, 97, 103, 122, 129, 136, 139, 143, 145, 159, 160, 167, 169, 174, 181, 182, 185, 186, 188, 190], "horsepow": [96, 99, 168, 174, 177, 190], "preserv": [97, 185], "reproduc": 97, "though": [97, 103, 133, 161, 167, 169, 189], "region": [97, 102, 142, 145, 175, 181, 194, 200], "devic": 97, "pin": [97, 167, 172, 177, 179, 191, 193], "drag": [97, 102, 143, 144, 145, 167, 169, 179], "drop": [97, 147, 162], "archiv": [97, 132, 140, 146, 147], "pick": [97, 178, 181], "previous": [97, 103, 139, 143, 148, 153, 160, 162, 169, 176, 179, 181, 186], "concept": [97, 157, 199], "persist": 97, "conveni": [97, 132, 167, 203], "independ": [97, 103, 117, 144, 157, 169, 182, 190, 192], "exploratori": [97, 193], "rememb": [97, 162, 176], "reveal": [97, 123, 143, 176, 181, 182, 186], "flipbook": 97, "style": [97, 110, 210], "narr": 97, "demonstr": [97, 102, 103, 160, 161, 172, 178, 186], "corner": [97, 100, 123, 143, 157, 162, 167, 169, 175, 181, 187], "dialog": [97, 104, 105, 106, 108, 110, 111, 119, 120, 129, 148, 153, 154, 166, 169, 175, 178, 188, 195], "abort": [97, 169, 175, 188], "associ": [97, 98, 102, 105, 114, 144, 156, 161, 163, 165, 167, 169, 171, 179, 182, 186, 187, 188, 190, 192, 194, 203, 210], "below": [97, 98, 100, 106, 122, 148, 149, 160, 169, 172, 174, 175, 184, 186, 187, 190, 192], "accord": [97, 103, 114, 126, 140, 169, 175], "yellow": [97, 108, 130, 142, 145, 149, 169, 175, 179, 181, 188], "pencil": 97, "trashcan": [97, 175], "consequ": [97, 106, 132, 142, 157, 162, 163, 194], "prior": [97, 104, 165, 178, 189], "abstract": [98, 143, 169, 172, 184, 194, 199], "coeffici": [98, 103, 192], "overal": [98, 102, 182], "least": [98, 147, 171, 189, 192, 195], "arrang": 98, "midrang": 98, "lowest": [98, 123, 184], "bottom": [98, 100, 102, 103, 117, 143, 144, 157, 160, 161, 167, 168, 170, 175, 184, 190, 210], "car": [98, 100, 103, 105, 162, 172, 174, 177, 178, 181, 190, 192, 196], "section": [99, 106, 109, 122, 132, 143, 159, 160, 169, 172, 184, 185, 186, 191, 202, 211], "illustr": [99, 156, 172], "406": 99, "automobil": 99, "1970": 99, "1982": 99, "physic": [99, 183, 189, 194], "design": [99, 104, 105, 106, 108, 132, 139, 160, 169, 179, 185, 190, 192, 194], "variou": [99, 126, 156, 167, 169, 171, 185, 192, 194], "evalu": [99, 183, 185, 195, 197, 204], "categor": [99, 105, 108, 129, 162, 171, 172, 177, 178, 184, 193], "acceler": 99, "measur": [99, 156, 157, 185], "mph": [99, 132], "lower": [99, 116, 123, 127, 129, 141, 160, 161, 170, 175, 176, 182, 187], "intuit": [99, 169], "introduct": 99, "peopl": 99, "idea": 99, "manufactur": [99, 105], "cylind": [99, 100, 105, 183], "mile": [99, 132], "per": [99, 108, 114, 126, 129, 132, 156, 157, 189, 195, 199, 208], "gallon": 99, "mpg": [99, 190], "faster": [99, 100, 129], "arab": 99, "oil": 99, "embargo": 99, "dure": [99, 105, 111, 122, 125, 129, 132, 156, 162, 167, 190], "year": [99, 105, 156, 157], "facilit": [99, 122, 132, 169, 184, 190, 203, 211], "footnot": [99, 104, 157, 169, 183, 192], "donoho": 99, "ramo": 99, "primdata": 99, "prim": 99, "h": [99, 192], "lib": 99, "stat": 99, "cmu": 99, "edu": 99, "dataset": [99, 114, 151, 156, 157], "instanti": [100, 168], "hide": [100, 148, 162, 168, 169, 177, 179, 192], "fade": [100, 178], "flip": [100, 161], "just": [100, 105, 114, 117, 120, 125, 134, 140, 178, 179], "sometim": [100, 102, 139, 140, 162, 169, 178], "exce": [100, 122, 129, 136, 178, 184], "expand": [100, 103, 160, 187], "widen": 100, "replac": [100, 169, 187, 208, 209], "collaps": [100, 103, 159, 160, 169], "It": [101, 120, 122, 129, 140, 169, 184, 189, 190], "quick": 101, "clear": [101, 119, 120, 143, 169, 186, 208], "viewer": [101, 167, 191], "slider": [102, 105, 114, 117, 122, 129, 141, 148, 153, 154, 155, 157, 162], "next": [102, 104, 108, 111, 116, 140, 147, 163, 166, 175, 176, 185, 186], "endpoint": [102, 210], "posit": [102, 103, 117, 123, 128, 135, 142, 144, 167, 169, 181], "268": 102, "166": [102, 160], "grab": 102, "unit": [102, 114, 147, 156, 157, 165, 178, 189, 199], "slide": [102, 162], "resolut": [102, 129, 155, 159], "threshold": [102, 136, 211], "edit": [102, 105, 108, 126, 127, 170, 171, 176, 188, 191, 194, 202, 210], "extrema": [102, 190], "hover": [102, 103, 133, 144, 152, 167, 171, 175, 177, 179, 190], "orang": 102, "hit": [102, 163], "enter": [102, 108, 127, 163, 164, 169, 170, 175, 176], "On": [102, 114, 118], "defin": [102, 105, 108, 114, 117, 134, 142, 143, 157, 162, 167, 168, 169, 177, 178, 181, 186, 189, 190, 194, 199, 200, 210, 211], "beneath": [102, 178], "invert": 102, "middl": [102, 108, 117, 169, 186, 191], "becom": [102, 103, 160, 162, 169, 170, 190], "central": [102, 105, 117], "outsid": [102, 145, 157, 162, 164, 171], "aris": 102, "far": [102, 108, 109, 121, 143, 144, 186], "sai": 102, "forc": [102, 167, 203], "elimin": [102, 168], "bia": [102, 178], "reset": [102, 119, 123, 154, 194], "455": 102, "155": 102, "background": [102, 103, 139, 142, 143, 145, 169, 174, 181, 186, 190, 191], "remind": 102, "holist": [103, 169, 194], "chart": [103, 181], "orthogon": [103, 192], "import": [103, 114, 120, 122, 125, 127, 128, 132, 133, 141, 146, 147, 157, 177, 192], "p": [103, 104, 181, 183, 192], "edg": [103, 123, 169, 190], "green": [103, 104, 106, 111, 112, 117, 136, 139, 143, 145, 157, 169, 171, 175, 181, 184, 186, 188, 190], "lavend": [103, 161, 169, 181, 186, 187, 190], "versu": 103, "four": [103, 132, 157, 159, 169, 175, 179, 183, 185, 190], "cca1": [103, 181], "24": [103, 143, 181, 190], "cca2": [103, 181], "horizont": [103, 184], "term": [103, 194], "center": [103, 157, 169], "extend": [103, 147], "toward": [103, 181], "act": [103, 134, 161, 167, 168], "reinforc": 103, "glanc": 103, "strength": 103, "direct": [103, 156, 192, 203], "oppos": 103, "triangular": [103, 159, 160, 190], "unsign": [103, 199], "triangl": [103, 160, 161, 176, 190], "revers": [103, 190], "signifi": 103, "long": [103, 106, 114, 129, 132, 183, 195], "scrollabl": 103, "palett": [103, 123, 126, 169, 181, 186], "alongsid": 103, "appli": [103, 119, 120, 170, 188], "dakota": [104, 166, 189, 192], "tabular": [104, 166], "frequent": [104, 167], "excel": [104, 189, 202], "common": [104, 147, 167, 169, 189, 192, 194], "expect": [104, 147, 158, 178, 188, 189, 211], "walk": [104, 106], "pop": [104, 106, 169, 175], "held": 104, "continu": [104, 105, 108, 110, 111, 115, 116, 133, 147, 148, 153, 154, 162, 163, 166, 172, 176, 177, 178, 185, 193], "advanc": [104, 110, 111, 115, 116, 133, 147, 163, 169, 191], "adam": [104, 192], "ebeida": [104, 192], "eldr": [104, 192], "jakeman": [104, 192], "swiler": [104, 192], "l": [104, 192], "bohnhoff": [104, 192], "w": [104, 192], "dalbei": [104, 192], "k": [104, 114, 132, 169, 183, 192], "eddi": [104, 192], "hu": [104, 192], "vigil": [104, 192], "bauman": [104, 192], "hough": [104, 192], "multilevel": [104, 192], "parallel": [104, 106, 163, 165, 192, 194], "framework": [104, 192], "estim": [104, 192], "uncertainti": [104, 192], "quantif": [104, 192], "tech": [104, 192], "rep": [104, 192], "sand2010": [104, 192], "2183": [104, 192], "core": [105, 169], "stage": [105, 169, 194], "ident": [105, 111, 114, 135, 156, 164, 175, 185, 189, 195], "assign": [105, 169, 175, 178, 202], "neither": [105, 178, 181, 184, 186, 190], "rapid": [105, 190], "discret": [105, 110], "often": [105, 184, 194], "advantag": 105, "abl": [105, 139, 140, 179], "declar": [105, 190], "even": [105, 118, 145, 182], "fine": [105, 185, 191], "grain": [105, 191], "imposs": 105, "enumer": 105, "dark": [105, 128, 177], "substitut": 105, "complic": [106, 146], "previou": [106, 143, 162, 166, 169, 175, 176, 186], "computation": 106, "intens": 106, "natur": 106, "compel": 106, "unfortun": 106, "uncertain": 106, "queue": [106, 163, 165], "odd": 106, "necessari": [106, 129, 154, 169, 189], "autonom": 106, "free": [106, 108, 183], "thing": [106, 211], "go": [106, 127, 149, 170, 176, 178, 185, 191], "assumpt": [106, 195], "difficult": [106, 185, 192], "screen": [106, 108, 122, 163, 165, 185], "sand2020": 107, "6478": 107, "speak": 108, "belong": [108, 117, 210], "pulldown": [108, 111, 125, 126, 127, 129, 136, 137, 147, 148, 154], "menu": [108, 111, 112, 125, 126, 129, 154], "let": [108, 120, 208], "simpli": [108, 142, 143, 150, 151, 152, 154, 171], "box": [108, 111, 119, 122, 125, 129, 138, 149, 151, 154, 178], "reload": 108, "press": [108, 110, 111, 115, 129, 148, 153, 167, 169, 175, 181, 182, 190, 191, 192], "otherwis": [108, 111, 175, 176, 185, 207, 210], "entri": [108, 149, 158, 167, 203], "too": [108, 129], "mistak": 108, "unselect": [108, 179, 186], "sequenti": [110, 114], "scheme": [110, 202], "shade": [110, 123, 142, 145], "overridden": 110, "diverg": [110, 169], "radio": [110, 129, 163, 178], "53": [110, 165], "done": [111, 118, 154, 192], "scratch": [111, 158], "onto": [111, 208], "46": [111, 182, 191], "compat": [111, 167, 202, 203], "intersect": [111, 147], "mismatch": 111, "incompat": 111, "prompt": [111, 164], "accompani": [111, 154], "navbar": [112, 169, 194, 196], "disk": [112, 199, 206], "unlik": [112, 132, 142, 147, 163, 193], "regard": [112, 195], "tab": [112, 115, 116, 122, 127, 133, 147, 185], "script": [112, 203, 208, 211], "pt": [113, 116, 122, 147], "cv": 113, "zip": [113, 114, 116, 122, 125, 140, 146, 147], "instrument": [113, 146], "labview": [113, 146], "tdm": [113, 116, 122, 133], "convent": [114, 132, 157, 169, 189], "reli": [114, 140, 164], "differenti": [114, 192], "variable_1": 114, "variable_2": 114, "variable_": 114, "datapoint": 114, "scalar": [114, 117, 123, 124, 128, 132, 144, 148, 157, 184, 186, 192], "folder": [114, 176], "distanc": [114, 117, 122, 141, 157, 159, 185, 195], "calcul": [114, 117, 122, 141, 144, 157, 159, 178, 183, 185, 190, 192, 195], "pane": [114, 129, 139, 148, 153], "delimit": [114, 158, 185], "tempor": [114, 117, 123, 124, 126, 128, 130, 132, 136, 137, 141, 143, 144, 155, 156, 157, 159, 186], "axi": [114, 118, 135, 154, 161, 167, 172, 177, 186, 193], "graph": [114, 161, 182, 187], "sequenc": [114, 185, 189, 195], "amplitud": [114, 195], "panel": [114, 157], "curv": [114, 154, 157], "subdirectori": [114, 132, 189], "enclos": [114, 167, 175, 181, 185, 210], "easiest": 114, "avoid": [114, 129, 162], "inclus": [114, 122, 168, 177], "ds_store": 114, "__macosx": 114, "trigger": [114, 144, 167], "weather": [114, 117, 122, 123, 125, 128, 132, 144, 148, 155, 157, 196], "gen": 114, "detail": [115, 121, 129, 131, 133, 142, 160, 169, 171, 175, 203], "switchtub": 116, "explan": 116, "md": [117, 122, 123, 141, 144, 145, 157], "sum": [117, 157, 181, 195], "summat": 117, "explor": [117, 122, 128, 143, 164, 169, 182, 192, 194], "border": [117, 143], "interior": 117, "black": [117, 134, 139, 150, 151, 182], "occas": 118, "restrict": [118, 145, 149, 154, 161], "export": [119, 120, 152], "actual": [119, 144], "identif": [119, 190], "coupl": 119, "caveat": 119, "what": [119, 125, 128, 169, 199, 208], "bring": [120, 150, 151, 166], "conjunct": 121, "discuss": 121, "scroll": [122, 143, 144, 181, 184], "sight": 122, "altern": [122, 142, 145, 169, 173, 181, 182, 203], "paus": [122, 191], "restart": 122, "safe": 122, "veri": [122, 167, 169], "leav": [122, 140, 159, 160, 169, 178, 187, 195], "phase": [122, 203], "quantifi": [122, 194], "similar": [122, 123, 133, 141, 143, 147, 150, 154, 157, 159, 169, 184, 185, 186, 188, 190, 195], "algorithm": [122, 157, 185], "proxim": [122, 141, 143, 157], "contribut": [122, 128, 192], "spatial": 123, "field": [123, 127, 132, 137, 163, 166, 170, 175, 176, 185, 191, 203, 208], "averag": [123, 132, 156, 185, 195], "temperatur": [123, 128, 132, 155, 156, 157], "recolor": [123, 179, 181, 186], "prefer": [123, 129, 136, 153, 157, 192, 196], "citi": [123, 132, 139, 143, 149, 155, 156, 157], "darker": [123, 169], "lighter": 123, "notic": [123, 133], "highest": [123, 169], "honolulu": 123, "anchorag": 123, "focu": [124, 141, 151, 155, 186], "info": [125, 127, 171, 194, 208], "encount": 125, "give": [125, 141, 208], "might": [125, 140, 169, 190], "why": [125, 175, 179], "calibr": 126, "experi": [126, 129, 183], "tune": [126, 192], "word": [126, 139], "obtain": [127, 147, 164, 165, 192], "meaning": [127, 192], "short": 127, "textual": 127, "perhap": 127, "made": [127, 143, 161, 172, 175, 184], "site": 127, "Then": [128, 140, 159, 169], "phenomenon": 128, "alphabet": 128, "annual": [128, 132, 156], "precipit": [128, 132, 156], "sens": 128, "doe": [128, 141, 143, 189, 192, 193, 210], "fulli": [128, 141, 174, 203], "low": [128, 169, 181], "influenc": [128, 157], "humid": [128, 132, 139, 143, 156, 157], "exert": 128, "strongest": 128, "dew": [128, 156], "truncat": [129, 152, 174], "overli": 129, "charact": 129, "ellipsi": [129, 200], "sea": [129, 156], "pressur": [129, 156], "random": 129, "delai": 129, "slower": 129, "exceed": 129, "third": [129, 151, 189], "speed": [129, 156, 157, 165, 185, 189], "beyond": [129, 132, 140, 175, 182, 191], "sub": 129, "jumpi": 129, "slow": 129, "old": 129, "fifth": 129, "sixth": 129, "freetext": 129, "squar": [129, 167, 192], "circl": 129, "scatter": [129, 157, 178], "improv": 129, "quickli": 129, "alert": [130, 136], "affect": [131, 157, 167], "construct": [132, 161, 162], "redund": [132, 192], "fact": [132, 148, 153, 167], "descriptor": 132, "underscor": 132, "had": [132, 162, 169, 182], "10th": 132, "city2_temp10": 132, "abstractli": 132, "t2_d10": 132, "samplenum": 132, "repeat": [132, 142], "ascii": 132, "york": [132, 143, 183, 192], "fake": 132, "martin": [132, 157], "2017": 132, "zone": [132, 149, 156], "eastern": [132, 149], "popul": [132, 156], "8213839": 132, "7833": 132, "longitud": [132, 156], "72": 132, "0333": 132, "3166": 132, "62": [132, 161], "4648": 132, "57": [132, 160], "windspe": 132, "5126": 132, "1206": 132, "cloud": [132, 156], "cover": [132, 156, 169, 189], "okta": 132, "27889": 132, "test_op_inst_id": 132, "wf_dig_id": 132, "wf_dig_label": 132, "wf_x_unit": 132, "dai": [132, 156, 169], "wf_y_unit": 132, "comment": [132, 175], "bracket": 132, "inconsist": 132, "quot": [132, 167, 185], "manner": [133, 169], "less": [133, 147, 148, 153, 189, 208], "digit": 133, "synonym": 133, "suffix": [133, 147], "cursor": [134, 135, 169, 181], "cross": 134, "rectangl": [134, 181], "arrow": [134, 169], "signal": [134, 136, 204], "tip": [134, 161, 190], "checkbox": [135, 178], "simultan": [135, 167, 177, 181], "duplic": 135, "replic": 135, "subregion": 138, "rubber": [138, 143, 145, 181], "band": [138, 143, 145, 181], "grei": 138, "magnifi": 138, "distinguish": [139, 169, 182], "known": [139, 192], "caus": [139, 149, 172], "bold": 139, "chandler": 139, "hot": [139, 143], "dry": [139, 143], "warm": [139, 143], "colder": [139, 143], "pypi": 140, "accomplis": 140, "pip": 140, "behind": [140, 191], "your_proxi": 140, "your_port": 140, "trust": [140, 211], "dac_tdm": 140, "dac_tdms_batch": 140, "flag": [140, 210], "smartin": 140, "unnecessari": 140, "blank": [140, 167], "overrid": [140, 203], "processor": 140, "log_fil": 140, "commun": [140, 203, 211], "topic": 140, "list_mark": 140, "py": [140, 210], "gov": [140, 203], "credenti": [140, 163], "ticket": 140, "kinit": 140, "altogeth": [140, 178, 181, 186], "closer": [141, 169, 195], "broader": 142, "hold": [142, 143, 145, 151, 167, 181, 186, 199], "area": [142, 160, 186], "redraw": [142, 145], "accomplish": 142, "anywher": [142, 145], "constant": 142, "irrespect": [142, 181, 186], "metavari": [143, 181], "encircl": 143, "correspondingli": 143, "bidirect": 143, "cold": 143, "wet": 143, "hypothesi": 143, "inde": 143, "arizona": 143, "hawaii": 143, "florida": 143, "midwest": 143, "scrollbar": 144, "underneath": 144, "rectangular": [145, 181], "encompass": 145, "regener": 145, "lost": [145, 167, 179, 185], "www": 146, "ni": 146, "quit": 146, "supplement": 146, "attempt": [146, 192], "tmd": 147, "tag": 147, "_suffix": 147, "channel": 147, "tell": [147, 174], "certain": [147, 192, 194], "overvoltag": 147, "sprytron": 147, "union": 147, "earli": 147, "late": 147, "infer": 147, "51": [148, 185], "unseen": 148, "cumbersom": [148, 153], "revisit": [148, 153], "insensit": 149, "substr": 149, "3152": 149, "serial": [149, 211], "00": 149, "125": 149, "002": 149, "005": 149, "pacif": 149, "inact": 149, "incorrect": 149, "awai": [149, 186], "real": [149, 157, 158, 194], "forgotten": 149, "unaffect": 149, "recogn": 151, "around": [151, 160, 181, 194, 197], "latitu": 152, "upon": [153, 203], "alter": 154, "pre": [154, 203, 208, 211], "Such": 154, "therefor": [154, 168], "deriv": [154, 157, 196], "wind": [156, 157], "2014": 156, "underground": 156, "multivari": [157, 192], "guid": [157, 183], "daili": 157, "interpoint": 157, "throughout": 157, "henc": [157, 185], "classic": 157, "clockwis": 157, "contrast": 157, "templat": [157, 189, 194, 196], "quach": 157, "hcii": 157, "foundat": 157, "augment": 157, "cognit": 157, "322": 157, "2016": 157, "doi": 157, "1007": 157, "978": 157, "319": 157, "39952": 157, "2_31": 157, "appropri": [158, 207], "nan": [158, 168, 192], "value1": 158, "value2": 158, "somehost": 158, "bob": 158, "simulation_1": 158, "stress1": 158, "simulation_2": 158, "simulation_3": 158, "collab": 158, "myproject": 158, "exper_1": 158, "topview": 158, "exper_2": 158, "exper_3": 158, "tree": [159, 160, 161, 195, 204], "agglom": [159, 195], "root": [159, 161, 176, 189], "clutter": [159, 160], "subtre": [159, 160, 161, 182, 186, 195], "purpl": [159, 161, 187], "dot": [159, 160, 161], "expans": [159, 161, 184, 195], "sparklin": [159, 184, 186, 195], "parent": 160, "leaf": [160, 161, 182, 186, 187], "caution": [160, 192], "exercis": 160, "unintellig": 160, "110": 160, "One": [160, 177], "abil": [160, 177], "61": 161, "halv": 161, "clearli": 161, "x23": 161, "escal": 161, "slowli": 161, "period": [161, 163], "peak": [161, 182], "rapidli": [161, 167], "distinctli": [161, 184], "characterist": [161, 182], "63": [161, 182], "darkli": 161, "soon": 162, "ensur": [162, 176, 203], "screenshot": 162, "interpret": [162, 178, 185, 192], "criteria": 162, "achiev": 162, "discard": [162, 175], "unintention": 162, "reinstat": 162, "resum": [162, 169], "accident": 162, "instantli": 162, "wherea": 162, "reappear": 162, "assist": 163, "account": [163, 194], "recent": [163, 169, 208], "internet": 164, "institut": [164, 165, 169, 170], "taken": 164, "happen": 164, "yourself": [164, 175], "logo": [164, 171], "websit": 164, "probabl": 164, "els": [164, 208], "xyce": [165, 185, 195], "wcid": 165, "stand": [165, 174], "workload": 165, "character": 165, "submiss": 165, "strateg": 165, "program": [165, 198], "smu": 165, "pmu": 165, "partit": 165, "nw": 165, "ec": 165, "dsa": 165, "ihn": 165, "ldrd": 165, "cee": 165, "viz": 165, "filetyp": [166, 176], "adjac": [166, 169, 181, 190], "broadli": 167, "stl": [167, 177], "geometri": 167, "3d": 167, "printer": 167, "permit": [167, 178], "machine_nam": 167, "absolute_directory_path": [167, 189], "ext": 167, "image1": 167, "situ": [167, 183, 192], "catalyst": [167, 183, 189, 192], "spyplot": 167, "reposit": [167, 179], "plai": [167, 191], "rotat": 167, "selector": 167, "strip": 167, "movi": 167, "shrink": 167, "thumbnail": [167, 182], "technic": [167, 183], "viewabl": 167, "h264": 167, "codec": 167, "frame": [167, 191], "useless": 167, "ffmpeg": 167, "util": [167, 210], "sure": [167, 204], "librari": [167, 198, 202, 203], "won": 167, "complain": 167, "mogrifi": 167, "myimagenam": 167, "forget": 167, "pattern_typ": 167, "glob": 167, "somedisk": 167, "someus": 167, "somedirectorypath": 167, "force_key_fram": 167, "08": 167, "mymovienam": 167, "inf": [168, 192], "undefin": 168, "heart": [169, 189], "predefin": 169, "seek": 169, "trend": 169, "intermedi": 169, "align": [169, 191], "trait": 169, "drill": 169, "footer": 169, "ITS": [169, 175], "irrevers": [169, 175], "confirm": [169, 175], "ask": [169, 175, 178, 208], "realli": [169, 175], "inner": 169, "subdivid": 169, "thick": 169, "divid": [169, 195], "doubl": 169, "head": 169, "perpendicular": 169, "extent": 169, "tooltip": 169, "proport": 169, "hand": 169, "finger": 169, "item": [169, 177, 179], "approach": [169, 194], "necessarili": 169, "correctli": 169, "bias": 169, "unspecifi": [169, 203, 210], "bundl": 169, "night": 169, "rainbow": 169, "transit": 169, "slightli": [169, 185], "discourag": 169, "moreland": [169, 183, 192], "scientif": 169, "vol": 169, "5876": 169, "pp": [169, 182, 183, 192], "92": 169, "103": 169, "springer": 169, "berlin": 169, "2009": 169, "uninterpret": 170, "benefit": 170, "banner": 170, "ongo": 170, "patienc": 170, "breadcrumb": [171, 175], "li": 171, "yet": [171, 190], "who": 171, "manipul": [172, 199], "distribut": [172, 192], "synchron": [172, 177, 193], "uniform": [174, 185, 202], "tend": 174, "brief": 175, "role": 175, "sole": 175, "unabl": 175, "person": 175, "legitim": 175, "translat": 175, "therebi": [175, 179, 194], "lose": 175, "privileg": [175, 205], "accid": 175, "intact": 175, "cyan": 175, "AND": 175, "know": 176, "vice": 177, "versa": 177, "possess": 177, "capabl": [177, 190, 194], "lack": [177, 188], "overlap": 177, "occlus": 177, "133": 177, "enlarg": 177, "consider": 178, "europ": 178, "asia": 178, "ordin": 178, "ones": 178, "joint": 178, "varianc": 178, "unscal": 178, "checkmark": 178, "elsewher": 179, "reason": [179, 185, 192], "equival": 179, "much": [179, 187, 190], "stack": 179, "coincid": 179, "apart": 179, "loos": 181, "diagon": 181, "ball": 181, "placement": 181, "poor": 181, "qualiti": 181, "relabel": [181, 186], "redefin": [181, 186], "nor": [181, 184, 189], "simplest": 181, "radiu": [181, 183, 190], "lie": 181, "opposit": 181, "deselect": 181, "closest": [182, 185, 191], "centroid": 182, "eight": 182, "dendrogram": [182, 184, 186, 187, 195], "took": 182, "rise": 182, "tuft": 182, "beauti": 182, "evid": 182, "cheshir": 182, "connecticut": 182, "2006": 182, "sierra": [183, 189], "solidmechan": 183, "lagrangian": 183, "deform": 183, "nonlinear": 183, "materi": 183, "paraview": [183, 192], "oxygen": 183, "conduct": 183, "ofhc": 183, "copper": 183, "cm": 183, "diamet": 183, "762": 183, "veloc": 183, "190": 183, "sec": 183, "rigid": 183, "wall": 183, "studi": [183, 192], "johnson": 183, "cook": 183, "inelast": 183, "constitut": [183, 189], "law": 183, "ajo": 183, "bjo": 183, "njo": 183, "beta": 183, "experiment": 183, "photograph": 183, "ndrf_last": 183, "ndhf_last": 183, "timestep": 183, "solid": 183, "sand2011": 183, "7597": 183, "2011": 183, "ayachit": [183, 192], "bauer": [183, 192], "geveci": [183, 192], "leari": [183, 192], "fabian": [183, 192], "mauldin": [183, 192], "proceed": [183, 192], "workshop": [183, 192], "infrastructur": [183, 192], "isav2015": [183, 192], "acm": [183, 192], "ny": [183, 192], "come": 184, "250": 184, "electr": [184, 195], "circuit": [184, 195], "voltag": 184, "superimpos": 184, "propag": 184, "instant": 184, "thereof": 184, "latter": 184, "discov": 184, "dakota_tabular": [185, 189], "earlier": [185, 191], "bin": [185, 195], "besid": 185, "cut": 185, "past": 185, "care": 185, "exactli": 185, "1000": 185, "tradeoff": 185, "accuraci": [185, 191], "spike": 185, "piecewis": 185, "linear": [185, 192, 204], "approxim": 185, "aggreg": 185, "linkag": 185, "nearest": 185, "farthest": 185, "unweight": 185, "arithmet": 185, "upgma": 185, "wpgma": 185, "scipi": 185, "euclidean": 185, "satisfi": 185, "feedback": 186, "dim": 186, "essenti": [188, 189, 190, 211], "dissimilar": 188, "interchang": [188, 189], "dat": 189, "prn": 189, "heartbeat": 189, "timeseries_filenam": 189, "concurr": [189, 190], "legal": 189, "rewritten": 189, "opt": 189, "awar": [189, 192], "382": 190, "hatch": 190, "rerun": 190, "notabl": 190, "mileag": 190, "reorder": 190, "commonli": 190, "satur": 190, "global": [191, 210], "rewind": 191, "goal": [191, 194], "synch": 191, "shadow": 191, "elaps": [191, 211], "stamp": 191, "propos": 192, "hotel": 192, "1936": 192, "good": 192, "techniqu": 192, "princip": 192, "pca": 192, "regress": 192, "mlr": 192, "pl": 192, "handl": [192, 210], "concis": 192, "definit": [192, 199], "presum": 192, "corr": 192, "denot": 192, "pearson": 192, "signific": 192, "wilk": 192, "\u03bb": 192, "suspect": 192, "accordingli": 192, "consid": 192, "biometrika": 192, "321": 192, "377": 192, "krzanowski": 192, "principl": 192, "perspect": [192, 194], "oxford": 192, "univers": 192, "london": 192, "1988": 192, "thought": 194, "deviat": 194, "cost": 194, "implement": [194, 197, 199, 200, 208], "strategi": 194, "minim": 194, "organ": [194, 199], "scientist": 194, "world": 194, "phenomena": 194, "condit": 194, "complementari": 194, "ultim": 195, "interv": 195, "enough": 195, "hierarch": 195, "intermediari": 195, "enhanc": 197, "wrapper": 197, "memarrai": [197, 199], "prototyp": [197, 199, 200], "stub": [197, 199], "dtype": [197, 200], "start_arrayset": [197, 200], "tostr": [197, 201, 202], "argumentpars": [197, 203], "base64_decod": [197, 204], "check_https_get_remote_ip": [197, 204], "check_rul": [197, 204], "check_us": [197, 204], "clean_up_old_sess": [197, 204], "create_sess": [197, 204, 211], "create_single_sign_on_sess": [197, 204], "decode_username_and_password": [197, 204], "delete_model_paramet": [197, 204, 208], "get_model_fil": [197, 203, 204, 208], "get_model_lock": [197, 204], "get_model_paramet": [197, 203, 204, 208], "get_password_funct": [197, 204], "get_project_data_lock": [197, 204], "get_project_data_paramet": [197, 204, 208], "get_remote_fil": [197, 203, 204, 208], "get_remote_file_serv": [197, 204], "mix": [197, 204], "parse_existing_fil": [197, 204], "post_model_fil": [197, 203, 204, 208], "put_model_arrai": [197, 204], "put_model_arrayset": [197, 203, 204, 208], "put_model_arrayset_data": [197, 203, 204, 208], "put_model_fil": [197, 204], "put_model_input": [197, 203, 204, 208], "put_model_paramet": [197, 203, 204, 208], "put_project_data_paramet": [197, 204, 208], "response_url": [197, 204], "ssh_connect": [197, 204], "ton": [197, 204], "update_model": [197, 203, 204], "write_remote_fil": [197, 204], "is_project_administr": [197, 205], "is_project_read": [197, 205], "is_project_writ": [197, 205], "is_server_administr": [197, 205], "project_acl": [197, 205], "require_project_administr": [197, 205], "require_project_read": [197, 205], "require_project_writ": [197, 205], "require_server_administr": [197, 205], "test_project_administr": [197, 205], "test_project_read": [197, 205], "test_project_writ": [197, 205], "test_server_administr": [197, 205], "get_session_lock": [197, 206], "sessionidfilt": [197, 207], "myencod": [197, 208], "clean_project_data": [197, 208], "clear_ssh_sess": [197, 208], "create_project_data": [197, 208], "create_project_data_from_pid": [197, 208], "delete_job": [197, 208], "delete_model": [197, 203, 208], "delete_model_in_project_data": [197, 208], "delete_project": [197, 203, 208], "delete_project_cach": [197, 208], "delete_project_cache_object": [197, 203, 208], "delete_project_data": [197, 208], "delete_project_data_in_model": [197, 208], "delete_refer": [197, 203, 208], "delete_remot": [197, 203, 208], "delete_upload": [197, 203, 208], "get_bookmark": [197, 203, 208], "get_checkjob": [197, 208], "get_configuration_ga_tracking_id": [197, 208], "get_configuration_mark": [197, 203, 208], "get_configuration_pars": [197, 203, 208], "get_configuration_remote_host": [197, 203, 208], "get_configuration_smb_domain": [197, 208], "get_configuration_smb_remote_host": [197, 208], "get_configuration_support_email": [197, 203, 208], "get_configuration_vers": [197, 203, 208], "get_configuration_wizard": [197, 203, 208], "get_job_output": [197, 208, 211], "get_model": [197, 203, 208], "get_model_array_attribute_chunk": [197, 208], "get_model_arrayset_data": [197, 208], "get_model_arrayset_metadata": [197, 203, 208], "get_model_statist": [197, 208], "get_model_table_chunk": [197, 208], "get_model_table_metadata": [197, 208], "get_model_table_sorted_indic": [197, 208], "get_model_table_unsorted_indic": [197, 208], "get_project": [197, 203, 208], "get_project_cache_object": [197, 203, 208], "get_project_data": [197, 208], "get_project_data_in_model": [197, 208], "get_project_file_nam": [197, 208], "get_project_model": [197, 203, 208], "get_project_refer": [197, 203, 208], "get_projects_list": [197, 208], "get_remote_host_dict": [197, 208], "get_remote_imag": [197, 203, 208], "get_remote_job_statu": [197, 208, 211], "get_remote_show_user_password": [197, 208], "get_remote_video": [197, 208], "get_remot": [197, 208], "get_selectable_configuration_mark": [197, 208], "get_session_statu": [197, 208], "get_sid": [197, 208], "get_table_metadata": [197, 208], "get_table_sort_index": [197, 208], "get_time_series_nam": [197, 208], "get_us": [197, 203, 208], "get_user_config": [197, 208, 211], "is_user_currently_act": [197, 208], "job_tim": [197, 208], "model_command": [197, 208], "model_sensitive_command": [197, 208], "open_id_authent": [197, 208], "post_ev": [197, 203, 208], "post_log": [197, 208], "post_model_arrayset_data": [197, 208], "post_model_finish": [197, 203, 208], "post_project_bookmark": [197, 203, 208], "post_project_model": [197, 203, 208], "post_project_refer": [197, 203, 208], "post_project": [197, 203, 208], "post_remote_brows": [197, 203, 208], "post_remote_command": [197, 208], "post_remote_launch": [197, 208], "post_remot": [197, 203, 208], "post_remotes_smb": [197, 208], "post_smb_brows": [197, 208], "post_submit_batch": [197, 208], "post_upload_finish": [197, 203, 208], "post_upload": [197, 203, 208], "put_model": [197, 203, 208], "put_model_arrayset_arrai": [197, 203, 208], "put_project": [197, 203, 208], "put_project_csv_data": [197, 208], "put_refer": [197, 208], "put_upload_file_part": [197, 203, 208], "require_array_json_paramet": [197, 208], "require_boolean_json_paramet": [197, 208], "require_integer_array_json_paramet": [197, 208], "require_integer_paramet": [197, 208], "require_json_paramet": [197, 208], "set_user_config": [197, 208, 211], "tests_request": [197, 208], "validate_table_byteord": [197, 208], "validate_table_column": [197, 208], "validate_table_row": [197, 208], "validate_table_sort": [197, 208], "null_lock": [197, 209], "cache_object": [197, 211], "check_sess": [197, 211], "delete_sess": [197, 211], "get_sess": [197, 211], "get_session_serv": [197, 211], "expos": 198, "fundament": 199, "futur": 199, "complement": 199, "flexibl": 199, "heterogen": 199, "2d": 199, "concret": 199, "memori": 199, "rare": 199, "class": [199, 200, 202, 203, 206, 207, 208, 209, 210, 211], "get_data": [199, 200], "get_statist": [199, 200], "set_data": [199, 200], "properti": [199, 200, 211], "ndim": [199, 200], "wrap": [200, 206], "h5py": [200, 209], "array_count": [200, 201], "enforc": 200, "start_arrai": 200, "array_index": [200, 204, 208], "uniniti": 200, "dict": [200, 204, 210, 211], "store_arrai": 200, "numpi": [200, 203, 204], "ndarrai": [200, 203, 204], "get_uniqu": 200, "overwrit": 200, "written": 200, "input_typ": 200, "iter": [201, 203, 204, 208], "resourc": [202, 210, 211], "encapsul": [202, 211], "removequeri": 202, "alia": 202, "removesearch": 202, "valueof": 202, "keyword": [203, 206, 208, 210], "argpars": 203, "proxi": 203, "ssl": 203, "verif": [203, 204], "passowrd": 203, "kerbero": 203, "parse_arg": 203, "list_input": 203, "file_slice_s": 203, "10000000": 203, "status_cod": 203, "find_or_create_project": 203, "rais": [203, 204, 205, 208, 211], "find_project": 203, "remote_host": 203, "hql": 203, "oroject": 203, "join_model": 203, "goe": 203, "lifetim": 203, "hasn": 203, "never": 203, "dictionari": [203, 204, 208, 210, 211], "parametr": 203, "mtype": 203, "file_reject": [203, 211], "file_allow": [203, 211], "directory_allow": [203, 211], "directory_reject": [203, 211], "response_bodi": 203, "file_part": 203, "upload_fil": 203, "force_json": 203, "impli": [203, 204], "file_slic": 203, "kwarg": [203, 204, 208, 211], "updat": [203, 204, 208, 211], "file_list": 203, "parser_parm": 203, "factori": 203, "8859": 204, "nativ": 204, "base64": 204, "decod": 204, "ip": [204, 211], "session_us": 204, "apache_us": 204, "apach": 204, "authus": 204, "hook": [204, 210], "couch": 204, "outdat": 204, "op": 204, "remote_ip": 204, "auth_us": 204, "wsgi": 204, "revproxi": 204, "hdf5_arrai": 204, "expression_typ": 204, "expression_level": 204, "model_id": 204, "interpol": 204, "attach": [204, 208], "eg": [204, 208], "content_typ": [204, 206, 210, 211], "deep_copi": 204, "resonse_url": 204, "clean": [204, 208], "spoof": 204, "rout": 204, "thread": [204, 209, 211], "extract": 205, "get_attach": 206, "put_attach": 206, "write_fil": [206, 211], "logfil": 207, "deem": 207, "root_path": 207, "config_fil": 207, "skipkei": 208, "ensure_ascii": 208, "check_circular": 208, "allow_nan": 208, "sort_kei": 208, "indent": 208, "jsonencod": 208, "obj": [208, 211], "subclass": 208, "serializ": 208, "typeerror": 208, "def": 208, "httperror": 208, "noth": [208, 209], "todo": [208, 211], "review": 208, "sessin": 208, "total_hdf5_server_s": 208, "sy": 208, "getsizeof": 208, "land": 208, "arg": [208, 210], "uuid": 208, "occur": 208, "ago": 208, "task": 208, "1800": 208, "whatev": 208, "openid": 208, "payload": 208, "str": 208, "available_script": 208, "script_nam": [208, 211], "script_descript": 208, "parameter_nam": 208, "usag": 208, "b64encodeunicod": 208, "btoa": 208, "encodeuricompon": 208, "9a": 208, "p1": 208, "fromcharcod": 208, "0x": 208, "uui": 208, "gracefulli": 208, "lock": 209, "debug": 209, "plugin_path": 210, "recurs": 210, "register_directori": 210, "init": 210, "callabl": 210, "adminstr": 210, "config": [210, 211], "ini": 210, "register_mark": 210, "page_befor": 210, "page_aft": 210, "inlin": 210, "css": 210, "markup": 210, "register_model": 210, "ptype": 210, "register_model_command": 210, "verb": 210, "register_pag": 210, "register_page_bundl": 210, "register_page_resourc": 210, "register_pars": 210, "register_password_check": 210, "realm": 210, "possibli": 210, "register_plugin": 210, "register_tool": 210, "hook_point": 210, "tool": 210, "register_util": 210, "register_wizard": 210, "entiti": 210, "register_wizard_resourc": 210, "bound": 211, "sftp": 211, "statement": 211, "print": 211, "cancel_job": 211, "get_fil": 211, "get_imag": 211, "hostanemd": 211, "slycatrc": 211, "get_video": 211, "run_remote_command": 211, "someth": 211, "this_func": 211, "agent_command_func": 211, "runs_shell_command": 211, "launches_script": 211, "sends_response_to_ag": 211, "sends_response_to_serv": 211, "sends_status_response_to_cli": 211, "registerd": 211, "is_hpc_job": 211, "bol": 211, "submit_batch": 211, "calling_cli": 211}, "objects": {"": [[24, 0, 1, "get--api-", "/api/"], [14, 0, 1, "get--api-bookmarks-(bid)", "/api/bookmarks/(bid)"], [15, 0, 1, "get--api-configuration-ga-tracking-id", "/api/configuration/ga-tracking-id"], [16, 0, 1, "get--api-configuration-markings", "/api/configuration/markings"], [17, 0, 1, "get--api-configuration-parsers", "/api/configuration/parsers"], [18, 0, 1, "get--api-configuration-remote-hosts", "/api/configuration/remote-hosts"], [50, 0, 1, "get--api-configuration-selectable-markings", "/api/configuration/selectable-markings"], [20, 0, 1, "get--api-configuration-smb-remote-hosts", "/api/configuration/smb-remote-hosts"], [21, 0, 1, "get--api-configuration-support-email", "/api/configuration/support-email"], [22, 0, 1, "get--api-configuration-version", "/api/configuration/version"], [23, 0, 1, "get--api-configuration-wizards", "/api/configuration/wizards"], [84, 1, 1, "put--api-data-(did)-aids-(aid)", "/api/data/(did)/aids/(aid)"], [3, 2, 1, "delete--api-delete-artifact-(mid)-(aid)", "/api/delete-artifact/(mid)/(aid)"], [57, 3, 1, "post--api-events-(event)", "/api/events/(event)"], [31, 0, 1, "get--api-get-model-statistics-(mid)", "/api/get-model-statistics/(mid)"], [73, 3, 1, "post--api-login", "/api/login"], [11, 2, 1, "delete--api-logout", "/api/logout"], [2, 2, 1, "delete--api-model-(mid)-projects-data-(did)", "/api/model/(mid)/projects/data/(did)"], [1, 2, 1, "delete--api-models-(mid)", "/api/models/(mid)"], [25, 0, 1, "get--api-models-(mid)", "/api/models/(mid)"], [75, 1, 1, "put--api-models-(mid)", "/api/models/(mid)"], [76, 1, 1, "put--api-models-(mid)-arraysets-(aid)", "/api/models/(mid)/arraysets/(aid)"], [77, 1, 1, "put--api-models-(mid)-arraysets-(aid)-arrays-(array)", "/api/models/(mid)/arraysets/(aid)/arrays/(array)"], [59, 0, 1, "get--api-models-(mid)-arraysets-(aid)-data", "/api/models/(mid)/arraysets/(aid)/data"], [78, 1, 1, "put--api-models-(mid)-arraysets-(aid)-data", "/api/models/(mid)/arraysets/(aid)/data"], [27, 0, 1, "get--api-models-(mid)-arraysets-(aid)-metadata", "/api/models/(mid)/arraysets/(aid)/metadata"], [28, 0, 1, "get--api-models-(mid)-commands-(type)-(command)", "/api/models/(mid)/commands/(type)/(command)"], [60, 3, 1, "post--api-models-(mid)-commands-(type)-(command)", "/api/models/(mid)/commands/(type)/(command)"], [79, 1, 1, "put--api-models-(mid)-commands-(type)-(command)", "/api/models/(mid)/commands/(type)/(command)"], [61, 3, 1, "post--api-models-(mid)-files", "/api/models/(mid)/files"], [29, 0, 1, "get--api-models-(mid)-files-(aid)", "/api/models/(mid)/files/(aid)"], [62, 3, 1, "post--api-models-(mid)-finish", "/api/models/(mid)/finish"], [80, 1, 1, "put--api-models-(mid)-inputs", "/api/models/(mid)/inputs"], [30, 0, 1, "get--api-models-(mid)-parameters-(aid)", "/api/models/(mid)/parameters/(aid)"], [81, 1, 1, "put--api-models-(mid)-parameters-(aid)", "/api/models/(mid)/parameters/(aid)"], [32, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-chunk", "/api/models/(mid)/tables/(aid)/arrays/(array)/chunk"], [33, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-metadata", "/api/models/(mid)/tables/(aid)/arrays/(array)/metadata"], [34, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-sorted-indices", "/api/models/(mid)/tables/(aid)/arrays/(array)/sorted-indices"], [35, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-unsorted-indices", "/api/models/(mid)/tables/(aid)/arrays/(array)/unsorted-indices"], [44, 0, 1, "get--api-projects", "/api/projects"], [66, 3, 1, "post--api-projects", "/api/projects"], [4, 2, 1, "delete--api-projects-(pid)", "/api/projects/(pid)"], [36, 0, 1, "get--api-projects-(pid)", "/api/projects/(pid)"], [82, 1, 1, "put--api-projects-(pid)", "/api/projects/(pid)"], [63, 3, 1, "post--api-projects-(pid)-bookmarks", "/api/projects/(pid)/bookmarks"], [6, 2, 1, "delete--api-projects-(pid)-cache-(key)", "/api/projects/(pid)/cache/(key)"], [37, 0, 1, "get--api-projects-(pid)-cache-(key)", "/api/projects/(pid)/cache/(key)"], [83, 1, 1, "put--api-projects-(pid)-data-(file_key)-parser-(parser)-mid-(mid)-aids-(aids)", "/api/projects/(pid)/data/(file_key)/parser/(parser)/mid/(mid)/aids/(aids)"], [5, 2, 1, "delete--api-projects-(pid)-delete-cache", "/api/projects/(pid)/delete-cache"], [42, 0, 1, "get--api-projects-(pid)-models", "/api/projects/(pid)/models"], [65, 3, 1, "post--api-projects-(pid)-models", "/api/projects/(pid)/models"], [41, 0, 1, "get--api-projects-(pid)-name", "/api/projects/(pid)/name"], [43, 0, 1, "get--api-projects-(pid)-references", "/api/projects/(pid)/references"], [7, 2, 1, "delete--api-projects-data-(did)", "/api/projects/data/(did)"], [38, 0, 1, "get--api-projects-data-(did)", "/api/projects/data/(did)"], [8, 2, 1, "delete--api-projects-data-(did)-model-(mid)", "/api/projects/data/(did)/model/(mid)"], [64, 3, 1, "post--api-projects-data-(pid)", "/api/projects/data/(pid)"], [39, 0, 1, "get--api-projects-data-model-(mid)", "/api/projects/data/model/(mid)"], [45, 0, 1, "get--api-projects_list", "/api/projects_list"], [12, 2, 1, "delete--api-references-(rid)", "/api/references/(rid)"], [69, 3, 1, "post--api-remotes", "/api/remotes"], [9, 2, 1, "delete--api-remotes-(hostname)", "/api/remotes/(hostname)"], [49, 0, 1, "get--api-remotes-(hostname)", "/api/remotes/(hostname)"], [67, 3, 1, "post--api-remotes-(hostname)-browse(path)", "/api/remotes/(hostname)/browse(path)"], [46, 0, 1, "get--api-remotes-(hostname)-file(path)", "/api/remotes/(hostname)/file(path)"], [47, 0, 1, "get--api-remotes-(hostname)-image(path)", "/api/remotes/(hostname)/image(path)"], [48, 0, 1, "get--api-remotes-(hostname)-videos-(vsid)", "/api/remotes/(hostname)/videos/(vsid)"], [55, 3, 1, "post--api-remotes-cancel-job", "/api/remotes/cancel-job"], [56, 3, 1, "post--api-remotes-checkjob", "/api/remotes/checkjob"], [0, 2, 1, "delete--api-remotes-delete-job-(hostname)-(jid)", "/api/remotes/delete-job/(hostname)/(jid)"], [58, 3, 1, "post--api-remotes-get-job-output", "/api/remotes/get-job-output"], [68, 3, 1, "post--api-remotes-launch", "/api/remotes/launch"], [70, 3, 1, "post--api-remotes-submit-batch", "/api/remotes/submit-batch"], [54, 0, 1, "get--api-server-last_active_time", "/api/server/last_active_time"], [72, 3, 1, "post--api-uploads", "/api/uploads"], [10, 2, 1, "delete--api-uploads-(uid)", "/api/uploads/(uid)"], [85, 1, 1, "put--api-uploads-(uid)-files-(fid)-parts-(pid)", "/api/uploads/(uid)/files/(fid)/parts/(pid)"], [71, 3, 1, "post--api-uploads-(uid)-finished", "/api/uploads/(uid)/finished"], [52, 0, 1, "get--api-users-(uid)", "/api/users/(uid)"], [19, 0, 1, "get--configuration-smb-domains", "/configuration/smb-domains"], [40, 0, 1, "get--projects-data-(did)-parameters-(param)", "/projects/data/(did)/parameters/(param)"]], "slycat": [[199, 4, 0, "-", "darray"], [200, 4, 0, "-", "hdf5"], [201, 4, 0, "-", "hyperchunks"], [202, 4, 0, "-", "uri"]], "slycat.darray": [[199, 5, 1, "", "MemArray"], [199, 5, 1, "", "Prototype"], [199, 5, 1, "", "Stub"]], "slycat.darray.MemArray": [[199, 6, 1, "", "get_data"], [199, 6, 1, "", "get_statistics"], [199, 6, 1, "", "set_data"]], "slycat.darray.Prototype": [[199, 7, 1, "", "attributes"], [199, 7, 1, "", "dimensions"], [199, 6, 1, "", "get_data"], [199, 6, 1, "", "get_statistics"], [199, 7, 1, "", "ndim"], [199, 6, 1, "", "set_data"], [199, 7, 1, "", "shape"], [199, 7, 1, "", "size"]], "slycat.darray.Stub": [[199, 7, 1, "", "attributes"], [199, 7, 1, "", "dimensions"], [199, 7, 1, "", "ndim"], [199, 7, 1, "", "shape"], [199, 7, 1, "", "size"]], "slycat.hdf5": [[200, 5, 1, "", "ArraySet"], [200, 5, 1, "", "DArray"], [200, 8, 1, "", "dtype"], [200, 8, 1, "", "path"], [200, 8, 1, "", "start_arrayset"]], "slycat.hdf5.ArraySet": [[200, 6, 1, "", "array_count"], [200, 6, 1, "", "keys"], [200, 6, 1, "", "start_array"], [200, 6, 1, "", "store_array"]], "slycat.hdf5.DArray": [[200, 7, 1, "", "attributes"], [200, 7, 1, "", "dimensions"], [200, 6, 1, "", "get_data"], [200, 6, 1, "", "get_statistics"], [200, 6, 1, "", "get_unique"], [200, 7, 1, "", "ndim"], [200, 6, 1, "", "set_data"], [200, 7, 1, "", "shape"], [200, 7, 1, "", "size"]], "slycat.hyperchunks": [[201, 8, 1, "", "arrays"], [201, 8, 1, "", "parse"], [201, 8, 1, "", "tostring"]], "slycat.uri": [[202, 5, 1, "", "URI"]], "slycat.uri.URI": [[202, 6, 1, "", "hostname"], [202, 6, 1, "", "href"], [202, 6, 1, "", "password"], [202, 6, 1, "", "port"], [202, 6, 1, "", "protocol"], [202, 6, 1, "", "removeQuery"], [202, 6, 1, "", "removeSearch"], [202, 6, 1, "", "scheme"], [202, 6, 1, "", "toString"], [202, 6, 1, "", "username"], [202, 6, 1, "", "valueOf"]], "slycat.web": [[203, 4, 0, "-", "client"], [204, 4, 0, "-", "server"]], "slycat.web.client": [[203, 5, 1, "", "ArgumentParser"], [203, 5, 1, "", "Connection"], [203, 8, 1, "", "connect"]], "slycat.web.client.ArgumentParser": [[203, 6, 1, "", "parse_args"]], "slycat.web.client.Connection": [[203, 6, 1, "", "delete_model"], [203, 6, 1, "", "delete_project"], [203, 6, 1, "", "delete_project_cache_object"], [203, 6, 1, "", "delete_reference"], [203, 6, 1, "", "delete_remote"], [203, 6, 1, "", "delete_upload"], [203, 6, 1, "", "find_or_create_project"], [203, 6, 1, "", "find_project"], [203, 6, 1, "", "get_bookmark"], [203, 6, 1, "", "get_configuration_markings"], [203, 6, 1, "", "get_configuration_parsers"], [203, 6, 1, "", "get_configuration_remote_hosts"], [203, 6, 1, "", "get_configuration_support_email"], [203, 6, 1, "", "get_configuration_version"], [203, 6, 1, "", "get_configuration_wizards"], [203, 6, 1, "", "get_model"], [203, 6, 1, "", "get_model_arrayset_metadata"], [203, 6, 1, "", "get_model_file"], [203, 6, 1, "", "get_model_parameter"], [203, 6, 1, "", "get_project"], [203, 6, 1, "", "get_project_cache_object"], [203, 6, 1, "", "get_project_models"], [203, 6, 1, "", "get_project_references"], [203, 6, 1, "", "get_projects"], [203, 6, 1, "", "get_remote_file"], [203, 6, 1, "", "get_remote_image"], [203, 6, 1, "", "get_user"], [203, 6, 1, "", "join_model"], [203, 6, 1, "", "post_events"], [203, 6, 1, "", "post_model_files"], [203, 6, 1, "", "post_model_finish"], [203, 6, 1, "", "post_project_bookmarks"], [203, 6, 1, "", "post_project_models"], [203, 6, 1, "", "post_project_references"], [203, 6, 1, "", "post_projects"], [203, 6, 1, "", "post_remote_browse"], [203, 6, 1, "", "post_remotes"], [203, 6, 1, "", "post_upload_finished"], [203, 6, 1, "", "post_uploads"], [203, 6, 1, "", "put_model"], [203, 6, 1, "", "put_model_arrayset"], [203, 6, 1, "", "put_model_arrayset_array"], [203, 6, 1, "", "put_model_arrayset_data"], [203, 6, 1, "", "put_model_inputs"], [203, 6, 1, "", "put_model_parameter"], [203, 6, 1, "", "put_project"], [203, 6, 1, "", "put_upload_file_part"], [203, 6, 1, "", "request"], [203, 6, 1, "", "update_model"], [203, 6, 1, "", "upload_files"]], "slycat.web.server": [[205, 4, 0, "-", "authentication"], [204, 8, 1, "", "base64_decode"], [204, 8, 1, "", "check_https_get_remote_ip"], [204, 8, 1, "", "check_rules"], [204, 8, 1, "", "check_user"], [204, 8, 1, "", "checkjob"], [204, 8, 1, "", "clean_up_old_session"], [204, 8, 1, "", "create_session"], [204, 8, 1, "", "create_single_sign_on_session"], [204, 8, 1, "", "decode_username_and_password"], [204, 8, 1, "", "delete_model_parameter"], [207, 4, 0, "-", "engine"], [204, 8, 1, "", "evaluate"], [204, 8, 1, "", "get_model_file"], [204, 8, 1, "", "get_model_lock"], [204, 8, 1, "", "get_model_parameter"], [204, 8, 1, "", "get_password_function"], [204, 8, 1, "", "get_project_data_lock"], [204, 8, 1, "", "get_project_data_parameter"], [204, 8, 1, "", "get_remote_file"], [204, 8, 1, "", "get_remote_file_server"], [208, 4, 0, "-", "handlers"], [209, 4, 0, "-", "hdf5"], [204, 8, 1, "", "mix"], [204, 8, 1, "", "parse_existing_file"], [210, 4, 0, "-", "plugin"], [204, 8, 1, "", "post_model_file"], [204, 8, 1, "", "put_model_array"], [204, 8, 1, "", "put_model_arrayset"], [204, 8, 1, "", "put_model_arrayset_data"], [204, 8, 1, "", "put_model_file"], [204, 8, 1, "", "put_model_inputs"], [204, 8, 1, "", "put_model_parameter"], [204, 8, 1, "", "put_project_data_parameter"], [211, 4, 0, "-", "remote"], [204, 8, 1, "", "response_url"], [204, 8, 1, "", "ssh_connect"], [204, 8, 1, "", "tonative"], [204, 8, 1, "", "update_model"], [204, 8, 1, "", "write_remote_file"]], "slycat.web.server.authentication": [[205, 8, 1, "", "is_project_administrator"], [205, 8, 1, "", "is_project_reader"], [205, 8, 1, "", "is_project_writer"], [205, 8, 1, "", "is_server_administrator"], [205, 8, 1, "", "project_acl"], [205, 8, 1, "", "require_project_administrator"], [205, 8, 1, "", "require_project_reader"], [205, 8, 1, "", "require_project_writer"], [205, 8, 1, "", "require_server_administrator"], [205, 8, 1, "", "test_project_administrator"], [205, 8, 1, "", "test_project_reader"], [205, 8, 1, "", "test_project_writer"], [205, 8, 1, "", "test_server_administrator"]], "slycat.web.server.database": [[206, 4, 0, "-", "couchdb"]], "slycat.web.server.database.couchdb": [[206, 5, 1, "", "Database"], [206, 8, 1, "", "connect"], [206, 8, 1, "", "get_session_lock"]], "slycat.web.server.database.couchdb.Database": [[206, 6, 1, "", "changes"], [206, 6, 1, "", "delete"], [206, 6, 1, "", "get"], [206, 6, 1, "", "get_attachment"], [206, 6, 1, "", "put_attachment"], [206, 6, 1, "", "save"], [206, 6, 1, "", "scan"], [206, 6, 1, "", "view"], [206, 6, 1, "", "write_file"]], "slycat.web.server.engine": [[207, 5, 1, "", "SessionIdFilter"], [207, 8, 1, "", "start"]], "slycat.web.server.engine.SessionIdFilter": [[207, 6, 1, "", "filter"]], "slycat.web.server.handlers": [[208, 5, 1, "", "MyEncoder"], [208, 8, 1, "", "clean_project_data"], [208, 8, 1, "", "clear_ssh_sessions"], [208, 8, 1, "", "create_project_data"], [208, 8, 1, "", "create_project_data_from_pid"], [208, 8, 1, "", "delete_job"], [208, 8, 1, "", "delete_model"], [208, 8, 1, "", "delete_model_in_project_data"], [208, 8, 1, "", "delete_model_parameter"], [208, 8, 1, "", "delete_project"], [208, 8, 1, "", "delete_project_cache"], [208, 8, 1, "", "delete_project_cache_object"], [208, 8, 1, "", "delete_project_data"], [208, 8, 1, "", "delete_project_data_in_model"], [208, 8, 1, "", "delete_reference"], [208, 8, 1, "", "delete_remote"], [208, 8, 1, "", "delete_upload"], [208, 8, 1, "", "get_bookmark"], [208, 8, 1, "", "get_checkjob"], [208, 8, 1, "", "get_configuration_ga_tracking_id"], [208, 8, 1, "", "get_configuration_markings"], [208, 8, 1, "", "get_configuration_parsers"], [208, 8, 1, "", "get_configuration_remote_hosts"], [208, 8, 1, "", "get_configuration_smb_domains"], [208, 8, 1, "", "get_configuration_smb_remote_hosts"], [208, 8, 1, "", "get_configuration_support_email"], [208, 8, 1, "", "get_configuration_version"], [208, 8, 1, "", "get_configuration_wizards"], [208, 8, 1, "", "get_job_output"], [208, 8, 1, "", "get_model"], [208, 8, 1, "", "get_model_array_attribute_chunk"], [208, 8, 1, "", "get_model_arrayset_data"], [208, 8, 1, "", "get_model_arrayset_metadata"], [208, 8, 1, "", "get_model_file"], [208, 8, 1, "", "get_model_parameter"], [208, 8, 1, "", "get_model_statistics"], [208, 8, 1, "", "get_model_table_chunk"], [208, 8, 1, "", "get_model_table_metadata"], [208, 8, 1, "", "get_model_table_sorted_indices"], [208, 8, 1, "", "get_model_table_unsorted_indices"], [208, 8, 1, "", "get_project"], [208, 8, 1, "", "get_project_cache_object"], [208, 8, 1, "", "get_project_data"], [208, 8, 1, "", "get_project_data_in_model"], [208, 8, 1, "", "get_project_data_parameter"], [208, 8, 1, "", "get_project_file_names"], [208, 8, 1, "", "get_project_models"], [208, 8, 1, "", "get_project_references"], [208, 8, 1, "", "get_projects_list"], [208, 8, 1, "", "get_remote_file"], [208, 8, 1, "", "get_remote_host_dict"], [208, 8, 1, "", "get_remote_image"], [208, 8, 1, "", "get_remote_job_status"], [208, 8, 1, "", "get_remote_show_user_password"], [208, 8, 1, "", "get_remote_video"], [208, 8, 1, "", "get_remotes"], [208, 8, 1, "", "get_selectable_configuration_markings"], [208, 8, 1, "", "get_session_status"], [208, 8, 1, "", "get_sid"], [208, 8, 1, "", "get_table_metadata"], [208, 8, 1, "", "get_table_sort_index"], [208, 8, 1, "", "get_time_series_names"], [208, 8, 1, "", "get_user"], [208, 8, 1, "", "get_user_config"], [208, 8, 1, "", "is_user_currently_active"], [208, 8, 1, "", "job_time"], [208, 8, 1, "", "login"], [208, 8, 1, "", "logout"], [208, 8, 1, "", "model_command"], [208, 8, 1, "", "model_sensitive_command"], [208, 8, 1, "", "open_id_authenticate"], [208, 8, 1, "", "post_events"], [208, 8, 1, "", "post_log"], [208, 8, 1, "", "post_model_arrayset_data"], [208, 8, 1, "", "post_model_files"], [208, 8, 1, "", "post_model_finish"], [208, 8, 1, "", "post_project_bookmarks"], [208, 8, 1, "", "post_project_models"], [208, 8, 1, "", "post_project_references"], [208, 8, 1, "", "post_projects"], [208, 8, 1, "", "post_remote_browse"], [208, 8, 1, "", "post_remote_command"], [208, 8, 1, "", "post_remote_launch"], [208, 8, 1, "", "post_remotes"], [208, 8, 1, "", "post_remotes_smb"], [208, 8, 1, "", "post_smb_browse"], [208, 8, 1, "", "post_submit_batch"], [208, 8, 1, "", "post_upload_finished"], [208, 8, 1, "", "post_uploads"], [208, 8, 1, "", "put_model"], [208, 8, 1, "", "put_model_arrayset"], [208, 8, 1, "", "put_model_arrayset_array"], [208, 8, 1, "", "put_model_arrayset_data"], [208, 8, 1, "", "put_model_inputs"], [208, 8, 1, "", "put_model_parameter"], [208, 8, 1, "", "put_project"], [208, 8, 1, "", "put_project_csv_data"], [208, 8, 1, "", "put_project_data_parameter"], [208, 8, 1, "", "put_reference"], [208, 8, 1, "", "put_upload_file_part"], [208, 8, 1, "", "require_array_json_parameter"], [208, 8, 1, "", "require_boolean_json_parameter"], [208, 8, 1, "", "require_integer_array_json_parameter"], [208, 8, 1, "", "require_integer_parameter"], [208, 8, 1, "", "require_json_parameter"], [208, 8, 1, "", "set_user_config"], [208, 8, 1, "", "tests_request"], [208, 8, 1, "", "validate_table_byteorder"], [208, 8, 1, "", "validate_table_columns"], [208, 8, 1, "", "validate_table_rows"], [208, 8, 1, "", "validate_table_sort"]], "slycat.web.server.handlers.MyEncoder": [[208, 6, 1, "", "default"]], "slycat.web.server.hdf5": [[209, 8, 1, "", "create"], [209, 8, 1, "", "delete"], [209, 5, 1, "", "null_lock"], [209, 8, 1, "", "open"], [209, 8, 1, "", "path"]], "slycat.web.server.plugin": [[210, 5, 1, "", "Manager"]], "slycat.web.server.plugin.Manager": [[210, 6, 1, "", "load"], [210, 6, 1, "", "register_directory"], [210, 6, 1, "", "register_marking"], [210, 6, 1, "", "register_model"], [210, 6, 1, "", "register_model_command"], [210, 6, 1, "", "register_page"], [210, 6, 1, "", "register_page_bundle"], [210, 6, 1, "", "register_page_resource"], [210, 6, 1, "", "register_parser"], [210, 6, 1, "", "register_password_check"], [210, 6, 1, "", "register_plugins"], [210, 6, 1, "", "register_tool"], [210, 6, 1, "", "register_utility"], [210, 6, 1, "", "register_wizard"], [210, 6, 1, "", "register_wizard_resource"]], "slycat.web.server.remote": [[211, 5, 1, "", "Session"], [211, 8, 1, "", "cache_object"], [211, 8, 1, "", "check_session"], [211, 8, 1, "", "create_session"], [211, 8, 1, "", "delete_session"], [211, 8, 1, "", "get_session"], [211, 8, 1, "", "get_session_server"]], "slycat.web.server.remote.Session": [[211, 7, 1, "", "accessed"], [211, 6, 1, "", "browse"], [211, 6, 1, "", "cancel_job"], [211, 6, 1, "", "checkjob"], [211, 7, 1, "", "client"], [211, 6, 1, "", "close"], [211, 6, 1, "", "get_file"], [211, 6, 1, "", "get_image"], [211, 6, 1, "", "get_job_output"], [211, 6, 1, "", "get_remote_job_status"], [211, 6, 1, "", "get_user_config"], [211, 6, 1, "", "get_video"], [211, 7, 1, "", "hostname"], [211, 6, 1, "", "launch"], [211, 6, 1, "", "run_remote_command"], [211, 6, 1, "", "set_user_config"], [211, 7, 1, "", "sftp"], [211, 6, 1, "", "submit_batch"], [211, 7, 1, "", "username"], [211, 6, 1, "", "write_file"]]}, "objtypes": {"0": "http:get", "1": "http:put", "2": "http:delete", "3": "http:post", "4": "py:module", "5": "py:class", "6": "py:method", "7": "py:property", "8": "py:function"}, "objnames": {"0": ["http", "get", "HTTP get"], "1": ["http", "put", "HTTP put"], "2": ["http", "delete", "HTTP delete"], "3": ["http", "post", "HTTP post"], "4": ["py", "module", "Python module"], "5": ["py", "class", "Python class"], "6": ["py", "method", "Python method"], "7": ["py", "property", "Python property"], "8": ["py", "function", "Python function"]}, "titleterms": {"delet": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 169, 175], "job": [0, 55, 56, 58], "see": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 55, 56, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85], "also": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 55, 56, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85], "model": [1, 2, 3, 8, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 39, 42, 59, 60, 61, 62, 65, 75, 76, 77, 78, 79, 80, 81, 98, 104, 105, 106, 111, 112, 117, 118, 125, 126, 127, 140, 154, 157, 169, 170, 172, 184, 192, 193, 195], "In": [2, 8, 39], "project": [2, 4, 5, 6, 7, 8, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 63, 64, 65, 66, 82, 83, 84, 175], "data": [2, 7, 8, 26, 38, 39, 40, 59, 64, 78, 83, 84, 99, 113, 119, 120, 122, 156, 158, 163, 169, 183, 189], "paramet": [3, 30, 40, 81, 84, 105, 165, 172, 185, 193], "cach": [5, 6, 37, 87], "object": [6, 37], "remot": [9, 18, 20, 46, 47, 48, 49, 67, 68, 69, 158, 176, 211], "upload": [10, 71, 72, 85], "logout": 11, "refer": [12, 43], "method": [13, 53, 74, 86], "get": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 164], "bookmark": [14, 63, 97, 109], "configur": [15, 16, 17, 18, 20, 21, 22, 23, 50], "ga": 15, "track": 15, "id": 15, "mark": [16, 50], "parser": 17, "host": [18, 20], "smb": [19, 20, 158], "domain": 19, "name": [19, 41, 51, 87, 127, 170], "support": 21, "email": 21, "version": 22, "wizard": 23, "home": 24, "arrayset": [26, 27, 59, 76, 77, 78], "metadata": [27, 33, 123, 124], "command": [28, 60, 79, 87], "file": [29, 41, 46, 61, 85, 158, 166, 167, 176, 189], "statist": 31, "tabl": [32, 33, 34, 35, 92, 108, 120, 124, 148, 149, 150, 151, 152, 158, 169, 173, 187, 190], "chunk": 32, "sort": [34, 152, 190], "indic": [34, 35, 92, 122, 136], "unsort": 35, "list": [45, 87], "imag": [47, 87], "video": [48, 167, 191], "select": [50, 134, 137, 139, 143, 150, 151, 178, 179, 181, 190], "timeseri": [51, 195], "user": [52, 140, 196], "last": 54, "activ": 54, "time": [54, 106, 114, 131, 154, 155, 184, 185, 186, 187, 189], "post": [55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], "cancel": 55, "check": 56, "event": 57, "output": 58, "finish": [62, 71], "brows": 67, "launch": 68, "submit": 70, "batch": 70, "login": 73, "put": [75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86], "arrai": 77, "input": [80, 115, 116, 133, 147], "csv": [83, 132, 133, 158, 189], "part": 85, "run": 87, "slycat": [87, 140, 171, 196, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211], "server": [87, 204, 205, 206, 207, 208, 209, 210, 211], "requir": 87, "docker": 87, "servic": 87, "start": [87, 164], "help": 87, "stop": 87, "build": [87, 89], "remov": 87, "background": 87, "attach": 87, "log": [87, 125], "per": 87, "separ": 87, "without": 87, "us": 87, "from": 87, "code": [88, 123, 181, 186], "guidelin": 88, "colophon": 89, "write": 89, "document": [89, 92], "deploi": 89, "design": [90, 92], "hyperchunk": [91, 201], "basic": 91, "hql": 91, "advanc": 91, "context": 91, "welcom": 92, "acknowledg": [93, 107], "ad": [94, 108], "text": 94, "noteicon": 94, "automat": 95, "scale": 95, "axi": 96, "control": 96, "cca": [98, 104], "visual": [98, 172, 184], "car": 99, "exampl": [99, 156], "set": [99, 143, 156, 167, 183], "categor": 100, "filter": [100, 102, 121, 149, 154, 161, 162], "close": 101, "all": [101, 180], "pin": 101, "continu": 102, "correl": [103, 192], "view": [103, 117, 159, 169, 177, 181, 186], "creat": [104, 105, 106, 140, 169], "space": [105, 172, 193], "seri": [106, 131, 155, 184, 185, 186, 187, 189], "column": [108, 148, 178], "templat": [109, 188], "color": [110, 123, 169, 174, 181, 186], "palett": 110, "combin": 111, "creation": [112, 158, 175], "format": [113, 114, 116, 132, 146, 189], "dial": [114, 157], "A": [114, 157], "cluster": [114, 157], "gener": [114, 115], "dac": [114, 115, 116], "dist": 114, "var": 114, "meta": [114, 132, 133], "archiv": 114, "window": [114, 158], "mac": 114, "zip": [115, 132, 133], "deriv": 118, "download": [119, 120, 169], "plot": [119, 121, 130, 131, 134, 135, 136, 137, 138, 155], "filtericon": 121, "load": 122, "progress": 122, "pars": 125, "prefer": 126, "optim": 128, "slider": [128, 144], "weight": 128, "option": 129, "order": [130, 131], "displai": 130, "orderplotsicon": 130, "ordericon": 131, "pt": [132, 133], "ini": 132, "focu": [134, 139, 150], "link": 135, "resolut": 136, "numplotsgoodicon": 136, "resolutiongoodicon": 136, "variabl": [137, 153, 173, 187, 190], "zoom": [138, 142], "point": [139, 143, 174, 181], "push": 140, "script": 140, "instal": 140, "web": [140, 203, 204, 205, 206, 207, 208, 209, 210, 211], "client": [140, 203], "tdm": [140, 146, 147], "authent": [140, 205], "kerbero": 140, "proxi": 140, "certif": 140, "api": [140, 197, 198], "scatterplot": [141, 142, 177], "zoomicon": 142, "selectset": 143, "subset": 145, "analysi": [145, 192], "subseticon": 145, "switchtub": 147, "row": 151, "tempor": 153, "weather": 156, "simpl": 158, "linux": 158, "system": 158, "dendrogram": [159, 160, 161], "expans": 160, "contract": 160, "visibl": 161, "find": 163, "dialog": [163, 165, 185], "high": 165, "perform": 165, "comput": 165, "local": 166, "media": 167, "sourc": 167, "miss": 168, "valu": 168, "edit": [169, 175], "reset": 169, "region": 169, "theme": 169, "navbar": 171, "info": 175, "action": 179, "show": 180, "simul": [181, 186, 190], "legend": [181, 186], "sparklin": 182, "taylor": 183, "anvil": 183, "impact": 183, "scenario": 183, "tai": 183, "line": 186, "xyce": 189, "structur": 189, "hdf5": [189, 200, 209], "intermediari": 189, "synchron": 191, "videosynch": 191, "canon": 192, "overview": 194, "manual": 196, "python": 197, "rest": 198, "darrai": 199, "uri": 202, "databas": 206, "couchdb": 206, "engin": 207, "handler": 208, "plugin": 210}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1, "sphinx": 57}, "alltitles": {"DELETE Job": [[0, "delete-job"]], "See Also": [[0, "see-also"], [1, "see-also"], [2, "see-also"], [3, "see-also"], [4, "see-also"], [5, "see-also"], [6, "see-also"], [7, "see-also"], [8, "see-also"], [9, "see-also"], [10, "see-also"], [11, "see-also"], [12, "see-also"], [14, "see-also"], [16, "see-also"], [17, "see-also"], [18, "see-also"], [19, "see-also"], [20, "see-also"], [24, "see-also"], [25, "see-also"], [26, "see-also"], [27, "see-also"], [28, "see-also"], [30, "see-also"], [31, "see-also"], [32, "see-also"], [33, "see-also"], [34, "see-also"], [35, "see-also"], [36, "see-also"], [37, "see-also"], [38, "see-also"], [39, "see-also"], [40, "see-also"], [41, "see-also"], [43, "see-also"], [44, "see-also"], [45, "see-also"], [46, "see-also"], [47, "see-also"], [48, "see-also"], [49, "see-also"], [50, "see-also"], [55, "see-also"], [56, "see-also"], [58, "see-also"], [59, "see-also"], [60, "see-also"], [61, "see-also"], [62, "see-also"], [63, "see-also"], [65, "see-also"], [66, "see-also"], [67, "see-also"], [68, "see-also"], [69, "see-also"], [70, "see-also"], [71, "see-also"], [72, "see-also"], [73, "see-also"], [75, "see-also"], [76, "see-also"], [77, "see-also"], [78, "see-also"], [79, "see-also"], [81, "see-also"], [82, "see-also"], [83, "see-also"], [84, "see-also"], [85, "see-also"]], "DELETE Model": [[1, "delete-model"]], "DELETE Model In Project Data": [[2, "delete-model-in-project-data"]], "DELETE Model Parameter": [[3, "delete-model-parameter"]], "DELETE Project": [[4, "delete-project"]], "DELETE Project Cache": [[5, "delete-project-cache"]], "DELETE Project Cache Object": [[6, "delete-project-cache-object"]], "DELETE Project Data": [[7, "delete-project-data"]], "DELETE Project Data In Model Data": [[8, "delete-project-data-in-model-data"]], "DELETE Remote": [[9, "delete-remote"]], "DELETE Upload": [[10, "delete-upload"]], "DELETE Logout": [[11, "delete-logout"]], "DELETE Reference": [[12, "delete-reference"]], "DELETE METHODS": [[13, "delete-methods"]], "GET Bookmark": [[14, "get-bookmark"]], "GET Configuration GA Tracking ID": [[15, "get-configuration-ga-tracking-id"]], "GET Configuration Markings": [[16, "get-configuration-markings"]], "GET Configuration Parsers": [[17, "get-configuration-parsers"]], "GET Configuration Remote Hosts": [[18, "get-configuration-remote-hosts"]], "GET SMB Domain Names": [[19, "get-smb-domain-names"]], "GET Configuration SMB Remote Hosts": [[20, "get-configuration-smb-remote-hosts"]], "GET Configuration Support Email": [[21, "get-configuration-support-email"]], "GET Configuration Version": [[22, "get-configuration-version"]], "GET Configuration Wizards": [[23, "get-configuration-wizards"]], "GET Home": [[24, "get-home"]], "GET Model": [[25, "get-model"]], "GET Model Arrayset Data": [[26, "get-model-arrayset-data"]], "GET Model Arrayset Metadata": [[27, "get-model-arrayset-metadata"]], "GET Model Command": [[28, "get-model-command"]], "GET Model File": [[29, "get-model-file"]], "GET Model Parameter": [[30, "get-model-parameter"]], "GET Model Statistics": [[31, "get-model-statistics"]], "GET Model Table Chunk": [[32, "get-model-table-chunk"]], "GET Model Table Metadata": [[33, "get-model-table-metadata"]], "GET Model Table Sorted Indices": [[34, "get-model-table-sorted-indices"]], "GET Model Table Unsorted Indices": [[35, "get-model-table-unsorted-indices"]], "GET Project": [[36, "get-project"]], "GET Project Cache Object": [[37, "get-project-cache-object"]], "GET Project Data": [[38, "get-project-data"]], "GET Project Data In Model": [[39, "get-project-data-in-model"]], "GET Project Data Parameter": [[40, "get-project-data-parameter"]], "GET Project File Names": [[41, "get-project-file-names"]], "GET Project Models": [[42, "get-project-models"]], "GET Project References": [[43, "get-project-references"]], "GET Projects": [[44, "get-projects"]], "GET Projects List": [[45, "get-projects-list"]], "GET Remote File": [[46, "get-remote-file"]], "GET Remote Image": [[47, "get-remote-image"]], "GET Remote Video": [[48, "get-remote-video"]], "GET Remotes": [[49, "get-remotes"]], "GET Selectable Configuration Markings": [[50, "get-selectable-configuration-markings"]], "GET Timeseries Names": [[51, "get-timeseries-names"]], "GET User": [[52, "get-user"]], "GET METHODS": [[53, "get-methods"]], "GET Last Active Time": [[54, "get-last-active-time"]], "POST Cancel Job": [[55, "post-cancel-job"]], "POST Check Job": [[56, "post-check-job"]], "POST Events": [[57, "post-events"]], "POST Get Job Output": [[58, "post-get-job-output"]], "POST Model Arrayset Data": [[59, "post-model-arrayset-data"]], "POST Model Command": [[60, "post-model-command"]], "POST Model Files": [[61, "post-model-files"]], "POST Model Finish": [[62, "post-model-finish"]], "POST Project Bookmark": [[63, "post-project-bookmark"]], "POST Project Data": [[64, "post-project-data"]], "POST Project Models": [[65, "post-project-models"]], "POST Projects": [[66, "post-projects"]], "POST Remote Browse": [[67, "post-remote-browse"]], "POST Remote Launch": [[68, "post-remote-launch"]], "POST Remotes": [[69, "post-remotes"]], "POST Submit Batch": [[70, "post-submit-batch"]], "POST Upload Finished": [[71, "post-upload-finished"]], "POST Uploads": [[72, "post-uploads"]], "POST Login": [[73, "post-login"]], "POST METHODS": [[74, "post-methods"]], "PUT Model": [[75, "put-model"]], "PUT Model Arrayset": [[76, "put-model-arrayset"]], "PUT Model Arrayset Array": [[77, "put-model-arrayset-array"]], "PUT Model Arrayset Data": [[78, "put-model-arrayset-data"]], "PUT Model Command": [[79, "put-model-command"]], "PUT Model Inputs": [[80, "put-model-inputs"]], "PUT Model Parameter": [[81, "put-model-parameter"]], "PUT Project": [[82, "put-project"]], "PUT Project CSV Data": [[83, "put-project-csv-data"]], "PUT Project Data Parameter": [[84, "put-project-data-parameter"]], "PUT Upload File Part": [[85, "put-upload-file-part"]], "PUT METHODS": [[86, "put-methods"]], "Running Slycat Server": [[87, "running-slycat-server"]], "Requirements": [[87, "requirements"]], "Docker service names": [[87, "docker-service-names"]], "Starting slycat services": [[87, "starting-slycat-services"]], "List of helpful docker commands": [[87, "list-of-helpful-docker-commands"]], "Start the services": [[87, "start-the-services"]], "Stopping slycat services": [[87, "stopping-slycat-services"]], "Start and build the services": [[87, "start-and-build-the-services"]], "Stopping and removing slycat services": [[87, "stopping-and-removing-slycat-services"]], "Starting slycat services in the background": [[87, "starting-slycat-services-in-the-background"]], "Attaching to slycat services logs per service": [[87, "attaching-to-slycat-services-logs-per-service"]], "Building the images separate without using the cache": [[87, "building-the-images-separate-without-using-the-cache"]], "Building the images and starting from cached images": [[87, "building-the-images-and-starting-from-cached-images"]], "Coding Guidelines": [[88, "coding-guidelines"]], "Colophon": [[89, "colophon"]], "Writing the Documentation": [[89, "writing-the-documentation"]], "Building the Documentation": [[89, "building-the-documentation"]], "Deploying the Documentation": [[89, "deploying-the-documentation"]], "Design": [[90, "design"], [92, "design"]], "Hyperchunks": [[91, "hyperchunks"]], "Basic HQL": [[91, "basic-hql"]], "Advanced HQL": [[91, "advanced-hql"]], "HQL Context": [[91, "hql-context"]], "Welcome!!": [[92, "welcome"]], "Documentation:": [[92, "documentation"]], "Indices and tables": [[92, "indices-and-tables"]], "Acknowledgements": [[93, "acknowledgements"], [107, "acknowledgements"]], "Adding Text NoteIcon": [[94, "adding-text-noteicon"]], "Automatic Scaling": [[95, "automatic-scaling"]], "Axis Controls": [[96, "axis-controls"]], "Bookmarks": [[97, "bookmarks"]], "CCA Model Visualization": [[98, "cca-model-visualization"]], "Cars Example Data Set": [[99, "cars-example-data-set"]], "Categorical Filters": [[100, "categorical-filters"]], "Close All Pins": [[101, "close-all-pins"]], "Continuous Filters": [[102, "continuous-filters"]], "Correlation View": [[103, "correlation-view"]], "Creating a CCA Model": [[104, "creating-a-cca-model"]], "Creating a Parameter Space Model": [[105, "creating-a-parameter-space-model"]], "Creating a Time Series Model": [[106, "creating-a-time-series-model"]], "Adding Table Columns": [[108, "adding-table-columns"]], "Bookmarks and Templates": [[109, "bookmarks-and-templates"]], "Color Palettes": [[110, "color-palettes"]], "Combining Models": [[111, "combining-models"]], "Model Creation": [[112, "model-creation"]], "Data Formats": [[113, "data-formats"]], "Dial-A-Cluster Generic Format": [[114, "dial-a-cluster-generic-format"]], ".dac": [[114, "dac"]], ".dist": [[114, "dist"]], ".time": [[114, "time"]], ".var": [[114, "var"]], ".meta": [[114, "meta"]], "Archiving in Windows": [[114, "archiving-in-windows"]], "Archiving on Mac": [[114, "archiving-on-mac"]], "DAC Generic Zip Input": [[115, "dac-generic-zip-input"]], "DAC Input Formats": [[116, "dac-input-formats"]], "Model Views": [[117, "model-views"]], "Derived Models": [[118, "derived-models"]], "Download Plot Data Download": [[119, "download-plot-data-download"]], "Download Table Data Download": [[120, "download-table-data-download"]], "Filter Plots FilterIcon": [[121, "filter-plots-filtericon"]], "Loading Data and Progress Indicators": [[122, "loading-data-and-progress-indicators"]], "Metadata Color-Coding": [[123, "metadata-color-coding"]], "Metadata Table": [[124, "metadata-table"]], "Model Parse Log": [[125, "model-parse-log"]], "Model Preferences": [[126, "model-preferences"]], "Name Model": [[127, "name-model"], [170, "name-model"]], "Optimize Slider Weights Optimize": [[128, "optimize-slider-weights-optimize"]], "Options": [[129, "options"]], "Ordering Plot Displays OrderPlotsIcon": [[130, "ordering-plot-displays-orderplotsicon"]], "Ordering Time Series Plots OrderIcon": [[131, "ordering-time-series-plots-ordericon"]], "PTS CSV/META Zip Format": [[132, "pts-csv-meta-zip-format"]], ".csv": [[132, "csv"]], ".ini": [[132, "ini"]], "PTS CSV/META Zip Input": [[133, "pts-csv-meta-zip-input"]], "Plot Focus Selection": [[134, "plot-focus-selection"]], "Plot Linking": [[135, "plot-linking"]], "Plot Resolution Indicators NumPlotsGoodIcon ResolutionGoodIcon": [[136, "plot-resolution-indicators-numplotsgoodicon-resolutiongoodicon"]], "Plot Variable Selection": [[137, "plot-variable-selection"]], "Plot Zooming": [[138, "plot-zooming"]], "Point Focus Selection": [[139, "point-focus-selection"]], "Push Scripts": [[140, "push-scripts"]], "Installing slycat-web-client": [[140, "installing-slycat-web-client"]], "Creating a TDMS Model": [[140, "creating-a-tdms-model"]], "User Authentication": [[140, "user-authentication"]], "Kerberos": [[140, "kerberos"]], "Proxies/Certificates": [[140, "proxies-certificates"]], "API": [[140, "api"]], "Scatterplot": [[141, "scatterplot"]], "Scatterplot Zoom ZoomIcon": [[142, "scatterplot-zoom-zoomicon"]], "Selecting Point Sets SelectSet": [[143, "selecting-point-sets-selectset"]], "Sliders": [[144, "sliders"]], "Subset Analysis SubsetIcon": [[145, "subset-analysis-subseticon"]], "TDMS Format": [[146, "tdms-format"]], "Switchtube TDMS Input": [[147, "switchtube-tdms-input"]], "Table Columns": [[148, "table-columns"]], "Table Filtering": [[149, "table-filtering"]], "Table Focus Selection": [[150, "table-focus-selection"]], "Table Row Selection": [[151, "table-row-selection"]], "Table Sorting": [[152, "table-sorting"]], "Temporal Variables": [[153, "temporal-variables"]], "Time Filtered Models": [[154, "time-filtered-models"]], "Time Series Plots": [[155, "time-series-plots"]], "Weather Example Data Set": [[156, "weather-example-data-set"]], "Dial-A-Cluster Model": [[157, "dial-a-cluster-model"]], "Data Table Creation": [[158, "data-table-creation"]], "Simple CSV file": [[158, "id1"]], "Linux remote system": [[158, "id2"]], "Remote Windows file system (SMB)": [[158, "id3"]], "Dendrogram View": [[159, "dendrogram-view"]], "Dendrogram Expansion/Contraction": [[160, "dendrogram-expansion-contraction"]], "Dendrogram Visibility Filtering": [[161, "dendrogram-visibility-filtering"]], "Filtering": [[162, "filtering"]], "Find Data Dialog": [[163, "find-data-dialog"]], "Getting Started": [[164, "getting-started"]], "High Performance Computing Parameters Dialog": [[165, "high-performance-computing-parameters-dialog"]], "Local Files": [[166, "local-files"]], "Media Set": [[167, "media-set"]], "Video Source Files": [[167, "video-source-files"]], "Missing Values": [[168, "missing-values"]], "Models": [[169, "models"]], "Creating Models": [[169, "creating-models"]], "Editing Models": [[169, "editing-models"]], "Reset Model": [[169, "reset-model"]], "Deleting Models": [[169, "deleting-models"]], "View Regions": [[169, "view-regions"]], "Download Data Table Download": [[169, "download-data-table-download"]], "Color Themes": [[169, "color-themes"]], "Slycat\u2122 Navbar": [[171, "slycat-navbar"]], "Parameter Space Model Visualization": [[172, "parameter-space-model-visualization"]], "Variable Table": [[173, "variable-table"], [190, "variable-table"]], "Point Color": [[174, "point-color"]], "Projects": [[175, "projects"]], "Project Creation": [[175, "project-creation"]], "Editing Projects": [[175, "editing-projects"]], "Project Info": [[175, "project-info"]], "Deleting Projects": [[175, "deleting-projects"]], "Remote Files": [[176, "remote-files"]], "Scatterplot View": [[177, "scatterplot-view"]], "Select Columns": [[178, "select-columns"]], "Selection Action": [[179, "selection-action"]], "Show All": [[180, "show-all"]], "Simulation View": [[181, "simulation-view"]], "Legend": [[181, "legend"], [186, "legend"]], "Color-Coding Points": [[181, "color-coding-points"]], "Selecting Points": [[181, "selecting-points"]], "Sparklines": [[182, "sparklines"]], "Taylor Anvil Impact Scenario (TAIS) Data Set": [[183, "taylor-anvil-impact-scenario-tais-data-set"]], "Time Series Model Visualization": [[184, "time-series-model-visualization"]], "Time Series Parameters Dialog": [[185, "time-series-parameters-dialog"]], "Time Series Simulation View": [[186, "time-series-simulation-view"]], "Color-Coding Lines": [[186, "color-coding-lines"]], "Time Series Variable Table": [[187, "time-series-variable-table"]], "Templates": [[188, "templates"]], "Time Series Data": [[189, "time-series-data"]], "Xyce Format File Structure": [[189, "xyce-format-file-structure"]], "CSV Format File Structure": [[189, "csv-format-file-structure"]], "Time Series Files": [[189, "time-series-files"]], "HDF5 Intermediary Format": [[189, "hdf5-intermediary-format"]], "Sorting": [[190, "sorting"]], "Variable Selection": [[190, "variable-selection"]], "Simulation Selection": [[190, "simulation-selection"]], "Video Synchronization VideoSynch": [[191, "video-synchronization-videosynch"]], "Canonical Correlation Analysis Model": [[192, "canonical-correlation-analysis-model"]], "Parameter Space Model": [[193, "parameter-space-model"]], "Overview": [[194, "overview"]], "Timeseries Model": [[195, "timeseries-model"]], "Slycat User Manual": [[196, "slycat-user-manual"]], "Python API": [[197, "python-api"]], "REST API": [[198, "rest-api"]], "slycat.darray": [[199, "module-slycat.darray"]], "slycat.hdf5": [[200, "module-slycat.hdf5"]], "slycat.hyperchunks": [[201, "module-slycat.hyperchunks"]], "slycat.uri": [[202, "slycat-uri"]], "slycat.web.client": [[203, "module-slycat.web.client"]], "slycat.web.server": [[204, "module-slycat.web.server"]], "slycat.web.server.authentication": [[205, "module-slycat.web.server.authentication"]], "slycat.web.server.database.couchdb": [[206, "module-slycat.web.server.database.couchdb"]], "slycat.web.server.engine": [[207, "module-slycat.web.server.engine"]], "slycat.web.server.handlers": [[208, "module-slycat.web.server.handlers"]], "slycat.web.server.hdf5": [[209, "module-slycat.web.server.hdf5"]], "slycat.web.server.plugin": [[210, "module-slycat.web.server.plugin"]], "slycat.web.server.remote": [[211, "module-slycat.web.server.remote"]]}, "indexentries": {"memarray (class in slycat.darray)": [[199, "slycat.darray.MemArray"]], "prototype (class in slycat.darray)": [[199, "slycat.darray.Prototype"]], "stub (class in slycat.darray)": [[199, "slycat.darray.Stub"]], "attributes (slycat.darray.prototype property)": [[199, "slycat.darray.Prototype.attributes"]], "attributes (slycat.darray.stub property)": [[199, "slycat.darray.Stub.attributes"]], "dimensions (slycat.darray.prototype property)": [[199, "slycat.darray.Prototype.dimensions"]], "dimensions (slycat.darray.stub property)": [[199, "slycat.darray.Stub.dimensions"]], "get_data() (slycat.darray.memarray method)": [[199, "slycat.darray.MemArray.get_data"]], "get_data() (slycat.darray.prototype method)": [[199, "slycat.darray.Prototype.get_data"]], "get_statistics() (slycat.darray.memarray method)": [[199, "slycat.darray.MemArray.get_statistics"]], "get_statistics() (slycat.darray.prototype method)": [[199, "slycat.darray.Prototype.get_statistics"]], "module": [[199, "module-slycat.darray"], [200, "module-slycat.hdf5"], [201, "module-slycat.hyperchunks"], [202, "module-slycat.uri"], [203, "module-slycat.web.client"], [204, "module-slycat.web.server"], [205, "module-slycat.web.server.authentication"], [206, "module-slycat.web.server.database.couchdb"], [207, "module-slycat.web.server.engine"], [208, "module-slycat.web.server.handlers"], [209, "module-slycat.web.server.hdf5"], [210, "module-slycat.web.server.plugin"], [211, "module-slycat.web.server.remote"]], "ndim (slycat.darray.prototype property)": [[199, "slycat.darray.Prototype.ndim"]], "ndim (slycat.darray.stub property)": [[199, "slycat.darray.Stub.ndim"]], "set_data() (slycat.darray.memarray method)": [[199, "slycat.darray.MemArray.set_data"]], "set_data() (slycat.darray.prototype method)": [[199, "slycat.darray.Prototype.set_data"]], "shape (slycat.darray.prototype property)": [[199, "slycat.darray.Prototype.shape"]], "shape (slycat.darray.stub property)": [[199, "slycat.darray.Stub.shape"]], "size (slycat.darray.prototype property)": [[199, "slycat.darray.Prototype.size"]], "size (slycat.darray.stub property)": [[199, "slycat.darray.Stub.size"]], "slycat.darray": [[199, "module-slycat.darray"]], "arrayset (class in slycat.hdf5)": [[200, "slycat.hdf5.ArraySet"]], "darray (class in slycat.hdf5)": [[200, "slycat.hdf5.DArray"]], "array_count() (slycat.hdf5.arrayset method)": [[200, "slycat.hdf5.ArraySet.array_count"]], "attributes (slycat.hdf5.darray property)": [[200, "slycat.hdf5.DArray.attributes"]], "dimensions (slycat.hdf5.darray property)": [[200, "slycat.hdf5.DArray.dimensions"]], "dtype() (in module slycat.hdf5)": [[200, "slycat.hdf5.dtype"]], "get_data() (slycat.hdf5.darray method)": [[200, "slycat.hdf5.DArray.get_data"]], "get_statistics() (slycat.hdf5.darray method)": [[200, "slycat.hdf5.DArray.get_statistics"]], "get_unique() (slycat.hdf5.darray method)": [[200, "slycat.hdf5.DArray.get_unique"]], "keys() (slycat.hdf5.arrayset method)": [[200, "slycat.hdf5.ArraySet.keys"]], "ndim (slycat.hdf5.darray property)": [[200, "slycat.hdf5.DArray.ndim"]], "path() (in module slycat.hdf5)": [[200, "slycat.hdf5.path"]], "set_data() (slycat.hdf5.darray method)": [[200, "slycat.hdf5.DArray.set_data"]], "shape (slycat.hdf5.darray property)": [[200, "slycat.hdf5.DArray.shape"]], "size (slycat.hdf5.darray property)": [[200, "slycat.hdf5.DArray.size"]], "slycat.hdf5": [[200, "module-slycat.hdf5"]], "start_array() (slycat.hdf5.arrayset method)": [[200, "slycat.hdf5.ArraySet.start_array"]], "start_arrayset() (in module slycat.hdf5)": [[200, "slycat.hdf5.start_arrayset"]], "store_array() (slycat.hdf5.arrayset method)": [[200, "slycat.hdf5.ArraySet.store_array"]], "arrays() (in module slycat.hyperchunks)": [[201, "slycat.hyperchunks.arrays"]], "parse() (in module slycat.hyperchunks)": [[201, "slycat.hyperchunks.parse"]], "slycat.hyperchunks": [[201, "module-slycat.hyperchunks"]], "tostring() (in module slycat.hyperchunks)": [[201, "slycat.hyperchunks.tostring"]], "uri (class in slycat.uri)": [[202, "slycat.uri.URI"]], "hostname() (slycat.uri.uri method)": [[202, "slycat.uri.URI.hostname"]], "href() (slycat.uri.uri method)": [[202, "slycat.uri.URI.href"]], "password() (slycat.uri.uri method)": [[202, "slycat.uri.URI.password"]], "port() (slycat.uri.uri method)": [[202, "slycat.uri.URI.port"]], "protocol() (slycat.uri.uri method)": [[202, "slycat.uri.URI.protocol"]], "removequery() (slycat.uri.uri method)": [[202, "slycat.uri.URI.removeQuery"]], "removesearch() (slycat.uri.uri method)": [[202, "slycat.uri.URI.removeSearch"]], "scheme() (slycat.uri.uri method)": [[202, "slycat.uri.URI.scheme"]], "slycat.uri": [[202, "module-slycat.uri"]], "tostring() (slycat.uri.uri method)": [[202, "slycat.uri.URI.toString"]], "username() (slycat.uri.uri method)": [[202, "slycat.uri.URI.username"]], "valueof() (slycat.uri.uri method)": [[202, "slycat.uri.URI.valueOf"]], "argumentparser (class in slycat.web.client)": [[203, "slycat.web.client.ArgumentParser"]], "connection (class in slycat.web.client)": [[203, "slycat.web.client.Connection"]], "connect() (in module slycat.web.client)": [[203, "slycat.web.client.connect"]], "delete_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_model"]], "delete_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_project"]], "delete_project_cache_object() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_project_cache_object"]], "delete_reference() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_reference"]], "delete_remote() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_remote"]], "delete_upload() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_upload"]], "find_or_create_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.find_or_create_project"]], "find_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.find_project"]], "get_bookmark() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_bookmark"]], "get_configuration_markings() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_markings"]], "get_configuration_parsers() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_parsers"]], "get_configuration_remote_hosts() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_remote_hosts"]], "get_configuration_support_email() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_support_email"]], "get_configuration_version() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_version"]], "get_configuration_wizards() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_wizards"]], "get_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model"]], "get_model_arrayset_metadata() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model_arrayset_metadata"]], "get_model_file() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model_file"]], "get_model_parameter() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model_parameter"]], "get_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project"]], "get_project_cache_object() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project_cache_object"]], "get_project_models() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project_models"]], "get_project_references() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project_references"]], "get_projects() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_projects"]], "get_remote_file() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_remote_file"]], "get_remote_image() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_remote_image"]], "get_user() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_user"]], "join_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.join_model"]], "parse_args() (slycat.web.client.argumentparser method)": [[203, "slycat.web.client.ArgumentParser.parse_args"]], "post_events() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_events"]], "post_model_files() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_model_files"]], "post_model_finish() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_model_finish"]], "post_project_bookmarks() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_project_bookmarks"]], "post_project_models() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_project_models"]], "post_project_references() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_project_references"]], "post_projects() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_projects"]], "post_remote_browse() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_remote_browse"]], "post_remotes() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_remotes"]], "post_upload_finished() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_upload_finished"]], "post_uploads() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_uploads"]], "put_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model"]], "put_model_arrayset() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_arrayset"]], "put_model_arrayset_array() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_arrayset_array"]], "put_model_arrayset_data() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_arrayset_data"]], "put_model_inputs() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_inputs"]], "put_model_parameter() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_parameter"]], "put_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_project"]], "put_upload_file_part() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_upload_file_part"]], "request() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.request"]], "slycat.web.client": [[203, "module-slycat.web.client"]], "update_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.update_model"]], "upload_files() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.upload_files"]], "base64_decode() (in module slycat.web.server)": [[204, "slycat.web.server.base64_decode"]], "check_https_get_remote_ip() (in module slycat.web.server)": [[204, "slycat.web.server.check_https_get_remote_ip"]], "check_rules() (in module slycat.web.server)": [[204, "slycat.web.server.check_rules"]], "check_user() (in module slycat.web.server)": [[204, "slycat.web.server.check_user"]], "checkjob() (in module slycat.web.server)": [[204, "slycat.web.server.checkjob"]], "clean_up_old_session() (in module slycat.web.server)": [[204, "slycat.web.server.clean_up_old_session"]], "create_session() (in module slycat.web.server)": [[204, "slycat.web.server.create_session"]], "create_single_sign_on_session() (in module slycat.web.server)": [[204, "slycat.web.server.create_single_sign_on_session"]], "decode_username_and_password() (in module slycat.web.server)": [[204, "slycat.web.server.decode_username_and_password"]], "delete_model_parameter() (in module slycat.web.server)": [[204, "slycat.web.server.delete_model_parameter"]], "evaluate() (in module slycat.web.server)": [[204, "slycat.web.server.evaluate"]], "get_model_file() (in module slycat.web.server)": [[204, "slycat.web.server.get_model_file"]], "get_model_lock() (in module slycat.web.server)": [[204, "slycat.web.server.get_model_lock"]], "get_model_parameter() (in module slycat.web.server)": [[204, "slycat.web.server.get_model_parameter"]], "get_password_function() (in module slycat.web.server)": [[204, "slycat.web.server.get_password_function"]], "get_project_data_lock() (in module slycat.web.server)": [[204, "slycat.web.server.get_project_data_lock"]], "get_project_data_parameter() (in module slycat.web.server)": [[204, "slycat.web.server.get_project_data_parameter"]], "get_remote_file() (in module slycat.web.server)": [[204, "slycat.web.server.get_remote_file"]], "get_remote_file_server() (in module slycat.web.server)": [[204, "slycat.web.server.get_remote_file_server"]], "mix() (in module slycat.web.server)": [[204, "slycat.web.server.mix"]], "parse_existing_file() (in module slycat.web.server)": [[204, "slycat.web.server.parse_existing_file"]], "post_model_file() (in module slycat.web.server)": [[204, "slycat.web.server.post_model_file"]], "put_model_array() (in module slycat.web.server)": [[204, "slycat.web.server.put_model_array"]], "put_model_arrayset() (in module slycat.web.server)": [[204, "slycat.web.server.put_model_arrayset"]], "put_model_arrayset_data() (in module slycat.web.server)": [[204, "slycat.web.server.put_model_arrayset_data"]], "put_model_file() (in module slycat.web.server)": [[204, "slycat.web.server.put_model_file"]], "put_model_inputs() (in module slycat.web.server)": [[204, "slycat.web.server.put_model_inputs"]], "put_model_parameter() (in module slycat.web.server)": [[204, "slycat.web.server.put_model_parameter"]], "put_project_data_parameter() (in module slycat.web.server)": [[204, "slycat.web.server.put_project_data_parameter"]], "response_url() (in module slycat.web.server)": [[204, "slycat.web.server.response_url"]], "slycat.web.server": [[204, "module-slycat.web.server"]], "ssh_connect() (in module slycat.web.server)": [[204, "slycat.web.server.ssh_connect"]], "tonative() (in module slycat.web.server)": [[204, "slycat.web.server.tonative"]], "update_model() (in module slycat.web.server)": [[204, "slycat.web.server.update_model"]], "write_remote_file() (in module slycat.web.server)": [[204, "slycat.web.server.write_remote_file"]], "is_project_administrator() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.is_project_administrator"]], "is_project_reader() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.is_project_reader"]], "is_project_writer() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.is_project_writer"]], "is_server_administrator() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.is_server_administrator"]], "project_acl() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.project_acl"]], "require_project_administrator() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.require_project_administrator"]], "require_project_reader() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.require_project_reader"]], "require_project_writer() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.require_project_writer"]], "require_server_administrator() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.require_server_administrator"]], "slycat.web.server.authentication": [[205, "module-slycat.web.server.authentication"]], "test_project_administrator() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.test_project_administrator"]], "test_project_reader() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.test_project_reader"]], "test_project_writer() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.test_project_writer"]], "test_server_administrator() (in module slycat.web.server.authentication)": [[205, "slycat.web.server.authentication.test_server_administrator"]], "database (class in slycat.web.server.database.couchdb)": [[206, "slycat.web.server.database.couchdb.Database"]], "changes() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.changes"]], "connect() (in module slycat.web.server.database.couchdb)": [[206, "slycat.web.server.database.couchdb.connect"]], "delete() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.delete"]], "get() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.get"]], "get_attachment() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.get_attachment"]], "get_session_lock() (in module slycat.web.server.database.couchdb)": [[206, "slycat.web.server.database.couchdb.get_session_lock"]], "put_attachment() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.put_attachment"]], "save() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.save"]], "scan() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.scan"]], "slycat.web.server.database.couchdb": [[206, "module-slycat.web.server.database.couchdb"]], "view() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.view"]], "write_file() (slycat.web.server.database.couchdb.database method)": [[206, "slycat.web.server.database.couchdb.Database.write_file"]], "sessionidfilter (class in slycat.web.server.engine)": [[207, "slycat.web.server.engine.SessionIdFilter"]], "filter() (slycat.web.server.engine.sessionidfilter method)": [[207, "slycat.web.server.engine.SessionIdFilter.filter"]], "slycat.web.server.engine": [[207, "module-slycat.web.server.engine"]], "start() (in module slycat.web.server.engine)": [[207, "slycat.web.server.engine.start"]], "myencoder (class in slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.MyEncoder"]], "clean_project_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.clean_project_data"]], "clear_ssh_sessions() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.clear_ssh_sessions"]], "create_project_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.create_project_data"]], "create_project_data_from_pid() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.create_project_data_from_pid"]], "default() (slycat.web.server.handlers.myencoder method)": [[208, "slycat.web.server.handlers.MyEncoder.default"]], "delete_job() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_job"]], "delete_model() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_model"]], "delete_model_in_project_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_model_in_project_data"]], "delete_model_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_model_parameter"]], "delete_project() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_project"]], "delete_project_cache() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_project_cache"]], "delete_project_cache_object() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_project_cache_object"]], "delete_project_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_project_data"]], "delete_project_data_in_model() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_project_data_in_model"]], "delete_reference() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_reference"]], "delete_remote() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_remote"]], "delete_upload() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.delete_upload"]], "get_bookmark() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_bookmark"]], "get_checkjob() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_checkjob"]], "get_configuration_ga_tracking_id() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_ga_tracking_id"]], "get_configuration_markings() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_markings"]], "get_configuration_parsers() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_parsers"]], "get_configuration_remote_hosts() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_remote_hosts"]], "get_configuration_smb_domains() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_smb_domains"]], "get_configuration_smb_remote_hosts() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_smb_remote_hosts"]], "get_configuration_support_email() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_support_email"]], "get_configuration_version() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_version"]], "get_configuration_wizards() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_configuration_wizards"]], "get_job_output() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_job_output"]], "get_model() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model"]], "get_model_array_attribute_chunk() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_array_attribute_chunk"]], "get_model_arrayset_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_arrayset_data"]], "get_model_arrayset_metadata() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_arrayset_metadata"]], "get_model_file() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_file"]], "get_model_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_parameter"]], "get_model_statistics() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_statistics"]], "get_model_table_chunk() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_table_chunk"]], "get_model_table_metadata() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_table_metadata"]], "get_model_table_sorted_indices() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_table_sorted_indices"]], "get_model_table_unsorted_indices() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_model_table_unsorted_indices"]], "get_project() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project"]], "get_project_cache_object() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project_cache_object"]], "get_project_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project_data"]], "get_project_data_in_model() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project_data_in_model"]], "get_project_data_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project_data_parameter"]], "get_project_file_names() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project_file_names"]], "get_project_models() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project_models"]], "get_project_references() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_project_references"]], "get_projects_list() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_projects_list"]], "get_remote_file() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_remote_file"]], "get_remote_host_dict() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_remote_host_dict"]], "get_remote_image() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_remote_image"]], "get_remote_job_status() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_remote_job_status"]], "get_remote_show_user_password() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_remote_show_user_password"]], "get_remote_video() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_remote_video"]], "get_remotes() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_remotes"]], "get_selectable_configuration_markings() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_selectable_configuration_markings"]], "get_session_status() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_session_status"]], "get_sid() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_sid"]], "get_table_metadata() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_table_metadata"]], "get_table_sort_index() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_table_sort_index"]], "get_time_series_names() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_time_series_names"]], "get_user() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_user"]], "get_user_config() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.get_user_config"]], "is_user_currently_active() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.is_user_currently_active"]], "job_time() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.job_time"]], "login() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.login"]], "logout() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.logout"]], "model_command() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.model_command"]], "model_sensitive_command() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.model_sensitive_command"]], "open_id_authenticate() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.open_id_authenticate"]], "post_events() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_events"]], "post_log() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_log"]], "post_model_arrayset_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_model_arrayset_data"]], "post_model_files() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_model_files"]], "post_model_finish() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_model_finish"]], "post_project_bookmarks() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_project_bookmarks"]], "post_project_models() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_project_models"]], "post_project_references() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_project_references"]], "post_projects() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_projects"]], "post_remote_browse() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_remote_browse"]], "post_remote_command() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_remote_command"]], "post_remote_launch() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_remote_launch"]], "post_remotes() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_remotes"]], "post_remotes_smb() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_remotes_smb"]], "post_smb_browse() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_smb_browse"]], "post_submit_batch() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_submit_batch"]], "post_upload_finished() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_upload_finished"]], "post_uploads() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.post_uploads"]], "put_model() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_model"]], "put_model_arrayset() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_model_arrayset"]], "put_model_arrayset_array() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_model_arrayset_array"]], "put_model_arrayset_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_model_arrayset_data"]], "put_model_inputs() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_model_inputs"]], "put_model_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_model_parameter"]], "put_project() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_project"]], "put_project_csv_data() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_project_csv_data"]], "put_project_data_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_project_data_parameter"]], "put_reference() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_reference"]], "put_upload_file_part() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.put_upload_file_part"]], "require_array_json_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.require_array_json_parameter"]], "require_boolean_json_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.require_boolean_json_parameter"]], "require_integer_array_json_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.require_integer_array_json_parameter"]], "require_integer_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.require_integer_parameter"]], "require_json_parameter() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.require_json_parameter"]], "set_user_config() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.set_user_config"]], "slycat.web.server.handlers": [[208, "module-slycat.web.server.handlers"]], "tests_request() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.tests_request"]], "validate_table_byteorder() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.validate_table_byteorder"]], "validate_table_columns() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.validate_table_columns"]], "validate_table_rows() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.validate_table_rows"]], "validate_table_sort() (in module slycat.web.server.handlers)": [[208, "slycat.web.server.handlers.validate_table_sort"]], "create() (in module slycat.web.server.hdf5)": [[209, "slycat.web.server.hdf5.create"]], "delete() (in module slycat.web.server.hdf5)": [[209, "slycat.web.server.hdf5.delete"]], "null_lock (class in slycat.web.server.hdf5)": [[209, "slycat.web.server.hdf5.null_lock"]], "open() (in module slycat.web.server.hdf5)": [[209, "slycat.web.server.hdf5.open"]], "path() (in module slycat.web.server.hdf5)": [[209, "slycat.web.server.hdf5.path"]], "slycat.web.server.hdf5": [[209, "module-slycat.web.server.hdf5"]], "manager (class in slycat.web.server.plugin)": [[210, "slycat.web.server.plugin.Manager"]], "load() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.load"]], "register_directory() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_directory"]], "register_marking() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_marking"]], "register_model() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_model"]], "register_model_command() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_model_command"]], "register_page() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_page"]], "register_page_bundle() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_page_bundle"]], "register_page_resource() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_page_resource"]], "register_parser() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_parser"]], "register_password_check() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_password_check"]], "register_plugins() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_plugins"]], "register_tool() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_tool"]], "register_utility() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_utility"]], "register_wizard() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_wizard"]], "register_wizard_resource() (slycat.web.server.plugin.manager method)": [[210, "slycat.web.server.plugin.Manager.register_wizard_resource"]], "slycat.web.server.plugin": [[210, "module-slycat.web.server.plugin"]], "session (class in slycat.web.server.remote)": [[211, "slycat.web.server.remote.Session"]], "accessed (slycat.web.server.remote.session property)": [[211, "slycat.web.server.remote.Session.accessed"]], "browse() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.browse"]], "cache_object() (in module slycat.web.server.remote)": [[211, "slycat.web.server.remote.cache_object"]], "cancel_job() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.cancel_job"]], "check_session() (in module slycat.web.server.remote)": [[211, "slycat.web.server.remote.check_session"]], "checkjob() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.checkjob"]], "client (slycat.web.server.remote.session property)": [[211, "slycat.web.server.remote.Session.client"]], "close() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.close"]], "create_session() (in module slycat.web.server.remote)": [[211, "slycat.web.server.remote.create_session"]], "delete_session() (in module slycat.web.server.remote)": [[211, "slycat.web.server.remote.delete_session"]], "get_file() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.get_file"]], "get_image() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.get_image"]], "get_job_output() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.get_job_output"]], "get_remote_job_status() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.get_remote_job_status"]], "get_session() (in module slycat.web.server.remote)": [[211, "slycat.web.server.remote.get_session"]], "get_session_server() (in module slycat.web.server.remote)": [[211, "slycat.web.server.remote.get_session_server"]], "get_user_config() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.get_user_config"]], "get_video() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.get_video"]], "hostname (slycat.web.server.remote.session property)": [[211, "slycat.web.server.remote.Session.hostname"]], "launch() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.launch"]], "run_remote_command() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.run_remote_command"]], "set_user_config() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.set_user_config"]], "sftp (slycat.web.server.remote.session property)": [[211, "slycat.web.server.remote.Session.sftp"]], "slycat.web.server.remote": [[211, "module-slycat.web.server.remote"]], "submit_batch() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.submit_batch"]], "username (slycat.web.server.remote.session property)": [[211, "slycat.web.server.remote.Session.username"]], "write_file() (slycat.web.server.remote.session method)": [[211, "slycat.web.server.remote.Session.write_file"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["DELETE-methods/DELETE-Job", "DELETE-methods/DELETE-Model", "DELETE-methods/DELETE-Model-In-Project-Data", "DELETE-methods/DELETE-Model-Parameter", "DELETE-methods/DELETE-Project", "DELETE-methods/DELETE-Project-Cache", "DELETE-methods/DELETE-Project-Cache-Object", "DELETE-methods/DELETE-Project-Data", "DELETE-methods/DELETE-Project-Data-In-Model", "DELETE-methods/DELETE-Remote", "DELETE-methods/DELETE-Upload", "DELETE-methods/DELETE-logout", "DELETE-methods/DELETE-reference", "DELETE-methods/DELETE-rest-api", "GET-methods/GET-Bookmark", "GET-methods/GET-Configuration-GA-Tracking-ID", "GET-methods/GET-Configuration-Markings", "GET-methods/GET-Configuration-Parsers", "GET-methods/GET-Configuration-Remote-Hosts", "GET-methods/GET-Configuration-SMB-Domains", "GET-methods/GET-Configuration-SMB-Remote-Hosts", "GET-methods/GET-Configuration-Support-Email", "GET-methods/GET-Configuration-Version", "GET-methods/GET-Configuration-Wizards", "GET-methods/GET-Home", "GET-methods/GET-Model", "GET-methods/GET-Model-Arrayset-Data", "GET-methods/GET-Model-Arrayset-Metadata", "GET-methods/GET-Model-Command", "GET-methods/GET-Model-File", "GET-methods/GET-Model-Parameter", "GET-methods/GET-Model-Statistics", "GET-methods/GET-Model-Table-Chunk", "GET-methods/GET-Model-Table-Metadata", "GET-methods/GET-Model-Table-Sorted-Indices", "GET-methods/GET-Model-Table-Unsorted-Indices", "GET-methods/GET-Project", "GET-methods/GET-Project-Cache-Object", "GET-methods/GET-Project-Data", "GET-methods/GET-Project-Data-In-Model", "GET-methods/GET-Project-Data-Parameter", "GET-methods/GET-Project-File-Names", "GET-methods/GET-Project-Models", "GET-methods/GET-Project-References", "GET-methods/GET-Projects", "GET-methods/GET-Projects-List", "GET-methods/GET-Remote-File", "GET-methods/GET-Remote-Image", "GET-methods/GET-Remote-Video", "GET-methods/GET-Remotes", "GET-methods/GET-Selectable-Configuration-Markings", "GET-methods/GET-Timeseries-Names", "GET-methods/GET-User", "GET-methods/GET-rest-api", "GET-methods/GET_Last_Active_Tme", "POST-methods/POST-Cancel-Job", "POST-methods/POST-Check-Job", "POST-methods/POST-Events", "POST-methods/POST-Get-Job-Output", "POST-methods/POST-Model-Arrayset-Data", "POST-methods/POST-Model-Command", "POST-methods/POST-Model-Files", "POST-methods/POST-Model-Finish", "POST-methods/POST-Project-Bookmark", "POST-methods/POST-Project-Data", "POST-methods/POST-Project-Models", "POST-methods/POST-Projects", "POST-methods/POST-Remote-Browse", "POST-methods/POST-Remote-Launch", "POST-methods/POST-Remotes", "POST-methods/POST-Submit-Batch", "POST-methods/POST-Upload-Finished", "POST-methods/POST-Uploads", "POST-methods/POST-login", "POST-methods/POST-rest-api", "PUT-methods/PUT-Model", "PUT-methods/PUT-Model-Arrayset", "PUT-methods/PUT-Model-Arrayset-Array", "PUT-methods/PUT-Model-Arrayset-Data", "PUT-methods/PUT-Model-Command", "PUT-methods/PUT-Model-Inputs", "PUT-methods/PUT-Model-Parameter", "PUT-methods/PUT-Project", "PUT-methods/PUT-Project-CSV-Data", "PUT-methods/PUT-Project-Data-Parameter", "PUT-methods/PUT-Upload-File-Part", "PUT-methods/PUT-rest-api", "QuickStart", "coding-guidelines", "colophon", "design", "hyperchunks", "index", "manual/Acknowledgements", "manual/AddingText", "manual/AutoScale", "manual/Axes", "manual/Bookmarks", "manual/CCAModelVis", "manual/CarsExample", "manual/CategoricalFilters", "manual/CloseAllPins", "manual/ContinuousFilters", "manual/CorrelationView", "manual/CreatingCCAModel", "manual/CreatingPSModel", "manual/CreatingTSModel", "manual/DAC_Manual/Acknowledgements", "manual/DAC_Manual/AddingTableColumns", "manual/DAC_Manual/BookmarksTemplates", "manual/DAC_Manual/ColorPalettes", "manual/DAC_Manual/CombiningModels", "manual/DAC_Manual/CreatingDACModel", "manual/DAC_Manual/DACData", "manual/DAC_Manual/DACGenericFormat", "manual/DAC_Manual/DACGenericInput", "manual/DAC_Manual/DACInputFormats", "manual/DAC_Manual/DACModelVis", "manual/DAC_Manual/DerivedModels", "manual/DAC_Manual/DownloadPlotData", "manual/DAC_Manual/DownloadTableData", "manual/DAC_Manual/FilterPlots", "manual/DAC_Manual/LoadData", "manual/DAC_Manual/MetadataColorCoding", "manual/DAC_Manual/MetadataTable", "manual/DAC_Manual/ModelParseLog", "manual/DAC_Manual/ModelPreferences", "manual/DAC_Manual/NameModel", "manual/DAC_Manual/OptimizeSliderWeights", "manual/DAC_Manual/Options", "manual/DAC_Manual/OrderingPlotDisplays", "manual/DAC_Manual/OrderingTimeSeriesPlots", "manual/DAC_Manual/PTS_CSV_MetaFormat", "manual/DAC_Manual/PTS_CSV_MetaInput", "manual/DAC_Manual/PlotFocusSelection", "manual/DAC_Manual/PlotLinking", "manual/DAC_Manual/PlotResolution", "manual/DAC_Manual/PlotVariableSelection", "manual/DAC_Manual/PlotZooming", "manual/DAC_Manual/PointFocusSelection", "manual/DAC_Manual/PushScripts", "manual/DAC_Manual/Scatterplot", "manual/DAC_Manual/ScatterplotZoom", "manual/DAC_Manual/SelectingPointSets", "manual/DAC_Manual/Sliders", "manual/DAC_Manual/SubsetAnalysis", "manual/DAC_Manual/TDMSFormat", "manual/DAC_Manual/TDMSInput", "manual/DAC_Manual/TableColumns", "manual/DAC_Manual/TableFiltering", "manual/DAC_Manual/TableFocusSelection", "manual/DAC_Manual/TableRowSelection", "manual/DAC_Manual/TableSorting", "manual/DAC_Manual/TemporalVariables", "manual/DAC_Manual/TimeFilteredModels", "manual/DAC_Manual/TimeSeriesPlots", "manual/DAC_Manual/WeatherExample", "manual/DAC_Manual/dac.model", "manual/DatatableCreation", "manual/Dendrogram", "manual/DendrogramControl", "manual/DendrogramFiltering", "manual/Filter", "manual/FindData", "manual/GettingStarted", "manual/HPCParams", "manual/LocalFiles", "manual/MediaSet", "manual/MissingValues", "manual/Models", "manual/NameModel", "manual/Navbar", "manual/PSModelVis", "manual/PSVariableTable", "manual/PointColor", "manual/Projects", "manual/RemoteFiles", "manual/ScatterplotView", "manual/SelectColumns", "manual/SelectionAction", "manual/ShowAll", "manual/SimulationView", "manual/Sparklines", "manual/TAISDataSet", "manual/TSModelVis", "manual/TSParams", "manual/TSSimView", "manual/TSVariableTable", "manual/Templates", "manual/TimeSeriesData", "manual/VariableTable", "manual/VideoSynch", "manual/cca.model", "manual/parameter.space.model", "manual/slycat.overview", "manual/timeseries.model", "manual/user-manual", "python-api", "rest-api", "slycat-packages/slycat.darray", "slycat-packages/slycat.hdf5", "slycat-packages/slycat.hyperchunks", "slycat-packages/slycat.uri", "slycat-packages/slycat.web.client", "slycat-packages/slycat.web.server", "slycat-packages/slycat.web.server.authentication", "slycat-packages/slycat.web.server.database.couchdb", "slycat-packages/slycat.web.server.engine", "slycat-packages/slycat.web.server.handlers", "slycat-packages/slycat.web.server.hdf5", "slycat-packages/slycat.web.server.plugin", "slycat-packages/slycat.web.server.remote"], "filenames": ["DELETE-methods/DELETE-Job.rst", "DELETE-methods/DELETE-Model.rst", "DELETE-methods/DELETE-Model-In-Project-Data.rst", "DELETE-methods/DELETE-Model-Parameter.rst", "DELETE-methods/DELETE-Project.rst", "DELETE-methods/DELETE-Project-Cache.rst", "DELETE-methods/DELETE-Project-Cache-Object.rst", "DELETE-methods/DELETE-Project-Data.rst", "DELETE-methods/DELETE-Project-Data-In-Model.rst", "DELETE-methods/DELETE-Remote.rst", "DELETE-methods/DELETE-Upload.rst", "DELETE-methods/DELETE-logout.rst", "DELETE-methods/DELETE-reference.rst", "DELETE-methods/DELETE-rest-api.rst", "GET-methods/GET-Bookmark.rst", "GET-methods/GET-Configuration-GA-Tracking-ID.rst", "GET-methods/GET-Configuration-Markings.rst", "GET-methods/GET-Configuration-Parsers.rst", "GET-methods/GET-Configuration-Remote-Hosts.rst", "GET-methods/GET-Configuration-SMB-Domains.rst", "GET-methods/GET-Configuration-SMB-Remote-Hosts.rst", "GET-methods/GET-Configuration-Support-Email.rst", "GET-methods/GET-Configuration-Version.rst", "GET-methods/GET-Configuration-Wizards.rst", "GET-methods/GET-Home.rst", "GET-methods/GET-Model.rst", "GET-methods/GET-Model-Arrayset-Data.rst", "GET-methods/GET-Model-Arrayset-Metadata.rst", "GET-methods/GET-Model-Command.rst", "GET-methods/GET-Model-File.rst", "GET-methods/GET-Model-Parameter.rst", "GET-methods/GET-Model-Statistics.rst", "GET-methods/GET-Model-Table-Chunk.rst", "GET-methods/GET-Model-Table-Metadata.rst", "GET-methods/GET-Model-Table-Sorted-Indices.rst", "GET-methods/GET-Model-Table-Unsorted-Indices.rst", "GET-methods/GET-Project.rst", "GET-methods/GET-Project-Cache-Object.rst", "GET-methods/GET-Project-Data.rst", "GET-methods/GET-Project-Data-In-Model.rst", "GET-methods/GET-Project-Data-Parameter.rst", "GET-methods/GET-Project-File-Names.rst", "GET-methods/GET-Project-Models.rst", "GET-methods/GET-Project-References.rst", "GET-methods/GET-Projects.rst", "GET-methods/GET-Projects-List.rst", "GET-methods/GET-Remote-File.rst", "GET-methods/GET-Remote-Image.rst", "GET-methods/GET-Remote-Video.rst", "GET-methods/GET-Remotes.rst", "GET-methods/GET-Selectable-Configuration-Markings.rst", "GET-methods/GET-Timeseries-Names.rst", "GET-methods/GET-User.rst", "GET-methods/GET-rest-api.rst", "GET-methods/GET_Last_Active_Tme.rst", "POST-methods/POST-Cancel-Job.rst", "POST-methods/POST-Check-Job.rst", "POST-methods/POST-Events.rst", "POST-methods/POST-Get-Job-Output.rst", "POST-methods/POST-Model-Arrayset-Data.rst", "POST-methods/POST-Model-Command.rst", "POST-methods/POST-Model-Files.rst", "POST-methods/POST-Model-Finish.rst", "POST-methods/POST-Project-Bookmark.rst", "POST-methods/POST-Project-Data.rst", "POST-methods/POST-Project-Models.rst", "POST-methods/POST-Projects.rst", "POST-methods/POST-Remote-Browse.rst", "POST-methods/POST-Remote-Launch.rst", "POST-methods/POST-Remotes.rst", "POST-methods/POST-Submit-Batch.rst", "POST-methods/POST-Upload-Finished.rst", "POST-methods/POST-Uploads.rst", "POST-methods/POST-login.rst", "POST-methods/POST-rest-api.rst", "PUT-methods/PUT-Model.rst", "PUT-methods/PUT-Model-Arrayset.rst", "PUT-methods/PUT-Model-Arrayset-Array.rst", "PUT-methods/PUT-Model-Arrayset-Data.rst", "PUT-methods/PUT-Model-Command.rst", "PUT-methods/PUT-Model-Inputs.rst", "PUT-methods/PUT-Model-Parameter.rst", "PUT-methods/PUT-Project.rst", "PUT-methods/PUT-Project-CSV-Data.rst", "PUT-methods/PUT-Project-Data-Parameter.rst", "PUT-methods/PUT-Upload-File-Part.rst", "PUT-methods/PUT-rest-api.rst", "QuickStart.rst", "coding-guidelines.rst", "colophon.rst", "design.rst", "hyperchunks.rst", "index.rst", "manual/Acknowledgements.rst", "manual/AddingText.rst", "manual/AutoScale.rst", "manual/Axes.rst", "manual/Bookmarks.rst", "manual/CCAModelVis.rst", "manual/CarsExample.rst", "manual/CategoricalFilters.rst", "manual/CloseAllPins.rst", "manual/ContinuousFilters.rst", "manual/CorrelationView.rst", "manual/CreatingCCAModel.rst", "manual/CreatingPSModel.rst", "manual/CreatingTSModel.rst", "manual/DAC_Manual/Acknowledgements.rst", "manual/DAC_Manual/AddingTableColumns.rst", "manual/DAC_Manual/BookmarksTemplates.rst", "manual/DAC_Manual/ColorPalettes.rst", "manual/DAC_Manual/CombiningModels.rst", "manual/DAC_Manual/CreatingDACModel.rst", "manual/DAC_Manual/DACData.rst", "manual/DAC_Manual/DACGenericFormat.rst", "manual/DAC_Manual/DACGenericInput.rst", "manual/DAC_Manual/DACInputFormats.rst", "manual/DAC_Manual/DACModelVis.rst", "manual/DAC_Manual/DerivedModels.rst", "manual/DAC_Manual/DownloadPlotData.rst", "manual/DAC_Manual/DownloadTableData.rst", "manual/DAC_Manual/FilterPlots.rst", "manual/DAC_Manual/LoadData.rst", "manual/DAC_Manual/MetadataColorCoding.rst", "manual/DAC_Manual/MetadataTable.rst", "manual/DAC_Manual/ModelParseLog.rst", "manual/DAC_Manual/ModelPreferences.rst", "manual/DAC_Manual/NameModel.rst", "manual/DAC_Manual/OptimizeSliderWeights.rst", "manual/DAC_Manual/Options.rst", "manual/DAC_Manual/OrderingPlotDisplays.rst", "manual/DAC_Manual/OrderingTimeSeriesPlots.rst", "manual/DAC_Manual/PTS_CSV_MetaFormat.rst", "manual/DAC_Manual/PTS_CSV_MetaInput.rst", "manual/DAC_Manual/PlotFocusSelection.rst", "manual/DAC_Manual/PlotLinking.rst", "manual/DAC_Manual/PlotResolution.rst", "manual/DAC_Manual/PlotVariableSelection.rst", "manual/DAC_Manual/PlotZooming.rst", "manual/DAC_Manual/PointFocusSelection.rst", "manual/DAC_Manual/PushScripts.rst", "manual/DAC_Manual/Scatterplot.rst", "manual/DAC_Manual/ScatterplotZoom.rst", "manual/DAC_Manual/SelectingPointSets.rst", "manual/DAC_Manual/Sliders.rst", "manual/DAC_Manual/SubsetAnalysis.rst", "manual/DAC_Manual/TDMSFormat.rst", "manual/DAC_Manual/TDMSInput.rst", "manual/DAC_Manual/TableColumns.rst", "manual/DAC_Manual/TableFiltering.rst", "manual/DAC_Manual/TableFocusSelection.rst", "manual/DAC_Manual/TableRowSelection.rst", "manual/DAC_Manual/TableSorting.rst", "manual/DAC_Manual/TemporalVariables.rst", "manual/DAC_Manual/TimeFilteredModels.rst", "manual/DAC_Manual/TimeSeriesPlots.rst", "manual/DAC_Manual/WeatherExample.rst", "manual/DAC_Manual/dac.model.rst", "manual/DatatableCreation.rst", "manual/Dendrogram.rst", "manual/DendrogramControl.rst", "manual/DendrogramFiltering.rst", "manual/Filter.rst", "manual/FindData.rst", "manual/GettingStarted.rst", "manual/HPCParams.rst", "manual/LocalFiles.rst", "manual/MediaSet.rst", "manual/MissingValues.rst", "manual/Models.rst", "manual/NameModel.rst", "manual/Navbar.rst", "manual/PSModelVis.rst", "manual/PSVariableTable.rst", "manual/PointColor.rst", "manual/Projects.rst", "manual/RemoteFiles.rst", "manual/ScatterplotView.rst", "manual/SelectColumns.rst", "manual/SelectionAction.rst", "manual/ShowAll.rst", "manual/SimulationView.rst", "manual/Sparklines.rst", "manual/TAISDataSet.rst", "manual/TSModelVis.rst", "manual/TSParams.rst", "manual/TSSimView.rst", "manual/TSVariableTable.rst", "manual/Templates.rst", "manual/TimeSeriesData.rst", "manual/VariableTable.rst", "manual/VideoSynch.rst", "manual/cca.model.rst", "manual/parameter.space.model.rst", "manual/slycat.overview.rst", "manual/timeseries.model.rst", "manual/user-manual.rst", "python-api.rst", "rest-api.rst", "slycat-packages/slycat.darray.rst", "slycat-packages/slycat.hdf5.rst", "slycat-packages/slycat.hyperchunks.rst", "slycat-packages/slycat.uri.rst", "slycat-packages/slycat.web.client.rst", "slycat-packages/slycat.web.server.rst", "slycat-packages/slycat.web.server.authentication.rst", "slycat-packages/slycat.web.server.database.couchdb.rst", "slycat-packages/slycat.web.server.engine.rst", "slycat-packages/slycat.web.server.handlers.rst", "slycat-packages/slycat.web.server.hdf5.rst", "slycat-packages/slycat.web.server.plugin.rst", "slycat-packages/slycat.web.server.remote.rst"], "titles": ["DELETE Job", "DELETE Model", "DELETE Model In Project Data", "DELETE Model Parameter", "DELETE Project", "DELETE Project Cache", "DELETE Project Cache Object", "DELETE Project Data", "DELETE Project Data In Model Data", "DELETE Remote", "DELETE Upload", "DELETE Logout", "DELETE Reference", "DELETE METHODS", "GET Bookmark", "GET Configuration GA Tracking ID", "GET Configuration Markings", "GET Configuration Parsers", "GET Configuration Remote Hosts", "GET SMB Domain Names", "GET Configuration SMB Remote Hosts", "GET Configuration Support Email", "GET Configuration Version", "GET Configuration Wizards", "GET Home", "GET Model", "GET Model Arrayset Data", "GET Model Arrayset Metadata", "GET Model Command", "GET Model File", "GET Model Parameter", "GET Model Statistics", "GET Model Table Chunk", "GET Model Table Metadata", "GET Model Table Sorted Indices", "GET Model Table Unsorted Indices", "GET Project", "GET Project Cache Object", "GET Project Data", "GET Project Data In Model", "GET Project Data Parameter", "GET Project File Names", "GET Project Models", "GET Project References", "GET Projects", "GET Projects List", "GET Remote File", "GET Remote Image", "GET Remote Video", "GET Remotes", "GET Selectable Configuration Markings", "GET Timeseries Names", "GET User", "GET METHODS", "GET Last Active Time", "POST Cancel Job", "POST Check Job", "POST Events", "POST Get Job Output", "POST Model Arrayset Data", "POST Model Command", "POST Model Files", "POST Model Finish", "POST Project Bookmark", "POST Project Data", "POST Project Models", "POST Projects", "POST Remote Browse", "POST Remote Launch", "POST Remotes", "POST Submit Batch", "POST Upload Finished", "POST Uploads", "POST Login", "POST METHODS", "PUT Model", "PUT Model Arrayset", "PUT Model Arrayset Array", "PUT Model Arrayset Data", "PUT Model Command", "PUT Model Inputs", "PUT Model Parameter", "PUT Project", "PUT Project CSV Data", "PUT Project Data Parameter", "PUT Upload File Part", "PUT METHODS", "Running Slycat Server", "Coding Guidelines", "Colophon", "Design", "Hyperchunks", "Welcome!!", "Acknowledgements", "Adding Text ", "Automatic Scaling", "Axis Controls", "Bookmarks", "CCA Model Visualization", "Cars Example Data Set", "Categorical Filters", "Close All Pins", "Continuous Filters", "Correlation View", "Creating a CCA Model", "Creating a Parameter Space Model", "Creating a Time Series Model", "Acknowledgements", "Adding Table Columns", "Bookmarks and Templates", "Color Palettes", "Combining Models", "Model Creation", "Data Formats", "Dial-A-Cluster Generic Format", "DAC Generic Zip Input", "DAC Input Formats", "Model Views", "Derived Models", "Download Plot Data ", "Download Table Data ", "Filter Plots ", "Loading Data and Progress Indicators", "Metadata Color-Coding", "Metadata Table", "Model Parse Log", "Model Preferences", "Name Model", "Optimize Slider Weights ", "Options", "Ordering Plot Displays ", "Ordering Time Series Plots ", "PTS CSV/META Zip Format", "PTS CSV/META Zip Input", "Plot Focus Selection", "Plot Linking", "Plot Resolution Indicators ", "Plot Variable Selection", "Plot Zooming", "Point Focus Selection", "Push Scripts", "Scatterplot", "Scatterplot Zoom ", "Selecting Point Sets ", "Sliders", "Subset Analysis ", "TDMS Format", "Switchtube TDMS Input", "Table Columns", "Table Filtering", "Table Focus Selection", "Table Row Selection", "Table Sorting", "Temporal Variables", "Time Filtered Models", "Time Series Plots", "Weather Example Data Set", "Dial-A-Cluster Model", "Data Table Creation", "Dendrogram View", "Dendrogram Expansion/Contraction", "Dendrogram Visibility Filtering", "Filtering", "Find Data Dialog", "Getting Started", "High Performance Computing Parameters Dialog", "Local Files", "Media Set", "Missing Values", "Models", "Name Model", "Slycat\u2122 Navbar", "Parameter Space Model Visualization", "Variable Table", "Point Color", "Projects", "Remote Files", "Scatterplot View", "Select Columns", "Selection Action", "Show All", "Simulation View", "Sparklines", "Taylor Anvil Impact Scenario (TAIS) Data Set", "Time Series Model Visualization", "Time Series Parameters Dialog", "Time Series Simulation View", "Time Series Variable Table", "Templates", "Time Series Data", "Variable Table", "Video Synchronization ", "Canonical Correlation Analysis Model", "Parameter Space Model", "Overview", "Timeseries Model", "Slycat User Manual", "Python API", "REST API", "slycat.darray", "slycat.hdf5", "slycat.hyperchunks", "slycat.uri", "slycat.web.client", "slycat.web.server", "slycat.web.server.authentication", "slycat.web.server.database.couchdb", "slycat.web.server.engine", "slycat.web.server.handlers", "slycat.web.server.hdf5", "slycat.web.server.plugin", "slycat.web.server.remote"], "terms": {"api": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 92, 199, 202, 203, 204, 208], "remot": [0, 13, 19, 37, 53, 55, 56, 58, 61, 70, 72, 74, 85, 90, 92, 104, 106, 112, 163, 166, 167, 172, 177, 178, 185, 192, 193, 194, 197, 203, 204, 208], "hostnam": [0, 9, 18, 20, 37, 46, 47, 48, 49, 61, 67, 69, 73, 158, 163, 176, 202, 203, 204, 208, 211], "jid": [0, 55, 56, 58, 70, 204, 208, 211], "call": [0, 10, 27, 47, 48, 51, 52, 71, 72, 140, 182, 189, 203, 204, 208, 210, 211], "cancel": [0, 10, 56, 58, 68, 70, 74, 175, 203, 208, 211], "us": [0, 7, 10, 26, 27, 28, 32, 33, 34, 35, 41, 46, 47, 48, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 67, 68, 69, 70, 71, 72, 78, 79, 82, 85, 91, 92, 94, 95, 96, 97, 99, 100, 102, 103, 104, 105, 106, 108, 110, 111, 114, 115, 117, 119, 121, 122, 123, 125, 126, 127, 129, 130, 132, 133, 135, 136, 139, 140, 143, 145, 146, 147, 149, 150, 151, 152, 156, 157, 158, 159, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 198, 199, 200, 202, 203, 204, 206, 208, 209, 210, 211], "connect": [0, 1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 69, 87, 160, 167, 176, 197, 203, 204, 206, 208, 211], "session": [0, 9, 10, 11, 46, 47, 48, 49, 55, 56, 58, 61, 67, 68, 69, 70, 71, 72, 73, 85, 97, 163, 197, 203, 204, 207, 208, 211], "an": [0, 3, 6, 10, 14, 16, 26, 27, 28, 29, 32, 33, 37, 43, 45, 46, 47, 48, 49, 55, 56, 58, 59, 60, 63, 66, 67, 68, 69, 70, 72, 76, 77, 78, 79, 85, 87, 90, 91, 92, 94, 97, 99, 100, 102, 105, 106, 111, 114, 116, 118, 122, 124, 127, 128, 129, 132, 134, 135, 140, 147, 149, 150, 154, 155, 156, 157, 158, 159, 164, 165, 167, 169, 170, 171, 172, 173, 175, 181, 183, 184, 186, 188, 190, 191, 193, 194, 195, 199, 200, 202, 203, 204, 205, 208, 209, 210, 211], "hpc": [0, 90, 106, 165, 177, 194, 208, 211], "machin": [0, 87, 97, 104, 106, 112, 120, 144, 163, 167, 176, 189], "submit": [0, 55, 56, 58, 68, 74, 163, 203, 204, 211], "command": [0, 53, 55, 56, 58, 68, 70, 74, 86, 92, 114, 140, 203, 204, 208, 210, 211], "slycat": [0, 11, 17, 18, 21, 25, 31, 36, 42, 43, 44, 45, 46, 47, 48, 51, 52, 55, 56, 58, 61, 67, 68, 69, 70, 72, 73, 82, 83, 88, 89, 90, 91, 92, 97, 98, 104, 106, 108, 109, 111, 112, 122, 127, 157, 158, 162, 163, 164, 165, 167, 169, 170, 176, 179, 185, 186, 189, 191, 192, 194, 195, 197, 198], "agent": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 68, 69, 70, 73, 77, 78, 79, 82, 83, 84, 90, 163, 203, 204, 208, 211], "run": [0, 47, 48, 56, 70, 89, 90, 92, 98, 140, 163, 169, 178, 179, 182, 183, 189, 190, 192, 194, 204, 208, 210, 211], "cluster": [0, 29, 55, 56, 58, 70, 92, 106, 108, 109, 112, 113, 115, 116, 117, 122, 159, 163, 165, 185, 196, 204, 211], "slurm": [0, 55, 56, 58, 70, 204, 211], "paramet": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 23, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 42, 44, 46, 47, 48, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 75, 76, 77, 78, 79, 80, 82, 83, 85, 86, 91, 92, 97, 101, 104, 106, 126, 127, 129, 133, 147, 162, 163, 169, 177, 183, 184, 189, 192, 194, 195, 196, 200, 201, 203, 204, 208, 210, 211], "name": [0, 25, 27, 28, 30, 31, 32, 33, 36, 38, 42, 43, 44, 45, 52, 53, 60, 61, 64, 65, 66, 67, 70, 72, 73, 75, 77, 78, 79, 81, 82, 83, 91, 92, 96, 97, 103, 104, 108, 111, 112, 114, 115, 129, 132, 133, 136, 137, 140, 147, 152, 154, 156, 157, 158, 164, 165, 166, 167, 169, 171, 173, 174, 175, 176, 178, 181, 185, 186, 188, 189, 190, 192, 199, 203, 204, 208, 210, 211], "host": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 59, 60, 61, 63, 65, 66, 69, 72, 73, 77, 78, 79, 82, 83, 84, 85, 89, 90, 140, 163, 166, 169, 176, 185, 203, 204, 208, 211], "where": [0, 90, 95, 97, 98, 102, 103, 105, 106, 108, 114, 117, 122, 123, 128, 132, 140, 157, 158, 163, 164, 168, 169, 177, 178, 183, 184, 186, 189, 190, 191, 192, 194, 203, 204, 210], "i": [0, 7, 10, 16, 26, 27, 30, 32, 33, 34, 35, 37, 46, 47, 48, 49, 57, 58, 59, 63, 66, 69, 71, 76, 78, 81, 85, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 114, 116, 117, 119, 120, 121, 122, 123, 125, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 190, 191, 192, 193, 194, 195, 199, 200, 202, 203, 204, 205, 207, 208, 210, 211], "id": [0, 3, 26, 27, 29, 30, 31, 33, 34, 35, 38, 39, 51, 52, 53, 55, 56, 58, 59, 61, 63, 64, 65, 66, 67, 69, 70, 72, 76, 77, 78, 81, 85, 97, 165, 203, 204, 206, 207, 208, 211], "statu": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 20, 21, 22, 23, 24, 37, 38, 39, 40, 41, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 58, 67, 68, 69, 70, 71, 72, 75, 83, 85, 106, 203, 204, 208, 211], "code": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 20, 21, 22, 23, 24, 37, 38, 39, 40, 41, 43, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 58, 67, 68, 69, 70, 71, 72, 85, 89, 92, 96, 98, 103, 117, 128, 141, 143, 144, 148, 161, 167, 169, 174, 175, 177, 182, 183, 184, 189, 190, 192, 195, 203], "204": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 203, 208], "No": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 108, 203], "content": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 97, 115, 120, 133, 171, 175, 199, 200, 203, 204, 206, 208, 211], "The": [0, 1, 4, 5, 6, 9, 10, 26, 27, 29, 30, 32, 33, 37, 44, 46, 47, 48, 55, 56, 57, 58, 59, 61, 62, 63, 66, 67, 68, 69, 70, 71, 72, 77, 78, 81, 85, 87, 89, 91, 92, 94, 95, 96, 97, 98, 101, 102, 103, 104, 105, 106, 108, 110, 111, 112, 114, 115, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 157, 158, 159, 160, 161, 164, 165, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 197, 198, 199, 200, 203, 204, 208, 210], "ha": [0, 5, 6, 9, 46, 47, 48, 54, 69, 71, 72, 87, 91, 97, 102, 105, 108, 110, 111, 114, 119, 125, 127, 132, 136, 140, 147, 149, 156, 160, 161, 164, 167, 169, 170, 171, 174, 175, 178, 179, 184, 185, 192, 199, 203, 205, 208, 211], "been": [0, 1, 4, 5, 6, 9, 10, 46, 47, 48, 55, 56, 58, 67, 68, 70, 71, 72, 77, 78, 87, 97, 102, 104, 105, 108, 109, 110, 111, 119, 120, 125, 127, 136, 140, 145, 149, 154, 155, 160, 162, 164, 167, 170, 171, 174, 175, 178, 179, 189, 190, 203, 208, 210], "400": [0, 11, 46, 47, 48, 55, 56, 58, 67, 68, 69, 70, 71, 72, 208], "bad": [0, 11, 46, 47, 48, 55, 56, 58, 67, 68, 69, 70, 71, 72, 192, 208], "request": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 163, 198, 203, 204, 205, 208, 210], "messag": [0, 25, 31, 42, 46, 47, 48, 55, 56, 58, 67, 68, 70, 75, 83, 111, 122, 135, 154, 170, 203, 204, 208, 211], "from": [0, 2, 6, 8, 11, 17, 26, 29, 32, 33, 37, 42, 44, 46, 47, 58, 59, 61, 64, 67, 69, 72, 73, 80, 85, 91, 95, 97, 99, 102, 103, 104, 106, 108, 111, 112, 114, 115, 117, 123, 125, 126, 128, 129, 132, 134, 137, 139, 140, 141, 143, 144, 145, 147, 148, 151, 153, 154, 156, 157, 159, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 199, 200, 202, 203, 204, 205, 208, 209, 210, 211], "displai": [0, 17, 87, 96, 97, 98, 102, 103, 105, 108, 119, 124, 125, 128, 129, 131, 135, 137, 138, 144, 147, 148, 149, 153, 155, 157, 159, 162, 164, 166, 167, 169, 170, 171, 174, 175, 176, 177, 178, 181, 184, 186, 190, 203, 210], "500": [0, 55, 56, 58, 68, 69, 70, 129, 136, 185], "intern": [0, 55, 56, 58, 62, 68, 69, 70, 93, 107, 133, 157, 189], "server": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 81, 82, 83, 84, 90, 92, 97, 127, 140, 164, 169, 170, 197, 198, 202, 203], "error": [0, 31, 42, 46, 47, 48, 55, 56, 58, 67, 68, 69, 70, 114, 122, 132, 135, 140, 204, 208, 211], "present": [0, 16, 55, 56, 58, 70, 111, 122, 124, 140, 154, 162, 167, 168, 169, 177, 180, 181, 184, 211], "sampl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 73, 76, 77, 78, 79, 81, 82, 83, 84, 92, 114, 122, 132, 136, 156, 157, 158, 184, 185, 189, 192, 194, 195], "132435": 0, "http": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 73, 76, 77, 78, 79, 81, 82, 83, 84, 87, 88, 89, 99, 140, 146, 185, 198, 199, 203, 204, 210], "1": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 73, 76, 77, 78, 79, 81, 82, 83, 84, 87, 91, 95, 99, 102, 104, 108, 128, 132, 140, 144, 157, 158, 161, 169, 176, 178, 182, 183, 192, 194, 203, 204], "localhost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 87, 140, 203], "8093": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 77, 78, 79, 82, 83, 84], "length": [0, 5, 6, 7, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 91, 102, 103, 129, 203], "0": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 63, 65, 66, 69, 73, 76, 77, 78, 81, 89, 91, 95, 99, 102, 144, 161, 167, 199, 204, 208], "author": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 77, 78, 79, 82, 83, 84, 164], "basic": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 77, 78, 79, 82, 83, 84, 203], "c2x5y2f0onnsewnhda": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 77, 78, 79, 82, 83, 84], "accept": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 71, 73, 77, 78, 79, 82, 83, 84, 104, 113, 185, 189], "encod": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 97, 103, 132, 143, 157, 169, 174, 178, 184, 190, 204, 208], "gzip": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "deflat": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "compress": [0, 6, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 90, 159, 167, 211], "user": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 53, 54, 57, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 90, 92, 93, 104, 105, 108, 109, 111, 118, 119, 126, 129, 130, 133, 135, 136, 138, 144, 147, 153, 154, 157, 163, 165, 183, 192, 194, 195, 203, 204, 208, 210, 211], "python": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 88, 89, 91, 92, 140, 199, 203, 207], "2": [0, 9, 22, 25, 28, 29, 30, 31, 32, 33, 57, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 91, 103, 108, 114, 129, 140, 144, 147, 157, 158, 159, 164, 176, 178, 181, 183, 192, 203, 208], "3": [0, 9, 22, 25, 27, 28, 31, 32, 33, 57, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 89, 91, 100, 104, 105, 114, 133, 140, 144, 157, 158, 171, 178, 192, 203], "cpython": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "7": [0, 9, 25, 26, 28, 31, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 91, 133, 169], "5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 77, 78, 79, 82, 83, 84, 91, 100, 104, 105, 116, 132, 158, 171, 192], "linux": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "6": [0, 9, 25, 26, 28, 31, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 91, 100, 115, 132, 175], "32": [0, 9, 28, 32, 33, 46, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84, 102, 138], "358": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "23": [0, 9, 28, 32, 33, 41, 59, 60, 77, 78, 79, 82, 83, 84, 103, 123, 132, 181, 190], "el6": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "x86_64": [0, 9, 28, 32, 33, 59, 60, 63, 65, 66, 69, 73, 77, 78, 79, 82, 83, 84], "respons": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 81, 82, 83, 84, 142, 167, 203, 204, 208, 211], "date": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 171], "mon": [0, 5, 6, 7, 9, 28, 60, 76, 77, 79, 81, 82, 83, 84], "25": [0, 5, 6, 7, 9, 28, 42, 60, 63, 76, 77, 79, 81, 82, 83, 84, 105, 143, 183, 192], "nov": [0, 5, 6, 7, 9, 28, 32, 33, 59, 60, 76, 77, 78, 79, 81, 82, 83, 84], "2013": [0, 9, 28, 32, 33, 44, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 104, 192], "20": [0, 5, 6, 7, 9, 15, 17, 18, 19, 20, 21, 22, 23, 25, 28, 29, 30, 31, 37, 38, 39, 40, 41, 42, 43, 45, 49, 54, 60, 76, 77, 78, 79, 81, 82, 83, 84, 91, 123, 128, 129, 132, 144, 148, 160, 178], "35": [0, 5, 6, 7, 9, 15, 17, 18, 19, 20, 21, 22, 23, 26, 36, 38, 39, 40, 41, 43, 44, 45, 49, 54, 82, 83, 84, 91, 151, 168], "59": [0, 5, 6, 7, 9, 82, 83, 84, 160], "gmt": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84], "type": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 92, 94, 97, 102, 103, 105, 106, 108, 110, 114, 147, 149, 158, 162, 163, 167, 169, 171, 175, 176, 181, 184, 185, 188, 194, 199, 200, 201, 203, 204, 206, 208, 210, 211], "text": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 38, 39, 40, 41, 43, 45, 49, 50, 54, 58, 67, 76, 81, 105, 108, 122, 124, 129, 132, 157, 172, 175, 177, 193], "html": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 44, 73, 76, 81, 88, 89, 146, 185, 208, 210], "charset": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 76, 81], "utf": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 76, 81], "8": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 18, 19, 20, 21, 22, 23, 25, 29, 31, 32, 38, 39, 40, 41, 43, 45, 49, 54, 76, 81, 88, 91, 100, 105, 147, 169, 182], "cherrypi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 59, 60, 63, 65, 66, 69, 73, 76, 77, 78, 79, 81, 82, 83, 84, 206, 208, 210], "14": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50, 51, 52, 104, 117, 122, 123, 155], "post": [0, 1, 9, 10, 11, 14, 25, 28, 44, 45, 46, 47, 48, 75, 79, 85, 92, 104, 189, 198, 203, 208, 210], "mid": [1, 2, 3, 8, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 39, 40, 43, 59, 60, 61, 62, 65, 72, 75, 76, 77, 78, 79, 80, 81, 83, 84, 203, 204, 208], "all": [1, 4, 26, 41, 59, 63, 71, 88, 91, 97, 98, 99, 100, 102, 103, 105, 106, 108, 111, 114, 119, 120, 122, 128, 129, 130, 135, 136, 139, 141, 144, 149, 156, 160, 161, 162, 164, 165, 167, 169, 170, 172, 175, 177, 178, 179, 181, 182, 184, 185, 186, 189, 190, 191, 192, 193, 199, 203, 208, 210], "its": [1, 4, 55, 56, 58, 68, 70, 91, 97, 98, 100, 103, 128, 139, 144, 159, 160, 162, 164, 167, 169, 171, 177, 178, 181, 182, 186, 190, 199, 200, 203, 206, 208, 210], "artifact": [1, 3, 4, 10, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 42, 59, 60, 61, 72, 76, 77, 78, 79, 80, 81, 83, 84, 90, 91, 92, 203, 204, 206, 208, 210], "string": [1, 2, 3, 5, 6, 7, 8, 10, 12, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 42, 46, 47, 48, 51, 52, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 99, 105, 128, 158, 178, 199, 200, 201, 202, 203, 204, 208, 210, 211], "uniqu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 42, 46, 47, 48, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 102, 127, 132, 164, 184, 203, 204, 208, 210, 211], "identifi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 42, 46, 47, 48, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 104, 106, 132, 143, 146, 163, 170, 178, 185, 202, 203, 204, 208, 209, 210, 211], "have": [1, 4, 10, 18, 46, 47, 48, 55, 56, 58, 61, 64, 66, 67, 68, 70, 71, 72, 77, 78, 91, 92, 95, 99, 102, 104, 105, 106, 108, 109, 111, 114, 117, 119, 120, 125, 127, 132, 133, 140, 143, 145, 147, 149, 154, 155, 157, 161, 162, 163, 164, 165, 167, 169, 171, 175, 176, 177, 178, 185, 189, 190, 195, 203, 204, 205, 208, 210], "8b8122539570439cb3703c0f8806158e": [1, 2, 3, 8], "br": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "languag": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 91, 198], "en": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 89, 146], "u": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 91, 93, 107, 146, 178, 183, 192, 204], "q": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "9": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 132, 147, 160, 169, 182], "keep": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 169, 175, 189, 199, 207], "aliv": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "cooki": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73, 204], "slycattimeout": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73], "timeout": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73], "slycatauth": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 73], "52230b361ec442ffa6d608da64ab4617": [1, 2, 3, 4, 8, 12], "dnt": [1, 2, 3, 4, 8, 10, 11, 12, 14, 16, 19, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50, 51, 52], "9000": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 87, 140], "origin": [1, 2, 3, 4, 7, 8, 10, 11, 12, 48, 73, 90, 95, 98, 99, 100, 102, 105, 132, 140, 142, 145, 172, 178, 184, 188, 189, 190, 192, 195], "refer": [1, 2, 3, 4, 8, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 49, 50, 51, 52, 53, 54, 80, 158, 167, 185, 187, 192, 194, 200, 203], "a0a6c7d6694b4f99a5b7aa635f3f44a4": [1, 2, 3, 8, 12], "mozilla": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "macintosh": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "intel": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "mac": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 87, 132, 167], "o": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 114, 159, 183, 192, 208], "x": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 67, 68, 70, 95, 96, 97, 114, 119, 132, 135, 169, 173, 175, 177, 181, 186, 188, 192, 195], "10_14_5": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "applewebkit": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "537": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "36": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 60, 76, 77, 79, 81, 150, 168], "khtml": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "like": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 57, 91, 105, 122, 132, 148, 189, 200, 203, 208], "gecko": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "chrome": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 92, 164, 167], "75": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "3770": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "80": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 30, 38, 39, 40, 41, 43, 45, 49, 50, 54, 59], "safari": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 92, 164, 167], "With": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 29, 30, 31, 36, 38, 39, 40, 41, 42, 43, 45, 49, 50, 51, 52, 54, 91, 99], "xmlhttprequest": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 29, 30, 31, 36, 38, 39, 40, 41, 42, 43, 45, 49, 50, 51, 52, 54], "power": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 175], "By": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 69, 80, 92, 95, 105, 123, 148, 153, 203], "express": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 67, 81, 91, 149, 203, 204, 208], "expir": [1, 2, 3, 4, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 67, 211], "pragma": [1, 2, 3, 4, 8, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "cach": [1, 2, 3, 4, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 97, 203, 204, 208, 211], "control": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 66, 82, 87, 91, 92, 94, 105, 117, 121, 143, 144, 151, 160, 161, 167, 172, 177, 178, 181, 184, 185, 186, 190, 191, 193, 203], "store": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 59, 61, 63, 72, 78, 81, 90, 91, 92, 97, 106, 112, 126, 189, 199, 200, 203, 204, 206, 208, 209, 211], "must": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 62, 64, 66, 67, 68, 69, 70, 71, 72, 77, 78, 80, 91, 111, 114, 119, 120, 122, 132, 135, 140, 154, 163, 164, 167, 178, 189, 195, 203, 204, 208, 210, 211], "revalid": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54], "thu": [1, 2, 3, 4, 8, 11, 12, 25, 29, 30, 31, 37, 42, 44, 46, 61, 63, 65, 66, 69, 72, 73, 91, 143], "13": [1, 2, 3, 4, 8, 11, 12, 14, 25, 30, 31, 63, 91, 111, 122, 125, 188], "jun": [1, 2, 3, 4, 8, 10, 11, 12, 14, 16, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50], "2019": [1, 2, 3, 4, 8, 10, 11, 12, 14, 16, 25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 50, 51, 52], "21": [1, 2, 3, 8, 12, 36, 37, 42, 43, 46, 63, 65, 66, 69, 73, 128, 178], "33": [1, 2, 3, 8, 12, 30, 63, 91, 102, 129, 135, 136], "05": [1, 2, 3, 8, 12, 42, 78], "close": [1, 2, 3, 4, 8, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 54, 94, 119, 122, 166, 167, 169, 172, 175, 177, 181, 183, 186, 191, 192, 193, 194, 211], "project": [1, 3, 12, 13, 14, 17, 23, 24, 25, 31, 46, 47, 48, 51, 52, 53, 69, 73, 74, 80, 86, 91, 92, 94, 97, 104, 106, 111, 112, 122, 123, 128, 132, 140, 141, 145, 146, 157, 164, 169, 170, 171, 192, 194, 196, 203, 205, 206, 208, 210], "pid": [1, 4, 5, 6, 14, 25, 36, 37, 38, 41, 42, 43, 45, 46, 47, 48, 63, 64, 65, 71, 72, 82, 83, 84, 85, 203, 208, 211], "get": [1, 4, 5, 6, 7, 55, 56, 59, 60, 62, 63, 65, 66, 67, 68, 70, 74, 75, 79, 81, 82, 83, 92, 138, 140, 190, 194, 195, 196, 198, 203, 204, 206, 208, 210], "put": [1, 4, 25, 26, 27, 28, 30, 36, 45, 59, 60, 62, 65, 71, 72, 91, 92, 140, 198, 203, 204, 210], "did": [2, 3, 7, 8, 12, 38, 39, 40, 41, 71, 84, 162, 182, 204, 208], "link": [2, 8, 12, 96, 97, 98, 117, 119, 139, 143, 155, 157, 167, 169, 172, 174, 182, 184, 206], "remov": [2, 8, 67, 95, 139, 143, 148, 153, 162, 169, 175, 178, 179, 186, 190, 192, 202, 208, 209], "1j2j34539570439cb3703c0f8806158e": [2, 8, 12], "aid": [3, 26, 27, 29, 30, 31, 32, 33, 34, 35, 59, 61, 72, 76, 77, 78, 81, 83, 84, 203, 204, 208], "data": [3, 12, 13, 17, 25, 27, 29, 31, 32, 34, 35, 37, 41, 42, 46, 53, 61, 71, 72, 74, 76, 77, 80, 85, 86, 90, 91, 92, 95, 98, 103, 104, 105, 106, 108, 111, 112, 114, 115, 116, 117, 118, 123, 124, 125, 127, 128, 132, 133, 136, 140, 141, 143, 144, 146, 147, 148, 149, 152, 154, 155, 157, 162, 164, 165, 166, 167, 168, 170, 172, 175, 176, 177, 178, 181, 184, 185, 188, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 203, 204, 208, 209, 210, 211], "model": [4, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 36, 37, 38, 40, 41, 43, 45, 46, 49, 50, 53, 54, 57, 63, 64, 66, 72, 74, 83, 86, 90, 91, 92, 97, 99, 101, 103, 108, 114, 115, 122, 123, 129, 132, 133, 136, 147, 148, 153, 155, 156, 158, 162, 164, 165, 166, 171, 173, 175, 176, 177, 178, 181, 185, 186, 187, 188, 189, 190, 191, 194, 196, 199, 203, 204, 206, 208, 210, 211], "9031c032d770b55db6e66fca0d000fc6": 4, "22": [4, 25, 42, 128, 170, 183], "26": [4, 32, 33, 36, 41, 59, 78, 105, 139, 143], "10": [4, 25, 27, 30, 31, 32, 33, 51, 52, 54, 77, 78, 91, 95, 97, 102, 132, 133, 147, 157, 190, 208], "entir": [5, 91, 102, 120, 149, 169, 184, 189, 190, 199], "object": [5, 13, 16, 17, 27, 46, 47, 48, 51, 52, 53, 55, 56, 58, 59, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 80, 81, 82, 84, 91, 104, 167, 169, 192, 199, 200, 202, 203, 204, 206, 208, 209, 210, 211], "dbaf026f919620acbf2e961ad732433d": [5, 6, 7, 9, 44], "2018": [5, 6, 7, 25, 31, 36, 43, 45], "kei": [5, 6, 37, 46, 47, 48, 103, 132, 143, 145, 151, 167, 177, 181, 186, 190, 200, 202, 203, 204, 208, 211], "file": [6, 10, 18, 20, 37, 47, 48, 49, 53, 58, 64, 67, 70, 71, 72, 74, 83, 86, 88, 89, 91, 98, 104, 106, 108, 114, 115, 119, 120, 122, 125, 127, 132, 133, 140, 144, 146, 147, 172, 177, 178, 184, 185, 192, 193, 195, 199, 200, 203, 204, 206, 208, 210, 211], "exampl": [6, 16, 20, 21, 36, 45, 51, 52, 61, 69, 72, 90, 91, 94, 95, 96, 97, 100, 103, 105, 114, 128, 132, 135, 140, 149, 155, 157, 158, 161, 162, 169, 172, 177, 178, 182, 184, 186, 192, 196, 199, 203, 208, 210, 211], "com": [6, 21, 51, 52, 69, 87, 89, 146, 158], "foo": [6, 26, 27, 44, 59, 82, 203], "bar": [6, 44, 82, 91, 97, 103, 122, 143, 164, 169, 181], "baz": [6, 81], "jpg": [6, 67, 158, 167], "raw": [7, 26, 59, 78, 90, 98, 132, 169, 172, 184], "wa": [7, 11, 67, 69, 72, 85, 93, 94, 106, 157, 167, 183, 192, 195, 204, 208, 211], "captur": [7, 63, 97, 141, 161, 194], "well": [7, 95, 98, 157, 169], "upload": [7, 13, 17, 61, 64, 74, 77, 78, 86, 108, 115, 122, 127, 140, 166, 203, 208], "state": [7, 14, 25, 31, 42, 62, 63, 75, 83, 95, 97, 100, 132, 156, 157, 161, 162, 167, 169, 175, 183, 186, 188, 191, 194, 203, 204, 208], "so": [7, 27, 63, 67, 90, 91, 96, 97, 98, 99, 100, 102, 103, 106, 108, 109, 114, 117, 126, 132, 134, 141, 145, 149, 157, 160, 161, 162, 167, 168, 169, 174, 175, 179, 180, 184, 185, 188, 195, 203, 208], "can": [7, 17, 26, 27, 32, 34, 35, 41, 46, 47, 59, 63, 64, 71, 78, 87, 89, 90, 91, 92, 94, 95, 96, 97, 99, 102, 103, 104, 105, 108, 110, 111, 114, 117, 118, 119, 122, 123, 125, 126, 127, 128, 129, 130, 132, 134, 137, 138, 139, 140, 142, 143, 146, 147, 148, 149, 151, 152, 153, 157, 158, 160, 161, 162, 164, 166, 167, 169, 171, 174, 175, 176, 177, 178, 179, 181, 184, 185, 186, 188, 189, 191, 192, 194, 195, 198, 199, 203, 208, 211], "creat": [7, 9, 23, 25, 31, 36, 42, 43, 44, 45, 46, 47, 48, 55, 56, 58, 64, 66, 67, 68, 69, 70, 72, 73, 85, 92, 97, 102, 111, 112, 114, 118, 122, 125, 127, 146, 148, 154, 158, 162, 164, 165, 167, 171, 175, 179, 188, 189, 190, 192, 193, 194, 195, 196, 197, 200, 202, 203, 204, 208, 209, 210, 211], "new": [7, 23, 64, 65, 66, 69, 72, 75, 77, 81, 82, 88, 95, 96, 97, 102, 103, 104, 106, 108, 111, 112, 114, 118, 122, 127, 129, 132, 139, 143, 151, 154, 167, 169, 170, 171, 174, 175, 181, 183, 186, 188, 190, 192, 200, 203, 204, 208, 209, 210], "right": [7, 94, 95, 96, 97, 98, 100, 103, 108, 111, 116, 117, 119, 121, 123, 127, 128, 131, 137, 138, 143, 144, 157, 159, 166, 167, 169, 170, 171, 173, 175, 176, 179, 181, 182, 184, 186, 188, 191], "off": [7, 95, 97, 100, 105, 169], "without": [7, 27, 103, 140, 188], "again": [7, 10, 71, 100, 103, 119, 120, 129, 139, 140, 149, 162, 168, 179, 180, 190, 208], "93af026f919620acbf2e961ad732433d": 7, "deprec": [9, 32, 33, 34, 35, 208], "sid": [9, 47, 48, 55, 56, 58, 61, 67, 68, 69, 70, 80, 85, 203, 204, 206, 208, 211], "uid": [10, 51, 52, 71, 72, 85, 203, 208], "storag": [10, 27, 61, 72, 91, 92, 194, 199, 200, 203, 206, 208], "thi": [10, 16, 26, 27, 32, 33, 34, 35, 47, 48, 57, 59, 64, 69, 71, 72, 76, 78, 87, 89, 90, 91, 92, 93, 95, 97, 99, 100, 102, 103, 105, 106, 107, 108, 110, 111, 114, 118, 119, 122, 125, 127, 128, 129, 132, 133, 134, 139, 140, 143, 149, 151, 153, 154, 156, 157, 158, 160, 162, 163, 164, 167, 168, 169, 170, 171, 175, 176, 177, 178, 179, 184, 185, 187, 189, 190, 191, 192, 195, 199, 200, 203, 208, 210, 211], "function": [10, 91, 97, 128, 133, 144, 161, 163, 167, 169, 171, 172, 179, 182, 184, 188, 191, 199, 201, 202, 203, 204, 208, 210, 211], "onc": [10, 72, 89, 96, 108, 111, 122, 125, 127, 136, 148, 149, 153, 155, 162, 164, 167, 170, 174, 175, 176, 178, 185, 191, 192, 199, 203, 204, 208], "client": [10, 14, 28, 47, 57, 60, 61, 63, 69, 71, 72, 79, 85, 87, 90, 91, 92, 194, 197, 202, 204, 206, 208, 210, 211], "longer": [10, 129, 130, 147, 161, 179, 182, 203, 208], "need": [10, 27, 89, 91, 103, 104, 106, 108, 127, 132, 140, 142, 164, 169, 175, 177, 185, 189, 192, 195, 203, 208, 210], "whether": [10, 72, 91, 104, 111, 120, 142, 178, 186, 189, 203, 208], "": [10, 26, 27, 37, 49, 51, 52, 63, 78, 93, 95, 96, 97, 99, 100, 102, 103, 104, 106, 107, 112, 122, 132, 135, 139, 143, 144, 147, 157, 165, 167, 168, 169, 171, 174, 175, 176, 177, 178, 181, 183, 186, 187, 188, 190, 191, 192, 194, 203, 204, 208, 211], "complet": [10, 56, 57, 106, 122, 125, 127, 132, 138, 141, 145, 170, 185, 203, 208], "successfulli": [10, 48, 55, 56, 58, 67, 68, 69, 70, 71, 85, 87, 140, 203, 208], "incomplet": [10, 71, 147, 203, 208], "ani": [10, 26, 27, 37, 55, 56, 57, 58, 59, 61, 68, 70, 72, 78, 91, 92, 103, 108, 111, 114, 117, 122, 125, 132, 133, 135, 140, 142, 145, 146, 147, 149, 150, 154, 157, 161, 162, 164, 167, 169, 171, 175, 178, 179, 181, 184, 186, 187, 189, 190, 192, 194, 195, 198, 203, 204, 208, 210], "temporari": [10, 189, 203, 208], "409": [10, 203, 208], "conflict": [10, 203], "cannot": [10, 105, 108, 114, 118, 132, 144, 164, 175, 178, 180, 185, 188, 192, 203, 208], "becaus": [10, 27, 87, 90, 99, 162, 163, 165, 167, 171, 174, 178, 181, 185, 190, 192, 195, 199, 208], "pars": [10, 17, 61, 71, 72, 112, 122, 132, 197, 201, 202, 203, 204, 208, 210], "progress": [10, 25, 31, 42, 75, 83, 111, 112, 125, 154, 203, 204, 208], "try": [10, 140, 204, 208], "later": [10, 57, 90, 92, 122, 169, 190, 208], "f2856ac3535f4bb58956a06f72e25c96": 10, "b26d9a5d7b2f44729bffccad51fdfcf9": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 42, 43, 45, 49, 50, 54], "bid": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 30, 31, 37, 38, 39, 40, 41, 43, 45, 46, 49, 50, 54, 63, 203, 208], "405d84f7553f53736beabdf874d55356": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54], "e9528234ede94e159fc21ef2f744323f": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54], "1864": 10, "fri": [10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54], "17": [10, 25, 26, 29, 30, 31, 32, 51, 52, 144, 176], "27": [10, 42, 44, 46, 139, 177], "56": [10, 42, 44, 159, 160], "finish": [10, 25, 31, 42, 74, 75, 85, 87, 106, 108, 122, 127, 169, 170, 175, 178, 181, 203, 204, 208, 210], "couchdb": [11, 87, 92, 197, 204, 208], "databas": [11, 84, 92, 197, 203, 204, 208, 210], "browser": [11, 42, 44, 51, 52, 63, 87, 89, 92, 97, 115, 122, 129, 133, 140, 164, 166, 167, 169, 176, 185], "4326db67af3f46f3bbb77f338c3ca4c3": 11, "19": [11, 14, 16, 26, 27, 42, 44, 50, 51, 52, 83, 120, 178], "50": [11, 42, 67, 91, 153, 185], "28": [11, 145, 177, 192], "set": [11, 27, 32, 33, 42, 46, 47, 48, 61, 66, 72, 73, 76, 77, 78, 81, 91, 92, 95, 98, 100, 102, 103, 104, 105, 108, 112, 114, 117, 122, 128, 129, 132, 134, 139, 140, 141, 142, 144, 145, 147, 149, 150, 153, 155, 157, 158, 161, 162, 163, 164, 169, 171, 172, 175, 177, 178, 179, 181, 182, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 199, 200, 201, 203, 204, 208, 211], "29": [11, 121, 142, 162, 183, 192], "200": [11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 67, 68, 69, 70, 72, 76, 77, 78, 79, 81, 82, 83, 84, 85, 208], "ok": [11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 67, 68, 69, 70, 72, 76, 77, 78, 79, 81, 82, 83, 84, 85, 175, 208], "gener": [11, 17, 65, 87, 89, 91, 92, 94, 99, 104, 106, 108, 112, 113, 116, 118, 122, 125, 127, 128, 132, 133, 141, 145, 147, 155, 156, 159, 161, 164, 167, 169, 182, 183, 184, 185, 189, 192, 195, 210, 211], "except": [11, 68, 179, 190, 203, 205, 206, 208, 211], "403": [11, 69, 72, 204], "forbidden": [11, 69, 72], "pass": [11, 28, 51, 52, 60, 61, 72, 79, 140, 181, 203, 204, 208], "login": [11, 58, 74, 163, 164, 176, 197, 204, 208], "rid": [12, 203, 208], "logout": [13, 73, 197, 208], "In": [13, 53, 61, 72, 90, 91, 99, 100, 102, 103, 104, 108, 109, 110, 111, 114, 118, 119, 123, 126, 127, 129, 130, 132, 133, 135, 137, 139, 140, 145, 146, 147, 148, 149, 154, 156, 157, 160, 162, 163, 167, 169, 174, 175, 183, 184, 189, 192, 197, 199], "job": [13, 68, 70, 74, 106, 163, 165, 204, 208, 211], "retriev": [14, 16, 19, 26, 27, 29, 30, 32, 33, 37, 46, 47, 48, 50, 51, 52, 59, 63, 67, 91, 167, 177, 179, 200, 203, 208, 210, 211], "arbitrari": [14, 27, 29, 32, 37, 63, 91, 167, 203, 208], "collect": [14, 27, 34, 35, 76, 92, 106, 156, 157, 199, 201, 203, 204, 208], "repres": [14, 73, 91, 99, 103, 117, 124, 129, 157, 158, 159, 161, 177, 181, 186, 190, 208, 210], "json": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 91, 203, 204, 208, 211], "header": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 85, 96, 103, 104, 108, 111, 114, 119, 128, 149, 152, 158, 167, 169, 173, 174, 181, 184, 185, 186, 189, 190, 204, 208], "applic": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 120, 188, 199, 208], "javascript": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 38, 39, 40, 41, 43, 45, 49, 50, 54, 88], "01": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 28, 38, 39, 40, 41, 43, 45, 49, 50, 54, 60, 79], "43": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 50, 54, 63, 108, 179], "41": [14, 16, 25, 50, 95, 108], "58": [14, 16, 44, 50, 160], "select": [14, 16, 53, 57, 63, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 108, 110, 111, 112, 115, 116, 117, 119, 120, 122, 123, 124, 127, 128, 129, 130, 133, 136, 141, 142, 144, 145, 147, 148, 149, 153, 154, 155, 157, 161, 162, 163, 166, 167, 169, 170, 172, 173, 174, 175, 176, 177, 180, 182, 184, 185, 186, 188, 192, 193], "column": [14, 25, 31, 32, 33, 34, 35, 42, 63, 91, 96, 98, 99, 103, 104, 105, 110, 114, 119, 123, 124, 126, 128, 129, 132, 133, 144, 149, 152, 157, 158, 167, 169, 173, 174, 177, 181, 184, 185, 186, 187, 189, 190, 192, 199, 204, 208], "34": [14, 57, 63, 67, 102, 119], "row": [14, 32, 33, 34, 35, 63, 77, 91, 100, 103, 104, 108, 114, 119, 124, 134, 139, 142, 143, 145, 149, 150, 152, 157, 158, 161, 162, 167, 169, 177, 178, 179, 181, 182, 184, 186, 187, 189, 190, 192, 204, 208], "return": [15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 54, 59, 63, 66, 67, 69, 73, 91, 103, 122, 142, 145, 154, 162, 164, 166, 169, 176, 181, 186, 187, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 211], "googl": [15, 88], "analyt": [15, 57, 90, 91], "one": [15, 32, 54, 61, 72, 80, 90, 91, 95, 96, 97, 98, 103, 104, 105, 108, 114, 122, 123, 128, 132, 139, 143, 147, 150, 158, 160, 164, 167, 169, 171, 173, 174, 178, 179, 181, 184, 187, 189, 190, 191, 195, 199, 200, 203, 210], "exist": [15, 28, 46, 47, 48, 55, 56, 58, 60, 67, 68, 70, 79, 111, 154, 164, 175, 177, 190, 200, 203, 208, 210, 211], "18": [15, 17, 18, 19, 20, 21, 22, 23, 25, 27, 36, 37, 38, 39, 40, 41, 43, 45, 49, 54, 144, 176], "oct": [15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54], "2023": [15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 83], "15": [15, 17, 18, 19, 20, 21, 22, 23, 31, 32, 38, 39, 40, 41, 43, 45, 49, 54, 125, 166], "55": [15, 17, 18, 19, 20, 21, 22, 23, 38, 39, 40, 41, 43, 45, 49, 54, 129, 184], "arrai": [16, 26, 27, 32, 33, 34, 35, 42, 43, 45, 59, 67, 71, 72, 76, 78, 80, 86, 91, 197, 199, 200, 201, 203, 204, 208, 209], "document": [16, 107, 132, 140, 146, 162, 206], "label": [16, 17, 23, 50, 97, 99, 100, 105, 108, 114, 119, 129, 137, 159, 169, 170, 171, 176, 178, 181, 194, 210], "none": [16, 42, 50, 117, 151, 167, 177, 202, 203, 204, 208, 210, 211], "badg": [16, 50, 210], "page": [16, 50, 92, 97, 104, 106, 112, 130, 164, 166, 169, 170, 171, 172, 175, 176, 178, 188, 208, 210], "befor": [16, 47, 50, 114, 120, 122, 128, 129, 161, 164, 175, 203], "null": [16, 32, 42, 50, 67, 77, 78, 82, 168, 192], "after": [16, 50, 73, 87, 102, 108, 111, 120, 123, 127, 128, 138, 140, 145, 147, 149, 154, 163, 166, 183, 184, 203, 210], "mna": [16, 50], "list": [17, 18, 19, 20, 23, 27, 39, 42, 44, 53, 66, 82, 92, 96, 97, 99, 103, 104, 105, 106, 108, 111, 123, 127, 128, 137, 144, 155, 162, 163, 164, 165, 167, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 181, 184, 186, 188, 190, 200, 203, 208, 210, 211], "metadata": [17, 26, 32, 34, 35, 51, 52, 53, 59, 91, 108, 111, 114, 117, 119, 120, 121, 128, 129, 132, 134, 139, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 157, 199, 200, 203, 206, 208, 210], "These": [17, 92, 102, 103, 108, 109, 110, 114, 117, 119, 126, 132, 135, 136, 140, 146, 147, 157, 161, 170, 181, 183, 189, 191, 192], "ar": [17, 27, 28, 29, 32, 37, 56, 57, 60, 63, 67, 69, 72, 79, 80, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 117, 119, 120, 122, 123, 126, 127, 128, 129, 131, 132, 133, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 159, 160, 161, 162, 164, 165, 167, 168, 169, 170, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 199, 200, 203, 204, 208, 211], "avail": [17, 23, 44, 91, 95, 100, 108, 109, 110, 111, 114, 122, 129, 137, 140, 147, 150, 151, 154, 157, 167, 169, 171, 184, 186, 188, 202, 208], "csv": [17, 41, 61, 64, 67, 72, 86, 104, 113, 114, 116, 119, 120, 144, 165, 166, 185, 195, 208], "you": [17, 27, 73, 87, 89, 91, 92, 95, 97, 100, 102, 103, 104, 106, 108, 111, 112, 117, 119, 120, 122, 123, 125, 126, 127, 128, 129, 133, 134, 136, 137, 139, 140, 142, 143, 145, 147, 148, 149, 153, 154, 162, 163, 164, 166, 167, 168, 169, 170, 171, 174, 175, 176, 178, 179, 181, 184, 185, 188, 189, 190, 191, 200, 203, 208], "find": [17, 97, 106, 140, 149, 164, 175, 176, 192, 195], "wizard": [17, 53, 104, 105, 106, 108, 111, 112, 114, 122, 126, 127, 129, 140, 147, 153, 154, 163, 166, 170, 176, 184, 185, 189, 203, 210], "comma": [17, 91, 104, 114, 140, 158, 185], "separ": [17, 91, 104, 112, 114, 126, 140, 169, 179, 189, 208], "valu": [17, 27, 30, 33, 80, 81, 84, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 108, 114, 119, 122, 123, 124, 128, 129, 132, 136, 138, 143, 144, 147, 154, 156, 157, 158, 161, 162, 169, 172, 174, 177, 178, 179, 181, 182, 183, 184, 185, 186, 189, 190, 191, 192, 193, 194, 195, 199, 201, 202, 203, 204, 208, 211], "categori": [17, 28, 31, 42, 60, 79, 108, 129, 161, 178, 208, 210], "tabl": [17, 25, 31, 42, 53, 83, 96, 98, 100, 102, 103, 104, 105, 106, 110, 111, 114, 117, 119, 121, 123, 126, 128, 129, 132, 134, 139, 141, 142, 143, 144, 145, 157, 161, 162, 166, 167, 172, 174, 176, 177, 178, 179, 181, 182, 184, 185, 186, 189, 191, 192, 193, 194, 195, 196, 199, 204, 208, 210], "thei": [18, 27, 61, 72, 91, 96, 97, 104, 111, 122, 129, 132, 140, 147, 148, 157, 162, 167, 168, 169, 175, 178, 179, 184, 188, 189, 192, 203, 204, 208, 210], "fals": [18, 49, 203, 204, 207, 208, 210, 211], "path": [18, 20, 37, 46, 47, 48, 49, 57, 58, 61, 67, 69, 73, 85, 158, 161, 167, 171, 175, 176, 185, 189, 197, 200, 203, 204, 206, 208, 209, 210, 211], "imag": [18, 20, 23, 31, 37, 42, 46, 48, 49, 53, 67, 90, 158, 167, 172, 174, 177, 179, 182, 183, 193, 203, 208, 211], "video": [18, 20, 37, 46, 47, 49, 53, 90, 172, 177, 193, 208, 211], "vsid": [18, 20, 37, 46, 47, 48, 49, 208, 211], "smb": [18, 49, 53, 208], "configur": [19, 53, 55, 56, 58, 61, 69, 70, 72, 117, 122, 123, 143, 155, 169, 178, 203, 208, 211], "which": [19, 29, 32, 37, 71, 73, 91, 96, 98, 99, 102, 104, 105, 108, 112, 114, 125, 128, 129, 132, 133, 137, 143, 144, 147, 157, 161, 162, 163, 164, 165, 166, 167, 169, 171, 172, 174, 175, 176, 177, 178, 179, 181, 184, 185, 186, 187, 188, 189, 190, 191, 194, 195, 200, 202, 203, 210, 211], "domain_1": 19, "domain_2": 19, "domain_3": 19, "test": [20, 32, 33, 47, 58, 66, 68, 70, 76, 77, 78, 87, 91, 132, 133, 147, 167], "address": [21, 51, 52, 97, 164, 208, 211], "send": [21, 47, 208], "help": [21, 92, 108, 133, 140, 185], "nobodi": 21, "subject": 21, "git": [22, 87], "commit": 22, "hash": [22, 63, 73], "4": [22, 25, 27, 30, 31, 32, 77, 78, 82, 83, 84, 91, 100, 112, 144, 157, 158, 160, 171, 183, 192, 203], "c6bf315d8efca9e56809c95f4824599c86a00f8c": 22, "creation": [23, 48, 65, 69, 99, 104, 105, 106, 114, 122, 125, 127, 132, 140, 154, 156, 157, 164, 165, 166, 167, 169, 170, 171, 176, 189, 190, 193, 194, 196, 202, 204], "space": [23, 31, 92, 95, 101, 122, 141, 143, 162, 163, 169, 177, 184, 185, 189, 194, 196, 208], "requir": [23, 46, 47, 48, 61, 64, 69, 72, 78, 92, 99, 108, 132, 140, 143, 154, 162, 163, 165, 167, 169, 175, 177, 178, 185, 189, 190, 192, 195, 200, 203, 204, 208, 210, 211], "action": [23, 95, 105, 143, 151, 160, 162, 167, 172, 175, 177, 180, 193, 210], "context": [23, 28, 60, 79, 133, 169, 192, 208, 210, 211], "redirect": [24, 73], "303": 24, "other": [24, 61, 72, 91, 97, 98, 106, 112, 114, 126, 128, 132, 135, 139, 153, 157, 161, 165, 170, 172, 177, 182, 184, 185, 186, 189, 190, 191, 193], "05a06c0fa9cc40fc9d10087340425379": [25, 26], "100": [25, 26, 27, 29, 30, 31, 36, 37, 42, 44, 46, 51, 52, 73, 156, 157], "fa4387fcf4fe4070baea14195e708744": [25, 29, 30, 31, 37, 42], "1426": 25, "12": [25, 27, 31, 41, 83, 122, 188], "80dd32573254477daa2d56bd15f90ef3": 25, "descript": [25, 31, 36, 42, 44, 45, 46, 47, 48, 55, 56, 58, 65, 66, 67, 68, 70, 75, 82, 83, 97, 127, 133, 169, 170, 171, 175, 185, 192, 199, 200, 203, 208], "output": [25, 31, 42, 55, 56, 68, 70, 74, 90, 92, 99, 103, 104, 105, 156, 157, 159, 167, 169, 178, 181, 183, 184, 186, 189, 190, 192, 203, 211], "11": [25, 31, 33, 41, 44, 65, 66, 69, 73, 97, 127, 132], "creator": [25, 31, 36, 42, 43, 44, 45, 175], "hdf5": [25, 31, 42, 92, 165, 185, 195, 197, 199, 206], "structur": [25, 26, 57, 91, 98, 103, 106, 114, 176, 192, 195, 199], "correl": [25, 26, 27, 92, 98, 99, 169, 178, 181, 186, 190, 196], "input": [25, 26, 27, 28, 31, 42, 60, 61, 72, 76, 79, 81, 86, 92, 99, 103, 104, 105, 112, 114, 122, 127, 129, 157, 161, 163, 167, 169, 178, 179, 181, 184, 185, 186, 189, 190, 192, 195, 203, 204, 208, 210, 211], "canon": [25, 27, 92, 98, 103, 169, 181, 190, 196], "indic": [25, 32, 33, 53, 91, 95, 102, 111, 112, 125, 128, 129, 135, 141, 142, 143, 145, 149, 151, 154, 155, 157, 162, 199, 200, 203], "cca": [25, 43, 66, 92, 99, 103, 105, 163, 166, 169, 170, 172, 173, 176, 177, 178, 181, 187, 189, 190, 192, 193, 196], "statist": [25, 27, 53, 192, 199, 200, 203, 208], "scale": [25, 106, 110, 117, 119, 122, 132, 135, 142, 157, 172, 177, 178, 179, 183, 192, 193], "variabl": [25, 27, 57, 92, 95, 96, 98, 99, 102, 103, 105, 114, 117, 118, 122, 123, 124, 126, 128, 129, 130, 132, 133, 136, 140, 141, 143, 144, 147, 148, 155, 156, 157, 159, 161, 162, 167, 168, 169, 172, 174, 177, 178, 179, 181, 182, 183, 184, 185, 186, 189, 192, 193, 195], "_rev": [25, 31, 36, 42, 43, 44, 45], "e8d044f1938bb6e27bfb549ccda6d4a3": 25, "true": [25, 49, 54, 61, 72, 73, 76, 80, 81, 169, 203, 204, 205, 207, 208, 210, 211], "02": [25, 31, 36, 43, 45, 132], "26t21": [25, 31], "42": [25, 31, 63, 66, 69, 73, 108, 179], "570154": 25, "result": [25, 26, 28, 30, 31, 32, 33, 34, 35, 42, 59, 60, 61, 63, 66, 67, 72, 75, 79, 83, 91, 92, 97, 102, 119, 128, 129, 160, 161, 169, 178, 181, 182, 183, 185, 188, 192, 194, 195, 204, 208], "succeed": [25, 31, 42, 210], "7c1bc02b775949e1ad2ec28d9aa1c2ef": 25, "750eeb6345d94b8fae8b7856854d1718": 25, "49a0868cf1f84a5cb046e895812aa4c5": 25, "diodeclipp": 25, "a045e6bbf9144733aa82812334f21cc4": 25, "analysis_computation_tim": [25, 31], "8054931163787842": 25, "07": [25, 44, 76, 77], "888827": 25, "fe372daf01f75276c7e5228e6e000024": [25, 31, 36, 37, 41, 42, 43, 44, 45, 46, 51, 52, 83, 84], "start": [25, 31, 42, 69, 70, 91, 112, 127, 128, 147, 149, 151, 157, 161, 169, 190, 191, 194, 195, 196, 197, 203, 204, 207, 211], "750279": 25, "_id": [25, 31, 36, 42, 43, 44, 45], "b178fa6eb1c14022b5327e7e7e59d39a": 25, "mark": [25, 31, 42, 53, 65, 108, 111, 127, 137, 151, 154, 169, 170, 178, 190, 203, 208, 210], "faculti": 25, "delet": [25, 36, 37, 45, 62, 65, 69, 71, 73, 75, 82, 92, 97, 171, 194, 197, 198, 203, 204, 206, 208, 209, 210, 211], "darrai": [26, 27, 59, 91, 92, 197, 200, 206, 208], "attribut": [26, 27, 59, 77, 78, 91, 99, 105, 188, 199, 200, 201, 203, 204, 208], "caller": [26, 27, 32, 33, 47, 51, 52, 59, 66, 67, 69, 75, 82, 83, 208, 211], "mai": [26, 27, 28, 29, 30, 32, 37, 46, 47, 48, 51, 52, 57, 59, 60, 66, 67, 75, 78, 79, 81, 82, 83, 90, 91, 102, 108, 111, 118, 122, 125, 128, 137, 140, 142, 145, 158, 162, 163, 175, 179, 181, 182, 184, 188, 190, 192, 199, 207, 208, 210, 211], "combin": [26, 27, 32, 59, 61, 72, 78, 91, 92, 94, 103, 105, 106, 118, 146, 147, 154, 160, 161, 167, 169, 172, 182, 183, 186, 193, 208], "hyperslic": [26, 27, 59, 78, 91, 200, 204, 208], "queri": [26, 27, 28, 32, 33, 34, 35, 46, 47, 48, 56, 60, 79, 91], "hyperchunk": [26, 27, 59, 78, 92, 197, 198, 203, 204, 208], "contain": [26, 27, 29, 32, 37, 46, 47, 48, 55, 56, 58, 59, 63, 67, 68, 70, 71, 72, 78, 89, 91, 94, 98, 108, 114, 125, 132, 133, 140, 146, 147, 149, 158, 164, 167, 172, 176, 177, 184, 185, 189, 190, 192, 195, 200, 208, 210], "specifi": [26, 27, 32, 33, 46, 47, 48, 59, 61, 66, 71, 72, 78, 82, 85, 91, 108, 127, 129, 133, 140, 147, 165, 185, 203, 204, 207, 208, 210], "format": [26, 27, 59, 67, 78, 89, 104, 106, 112, 115, 119, 122, 125, 127, 133, 140, 147, 157, 158, 165, 166, 167, 171, 176, 185, 195, 196, 203, 204, 208, 210, 211], "byteord": [26, 34, 35, 59, 78, 208], "option": [26, 27, 32, 33, 34, 35, 42, 44, 46, 47, 48, 58, 59, 67, 69, 75, 78, 80, 82, 91, 106, 108, 111, 112, 114, 126, 127, 132, 133, 140, 147, 154, 169, 170, 175, 181, 185, 187, 200, 203, 208, 210], "should": [26, 47, 57, 59, 87, 88, 91, 108, 114, 132, 158, 160, 170, 178, 189, 192, 203, 207, 211], "binari": [26, 29, 34, 35, 37, 59, 78, 91, 203, 208], "given": [26, 32, 33, 34, 35, 38, 41, 51, 52, 59, 63, 69, 71, 72, 78, 108, 111, 114, 132, 140, 154, 181, 192, 194, 203, 204, 208, 210, 211], "endian": [26, 59, 78], "either": [26, 47, 59, 61, 72, 78, 104, 108, 116, 132, 134, 139, 143, 147, 162, 166, 167, 169, 174, 178, 181, 184, 190, 192, 208], "littl": [26, 59, 78, 156, 208], "big": [26, 59, 78, 208], "note": [26, 27, 47, 57, 58, 59, 63, 78, 87, 91, 94, 95, 97, 99, 103, 104, 105, 108, 109, 111, 112, 114, 117, 120, 128, 129, 140, 141, 151, 160, 166, 167, 169, 171, 175, 176, 179, 181, 182, 188, 189, 191, 192, 199, 200, 203, 210, 211], "onli": [26, 27, 59, 67, 78, 87, 90, 91, 94, 99, 100, 102, 103, 104, 105, 108, 111, 112, 114, 119, 120, 129, 132, 137, 140, 143, 145, 147, 148, 149, 153, 157, 159, 162, 163, 169, 171, 175, 177, 179, 181, 185, 189, 191, 192, 199, 200, 204, 208, 211], "everi": [26, 27, 59, 71, 78, 91, 114, 136, 159, 169, 171, 199, 203, 210], "numer": [26, 59, 78, 99, 103, 105, 169, 178, 181, 190, 191, 194], "If": [26, 32, 33, 47, 59, 66, 67, 69, 78, 91, 97, 104, 108, 111, 119, 120, 122, 127, 129, 130, 133, 134, 135, 136, 140, 144, 145, 147, 149, 150, 151, 152, 162, 163, 164, 167, 169, 170, 175, 176, 177, 178, 179, 185, 189, 190, 192, 203, 207, 208, 210, 211], "octet": [26, 29, 34, 35, 59, 78, 208], "stream": [26, 29, 34, 35, 57, 59, 78, 90, 208], "contigu": [26, 59, 78, 178, 200], "byte": [26, 59, 78, 203], "same": [26, 59, 63, 78, 80, 91, 92, 95, 103, 106, 111, 114, 132, 135, 140, 154, 165, 169, 173, 175, 179, 183, 187, 188, 189, 191, 192, 194, 195, 200, 203, 210, 211], "order": [26, 32, 34, 35, 59, 78, 90, 91, 103, 114, 128, 135, 140, 141, 152, 155, 157, 161, 169, 178, 187, 190, 192, 208, 210], "For": [26, 46, 47, 48, 55, 56, 58, 59, 61, 67, 68, 70, 72, 78, 90, 91, 92, 95, 96, 100, 103, 114, 119, 122, 129, 135, 140, 147, 167, 169, 178, 179, 181, 182, 185, 188, 189, 190, 191, 192, 203, 206, 208], "multi": [26, 27, 59, 78, 91, 92, 93, 107, 114, 117, 122, 194, 199, 208], "dimens": [26, 27, 47, 59, 77, 78, 91, 141, 199, 200, 203, 204, 208], "element": [26, 59, 78, 91, 114, 174, 185, 190, 199, 200], "c": [26, 27, 59, 67, 78], "last": [26, 53, 59, 91, 147, 159, 162, 176, 179, 183, 191, 211], "coordin": [26, 27, 59, 91, 95, 96, 111, 129, 132, 154, 177, 181, 184, 208], "vari": [26, 59, 61, 72, 114, 128, 132, 157, 169, 171, 210], "fastest": [26, 59], "isn": [26, 37, 47, 48, 59, 69, 78, 90], "t": [26, 37, 46, 47, 48, 59, 67, 69, 71, 72, 78, 90, 91, 104, 108, 140, 147, 157, 162, 167, 178, 181, 192, 200, 203, 205, 208, 211], "equal": [26, 59, 78, 103, 111, 141, 195, 204], "total": [26, 59, 78, 162, 199, 200], "number": [26, 33, 51, 52, 59, 71, 78, 99, 103, 105, 111, 114, 118, 129, 132, 133, 136, 145, 147, 149, 156, 158, 159, 160, 163, 177, 178, 179, 181, 184, 185, 186, 189, 192, 195, 199, 200, 203, 204, 208, 211], "each": [26, 27, 32, 33, 59, 61, 71, 78, 91, 92, 96, 97, 98, 103, 105, 108, 110, 111, 112, 114, 117, 119, 122, 124, 126, 128, 132, 135, 136, 139, 140, 143, 144, 149, 156, 157, 158, 159, 160, 161, 162, 167, 168, 169, 172, 174, 177, 178, 179, 181, 182, 183, 184, 185, 186, 189, 190, 192, 194, 195, 199, 200, 203, 208, 211], "top": [26, 59, 78, 91, 95, 97, 102, 103, 114, 117, 123, 143, 157, 160, 161, 165, 170, 171, 176, 178, 179, 190, 208, 210], "level": [26, 59, 64, 78, 92, 98, 111, 114, 128, 129, 156, 159, 160, 161, 164, 169, 171, 172, 175, 176, 182, 184, 187, 189, 194, 203, 208], "correspond": [26, 34, 35, 59, 61, 72, 78, 96, 100, 103, 114, 128, 129, 132, 134, 139, 145, 150, 151, 153, 162, 168, 172, 174, 177, 178, 181, 182, 187, 189, 190, 192, 195, 203], "nest": [26, 59, 78], "further": [26, 59, 78, 140, 142, 145, 157, 192], "follow": [26, 32, 56, 57, 59, 78, 87, 88, 89, 90, 91, 99, 104, 140, 144, 158, 166, 167, 172, 189, 191, 192, 199, 204, 211], "interactiveanalysi": [26, 27, 51, 52], "3a45eccdf7": [26, 27], "653b": [26, 27], "450a": [26, 27], "8e84": [26, 27], "59a27a9f00ad": [26, 27], "ir0dntd29mzka0raqxvz91uh3qgcvkbioeox": [26, 27], "2fjyq1wo": [26, 27], "b10421f92cc24a819dbe4df9ae63571c": [26, 27], "wed": [26, 27, 36, 51, 52], "transfer": [26, 170], "chunk": [26, 33, 34, 35, 53, 203, 204], "dens": [27, 91, 199, 208], "multidimension": [27, 157, 208], "A": [27, 48, 78, 91, 92, 94, 97, 104, 105, 106, 108, 109, 112, 113, 115, 116, 129, 133, 138, 150, 167, 169, 170, 175, 181, 183, 184, 188, 192, 196, 199, 203, 204, 208, 210, 211], "dimension": [27, 91, 92, 117, 122, 141, 157, 177, 183, 194, 208], "suitabl": [27, 94, 200, 208], "arbitrarili": [27, 30, 81, 129, 208], "larg": [27, 90, 91, 92, 106, 122, 129, 160, 177, 179, 183, 194, 206, 208], "singl": [27, 91, 102, 104, 105, 114, 122, 132, 133, 139, 140, 151, 159, 160, 164, 167, 178, 184, 185, 189, 190, 191, 192, 194, 199, 208, 210, 211], "includ": [27, 32, 33, 67, 71, 72, 90, 91, 92, 95, 97, 102, 105, 117, 129, 133, 147, 156, 157, 158, 162, 163, 167, 171, 172, 175, 181, 185, 186, 188, 190, 192, 199, 203, 208, 210], "half": [27, 32, 78, 91, 98, 160, 161, 199, 208], "open": [27, 32, 78, 89, 91, 111, 122, 123, 197, 199, 200, 203, 208, 209, 211], "rang": [27, 32, 78, 91, 95, 96, 102, 103, 105, 122, 128, 138, 151, 154, 162, 168, 169, 174, 178, 179, 181, 186, 189, 194, 195, 199, 208], "shape": [27, 182, 195, 199, 200, 208], "plu": [27, 37, 91, 168, 169, 199, 208, 210], "individu": [27, 32, 90, 92, 98, 100, 105, 135, 143, 146, 157, 160, 161, 164, 169, 171, 174, 177, 178, 179, 189, 190, 191, 194, 208], "minimum": [27, 33, 95, 102, 103, 133, 147, 185, 192, 208], "maximum": [27, 33, 47, 95, 102, 129, 136, 185, 203, 208], "count": [27, 33, 71, 91, 185, 192, 208], "although": [27, 97, 103, 106, 123, 137, 143, 149, 157, 163, 169, 174, 175, 177, 178, 184, 185, 190, 192, 194, 195, 208], "them": [27, 91, 97, 99, 132, 134, 143, 175, 178, 179, 184, 189, 190, 208], "extrem": [27, 95, 102, 123, 139, 143, 183, 192, 208], "expens": [27, 208], "oper": [27, 91, 93, 97, 100, 102, 103, 105, 107, 132, 133, 135, 138, 139, 142, 143, 145, 157, 160, 161, 162, 169, 175, 179, 182, 186, 188, 191, 192, 194, 200, 208], "sinc": [27, 91, 97, 99, 123, 132, 143, 160, 162, 164, 167, 169, 171, 175, 177, 178, 179, 183, 185, 188, 189, 190, 192, 195, 208, 211], "involv": [27, 117, 208], "full": [27, 51, 52, 67, 91, 120, 122, 136, 138, 144, 145, 152, 154, 159, 160, 167, 175, 176, 177, 185, 189, 190, 199, 208], "scan": [27, 206, 208], "through": [27, 90, 91, 92, 100, 104, 105, 106, 112, 123, 124, 136, 143, 144, 160, 161, 162, 163, 164, 169, 175, 176, 177, 181, 184, 186, 189, 194, 203, 208], "respect": [27, 94, 99, 123, 130, 132, 133, 136, 147, 160, 161, 175, 181, 183, 185, 190, 191, 208], "encourag": [27, 208], "when": [27, 46, 47, 48, 63, 69, 87, 89, 91, 94, 95, 97, 102, 103, 105, 111, 114, 120, 122, 127, 129, 140, 147, 149, 160, 162, 167, 168, 169, 170, 175, 176, 177, 179, 185, 187, 190, 191, 194, 203, 208, 210, 211], "two": [27, 92, 94, 95, 96, 99, 103, 104, 108, 111, 118, 122, 132, 133, 135, 136, 141, 147, 154, 157, 160, 161, 162, 166, 167, 169, 174, 175, 176, 177, 178, 182, 183, 184, 185, 186, 189, 192, 204], "wai": [27, 111, 151, 154, 160, 162, 167, 211], "argument": [27, 28, 60, 79, 140, 203, 206, 208, 210], "explicit": [27, 29, 37, 167, 169, 208], "three": [27, 91, 98, 100, 103, 110, 113, 114, 117, 127, 130, 131, 135, 137, 139, 143, 155, 157, 164, 165, 169, 175, 181, 182, 183, 184, 185, 186, 191], "part": [27, 71, 72, 80, 86, 90, 91, 108, 144, 167, 168, 169, 189, 192, 203, 211], "case": [27, 32, 51, 52, 61, 72, 90, 108, 110, 118, 119, 129, 139, 146, 147, 148, 149, 151, 163, 167, 179, 183, 188], "provid": [27, 44, 69, 90, 91, 92, 94, 97, 98, 99, 101, 106, 114, 115, 117, 122, 124, 127, 128, 132, 133, 136, 140, 147, 148, 153, 157, 167, 169, 170, 171, 172, 173, 175, 176, 178, 181, 182, 184, 185, 186, 188, 189, 190, 191, 192, 194, 197, 202, 203, 211], "ignor": [27, 32, 57, 133, 140, 147, 188], "retriv": 27, "mean": [27, 57, 91, 95, 106, 128, 129, 167, 175, 178, 185, 188, 189], "first": [27, 87, 91, 100, 102, 103, 104, 106, 108, 111, 114, 115, 118, 119, 120, 128, 129, 132, 133, 135, 140, 147, 151, 153, 154, 155, 159, 164, 167, 168, 175, 176, 181, 183, 186, 187, 189, 190, 191, 192], "simpl": [27, 91, 211], "bbf6715c95a7481d8517a74a6154fbd1": [27, 43], "277": 27, "48": [27, 94, 154, 158], "index": [27, 32, 33, 34, 35, 77, 85, 89, 91, 92, 132, 158, 167, 181, 186, 199, 200, 203, 204, 208], "float64": [27, 33, 77], "end": [27, 77, 91, 94, 102, 114, 151, 167, 181, 190, 191, 195], "begin": [27, 71, 77, 91, 97, 132, 159, 199, 203], "int64": [27, 33, 77, 199], "compon": [27, 57, 92, 98, 103, 181, 190, 192], "complex": [27, 30, 32, 81, 91, 106, 132, 161, 203, 208], "e97077e27af141d6a06f17c9eed6c17a": 27, "3b1": 27, "3b0": 27, "weight": [27, 43, 96, 99, 103, 117, 122, 141, 144, 157, 181, 185, 190], "anim": [27, 129, 167, 191], "d": [27, 67, 87, 99, 104, 192], "min": [27, 33, 102, 128], "max": [27, 33, 47, 73, 102, 128, 129, 132, 155], "1237": 27, "3704": 27, "aardvark": 27, "zebra": 27, "execut": [28, 60, 79, 91, 175, 188, 208], "custom": [28, 60, 79, 197, 208, 210], "plugin": [28, 60, 61, 72, 79, 92, 157, 197, 203, 208], "regist": [28, 60, 79, 204, 208, 210], "perform": [28, 47, 60, 79, 90, 99, 106, 114, 126, 127, 129, 135, 138, 144, 154, 157, 168, 178, 179, 182, 185, 190, 193, 194, 195, 203, 208, 210, 211], "comput": [28, 60, 62, 79, 90, 91, 92, 106, 111, 114, 118, 140, 154, 157, 164, 169, 170, 192, 194, 195, 203, 204, 208, 210, 211], "instead": [28, 32, 33, 34, 35, 46, 47, 60, 79, 80, 99, 105, 114, 129, 132, 156, 159, 169, 178, 179, 189, 193, 194, 203, 208, 210], "would": [28, 60, 63, 78, 79, 100, 105, 122, 132, 140, 148, 175, 181, 183, 184, 187, 199, 208, 210], "typic": [28, 60, 63, 79, 90, 91, 92, 106, 132, 149, 167, 178, 189, 194, 197, 208, 210], "addit": [28, 32, 33, 60, 61, 67, 72, 79, 90, 91, 100, 102, 106, 109, 114, 118, 123, 130, 135, 140, 143, 145, 147, 148, 149, 156, 157, 160, 169, 175, 177, 181, 185, 187, 191, 192, 197, 203], "specif": [28, 34, 35, 60, 72, 79, 91, 97, 105, 109, 114, 118, 127, 132, 146, 147, 164, 165, 167, 169, 170, 175, 177, 184, 191, 201, 208], "e32ef475e084432481655fe41348726b": [28, 60, 79], "math": [28, 60, 79], "add": [28, 60, 65, 77, 79, 84, 94, 108, 118, 143, 160, 161, 162, 175, 181, 186, 200, 211], "542": [28, 60, 79], "effect": [29, 95, 145, 169, 183, 208], "blob": [29, 37, 61, 72, 208], "could": [29, 37, 58, 61, 72, 100, 132, 169, 185, 208, 211], "anyth": 29, "e2bde9b063a541008853eb4d9603fbf3": 29, "31": [29, 42, 102, 136, 137, 153], "v": 29, "pair": [30, 81, 132, 159, 185, 192, 195, 208], "55e0957463b0419da1514b50500a6553": [30, 31], "dac": [30, 108, 109, 112, 113, 117, 122, 123, 125, 126, 127, 129, 133, 140, 143, 146, 147, 155, 156, 157], "ui": [30, 210], "parm": 30, "8cc846df59bb36ee40ff6536fbc656d3": [30, 31], "595": [30, 31], "49": [30, 31, 46, 126, 158, 163], "39": [30, 31, 108, 167], "point_color": 30, "whitesmok": 30, "padding_bottom": 30, "y_label_pad": 30, "outline_no_sel": 30, "padding_right": 30, "no_sel_color": 30, "grai": [30, 100, 102, 110, 123, 128, 143, 145, 151, 161, 162, 168, 169, 177, 185, 190, 191], "selection_1_color": 30, "red": [30, 91, 95, 97, 103, 110, 117, 123, 139, 143, 145, 149, 157, 161, 169, 175], "point_siz": 30, "y_tick_freq": 30, "40": [30, 32, 33, 59, 78, 91, 95, 108, 132], "alpha_step": 30, "001": [30, 149], "color_by_high": 30, "dimgrai": 30, "padding_top": 30, "x_tick_freq": 30, "scatter_buttons_height": 30, "37": [30, 96, 149], "scatter_bord": 30, "025": 30, "plots_pull_down_height": 30, "38": [30, 37, 108, 167], "alpha_buttons_height": 30, "x_label_pad": 30, "padding_left": 30, "selection_2_color": 30, "blue": [30, 95, 97, 100, 102, 103, 105, 110, 117, 123, 139, 143, 145, 157, 161, 162, 169, 175], "outline_sel": 30, "alpha_slider_width": 30, "170": 30, "color_by_low": 30, "white": [30, 103, 117, 128, 149, 161, 169, 179, 181, 186, 190, 191], "max_points_anim": 30, "2500": 30, "label_opac": 30, "server_cache_s": 31, "514ac8d82e834e6cae2c25307ac1e69f": [31, 37, 46], "hdf5_file_s": [31, 208], "4987030029296875": 31, "total_server_data_s": [31, 208], "49985504150390625": 31, "hdf5_store_s": [31, 208], "80262565612793": 31, "bd4be5f861b59ee95d42bf6c987d44a0": 31, "42545f0d0ed645a7bba3b64be0c9fa12": 31, "taylor": [31, 172, 193, 196], "anvil": [31, 172, 193, 196], "impact": [31, 117, 172, 193, 196], "scenario": [31, 172, 193, 196], "rate": [31, 42], "db_creation_tim": [31, 42], "09084701538085938": 31, "641794": 31, "airmail": 31, "tai": [31, 46, 172, 193, 196], "755867": 31, "633699": 31, "delta_creation_tim": [31, 208], "41476545": 31, "couchdb_doc_s": [31, 208], "00115203857421875": 31, "hdf5_footprint": 31, "613102429596641": 31, "job_pending_tim": 31, "job_running_tim": 31, "model_compute_tim": 31, "pulling_tim": 31, "arrayset": [32, 33, 34, 35, 53, 61, 72, 74, 86, 91, 197, 200, 203, 204, 208], "subset": [32, 78, 91, 129, 141, 142, 143, 150, 151, 161, 168, 169, 178, 184, 200], "1d": [32, 33, 199, 208], "orient": [32, 103, 104, 129, 190, 192, 208], "both": [32, 80, 94, 96, 102, 103, 119, 132, 135, 136, 138, 143, 147, 162, 163, 167, 169, 170, 174, 175, 177, 179, 184, 185, 189, 190, 192, 195, 203], "alwai": [32, 90, 123, 167, 199, 211], "match": [32, 47, 67, 91, 143, 147, 162, 174, 176, 182, 183, 185, 189, 195, 203, 204, 208, 210], "out": [32, 46, 47, 48, 95, 102, 122, 145, 161, 162, 168, 169, 174, 179, 185, 187, 203, 207, 208, 211], "still": [32, 103, 147, 150, 161, 170, 177, 179, 211], "adjust": [32, 33, 102, 122, 126, 128, 129, 136, 144, 154, 157, 192], "zero": [32, 33, 76, 85, 91, 122, 128, 153, 183, 199, 200, 203], "base": [32, 33, 61, 67, 72, 85, 92, 99, 113, 117, 118, 123, 132, 145, 167, 172, 191, 193, 194, 199, 200, 202, 203, 204, 206, 207, 208, 209, 210, 211], "sort": [32, 33, 35, 53, 57, 63, 91, 98, 103, 124, 161, 187, 192, 208], "int": [32, 33, 34, 35, 47, 55, 56, 58, 70, 77, 203, 204, 208, 211], "append": [32, 33, 129], "6b3c85df433e499e9680a135cabe3ab2": [32, 33], "tue": [32, 33, 59, 78], "16": [32, 33, 36, 45, 59, 65, 66, 69, 73, 78, 125, 166], "138": 32, "int8": [32, 33], "unsort": [32, 33, 34, 53], "optim": [33, 104, 141, 144, 183, 192], "describ": [33, 92, 98, 99, 106, 108, 109, 114, 128, 131, 132, 140, 167, 169, 185, 189, 191, 194, 199, 200, 203, 208, 210], "datatyp": 33, "395": 33, "int16": 33, "int32": 33, "uint8": 33, "uint16": 33, "uint32": 33, "uint64": 33, "float32": 33, "b57221cc8a1041188f6c52b4ee4e544d": 36, "332": [36, 157], "54": [36, 110, 183, 184], "26t20": [36, 43, 45], "093958": [36, 45], "3049afb4ba9420713d875c245ee0451c": 36, "acl": [36, 44, 45, 66, 82, 203, 205, 208], "administr": [36, 44, 45, 66, 82, 91, 93, 107, 175, 205, 208], "writer": [36, 44, 45, 66, 82, 175, 205, 208], "group": [36, 45, 91, 92, 99, 100, 105, 114, 139, 143, 145, 157, 161, 167, 169, 177, 178, 179, 181, 182, 184, 185, 186, 191, 194, 204, 210], "reader": [36, 44, 45, 66, 82, 175, 205, 208], "opaqu": [37, 91, 208], "bodi": [37, 46, 47, 48, 57, 203, 208], "404": [37, 46, 47, 48, 51, 52, 67, 208, 211], "Not": [37, 46, 47, 48, 51, 52, 67, 123, 128, 144, 148, 208], "found": [37, 46, 47, 48, 49, 51, 52, 67, 87, 96, 98, 103, 111, 123, 141, 163, 167, 175, 185, 189, 192, 194, 203, 208], "valid": [37, 71, 130, 199, 203, 208], "mime": [37, 46, 67, 91], "2fhome": 37, "2fslycat": 37, "2fsrc": 37, "2ftai": 37, "2fworkdir": 37, "246": 37, "2fstress_zz_000001": 37, "png": [37, 46, 47, 67, 167], "18de324920c051bf768c9d2b7f0a23db": [37, 46], "63675": 37, "020855a209894a33ad9c01bca0d0c734": 39, "7f4a104a508b424f903a6843542dacb1": 39, "param": [40, 42, 44, 204, 208, 210, 211], "3ef75f2c116448e5a282b058662408d": 40, "filenam": [41, 46, 67, 70, 78, 167, 208, 211], "make": [41, 63, 69, 80, 89, 91, 96, 108, 110, 111, 129, 154, 167, 168, 174, 179, 180, 191, 199, 203, 204, 208, 211], "file_nam": [41, 64, 208], "06_cars_smal": 41, "_": [42, 44, 208], "time": [42, 44, 46, 47, 48, 51, 52, 53, 67, 87, 90, 91, 92, 97, 99, 100, 102, 103, 111, 117, 118, 119, 121, 122, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 145, 147, 148, 149, 150, 151, 153, 156, 157, 159, 161, 163, 164, 165, 167, 169, 176, 177, 178, 181, 182, 183, 191, 193, 194, 195, 196, 203, 208, 211], "stop": [42, 44, 91, 102, 208], "1561069190303": 42, "13232": 42, "16t21": 42, "44": [42, 63, 111, 179], "910816": 42, "a48062f1fefaf92e4ea478a45e5b4635": 42, "a15bbd2a5b3a9727f96cd87b4f0000a8": 42, "bookmark": [42, 43, 53, 74, 94, 157, 164, 171, 175, 188, 194, 196, 203, 206, 208], "wait": [42, 62, 87, 106, 122, 203, 204], "b2d24f5f43e74e23bf61397d6c61511b": 42, "03": [42, 67], "509275": 42, "9d1d329fe370660144d17cd1f60d292f": 42, "1c309489eac04515bca914e60ef38fab": 42, "65": [42, 182], "4052e01eed2b355dcaf45da56aa32bc5": 42, "f262cae570764e5a8f19c9db7b6c6303": 42, "15t16": 42, "358504": 42, "14256501197814941": 42, "371934": 42, "test2": 42, "215165": 42, "project_data": [42, 204], "511f5c51e60946f2a53830b116b4aea9": 42, "568b9b50673a5ab0b81466561b99fde2": 42, "171499": 42, "10397696495056152": 42, "183040": 42, "test1": 42, "485167": 42, "d8448849a7974f2ba513aedb3f73c553": 42, "fa63f9aadd4d4adc8ec4941f7d228ed0": 43, "93c1fc496dd32f43c41ff435c758c4d1": 43, "unusu": 43, "displac": [43, 99, 102], "rel": [43, 128, 157, 168, 192], "color": [43, 63, 95, 96, 97, 98, 100, 103, 117, 126, 128, 139, 141, 143, 144, 148, 149, 150, 151, 161, 162, 167, 171, 172, 175, 177, 179, 182, 184, 187, 190, 191, 192, 193, 194, 195], "06": [43, 146], "186245": 43, "29d79f0318632aba31dbba832536f799": 43, "represent": [44, 139, 157, 169, 172, 182, 185, 193, 194, 199, 201, 202, 208, 210], "main": [44, 164, 171, 175], "interfac": [44, 55, 92, 106, 111, 122, 126, 129, 133, 148, 153, 157, 162, 179, 181, 185, 186, 191, 193, 199, 200, 202, 210], "projects_list": [44, 45], "1561665367168": 44, "f204afc7e8ce44e79cdd41fc78ecd41b": [44, 46], "663": 44, "25t20": 44, "955499": 44, "a4332c471d456db74398dd8ac20f8a61": 44, "886682": 44, "99142f0b92a93266b9930914808fb286": 44, "dbaf026f919620acbf2e961ad7324011": 44, "revis": [45, 102, 175], "68c93ad175d43cb84fe43c6ffd35e058": 45, "brows": [46, 47, 61, 69, 74, 90, 108, 115, 133, 166, 203, 208, 211], "lookup": [46, 47, 208, 211], "filesystem": [46, 47, 61, 67, 85, 203, 209, 210, 211], "absolut": [46, 47, 61, 67, 85, 203, 210], "doesn": [46, 47, 48, 67, 72, 205, 208, 211], "read": [46, 47, 91, 122, 166, 176, 178, 203, 205, 208, 209], "directori": [46, 47, 51, 52, 58, 67, 87, 89, 106, 114, 132, 146, 176, 185, 189, 200, 203, 208, 210, 211], "access": [46, 47, 66, 72, 73, 82, 90, 91, 106, 112, 125, 126, 127, 140, 163, 164, 167, 175, 176, 190, 193, 194, 200, 203, 204, 208, 211], "deni": [46, 47, 208], "permiss": [46, 47, 194, 208], "automat": [46, 63, 69, 89, 122, 130, 164, 172, 175, 177, 178, 179, 193, 211], "determin": [46, 129, 178, 188, 192, 194, 207, 208, 211], "human": [46, 47, 48, 55, 56, 58, 66, 67, 68, 70, 157, 210], "readabl": [46, 47, 48, 55, 56, 58, 66, 67, 68, 70, 210], "problem": [46, 47, 48, 55, 56, 58, 67, 68, 70, 92, 102, 111, 125, 140, 154, 168, 183, 194, 209], "hint": [46, 47, 48, 67], "how": [46, 47, 48, 61, 67, 72, 92, 98, 99, 105, 129, 140, 157, 162, 169, 181, 182, 185, 192], "fix": [46, 47, 48, 67, 102, 114, 163, 189, 199], "home": [46, 47, 53, 58, 67, 70, 211], "src": 46, "workdir": [46, 189], "244": 46, "stress_zz_000001": 46, "252fhome": 46, "252fslycat": 46, "252fsrc": 46, "252ftai": 46, "252fworkdir": 46, "252fstress_zz_000001": 46, "59210": 46, "choos": [47, 63, 110, 111, 120, 169, 176], "resiz": [47, 94, 152, 167, 169, 181, 186], "convert": [47, 167, 200, 201, 206, 209], "anoth": [47, 69, 80, 95, 102, 123, 151, 177, 179, 188, 203], "reduc": [47, 90, 95, 106, 118, 145, 159, 160, 163, 175, 177, 179, 185, 194], "significantli": [47, 188, 189, 190], "decompress": 47, "resampl": [47, 185, 195], "recompress": 47, "verifi": [47, 111, 140, 175, 203], "bandwidth": 47, "reduct": [47, 141], "smaller": [47, 90, 129, 148, 185], "worth": [47, 109, 157], "increas": [47, 94, 99, 102, 103, 106, 177, 185, 190], "latenc": 47, "current": [47, 48, 51, 52, 64, 91, 92, 97, 102, 103, 104, 111, 113, 114, 123, 137, 143, 145, 150, 160, 164, 167, 169, 171, 175, 179, 181, 184, 185, 186, 189, 190, 191, 199, 205, 208], "limit": [47, 97, 105, 139, 141, 145, 161, 191, 203], "jpeg": [47, 67], "size": [47, 67, 90, 94, 97, 99, 106, 167, 177, 194, 195, 199, 200, 203, 208], "pixel": 47, "along": [47, 91, 97, 103, 165, 169, 190, 199, 200, 208], "larger": [47, 99, 111, 129, 178, 181, 191, 203], "than": [47, 71, 90, 91, 100, 106, 114, 129, 133, 147, 156, 165, 179, 182, 189, 192, 203, 208], "fit": [47, 144, 192], "while": [47, 91, 95, 97, 99, 102, 103, 106, 112, 124, 128, 143, 145, 147, 151, 161, 167, 169, 176, 181, 186, 190, 199], "maintain": [47, 103, 163, 194, 211], "aspect": [47, 127, 169, 175], "ratio": [47, 192], "width": [47, 100, 174, 199], "wider": 47, "height": [47, 183], "taller": 47, "depend": [47, 48, 91, 97, 140, 166, 169, 171, 181, 185, 186, 192], "convers": [47, 162, 167], "505d0e463d5ed4a32bb6b0fe9a000d36": [47, 48, 55, 56, 58, 65, 66, 67, 68, 69, 70, 73], "fred": [47, 67, 69], "avatar": 47, "64": [47, 73, 182], "206": 48, "partial": [48, 192], "portion": [48, 102, 160, 188], "mp4": [48, 167], "webm": 48, "431d0e463d5ed4a32bb6b0fe9a000a37": 48, "activ": [49, 53, 149, 151, 208, 211], "share": [49, 63, 92, 97, 112, 115, 124, 157, 167, 169, 184, 185, 186, 189, 191, 194], "drive": [49, 115, 158], "msg": [49, 208, 211], "inform": [51, 52, 55, 56, 58, 67, 68, 70, 71, 91, 97, 103, 104, 106, 114, 125, 127, 132, 136, 140, 146, 147, 164, 169, 170, 171, 175, 181, 185, 186, 189, 192, 201, 203, 205, 208, 210], "As": [51, 52, 90, 95, 98, 100, 105, 127, 134, 136, 148, 151, 154, 155, 161, 162, 166, 167, 169, 171, 172, 175, 176, 177, 190], "special": [51, 52, 140, 194], "about": [51, 52, 125, 136, 147, 167, 181, 186, 203, 210], "log": [51, 52, 57, 112, 132, 140, 163, 176, 203, 207, 208], "second": [51, 52, 99, 103, 108, 118, 119, 129, 132, 133, 134, 151, 154, 160, 161, 169, 181, 187, 189, 190, 191, 208], "ad": [51, 52, 124, 129, 143, 151, 164, 172, 175, 177, 190, 193, 194, 203], "webservic": [51, 52], "prevent": [51, 52, 69, 129, 208, 211], "unknown": [51, 52, 69, 72, 208], "email": [51, 52, 53, 63, 97, 203], "1562786267913": [51, 52], "3a8d68aab2": [51, 52], "0dca": [51, 52], "4323": [51, 52], "ad57": [51, 52], "3b9beecd48b9": [51, 52], "lx7aeajwyljaqadeaieicqhbs1x9ph1bkcvnmng731w": [51, 52], "f7ff6a674c4a4ee6ab930474a78d24d": [51, 52], "66": [51, 52, 182], "jul": [51, 52], "47": [51, 52, 154, 158], "parser": [53, 61, 72, 83, 84, 203, 204, 208, 210], "support": [53, 146, 164, 167, 198, 199, 203, 208, 210], "ga": [53, 190], "track": [53, 102, 167, 169], "version": [53, 89, 104, 133, 149, 167, 175, 190, 192, 203], "domain": [53, 92, 194, 208], "timeseri": [53, 92, 106, 132, 185, 196], "last_active_tim": 54, "someon": [54, 164], "interact": [54, 57, 63, 90, 91, 97, 102, 106, 117, 122, 144, 145, 157, 167, 169, 172, 177, 186, 190], "sever": [54, 92, 169, 181, 192, 194, 203], "minut": [54, 208], "exclud": [54, 102, 105, 122, 145, 168, 178, 190], "admin": [54, 87], "mainli": 54, "mainten": 54, "via": [55, 92, 138, 151, 157, 194, 204, 211], "possibl": [55, 56, 58, 68, 70, 90, 105, 167, 191, 194], "fail": [55, 56, 58, 67, 68, 69, 70, 140, 169, 182, 211], "due": [55, 56, 58, 67, 68, 70, 72, 99, 106, 129, 140, 141, 167, 199], "invalid": [55, 56, 58, 67, 68, 70, 72], "issu": [55, 56, 58, 68, 70, 167], "system": [55, 56, 58, 68, 70, 90, 92, 99, 127, 140, 165, 176, 177, 194, 203, 204], "checkjob": [55, 56, 58, 68, 70, 197, 204, 211], "123456": [55, 56, 58, 70], "launch": [55, 56, 58, 70, 74, 106, 111, 153, 163, 211], "batch": [55, 56, 58, 68, 74, 106, 140, 165, 211], "report": [56, 183], "pend": 56, "insert": [57, 210], "side": [57, 63, 117, 122, 144, 169, 202, 203], "record": [57, 125, 140, 203, 207, 208], "interest": [57, 97, 126, 143, 150, 153, 160, 191, 194], "subsequ": [57, 69, 143, 211], "uri": [57, 92, 167, 177, 184, 189, 197, 203], "initi": [57, 76, 77, 78, 100, 102, 103, 105, 106, 108, 111, 116, 117, 122, 123, 138, 141, 143, 155, 159, 163, 167, 169, 174, 175, 176, 178, 181, 183, 190, 195, 203, 210], "left": [57, 94, 97, 98, 103, 117, 122, 135, 136, 138, 140, 143, 144, 157, 159, 160, 161, 162, 167, 171, 175, 181, 184, 186, 187, 190, 191, 192, 210], "hypothet": 57, "driven": 57, "0bfb94cba9654faf904b6fe8b2aab603": 57, "pan": 57, "dx": 57, "dy": 57, "zoom": [57, 119, 121, 129, 131, 135, 141, 155], "factor": [57, 106], "fetch": [58, 211], "differ": [58, 98, 103, 105, 110, 111, 114, 117, 118, 122, 128, 130, 133, 137, 139, 140, 144, 151, 157, 159, 161, 165, 167, 169, 172, 173, 175, 178, 181, 182, 183, 184, 185, 188, 189, 190, 194, 195], "node": [58, 159, 160, 161, 182, 186, 208, 211], "look": [58, 92, 122, 132, 139, 143, 178, 194], "within": [58, 67, 97, 102, 111, 112, 114, 122, 132, 133, 134, 138, 139, 142, 144, 154, 164, 167, 169, 170, 171, 172, 175, 177, 178, 179, 181, 182, 184, 185, 186, 188, 189, 190, 194, 195, 203], "potenti": [58, 106, 143, 186, 194], "mani": [58, 76, 91, 97, 108, 128, 129, 140, 157, 174, 178, 192], "line": [58, 92, 108, 114, 132, 134, 135, 136, 139, 140, 143, 145, 159, 160, 161, 167, 169, 178, 182, 184, 189, 195, 203], "6706e78890884845b6c709572a140681": 59, "datah": 59, "04": [59, 81, 167], "To": [61, 85, 89, 91, 94, 97, 100, 102, 103, 106, 108, 111, 112, 122, 127, 128, 140, 143, 147, 150, 154, 158, 159, 160, 162, 167, 169, 170, 175, 181, 182, 184, 185, 186, 188, 190, 194, 203, 211], "more": [61, 71, 72, 90, 91, 92, 94, 98, 106, 111, 129, 132, 141, 142, 147, 156, 161, 167, 171, 175, 179, 183, 185, 189, 192, 195, 200, 203, 208], "filepath": [61, 85], "boolean": [61, 69, 72, 73, 91, 203, 208, 211], "wide": [61, 72, 91, 103, 124, 129, 190], "latitud": [61, 72, 132, 156], "map": [61, 63, 72, 95, 169, 181, 186, 190], "n": [61, 71, 72, 85, 91, 114, 132, 140, 159, 183, 189, 192, 203, 204], "unpars": [61, 72], "similarli": [61, 72, 91, 120, 143, 162, 171, 174], "howev": [61, 72, 90, 105, 108, 120, 132, 134, 138, 143, 149, 153, 154, 162, 169, 177, 179, 181, 187, 188, 191, 192, 195], "sophist": [61, 72], "split": [61, 72], "multipl": [61, 72, 91, 106, 111, 117, 123, 135, 140, 145, 157, 162, 164, 175, 178, 184, 185, 186, 190, 191, 192, 199], "m": [61, 71, 72, 85, 104, 140, 183, 192, 203], "form": [61, 64, 78, 85, 91, 92, 122, 133, 147, 169, 189, 211], "multipart": [61, 64, 78, 85], "local": [61, 85, 87, 92, 97, 104, 106, 112, 115, 144, 167, 176, 178, 185, 192, 203], "canonic": 63, "produc": [63, 90, 92, 139, 157, 169, 185, 189, 210], "anytim": 63, "chang": [63, 75, 83, 89, 96, 97, 98, 102, 103, 105, 108, 118, 123, 126, 127, 128, 129, 130, 132, 134, 136, 137, 142, 143, 144, 156, 157, 162, 166, 167, 169, 171, 172, 174, 175, 176, 178, 179, 181, 183, 185, 186, 187, 191, 199, 204, 206], "e": [63, 67, 72, 95, 99, 103, 104, 105, 117, 128, 129, 140, 152, 157, 162, 167, 168, 182, 183, 185, 186, 187, 192, 195, 199, 203, 210], "g": [63, 67, 72, 103, 129, 139, 140, 143, 152, 157, 167, 168, 185, 192, 203, 208], "etc": [63, 203], "restor": [63, 100, 149, 162, 169, 179, 180, 187], "we": [63, 90, 91, 99, 102, 104, 105, 106, 128, 132, 134, 139, 143, 151, 156, 162, 164, 167, 169, 171, 172, 174, 175, 178, 185, 187, 189, 192, 194, 197, 200, 204, 208], "strongli": 63, "recommend": [63, 132, 167, 208], "web": [63, 87, 89, 90, 92, 164, 167, 185, 194, 197], "incorpor": [63, 92, 97], "url": [63, 73, 97, 164, 203, 204], "visual": [63, 92, 94, 97, 103, 114, 157, 159, 164, 167, 169, 170, 177, 181, 183, 185, 187, 188, 192, 193, 194, 195, 196], "save": [63, 97, 108, 119, 120, 162, 164, 169, 175, 188, 194, 206, 208], "colleagu": 63, "957cb70e7a31529d266fb0c110000f27": 63, "8092": [63, 65, 66, 69, 73], "201": [63, 66, 73], "apr": [63, 65, 66, 69, 73], "locat": [63, 66, 69, 73, 78, 91, 95, 104, 106, 112, 115, 122, 133, 147, 163, 166, 169, 171, 176, 181, 182, 185, 189, 191, 199, 208, 211], "da47466b64216fbb5f782bc2487ceed0": 63, "extens": [64, 114, 146, 169, 199, 203, 211], "being": [64, 85, 97, 105, 129, 132, 136, 137, 140, 141, 144, 162, 167, 170, 171, 182, 184, 185, 186, 190, 192, 194, 203, 204, 208], "empti": [65, 95, 102, 151, 155, 158, 164, 175, 179, 185, 210], "73": 65, "202": [65, 71], "schedul": 65, "30": [65, 66, 69, 73, 78, 91, 102, 155, 162], "85": 65, "7f4b92c00af7465eb594a2ca77d0df91": 65, "suppli": [66, 67, 69, 140, 158, 195, 208], "newli": [66, 175, 181, 203], "default": [66, 69, 80, 91, 95, 97, 105, 110, 119, 123, 128, 129, 133, 136, 140, 144, 147, 148, 161, 167, 169, 170, 176, 178, 181, 185, 186, 187, 203, 208, 210], "45": [66, 69, 73, 111, 191], "filter": [67, 95, 97, 105, 118, 119, 120, 124, 133, 141, 147, 159, 168, 169, 172, 177, 179, 180, 184, 193, 195, 207], "regular": [67, 149, 203], "reject": [67, 175, 192, 203], "allow": [67, 91, 105, 108, 111, 122, 127, 129, 133, 135, 147, 150, 153, 154, 157, 167, 169, 175, 185, 190, 194, 199, 211], "retain": [67, 102, 143, 162, 203], "integ": [67, 77, 85, 91, 128, 129, 158, 199, 200, 208], "f": [67, 87, 132, 208], "mtime": 67, "modif": [67, 105], "iso": [67, 204], "8601": 67, "against": [67, 128, 175, 181], "unless": [67, 71, 164, 175], "txt": [67, 140], "b": [67, 87, 104, 139, 143, 181, 183, 192, 204], "subdir": 67, "1264": 67, "456730": 67, "78005": 67, "4096": 67, "2015": [67, 183, 192], "03t16": 67, "52": [67, 83, 110, 132, 185], "599466": 67, "02t21": 67, "plain": 67, "ran": 68, "ssh": [68, 204, 208, 211], "echo": [68, 208], "usernam": [69, 73, 163, 164, 175, 176, 202, 203, 204, 208, 210, 211], "password": [69, 73, 87, 140, 163, 164, 176, 202, 203, 204, 208, 210, 211], "establish": [69, 164, 203, 208], "explicitli": [69, 91, 97, 162, 167, 187, 194, 200], "miss": [69, 71, 157, 158, 162, 172, 177, 190, 192, 193, 208], "authent": [69, 92, 164, 167, 194, 197, 203, 204, 208, 210, 211], "properli": [69, 169, 210], "startup": [69, 102, 211], "couldn": [69, 72, 140], "failur": [69, 169], "foobar": 69, "jdoe": 70, "bash": 70, "notifi": [71, 203], "process": [71, 90, 91, 104, 106, 122, 125, 127, 140, 142, 165, 170, 189, 203], "were": [71, 105, 114, 125, 148, 153, 162, 180, 183, 187, 190, 203], "receiv": [71, 72, 203], "sent": [71, 203, 204, 208], "until": [71, 105, 142, 167, 169, 171, 181, 191, 200, 203], "confus": 71, "those": [71, 91, 97, 100, 105, 108, 122, 128, 132, 146, 149, 153, 162, 168, 169, 183, 187, 188, 192], "correct": [71, 114, 149], "fid": [71, 72, 85, 203, 208], "tupl": [71, 200, 204, 210], "wasn": 71, "directli": [72, 122, 147, 176, 191, 203], "unchang": 72, "write": [72, 78, 91, 92, 140, 189, 197, 199, 200, 203, 204, 205, 209], "bit": 73, "came": 73, "success": [73, 83, 125, 195, 204, 208, 210], "target": [73, 203], "tri": [73, 194], "user_nam": [73, 204, 208], "c2x5y2f0": 73, "href": [73, 202], "192": 73, "168": 73, "99": 73, "protocol": [73, 202], "port": [73, 140, 202, 203], "pathnam": 73, "search": [73, 92, 149, 202], "xyz": 73, "httponli": 73, "ag": 73, "60000": 73, "secur": [73, 87, 93, 107, 140, 204], "check": [74, 106, 108, 111, 119, 137, 175, 204, 208, 210, 211], "event": [74, 167, 203, 208], "modifi": [75, 82, 83, 95, 97, 98, 102, 105, 125, 129, 132, 169, 175, 203, 207], "float": [75, 77, 191, 199, 203, 208], "percent": 75, "bool": [76, 80, 81, 203, 208, 211], "6f48db3de2b6416091d31e93814a22a": [76, 77], "readi": [77, 203, 209], "alreadi": [77, 78, 99, 118, 163, 164, 167, 210], "203": 77, "destin": 78, "overwritten": [78, 200], "vector": [78, 91, 159, 192, 194], "4x4": 78, "matrix": [78, 91, 114, 159, 185, 199], "25f1cdb62c34465286cecbaeccc1460d": 78, "470": 78, "boundari": [78, 167], "573af150d64b4d70b35689f41c136ed3": 78, "disposit": 78, "copi": [80, 132, 167, 203], "effici": [80, 179, 199, 203], "sourc": [80, 89, 172, 177, 178, 193, 194, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211], "deep": 80, "1385a75dd2eb4faba884cefdd0b94a56": 81, "dbaf026f919620acbf2e961ad73243c5": 82, "176": [82, 83, 84], "my": [82, 84, 171], "file_kei": [83, 84, 208], "53_cars_smal": 83, "6df52b51a0e74b9da9af9eaf77cf66b6": [83, 84], "fanci": 84, "compos": 87, "instanc": [87, 91, 92, 122, 190, 200, 203, 210], "your": [87, 92, 97, 102, 104, 106, 108, 112, 115, 120, 125, 134, 140, 144, 145, 162, 163, 164, 165, 166, 167, 169, 170, 171, 175, 176, 178, 188, 189, 192], "non": [87, 119, 124, 145, 159, 161, 168, 175, 190, 210], "product": [87, 91], "team": [87, 97, 170, 183, 194], "develop": [87, 91, 92, 157, 194, 195], "procedur": 87, "environ": [87, 106, 140], "desktop": [87, 92, 112, 115, 120, 164, 169, 194], "see": [87, 95, 99, 100, 103, 104, 105, 106, 108, 111, 115, 116, 119, 120, 122, 123, 128, 129, 132, 133, 134, 137, 139, 140, 142, 143, 146, 148, 149, 150, 151, 152, 153, 154, 155, 157, 162, 164, 167, 169, 171, 173, 175, 177, 179, 181, 184, 186, 187, 189, 190, 191, 192, 203, 204, 208], "doc": [87, 89, 185], "instal": [87, 92, 210], "haproxi": 87, "sshd": 87, "clone": 87, "repo": 87, "depth": 87, "master": 87, "github": [87, 88, 89], "sandialab": 87, "navig": [87, 115, 133, 166, 171, 175, 176, 185], "cd": [87, 89], "termin": [87, 122, 169], "our": [87, 106, 132, 143, 167, 178, 184, 185, 189, 194, 195, 204, 211], "yaml": 87, "up": [87, 97, 102, 104, 105, 106, 117, 120, 140, 143, 165, 166, 169, 171, 175, 176, 189, 208], "step": [87, 104, 105, 111, 147, 164, 165, 167, 169, 170, 178, 185, 189, 191, 193, 195, 203], "take": [87, 91, 97, 112, 122, 145, 163, 164, 169, 171, 175, 185, 190, 203, 208], "some": [87, 91, 99, 128, 145, 149, 167, 169, 172, 188, 189, 192], "load": [87, 92, 108, 111, 112, 118, 125, 127, 154, 192, 203, 210], "download": [87, 141, 144, 152, 155, 167, 184, 191, 194, 203], "client_1": 87, "\u2139": 87, "wdm": 87, "compil": 87, "everyth": [87, 91, 210], "serv": [87, 91], "show": [87, 94, 98, 100, 102, 105, 110, 111, 122, 128, 137, 143, 151, 154, 157, 161, 162, 165, 167, 169, 171, 172, 177, 179, 182, 186, 191, 193, 208], "warn": [87, 129, 132], "self": [87, 94, 162, 208, 210], "sign": [87, 164, 194, 199, 204], "certif": [87, 203], "down": [87, 102, 141, 143, 147, 159, 160, 162, 169, 176, 181], "orphan": 87, "name_of_servic": 87, "outlin": [88, 123, 139, 150], "pep": 88, "legaci": 88, "org": [88, 89, 140, 185], "dev": 88, "0008": 88, "typescript": 88, "j": [88, 104, 183, 192, 202, 208], "io": [88, 89], "styleguid": 88, "jsguid": 88, "sphinx": 89, "builder": 89, "readthedoc": 89, "theme": [89, 103, 167, 181, 184, 186, 190, 194], "snide": 89, "sphinx_rtd_them": 89, "napoleon": 89, "sphinxcontrib": 89, "latest": [89, 97], "httpdomain": 89, "pythonhost": 89, "primari": [89, 206], "docstr": 89, "embed": [89, 141], "itself": [89, 102, 125, 160, 175], "strictli": 89, "guidelin": [89, 92], "numpydoc": 89, "standard": [89, 92, 140, 158, 167, 192, 203], "remaind": 89, "rst": 89, "built": [89, 99, 167], "view": [89, 92, 97, 98, 101, 122, 123, 125, 129, 130, 139, 142, 143, 144, 145, 149, 152, 155, 157, 161, 162, 167, 171, 172, 175, 182, 184, 187, 190, 192, 193, 194, 195, 196, 203, 206, 210], "_build": 89, "whenev": [89, 133, 180, 211], "push": [89, 92, 108, 111, 112, 119, 149, 154, 203], "repositori": 89, "analysi": [90, 91, 92, 99, 104, 106, 141, 142, 150, 151, 159, 161, 163, 169, 170, 178, 183, 185, 190, 193, 194, 195, 196], "ensembl": [90, 92, 98, 99, 103, 104, 106, 108, 114, 117, 118, 120, 122, 124, 125, 132, 133, 143, 147, 149, 150, 151, 156, 157, 167, 169, 172, 177, 181, 183, 184, 185, 186, 189, 190, 192, 193, 194, 211], "magnitud": [90, 103, 178], "simul": [90, 92, 98, 99, 103, 156, 161, 167, 169, 177, 182, 183, 184, 185, 187, 189, 191, 192, 194, 195], "manag": [90, 92, 93, 107, 165, 194, 197, 199, 210, 211], "movement": [90, 194], "integr": [90, 92, 104, 189, 194], "ideal": [90, 181], "want": [90, 100, 102, 118, 119, 120, 128, 140, 145, 162, 164, 168, 169, 175, 178], "live": 90, "move": [90, 102, 106, 134, 167, 169, 171, 176, 181, 185, 186, 190, 211], "across": [90, 123, 132, 147, 167, 169, 184, 192, 194], "network": 90, "lead": [90, 181, 186], "architectur": [90, 157], "abov": [90, 91, 106, 114, 128, 144, 148, 149, 151, 160, 171, 185, 190, 191], "platform": [90, 92, 167, 194, 211], "analyz": [90, 92, 170, 185, 194], "place": [90, 143, 181, 207], "greatli": 90, "deliv": [90, 92], "increment": [90, 91, 102], "demand": 90, "workflow": [90, 92], "wish": [90, 137, 169, 175, 176, 178, 188], "packag": [90, 140], "deliveri": [90, 167], "mode": [90, 102, 145, 209], "seri": [90, 92, 111, 112, 114, 117, 118, 119, 121, 122, 129, 132, 134, 135, 136, 137, 138, 139, 141, 142, 143, 145, 147, 148, 149, 150, 151, 153, 154, 156, 157, 159, 163, 165, 169, 175, 177, 182, 193, 195, 196, 208], "fly": [90, 91], "playback": [90, 191], "meet": 91, "varieti": [91, 146, 211], "ingest": [91, 112, 132, 176, 184, 197], "evolv": 91, "hierarchi": [91, 92, 171, 176, 182, 185, 189, 194], "At": [91, 103, 114, 122, 140, 142, 164, 165, 171, 189, 191], "togeth": [91, 210], "relat": [91, 92, 99, 129, 140, 156, 157, 167, 192, 194], "own": [91, 93, 107, 140, 163, 170, 181, 186], "whose": [91, 160, 175, 178, 190, 194], "layout": [91, 97, 143, 169], "dictat": 91, "There": [91, 92, 96, 113, 117, 126, 129, 132, 162, 167, 175, 176, 181, 185, 186], "intend": [91, 175], "small": [91, 103, 143, 167, 173, 182, 190, 206], "quantiti": [91, 132, 156, 194], "final": [91, 108, 110, 111, 122, 129, 147, 151, 154, 167, 170, 175, 176, 178, 183], "most": [91, 95, 98, 99, 102, 104, 132, 158, 169, 189, 199, 208], "turn": [91, 99, 100, 102, 105, 130, 149], "slice": [91, 199, 200, 201, 203], "bulk": 91, "mention": 91, "simpler": 91, "pattern": [91, 92, 97, 122, 123, 143], "compact": 91, "span": [91, 95], "build": [91, 92, 159], "block": 91, "syntact": 91, "rule": 91, "skip": [91, 164, 167, 185], "th": 91, "omit": [91, 99, 178], "neg": [91, 103], "backward": [91, 130, 191], "desir": [91, 108, 145, 148, 149, 151, 153, 154, 176, 178, 181], "ten": [91, 192], "recal": [91, 97], "do": [91, 106, 114, 117, 122, 123, 128, 142, 144, 147, 148, 160, 164, 175, 179, 181, 185, 195, 209], "60": [91, 99, 160], "addition": [91, 117, 119, 153, 170, 177, 189, 190, 192, 194], "vertic": [91, 135, 184], "irregular": 91, "normal": [91, 102, 135, 168, 169, 178, 183, 192], "syntax": [91, 167], "alon": 91, "77": 91, "cell": [91, 103, 174, 181, 182, 186, 190], "mind": [91, 166, 176], "piec": 91, "forward": [91, 130, 191], "slash": 91, "also": [91, 95, 96, 99, 100, 105, 109, 111, 114, 128, 129, 132, 133, 134, 139, 140, 143, 144, 148, 149, 150, 154, 161, 172, 178, 179, 182, 185, 188, 189, 192, 203], "underli": [91, 92, 143, 194, 195, 200], "here": [91, 105, 114, 128, 132, 158, 167, 171], "preced": 91, "assum": [91, 184, 192, 200, 210], "work": [91, 139, 140, 149, 171, 189, 194, 199, 201], "matric": [91, 114, 122, 157], "And": [91, 120], "cartesian": 91, "rather": [91, 189, 203], "semicolon": 91, "rank": 91, "a1": 91, "asc": 91, "ascend": [91, 103, 190], "greater": [91, 99, 121, 131, 185, 192], "five": [91, 171], "between": [91, 92, 94, 95, 99, 102, 103, 117, 120, 122, 128, 129, 130, 132, 139, 141, 143, 144, 154, 157, 159, 167, 169, 171, 178, 181, 182, 183, 184, 185, 186, 188, 190, 192, 195, 204], "thirteen": 91, "cinnamon": 91, "membership": [91, 142, 145, 175], "logic": 91, "comparison": [91, 122, 128, 143, 157, 184, 190, 195], "parenthes": 91, "Of": 91, "cours": [91, 189], "pipe": 91, "fourth": [91, 129], "appear": [91, 97, 102, 108, 112, 122, 143, 144, 145, 160, 161, 166, 167, 169, 175, 177, 185, 188, 190, 191], "a2": 91, "desc": [91, 99], "descend": [91, 103, 190], "featur": [91, 92, 95, 99, 109, 133, 139, 172, 177, 178, 185, 194], "don": [91, 108, 147, 162, 167, 178, 200], "situat": 91, "scienc": 92, "sandia": [92, 93, 104, 107, 132, 140, 146, 165, 183, 192, 203], "nation": [92, 93, 104, 107, 113, 146, 183, 192], "laboratori": [92, 93, 104, 107, 183, 192], "high": [92, 106, 128, 141, 169, 181, 182, 183, 184, 189, 194, 195, 211], "collabor": 92, "consist": [92, 95, 98, 104, 114, 132, 139, 143, 154, 156, 157, 158, 159, 162, 164, 167, 169, 172, 175, 182, 189, 190, 192, 194], "over": [92, 99, 102, 103, 133, 134, 138, 143, 144, 152, 160, 161, 167, 169, 171, 175, 177, 181, 184, 185, 186, 189, 190, 192, 201, 203, 208, 211], "particular": [92, 108, 146, 191], "meta": [92, 113, 116, 156, 208], "behavior": [92, 169, 183, 194], "effort": 92, "understand": [92, 192, 194], "sensit": [92, 104, 169, 170, 183, 192], "examin": [92, 167, 203], "whole": 92, "higher": [92, 123, 141, 161], "seen": [92, 138, 167, 169, 171, 175, 195], "despit": 92, "variat": [92, 192, 194], "scalabl": [92, 194], "commod": [92, 194], "tier": [92, 194], "basi": [92, 111, 126], "ordinari": 92, "relationship": [92, 99, 103, 128, 141, 184, 192], "metric": [92, 99, 104, 183, 184, 185, 189, 192, 195], "compar": [92, 95, 103, 114, 117, 143, 157, 167, 168, 179, 181, 183, 189, 195], "waveform": [92, 132, 184, 195], "transform": 92, "moder": 92, "amount": [92, 204, 211], "pull": [92, 102], "analys": 92, "modern": 92, "compliant": 92, "firefox": [92, 164, 167], "softwar": [92, 104, 146], "workstat": 92, "suit": 92, "better": [92, 190], "easi": 92, "graphic": [92, 182], "broad": 92, "appeal": 92, "manual": [92, 93, 104, 108, 109, 130, 156, 162, 176, 192], "overview": [92, 109, 196], "dial": [92, 108, 109, 112, 113, 115, 116, 196], "acknowledg": [92, 157, 196], "docker": 92, "servic": 92, "colophon": 92, "deploi": 92, "rest": [92, 194, 197, 199], "method": [92, 101, 114, 167, 173, 176, 185, 192, 198, 203, 208], "engin": [92, 93, 99, 100, 107, 197], "handler": [92, 197, 210], "modul": [92, 140, 199, 210, 211], "mission": [93, 107], "technologi": [93, 107], "solut": [93, 107], "llc": [93, 107], "wholli": [93, 107], "subsidiari": [93, 107], "honeywel": [93, 107], "inc": [93, 107], "depart": [93, 107], "energi": [93, 107], "nuclear": [93, 107], "under": [93, 107, 110, 126, 132, 134, 163, 178, 208], "contract": [93, 107, 159, 184, 195], "de": [93, 107, 134], "na0003525": [93, 107], "approv": [93, 107], "releas": [93, 102, 107, 138, 142, 145, 169, 181], "sand2018": 93, "0620": 93, "r": [93, 103, 104, 107, 114, 139, 143, 181, 192, 209], "click": [94, 96, 97, 100, 102, 103, 104, 105, 106, 108, 110, 112, 115, 116, 120, 122, 123, 127, 128, 130, 133, 134, 137, 139, 142, 143, 145, 150, 151, 152, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 174, 175, 176, 178, 179, 181, 182, 184, 185, 186, 187, 188, 190], "icon": [94, 96, 97, 100, 102, 103, 120, 121, 128, 130, 131, 133, 136, 142, 143, 145, 151, 159, 160, 161, 162, 167, 168, 169, 173, 175, 178, 182, 184, 187, 190, 191], "window": [94, 102, 111, 112, 127, 132, 167, 169], "popup": [94, 97, 104, 112, 115, 133, 169, 175, 188], "intent": [94, 169], "annot": 94, "titl": [94, 171], "upper": [94, 97, 98, 100, 108, 111, 117, 123, 127, 128, 135, 137, 144, 157, 161, 162, 169, 175, 184, 186, 192], "toggl": [94, 100, 134, 139, 161, 168, 186, 191], "switch": [94, 129, 139, 184], "shown": [94, 95, 96, 98, 100, 102, 103, 104, 105, 106, 108, 110, 111, 112, 114, 115, 116, 117, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 133, 135, 136, 137, 138, 139, 142, 143, 144, 145, 147, 148, 149, 150, 151, 153, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 182, 184, 185, 187, 190, 191, 192, 194], "figur": [94, 95, 96, 97, 102, 103, 104, 105, 108, 110, 111, 112, 114, 115, 116, 117, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 133, 135, 136, 137, 138, 139, 142, 143, 144, 145, 147, 148, 149, 150, 151, 153, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 175, 176, 177, 178, 179, 181, 182, 184, 185, 187, 188, 190, 191, 192, 194], "47a": 94, "47b": 94, "decreas": [94, 99, 103, 183, 192], "back": [94, 100, 102, 134, 149, 162, 166, 176, 178, 191], "font": [94, 103], "visibl": [94, 100, 102, 103, 120, 128, 132, 142, 156, 159, 160, 162, 167, 168, 169, 174, 177, 179, 180, 181, 182, 184, 186, 190, 191, 195], "mous": [94, 102, 134, 138, 142, 145, 167, 169, 177, 181, 186], "draw": [94, 181, 191], "attent": 94, "member": [94, 97, 108, 114, 117, 118, 120, 122, 124, 132, 133, 143, 147, 149, 150, 151, 157, 164, 167, 169, 170, 171, 172, 175, 177, 181, 184, 186, 190, 194], "discoveri": 94, "explanatori": 94, "auto": 95, "button": [95, 97, 100, 101, 102, 104, 105, 106, 108, 110, 111, 112, 116, 119, 121, 123, 125, 127, 129, 130, 131, 133, 138, 142, 144, 145, 147, 148, 149, 152, 153, 154, 162, 163, 166, 167, 169, 170, 171, 175, 176, 178, 179, 180, 181, 188, 191], "media": [95, 97, 101, 158, 172, 177, 179, 191, 193], "enabl": [95, 97, 105, 144, 162, 168, 169, 176, 177, 178, 179, 183, 184, 191, 192, 194, 203], "disabl": [95, 162, 167, 179, 180, 191, 203], "scatterplot": [95, 98, 100, 102, 105, 111, 114, 117, 121, 123, 128, 129, 134, 139, 143, 144, 145, 148, 149, 150, 151, 154, 157, 162, 167, 168, 169, 172, 173, 174, 179, 181, 190, 193], "ax": [95, 96, 114, 134, 138, 172, 173, 181], "point": [95, 96, 97, 98, 100, 102, 103, 105, 110, 111, 114, 117, 119, 120, 122, 123, 128, 129, 133, 134, 136, 141, 142, 144, 145, 147, 148, 149, 150, 151, 155, 156, 157, 162, 167, 168, 169, 171, 172, 177, 179, 180, 185, 186, 190, 192, 193, 194, 195, 199, 208, 210], "hidden": [95, 97, 100, 102, 148, 149, 153, 162, 171, 179, 180], "mechan": [95, 96, 97, 105, 133, 162, 164, 167, 174, 181, 183, 186, 194], "mutual": [95, 162, 179], "exclus": [95, 162, 179], "remain": [95, 114, 142, 159, 161, 167, 179, 185, 191], "shift": [95, 105, 139, 143, 145, 151, 169, 178, 179, 181, 190, 195], "redrawn": [95, 96, 102, 139, 181, 190], "reflect": [95, 96, 103, 122, 162, 169, 171, 174, 179, 190], "legend": [95, 98, 103, 174, 179, 184, 192, 195], "now": [95, 108, 127, 142, 145, 169, 175, 179], "brightest": 95, "deepest": 95, "maxim": [95, 128, 130, 160, 192], "distinct": [95, 203], "especi": 95, "skew": [95, 102], "few": [95, 151], "anomal": [95, 102], "imagin": [95, 100], "000": [95, 102], "plot": [95, 100, 114, 117, 123, 129, 132, 139, 141, 142, 143, 145, 148, 149, 150, 151, 153, 154, 157, 159, 162, 172, 177, 181, 182, 184, 186], "major": 95, "drawn": [95, 102, 103, 117, 123, 136, 138, 139, 143, 150, 151, 159, 160, 161, 181, 182, 184, 185, 190], "rescal": 95, "fill": [95, 98, 114, 142, 143, 211], "darken": [95, 96, 103, 161, 167, 177, 181, 182], "y": [96, 114, 119, 132, 161, 173, 177, 181, 186, 192, 195], "dropdown": [96, 97, 104, 105, 106, 112, 123, 127, 128, 136, 137, 144, 153, 162, 163, 166, 167, 169, 170, 171, 173, 174, 175, 176, 177, 179, 181, 184, 185, 186, 188], "Or": [96, 132, 140, 169], "regardless": [96, 120, 132, 160, 167, 174], "choic": [96, 99, 106, 112, 116, 127, 162, 165, 167, 169, 170, 174, 185, 187], "highlight": [96, 97, 103, 123, 134, 139, 143, 150, 151, 167, 169, 174, 177, 178, 181, 182, 186, 190, 191], "immedi": [96, 119, 162, 174], "re": [96, 100, 111, 122, 140, 148, 153, 154, 162, 174, 181], "render": [96, 97, 103, 122, 129, 136, 139, 143, 145, 159, 160, 167, 169, 174, 181, 182, 185, 186, 188, 190], "horsepow": [96, 99, 168, 174, 177, 190], "preserv": [97, 185], "reproduc": 97, "though": [97, 103, 133, 161, 167, 169, 189], "region": [97, 102, 142, 145, 175, 181, 194, 200], "devic": 97, "pin": [97, 167, 172, 177, 179, 191, 193], "drag": [97, 102, 143, 144, 145, 167, 169, 179], "drop": [97, 147, 162], "archiv": [97, 132, 140, 146, 147], "pick": [97, 178, 181], "previous": [97, 103, 139, 143, 148, 153, 160, 162, 169, 176, 179, 181, 186], "concept": [97, 157, 199], "persist": 97, "conveni": [97, 132, 167, 203], "independ": [97, 103, 117, 144, 157, 169, 182, 190, 192], "exploratori": [97, 193], "rememb": [97, 162, 176], "reveal": [97, 123, 143, 176, 181, 182, 186], "flipbook": 97, "style": [97, 110, 210], "narr": 97, "demonstr": [97, 102, 103, 160, 161, 172, 178, 186], "corner": [97, 100, 123, 143, 157, 162, 167, 169, 175, 181, 187], "dialog": [97, 104, 105, 106, 108, 110, 111, 119, 120, 129, 148, 153, 154, 166, 169, 175, 178, 188, 195], "abort": [97, 169, 175, 188], "associ": [97, 98, 102, 105, 114, 144, 156, 161, 163, 165, 167, 169, 171, 179, 182, 186, 187, 188, 190, 192, 194, 203, 210], "below": [97, 98, 100, 106, 122, 148, 149, 160, 169, 172, 174, 175, 184, 186, 187, 190, 192], "accord": [97, 103, 114, 126, 140, 169, 175], "yellow": [97, 108, 130, 142, 145, 149, 169, 175, 179, 181, 188], "pencil": 97, "trashcan": [97, 175], "consequ": [97, 106, 132, 142, 157, 162, 163, 194], "prior": [97, 104, 165, 178, 189], "abstract": [98, 143, 169, 172, 184, 194, 199], "coeffici": [98, 103, 192], "overal": [98, 102, 182], "least": [98, 147, 171, 189, 192, 195], "arrang": 98, "midrang": 98, "lowest": [98, 123, 184], "bottom": [98, 100, 102, 103, 117, 143, 144, 157, 160, 161, 167, 168, 170, 175, 184, 190, 210], "car": [98, 100, 103, 105, 162, 172, 174, 177, 178, 181, 190, 192, 196], "section": [99, 106, 109, 122, 132, 143, 159, 160, 169, 172, 184, 185, 186, 191, 202, 211], "illustr": [99, 156, 172], "406": 99, "automobil": 99, "1970": 99, "1982": 99, "physic": [99, 183, 189, 194], "design": [99, 104, 105, 106, 108, 132, 139, 160, 169, 179, 185, 190, 192, 194], "variou": [99, 126, 156, 167, 169, 171, 185, 192, 194], "evalu": [99, 183, 185, 195, 197, 204], "categor": [99, 105, 108, 129, 162, 171, 172, 177, 178, 184, 193], "acceler": 99, "measur": [99, 156, 157, 185], "mph": [99, 132], "lower": [99, 116, 123, 127, 129, 141, 160, 161, 170, 175, 176, 182, 187], "intuit": [99, 169], "introduct": 99, "peopl": 99, "idea": 99, "manufactur": [99, 105], "cylind": [99, 100, 105, 183], "mile": [99, 132], "per": [99, 108, 114, 126, 129, 132, 156, 157, 189, 195, 199, 208], "gallon": 99, "mpg": [99, 190], "faster": [99, 100, 129], "arab": 99, "oil": 99, "embargo": 99, "dure": [99, 105, 111, 122, 125, 129, 132, 156, 162, 167, 190], "year": [99, 105, 156, 157], "facilit": [99, 122, 132, 169, 184, 190, 203, 211], "footnot": [99, 104, 157, 169, 183, 192], "donoho": 99, "ramo": 99, "primdata": 99, "prim": 99, "h": [99, 192], "lib": 99, "stat": 99, "cmu": 99, "edu": 99, "dataset": [99, 114, 151, 156, 157], "instanti": [100, 168], "hide": [100, 148, 162, 168, 169, 177, 179, 192], "fade": [100, 178], "flip": [100, 161], "just": [100, 105, 114, 117, 120, 125, 134, 140, 178, 179], "sometim": [100, 102, 139, 140, 162, 169, 178], "exce": [100, 122, 129, 136, 178, 184], "expand": [100, 103, 160, 187], "widen": 100, "replac": [100, 169, 187, 208, 209], "collaps": [100, 103, 159, 160, 169], "It": [101, 120, 122, 129, 140, 169, 184, 189, 190], "quick": 101, "clear": [101, 119, 120, 143, 169, 186, 208], "viewer": [101, 167, 191], "slider": [102, 105, 114, 117, 122, 129, 141, 148, 153, 154, 155, 157, 162], "next": [102, 104, 108, 111, 116, 140, 147, 163, 166, 175, 176, 185, 186], "endpoint": [102, 210], "posit": [102, 103, 117, 123, 128, 135, 142, 144, 167, 169, 181], "268": 102, "166": [102, 160], "grab": 102, "unit": [102, 114, 147, 156, 157, 165, 178, 189, 199], "slide": [102, 162], "resolut": [102, 129, 155, 159], "threshold": [102, 136, 211], "edit": [102, 105, 108, 126, 127, 170, 171, 176, 188, 191, 194, 202, 210], "extrema": [102, 190], "hover": [102, 103, 133, 144, 152, 167, 171, 175, 177, 179, 190], "orang": 102, "hit": [102, 163], "enter": [102, 108, 127, 163, 164, 169, 170, 175, 176], "On": [102, 114, 118], "defin": [102, 105, 108, 114, 117, 134, 142, 143, 157, 162, 167, 168, 169, 177, 178, 181, 186, 189, 190, 194, 199, 200, 210, 211], "beneath": [102, 178], "invert": 102, "middl": [102, 108, 117, 169, 186, 191], "becom": [102, 103, 160, 162, 169, 170, 190], "central": [102, 105, 117], "outsid": [102, 145, 157, 162, 164, 171], "aris": 102, "far": [102, 108, 109, 121, 143, 144, 186], "sai": 102, "forc": [102, 167, 203], "elimin": [102, 168], "bia": [102, 178], "reset": [102, 119, 123, 154, 194], "455": 102, "155": 102, "background": [102, 103, 139, 142, 143, 145, 169, 174, 181, 186, 190, 191], "remind": 102, "holist": [103, 169, 194], "chart": [103, 181], "orthogon": [103, 192], "import": [103, 114, 120, 122, 125, 127, 128, 132, 133, 141, 146, 147, 157, 177, 192], "p": [103, 104, 181, 183, 192], "edg": [103, 123, 169, 190], "green": [103, 104, 106, 111, 112, 117, 136, 139, 143, 145, 157, 169, 171, 175, 181, 184, 186, 188, 190], "lavend": [103, 161, 169, 181, 186, 187, 190], "versu": 103, "four": [103, 132, 157, 159, 169, 175, 179, 183, 185, 190], "cca1": [103, 181], "24": [103, 143, 181, 190], "cca2": [103, 181], "horizont": [103, 184], "term": [103, 194], "center": [103, 157, 169], "extend": [103, 147], "toward": [103, 181], "act": [103, 134, 161, 167, 168], "reinforc": 103, "glanc": 103, "strength": 103, "direct": [103, 156, 192, 203], "oppos": 103, "triangular": [103, 159, 160, 190], "unsign": [103, 199], "triangl": [103, 160, 161, 176, 190], "revers": [103, 190], "signifi": 103, "long": [103, 106, 114, 129, 132, 183, 195], "scrollabl": 103, "palett": [103, 123, 126, 169, 181, 186], "alongsid": 103, "appli": [103, 119, 120, 170, 188], "dakota": [104, 166, 189, 192], "tabular": [104, 166], "frequent": [104, 167], "excel": [104, 189, 202], "common": [104, 147, 167, 169, 189, 192, 194], "expect": [104, 147, 158, 178, 188, 189, 211], "walk": [104, 106], "pop": [104, 106, 169, 175], "held": 104, "continu": [104, 105, 108, 110, 111, 115, 116, 133, 147, 148, 153, 154, 162, 163, 166, 172, 176, 177, 178, 185, 193], "advanc": [104, 110, 111, 115, 116, 133, 147, 163, 169, 191], "adam": [104, 192], "ebeida": [104, 192], "eldr": [104, 192], "jakeman": [104, 192], "swiler": [104, 192], "l": [104, 192], "bohnhoff": [104, 192], "w": [104, 192], "dalbei": [104, 192], "k": [104, 114, 132, 169, 183, 192], "eddi": [104, 192], "hu": [104, 192], "vigil": [104, 192], "bauman": [104, 192], "hough": [104, 192], "multilevel": [104, 192], "parallel": [104, 106, 163, 165, 192, 194], "framework": [104, 192], "estim": [104, 192], "uncertainti": [104, 192], "quantif": [104, 192], "tech": [104, 192], "rep": [104, 192], "sand2010": [104, 192], "2183": [104, 192], "core": [105, 169], "stage": [105, 169, 194], "ident": [105, 111, 114, 135, 156, 164, 175, 185, 189, 195], "assign": [105, 169, 175, 178, 202], "neither": [105, 178, 181, 184, 186, 190], "rapid": [105, 190], "discret": [105, 110], "often": [105, 184, 194], "advantag": 105, "abl": [105, 139, 140, 179], "declar": [105, 190], "even": [105, 118, 145, 182], "fine": [105, 185, 191], "grain": [105, 191], "imposs": 105, "enumer": 105, "dark": [105, 128, 177], "substitut": 105, "complic": [106, 146], "previou": [106, 143, 162, 166, 169, 175, 176, 186], "computation": 106, "intens": 106, "natur": 106, "compel": 106, "unfortun": 106, "uncertain": 106, "queue": [106, 163, 165], "odd": 106, "necessari": [106, 129, 154, 169, 189], "autonom": 106, "free": [106, 108, 183], "thing": [106, 211], "go": [106, 127, 149, 170, 176, 178, 185, 191], "assumpt": [106, 195], "difficult": [106, 185, 192], "screen": [106, 108, 122, 163, 165, 185], "sand2020": 107, "6478": 107, "speak": 108, "belong": [108, 117, 210], "pulldown": [108, 111, 125, 126, 127, 129, 136, 137, 147, 148, 154], "menu": [108, 111, 112, 125, 126, 129, 154], "let": [108, 120, 208], "simpli": [108, 142, 143, 150, 151, 152, 154, 171], "box": [108, 111, 119, 122, 125, 129, 138, 149, 151, 154, 178], "reload": 108, "press": [108, 110, 111, 115, 129, 148, 153, 167, 169, 175, 181, 182, 190, 191, 192], "otherwis": [108, 111, 175, 176, 185, 207, 210], "entri": [108, 149, 158, 167, 203], "too": [108, 129], "mistak": 108, "unselect": [108, 179, 186], "sequenti": [110, 114], "scheme": [110, 202], "shade": [110, 123, 142, 145], "overridden": 110, "diverg": [110, 169], "radio": [110, 129, 163, 178], "53": [110, 165], "done": [111, 118, 154, 192], "scratch": [111, 158], "onto": [111, 208], "46": [111, 182, 191], "compat": [111, 167, 202, 203], "intersect": [111, 147], "mismatch": 111, "incompat": 111, "prompt": [111, 164], "accompani": [111, 154], "navbar": [112, 169, 194, 196], "disk": [112, 199, 206], "unlik": [112, 132, 142, 147, 163, 193], "regard": [112, 195], "tab": [112, 115, 116, 122, 127, 133, 147, 185], "script": [112, 203, 208, 211], "pt": [113, 116, 122, 147], "cv": 113, "zip": [113, 114, 116, 122, 125, 140, 146, 147], "instrument": [113, 146], "labview": [113, 146], "tdm": [113, 116, 122, 133], "convent": [114, 132, 157, 169, 189], "reli": [114, 140, 164], "differenti": [114, 192], "variable_1": 114, "variable_2": 114, "variable_": 114, "datapoint": 114, "scalar": [114, 117, 123, 124, 128, 132, 144, 148, 157, 184, 186, 192], "folder": [114, 176], "distanc": [114, 117, 122, 141, 157, 159, 185, 195], "calcul": [114, 117, 122, 141, 144, 157, 159, 178, 183, 185, 190, 192, 195], "pane": [114, 129, 139, 148, 153], "delimit": [114, 158, 185], "tempor": [114, 117, 123, 124, 126, 128, 130, 132, 136, 137, 141, 143, 144, 155, 156, 157, 159, 186], "axi": [114, 118, 135, 154, 161, 167, 172, 177, 186, 193], "graph": [114, 161, 182, 187], "sequenc": [114, 185, 189, 195], "amplitud": [114, 195], "panel": [114, 157], "curv": [114, 154, 157], "subdirectori": [114, 132, 189], "enclos": [114, 167, 175, 181, 185, 210], "easiest": 114, "avoid": [114, 129, 162], "inclus": [114, 122, 168, 177], "ds_store": 114, "__macosx": 114, "trigger": [114, 144, 167], "weather": [114, 117, 122, 123, 125, 128, 132, 144, 148, 155, 157, 196], "gen": 114, "detail": [115, 121, 129, 131, 133, 142, 160, 169, 171, 175, 203], "switchtub": 116, "explan": 116, "md": [117, 122, 123, 141, 144, 145, 157], "sum": [117, 157, 181, 195], "summat": 117, "explor": [117, 122, 128, 143, 164, 169, 182, 192, 194], "border": [117, 143], "interior": 117, "black": [117, 134, 139, 150, 151, 182], "occas": 118, "restrict": [118, 145, 149, 154, 161], "export": [119, 120, 152], "actual": [119, 144], "identif": [119, 190], "coupl": 119, "caveat": 119, "what": [119, 125, 128, 169, 199, 208], "bring": [120, 150, 151, 166], "conjunct": 121, "discuss": 121, "scroll": [122, 143, 144, 181, 184], "sight": 122, "altern": [122, 142, 145, 169, 173, 181, 182, 203], "paus": [122, 191], "restart": 122, "safe": 122, "veri": [122, 167, 169], "leav": [122, 140, 159, 160, 169, 178, 187, 195], "phase": [122, 203], "quantifi": [122, 194], "similar": [122, 123, 133, 141, 143, 147, 150, 154, 157, 159, 169, 184, 185, 186, 188, 190, 195], "algorithm": [122, 157, 185], "proxim": [122, 141, 143, 157], "contribut": [122, 128, 192], "spatial": 123, "field": [123, 127, 132, 137, 163, 166, 170, 175, 176, 185, 191, 203, 208], "averag": [123, 132, 156, 185, 195], "temperatur": [123, 128, 132, 155, 156, 157], "recolor": [123, 179, 181, 186], "prefer": [123, 129, 136, 153, 157, 192, 196], "citi": [123, 132, 139, 143, 149, 155, 156, 157], "darker": [123, 169], "lighter": 123, "notic": [123, 133], "highest": [123, 169], "honolulu": 123, "anchorag": 123, "focu": [124, 141, 151, 155, 186], "info": [125, 127, 171, 194, 208], "encount": 125, "give": [125, 141, 208], "might": [125, 140, 169, 190], "why": [125, 175, 179], "calibr": 126, "experi": [126, 129, 183], "tune": [126, 192], "word": [126, 139], "obtain": [127, 147, 164, 165, 192], "meaning": [127, 192], "short": 127, "textual": 127, "perhap": 127, "made": [127, 143, 161, 172, 175, 184], "site": 127, "Then": [128, 140, 159, 169], "phenomenon": 128, "alphabet": 128, "annual": [128, 132, 156], "precipit": [128, 132, 156], "sens": 128, "doe": [128, 141, 143, 189, 192, 193, 210], "fulli": [128, 141, 174, 203], "low": [128, 169, 181], "influenc": [128, 157], "humid": [128, 132, 139, 143, 156, 157], "exert": 128, "strongest": 128, "dew": [128, 156], "truncat": [129, 152, 174], "overli": 129, "charact": 129, "ellipsi": [129, 200], "sea": [129, 156], "pressur": [129, 156], "random": 129, "delai": 129, "slower": 129, "exceed": 129, "third": [129, 151, 189], "speed": [129, 156, 157, 165, 185, 189], "beyond": [129, 132, 140, 175, 182, 191], "sub": 129, "jumpi": 129, "slow": 129, "old": 129, "fifth": 129, "sixth": 129, "freetext": 129, "squar": [129, 167, 192], "circl": 129, "scatter": [129, 157, 178], "improv": 129, "quickli": 129, "alert": [130, 136], "affect": [131, 157, 167], "construct": [132, 161, 162], "redund": [132, 192], "fact": [132, 148, 153, 167], "descriptor": 132, "underscor": 132, "had": [132, 162, 169, 182], "10th": 132, "city2_temp10": 132, "abstractli": 132, "t2_d10": 132, "samplenum": 132, "repeat": [132, 142], "ascii": 132, "york": [132, 143, 183, 192], "fake": 132, "martin": [132, 157], "2017": 132, "zone": [132, 149, 156], "eastern": [132, 149], "popul": [132, 156], "8213839": 132, "7833": 132, "longitud": [132, 156], "72": 132, "0333": 132, "3166": 132, "62": [132, 161], "4648": 132, "57": [132, 160], "windspe": 132, "5126": 132, "1206": 132, "cloud": [132, 156], "cover": [132, 156, 169, 189], "okta": 132, "27889": 132, "test_op_inst_id": 132, "wf_dig_id": 132, "wf_dig_label": 132, "wf_x_unit": 132, "dai": [132, 156, 169], "wf_y_unit": 132, "comment": [132, 175], "bracket": 132, "inconsist": 132, "quot": [132, 167, 185], "manner": [133, 169], "less": [133, 147, 148, 153, 189, 208], "digit": 133, "synonym": 133, "suffix": [133, 147], "cursor": [134, 135, 169, 181], "cross": 134, "rectangl": [134, 181], "arrow": [134, 169], "signal": [134, 136, 204], "tip": [134, 161, 190], "checkbox": [135, 178], "simultan": [135, 167, 177, 181], "duplic": 135, "replic": 135, "subregion": 138, "rubber": [138, 143, 145, 181], "band": [138, 143, 145, 181], "grei": 138, "magnifi": 138, "distinguish": [139, 169, 182], "known": [139, 192], "caus": [139, 149, 172], "bold": 139, "chandler": 139, "hot": [139, 143], "dry": [139, 143], "warm": [139, 143], "colder": [139, 143], "pypi": 140, "accomplis": 140, "pip": 140, "behind": [140, 191], "your_proxi": 140, "your_port": 140, "trust": [140, 211], "dac_tdm": 140, "dac_tdms_batch": 140, "flag": [140, 210], "smartin": 140, "unnecessari": 140, "blank": [140, 167], "overrid": [140, 203], "processor": 140, "log_fil": 140, "commun": [140, 203, 211], "topic": 140, "list_mark": 140, "py": [140, 210], "gov": [140, 203], "credenti": [140, 163], "ticket": 140, "kinit": 140, "altogeth": [140, 178, 181, 186], "closer": [141, 169, 195], "broader": 142, "hold": [142, 143, 145, 151, 167, 181, 186, 199], "area": [142, 160, 186], "redraw": [142, 145], "accomplish": 142, "anywher": [142, 145], "constant": 142, "irrespect": [142, 181, 186], "metavari": [143, 181], "encircl": 143, "correspondingli": 143, "bidirect": 143, "cold": 143, "wet": 143, "hypothesi": 143, "inde": 143, "arizona": 143, "hawaii": 143, "florida": 143, "midwest": 143, "scrollbar": 144, "underneath": 144, "rectangular": [145, 181], "encompass": 145, "regener": 145, "lost": [145, 167, 179, 185], "www": 146, "ni": 146, "quit": 146, "supplement": 146, "attempt": [146, 192], "tmd": 147, "tag": 147, "_suffix": 147, "channel": 147, "tell": [147, 174], "certain": [147, 192, 194], "overvoltag": 147, "sprytron": 147, "union": 147, "earli": 147, "late": 147, "infer": 147, "51": [148, 185], "unseen": 148, "cumbersom": [148, 153], "revisit": [148, 153], "insensit": 149, "substr": 149, "3152": 149, "serial": [149, 211], "00": 149, "125": 149, "002": 149, "005": 149, "pacif": 149, "inact": 149, "incorrect": 149, "awai": [149, 186], "real": [149, 157, 158, 194], "forgotten": 149, "unaffect": 149, "recogn": 151, "around": [151, 160, 181, 194, 197], "latitu": 152, "upon": [153, 203], "alter": 154, "pre": [154, 203, 208, 211], "Such": 154, "therefor": [154, 168], "deriv": [154, 157, 196], "wind": [156, 157], "2014": 156, "underground": 156, "multivari": [157, 192], "guid": [157, 183], "daili": 157, "interpoint": 157, "throughout": 157, "henc": [157, 185], "classic": 157, "clockwis": 157, "contrast": 157, "templat": [157, 189, 194, 196], "quach": 157, "hcii": 157, "foundat": 157, "augment": 157, "cognit": 157, "322": 157, "2016": 157, "doi": 157, "1007": 157, "978": 157, "319": 157, "39952": 157, "2_31": 157, "appropri": [158, 207], "nan": [158, 168, 192], "value1": 158, "value2": 158, "somehost": 158, "bob": 158, "simulation_1": 158, "stress1": 158, "simulation_2": 158, "simulation_3": 158, "collab": 158, "myproject": 158, "exper_1": 158, "topview": 158, "exper_2": 158, "exper_3": 158, "tree": [159, 160, 161, 195, 204], "agglom": [159, 195], "root": [159, 161, 176, 189], "clutter": [159, 160], "subtre": [159, 160, 161, 182, 186, 195], "purpl": [159, 161, 187], "dot": [159, 160, 161], "expans": [159, 161, 184, 195], "sparklin": [159, 184, 186, 195], "parent": 160, "leaf": [160, 161, 182, 186, 187], "caution": [160, 192], "exercis": 160, "unintellig": 160, "110": 160, "One": [160, 177], "abil": [160, 177], "61": 161, "halv": 161, "clearli": 161, "x23": 161, "escal": 161, "slowli": 161, "period": [161, 163], "peak": [161, 182], "rapidli": [161, 167], "distinctli": [161, 184], "characterist": [161, 182], "63": [161, 182], "darkli": 161, "soon": 162, "ensur": [162, 176, 203], "screenshot": 162, "interpret": [162, 178, 185, 192], "criteria": 162, "achiev": 162, "discard": [162, 175], "unintention": 162, "reinstat": 162, "resum": [162, 169], "accident": 162, "instantli": 162, "wherea": 162, "reappear": 162, "assist": 163, "account": [163, 194], "recent": [163, 169, 208], "internet": 164, "institut": [164, 165, 169, 170], "taken": 164, "happen": 164, "yourself": [164, 175], "logo": [164, 171], "websit": 164, "probabl": 164, "els": [164, 208], "xyce": [165, 185, 195], "wcid": 165, "stand": [165, 174], "workload": 165, "character": 165, "submiss": 165, "strateg": 165, "program": [165, 198], "smu": 165, "pmu": 165, "partit": 165, "nw": 165, "ec": 165, "dsa": 165, "ihn": 165, "ldrd": 165, "cee": 165, "viz": 165, "filetyp": [166, 176], "adjac": [166, 169, 181, 190], "broadli": 167, "stl": [167, 177], "geometri": 167, "3d": 167, "printer": 167, "permit": [167, 178], "machine_nam": 167, "absolute_directory_path": [167, 189], "ext": 167, "image1": 167, "situ": [167, 183, 192], "catalyst": [167, 183, 189, 192], "spyplot": 167, "reposit": [167, 179], "plai": [167, 191], "rotat": 167, "selector": 167, "strip": 167, "movi": 167, "shrink": 167, "thumbnail": [167, 182], "technic": [167, 183], "viewabl": 167, "h264": 167, "codec": 167, "frame": [167, 191], "useless": 167, "ffmpeg": 167, "util": [167, 210], "sure": [167, 204], "librari": [167, 198, 202, 203], "won": 167, "complain": 167, "mogrifi": 167, "myimagenam": 167, "forget": 167, "pattern_typ": 167, "glob": 167, "somedisk": 167, "someus": 167, "somedirectorypath": 167, "force_key_fram": 167, "08": 167, "mymovienam": 167, "inf": [168, 192], "undefin": 168, "heart": [169, 189], "predefin": 169, "seek": 169, "trend": 169, "intermedi": 169, "align": [169, 191], "trait": 169, "drill": 169, "footer": 169, "ITS": [169, 175], "irrevers": [169, 175], "confirm": [169, 175], "ask": [169, 175, 178, 208], "realli": [169, 175], "inner": 169, "subdivid": 169, "thick": 169, "divid": [169, 195], "doubl": 169, "head": 169, "perpendicular": 169, "extent": 169, "tooltip": 169, "proport": 169, "hand": 169, "finger": 169, "item": [169, 177, 179], "approach": [169, 194], "necessarili": 169, "correctli": 169, "bias": 169, "unspecifi": [169, 203, 210], "bundl": 169, "night": 169, "rainbow": 169, "transit": 169, "slightli": [169, 185], "discourag": 169, "moreland": [169, 183, 192], "scientif": 169, "vol": 169, "5876": 169, "pp": [169, 182, 183, 192], "92": 169, "103": 169, "springer": 169, "berlin": 169, "2009": 169, "uninterpret": 170, "benefit": 170, "banner": 170, "ongo": 170, "patienc": 170, "breadcrumb": [171, 175], "li": 171, "yet": [171, 190], "who": 171, "manipul": [172, 199], "distribut": [172, 192], "synchron": [172, 177, 193], "uniform": [174, 185, 202], "tend": 174, "brief": 175, "role": 175, "sole": 175, "unabl": 175, "person": 175, "legitim": 175, "translat": 175, "therebi": [175, 179, 194], "lose": 175, "privileg": [175, 205], "accid": 175, "intact": 175, "cyan": 175, "AND": 175, "know": 176, "vice": 177, "versa": 177, "possess": 177, "capabl": [177, 190, 194], "lack": [177, 188], "overlap": 177, "occlus": 177, "133": 177, "enlarg": 177, "consider": 178, "europ": 178, "asia": 178, "ordin": 178, "ones": 178, "joint": 178, "varianc": 178, "unscal": 178, "checkmark": 178, "elsewher": 179, "reason": [179, 185, 192], "equival": 179, "much": [179, 187, 190], "stack": 179, "coincid": 179, "apart": 179, "loos": 181, "diagon": 181, "ball": 181, "placement": 181, "poor": 181, "qualiti": 181, "relabel": [181, 186], "redefin": [181, 186], "nor": [181, 184, 189], "simplest": 181, "radiu": [181, 183, 190], "lie": 181, "opposit": 181, "deselect": 181, "closest": [182, 185, 191], "centroid": 182, "eight": 182, "dendrogram": [182, 184, 186, 187, 195], "took": 182, "rise": 182, "tuft": 182, "beauti": 182, "evid": 182, "cheshir": 182, "connecticut": 182, "2006": 182, "sierra": [183, 189], "solidmechan": 183, "lagrangian": 183, "deform": 183, "nonlinear": 183, "materi": 183, "paraview": [183, 192], "oxygen": 183, "conduct": 183, "ofhc": 183, "copper": 183, "cm": 183, "diamet": 183, "762": 183, "veloc": 183, "190": 183, "sec": 183, "rigid": 183, "wall": 183, "studi": [183, 192], "johnson": 183, "cook": 183, "inelast": 183, "constitut": [183, 189], "law": 183, "ajo": 183, "bjo": 183, "njo": 183, "beta": 183, "experiment": 183, "photograph": 183, "ndrf_last": 183, "ndhf_last": 183, "timestep": 183, "solid": 183, "sand2011": 183, "7597": 183, "2011": 183, "ayachit": [183, 192], "bauer": [183, 192], "geveci": [183, 192], "leari": [183, 192], "fabian": [183, 192], "mauldin": [183, 192], "proceed": [183, 192], "workshop": [183, 192], "infrastructur": [183, 192], "isav2015": [183, 192], "acm": [183, 192], "ny": [183, 192], "come": 184, "250": 184, "electr": [184, 195], "circuit": [184, 195], "voltag": 184, "superimpos": 184, "propag": 184, "instant": 184, "thereof": 184, "latter": 184, "discov": 184, "dakota_tabular": [185, 189], "earlier": [185, 191], "bin": [185, 195], "besid": 185, "cut": 185, "past": 185, "care": 185, "exactli": 185, "1000": 185, "tradeoff": 185, "accuraci": [185, 191], "spike": 185, "piecewis": 185, "linear": [185, 192, 204], "approxim": 185, "aggreg": 185, "linkag": 185, "nearest": 185, "farthest": 185, "unweight": 185, "arithmet": 185, "upgma": 185, "wpgma": 185, "scipi": 185, "euclidean": 185, "satisfi": 185, "feedback": 186, "dim": 186, "essenti": [188, 189, 190, 211], "dissimilar": 188, "interchang": [188, 189], "dat": 189, "prn": 189, "heartbeat": 189, "timeseries_filenam": 189, "concurr": [189, 190], "legal": 189, "rewritten": 189, "opt": 189, "awar": [189, 192], "382": 190, "hatch": 190, "rerun": 190, "notabl": 190, "mileag": 190, "reorder": 190, "commonli": 190, "satur": 190, "global": [191, 210], "rewind": 191, "goal": [191, 194], "synch": 191, "shadow": 191, "elaps": [191, 211], "stamp": 191, "propos": 192, "hotel": 192, "1936": 192, "good": 192, "techniqu": 192, "princip": 192, "pca": 192, "regress": 192, "mlr": 192, "pl": 192, "handl": [192, 210], "concis": 192, "definit": [192, 199], "presum": 192, "corr": 192, "denot": 192, "pearson": 192, "signific": 192, "wilk": 192, "\u03bb": 192, "suspect": 192, "accordingli": 192, "consid": 192, "biometrika": 192, "321": 192, "377": 192, "krzanowski": 192, "principl": 192, "perspect": [192, 194], "oxford": 192, "univers": 192, "london": 192, "1988": 192, "thought": 194, "deviat": 194, "cost": 194, "implement": [194, 197, 199, 200, 208], "strategi": 194, "minim": 194, "organ": [194, 199], "scientist": 194, "world": 194, "phenomena": 194, "condit": 194, "complementari": 194, "ultim": 195, "interv": 195, "enough": 195, "hierarch": 195, "intermediari": 195, "enhanc": 197, "wrapper": 197, "memarrai": [197, 199], "prototyp": [197, 199, 200], "stub": [197, 199], "dtype": [197, 200], "start_arrayset": [197, 200], "tostr": [197, 201, 202], "argumentpars": [197, 203], "base64_decod": [197, 204], "check_https_get_remote_ip": [197, 204], "check_rul": [197, 204], "check_us": [197, 204], "clean_up_old_sess": [197, 204], "create_sess": [197, 204, 211], "create_single_sign_on_sess": [197, 204], "decode_username_and_password": [197, 204], "delete_model_paramet": [197, 204, 208], "get_model_fil": [197, 203, 204, 208], "get_model_lock": [197, 204], "get_model_paramet": [197, 203, 204, 208], "get_password_funct": [197, 204], "get_project_data_lock": [197, 204], "get_project_data_paramet": [197, 204, 208], "get_remote_fil": [197, 203, 204, 208], "get_remote_file_serv": [197, 204], "mix": [197, 204], "parse_existing_fil": [197, 204], "post_model_fil": [197, 203, 204, 208], "put_model_arrai": [197, 204], "put_model_arrayset": [197, 203, 204, 208], "put_model_arrayset_data": [197, 203, 204, 208], "put_model_fil": [197, 204], "put_model_input": [197, 203, 204, 208], "put_model_paramet": [197, 203, 204, 208], "put_project_data_paramet": [197, 204, 208], "response_url": [197, 204], "ssh_connect": [197, 204], "ton": [197, 204], "update_model": [197, 203, 204], "write_remote_fil": [197, 204], "is_project_administr": [197, 205], "is_project_read": [197, 205], "is_project_writ": [197, 205], "is_server_administr": [197, 205], "project_acl": [197, 205], "require_project_administr": [197, 205], "require_project_read": [197, 205], "require_project_writ": [197, 205], "require_server_administr": [197, 205], "test_project_administr": [197, 205], "test_project_read": [197, 205], "test_project_writ": [197, 205], "test_server_administr": [197, 205], "get_session_lock": [197, 206], "sessionidfilt": [197, 207], "myencod": [197, 208], "clean_project_data": [197, 208], "clear_ssh_sess": [197, 208], "create_project_data": [197, 208], "create_project_data_from_pid": [197, 208], "delete_job": [197, 208], "delete_model": [197, 203, 208], "delete_model_in_project_data": [197, 208], "delete_project": [197, 203, 208], "delete_project_cach": [197, 208], "delete_project_cache_object": [197, 203, 208], "delete_project_data": [197, 208], "delete_project_data_in_model": [197, 208], "delete_refer": [197, 203, 208], "delete_remot": [197, 203, 208], "delete_upload": [197, 203, 208], "get_bookmark": [197, 203, 208], "get_checkjob": [197, 208], "get_configuration_ga_tracking_id": [197, 208], "get_configuration_mark": [197, 203, 208], "get_configuration_pars": [197, 203, 208], "get_configuration_remote_host": [197, 203, 208], "get_configuration_smb_domain": [197, 208], "get_configuration_smb_remote_host": [197, 208], "get_configuration_support_email": [197, 203, 208], "get_configuration_vers": [197, 203, 208], "get_configuration_wizard": [197, 203, 208], "get_job_output": [197, 208, 211], "get_model": [197, 203, 208], "get_model_array_attribute_chunk": [197, 208], "get_model_arrayset_data": [197, 208], "get_model_arrayset_metadata": [197, 203, 208], "get_model_statist": [197, 208], "get_model_table_chunk": [197, 208], "get_model_table_metadata": [197, 208], "get_model_table_sorted_indic": [197, 208], "get_model_table_unsorted_indic": [197, 208], "get_project": [197, 203, 208], "get_project_cache_object": [197, 203, 208], "get_project_data": [197, 208], "get_project_data_in_model": [197, 208], "get_project_file_nam": [197, 208], "get_project_model": [197, 203, 208], "get_project_refer": [197, 203, 208], "get_projects_list": [197, 208], "get_remote_host_dict": [197, 208], "get_remote_imag": [197, 203, 208], "get_remote_job_statu": [197, 208, 211], "get_remote_show_user_password": [197, 208], "get_remote_video": [197, 208], "get_remot": [197, 208], "get_selectable_configuration_mark": [197, 208], "get_session_statu": [197, 208], "get_sid": [197, 208], "get_table_metadata": [197, 208], "get_table_sort_index": [197, 208], "get_time_series_nam": [197, 208], "get_us": [197, 203, 208], "get_user_config": [197, 208, 211], "is_user_currently_act": [197, 208], "job_tim": [197, 208], "model_command": [197, 208], "model_sensitive_command": [197, 208], "open_id_authent": [197, 208], "post_ev": [197, 203, 208], "post_log": [197, 208], "post_model_arrayset_data": [197, 208], "post_model_finish": [197, 203, 208], "post_project_bookmark": [197, 203, 208], "post_project_model": [197, 203, 208], "post_project_refer": [197, 203, 208], "post_project": [197, 203, 208], "post_remote_brows": [197, 203, 208], "post_remote_command": [197, 208], "post_remote_launch": [197, 208], "post_remot": [197, 203, 208], "post_remotes_smb": [197, 208], "post_smb_brows": [197, 208], "post_submit_batch": [197, 208], "post_upload_finish": [197, 203, 208], "post_upload": [197, 203, 208], "put_model": [197, 203, 208], "put_model_arrayset_arrai": [197, 203, 208], "put_project": [197, 203, 208], "put_project_csv_data": [197, 208], "put_refer": [197, 208], "put_upload_file_part": [197, 203, 208], "require_array_json_paramet": [197, 208], "require_boolean_json_paramet": [197, 208], "require_integer_array_json_paramet": [197, 208], "require_integer_paramet": [197, 208], "require_json_paramet": [197, 208], "set_user_config": [197, 208, 211], "tests_request": [197, 208], "validate_table_byteord": [197, 208], "validate_table_column": [197, 208], "validate_table_row": [197, 208], "validate_table_sort": [197, 208], "null_lock": [197, 209], "cache_object": [197, 211], "check_sess": [197, 211], "delete_sess": [197, 211], "get_sess": [197, 211], "get_session_serv": [197, 211], "expos": 198, "fundament": 199, "futur": 199, "complement": 199, "flexibl": 199, "heterogen": 199, "2d": 199, "concret": 199, "memori": 199, "rare": 199, "class": [199, 200, 202, 203, 206, 207, 208, 209, 210, 211], "get_data": [199, 200], "get_statist": [199, 200], "set_data": [199, 200], "properti": [199, 200, 211], "ndim": [199, 200], "wrap": [200, 206], "h5py": [200, 209], "array_count": [200, 201], "enforc": 200, "start_arrai": 200, "array_index": [200, 204, 208], "uniniti": 200, "dict": [200, 204, 210, 211], "store_arrai": 200, "numpi": [200, 203, 204], "ndarrai": [200, 203, 204], "get_uniqu": 200, "overwrit": 200, "written": 200, "input_typ": 200, "iter": [201, 203, 204, 208], "resourc": [202, 210, 211], "encapsul": [202, 211], "removequeri": 202, "alia": 202, "removesearch": 202, "valueof": 202, "keyword": [203, 206, 208, 210], "argpars": 203, "proxi": 203, "ssl": 203, "verif": [203, 204], "passowrd": 203, "kerbero": 203, "parse_arg": 203, "list_input": 203, "file_slice_s": 203, "10000000": 203, "status_cod": 203, "find_or_create_project": 203, "rais": [203, 204, 205, 208, 211], "find_project": 203, "remote_host": 203, "hql": 203, "oroject": 203, "join_model": 203, "goe": 203, "lifetim": 203, "hasn": 203, "never": 203, "dictionari": [203, 204, 208, 210, 211], "parametr": 203, "mtype": 203, "file_reject": [203, 211], "file_allow": [203, 211], "directory_allow": [203, 211], "directory_reject": [203, 211], "response_bodi": 203, "file_part": 203, "upload_fil": 203, "force_json": 203, "impli": [203, 204], "file_slic": 203, "kwarg": [203, 204, 208, 211], "updat": [203, 204, 208, 211], "file_list": 203, "parser_parm": 203, "factori": 203, "8859": 204, "nativ": 204, "base64": 204, "decod": 204, "ip": [204, 211], "session_us": 204, "apache_us": 204, "apach": 204, "authus": 204, "hook": [204, 210], "couch": 204, "outdat": 204, "op": 204, "remote_ip": 204, "auth_us": 204, "wsgi": 204, "revproxi": 204, "hdf5_arrai": 204, "expression_typ": 204, "expression_level": 204, "model_id": 204, "interpol": 204, "attach": [204, 208], "eg": [204, 208], "content_typ": [204, 206, 210, 211], "deep_copi": 204, "resonse_url": 204, "clean": [204, 208], "spoof": 204, "rout": 204, "thread": [204, 209, 211], "extract": 205, "get_attach": 206, "put_attach": 206, "write_fil": [206, 211], "logfil": 207, "deem": 207, "root_path": 207, "config_fil": 207, "skipkei": 208, "ensure_ascii": 208, "check_circular": 208, "allow_nan": 208, "sort_kei": 208, "indent": 208, "jsonencod": 208, "obj": [208, 211], "subclass": 208, "serializ": 208, "typeerror": 208, "def": 208, "httperror": 208, "noth": [208, 209], "todo": [208, 211], "review": 208, "sessin": 208, "total_hdf5_server_s": 208, "sy": 208, "getsizeof": 208, "land": 208, "arg": [208, 210], "uuid": 208, "occur": 208, "ago": 208, "task": 208, "1800": 208, "whatev": 208, "openid": 208, "payload": 208, "str": 208, "available_script": 208, "script_nam": [208, 211], "script_descript": 208, "parameter_nam": 208, "usag": 208, "b64encodeunicod": 208, "btoa": 208, "encodeuricompon": 208, "9a": 208, "p1": 208, "fromcharcod": 208, "0x": 208, "uui": 208, "gracefulli": 208, "lock": 209, "debug": 209, "plugin_path": 210, "recurs": 210, "register_directori": 210, "init": 210, "callabl": 210, "adminstr": 210, "config": [210, 211], "ini": 210, "register_mark": 210, "page_befor": 210, "page_aft": 210, "inlin": 210, "css": 210, "markup": 210, "register_model": 210, "ptype": 210, "register_model_command": 210, "verb": 210, "register_pag": 210, "register_page_bundl": 210, "register_page_resourc": 210, "register_pars": 210, "register_password_check": 210, "realm": 210, "possibli": 210, "register_plugin": 210, "register_tool": 210, "hook_point": 210, "tool": 210, "register_util": 210, "register_wizard": 210, "entiti": 210, "register_wizard_resourc": 210, "bound": 211, "sftp": 211, "statement": 211, "print": 211, "cancel_job": 211, "get_fil": 211, "get_imag": 211, "hostanemd": 211, "slycatrc": 211, "get_video": 211, "run_remote_command": 211, "someth": 211, "this_func": 211, "agent_command_func": 211, "runs_shell_command": 211, "launches_script": 211, "sends_response_to_ag": 211, "sends_response_to_serv": 211, "sends_status_response_to_cli": 211, "registerd": 211, "is_hpc_job": 211, "bol": 211, "submit_batch": 211, "calling_cli": 211}, "objects": {"": [[24, 0, 1, "get--api-", "/api/"], [14, 0, 1, "get--api-bookmarks-(bid)", "/api/bookmarks/(bid)"], [15, 0, 1, "get--api-configuration-ga-tracking-id", "/api/configuration/ga-tracking-id"], [16, 0, 1, "get--api-configuration-markings", "/api/configuration/markings"], [17, 0, 1, "get--api-configuration-parsers", "/api/configuration/parsers"], [18, 0, 1, "get--api-configuration-remote-hosts", "/api/configuration/remote-hosts"], [50, 0, 1, "get--api-configuration-selectable-markings", "/api/configuration/selectable-markings"], [20, 0, 1, "get--api-configuration-smb-remote-hosts", "/api/configuration/smb-remote-hosts"], [21, 0, 1, "get--api-configuration-support-email", "/api/configuration/support-email"], [22, 0, 1, "get--api-configuration-version", "/api/configuration/version"], [23, 0, 1, "get--api-configuration-wizards", "/api/configuration/wizards"], [84, 1, 1, "put--api-data-(did)-aids-(aid)", "/api/data/(did)/aids/(aid)"], [3, 2, 1, "delete--api-delete-artifact-(mid)-(aid)", "/api/delete-artifact/(mid)/(aid)"], [57, 3, 1, "post--api-events-(event)", "/api/events/(event)"], [31, 0, 1, "get--api-get-model-statistics-(mid)", "/api/get-model-statistics/(mid)"], [73, 3, 1, "post--api-login", "/api/login"], [11, 2, 1, "delete--api-logout", "/api/logout"], [2, 2, 1, "delete--api-model-(mid)-projects-data-(did)", "/api/model/(mid)/projects/data/(did)"], [1, 2, 1, "delete--api-models-(mid)", "/api/models/(mid)"], [25, 0, 1, "get--api-models-(mid)", "/api/models/(mid)"], [75, 1, 1, "put--api-models-(mid)", "/api/models/(mid)"], [76, 1, 1, "put--api-models-(mid)-arraysets-(aid)", "/api/models/(mid)/arraysets/(aid)"], [77, 1, 1, "put--api-models-(mid)-arraysets-(aid)-arrays-(array)", "/api/models/(mid)/arraysets/(aid)/arrays/(array)"], [59, 0, 1, "get--api-models-(mid)-arraysets-(aid)-data", "/api/models/(mid)/arraysets/(aid)/data"], [78, 1, 1, "put--api-models-(mid)-arraysets-(aid)-data", "/api/models/(mid)/arraysets/(aid)/data"], [27, 0, 1, "get--api-models-(mid)-arraysets-(aid)-metadata", "/api/models/(mid)/arraysets/(aid)/metadata"], [28, 0, 1, "get--api-models-(mid)-commands-(type)-(command)", "/api/models/(mid)/commands/(type)/(command)"], [60, 3, 1, "post--api-models-(mid)-commands-(type)-(command)", "/api/models/(mid)/commands/(type)/(command)"], [79, 1, 1, "put--api-models-(mid)-commands-(type)-(command)", "/api/models/(mid)/commands/(type)/(command)"], [61, 3, 1, "post--api-models-(mid)-files", "/api/models/(mid)/files"], [29, 0, 1, "get--api-models-(mid)-files-(aid)", "/api/models/(mid)/files/(aid)"], [62, 3, 1, "post--api-models-(mid)-finish", "/api/models/(mid)/finish"], [80, 1, 1, "put--api-models-(mid)-inputs", "/api/models/(mid)/inputs"], [30, 0, 1, "get--api-models-(mid)-parameters-(aid)", "/api/models/(mid)/parameters/(aid)"], [81, 1, 1, "put--api-models-(mid)-parameters-(aid)", "/api/models/(mid)/parameters/(aid)"], [32, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-chunk", "/api/models/(mid)/tables/(aid)/arrays/(array)/chunk"], [33, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-metadata", "/api/models/(mid)/tables/(aid)/arrays/(array)/metadata"], [34, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-sorted-indices", "/api/models/(mid)/tables/(aid)/arrays/(array)/sorted-indices"], [35, 0, 1, "get--api-models-(mid)-tables-(aid)-arrays-(array)-unsorted-indices", "/api/models/(mid)/tables/(aid)/arrays/(array)/unsorted-indices"], [44, 0, 1, "get--api-projects", "/api/projects"], [66, 3, 1, "post--api-projects", "/api/projects"], [4, 2, 1, "delete--api-projects-(pid)", "/api/projects/(pid)"], [36, 0, 1, "get--api-projects-(pid)", "/api/projects/(pid)"], [82, 1, 1, "put--api-projects-(pid)", "/api/projects/(pid)"], [63, 3, 1, "post--api-projects-(pid)-bookmarks", "/api/projects/(pid)/bookmarks"], [6, 2, 1, "delete--api-projects-(pid)-cache-(key)", "/api/projects/(pid)/cache/(key)"], [37, 0, 1, "get--api-projects-(pid)-cache-(key)", "/api/projects/(pid)/cache/(key)"], [83, 1, 1, "put--api-projects-(pid)-data-(file_key)-parser-(parser)-mid-(mid)-aids-(aids)", "/api/projects/(pid)/data/(file_key)/parser/(parser)/mid/(mid)/aids/(aids)"], [5, 2, 1, "delete--api-projects-(pid)-delete-cache", "/api/projects/(pid)/delete-cache"], [42, 0, 1, "get--api-projects-(pid)-models", "/api/projects/(pid)/models"], [65, 3, 1, "post--api-projects-(pid)-models", "/api/projects/(pid)/models"], [41, 0, 1, "get--api-projects-(pid)-name", "/api/projects/(pid)/name"], [43, 0, 1, "get--api-projects-(pid)-references", "/api/projects/(pid)/references"], [7, 2, 1, "delete--api-projects-data-(did)", "/api/projects/data/(did)"], [38, 0, 1, "get--api-projects-data-(did)", "/api/projects/data/(did)"], [8, 2, 1, "delete--api-projects-data-(did)-model-(mid)", "/api/projects/data/(did)/model/(mid)"], [64, 3, 1, "post--api-projects-data-(pid)", "/api/projects/data/(pid)"], [39, 0, 1, "get--api-projects-data-model-(mid)", "/api/projects/data/model/(mid)"], [45, 0, 1, "get--api-projects_list", "/api/projects_list"], [12, 2, 1, "delete--api-references-(rid)", "/api/references/(rid)"], [69, 3, 1, "post--api-remotes", "/api/remotes"], [9, 2, 1, "delete--api-remotes-(hostname)", "/api/remotes/(hostname)"], [49, 0, 1, "get--api-remotes-(hostname)", "/api/remotes/(hostname)"], [67, 3, 1, "post--api-remotes-(hostname)-browse(path)", "/api/remotes/(hostname)/browse(path)"], [46, 0, 1, "get--api-remotes-(hostname)-file(path)", "/api/remotes/(hostname)/file(path)"], [47, 0, 1, "get--api-remotes-(hostname)-image(path)", "/api/remotes/(hostname)/image(path)"], [48, 0, 1, "get--api-remotes-(hostname)-videos-(vsid)", "/api/remotes/(hostname)/videos/(vsid)"], [55, 3, 1, "post--api-remotes-cancel-job", "/api/remotes/cancel-job"], [56, 3, 1, "post--api-remotes-checkjob", "/api/remotes/checkjob"], [0, 2, 1, "delete--api-remotes-delete-job-(hostname)-(jid)", "/api/remotes/delete-job/(hostname)/(jid)"], [58, 3, 1, "post--api-remotes-get-job-output", "/api/remotes/get-job-output"], [68, 3, 1, "post--api-remotes-launch", "/api/remotes/launch"], [70, 3, 1, "post--api-remotes-submit-batch", "/api/remotes/submit-batch"], [54, 0, 1, "get--api-server-last_active_time", "/api/server/last_active_time"], [72, 3, 1, "post--api-uploads", "/api/uploads"], [10, 2, 1, "delete--api-uploads-(uid)", "/api/uploads/(uid)"], [85, 1, 1, "put--api-uploads-(uid)-files-(fid)-parts-(pid)", "/api/uploads/(uid)/files/(fid)/parts/(pid)"], [71, 3, 1, "post--api-uploads-(uid)-finished", "/api/uploads/(uid)/finished"], [52, 0, 1, "get--api-users-(uid)", "/api/users/(uid)"], [19, 0, 1, "get--configuration-smb-domains", "/configuration/smb-domains"], [40, 0, 1, "get--projects-data-(did)-parameters-(param)", "/projects/data/(did)/parameters/(param)"]], "slycat": [[199, 4, 0, "-", "darray"], [200, 4, 0, "-", "hdf5"], [201, 4, 0, "-", "hyperchunks"], [202, 4, 0, "-", "uri"]], "slycat.darray": [[199, 5, 1, "", "MemArray"], [199, 5, 1, "", "Prototype"], [199, 5, 1, "", "Stub"]], "slycat.darray.MemArray": [[199, 6, 1, "", "get_data"], [199, 6, 1, "", "get_statistics"], [199, 6, 1, "", "set_data"]], "slycat.darray.Prototype": [[199, 7, 1, "", "attributes"], [199, 7, 1, "", "dimensions"], [199, 6, 1, "", "get_data"], [199, 6, 1, "", "get_statistics"], [199, 7, 1, "", "ndim"], [199, 6, 1, "", "set_data"], [199, 7, 1, "", "shape"], [199, 7, 1, "", "size"]], "slycat.darray.Stub": [[199, 7, 1, "", "attributes"], [199, 7, 1, "", "dimensions"], [199, 7, 1, "", "ndim"], [199, 7, 1, "", "shape"], [199, 7, 1, "", "size"]], "slycat.hdf5": [[200, 5, 1, "", "ArraySet"], [200, 5, 1, "", "DArray"], [200, 8, 1, "", "dtype"], [200, 8, 1, "", "path"], [200, 8, 1, "", "start_arrayset"]], "slycat.hdf5.ArraySet": [[200, 6, 1, "", "array_count"], [200, 6, 1, "", "keys"], [200, 6, 1, "", "start_array"], [200, 6, 1, "", "store_array"]], "slycat.hdf5.DArray": [[200, 7, 1, "", "attributes"], [200, 7, 1, "", "dimensions"], [200, 6, 1, "", "get_data"], [200, 6, 1, "", "get_statistics"], [200, 6, 1, "", "get_unique"], [200, 7, 1, "", "ndim"], [200, 6, 1, "", "set_data"], [200, 7, 1, "", "shape"], [200, 7, 1, "", "size"]], "slycat.hyperchunks": [[201, 8, 1, "", "arrays"], [201, 8, 1, "", "parse"], [201, 8, 1, "", "tostring"]], "slycat.uri": [[202, 5, 1, "", "URI"]], "slycat.uri.URI": [[202, 6, 1, "", "hostname"], [202, 6, 1, "", "href"], [202, 6, 1, "", "password"], [202, 6, 1, "", "port"], [202, 6, 1, "", "protocol"], [202, 6, 1, "", "removeQuery"], [202, 6, 1, "", "removeSearch"], [202, 6, 1, "", "scheme"], [202, 6, 1, "", "toString"], [202, 6, 1, "", "username"], [202, 6, 1, "", "valueOf"]], "slycat.web": [[203, 4, 0, "-", "client"], [204, 4, 0, "-", "server"]], "slycat.web.client": [[203, 5, 1, "", "ArgumentParser"], [203, 5, 1, "", "Connection"], [203, 8, 1, "", "connect"]], "slycat.web.client.ArgumentParser": [[203, 6, 1, "", "parse_args"]], "slycat.web.client.Connection": [[203, 6, 1, "", "delete_model"], [203, 6, 1, "", "delete_project"], [203, 6, 1, "", "delete_project_cache_object"], [203, 6, 1, "", "delete_reference"], [203, 6, 1, "", "delete_remote"], [203, 6, 1, "", "delete_upload"], [203, 6, 1, "", "find_or_create_project"], [203, 6, 1, "", "find_project"], [203, 6, 1, "", "get_bookmark"], [203, 6, 1, "", "get_configuration_markings"], [203, 6, 1, "", "get_configuration_parsers"], [203, 6, 1, "", "get_configuration_remote_hosts"], [203, 6, 1, "", "get_configuration_support_email"], [203, 6, 1, "", "get_configuration_version"], [203, 6, 1, "", "get_configuration_wizards"], [203, 6, 1, "", "get_model"], [203, 6, 1, "", "get_model_arrayset_metadata"], [203, 6, 1, "", "get_model_file"], [203, 6, 1, "", "get_model_parameter"], [203, 6, 1, "", "get_project"], [203, 6, 1, "", "get_project_cache_object"], [203, 6, 1, "", "get_project_models"], [203, 6, 1, "", "get_project_references"], [203, 6, 1, "", "get_projects"], [203, 6, 1, "", "get_remote_file"], [203, 6, 1, "", "get_remote_image"], [203, 6, 1, "", "get_user"], [203, 6, 1, "", "join_model"], [203, 6, 1, "", "post_events"], [203, 6, 1, "", "post_model_files"], [203, 6, 1, "", "post_model_finish"], [203, 6, 1, "", "post_project_bookmarks"], [203, 6, 1, "", "post_project_models"], [203, 6, 1, "", "post_project_references"], [203, 6, 1, "", "post_projects"], [203, 6, 1, "", "post_remote_browse"], [203, 6, 1, "", "post_remotes"], [203, 6, 1, "", "post_upload_finished"], [203, 6, 1, "", "post_uploads"], [203, 6, 1, "", "put_model"], [203, 6, 1, "", "put_model_arrayset"], [203, 6, 1, "", "put_model_arrayset_array"], [203, 6, 1, "", "put_model_arrayset_data"], [203, 6, 1, "", "put_model_inputs"], [203, 6, 1, "", "put_model_parameter"], [203, 6, 1, "", "put_project"], [203, 6, 1, "", "put_upload_file_part"], [203, 6, 1, "", "request"], [203, 6, 1, "", "update_model"], [203, 6, 1, "", "upload_files"]], "slycat.web.server": [[205, 4, 0, "-", "authentication"], [204, 8, 1, "", "base64_decode"], [204, 8, 1, "", "check_https_get_remote_ip"], [204, 8, 1, "", "check_rules"], [204, 8, 1, "", "check_user"], [204, 8, 1, "", "checkjob"], [204, 8, 1, "", "clean_up_old_session"], [204, 8, 1, "", "create_session"], [204, 8, 1, "", "create_single_sign_on_session"], [204, 8, 1, "", "decode_username_and_password"], [204, 8, 1, "", "delete_model_parameter"], [207, 4, 0, "-", "engine"], [204, 8, 1, "", "evaluate"], [204, 8, 1, "", "get_model_file"], [204, 8, 1, "", "get_model_lock"], [204, 8, 1, "", "get_model_parameter"], [204, 8, 1, "", "get_password_function"], [204, 8, 1, "", "get_project_data_lock"], [204, 8, 1, "", "get_project_data_parameter"], [204, 8, 1, "", "get_remote_file"], [204, 8, 1, "", "get_remote_file_server"], [208, 4, 0, "-", "handlers"], [209, 4, 0, "-", "hdf5"], [204, 8, 1, "", "mix"], [204, 8, 1, "", "parse_existing_file"], [210, 4, 0, "-", "plugin"], [204, 8, 1, "", "post_model_file"], [204, 8, 1, "", "put_model_array"], [204, 8, 1, "", "put_model_arrayset"], [204, 8, 1, "", "put_model_arrayset_data"], [204, 8, 1, "", "put_model_file"], [204, 8, 1, "", "put_model_inputs"], [204, 8, 1, "", "put_model_parameter"], [204, 8, 1, "", "put_project_data_parameter"], [211, 4, 0, "-", "remote"], [204, 8, 1, "", "response_url"], [204, 8, 1, "", "ssh_connect"], [204, 8, 1, "", "tonative"], [204, 8, 1, "", "update_model"], [204, 8, 1, "", "write_remote_file"]], "slycat.web.server.authentication": [[205, 8, 1, "", "is_project_administrator"], [205, 8, 1, "", "is_project_reader"], [205, 8, 1, "", "is_project_writer"], [205, 8, 1, "", "is_server_administrator"], [205, 8, 1, "", "project_acl"], [205, 8, 1, "", "require_project_administrator"], [205, 8, 1, "", "require_project_reader"], [205, 8, 1, "", "require_project_writer"], [205, 8, 1, "", "require_server_administrator"], [205, 8, 1, "", "test_project_administrator"], [205, 8, 1, "", "test_project_reader"], [205, 8, 1, "", "test_project_writer"], [205, 8, 1, "", "test_server_administrator"]], "slycat.web.server.database": [[206, 4, 0, "-", "couchdb"]], "slycat.web.server.database.couchdb": [[206, 5, 1, "", "Database"], [206, 8, 1, "", "connect"], [206, 8, 1, "", "get_session_lock"]], "slycat.web.server.database.couchdb.Database": [[206, 6, 1, "", "changes"], [206, 6, 1, "", "delete"], [206, 6, 1, "", "get"], [206, 6, 1, "", "get_attachment"], [206, 6, 1, "", "put_attachment"], [206, 6, 1, "", "save"], [206, 6, 1, "", "scan"], [206, 6, 1, "", "view"], [206, 6, 1, "", "write_file"]], "slycat.web.server.engine": [[207, 5, 1, "", "SessionIdFilter"], [207, 8, 1, "", "start"]], "slycat.web.server.engine.SessionIdFilter": [[207, 6, 1, "", "filter"]], "slycat.web.server.handlers": [[208, 5, 1, "", "MyEncoder"], [208, 8, 1, "", "clean_project_data"], [208, 8, 1, "", "clear_ssh_sessions"], [208, 8, 1, "", "create_project_data"], [208, 8, 1, "", "create_project_data_from_pid"], [208, 8, 1, "", "delete_job"], [208, 8, 1, "", "delete_model"], [208, 8, 1, "", "delete_model_in_project_data"], [208, 8, 1, "", "delete_model_parameter"], [208, 8, 1, "", "delete_project"], [208, 8, 1, "", "delete_project_cache"], [208, 8, 1, "", "delete_project_cache_object"], [208, 8, 1, "", "delete_project_data"], [208, 8, 1, "", "delete_project_data_in_model"], [208, 8, 1, "", "delete_reference"], [208, 8, 1, "", "delete_remote"], [208, 8, 1, "", "delete_upload"], [208, 8, 1, "", "get_bookmark"], [208, 8, 1, "", "get_checkjob"], [208, 8, 1, "", "get_configuration_ga_tracking_id"], [208, 8, 1, "", "get_configuration_markings"], [208, 8, 1, "", "get_configuration_parsers"], [208, 8, 1, "", "get_configuration_remote_hosts"], [208, 8, 1, "", "get_configuration_smb_domains"], [208, 8, 1, "", "get_configuration_smb_remote_hosts"], [208, 8, 1, "", "get_configuration_support_email"], [208, 8, 1, "", "get_configuration_version"], [208, 8, 1, "", "get_configuration_wizards"], [208, 8, 1, "", "get_job_output"], [208, 8, 1, "", "get_model"], [208, 8, 1, "", "get_model_array_attribute_chunk"], [208, 8, 1, "", "get_model_arrayset_data"], [208, 8, 1, "", "get_model_arrayset_metadata"], [208, 8, 1, "", "get_model_file"], [208, 8, 1, "", "get_model_parameter"], [208, 8, 1, "", "get_model_statistics"], [208, 8, 1, "", "get_model_table_chunk"], [208, 8, 1, "", "get_model_table_metadata"], [208, 8, 1, "", "get_model_table_sorted_indices"], [208, 8, 1, "", "get_model_table_unsorted_indices"], [208, 8, 1, "", "get_project"], [208, 8, 1, "", "get_project_cache_object"], [208, 8, 1, "", "get_project_data"], [208, 8, 1, "", "get_project_data_in_model"], [208, 8, 1, "", "get_project_data_parameter"], [208, 8, 1, "", "get_project_file_names"], [208, 8, 1, "", "get_project_models"], [208, 8, 1, "", "get_project_references"], [208, 8, 1, "", "get_projects_list"], [208, 8, 1, "", "get_remote_file"], [208, 8, 1, "", "get_remote_host_dict"], [208, 8, 1, "", "get_remote_image"], [208, 8, 1, "", "get_remote_job_status"], [208, 8, 1, "", "get_remote_show_user_password"], [208, 8, 1, "", "get_remote_video"], [208, 8, 1, "", "get_remotes"], [208, 8, 1, "", "get_selectable_configuration_markings"], [208, 8, 1, "", "get_session_status"], [208, 8, 1, "", "get_sid"], [208, 8, 1, "", "get_table_metadata"], [208, 8, 1, "", "get_table_sort_index"], [208, 8, 1, "", "get_time_series_names"], [208, 8, 1, "", "get_user"], [208, 8, 1, "", "get_user_config"], [208, 8, 1, "", "is_user_currently_active"], [208, 8, 1, "", "job_time"], [208, 8, 1, "", "login"], [208, 8, 1, "", "logout"], [208, 8, 1, "", "model_command"], [208, 8, 1, "", "model_sensitive_command"], [208, 8, 1, "", "open_id_authenticate"], [208, 8, 1, "", "post_events"], [208, 8, 1, "", "post_log"], [208, 8, 1, "", "post_model_arrayset_data"], [208, 8, 1, "", "post_model_files"], [208, 8, 1, "", "post_model_finish"], [208, 8, 1, "", "post_project_bookmarks"], [208, 8, 1, "", "post_project_models"], [208, 8, 1, "", "post_project_references"], [208, 8, 1, "", "post_projects"], [208, 8, 1, "", "post_remote_browse"], [208, 8, 1, "", "post_remote_command"], [208, 8, 1, "", "post_remote_launch"], [208, 8, 1, "", "post_remotes"], [208, 8, 1, "", "post_remotes_smb"], [208, 8, 1, "", "post_smb_browse"], [208, 8, 1, "", "post_submit_batch"], [208, 8, 1, "", "post_upload_finished"], [208, 8, 1, "", "post_uploads"], [208, 8, 1, "", "put_model"], [208, 8, 1, "", "put_model_arrayset"], [208, 8, 1, "", "put_model_arrayset_array"], [208, 8, 1, "", "put_model_arrayset_data"], [208, 8, 1, "", "put_model_inputs"], [208, 8, 1, "", "put_model_parameter"], [208, 8, 1, "", "put_project"], [208, 8, 1, "", "put_project_csv_data"], [208, 8, 1, "", "put_project_data_parameter"], [208, 8, 1, "", "put_reference"], [208, 8, 1, "", "put_upload_file_part"], [208, 8, 1, "", "require_array_json_parameter"], [208, 8, 1, "", "require_boolean_json_parameter"], [208, 8, 1, "", "require_integer_array_json_parameter"], [208, 8, 1, "", "require_integer_parameter"], [208, 8, 1, "", "require_json_parameter"], [208, 8, 1, "", "set_user_config"], [208, 8, 1, "", "tests_request"], [208, 8, 1, "", "validate_table_byteorder"], [208, 8, 1, "", "validate_table_columns"], [208, 8, 1, "", "validate_table_rows"], [208, 8, 1, "", "validate_table_sort"]], "slycat.web.server.handlers.MyEncoder": [[208, 6, 1, "", "default"]], "slycat.web.server.hdf5": [[209, 8, 1, "", "create"], [209, 8, 1, "", "delete"], [209, 5, 1, "", "null_lock"], [209, 8, 1, "", "open"], [209, 8, 1, "", "path"]], "slycat.web.server.plugin": [[210, 5, 1, "", "Manager"]], "slycat.web.server.plugin.Manager": [[210, 6, 1, "", "load"], [210, 6, 1, "", "register_directory"], [210, 6, 1, "", "register_marking"], [210, 6, 1, "", "register_model"], [210, 6, 1, "", "register_model_command"], [210, 6, 1, "", "register_page"], [210, 6, 1, "", "register_page_bundle"], [210, 6, 1, "", "register_page_resource"], [210, 6, 1, "", "register_parser"], [210, 6, 1, "", "register_password_check"], [210, 6, 1, "", "register_plugins"], [210, 6, 1, "", "register_tool"], [210, 6, 1, "", "register_utility"], [210, 6, 1, "", "register_wizard"], [210, 6, 1, "", "register_wizard_resource"]], "slycat.web.server.remote": [[211, 5, 1, "", "Session"], [211, 8, 1, "", "cache_object"], [211, 8, 1, "", "check_session"], [211, 8, 1, "", "create_session"], [211, 8, 1, "", "delete_session"], [211, 8, 1, "", "get_session"], [211, 8, 1, "", "get_session_server"]], "slycat.web.server.remote.Session": [[211, 7, 1, "", "accessed"], [211, 6, 1, "", "browse"], [211, 6, 1, "", "cancel_job"], [211, 6, 1, "", "checkjob"], [211, 7, 1, "", "client"], [211, 6, 1, "", "close"], [211, 6, 1, "", "get_file"], [211, 6, 1, "", "get_image"], [211, 6, 1, "", "get_job_output"], [211, 6, 1, "", "get_remote_job_status"], [211, 6, 1, "", "get_user_config"], [211, 6, 1, "", "get_video"], [211, 7, 1, "", "hostname"], [211, 6, 1, "", "launch"], [211, 6, 1, "", "run_remote_command"], [211, 6, 1, "", "set_user_config"], [211, 7, 1, "", "sftp"], [211, 6, 1, "", "submit_batch"], [211, 7, 1, "", "username"], [211, 6, 1, "", "write_file"]]}, "objtypes": {"0": "http:get", "1": "http:put", "2": "http:delete", "3": "http:post", "4": "py:module", "5": "py:class", "6": "py:method", "7": "py:property", "8": "py:function"}, "objnames": {"0": ["http", "get", "HTTP get"], "1": ["http", "put", "HTTP put"], "2": ["http", "delete", "HTTP delete"], "3": ["http", "post", "HTTP post"], "4": ["py", "module", "Python module"], "5": ["py", "class", "Python class"], "6": ["py", "method", "Python method"], "7": ["py", "property", "Python property"], "8": ["py", "function", "Python function"]}, "titleterms": {"delet": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 169, 175], "job": [0, 55, 56, 58], "see": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 55, 56, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85], "also": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 55, 56, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85], "model": [1, 2, 3, 8, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 39, 42, 59, 60, 61, 62, 65, 75, 76, 77, 78, 79, 80, 81, 98, 104, 105, 106, 111, 112, 117, 118, 125, 126, 127, 140, 154, 157, 169, 170, 172, 184, 192, 193, 195], "In": [2, 8, 39], "project": [2, 4, 5, 6, 7, 8, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 63, 64, 65, 66, 82, 83, 84, 175], "data": [2, 7, 8, 26, 38, 39, 40, 59, 64, 78, 83, 84, 99, 113, 119, 120, 122, 156, 158, 163, 169, 183, 189], "paramet": [3, 30, 40, 81, 84, 105, 165, 172, 185, 193], "cach": [5, 6, 37, 87], "object": [6, 37], "remot": [9, 18, 20, 46, 47, 48, 49, 67, 68, 69, 158, 176, 211], "upload": [10, 71, 72, 85], "logout": 11, "refer": [12, 43], "method": [13, 53, 74, 86], "get": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 164], "bookmark": [14, 63, 97, 109], "configur": [15, 16, 17, 18, 20, 21, 22, 23, 50], "ga": 15, "track": 15, "id": 15, "mark": [16, 50], "parser": 17, "host": [18, 20], "smb": [19, 20, 158], "domain": 19, "name": [19, 41, 51, 87, 127, 170], "support": 21, "email": 21, "version": 22, "wizard": 23, "home": 24, "arrayset": [26, 27, 59, 76, 77, 78], "metadata": [27, 33, 123, 124], "command": [28, 60, 79, 87], "file": [29, 41, 46, 61, 85, 158, 166, 167, 176, 189], "statist": 31, "tabl": [32, 33, 34, 35, 92, 108, 120, 124, 148, 149, 150, 151, 152, 158, 169, 173, 187, 190], "chunk": 32, "sort": [34, 152, 190], "indic": [34, 35, 92, 122, 136], "unsort": 35, "list": [45, 87], "imag": [47, 87], "video": [48, 167, 191], "select": [50, 134, 137, 139, 143, 150, 151, 178, 179, 181, 190], "timeseri": [51, 195], "user": [52, 140, 196], "last": 54, "activ": 54, "time": [54, 106, 114, 131, 154, 155, 184, 185, 186, 187, 189], "post": [55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], "cancel": 55, "check": 56, "event": 57, "output": 58, "finish": [62, 71], "brows": 67, "launch": 68, "submit": 70, "batch": 70, "login": 73, "put": [75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86], "arrai": 77, "input": [80, 115, 116, 133, 147], "csv": [83, 132, 133, 158, 189], "part": 85, "run": 87, "slycat": [87, 140, 171, 196, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211], "server": [87, 204, 205, 206, 207, 208, 209, 210, 211], "requir": 87, "docker": 87, "servic": 87, "start": [87, 164], "help": 87, "stop": 87, "build": [87, 89], "remov": 87, "background": 87, "attach": 87, "log": [87, 125], "per": 87, "separ": 87, "without": 87, "us": 87, "from": 87, "code": [88, 123, 181, 186], "guidelin": 88, "colophon": 89, "write": 89, "document": [89, 92], "deploi": 89, "design": [90, 92], "hyperchunk": [91, 201], "basic": 91, "hql": 91, "advanc": 91, "context": 91, "welcom": 92, "acknowledg": [93, 107], "ad": [94, 108], "text": 94, "noteicon": 94, "automat": 95, "scale": 95, "axi": 96, "control": 96, "cca": [98, 104], "visual": [98, 172, 184], "car": 99, "exampl": [99, 156], "set": [99, 143, 156, 167, 183], "categor": 100, "filter": [100, 102, 121, 149, 154, 161, 162], "close": 101, "all": [101, 180], "pin": 101, "continu": 102, "correl": [103, 192], "view": [103, 117, 159, 169, 177, 181, 186], "creat": [104, 105, 106, 140, 169], "space": [105, 172, 193], "seri": [106, 131, 155, 184, 185, 186, 187, 189], "column": [108, 148, 178], "templat": [109, 188], "color": [110, 123, 169, 174, 181, 186], "palett": 110, "combin": 111, "creation": [112, 158, 175], "format": [113, 114, 116, 132, 146, 189], "dial": [114, 157], "A": [114, 157], "cluster": [114, 157], "gener": [114, 115], "dac": [114, 115, 116], "dist": 114, "var": 114, "meta": [114, 132, 133], "archiv": 114, "window": [114, 158], "mac": 114, "zip": [115, 132, 133], "deriv": 118, "download": [119, 120, 169], "plot": [119, 121, 130, 131, 134, 135, 136, 137, 138, 155], "filtericon": 121, "load": 122, "progress": 122, "pars": 125, "prefer": 126, "optim": 128, "slider": [128, 144], "weight": 128, "option": 129, "order": [130, 131], "displai": 130, "orderplotsicon": 130, "ordericon": 131, "pt": [132, 133], "ini": 132, "focu": [134, 139, 150], "link": 135, "resolut": 136, "numplotsgoodicon": 136, "resolutiongoodicon": 136, "variabl": [137, 153, 173, 187, 190], "zoom": [138, 142], "point": [139, 143, 174, 181], "push": 140, "script": 140, "instal": 140, "web": [140, 203, 204, 205, 206, 207, 208, 209, 210, 211], "client": [140, 203], "tdm": [140, 146, 147], "authent": [140, 205], "kerbero": 140, "proxi": 140, "certif": 140, "api": [140, 197, 198], "scatterplot": [141, 142, 177], "zoomicon": 142, "selectset": 143, "subset": 145, "analysi": [145, 192], "subseticon": 145, "switchtub": 147, "row": 151, "tempor": 153, "weather": 156, "simpl": 158, "linux": 158, "system": 158, "dendrogram": [159, 160, 161], "expans": 160, "contract": 160, "visibl": 161, "find": 163, "dialog": [163, 165, 185], "high": 165, "perform": 165, "comput": 165, "local": 166, "media": 167, "sourc": 167, "miss": 168, "valu": 168, "edit": [169, 175], "reset": 169, "region": 169, "theme": 169, "navbar": 171, "info": 175, "action": 179, "show": 180, "simul": [181, 186, 190], "legend": [181, 186], "sparklin": 182, "taylor": 183, "anvil": 183, "impact": 183, "scenario": 183, "tai": 183, "line": 186, "xyce": 189, "structur": 189, "hdf5": [189, 200, 209], "intermediari": 189, "synchron": 191, "videosynch": 191, "canon": 192, "overview": 194, "manual": 196, "python": 197, "rest": 198, "darrai": 199, "uri": 202, "databas": 206, "couchdb": 206, "engin": 207, "handler": 208, "plugin": 210}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1, "sphinx": 57}, "alltitles": {"DELETE Job": [[0, "delete-job"]], "See Also": [[0, "see-also"], [1, "see-also"], [2, "see-also"], [3, "see-also"], [4, "see-also"], [5, "see-also"], [6, "see-also"], [7, "see-also"], [8, "see-also"], [9, "see-also"], [10, "see-also"], [11, "see-also"], [12, "see-also"], [14, "see-also"], [16, "see-also"], [17, "see-also"], [18, "see-also"], [19, "see-also"], [20, "see-also"], [24, "see-also"], [25, "see-also"], [26, "see-also"], [27, "see-also"], [28, "see-also"], [30, "see-also"], [31, "see-also"], [32, "see-also"], [33, "see-also"], [34, "see-also"], [35, "see-also"], [36, "see-also"], [37, "see-also"], [38, "see-also"], [39, "see-also"], [40, "see-also"], [41, "see-also"], [43, "see-also"], [44, "see-also"], [45, "see-also"], [46, "see-also"], [47, "see-also"], [48, "see-also"], [49, "see-also"], [50, "see-also"], [55, "see-also"], [56, "see-also"], [58, "see-also"], [59, "see-also"], [60, "see-also"], [61, "see-also"], [62, "see-also"], [63, "see-also"], [65, "see-also"], [66, "see-also"], [67, "see-also"], [68, "see-also"], [69, "see-also"], [70, "see-also"], [71, "see-also"], [72, "see-also"], [73, "see-also"], [75, "see-also"], [76, "see-also"], [77, "see-also"], [78, "see-also"], [79, "see-also"], [81, "see-also"], [82, "see-also"], [83, "see-also"], [84, "see-also"], [85, "see-also"]], "DELETE Model": [[1, "delete-model"]], "DELETE Model In Project Data": [[2, "delete-model-in-project-data"]], "DELETE Model Parameter": [[3, "delete-model-parameter"]], "DELETE Project": [[4, "delete-project"]], "DELETE Project Cache": [[5, "delete-project-cache"]], "DELETE Project Cache Object": [[6, "delete-project-cache-object"]], "DELETE Project Data": [[7, "delete-project-data"]], "DELETE Project Data In Model Data": [[8, "delete-project-data-in-model-data"]], "DELETE Remote": [[9, "delete-remote"]], "DELETE Upload": [[10, "delete-upload"]], "DELETE Logout": [[11, "delete-logout"]], "DELETE Reference": [[12, "delete-reference"]], "DELETE METHODS": [[13, "delete-methods"]], "GET Bookmark": [[14, "get-bookmark"]], "GET Configuration GA Tracking ID": [[15, "get-configuration-ga-tracking-id"]], "GET Configuration Markings": [[16, "get-configuration-markings"]], "GET Configuration Parsers": [[17, "get-configuration-parsers"]], "GET Configuration Remote Hosts": [[18, "get-configuration-remote-hosts"]], "GET SMB Domain Names": [[19, "get-smb-domain-names"]], "GET Configuration SMB Remote Hosts": [[20, "get-configuration-smb-remote-hosts"]], "GET Configuration Support Email": [[21, "get-configuration-support-email"]], "GET Configuration Version": [[22, "get-configuration-version"]], "GET Configuration Wizards": [[23, "get-configuration-wizards"]], "GET Home": [[24, "get-home"]], "GET Model": [[25, "get-model"]], "GET Model Arrayset Data": [[26, "get-model-arrayset-data"]], "GET Model Arrayset Metadata": [[27, "get-model-arrayset-metadata"]], "GET Model Command": [[28, "get-model-command"]], "GET Model File": [[29, "get-model-file"]], "GET Model Parameter": [[30, "get-model-parameter"]], "GET Model Statistics": [[31, "get-model-statistics"]], "GET Model Table Chunk": [[32, "get-model-table-chunk"]], "GET Model Table Metadata": [[33, "get-model-table-metadata"]], "GET Model Table Sorted Indices": [[34, "get-model-table-sorted-indices"]], "GET Model Table Unsorted Indices": [[35, "get-model-table-unsorted-indices"]], "GET Project": [[36, "get-project"]], "GET Project Cache Object": [[37, "get-project-cache-object"]], "GET Project Data": [[38, "get-project-data"]], "GET Project Data In Model": [[39, "get-project-data-in-model"]], "GET Project Data Parameter": [[40, "get-project-data-parameter"]], "GET Project File Names": [[41, "get-project-file-names"]], "GET Project Models": [[42, "get-project-models"]], "GET Project References": [[43, "get-project-references"]], "GET Projects": [[44, "get-projects"]], "GET Projects List": [[45, "get-projects-list"]], "GET Remote File": [[46, "get-remote-file"]], "GET Remote Image": [[47, "get-remote-image"]], "GET Remote Video": [[48, "get-remote-video"]], "GET Remotes": [[49, "get-remotes"]], "GET Selectable Configuration Markings": [[50, "get-selectable-configuration-markings"]], "GET Timeseries Names": [[51, "get-timeseries-names"]], "GET User": [[52, "get-user"]], "GET METHODS": [[53, "get-methods"]], "GET Last Active Time": [[54, "get-last-active-time"]], "POST Cancel Job": [[55, "post-cancel-job"]], "POST Check Job": [[56, "post-check-job"]], "POST Events": [[57, "post-events"]], "POST Get Job Output": [[58, "post-get-job-output"]], "POST Model Arrayset Data": [[59, "post-model-arrayset-data"]], "POST Model Command": [[60, "post-model-command"]], "POST Model Files": [[61, "post-model-files"]], "POST Model Finish": [[62, "post-model-finish"]], "POST Project Bookmark": [[63, "post-project-bookmark"]], "POST Project Data": [[64, "post-project-data"]], "POST Project Models": [[65, "post-project-models"]], "POST Projects": [[66, "post-projects"]], "POST Remote Browse": [[67, "post-remote-browse"]], "POST Remote Launch": [[68, "post-remote-launch"]], "POST Remotes": [[69, "post-remotes"]], "POST Submit Batch": [[70, "post-submit-batch"]], "POST Upload Finished": [[71, "post-upload-finished"]], "POST Uploads": [[72, "post-uploads"]], "POST Login": [[73, "post-login"]], "POST METHODS": [[74, "post-methods"]], "PUT Model": [[75, "put-model"]], "PUT Model Arrayset": [[76, "put-model-arrayset"]], "PUT Model Arrayset Array": [[77, "put-model-arrayset-array"]], "PUT Model Arrayset Data": [[78, "put-model-arrayset-data"]], "PUT Model Command": [[79, "put-model-command"]], "PUT Model Inputs": [[80, "put-model-inputs"]], "PUT Model Parameter": [[81, "put-model-parameter"]], "PUT Project": [[82, "put-project"]], "PUT Project CSV Data": [[83, "put-project-csv-data"]], "PUT Project Data Parameter": [[84, "put-project-data-parameter"]], "PUT Upload File Part": [[85, "put-upload-file-part"]], "PUT METHODS": [[86, "put-methods"]], "Running Slycat Server": [[87, "running-slycat-server"]], "Requirements": [[87, "requirements"]], "Docker service names": [[87, "docker-service-names"]], "Starting slycat services": [[87, "starting-slycat-services"]], "List of helpful docker commands": [[87, "list-of-helpful-docker-commands"]], "Start the services": [[87, "start-the-services"]], "Stopping slycat services": [[87, "stopping-slycat-services"]], "Start and build the services": [[87, "start-and-build-the-services"]], "Stopping and removing slycat services": [[87, "stopping-and-removing-slycat-services"]], "Starting slycat services in the background": [[87, "starting-slycat-services-in-the-background"]], "Attaching to slycat services logs per service": [[87, "attaching-to-slycat-services-logs-per-service"]], "Building the images separate without using the cache": [[87, "building-the-images-separate-without-using-the-cache"]], "Building the images and starting from cached images": [[87, "building-the-images-and-starting-from-cached-images"]], "Coding Guidelines": [[88, "coding-guidelines"]], "Colophon": [[89, "colophon"]], "Writing the Documentation": [[89, "writing-the-documentation"]], "Building the Documentation": [[89, "building-the-documentation"]], "Deploying the Documentation": [[89, "deploying-the-documentation"]], "Design": [[90, "design"], [92, "design"]], "Hyperchunks": [[91, "hyperchunks"]], "Basic HQL": [[91, "basic-hql"]], "Advanced HQL": [[91, "advanced-hql"]], "HQL Context": [[91, "hql-context"]], "Welcome!!": [[92, "welcome"]], "Documentation:": [[92, "documentation"]], "Indices and tables": [[92, "indices-and-tables"]], "Acknowledgements": [[93, "acknowledgements"], [107, "acknowledgements"]], "Adding Text NoteIcon": [[94, "adding-text-noteicon"]], "Automatic Scaling": [[95, "automatic-scaling"]], "Axis Controls": [[96, "axis-controls"]], "Bookmarks": [[97, "bookmarks"]], "CCA Model Visualization": [[98, "cca-model-visualization"]], "Cars Example Data Set": [[99, "cars-example-data-set"]], "Categorical Filters": [[100, "categorical-filters"]], "Close All Pins": [[101, "close-all-pins"]], "Continuous Filters": [[102, "continuous-filters"]], "Correlation View": [[103, "correlation-view"]], "Creating a CCA Model": [[104, "creating-a-cca-model"]], "Creating a Parameter Space Model": [[105, "creating-a-parameter-space-model"]], "Creating a Time Series Model": [[106, "creating-a-time-series-model"]], "Adding Table Columns": [[108, "adding-table-columns"]], "Bookmarks and Templates": [[109, "bookmarks-and-templates"]], "Color Palettes": [[110, "color-palettes"]], "Combining Models": [[111, "combining-models"]], "Model Creation": [[112, "model-creation"]], "Data Formats": [[113, "data-formats"]], "Dial-A-Cluster Generic Format": [[114, "dial-a-cluster-generic-format"]], ".dac": [[114, "dac"]], ".dist": [[114, "dist"]], ".time": [[114, "time"]], ".var": [[114, "var"]], ".meta": [[114, "meta"]], "Archiving in Windows": [[114, "archiving-in-windows"]], "Archiving on Mac": [[114, "archiving-on-mac"]], "DAC Generic Zip Input": [[115, "dac-generic-zip-input"]], "DAC Input Formats": [[116, "dac-input-formats"]], "Model Views": [[117, "model-views"]], "Derived Models": [[118, "derived-models"]], "Download Plot Data Download": [[119, "download-plot-data-download"]], "Download Table Data Download": [[120, "download-table-data-download"]], "Filter Plots FilterIcon": [[121, "filter-plots-filtericon"]], "Loading Data and Progress Indicators": [[122, "loading-data-and-progress-indicators"]], "Metadata Color-Coding": [[123, "metadata-color-coding"]], "Metadata Table": [[124, "metadata-table"]], "Model Parse Log": [[125, "model-parse-log"]], "Model Preferences": [[126, "model-preferences"]], "Name Model": [[127, "name-model"], [170, "name-model"]], "Optimize Slider Weights Optimize": [[128, "optimize-slider-weights-optimize"]], "Options": [[129, "options"]], "Ordering Plot Displays OrderPlotsIcon": [[130, "ordering-plot-displays-orderplotsicon"]], "Ordering Time Series Plots OrderIcon": [[131, "ordering-time-series-plots-ordericon"]], "PTS CSV/META Zip Format": [[132, "pts-csv-meta-zip-format"]], ".csv": [[132, "csv"]], ".ini": [[132, "ini"]], "PTS CSV/META Zip Input": [[133, "pts-csv-meta-zip-input"]], "Plot Focus Selection": [[134, "plot-focus-selection"]], "Plot Linking": [[135, "plot-linking"]], "Plot Resolution Indicators NumPlotsGoodIcon ResolutionGoodIcon": [[136, "plot-resolution-indicators-numplotsgoodicon-resolutiongoodicon"]], "Plot Variable Selection": [[137, "plot-variable-selection"]], "Plot Zooming": [[138, "plot-zooming"]], "Point Focus Selection": [[139, "point-focus-selection"]], "Push Scripts": [[140, "push-scripts"]], "Installing slycat-web-client": [[140, "installing-slycat-web-client"]], "Creating a TDMS Model": [[140, "creating-a-tdms-model"]], "User Authentication": [[140, "user-authentication"]], "Kerberos": [[140, "kerberos"]], "Proxies/Certificates": [[140, "proxies-certificates"]], "API": [[140, "api"]], "Scatterplot": [[141, "scatterplot"]], "Scatterplot Zoom ZoomIcon": [[142, "scatterplot-zoom-zoomicon"]], "Selecting Point Sets SelectSet": [[143, "selecting-point-sets-selectset"]], "Sliders": [[144, "sliders"]], "Subset Analysis SubsetIcon": [[145, "subset-analysis-subseticon"]], "TDMS Format": [[146, "tdms-format"]], "Switchtube TDMS Input": [[147, "switchtube-tdms-input"]], "Table Columns": [[148, "table-columns"]], "Table Filtering": [[149, "table-filtering"]], "Table Focus Selection": [[150, "table-focus-selection"]], "Table Row Selection": [[151, "table-row-selection"]], "Table Sorting": [[152, "table-sorting"]], "Temporal Variables": [[153, "temporal-variables"]], "Time Filtered Models": [[154, "time-filtered-models"]], "Time Series Plots": [[155, "time-series-plots"]], "Weather Example Data Set": [[156, "weather-example-data-set"]], "Dial-A-Cluster Model": [[157, "dial-a-cluster-model"]], "Data Table Creation": [[158, "data-table-creation"]], "Simple CSV file": [[158, "id1"]], "Linux remote system": [[158, "id2"]], "Remote Windows file system (SMB)": [[158, "id3"]], "Dendrogram View": [[159, "dendrogram-view"]], "Dendrogram Expansion/Contraction": [[160, "dendrogram-expansion-contraction"]], "Dendrogram Visibility Filtering": [[161, "dendrogram-visibility-filtering"]], "Filtering": [[162, "filtering"]], "Find Data Dialog": [[163, "find-data-dialog"]], "Getting Started": [[164, "getting-started"]], "High Performance Computing Parameters Dialog": [[165, "high-performance-computing-parameters-dialog"]], "Local Files": [[166, "local-files"]], "Missing Values": [[168, "missing-values"]], "Models": [[169, "models"]], "Creating Models": [[169, "creating-models"]], "Editing Models": [[169, "editing-models"]], "Reset Model": [[169, "reset-model"]], "Deleting Models": [[169, "deleting-models"]], "View Regions": [[169, "view-regions"]], "Download Data Table Download": [[169, "download-data-table-download"]], "Color Themes": [[169, "color-themes"]], "Slycat\u2122 Navbar": [[171, "slycat-navbar"]], "Parameter Space Model Visualization": [[172, "parameter-space-model-visualization"]], "Variable Table": [[173, "variable-table"], [190, "variable-table"]], "Point Color": [[174, "point-color"]], "Projects": [[175, "projects"]], "Project Creation": [[175, "project-creation"]], "Editing Projects": [[175, "editing-projects"]], "Project Info": [[175, "project-info"]], "Deleting Projects": [[175, "deleting-projects"]], "Remote Files": [[176, "remote-files"]], "Scatterplot View": [[177, "scatterplot-view"]], "Select Columns": [[178, "select-columns"]], "Selection Action": [[179, "selection-action"]], "Show All": [[180, "show-all"]], "Simulation View": [[181, "simulation-view"]], "Legend": [[181, "legend"], [186, "legend"]], "Color-Coding Points": [[181, "color-coding-points"]], "Selecting Points": [[181, "selecting-points"]], "Sparklines": [[182, "sparklines"]], "Taylor Anvil Impact Scenario (TAIS) Data Set": [[183, "taylor-anvil-impact-scenario-tais-data-set"]], "Time Series Model Visualization": [[184, "time-series-model-visualization"]], "Time Series Parameters Dialog": [[185, "time-series-parameters-dialog"]], "Time Series Simulation View": [[186, "time-series-simulation-view"]], "Color-Coding Lines": [[186, "color-coding-lines"]], "Time Series Variable Table": [[187, "time-series-variable-table"]], "Templates": [[188, "templates"]], "Time Series Data": [[189, "time-series-data"]], "Xyce Format File Structure": [[189, "xyce-format-file-structure"]], "CSV Format File Structure": [[189, "csv-format-file-structure"]], "Time Series Files": [[189, "time-series-files"]], "HDF5 Intermediary Format": [[189, "hdf5-intermediary-format"]], "Sorting": [[190, "sorting"]], "Variable Selection": [[190, "variable-selection"]], "Simulation Selection": [[190, "simulation-selection"]], "Video Synchronization VideoSynch": [[191, "video-synchronization-videosynch"]], "Canonical Correlation Analysis Model": [[192, "canonical-correlation-analysis-model"]], "Parameter Space Model": [[193, "parameter-space-model"]], "Overview": [[194, "overview"]], "Timeseries Model": [[195, "timeseries-model"]], "Slycat User Manual": [[196, "slycat-user-manual"]], "Python API": [[197, "python-api"]], "REST API": [[198, "rest-api"]], "slycat.darray": [[199, "module-slycat.darray"]], "slycat.hdf5": [[200, "module-slycat.hdf5"]], "slycat.hyperchunks": [[201, "module-slycat.hyperchunks"]], "slycat.uri": [[202, "slycat-uri"]], "slycat.web.server": [[204, "module-slycat.web.server"]], "slycat.web.server.authentication": [[205, "module-slycat.web.server.authentication"]], "slycat.web.server.database.couchdb": [[206, "module-slycat.web.server.database.couchdb"]], "slycat.web.server.engine": [[207, "module-slycat.web.server.engine"]], "slycat.web.server.handlers": [[208, "module-slycat.web.server.handlers"]], "slycat.web.server.hdf5": [[209, "module-slycat.web.server.hdf5"]], "slycat.web.server.plugin": [[210, "module-slycat.web.server.plugin"]], "slycat.web.server.remote": [[211, "module-slycat.web.server.remote"]], "Media Set": [[167, "media-set"]], "Video Source Files": [[167, "video-source-files"]], "slycat.web.client": [[203, "module-slycat.web.client"]]}, "indexentries": {"argumentparser (class in slycat.web.client)": [[203, "slycat.web.client.ArgumentParser"]], "connection (class in slycat.web.client)": [[203, "slycat.web.client.Connection"]], "connect() (in module slycat.web.client)": [[203, "slycat.web.client.connect"]], "delete_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_model"]], "delete_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_project"]], "delete_project_cache_object() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_project_cache_object"]], "delete_reference() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_reference"]], "delete_remote() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_remote"]], "delete_upload() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.delete_upload"]], "find_or_create_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.find_or_create_project"]], "find_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.find_project"]], "get_bookmark() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_bookmark"]], "get_configuration_markings() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_markings"]], "get_configuration_parsers() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_parsers"]], "get_configuration_remote_hosts() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_remote_hosts"]], "get_configuration_support_email() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_support_email"]], "get_configuration_version() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_version"]], "get_configuration_wizards() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_configuration_wizards"]], "get_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model"]], "get_model_arrayset_metadata() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model_arrayset_metadata"]], "get_model_file() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model_file"]], "get_model_parameter() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_model_parameter"]], "get_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project"]], "get_project_cache_object() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project_cache_object"]], "get_project_models() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project_models"]], "get_project_references() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_project_references"]], "get_projects() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_projects"]], "get_remote_file() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_remote_file"]], "get_remote_image() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_remote_image"]], "get_user() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.get_user"]], "join_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.join_model"]], "module": [[203, "module-slycat.web.client"]], "parse_args() (slycat.web.client.argumentparser method)": [[203, "slycat.web.client.ArgumentParser.parse_args"]], "post_events() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_events"]], "post_model_files() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_model_files"]], "post_model_finish() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_model_finish"]], "post_project_bookmarks() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_project_bookmarks"]], "post_project_models() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_project_models"]], "post_project_references() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_project_references"]], "post_projects() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_projects"]], "post_remote_browse() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_remote_browse"]], "post_remotes() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_remotes"]], "post_upload_finished() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_upload_finished"]], "post_uploads() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.post_uploads"]], "put_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model"]], "put_model_arrayset() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_arrayset"]], "put_model_arrayset_array() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_arrayset_array"]], "put_model_arrayset_data() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_arrayset_data"]], "put_model_inputs() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_inputs"]], "put_model_parameter() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_model_parameter"]], "put_project() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_project"]], "put_upload_file_part() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.put_upload_file_part"]], "request() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.request"]], "slycat.web.client": [[203, "module-slycat.web.client"]], "update_model() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.update_model"]], "upload_files() (slycat.web.client.connection method)": [[203, "slycat.web.client.Connection.upload_files"]]}}) \ No newline at end of file diff --git a/docs/html/slycat-packages/slycat.web.client.html b/docs/html/slycat-packages/slycat.web.client.html index dffc47d39..7e438f34f 100644 --- a/docs/html/slycat-packages/slycat.web.client.html +++ b/docs/html/slycat-packages/slycat.web.client.html @@ -933,10 +933,6 @@

string

-
-

See also

-

POST /api/projects/(pid)/references

-
diff --git a/docs/source/manual/MediaSet.rst b/docs/source/manual/MediaSet.rst index dc43067a6..fefd65d39 100644 --- a/docs/source/manual/MediaSet.rst +++ b/docs/source/manual/MediaSet.rst @@ -58,27 +58,22 @@ our web-based delivery, videos must be created in a very specific way to be view Video Source Files ================== -There is no standardized support for videos between browsers. We have found that the h264 codec in combination with an mp4 -container format is compatible with Firefox, Chrome, and Safari on both Windows and Mac platforms. In our testing, we have -found that initial key frames are frequently lost, rendering the following compressed frames useless. This requires explicit -key frame forcing during movie creation. We use the ffmpeg utility to convert images into videos. Make sure that your -version of ffmpeg was built with the h264 library, since some versions of ffmpeg don’t include this codec by default. +There is no standardized support for videos between browsers. We have found that the h264 codec +in combination with an mp4 container format is compatible with Firefox, Chrome, and Safari on both +Windows and Mac platforms. In our testing, we have found that initial key frames are frequently lost, +rendering the following compressed frames useless. This requires explicit key frame forcing during +movie creation. We use the ffmpeg utility to convert images into videos. Make sure that your version of +ffmpeg was built with the h264 library, since some versions of ffmpeg don’t include this codec by default. -If you are within Sandia, we provide this custom version of the library on the cluster machines. You can generate Slycat™ -compatible movies as follows: - -:: - - > module load slycat - -If your images are PNGs, they must be first converted to JPG format (ffmpeg won’t complain about the input images being PNG, -but the movie that it generates won’t play). If you already have JPG images, skip this step: +If your images are PNGs, they must be first converted to JPG format. The ffmpeg utility won’t complain +about the input images being PNG, but the movie that it generates won’t play. (If you already have JPG +images, skip this step.) Here’s one possible conversion method: :: > mogrify -format jpg myImageName.0* -This last step generates the mp4. Don’t forget to enclose the image path in single quotes: +Here is our recommended syntax to generate an mp4 video. Don’t forget to enclose the image path in single quotes: :: diff --git a/packages/slycat/web/client/__init__.py b/packages/slycat/web/client/__init__.py index 8cfff9ad7..d04654e0a 100644 --- a/packages/slycat/web/client/__init__.py +++ b/packages/slycat/web/client/__init__.py @@ -974,9 +974,6 @@ def post_project_references(self, pid, name, mtype=None, mid=None, bid=None): rid: string Unique reference identifier. - See Also - -------- - :http:post:`/api/projects/(pid)/references` """ return self.request("POST", "/api/projects/%s/references" % (pid), diff --git a/web-client/slycat/web/client/__init__.py b/web-client/slycat/web/client/__init__.py index 8cfff9ad7..d04654e0a 100644 --- a/web-client/slycat/web/client/__init__.py +++ b/web-client/slycat/web/client/__init__.py @@ -974,9 +974,6 @@ def post_project_references(self, pid, name, mtype=None, mid=None, bid=None): rid: string Unique reference identifier. - See Also - -------- - :http:post:`/api/projects/(pid)/references` """ return self.request("POST", "/api/projects/%s/references" % (pid),