<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0008_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0008_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0008_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0008_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0008_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0008_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0008_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-01/func/sub-0008_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8613c4453800257c95cf6d4ea601cee9</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:13:38.587500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999088, 0.0116056, 0.0410875, -0.010986, 0.999823, -0.0152737]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0837504</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7709, -7324, 660, -67, -149, -81, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>08cc6736-777d-4f17-a094-ac053dd5b89e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680480480194092, -0.02947472594678402, 0.1113952249288559, 112.4448013305664], [-0.031137052923440933, 2.6824519634246826, -0.03998260572552681, -98.58277893066406], [0.11023475974798203, 0.040978189557790756, 2.6974048614501953, -73.23453521728516], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 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, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['131338.587500', '131339.047500', '131339.507500', '131339.967500', '131340.427500', '131340.887500', '131341.347500', '131341.807500', '131342.267500', '131342.727500', '131343.187500', '131343.647500', '131344.107500', '131344.567500', '131345.027500', '131345.487500', '131345.947500', '131346.407500', '131346.867500', '131347.327500', '131347.787500', '131348.247500', '131348.707500', '131349.167500', '131349.627500', '131350.087500', '131350.547500', '131351.007500', '131351.467500', '131351.927500', '131352.387500', '131352.847500', '131353.307500', '131353.767500', '131354.227500', '131354.687500', '131355.147500', '131355.607500', '131356.067500', '131356.527500', '131356.987500', '131357.447500', '131357.907500', '131358.367500', '131358.827500', '131359.287500', '131359.747500', '131400.207500', '131400.667500', '131401.127500', '131401.587500', '131402.047500', '131402.507500', '131402.967500', '131403.427500', '131403.887500', '131404.347500', '131404.807500', '131405.267500', '131405.727500', '131406.187500', '131406.647500', '131407.107500', '131407.567500', '131408.027500', '131408.487500', '131408.947500', '131409.407500', '131409.867500', '131410.327500', '131410.787500', '131411.247500', '131411.707500', '131412.167500', '131412.627500', '131413.087500', '131413.547500', '131414.007500', '131414.467500', '131414.927500', '131415.387500', '131415.847500', '131416.307500', '131416.767500', '131417.227500', '131417.687500', '131418.147500', '131418.607500', '131419.067500', '131419.527500', '131419.987500', '131420.447500', '131420.907500', '131421.367500', '131421.827500', '131422.287500', '131422.747500', '131423.207500', '131423.667500', '131424.127500', '131424.587500', '131425.047500', '131425.507500', '131425.967500', '131426.427500', '131426.887500', '131427.347500', '131427.807500', '131428.267500', '131428.727500', '131429.187500', '131429.647500', '131430.107500', '131430.567500', '131431.027500', '131431.487500', '131431.947500', '131432.407500', '131432.867500', '131433.327500', '131433.787500', '131434.247500', '131434.707500', '131435.167500', '131435.627500', '131436.087500', '131436.547500', '131437.007500', '131437.467500', '131437.927500', '131438.387500', '131438.847500', '131439.307500', '131439.767500', '131440.227500', '131440.687500', '131441.147500', '131441.607500', '131442.067500', '131442.527500', '131442.987500', '131443.447500', '131443.907500', '131444.367500', '131444.827500', '131445.287500', '131445.747500', '131446.207500', '131446.667500', '131447.127500', '131447.587500', '131448.047500', '131448.507500', '131448.967500', '131449.427500', '131449.887500', '131450.347500', '131450.807500', '131451.267500', '131451.727500', '131452.187500', '131452.647500', '131453.107500', '131453.567500', '131454.027500', '131454.487500', '131454.947500', '131455.407500', '131455.867500', '131456.327500', '131456.787500', '131457.247500', '131457.707500', '131458.167500', '131458.627500', '131459.087500', '131459.547500', '131500.007500', '131500.467500', '131500.927500', '131501.387500', '131501.847500', '131502.307500', '131502.767500', '131503.227500', '131503.687500', '131504.147500', '131504.607500', '131505.067500', '131505.527500', '131505.987500', '131506.447500', '131506.907500', '131507.367500', '131507.827500', '131508.287500', '131508.747500', '131509.207500', '131509.667500', '131510.127500', '131510.587500', '131511.047500', '131511.507500', '131511.967500', '131512.427500', '131512.887500', '131513.347500', '131513.807500', '131514.267500', '131514.727500', '131515.187500', '131515.647500', '131516.107500', '131516.567500', '131517.027500', '131517.487500', '131517.947500', '131518.407500', '131518.867500', '131519.327500', '131519.787500', '131520.247500', '131520.707500', '131521.167500', '131521.627500', '131522.087500', '131522.547500', '131523.007500', '131523.467500', '131523.927500', '131524.387500', '131524.847500', '131525.307500', '131525.767500', '131526.227500', '131526.687500', '131527.147500', '131527.607500', '131528.067500', '131528.527500', '131528.987500', '131529.447500', '131529.907500', '131530.367500', '131530.827500', '131531.287500', '131531.747500', '131532.207500', '131532.667500', '131533.127500', '131533.587500', '131534.047500', '131534.507500', '131534.967500', '131535.427500', '131535.887500', '131536.347500', '131536.807500', '131537.267500', '131537.727500', '131538.187500', '131538.647500', '131539.107500', '131539.567500', '131540.027500', '131540.487500', '131540.947500', '131541.407500', '131541.867500', '131542.327500', '131542.787500', '131543.247500', '131543.707500', '131544.167500', '131544.627500', '131545.087500', '131545.547500', '131546.007500', '131546.467500', '131546.927500', '131547.387500', '131547.847500', '131548.307500', '131548.767500', '131549.227500', '131549.687500', '131550.147500', '131550.607500', '131551.067500', '131551.527500', '131551.987500', '131552.447500', '131552.907500', '131553.367500', '131553.827500', '131554.287500', '131554.747500', '131555.207500', '131555.667500', '131556.127500', '131556.587500', '131557.047500', '131557.507500', '131557.967500', '131558.427500', '131558.887500', '131559.347500', '131559.807500', '131600.267500', '131600.727500', '131601.187500', '131601.647500', '131602.107500', '131602.567500', '131603.027500', '131603.487500', '131603.947500', '131604.407500', '131604.867500', '131605.327500', '131605.787500', '131606.247500', '131606.707500', '131607.167500', '131607.627500', '131608.087500', '131608.547500', '131609.007500', '131609.467500', '131609.927500', '131610.387500', '131610.847500', '131611.307500', '131611.767500', '131612.227500', '131612.687500', '131613.147500', '131613.607500', '131614.067500', '131614.527500', '131614.987500', '131615.447500', '131615.907500', '131616.367500', '131616.827500', '131617.287500', '131617.747500', '131618.207500', '131618.667500', '131619.127500', '131619.587500', '131620.047500', '131620.507500', '131620.967500', '131621.427500', '131621.887500', '131622.347500', '131622.807500', '131623.267500', '131623.727500', '131624.187500', '131624.647500', '131625.107500', '131625.567500', '131626.027500', '131626.487500', '131626.947500', '131627.407500', '131627.867500', '131628.327500', '131628.787500', '131629.247500', '131629.707500', '131630.167500', '131630.627500', '131631.087500', '131631.547500', '131632.007500', '131632.467500', '131632.927500', '131633.387500', '131633.847500', '131634.307500', '131634.767500', '131635.227500', '131635.687500', '131636.147500', '131636.607500', '131637.067500', '131637.527500', '131637.987500', '131638.447500', '131638.907500', '131639.367500', '131639.827500', '131640.287500', '131640.747500', '131641.207500', '131641.667500', '131642.127500', '131642.587500', '131643.047500', '131643.507500', '131643.967500', '131644.427500', '131644.887500', '131645.347500', '131645.807500', '131646.267500', '131646.727500', '131647.187500', '131647.647500', '131648.107500', '131648.567500', '131649.027500', '131649.487500', '131649.947500', '131650.407500', '131650.867500', '131651.327500', '131651.787500', '131652.247500', '131652.707500', '131653.167500', '131653.627500', '131654.087500', '131654.547500', '131655.007500', '131655.467500', '131655.927500', '131656.387500', '131656.847500', '131657.307500', '131657.767500', '131658.227500', '131658.687500', '131659.147500', '131659.607500', '131700.067500', '131700.527500', '131700.987500', '131701.447500', '131701.907500', '131702.367500', '131702.827500', '131703.287500', '131703.747500', '131704.207500', '131704.667500', '131705.127500', '131705.587500', '131706.047500', '131706.507500', '131706.967500', '131707.427500', '131707.887500', '131708.347500', '131708.807500', '131709.267500', '131709.727500', '131710.187500', '131710.647500', '131711.107500', '131711.567500', '131712.027500', '131712.487500', '131712.947500', '131713.407500', '131713.867500', '131714.327500', '131714.787500', '131715.247500', '131715.707500', '131716.167500', '131716.627500', '131717.087500', '131717.547500', '131718.007500', '131718.467500', '131718.927500', '131719.387500', '131719.847500', '131720.307500', '131720.767500', '131721.227500', '131721.687500', '131722.147500', '131722.607500', '131723.067500', '131723.527500', '131723.987500', '131724.447500', '131724.907500', '131725.367500', '131725.827500', '131726.287500', '131726.747500', '131727.207500', '131727.667500', '131728.127500', '131728.587500', '131729.047500', '131729.507500', '131729.967500', '131730.427500', '131730.887500', '131731.347500', '131731.807500', '131732.267500', '131732.727500', '131733.187500', '131733.647500', '131734.107500', '131734.567500', '131735.027500', '131735.487500', '131735.947500', '131736.407500', '131736.867500', '131737.327500', '131737.787500', '131738.247500', '131738.707500', '131739.167500', '131739.627500', '131740.087500', '131740.547500', '131741.007500', '131741.467500', '131741.927500', '131742.387500', '131742.847500', '131743.307500', '131743.767500', '131744.227500', '131744.687500', '131745.147500', '131745.607500', '131746.067500', '131746.527500', '131746.987500', '131747.447500', '131747.907500', '131748.367500', '131748.827500', '131749.287500', '131749.747500', '131750.207500', '131750.667500', '131751.127500', '131751.587500', '131752.047500', '131752.507500', '131752.967500', '131753.427500', '131753.887500', '131754.347500', '131754.807500', '131755.267500', '131755.727500', '131756.187500', '131756.647500', '131757.107500', '131757.567500', '131758.027500', '131758.487500', '131758.947500', '131759.407500', '131759.867500', '131800.327500', '131800.787500', '131801.247500', '131801.707500', '131802.167500', '131802.627500', '131803.087500', '131803.547500', '131804.007500', '131804.467500', '131804.927500', '131805.387500', '131805.847500', '131806.307500', '131806.767500', '131807.227500', '131807.687500', '131808.147500', '131808.607500', '131809.067500', '131809.527500', '131809.987500', '131810.447500', '131810.907500', '131811.367500', '131811.827500', '131812.287500', '131812.747500', '131813.207500', '131813.667500', '131814.127500', '131814.587500', '131815.047500', '131815.507500', '131815.967500', '131816.427500', '131816.887500', '131817.347500', '131817.807500', '131818.267500', '131818.727500', '131819.187500', '131819.647500', '131820.107500', '131820.567500', '131821.027500', '131821.487500', '131821.947500', '131822.407500', '131822.867500', '131823.327500', '131823.787500', '131824.247500', '131824.707500', '131825.167500', '131825.627500', '131826.087500', '131826.547500', '131827.007500', '131827.467500', '131827.927500', '131828.387500', '131828.847500', '131829.307500', '131829.767500', '131830.227500', '131830.687500', '131831.147500', '131831.607500', '131832.067500', '131832.527500', '131832.987500', '131833.447500', '131833.907500', '131834.367500', '131834.827500', '131835.287500', '131835.747500', '131836.207500', '131836.667500', '131837.127500', '131837.587500', '131838.047500', '131838.507500', '131838.967500', '131839.427500', '131839.887500', '131840.347500', '131840.807500', '131841.267500', '131841.727500', '131842.187500', '131842.647500', '131843.107500', '131843.567500', '131844.027500', '131844.487500', '131844.947500', '131845.407500', '131845.867500', '131846.327500', '131846.787500', '131847.247500', '131847.707500', '131848.167500', '131848.627500', '131849.087500', '131849.547500', '131850.007500', '131850.467500', '131850.927500', '131851.387500', '131851.847500', '131852.307500', '131852.767500', '131853.227500', '131853.687500', '131854.147500', '131854.607500', '131855.067500', '131855.527500', '131855.987500', '131856.447500', '131856.907500', '131857.367500', '131857.827500', '131858.287500', '131858.747500', '131859.207500', '131859.667500', '131900.127500', '131900.587500', '131901.047500', '131901.507500', '131901.967500', '131902.427500', '131902.887500', '131903.347500', '131903.807500', '131904.267500', '131904.727500', '131905.187500', '131905.647500', '131906.107500', '131906.567500', '131907.027500', '131907.487500', '131907.947500', '131908.407500', '131908.867500', '131909.327500', '131909.787500', '131910.247500', '131910.707500', '131911.167500', '131911.627500', '131912.087500', '131912.547500', '131913.007500', '131913.467500', '131913.927500', '131914.387500', '131914.847500', '131915.307500', '131915.767500', '131916.227500', '131916.687500', '131917.147500', '131917.607500', '131918.067500', '131918.527500', '131918.987500', '131919.447500', '131919.907500', '131920.367500', '131920.827500', '131921.287500', '131921.747500', '131922.207500', '131922.667500', '131923.127500', '131923.587500', '131924.047500', '131924.507500', '131924.967500', '131925.427500', '131925.887500', '131926.347500', '131926.807500', '131927.267500', '131927.727500', '131928.187500', '131928.647500', '131929.107500', '131929.567500', '131930.027500', '131930.487500', '131930.947500', '131931.407500', '131931.867500', '131932.327500', '131932.787500', '131933.247500', '131933.707500', '131934.167500', '131934.627500', '131935.087500', '131935.547500', '131936.007500', '131936.467500', '131936.927500', '131937.387500', '131937.847500', '131938.307500', '131938.767500', '131939.227500', '131939.687500', '131940.147500', '131940.607500', '131941.067500', '131941.527500', '131941.987500', '131942.447500', '131942.907500', '131943.367500', '131943.827500', '131944.287500', '131944.747500', '131945.207500', '131945.667500', '131946.127500', '131946.587500', '131947.047500', '131947.507500', '131947.967500', '131948.427500', '131948.887500', '131949.347500', '131949.807500', '131950.267500', '131950.727500', '131951.187500', '131951.647500', '131952.107500', '131952.567500', '131953.027500', '131953.487500', '131953.947500', '131954.407500', '131954.867500', '131955.327500', '131955.787500', '131956.247500', '131956.707500', '131957.167500', '131957.627500', '131958.087500', '131958.547500', '131959.007500', '131959.467500', '131959.927500', '132000.387500', '132000.847500', '132001.307500', '132001.767500', '132002.227500', '132002.687500', '132003.147500', '132003.607500', '132004.067500', '132004.527500', '132004.987500', '132005.447500', '132005.907500', '132006.367500', '132006.827500', '132007.287500', '132007.747500', '132008.207500', '132008.667500', '132009.127500', '132009.587500', '132010.047500', '132010.507500', '132010.967500', '132011.427500', '132011.887500', '132012.347500', '132012.807500', '132013.267500', '132013.727500', '132014.187500', '132014.647500', '132015.107500', '132015.567500', '132016.027500', '132016.487500', '132016.947500', '132017.407500', '132017.867500', '132018.327500', '132018.787500', '132019.247500', '132019.707500', '132020.167500', '132020.627500', '132021.087500', '132021.547500', '132022.007500', '132022.467500', '132022.927500', '132023.387500', '132023.847500', '132024.307500', '132024.767500', '132025.227500', '132025.687500', '132026.147500', '132026.607500', '132027.067500', '132027.527500', '132027.987500', '132028.447500', '132028.907500', '132029.367500', '132029.827500', '132030.287500', '132030.747500', '132031.207500', '132031.667500', '132032.127500', '132032.587500', '132033.047500', '132033.507500', '132033.967500', '132034.427500', '132034.887500', '132035.347500', '132035.807500', '132036.267500', '132036.727500', '132037.187500', '132037.647500', '132038.107500', '132038.567500', '132039.027500', '132039.487500', '132039.947500', '132040.407500', '132040.867500', '132041.327500', '132041.787500', '132042.247500', '132042.707500', '132043.167500', '132043.627500', '132044.087500', '132044.547500', '132045.007500', '132045.467500', '132045.927500', '132046.387500', '132046.847500', '132047.307500', '132047.767500', '132048.227500', '132048.687500', '132049.147500', '132049.607500', '132050.067500', '132050.527500', '132050.987500', '132051.447500', '132051.907500', '132052.367500', '132052.827500', '132053.287500', '132053.747500', '132054.207500', '132054.667500', '132055.127500', '132055.587500', '132056.047500', '132056.507500', '132056.967500', '132057.427500', '132057.887500', '132058.347500', '132058.807500', '132059.267500', '132059.727500', '132100.187500', '132100.647500', '132101.107500', '132101.567500', '132102.027500', '132102.487500', '132102.947500', '132103.407500', '132103.867500', '132104.327500', '132104.787500', '132105.247500', '132105.707500', '132106.167500', '132106.627500', '132107.087500', '132107.547500', '132108.007500', '132108.467500', '132108.927500', '132109.387500', '132109.847500', '132110.307500', '132110.767500', '132111.227500', '132111.687500', '132112.147500', '132112.607500', '132113.067500', '132113.527500', '132113.987500', '132114.447500', '132114.907500', '132115.367500', '132115.827500', '132116.287500', '132116.747500', '132117.207500', '132117.667500', '132118.127500', '132118.587500', '132119.047500', '132119.507500', '132119.967500', '132120.427500', '132120.887500', '132121.347500', '132121.807500', '132122.267500', '132122.727500', '132123.187500', '132123.647500', '132124.107500', '132124.567500', '132125.027500', '132125.487500', '132125.947500', '132126.407500', '132126.867500', '132127.327500', '132127.787500', '132128.247500', '132128.707500', '132129.167500', '132129.627500', '132130.087500', '132130.547500', '132131.007500', '132131.467500', '132131.927500', '132132.387500', '132132.847500', '132133.307500', '132133.767500', '132134.227500', '132134.687500', '132135.147500', '132135.607500', '132136.067500', '132136.527500', '132136.987500', '132137.447500', '132137.907500', '132138.367500', '132138.827500', '132139.287500', '132139.747500', '132140.207500', '132140.667500', '132141.127500', '132141.587500', '132142.047500', '132142.507500', '132142.967500', '132143.427500', '132143.887500', '132144.347500', '132144.807500', '132145.267500', '132145.727500', '132146.187500', '132146.647500', '132147.107500', '132147.567500', '132148.027500', '132148.487500', '132148.947500', '132149.407500', '132149.867500', '132150.327500', '132150.787500', '132151.247500', '132151.707500'], 'ContentTime': ['131349.354000', '131349.357000', '131349.360000', '131349.363000', '131349.366000', '131349.368000', '131349.371000', '131349.374000', '131349.377000', '131349.380000', '131349.382000', '131349.385000', '131349.388000', '131349.391000', '131349.403000', '131349.406000', '131349.409000', '131349.412000', '131349.414000', '131349.417000', '131349.420000', '131409.317000', '131409.320000', '131409.322000', '131409.325000', '131409.328000', '131409.331000', '131409.334000', '131409.337000', '131409.340000', '131409.342000', '131409.345000', '131409.348000', '131409.351000', '131409.354000', '131409.357000', '131409.359000', '131409.362000', '131409.365000', '131409.368000', '131409.371000', '131409.373000', '131409.376000', '131409.379000', '131409.383000', '131409.386000', '131409.389000', '131409.391000', '131409.394000', '131409.397000', '131409.400000', '131409.403000', '131409.406000', '131409.408000', '131409.411000', '131409.427000', '131409.430000', '131409.433000', '131409.436000', '131409.439000', '131409.442000', '131409.445000', '131409.454000', '131409.457000', '131409.460000', '131429.317000', '131429.320000', '131429.323000', '131429.326000', '131429.329000', '131429.332000', '131429.335000', '131429.337000', '131429.340000', '131429.343000', '131429.346000', '131429.349000', '131429.352000', '131429.355000', '131429.357000', '131429.360000', '131429.363000', '131429.366000', '131429.369000', '131429.372000', '131429.374000', '131429.377000', '131429.381000', '131429.386000', '131429.389000', '131429.392000', '131429.395000', '131429.398000', '131429.401000', '131429.403000', '131429.406000', '131429.409000', '131429.412000', '131429.415000', '131429.418000', '131429.420000', '131429.423000', '131429.426000', '131429.429000', '131429.432000', '131429.434000', '131429.437000', '131429.440000', '131449.317000', '131449.323000', '131449.326000', '131449.328000', '131449.331000', '131449.334000', '131449.337000', '131449.340000', '131449.343000', '131449.345000', '131449.348000', '131449.351000', '131449.354000', '131449.357000', '131449.360000', '131449.362000', '131449.365000', '131449.368000', '131449.371000', '131449.374000', '131449.377000', '131449.379000', '131449.382000', '131449.385000', '131449.388000', '131449.391000', '131449.394000', '131449.397000', '131449.399000', '131449.402000', '131449.405000', '131449.408000', '131449.411000', '131449.414000', '131449.423000', '131449.426000', '131449.429000', '131449.432000', '131449.435000', '131449.438000', '131449.441000', '131449.443000', '131449.446000', '131449.449000', '131509.317000', '131509.320000', '131509.323000', '131509.325000', '131509.328000', '131509.331000', '131509.334000', '131509.337000', '131509.340000', '131509.343000', '131509.346000', '131509.349000', '131509.352000', '131509.354000', '131509.357000', '131509.360000', '131509.363000', '131509.366000', '131509.369000', '131509.371000', '131509.374000', '131509.377000', '131509.380000', '131509.383000', '131509.386000', '131509.388000', '131509.392000', '131509.394000', '131509.397000', '131509.400000', '131509.403000', '131509.406000', '131509.409000', '131509.411000', '131509.414000', '131509.417000', '131509.420000', '131509.423000', '131509.426000', '131509.429000', '131509.431000', '131509.434000', '131509.437000', '131529.317000', '131529.320000', '131529.323000', '131529.326000', '131529.329000', '131529.332000', '131529.334000', '131529.337000', '131529.340000', '131529.343000', '131529.346000', '131529.349000', '131529.351000', '131529.354000', '131529.357000', '131529.360000', '131529.363000', '131529.366000', '131529.369000', '131529.371000', '131529.374000', '131529.377000', '131529.380000', '131529.383000', '131529.386000', '131529.388000', '131529.391000', '131529.394000', '131529.397000', '131529.400000', '131529.403000', '131529.405000', '131529.408000', '131529.411000', '131529.414000', '131529.417000', '131529.420000', '131529.423000', '131529.425000', '131529.428000', '131529.431000', '131529.434000', '131529.437000', '131529.440000', '131549.317000', '131549.320000', '131549.323000', '131549.326000', '131549.328000', '131549.331000', '131549.334000', '131549.337000', '131549.340000', '131549.343000', '131549.346000', '131549.349000', '131549.351000', '131549.354000', '131549.357000', '131549.360000', '131549.363000', '131549.366000', '131549.370000', '131549.374000', '131549.376000', '131549.380000', '131549.382000', '131549.385000', '131549.388000', '131549.391000', '131549.394000', '131549.397000', '131549.400000', '131549.417000', '131549.420000', '131549.422000', '131549.425000', '131549.434000', '131549.437000', '131549.440000', '131549.443000', '131549.445000', '131549.448000', '131549.451000', '131549.454000', '131549.457000', '131549.460000', '131609.316000', '131609.319000', '131609.322000', '131609.324000', '131609.327000', '131609.330000', '131609.333000', '131609.336000', '131609.339000', '131609.341000', '131609.344000', '131609.347000', '131609.350000', '131609.353000', '131609.356000', '131609.358000', '131609.362000', '131609.364000', '131609.367000', '131609.370000', '131609.373000', '131609.376000', '131609.379000', '131609.381000', '131609.384000', '131609.387000', '131609.390000', '131609.393000', '131609.396000', '131609.399000', '131609.401000', '131609.404000', '131609.407000', '131609.410000', '131609.413000', '131609.416000', '131609.419000', '131609.422000', '131609.424000', '131609.427000', '131609.430000', '131609.433000', '131609.436000', '131609.439000', '131629.317000', '131629.320000', '131629.323000', '131629.326000', '131629.328000', '131629.331000', '131629.334000', '131629.337000', '131629.340000', '131629.343000', '131629.346000', '131629.348000', '131629.351000', '131629.354000', '131629.357000', '131629.360000', '131629.363000', '131629.366000', '131629.369000', '131629.371000', '131629.374000', '131629.377000', '131629.380000', '131629.383000', '131629.385000', '131629.388000', '131629.391000', '131629.394000', '131629.397000', '131629.400000', '131629.403000', '131629.406000', '131629.408000', '131629.411000', '131629.414000', '131629.417000', '131629.420000', '131629.423000', '131629.426000', '131629.428000', '131629.431000', '131629.434000', '131629.437000', '131649.317000', '131649.320000', '131649.323000', '131649.326000', '131649.328000', '131649.331000', '131649.334000', '131649.337000', '131649.340000', '131649.343000', '131649.345000', '131649.348000', '131649.351000', '131649.354000', '131649.357000', '131649.360000', '131649.363000', '131649.365000', '131649.368000', '131649.371000', '131649.374000', '131649.377000', '131649.379000', '131649.382000', '131649.385000', '131649.388000', '131649.391000', '131649.394000', '131649.397000', '131649.400000', '131649.402000', '131649.405000', '131649.408000', '131649.411000', '131649.414000', '131649.417000', '131649.419000', '131649.422000', '131649.425000', '131649.428000', '131649.431000', '131649.434000', '131649.437000', '131649.440000', '131709.317000', '131709.320000', '131709.323000', '131709.326000', '131709.329000', '131709.332000', '131709.334000', '131709.337000', '131709.341000', '131709.344000', '131709.347000', '131709.350000', '131709.353000', '131709.356000', '131709.359000', '131709.361000', '131709.364000', '131709.367000', '131709.370000', '131709.373000', '131709.376000', '131709.379000', '131709.381000', '131709.384000', '131709.387000', '131709.390000', '131709.393000', '131709.396000', '131709.399000', '131709.402000', '131709.405000', '131709.408000', '131709.410000', '131709.413000', '131709.416000', '131709.419000', '131709.422000', '131709.425000', '131709.428000', '131709.431000', '131709.433000', '131709.436000', '131709.439000', '131729.317000', '131729.320000', '131729.323000', '131729.326000', '131729.328000', '131729.331000', '131729.334000', '131729.337000', '131729.340000', '131729.343000', '131729.346000', '131729.348000', '131729.351000', '131729.354000', '131729.357000', '131729.360000', '131729.363000', '131729.365000', '131729.369000', '131729.371000', '131729.374000', '131729.377000', '131729.380000', '131729.383000', '131729.386000', '131729.396000', '131729.399000', '131729.402000', '131729.405000', '131729.407000', '131729.410000', '131729.413000', '131729.416000', '131729.419000', '131729.422000', '131729.424000', '131729.427000', '131729.430000', '131729.433000', '131729.436000', '131729.439000', '131729.442000', '131729.445000', '131729.447000', '131749.317000', '131749.320000', '131749.323000', '131749.326000', '131749.330000', '131749.333000', '131749.336000', '131749.339000', '131749.342000', '131749.344000', '131749.347000', '131749.350000', '131749.353000', '131749.356000', '131749.359000', '131749.361000', '131749.364000', '131749.367000', '131749.370000', '131749.373000', '131749.376000', '131749.379000', '131749.382000', '131749.384000', '131749.388000', '131749.390000', '131749.393000', '131749.396000', '131749.399000', '131749.402000', '131749.405000', '131749.407000', '131749.411000', '131749.413000', '131749.416000', '131749.419000', '131749.422000', '131749.425000', '131749.428000', '131749.431000', '131749.434000', '131749.436000', '131749.439000', '131809.317000', '131809.320000', '131809.323000', '131809.326000', '131809.328000', '131809.331000', '131809.334000', '131809.337000', '131809.340000', '131809.343000', '131809.346000', '131809.349000', '131809.352000', '131809.355000', '131809.357000', '131809.360000', '131809.363000', '131809.366000', '131809.369000', '131809.372000', '131809.374000', '131809.377000', '131809.380000', '131809.383000', '131809.386000', '131809.389000', '131809.392000', '131809.394000', '131809.397000', '131809.400000', '131809.403000', '131809.406000', '131809.409000', '131809.412000', '131809.415000', '131809.417000', '131809.420000', '131809.423000', '131809.426000', '131809.429000', '131809.432000', '131809.435000', '131809.437000', '131809.440000', '131829.316000', '131829.319000', '131829.322000', '131829.325000', '131829.328000', '131829.330000', '131829.333000', '131829.336000', '131829.339000', '131829.342000', '131829.345000', '131829.348000', '131829.351000', '131829.353000', '131829.356000', '131829.359000', '131829.362000', '131829.365000', '131829.368000', '131829.371000', '131829.374000', '131829.377000', '131829.381000', '131829.384000', '131829.387000', '131829.389000', '131829.392000', '131829.395000', '131829.398000', '131829.401000', '131829.404000', '131829.407000', '131829.409000', '131829.412000', '131829.415000', '131829.418000', '131829.421000', '131829.424000', '131829.426000', '131829.429000', '131829.432000', '131829.435000', '131829.438000', '131849.317000', '131849.320000', '131849.323000', '131849.325000', '131849.328000', '131849.331000', '131849.334000', '131849.337000', '131849.340000', '131849.343000', '131849.346000', '131849.349000', '131849.352000', '131849.355000', '131849.358000', '131849.360000', '131849.363000', '131849.366000', '131849.369000', '131849.372000', '131849.375000', '131849.378000', '131849.381000', '131849.383000', '131849.386000', '131849.389000', '131849.392000', '131849.395000', '131849.398000', '131849.401000', '131849.403000', '131849.406000', '131849.409000', '131849.412000', '131849.415000', '131849.418000', '131849.433000', '131849.436000', '131849.439000', '131849.442000', '131849.445000', '131849.447000', '131849.450000', '131849.453000', '131909.317000', '131909.320000', '131909.323000', '131909.326000', '131909.329000', '131909.332000', '131909.334000', '131909.337000', '131909.340000', '131909.343000', '131909.346000', '131909.349000', '131909.352000', '131909.364000', '131909.367000', '131909.370000', '131909.372000', '131909.375000', '131909.378000', '131909.381000', '131909.384000', '131909.387000', '131909.390000', '131909.393000', '131909.395000', '131909.398000', '131909.401000', '131909.404000', '131909.407000', '131909.410000', '131909.413000', '131909.416000', '131909.418000', '131909.421000', '131909.424000', '131909.427000', '131909.430000', '131909.433000', '131909.435000', '131909.438000', '131909.441000', '131909.444000', '131909.447000', '131929.317000', '131929.320000', '131929.323000', '131929.326000', '131929.330000', '131929.333000', '131929.336000', '131929.339000', '131929.342000', '131929.345000', '131929.348000', '131929.351000', '131929.353000', '131929.356000', '131929.359000', '131929.362000', '131929.365000', '131929.368000', '131929.370000', '131929.374000', '131929.376000', '131929.379000', '131929.382000', '131929.385000', '131929.388000', '131929.391000', '131929.393000', '131929.396000', '131929.399000', '131929.402000', '131929.405000', '131929.408000', '131929.411000', '131929.413000', '131929.416000', '131929.419000', '131929.422000', '131929.425000', '131929.428000', '131929.431000', '131929.433000', '131929.436000', '131929.439000', '131929.442000', '131949.317000', '131949.320000', '131949.323000', '131949.326000', '131949.329000', '131949.332000', '131949.335000', '131949.338000', '131949.341000', '131949.344000', '131949.347000', '131949.349000', '131949.352000', '131949.355000', '131949.358000', '131949.361000', '131949.364000', '131949.367000', '131949.370000', '131949.373000', '131949.376000', '131949.379000', '131949.382000', '131949.385000', '131949.388000', '131949.392000', '131949.395000', '131949.398000', '131949.401000', '131949.405000', '131949.408000', '131949.411000', '131949.414000', '131949.419000', '131949.422000', '131949.425000', '131949.428000', '131949.431000', '131949.434000', '131949.436000', '131949.439000', '131949.442000', '131949.445000', '132009.317000', '132009.320000', '132009.323000', '132009.326000', '132009.329000', '132009.331000', '132009.334000', '132009.337000', '132009.340000', '132009.343000', '132009.346000', '132009.349000', '132009.351000', '132009.354000', '132009.357000', '132009.360000', '132009.363000', '132009.366000', '132009.369000', '132009.371000', '132009.374000', '132009.377000', '132009.380000', '132009.384000', '132009.387000', '132009.390000', '132009.392000', '132009.395000', '132009.398000', '132009.401000', '132009.404000', '132009.407000', '132009.410000', '132009.412000', '132009.415000', '132009.418000', '132009.421000', '132009.424000', '132009.427000', '132009.429000', '132009.432000', '132009.435000', '132009.438000', '132009.441000', '132029.317000', '132029.320000', '132029.323000', '132029.331000', '132029.335000', '132029.337000', '132029.340000', '132029.343000', '132029.346000', '132029.349000', '132029.352000', '132029.354000', '132029.357000', '132029.360000', '132029.363000', '132029.366000', '132029.369000', '132029.372000', '132029.374000', '132029.377000', '132029.380000', '132029.383000', '132029.386000', '132029.389000', '132029.392000', '132029.394000', '132029.397000', '132029.400000', '132029.403000', '132029.406000', '132029.409000', '132029.411000', '132029.414000', '132029.417000', '132029.420000', '132029.423000', '132029.426000', '132029.429000', '132029.431000', '132029.434000', '132029.437000', '132029.440000', '132029.443000', '132049.316000', '132049.319000', '132049.322000', '132049.325000', '132049.328000', '132049.330000', '132049.333000', '132049.336000', '132049.339000', '132049.342000', '132049.345000', '132049.347000', '132049.350000', '132049.353000', '132049.356000', '132049.359000', '132049.362000', '132049.365000', '132049.368000', '132049.370000', '132049.373000', '132049.376000', '132049.379000', '132049.382000', '132049.385000', '132049.388000', '132049.390000', '132049.393000', '132049.396000', '132049.399000', '132049.402000', '132049.405000', '132049.408000', '132049.411000', '132049.413000', '132049.416000', '132049.419000', '132049.422000', '132049.425000', '132049.428000', '132049.430000', '132049.433000', '132049.436000', '132049.439000', '132109.317000', '132109.320000', '132109.323000', '132109.326000', '132109.328000', '132109.331000', '132109.334000', '132109.337000', '132109.340000', '132109.343000', '132109.346000', '132109.349000', '132109.351000', '132109.354000', '132109.357000', '132109.360000', '132109.363000', '132109.366000', '132109.369000', '132109.372000', '132109.374000', '132109.377000', '132109.380000', '132109.383000', '132109.386000', '132109.389000', '132109.391000', '132109.394000', '132109.397000', '132109.400000', '132109.403000', '132109.406000', '132109.409000', '132109.412000', '132109.414000', '132109.417000', '132109.420000', '132109.423000', '132109.426000', '132109.429000', '132109.432000', '132109.434000', '132109.437000', '132129.317000', '132129.320000', '132129.324000', '132129.327000', '132129.330000', '132129.332000', '132129.335000', '132129.338000', '132129.341000', '132129.344000', '132129.346000', '132129.349000', '132129.352000', '132129.355000', '132129.358000', '132129.361000', '132129.364000', '132129.367000', '132129.369000', '132129.372000', '132129.375000', '132129.378000', '132129.381000', '132129.384000', '132129.386000', '132129.389000', '132129.392000', '132129.395000', '132129.398000', '132129.401000', '132129.404000', '132129.406000', '132129.409000', '132129.412000', '132129.415000', '132129.418000', '132129.421000', '132129.424000', '132129.426000', '132129.429000', '132129.432000', '132129.435000', '132129.438000', '132149.334000', '132149.337000', '132149.340000', '132149.343000', '132149.346000', '132149.349000', '132149.352000', '132149.355000', '132149.357000', '132149.360000', '132149.363000', '132149.366000', '132149.369000', '132149.372000', '132149.375000', '132149.378000', '132149.380000', '132149.383000', '132149.386000', '132149.389000', '132149.392000', '132149.395000', '132149.397000', '132149.400000', '132149.403000', '132149.406000', '132149.409000', '132149.412000', '132149.415000', '132149.418000', '132149.420000', '132149.423000', '132149.426000', '132149.429000', '132149.432000', '132149.435000', '132149.438000', '132149.440000', '132149.443000', '132149.446000', '132149.449000', '132149.452000', '132149.455000', '132149.458000', '132152.824000', '132152.827000', '132152.830000', '132152.837000', '132152.840000', '132152.850000', '132152.853000', '132152.856000'], 'InstanceCreationTime': ['131349.354000', '131349.357000', '131349.360000', '131349.363000', '131349.366000', '131349.368000', '131349.371000', '131349.374000', '131349.377000', '131349.380000', '131349.382000', '131349.385000', '131349.388000', '131349.391000', '131349.403000', '131349.406000', '131349.409000', '131349.412000', '131349.414000', '131349.417000', '131349.420000', '131409.317000', '131409.320000', '131409.322000', '131409.325000', '131409.328000', '131409.331000', '131409.334000', '131409.337000', '131409.340000', '131409.342000', '131409.345000', '131409.348000', '131409.351000', '131409.354000', '131409.357000', '131409.359000', '131409.362000', '131409.365000', '131409.368000', '131409.371000', '131409.373000', '131409.376000', '131409.379000', '131409.383000', '131409.386000', '131409.389000', '131409.391000', '131409.394000', '131409.397000', '131409.400000', '131409.403000', '131409.406000', '131409.408000', '131409.411000', '131409.427000', '131409.430000', '131409.433000', '131409.436000', '131409.439000', '131409.442000', '131409.445000', '131409.454000', '131409.457000', '131409.460000', '131429.317000', '131429.320000', '131429.323000', '131429.326000', '131429.329000', '131429.332000', '131429.335000', '131429.337000', '131429.340000', '131429.343000', '131429.346000', '131429.349000', '131429.352000', '131429.355000', '131429.357000', '131429.360000', '131429.363000', '131429.366000', '131429.369000', '131429.372000', '131429.374000', '131429.377000', '131429.381000', '131429.386000', '131429.389000', '131429.392000', '131429.395000', '131429.398000', '131429.401000', '131429.403000', '131429.406000', '131429.409000', '131429.412000', '131429.415000', '131429.418000', '131429.420000', '131429.423000', '131429.426000', '131429.429000', '131429.432000', '131429.434000', '131429.437000', '131429.440000', '131449.317000', '131449.323000', '131449.326000', '131449.328000', '131449.331000', '131449.334000', '131449.337000', '131449.340000', '131449.343000', '131449.345000', '131449.348000', '131449.351000', '131449.354000', '131449.357000', '131449.360000', '131449.362000', '131449.365000', '131449.368000', '131449.371000', '131449.374000', '131449.377000', '131449.379000', '131449.382000', '131449.385000', '131449.388000', '131449.391000', '131449.394000', '131449.397000', '131449.399000', '131449.402000', '131449.405000', '131449.408000', '131449.411000', '131449.414000', '131449.423000', '131449.426000', '131449.429000', '131449.432000', '131449.435000', '131449.438000', '131449.441000', '131449.443000', '131449.446000', '131449.449000', '131509.317000', '131509.320000', '131509.323000', '131509.325000', '131509.328000', '131509.331000', '131509.334000', '131509.337000', '131509.340000', '131509.343000', '131509.346000', '131509.349000', '131509.352000', '131509.354000', '131509.357000', '131509.360000', '131509.363000', '131509.366000', '131509.369000', '131509.371000', '131509.374000', '131509.377000', '131509.380000', '131509.383000', '131509.386000', '131509.388000', '131509.392000', '131509.394000', '131509.397000', '131509.400000', '131509.403000', '131509.406000', '131509.409000', '131509.411000', '131509.414000', '131509.417000', '131509.420000', '131509.423000', '131509.426000', '131509.429000', '131509.431000', '131509.434000', '131509.437000', '131529.317000', '131529.320000', '131529.323000', '131529.326000', '131529.329000', '131529.332000', '131529.334000', '131529.337000', '131529.340000', '131529.343000', '131529.346000', '131529.349000', '131529.351000', '131529.354000', '131529.357000', '131529.360000', '131529.363000', '131529.366000', '131529.369000', '131529.371000', '131529.374000', '131529.377000', '131529.380000', '131529.383000', '131529.386000', '131529.388000', '131529.391000', '131529.394000', '131529.397000', '131529.400000', '131529.403000', '131529.405000', '131529.408000', '131529.411000', '131529.414000', '131529.417000', '131529.420000', '131529.423000', '131529.425000', '131529.428000', '131529.431000', '131529.434000', '131529.437000', '131529.440000', '131549.317000', '131549.320000', '131549.323000', '131549.326000', '131549.328000', '131549.331000', '131549.334000', '131549.337000', '131549.340000', '131549.343000', '131549.346000', '131549.349000', '131549.351000', '131549.354000', '131549.357000', '131549.360000', '131549.363000', '131549.366000', '131549.370000', '131549.374000', '131549.376000', '131549.380000', '131549.382000', '131549.385000', '131549.388000', '131549.391000', '131549.394000', '131549.397000', '131549.400000', '131549.417000', '131549.420000', '131549.422000', '131549.425000', '131549.434000', '131549.437000', '131549.440000', '131549.443000', '131549.445000', '131549.448000', '131549.451000', '131549.454000', '131549.457000', '131549.460000', '131609.316000', '131609.319000', '131609.322000', '131609.324000', '131609.327000', '131609.330000', '131609.333000', '131609.336000', '131609.339000', '131609.341000', '131609.344000', '131609.347000', '131609.350000', '131609.353000', '131609.356000', '131609.358000', '131609.362000', '131609.364000', '131609.367000', '131609.370000', '131609.373000', '131609.376000', '131609.379000', '131609.381000', '131609.384000', '131609.387000', '131609.390000', '131609.393000', '131609.396000', '131609.399000', '131609.401000', '131609.404000', '131609.407000', '131609.410000', '131609.413000', '131609.416000', '131609.419000', '131609.422000', '131609.424000', '131609.427000', '131609.430000', '131609.433000', '131609.436000', '131609.439000', '131629.317000', '131629.320000', '131629.323000', '131629.326000', '131629.328000', '131629.331000', '131629.334000', '131629.337000', '131629.340000', '131629.343000', '131629.346000', '131629.348000', '131629.351000', '131629.354000', '131629.357000', '131629.360000', '131629.363000', '131629.366000', '131629.369000', '131629.371000', '131629.374000', '131629.377000', '131629.380000', '131629.383000', '131629.385000', '131629.388000', '131629.391000', '131629.394000', '131629.397000', '131629.400000', '131629.403000', '131629.406000', '131629.408000', '131629.411000', '131629.414000', '131629.417000', '131629.420000', '131629.423000', '131629.426000', '131629.428000', '131629.431000', '131629.434000', '131629.437000', '131649.317000', '131649.320000', '131649.323000', '131649.326000', '131649.328000', '131649.331000', '131649.334000', '131649.337000', '131649.340000', '131649.343000', '131649.345000', '131649.348000', '131649.351000', '131649.354000', '131649.357000', '131649.360000', '131649.363000', '131649.365000', '131649.368000', '131649.371000', '131649.374000', '131649.377000', '131649.379000', '131649.382000', '131649.385000', '131649.388000', '131649.391000', '131649.394000', '131649.397000', '131649.400000', '131649.402000', '131649.405000', '131649.408000', '131649.411000', '131649.414000', '131649.417000', '131649.419000', '131649.422000', '131649.425000', '131649.428000', '131649.431000', '131649.434000', '131649.437000', '131649.440000', '131709.317000', '131709.320000', '131709.323000', '131709.326000', '131709.329000', '131709.332000', '131709.334000', '131709.337000', '131709.341000', '131709.344000', '131709.347000', '131709.350000', '131709.353000', '131709.356000', '131709.359000', '131709.361000', '131709.364000', '131709.367000', '131709.370000', '131709.373000', '131709.376000', '131709.379000', '131709.381000', '131709.384000', '131709.387000', '131709.390000', '131709.393000', '131709.396000', '131709.399000', '131709.402000', '131709.405000', '131709.408000', '131709.410000', '131709.413000', '131709.416000', '131709.419000', '131709.422000', '131709.425000', '131709.428000', '131709.431000', '131709.433000', '131709.436000', '131709.439000', '131729.317000', '131729.320000', '131729.323000', '131729.326000', '131729.328000', '131729.331000', '131729.334000', '131729.337000', '131729.340000', '131729.343000', '131729.346000', '131729.348000', '131729.351000', '131729.354000', '131729.357000', '131729.360000', '131729.363000', '131729.365000', '131729.369000', '131729.371000', '131729.374000', '131729.377000', '131729.380000', '131729.383000', '131729.386000', '131729.396000', '131729.399000', '131729.402000', '131729.405000', '131729.407000', '131729.410000', '131729.413000', '131729.416000', '131729.419000', '131729.422000', '131729.424000', '131729.427000', '131729.430000', '131729.433000', '131729.436000', '131729.439000', '131729.442000', '131729.445000', '131729.447000', '131749.317000', '131749.320000', '131749.323000', '131749.326000', '131749.330000', '131749.333000', '131749.336000', '131749.339000', '131749.342000', '131749.344000', '131749.347000', '131749.350000', '131749.353000', '131749.356000', '131749.359000', '131749.361000', '131749.364000', '131749.367000', '131749.370000', '131749.373000', '131749.376000', '131749.379000', '131749.382000', '131749.384000', '131749.388000', '131749.390000', '131749.393000', '131749.396000', '131749.399000', '131749.402000', '131749.405000', '131749.407000', '131749.411000', '131749.413000', '131749.416000', '131749.419000', '131749.422000', '131749.425000', '131749.428000', '131749.431000', '131749.434000', '131749.436000', '131749.439000', '131809.317000', '131809.320000', '131809.323000', '131809.326000', '131809.328000', '131809.331000', '131809.334000', '131809.337000', '131809.340000', '131809.343000', '131809.346000', '131809.349000', '131809.352000', '131809.355000', '131809.357000', '131809.360000', '131809.363000', '131809.366000', '131809.369000', '131809.372000', '131809.374000', '131809.377000', '131809.380000', '131809.383000', '131809.386000', '131809.389000', '131809.392000', '131809.394000', '131809.397000', '131809.400000', '131809.403000', '131809.406000', '131809.409000', '131809.412000', '131809.415000', '131809.417000', '131809.420000', '131809.423000', '131809.426000', '131809.429000', '131809.432000', '131809.435000', '131809.437000', '131809.440000', '131829.316000', '131829.319000', '131829.322000', '131829.325000', '131829.328000', '131829.330000', '131829.333000', '131829.336000', '131829.339000', '131829.342000', '131829.345000', '131829.348000', '131829.351000', '131829.353000', '131829.356000', '131829.359000', '131829.362000', '131829.365000', '131829.368000', '131829.371000', '131829.374000', '131829.377000', '131829.381000', '131829.384000', '131829.387000', '131829.389000', '131829.392000', '131829.395000', '131829.398000', '131829.401000', '131829.404000', '131829.407000', '131829.409000', '131829.412000', '131829.415000', '131829.418000', '131829.421000', '131829.424000', '131829.426000', '131829.429000', '131829.432000', '131829.435000', '131829.438000', '131849.317000', '131849.320000', '131849.323000', '131849.325000', '131849.328000', '131849.331000', '131849.334000', '131849.337000', '131849.340000', '131849.343000', '131849.346000', '131849.349000', '131849.352000', '131849.355000', '131849.358000', '131849.360000', '131849.363000', '131849.366000', '131849.369000', '131849.372000', '131849.375000', '131849.378000', '131849.381000', '131849.383000', '131849.386000', '131849.389000', '131849.392000', '131849.395000', '131849.398000', '131849.401000', '131849.403000', '131849.406000', '131849.409000', '131849.412000', '131849.415000', '131849.418000', '131849.433000', '131849.436000', '131849.439000', '131849.442000', '131849.445000', '131849.447000', '131849.450000', '131849.453000', '131909.317000', '131909.320000', '131909.323000', '131909.326000', '131909.329000', '131909.332000', '131909.334000', '131909.337000', '131909.340000', '131909.343000', '131909.346000', '131909.349000', '131909.352000', '131909.364000', '131909.367000', '131909.370000', '131909.372000', '131909.375000', '131909.378000', '131909.381000', '131909.384000', '131909.387000', '131909.390000', '131909.393000', '131909.395000', '131909.398000', '131909.401000', '131909.404000', '131909.407000', '131909.410000', '131909.413000', '131909.416000', '131909.418000', '131909.421000', '131909.424000', '131909.427000', '131909.430000', '131909.433000', '131909.435000', '131909.438000', '131909.441000', '131909.444000', '131909.447000', '131929.317000', '131929.320000', '131929.323000', '131929.326000', '131929.330000', '131929.333000', '131929.336000', '131929.339000', '131929.342000', '131929.345000', '131929.348000', '131929.351000', '131929.353000', '131929.356000', '131929.359000', '131929.362000', '131929.365000', '131929.368000', '131929.370000', '131929.374000', '131929.376000', '131929.379000', '131929.382000', '131929.385000', '131929.388000', '131929.391000', '131929.393000', '131929.396000', '131929.399000', '131929.402000', '131929.405000', '131929.408000', '131929.411000', '131929.413000', '131929.416000', '131929.419000', '131929.422000', '131929.425000', '131929.428000', '131929.431000', '131929.433000', '131929.436000', '131929.439000', '131929.442000', '131949.317000', '131949.320000', '131949.323000', '131949.326000', '131949.329000', '131949.332000', '131949.335000', '131949.338000', '131949.341000', '131949.344000', '131949.347000', '131949.349000', '131949.352000', '131949.355000', '131949.358000', '131949.361000', '131949.364000', '131949.367000', '131949.370000', '131949.373000', '131949.376000', '131949.379000', '131949.382000', '131949.385000', '131949.388000', '131949.392000', '131949.395000', '131949.398000', '131949.401000', '131949.405000', '131949.408000', '131949.411000', '131949.414000', '131949.419000', '131949.422000', '131949.425000', '131949.428000', '131949.431000', '131949.434000', '131949.436000', '131949.439000', '131949.442000', '131949.445000', '132009.317000', '132009.320000', '132009.323000', '132009.326000', '132009.329000', '132009.331000', '132009.334000', '132009.337000', '132009.340000', '132009.343000', '132009.346000', '132009.349000', '132009.351000', '132009.354000', '132009.357000', '132009.360000', '132009.363000', '132009.366000', '132009.369000', '132009.371000', '132009.374000', '132009.377000', '132009.380000', '132009.384000', '132009.387000', '132009.390000', '132009.392000', '132009.395000', '132009.398000', '132009.401000', '132009.404000', '132009.407000', '132009.410000', '132009.412000', '132009.415000', '132009.418000', '132009.421000', '132009.424000', '132009.427000', '132009.429000', '132009.432000', '132009.435000', '132009.438000', '132009.441000', '132029.317000', '132029.320000', '132029.323000', '132029.331000', '132029.335000', '132029.337000', '132029.340000', '132029.343000', '132029.346000', '132029.349000', '132029.352000', '132029.354000', '132029.357000', '132029.360000', '132029.363000', '132029.366000', '132029.369000', '132029.372000', '132029.374000', '132029.377000', '132029.380000', '132029.383000', '132029.386000', '132029.389000', '132029.392000', '132029.394000', '132029.397000', '132029.400000', '132029.403000', '132029.406000', '132029.409000', '132029.411000', '132029.414000', '132029.417000', '132029.420000', '132029.423000', '132029.426000', '132029.429000', '132029.431000', '132029.434000', '132029.437000', '132029.440000', '132029.443000', '132049.316000', '132049.319000', '132049.322000', '132049.325000', '132049.328000', '132049.330000', '132049.333000', '132049.336000', '132049.339000', '132049.342000', '132049.345000', '132049.347000', '132049.350000', '132049.353000', '132049.356000', '132049.359000', '132049.362000', '132049.365000', '132049.368000', '132049.370000', '132049.373000', '132049.376000', '132049.379000', '132049.382000', '132049.385000', '132049.388000', '132049.390000', '132049.393000', '132049.396000', '132049.399000', '132049.402000', '132049.405000', '132049.408000', '132049.411000', '132049.413000', '132049.416000', '132049.419000', '132049.422000', '132049.425000', '132049.428000', '132049.430000', '132049.433000', '132049.436000', '132049.439000', '132109.317000', '132109.320000', '132109.323000', '132109.326000', '132109.328000', '132109.331000', '132109.334000', '132109.337000', '132109.340000', '132109.343000', '132109.346000', '132109.349000', '132109.351000', '132109.354000', '132109.357000', '132109.360000', '132109.363000', '132109.366000', '132109.369000', '132109.372000', '132109.374000', '132109.377000', '132109.380000', '132109.383000', '132109.386000', '132109.389000', '132109.391000', '132109.394000', '132109.397000', '132109.400000', '132109.403000', '132109.406000', '132109.409000', '132109.412000', '132109.414000', '132109.417000', '132109.420000', '132109.423000', '132109.426000', '132109.429000', '132109.432000', '132109.434000', '132109.437000', '132129.317000', '132129.320000', '132129.324000', '132129.327000', '132129.330000', '132129.332000', '132129.335000', '132129.338000', '132129.341000', '132129.344000', '132129.346000', '132129.349000', '132129.352000', '132129.355000', '132129.358000', '132129.361000', '132129.364000', '132129.367000', '132129.369000', '132129.372000', '132129.375000', '132129.378000', '132129.381000', '132129.384000', '132129.386000', '132129.389000', '132129.392000', '132129.395000', '132129.398000', '132129.401000', '132129.404000', '132129.406000', '132129.409000', '132129.412000', '132129.415000', '132129.418000', '132129.421000', '132129.424000', '132129.426000', '132129.429000', '132129.432000', '132129.435000', '132129.438000', '132149.334000', '132149.337000', '132149.340000', '132149.343000', '132149.346000', '132149.349000', '132149.352000', '132149.355000', '132149.357000', '132149.360000', '132149.363000', '132149.366000', '132149.369000', '132149.372000', '132149.375000', '132149.378000', '132149.380000', '132149.383000', '132149.386000', '132149.389000', '132149.392000', '132149.395000', '132149.397000', '132149.400000', '132149.403000', '132149.406000', '132149.409000', '132149.412000', '132149.415000', '132149.418000', '132149.420000', '132149.423000', '132149.426000', '132149.429000', '132149.432000', '132149.435000', '132149.438000', '132149.440000', '132149.443000', '132149.446000', '132149.449000', '132149.452000', '132149.455000', '132149.458000', '132152.824000', '132152.827000', '132152.830000', '132152.837000', '132152.840000', '132152.850000', '132152.853000', '132152.856000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 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, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [8902, 9538, 8127, 8785, 8131, 8078, 6543, 8258, 6972, 8381, 7094, 8128, 6301, 8316, 6687, 8065, 6545, 7800, 9468, 7472, 10862, 7355, 8443, 7132, 8516, 7460, 8062, 6828, 8373, 6497, 8167, 6520, 8440, 6538, 8594, 6320, 8141, 6351, 8158, 6216, 8200, 9275, 8157, 10628, 7836, 8356, 7980, 11443, 7747, 11851, 7625, 10892, 8328, 9988, 8256, 9379, 6436, 8414, 6213, 8155, 11318, 7715, 11163, 7489, 9353, 7253, 8443, 6730, 8434, 6915, 8386, 6672, 8312, 7543, 8171, 10130, 8036, 11486, 7862, 7878, 8269, 6287, 8577, 7193, 8739, 7140, 8556, 6341, 8465, 12087, 7406, 10166, 7707, 8838, 7910, 8548, 7268, 8348, 11472, 7859, 12981, 7993, 10235, 8320, 8381, 6847, 8504, 6658, 8324, 9429, 7945, 8499, 7358, 8351, 6480, 8602, 7020, 7970, 11181, 7461, 9188, 6831, 8470, 6868, 8073, 6419, 8208, 6478, 8033, 6249, 8186, 6231, 8333, 6321, 7959, 9990, 7662, 8810, 7685, 9196, 7603, 10406, 7544, 10593, 7584, 8015, 8028, 6447, 7974, 7765, 7751, 10196, 8111, 11738, 9834, 10345, 7079, 9569, 7317, 9588, 8202, 8919, 9350, 8476, 6818, 8711, 6874, 8539, 8323, 8300, 6758, 8213, 7012, 8453, 6946, 8625, 8678, 9509, 7980, 9426, 7073, 9035, 7102, 9186, 7041, 9169, 7315, 9770, 7811, 6453, 8163, 6397, 8246, 8353, 8515, 11892, 8365, 9364, 8387, 9038, 7906, 10027, 8082, 10282, 7897, 11406, 7432, 9819, 7413, 7304, 7081, 8964, 7291, 8702, 7443, 8256, 7603, 8381, 6825, 8182, 6862, 8520, 7220, 8315, 7697, 8198, 11150, 7854, 6606, 8027, 6210, 7972, 10351, 7729, 11144, 7460, 12209, 9002, 11386, 8132, 9572, 6864, 9361, 8158, 9363, 8670, 8670, 6556, 8277, 6580, 8381, 8167, 8093, 6322, 8125, 6224, 8210, 6468, 8400, 8818, 8049, 11826, 7447, 11012, 7571, 10656, 8654, 9451, 7037, 9190, 7083, 8546, 6935, 8302, 6915, 8303, 7019, 8148, 6858, 8328, 7254, 8535, 7274, 8186, 8209, 7921, 11944, 7982, 10547, 7894, 8243, 7700, 6512, 7667, 6411, 8487, 6406, 8892, 7298, 9395, 7422, 10694, 9019, 11626, 8872, 9607, 7256, 8717, 6926, 8792, 7157, 8403, 8030, 7991, 7857, 7508, 7868, 7303, 8219, 7426, 7763, 7649, 7065, 7870, 9965, 7612, 9225, 7551, 8774, 7743, 9421, 8206, 8539, 8495, 8054, 11786, 7909, 11156, 7469, 6923, 7752, 6320, 7874, 8972, 7801, 10921, 7530, 9988, 8144, 9631, 8714, 10536, 7945, 8683, 7070, 8284, 7675, 7800, 11481, 7342, 9197, 7287, 9049, 7728, 8530, 7052, 8535, 6293, 8697, 11428, 7820, 11270, 7469, 9443, 8521, 8664, 7892, 8487, 6932, 8468, 7654, 7580, 11109, 7684, 9311, 7462, 8596, 6954, 8576, 6371, 8336, 8446, 7572, 11299, 7464, 9426, 8347, 8758, 6990, 8465, 8669, 8370, 11762, 7280, 10154, 7442, 9072, 7496, 8583, 10034, 8184, 12313, 7698, 10452, 7339, 9011, 6326, 8611, 6789, 8065, 10727, 7575, 9901, 7242, 8542, 6690, 8857, 6170, 8316, 9387, 7644, 10497, 7449, 8719, 7293, 8338, 6452, 8348, 8554, 7608, 10245, 7425, 8582, 7371, 8531, 6314, 8104, 6817, 7634, 9710, 7466, 8863, 7221, 8604, 7035, 8417, 6540, 7803, 7640, 7260, 9135, 7583, 8684, 7212, 8473, 6928, 8317, 6798, 8369, 11229, 7516, 11633, 7609, 9967, 8124, 8650, 8779, 8609, 11068, 8172, 11257, 8021, 6466, 8087, 6340, 8199, 6324, 8403, 10265, 7593, 8584, 7657, 8770, 6923, 9031, 9403, 8583, 11935, 8825, 12004, 8077, 9667, 7889, 8378, 7203, 8462, 11628, 8123, 10650, 7703, 8749, 7110, 8397, 6329, 8255, 7089, 8206, 8471, 7784, 8653, 7401, 8481, 7118, 8665, 6712, 8644, 6343, 8243, 9714, 7430, 9417, 7308, 8436, 6727, 8732, 7121, 8281, 6226, 7704, 6794, 7233, 9092, 7651, 8727, 7415, 8515, 7113, 8490, 7148, 8082, 11858, 8047, 11141, 7415, 10225, 7419, 9446, 7415, 8545, 6429, 8748, 7260, 8420, 11246, 7866, 9890, 7199, 8778, 7389, 8562, 7000, 8953, 6592, 8670, 8954, 8314, 12055, 8758, 11837, 7151, 10451, 7575, 9357, 7756, 8560, 6553, 8531, 6232, 8006, 8314, 7593, 10648, 7575, 8620, 7507, 8619, 6607, 8394, 6281, 8293, 6480, 7877, 10989, 7720, 9439, 7500, 9150, 7567, 8559, 6344, 8480, 6381, 8298, 12211, 7447, 10884, 7291, 8983, 7155, 8544, 6447, 8248, 10187, 7466, 11302, 6966, 8711, 6943, 8205, 6696, 8364, 6986, 7992, 6712, 7641, 11894, 7074, 9924, 7284, 9185, 7117, 9038, 6542, 8572, 6278, 7856, 6373, 7858, 8366, 7144, 9492, 7491, 8503, 6955, 8561, 6841, 8403, 6322, 8453, 6373, 8393, 12015, 8551, 11303, 7460, 10734, 7437, 9606, 7217, 9528, 8132, 9456, 6946, 8617, 6484, 8533, 6433, 8500, 6301, 8620, 6446, 8382, 10681, 8133, 12708, 9482, 10792, 7364, 11096, 7648, 10735, 7479, 8990, 8228, 9709, 8518, 10604, 6854, 8760, 6949, 8602, 7402, 9725, 7475, 10339, 7185, 9063, 7718, 6288, 8781, 7587, 11913, 7748, 8970, 7745, 7472, 7787, 10731, 8086, 12041, 7808, 11286, 7684, 10775, 7968, 9222, 8190, 6260, 8470, 7215, 7152, 7579, 6255, 8291, 8979, 7530, 9196, 7265, 8893, 7487, 9862, 8397, 10558, 10384, 8417, 12746, 9393, 11844, 8608, 9868, 8389, 8802, 6794, 8604, 6691, 8535, 6441, 8339, 7769, 8028, 8290, 7482, 8940, 7542, 8392, 7315, 8721, 7401, 8448, 6691, 8601, 6402, 8567, 6263, 8104, 6378, 8359, 6343, 8223, 9936, 7525, 8828, 7232, 8336, 6447, 8398, 8768, 7873, 12023, 7331, 9668, 7458, 8678, 6888, 8556, 6457, 8260, 6272, 7863, 6212, 7700, 8464, 7475, 9405, 7360, 8348, 7318, 8118, 6417, 8302, 8688, 8313, 10678, 8074, 7041, 8060, 6266, 7877, 7183, 7559, 11570, 7679, 9355, 7326, 8939, 7700, 9716, 7403, 9831, 6969, 8372, 6260, 8448, 10939, 7434, 11479, 7600, 9306, 7480, 8479, 6587, 8247, 6220, 8308, 6364, 7791, 10142, 7616, 9305, 7590, 8397, 6751, 8765, 6466, 8620, 6565, 7822, 10260, 7432, 10816, 7620, 9520, 7378, 9382, 7179, 8741, 7398, 8934, 6821, 8909, 7237, 8482, 10979, 7833, 11871, 7410, 11288, 7374, 9531, 7518, 8670, 7254, 8747, 6339, 8611, 6417, 8316, 6294, 7651, 8075, 7700, 9368, 7600, 8559, 7361, 8731, 7213, 8359, 6296, 8545, 6457, 8280, 6532, 8133, 10527, 7515, 11385, 7617, 8905, 7055, 8617, 7233, 8542, 6569, 8757, 6461, 8515, 6922, 8380, 6289, 8008, 6340, 7805, 7654, 7563, 10176, 7580, 10536, 7439, 9444, 7061, 8834, 7417, 9562, 6938, 8433, 7844, 8023, 11608, 7444, 11965, 7654, 9795, 8554, 10396, 7091, 9847, 6983, 9325, 7211, 8927, 7335, 9340, 7266, 9201, 7234, 9011, 7064, 9354, 7680, 8462, 9285, 8494, 6281, 8191, 7025, 7946, 10269, 7799, 11524, 7750, 9502, 7729, 8762, 6827, 8746, 7291, 8703, 7176, 8596, 6550, 8563, 6381, 8684, 6328, 8463, 6640, 8082, 11406, 7627, 11693, 7828, 10040, 7366, 9860, 7493, 9542, 7479, 8799, 7339, 8548, 7286, 8390, 6950, 8438, 7108, 8387, 7215, 8807, 7523, 9731, 7477, 9070, 6998, 8681, 7348, 9228, 7149, 8326, 9897, 8295, 8451, 8343, 7175, 7786, 7958, 7805, 9223, 7818, 11910, 7821, 10213, 7542, 9133, 7793, 8887, 6976, 8364, 7195, 8283, 7673, 8579, 7225, 9431, 7974, 10141, 7134, 8639, 6744, 8450, 7080, 8599, 6563, 9235, 8153, 9260, 6381, 8113, 6348, 8345, 6261, 8602, 6510, 8512, 7583, 8380, 7638, 8249, 6257, 7864, 7168, 8040, 10723], 'WindowCenter': [4185.0, 4179.0, 4145.0, 4154.0, 4143.0, 4140.0, 4119.0, 4139.0, 4131.0, 4141.0, 4129.0, 4141.0, 4118.0, 4140.0, 4118.0, 4140.0, 4118.0, 4140.0, 4160.0, 4141.0, 4159.0, 4130.0, 4152.0, 4131.0, 4151.0, 4131.0, 4139.0, 4120.0, 4140.0, 4121.0, 4153.0, 4132.0, 4153.0, 4131.0, 4163.0, 4133.0, 4155.0, 4133.0, 4166.0, 4135.0, 4154.0, 4163.0, 4154.0, 4172.0, 4143.0, 4150.0, 4152.0, 4181.0, 4142.0, 4181.0, 4142.0, 4161.0, 4139.0, 4159.0, 4140.0, 4149.0, 4108.0, 4138.0, 4109.0, 4142.0, 4170.0, 4130.0, 4170.0, 4130.0, 4149.0, 4130.0, 4139.0, 4120.0, 4149.0, 4131.0, 4142.0, 4119.0, 4141.0, 4129.0, 4141.0, 4158.0, 4140.0, 4169.0, 4127.0, 4128.0, 4138.0, 4123.0, 4151.0, 4134.0, 4154.0, 4130.0, 4140.0, 4119.0, 4140.0, 4169.0, 4131.0, 4161.0, 4139.0, 4149.0, 4128.0, 4138.0, 4115.0, 4126.0, 4156.0, 4126.0, 4155.0, 4114.0, 4133.0, 4112.0, 4112.0, 4089.0, 4112.0, 4090.0, 4110.0, 4121.0, 4111.0, 4110.0, 4101.0, 4123.0, 4092.0, 4126.0, 4104.0, 4113.0, 4145.0, 4115.0, 4133.0, 4106.0, 4125.0, 4106.0, 4129.0, 4108.0, 4139.0, 4122.0, 4140.0, 4133.0, 4153.0, 4109.0, 4138.0, 4121.0, 4154.0, 4162.0, 4143.0, 4162.0, 4143.0, 4164.0, 4154.0, 4173.0, 4143.0, 4173.0, 4143.0, 4154.0, 4154.0, 4121.0, 4153.0, 4142.0, 4154.0, 4173.0, 4153.0, 4183.0, 4162.0, 4161.0, 4132.0, 4161.0, 4131.0, 4160.0, 4150.0, 4150.0, 4162.0, 4141.0, 4131.0, 4152.0, 4131.0, 4151.0, 4152.0, 4141.0, 4131.0, 4151.0, 4132.0, 4152.0, 4133.0, 4152.0, 4153.0, 4161.0, 4142.0, 4161.0, 4132.0, 4151.0, 4131.0, 4161.0, 4132.0, 4161.0, 4143.0, 4173.0, 4143.0, 4121.0, 4152.0, 4122.0, 4153.0, 4152.0, 4152.0, 4182.0, 4152.0, 4150.0, 4141.0, 4149.0, 4140.0, 4159.0, 4129.0, 4156.0, 4129.0, 4167.0, 4129.0, 4160.0, 4130.0, 4129.0, 4131.0, 4149.0, 4131.0, 4140.0, 4130.0, 4141.0, 4142.0, 4140.0, 4120.0, 4140.0, 4121.0, 4140.0, 4128.0, 4142.0, 4127.0, 4141.0, 4171.0, 4141.0, 4119.0, 4140.0, 4108.0, 4139.0, 4159.0, 4141.0, 4171.0, 4132.0, 4182.0, 4151.0, 4169.0, 4141.0, 4148.0, 4117.0, 4148.0, 4127.0, 4149.0, 4137.0, 4138.0, 4106.0, 4128.0, 4106.0, 4126.0, 4125.0, 4127.0, 4106.0, 4128.0, 4096.0, 4139.0, 4108.0, 4140.0, 4150.0, 4139.0, 4168.0, 4129.0, 4159.0, 4129.0, 4159.0, 4138.0, 4146.0, 4116.0, 4147.0, 4117.0, 4139.0, 4117.0, 4138.0, 4119.0, 4140.0, 4128.0, 4138.0, 4120.0, 4140.0, 4130.0, 4151.0, 4131.0, 4143.0, 4140.0, 4142.0, 4169.0, 4130.0, 4159.0, 4129.0, 4139.0, 4129.0, 4107.0, 4130.0, 4107.0, 4139.0, 4119.0, 4152.0, 4143.0, 4151.0, 4129.0, 4161.0, 4139.0, 4159.0, 4138.0, 4148.0, 4118.0, 4137.0, 4117.0, 4136.0, 4118.0, 4127.0, 4126.0, 4129.0, 4126.0, 4118.0, 4128.0, 4128.0, 4139.0, 4132.0, 4141.0, 4143.0, 4131.0, 4142.0, 4163.0, 4142.0, 4152.0, 4142.0, 4151.0, 4131.0, 4151.0, 4140.0, 4141.0, 4139.0, 4141.0, 4169.0, 4140.0, 4161.0, 4130.0, 4119.0, 4141.0, 4119.0, 4143.0, 4150.0, 4142.0, 4172.0, 4144.0, 4162.0, 4141.0, 4163.0, 4153.0, 4162.0, 4140.0, 4140.0, 4119.0, 4141.0, 4130.0, 4141.0, 4169.0, 4132.0, 4152.0, 4132.0, 4152.0, 4142.0, 4152.0, 4131.0, 4151.0, 4122.0, 4153.0, 4171.0, 4132.0, 4172.0, 4131.0, 4161.0, 4151.0, 4150.0, 4140.0, 4141.0, 4120.0, 4141.0, 4129.0, 4140.0, 4160.0, 4139.0, 4150.0, 4132.0, 4153.0, 4132.0, 4152.0, 4120.0, 4152.0, 4139.0, 4142.0, 4172.0, 4132.0, 4151.0, 4141.0, 4141.0, 4119.0, 4139.0, 4139.0, 4141.0, 4169.0, 4132.0, 4162.0, 4130.0, 4149.0, 4130.0, 4139.0, 4150.0, 4141.0, 4169.0, 4129.0, 4159.0, 4118.0, 4140.0, 4108.0, 4138.0, 4118.0, 4129.0, 4160.0, 4130.0, 4148.0, 4119.0, 4139.0, 4117.0, 4150.0, 4110.0, 4139.0, 4149.0, 4130.0, 4161.0, 4132.0, 4151.0, 4130.0, 4139.0, 4108.0, 4139.0, 4139.0, 4129.0, 4159.0, 4128.0, 4139.0, 4130.0, 4153.0, 4109.0, 4142.0, 4120.0, 4141.0, 4160.0, 4133.0, 4151.0, 4131.0, 4151.0, 4133.0, 4143.0, 4109.0, 4132.0, 4140.0, 4133.0, 4161.0, 4142.0, 4153.0, 4134.0, 4154.0, 4132.0, 4155.0, 4120.0, 4153.0, 4172.0, 4131.0, 4171.0, 4131.0, 4162.0, 4140.0, 4140.0, 4139.0, 4153.0, 4172.0, 4140.0, 4173.0, 4140.0, 4108.0, 4139.0, 4107.0, 4141.0, 4109.0, 4154.0, 4160.0, 4142.0, 4139.0, 4131.0, 4140.0, 4119.0, 4150.0, 4137.0, 4138.0, 4156.0, 4127.0, 4156.0, 4113.0, 4123.0, 4102.0, 4112.0, 4091.0, 4112.0, 4131.0, 4100.0, 4129.0, 4101.0, 4110.0, 4101.0, 4110.0, 4090.0, 4110.0, 4100.0, 4114.0, 4113.0, 4115.0, 4123.0, 4115.0, 4124.0, 4105.0, 4137.0, 4106.0, 4139.0, 4105.0, 4140.0, 4149.0, 4129.0, 4149.0, 4130.0, 4140.0, 4119.0, 4141.0, 4118.0, 4139.0, 4098.0, 4130.0, 4119.0, 4130.0, 4150.0, 4141.0, 4150.0, 4131.0, 4151.0, 4131.0, 4152.0, 4120.0, 4141.0, 4171.0, 4142.0, 4171.0, 4129.0, 4159.0, 4128.0, 4149.0, 4127.0, 4150.0, 4119.0, 4151.0, 4128.0, 4140.0, 4171.0, 4141.0, 4160.0, 4129.0, 4150.0, 4130.0, 4152.0, 4132.0, 4153.0, 4124.0, 4153.0, 4153.0, 4154.0, 4182.0, 4142.0, 4170.0, 4118.0, 4159.0, 4129.0, 4149.0, 4128.0, 4139.0, 4109.0, 4140.0, 4107.0, 4140.0, 4139.0, 4129.0, 4158.0, 4129.0, 4138.0, 4128.0, 4138.0, 4117.0, 4140.0, 4108.0, 4141.0, 4119.0, 4141.0, 4160.0, 4130.0, 4149.0, 4133.0, 4151.0, 4128.0, 4140.0, 4109.0, 4139.0, 4106.0, 4141.0, 4172.0, 4130.0, 4158.0, 4128.0, 4149.0, 4119.0, 4141.0, 4109.0, 4141.0, 4159.0, 4131.0, 4170.0, 4130.0, 4151.0, 4129.0, 4141.0, 4121.0, 4152.0, 4131.0, 4142.0, 4120.0, 4143.0, 4182.0, 4131.0, 4161.0, 4131.0, 4151.0, 4130.0, 4151.0, 4109.0, 4140.0, 4119.0, 4139.0, 4119.0, 4141.0, 4141.0, 4132.0, 4162.0, 4132.0, 4152.0, 4132.0, 4152.0, 4122.0, 4142.0, 4121.0, 4142.0, 4122.0, 4153.0, 4182.0, 4152.0, 4172.0, 4131.0, 4170.0, 4130.0, 4152.0, 4131.0, 4162.0, 4143.0, 4161.0, 4132.0, 4152.0, 4121.0, 4151.0, 4122.0, 4152.0, 4121.0, 4153.0, 4122.0, 4153.0, 4161.0, 4142.0, 4182.0, 4149.0, 4157.0, 4131.0, 4169.0, 4130.0, 4159.0, 4131.0, 4149.0, 4140.0, 4149.0, 4140.0, 4159.0, 4120.0, 4138.0, 4120.0, 4139.0, 4128.0, 4150.0, 4131.0, 4160.0, 4119.0, 4149.0, 4128.0, 4109.0, 4151.0, 4142.0, 4172.0, 4141.0, 4141.0, 4130.0, 4118.0, 4130.0, 4159.0, 4129.0, 4169.0, 4129.0, 4157.0, 4128.0, 4157.0, 4140.0, 4149.0, 4139.0, 4120.0, 4154.0, 4142.0, 4133.0, 4144.0, 4121.0, 4152.0, 4150.0, 4142.0, 4149.0, 4130.0, 4151.0, 4130.0, 4163.0, 4139.0, 4159.0, 4147.0, 4126.0, 4155.0, 4136.0, 4155.0, 4121.0, 4121.0, 4110.0, 4110.0, 4078.0, 4110.0, 4078.0, 4111.0, 4079.0, 4113.0, 4100.0, 4111.0, 4110.0, 4103.0, 4120.0, 4113.0, 4112.0, 4102.0, 4122.0, 4104.0, 4123.0, 4104.0, 4126.0, 4095.0, 4126.0, 4095.0, 4127.0, 4106.0, 4139.0, 4108.0, 4139.0, 4148.0, 4128.0, 4139.0, 4128.0, 4141.0, 4106.0, 4141.0, 4140.0, 4140.0, 4170.0, 4129.0, 4150.0, 4117.0, 4138.0, 4118.0, 4139.0, 4107.0, 4128.0, 4106.0, 4128.0, 4107.0, 4131.0, 4139.0, 4130.0, 4150.0, 4131.0, 4139.0, 4132.0, 4142.0, 4120.0, 4141.0, 4150.0, 4141.0, 4160.0, 4140.0, 4118.0, 4142.0, 4108.0, 4140.0, 4118.0, 4140.0, 4171.0, 4141.0, 4151.0, 4130.0, 4152.0, 4131.0, 4160.0, 4131.0, 4160.0, 4118.0, 4139.0, 4109.0, 4140.0, 4159.0, 4130.0, 4168.0, 4128.0, 4149.0, 4127.0, 4139.0, 4120.0, 4138.0, 4107.0, 4140.0, 4108.0, 4140.0, 4161.0, 4142.0, 4150.0, 4129.0, 4139.0, 4118.0, 4139.0, 4107.0, 4151.0, 4118.0, 4130.0, 4159.0, 4131.0, 4170.0, 4140.0, 4159.0, 4131.0, 4161.0, 4131.0, 4151.0, 4132.0, 4151.0, 4119.0, 4152.0, 4130.0, 4151.0, 4171.0, 4141.0, 4170.0, 4132.0, 4169.0, 4128.0, 4149.0, 4129.0, 4138.0, 4129.0, 4139.0, 4110.0, 4139.0, 4108.0, 4140.0, 4107.0, 4128.0, 4129.0, 4130.0, 4149.0, 4130.0, 4140.0, 4131.0, 4151.0, 4131.0, 4140.0, 4120.0, 4150.0, 4108.0, 4141.0, 4108.0, 4141.0, 4160.0, 4131.0, 4170.0, 4131.0, 4151.0, 4130.0, 4151.0, 4131.0, 4152.0, 4120.0, 4152.0, 4121.0, 4153.0, 4129.0, 4141.0, 4119.0, 4141.0, 4120.0, 4143.0, 4142.0, 4144.0, 4172.0, 4144.0, 4174.0, 4143.0, 4163.0, 4132.0, 4162.0, 4143.0, 4165.0, 4130.0, 4142.0, 4140.0, 4141.0, 4171.0, 4131.0, 4169.0, 4130.0, 4160.0, 4139.0, 4160.0, 4120.0, 4159.0, 4132.0, 4161.0, 4141.0, 4152.0, 4142.0, 4162.0, 4132.0, 4163.0, 4142.0, 4152.0, 4132.0, 4151.0, 4129.0, 4143.0, 4149.0, 4139.0, 4109.0, 4141.0, 4128.0, 4142.0, 4160.0, 4128.0, 4169.0, 4131.0, 4150.0, 4129.0, 4137.0, 4118.0, 4150.0, 4129.0, 4139.0, 4117.0, 4151.0, 4121.0, 4139.0, 4118.0, 4151.0, 4107.0, 4140.0, 4118.0, 4140.0, 4170.0, 4129.0, 4171.0, 4130.0, 4148.0, 4132.0, 4160.0, 4131.0, 4149.0, 4131.0, 4138.0, 4128.0, 4140.0, 4129.0, 4141.0, 4130.0, 4151.0, 4131.0, 4151.0, 4143.0, 4163.0, 4143.0, 4162.0, 4131.0, 4150.0, 4132.0, 4151.0, 4130.0, 4150.0, 4118.0, 4140.0, 4148.0, 4139.0, 4137.0, 4138.0, 4117.0, 4130.0, 4127.0, 4129.0, 4147.0, 4128.0, 4168.0, 4129.0, 4148.0, 4128.0, 4147.0, 4129.0, 4137.0, 4117.0, 4137.0, 4118.0, 4139.0, 4131.0, 4140.0, 4129.0, 4150.0, 4141.0, 4159.0, 4117.0, 4140.0, 4118.0, 4140.0, 4120.0, 4140.0, 4120.0, 4150.0, 4127.0, 4149.0, 4106.0, 4126.0, 4106.0, 4139.0, 4109.0, 4140.0, 4107.0, 4139.0, 4129.0, 4139.0, 4130.0, 4140.0, 4107.0, 4140.0, 4118.0, 4130.0, 4158.0], 'WindowWidth': [9305.0, 9285.0, 9230.0, 9237.0, 9219.0, 9212.0, 9184.0, 9211.0, 9201.0, 9213.0, 9194.0, 9211.0, 9180.0, 9208.0, 9175.0, 9209.0, 9177.0, 9210.0, 9234.0, 9212.0, 9233.0, 9196.0, 9229.0, 9198.0, 9225.0, 9200.0, 9206.0, 9182.0, 9208.0, 9186.0, 9233.0, 9205.0, 9232.0, 9202.0, 9247.0, 9207.0, 9239.0, 9209.0, 9258.0, 9215.0, 9235.0, 9247.0, 9237.0, 9256.0, 9220.0, 9222.0, 9229.0, 9267.0, 9216.0, 9269.0, 9214.0, 9239.0, 9207.0, 9234.0, 9208.0, 9219.0, 9162.0, 9203.0, 9164.0, 9215.0, 9250.0, 9194.0, 9248.0, 9195.0, 9220.0, 9194.0, 9206.0, 9184.0, 9221.0, 9200.0, 9213.0, 9180.0, 9210.0, 9192.0, 9210.0, 9229.0, 9208.0, 9245.0, 9187.0, 9188.0, 9204.0, 9192.0, 9224.0, 9208.0, 9232.0, 9195.0, 9206.0, 9179.0, 9209.0, 9245.0, 9197.0, 9239.0, 9207.0, 9219.0, 9189.0, 9202.0, 9166.0, 9181.0, 9220.0, 9179.0, 9219.0, 9160.0, 9184.0, 9154.0, 9154.0, 9121.0, 9153.0, 9122.0, 9149.0, 9164.0, 9150.0, 9149.0, 9139.0, 9171.0, 9130.0, 9178.0, 9149.0, 9159.0, 9205.0, 9165.0, 9186.0, 9154.0, 9179.0, 9157.0, 9190.0, 9165.0, 9207.0, 9189.0, 9210.0, 9207.0, 9232.0, 9165.0, 9204.0, 9189.0, 9235.0, 9243.0, 9217.0, 9243.0, 9219.0, 9248.0, 9235.0, 9257.0, 9220.0, 9259.0, 9220.0, 9234.0, 9235.0, 9189.0, 9232.0, 9216.0, 9236.0, 9259.0, 9232.0, 9274.0, 9242.0, 9239.0, 9202.0, 9240.0, 9200.0, 9236.0, 9225.0, 9223.0, 9240.0, 9211.0, 9200.0, 9230.0, 9201.0, 9229.0, 9231.0, 9213.0, 9201.0, 9227.0, 9202.0, 9229.0, 9204.0, 9229.0, 9233.0, 9242.0, 9216.0, 9240.0, 9204.0, 9227.0, 9202.0, 9241.0, 9205.0, 9241.0, 9220.0, 9259.0, 9220.0, 9188.0, 9230.0, 9190.0, 9231.0, 9227.0, 9230.0, 9269.0, 9229.0, 9221.0, 9211.0, 9219.0, 9207.0, 9233.0, 9192.0, 9226.0, 9192.0, 9241.0, 9191.0, 9235.0, 9197.0, 9192.0, 9199.0, 9221.0, 9198.0, 9209.0, 9198.0, 9212.0, 9215.0, 9207.0, 9182.0, 9212.0, 9186.0, 9210.0, 9192.0, 9211.0, 9187.0, 9211.0, 9251.0, 9211.0, 9181.0, 9208.0, 9163.0, 9208.0, 9234.0, 9212.0, 9251.0, 9201.0, 9268.0, 9226.0, 9247.0, 9210.0, 9216.0, 9174.0, 9216.0, 9187.0, 9219.0, 9200.0, 9203.0, 9156.0, 9187.0, 9157.0, 9184.0, 9180.0, 9186.0, 9158.0, 9189.0, 9145.0, 9207.0, 9164.0, 9208.0, 9221.0, 9204.0, 9242.0, 9191.0, 9231.0, 9193.0, 9232.0, 9203.0, 9211.0, 9171.0, 9214.0, 9175.0, 9205.0, 9175.0, 9202.0, 9179.0, 9207.0, 9191.0, 9205.0, 9185.0, 9209.0, 9198.0, 9227.0, 9199.0, 9216.0, 9208.0, 9212.0, 9246.0, 9194.0, 9231.0, 9191.0, 9203.0, 9191.0, 9160.0, 9192.0, 9160.0, 9206.0, 9182.0, 9230.0, 9218.0, 9225.0, 9193.0, 9237.0, 9204.0, 9231.0, 9200.0, 9214.0, 9175.0, 9199.0, 9171.0, 9198.0, 9174.0, 9185.0, 9183.0, 9189.0, 9183.0, 9174.0, 9189.0, 9191.0, 9207.0, 9202.0, 9211.0, 9218.0, 9199.0, 9216.0, 9242.0, 9214.0, 9227.0, 9214.0, 9226.0, 9197.0, 9223.0, 9208.0, 9209.0, 9203.0, 9211.0, 9246.0, 9209.0, 9236.0, 9194.0, 9179.0, 9212.0, 9180.0, 9217.0, 9224.0, 9216.0, 9255.0, 9219.0, 9243.0, 9213.0, 9244.0, 9230.0, 9240.0, 9209.0, 9207.0, 9179.0, 9210.0, 9194.0, 9211.0, 9247.0, 9200.0, 9226.0, 9203.0, 9227.0, 9216.0, 9228.0, 9199.0, 9225.0, 9187.0, 9231.0, 9252.0, 9201.0, 9254.0, 9198.0, 9240.0, 9225.0, 9224.0, 9208.0, 9210.0, 9181.0, 9211.0, 9193.0, 9209.0, 9235.0, 9207.0, 9222.0, 9201.0, 9230.0, 9200.0, 9227.0, 9185.0, 9228.0, 9206.0, 9215.0, 9254.0, 9200.0, 9224.0, 9211.0, 9210.0, 9181.0, 9208.0, 9205.0, 9209.0, 9247.0, 9198.0, 9240.0, 9195.0, 9217.0, 9193.0, 9205.0, 9218.0, 9209.0, 9246.0, 9191.0, 9229.0, 9175.0, 9206.0, 9163.0, 9203.0, 9176.0, 9192.0, 9233.0, 9196.0, 9215.0, 9178.0, 9204.0, 9174.0, 9220.0, 9166.0, 9207.0, 9219.0, 9195.0, 9237.0, 9200.0, 9225.0, 9195.0, 9204.0, 9163.0, 9204.0, 9203.0, 9191.0, 9231.0, 9191.0, 9207.0, 9195.0, 9227.0, 9167.0, 9216.0, 9184.0, 9212.0, 9236.0, 9204.0, 9227.0, 9199.0, 9226.0, 9202.0, 9216.0, 9167.0, 9201.0, 9209.0, 9204.0, 9240.0, 9216.0, 9231.0, 9206.0, 9233.0, 9202.0, 9235.0, 9183.0, 9230.0, 9254.0, 9198.0, 9253.0, 9198.0, 9240.0, 9209.0, 9210.0, 9206.0, 9231.0, 9253.0, 9207.0, 9260.0, 9207.0, 9163.0, 9205.0, 9162.0, 9211.0, 9166.0, 9233.0, 9238.0, 9213.0, 9207.0, 9197.0, 9209.0, 9180.0, 9221.0, 9199.0, 9201.0, 9224.0, 9182.0, 9219.0, 9159.0, 9172.0, 9142.0, 9155.0, 9125.0, 9154.0, 9179.0, 9135.0, 9173.0, 9137.0, 9151.0, 9138.0, 9149.0, 9123.0, 9151.0, 9138.0, 9160.0, 9158.0, 9163.0, 9172.0, 9165.0, 9176.0, 9153.0, 9197.0, 9156.0, 9203.0, 9156.0, 9208.0, 9219.0, 9193.0, 9219.0, 9195.0, 9206.0, 9179.0, 9209.0, 9175.0, 9205.0, 9148.0, 9194.0, 9179.0, 9196.0, 9223.0, 9212.0, 9224.0, 9199.0, 9227.0, 9199.0, 9229.0, 9183.0, 9211.0, 9251.0, 9212.0, 9251.0, 9192.0, 9232.0, 9190.0, 9219.0, 9189.0, 9221.0, 9181.0, 9223.0, 9191.0, 9209.0, 9251.0, 9211.0, 9233.0, 9194.0, 9223.0, 9198.0, 9229.0, 9204.0, 9233.0, 9193.0, 9231.0, 9231.0, 9232.0, 9268.0, 9213.0, 9249.0, 9177.0, 9231.0, 9192.0, 9218.0, 9188.0, 9205.0, 9166.0, 9208.0, 9162.0, 9209.0, 9205.0, 9192.0, 9230.0, 9193.0, 9204.0, 9191.0, 9206.0, 9176.0, 9207.0, 9164.0, 9213.0, 9182.0, 9212.0, 9236.0, 9194.0, 9220.0, 9203.0, 9224.0, 9189.0, 9207.0, 9166.0, 9204.0, 9159.0, 9210.0, 9253.0, 9196.0, 9230.0, 9190.0, 9219.0, 9178.0, 9209.0, 9166.0, 9211.0, 9233.0, 9197.0, 9248.0, 9197.0, 9225.0, 9196.0, 9212.0, 9186.0, 9228.0, 9200.0, 9216.0, 9183.0, 9218.0, 9269.0, 9200.0, 9239.0, 9198.0, 9227.0, 9198.0, 9225.0, 9168.0, 9209.0, 9180.0, 9207.0, 9180.0, 9212.0, 9212.0, 9204.0, 9241.0, 9203.0, 9228.0, 9203.0, 9230.0, 9190.0, 9214.0, 9186.0, 9215.0, 9189.0, 9232.0, 9269.0, 9228.0, 9252.0, 9199.0, 9250.0, 9197.0, 9226.0, 9200.0, 9242.0, 9219.0, 9240.0, 9203.0, 9227.0, 9188.0, 9228.0, 9189.0, 9228.0, 9188.0, 9232.0, 9190.0, 9231.0, 9240.0, 9216.0, 9270.0, 9221.0, 9228.0, 9197.0, 9247.0, 9196.0, 9233.0, 9197.0, 9220.0, 9208.0, 9222.0, 9210.0, 9231.0, 9180.0, 9205.0, 9182.0, 9205.0, 9192.0, 9221.0, 9196.0, 9235.0, 9178.0, 9220.0, 9190.0, 9168.0, 9224.0, 9216.0, 9256.0, 9212.0, 9208.0, 9195.0, 9177.0, 9193.0, 9232.0, 9192.0, 9245.0, 9190.0, 9227.0, 9190.0, 9225.0, 9209.0, 9219.0, 9205.0, 9183.0, 9235.0, 9215.0, 9204.0, 9223.0, 9186.0, 9230.0, 9223.0, 9214.0, 9222.0, 9197.0, 9225.0, 9197.0, 9242.0, 9204.0, 9234.0, 9211.0, 9182.0, 9221.0, 9193.0, 9219.0, 9168.0, 9166.0, 9148.0, 9147.0, 9103.0, 9146.0, 9102.0, 9149.0, 9107.0, 9158.0, 9139.0, 9152.0, 9150.0, 9144.0, 9165.0, 9159.0, 9156.0, 9144.0, 9171.0, 9148.0, 9174.0, 9149.0, 9180.0, 9138.0, 9182.0, 9139.0, 9184.0, 9157.0, 9204.0, 9165.0, 9206.0, 9216.0, 9191.0, 9206.0, 9190.0, 9210.0, 9160.0, 9210.0, 9205.0, 9210.0, 9250.0, 9192.0, 9220.0, 9174.0, 9201.0, 9174.0, 9203.0, 9158.0, 9187.0, 9158.0, 9189.0, 9161.0, 9197.0, 9206.0, 9197.0, 9222.0, 9197.0, 9208.0, 9201.0, 9216.0, 9185.0, 9214.0, 9223.0, 9213.0, 9235.0, 9208.0, 9177.0, 9212.0, 9164.0, 9209.0, 9179.0, 9210.0, 9254.0, 9212.0, 9226.0, 9199.0, 9228.0, 9200.0, 9236.0, 9198.0, 9234.0, 9178.0, 9207.0, 9166.0, 9209.0, 9232.0, 9193.0, 9244.0, 9190.0, 9219.0, 9190.0, 9206.0, 9180.0, 9202.0, 9161.0, 9209.0, 9165.0, 9210.0, 9238.0, 9214.0, 9222.0, 9194.0, 9206.0, 9178.0, 9205.0, 9163.0, 9226.0, 9177.0, 9196.0, 9232.0, 9200.0, 9250.0, 9211.0, 9234.0, 9200.0, 9241.0, 9201.0, 9227.0, 9202.0, 9226.0, 9182.0, 9228.0, 9197.0, 9226.0, 9253.0, 9212.0, 9249.0, 9201.0, 9248.0, 9190.0, 9218.0, 9191.0, 9204.0, 9191.0, 9205.0, 9167.0, 9205.0, 9164.0, 9209.0, 9162.0, 9190.0, 9193.0, 9196.0, 9219.0, 9196.0, 9210.0, 9198.0, 9226.0, 9198.0, 9207.0, 9181.0, 9222.0, 9164.0, 9212.0, 9165.0, 9213.0, 9236.0, 9199.0, 9252.0, 9200.0, 9224.0, 9199.0, 9227.0, 9198.0, 9228.0, 9184.0, 9227.0, 9186.0, 9230.0, 9195.0, 9213.0, 9180.0, 9215.0, 9185.0, 9221.0, 9218.0, 9224.0, 9260.0, 9223.0, 9261.0, 9220.0, 9246.0, 9204.0, 9244.0, 9219.0, 9249.0, 9197.0, 9214.0, 9210.0, 9212.0, 9251.0, 9198.0, 9248.0, 9195.0, 9236.0, 9207.0, 9235.0, 9182.0, 9234.0, 9202.0, 9240.0, 9215.0, 9229.0, 9217.0, 9243.0, 9203.0, 9246.0, 9218.0, 9227.0, 9200.0, 9224.0, 9193.0, 9216.0, 9218.0, 9205.0, 9165.0, 9211.0, 9193.0, 9212.0, 9235.0, 9190.0, 9245.0, 9197.0, 9222.0, 9193.0, 9200.0, 9177.0, 9223.0, 9194.0, 9206.0, 9176.0, 9225.0, 9186.0, 9206.0, 9177.0, 9225.0, 9162.0, 9210.0, 9178.0, 9208.0, 9248.0, 9194.0, 9253.0, 9195.0, 9216.0, 9200.0, 9237.0, 9199.0, 9219.0, 9196.0, 9204.0, 9190.0, 9207.0, 9198.0, 9211.0, 9197.0, 9225.0, 9201.0, 9227.0, 9218.0, 9247.0, 9217.0, 9240.0, 9198.0, 9224.0, 9202.0, 9227.0, 9196.0, 9222.0, 9177.0, 9209.0, 9216.0, 9205.0, 9200.0, 9203.0, 9173.0, 9196.0, 9186.0, 9192.0, 9215.0, 9191.0, 9243.0, 9189.0, 9216.0, 9190.0, 9214.0, 9192.0, 9199.0, 9173.0, 9202.0, 9177.0, 9205.0, 9197.0, 9207.0, 9194.0, 9222.0, 9212.0, 9233.0, 9174.0, 9206.0, 9176.0, 9207.0, 9181.0, 9207.0, 9185.0, 9221.0, 9188.0, 9218.0, 9158.0, 9183.0, 9158.0, 9206.0, 9165.0, 9207.0, 9161.0, 9206.0, 9193.0, 9206.0, 9194.0, 9210.0, 9161.0, 9207.0, 9176.0, 9193.0, 9230.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.00023625583566760035</td></tr>
<tr><td colspan=3>aqi</td><td>0.017101770308123248</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.42824894905607</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.175011671158877</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9836178133177578</td></tr>
<tr><td colspan=3>efc</td><td>0.4666</td></tr>
<tr><td colspan=3>fber</td><td>6855.6841</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05342604628458464</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.18674136321195145</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.643145901754263</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5789036657868727</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.838500750506687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.512033288969229</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105845</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005030685104429722</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024823177605867386</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7280043548440527</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.5364</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5788</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.3065</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300869.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.1206</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0068</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.3111</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3331.1957</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.4411</td></tr>
<tr><td colspan=3>tsnr</td><td>43.292652094969526</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>