<?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-0039_ses-01_task-social_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-0039_ses-01_task-social_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-0039_suffix-bold_task-social" 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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0039_suffix-bold_task-social" 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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0039_suffix-bold_task-social" 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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0039_suffix-bold_task-social" 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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_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-0039_suffix-bold_task-social" 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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_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-0039_suffix-bold_task-social" 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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0039_suffix-bold_task-social" 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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-01_task-social_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_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-0039/ses-01/func/sub-0039_ses-01_task-social_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>48633bff7e44507634158c221dc261f7</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>17:00:59.947500</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.999139, 0.0296882, 0.028968, -0.034367, 0.983547, 0.177355]</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-social_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.1123</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-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7797, -7162, 627, -54, -248, 24, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.53</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>be96bae6-3c4c-4056-8bd5-61f55da59c7f||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.6806178092956543, -0.0922040343284607, 0.0627102255821228, 114.46920013427734], [-0.07965133339166641, 2.6387836933135986, 0.48113515973091125, -101.5967788696289], [0.07771901041269302, -0.4758313000202179, 2.6560451984405518, -15.56764030456543], [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, 872]</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], 'AcquisitionTime': ['170059.947500', '170100.407500', '170100.867500', '170101.327500', '170101.787500', '170102.247500', '170102.707500', '170103.167500', '170103.627500', '170104.087500', '170104.547500', '170105.007500', '170105.467500', '170105.927500', '170106.387500', '170106.847500', '170107.307500', '170107.767500', '170108.227500', '170108.687500', '170109.147500', '170109.607500', '170110.067500', '170110.527500', '170110.987500', '170111.447500', '170111.907500', '170112.367500', '170112.827500', '170113.287500', '170113.747500', '170114.207500', '170114.667500', '170115.127500', '170115.587500', '170116.047500', '170116.507500', '170116.967500', '170117.427500', '170117.887500', '170118.347500', '170118.807500', '170119.267500', '170119.727500', '170120.187500', '170120.647500', '170121.107500', '170121.567500', '170122.027500', '170122.487500', '170122.947500', '170123.407500', '170123.867500', '170124.327500', '170124.787500', '170125.247500', '170125.707500', '170126.167500', '170126.627500', '170127.087500', '170127.547500', '170128.007500', '170128.467500', '170128.927500', '170129.387500', '170129.847500', '170130.307500', '170130.767500', '170131.227500', '170131.687500', '170132.147500', '170132.607500', '170133.067500', '170133.527500', '170133.987500', '170134.447500', '170134.907500', '170135.367500', '170135.827500', '170136.287500', '170136.747500', '170137.207500', '170137.667500', '170138.127500', '170138.587500', '170139.047500', '170139.507500', '170139.967500', '170140.427500', '170140.887500', '170141.347500', '170141.807500', '170142.267500', '170142.727500', '170143.187500', '170143.647500', '170144.107500', '170144.567500', '170145.027500', '170145.487500', '170145.947500', '170146.407500', '170146.867500', '170147.327500', '170147.787500', '170148.247500', '170148.707500', '170149.167500', '170149.627500', '170150.087500', '170150.547500', '170151.007500', '170151.467500', '170151.927500', '170152.387500', '170152.847500', '170153.307500', '170153.767500', '170154.227500', '170154.687500', '170155.147500', '170155.607500', '170156.067500', '170156.527500', '170156.987500', '170157.447500', '170157.907500', '170158.367500', '170158.827500', '170159.287500', '170159.747500', '170200.207500', '170200.667500', '170201.127500', '170201.587500', '170202.047500', '170202.507500', '170202.967500', '170203.427500', '170203.887500', '170204.347500', '170204.807500', '170205.267500', '170205.727500', '170206.187500', '170206.647500', '170207.107500', '170207.567500', '170208.027500', '170208.487500', '170208.947500', '170209.407500', '170209.867500', '170210.327500', '170210.787500', '170211.247500', '170211.707500', '170212.167500', '170212.627500', '170213.087500', '170213.547500', '170214.007500', '170214.467500', '170214.927500', '170215.387500', '170215.847500', '170216.307500', '170216.767500', '170217.227500', '170217.687500', '170218.147500', '170218.607500', '170219.067500', '170219.527500', '170219.987500', '170220.447500', '170220.907500', '170221.367500', '170221.827500', '170222.287500', '170222.747500', '170223.207500', '170223.667500', '170224.127500', '170224.587500', '170225.047500', '170225.507500', '170225.967500', '170226.427500', '170226.887500', '170227.347500', '170227.807500', '170228.267500', '170228.727500', '170229.187500', '170229.647500', '170230.107500', '170230.567500', '170231.027500', '170231.487500', '170231.947500', '170232.407500', '170232.867500', '170233.327500', '170233.787500', '170234.247500', '170234.707500', '170235.167500', '170235.627500', '170236.087500', '170236.547500', '170237.007500', '170237.467500', '170237.927500', '170238.387500', '170238.847500', '170239.307500', '170239.767500', '170240.227500', '170240.687500', '170241.147500', '170241.607500', '170242.067500', '170242.527500', '170242.987500', '170243.447500', '170243.907500', '170244.367500', '170244.827500', '170245.287500', '170245.747500', '170246.207500', '170246.667500', '170247.127500', '170247.587500', '170248.047500', '170248.507500', '170248.967500', '170249.427500', '170249.887500', '170250.347500', '170250.807500', '170251.267500', '170251.727500', '170252.187500', '170252.647500', '170253.107500', '170253.567500', '170254.027500', '170254.487500', '170254.947500', '170255.407500', '170255.867500', '170256.327500', '170256.787500', '170257.247500', '170257.707500', '170258.167500', '170258.627500', '170259.087500', '170259.547500', '170300.007500', '170300.467500', '170300.927500', '170301.387500', '170301.847500', '170302.307500', '170302.767500', '170303.227500', '170303.687500', '170304.147500', '170304.607500', '170305.067500', '170305.527500', '170305.987500', '170306.447500', '170306.907500', '170307.367500', '170307.827500', '170308.287500', '170308.747500', '170309.207500', '170309.667500', '170310.127500', '170310.587500', '170311.047500', '170311.507500', '170311.967500', '170312.427500', '170312.887500', '170313.347500', '170313.807500', '170314.267500', '170314.727500', '170315.187500', '170315.647500', '170316.107500', '170316.567500', '170317.027500', '170317.487500', '170317.947500', '170318.407500', '170318.867500', '170319.327500', '170319.787500', '170320.247500', '170320.707500', '170321.167500', '170321.627500', '170322.087500', '170322.547500', '170323.007500', '170323.467500', '170323.927500', '170324.387500', '170324.847500', '170325.307500', '170325.767500', '170326.227500', '170326.687500', '170327.147500', '170327.607500', '170328.067500', '170328.527500', '170328.987500', '170329.447500', '170329.907500', '170330.367500', '170330.827500', '170331.287500', '170331.747500', '170332.207500', '170332.667500', '170333.127500', '170333.587500', '170334.047500', '170334.507500', '170334.967500', '170335.427500', '170335.887500', '170336.347500', '170336.807500', '170337.267500', '170337.727500', '170338.187500', '170338.647500', '170339.107500', '170339.567500', '170340.027500', '170340.487500', '170340.947500', '170341.407500', '170341.867500', '170342.327500', '170342.787500', '170343.247500', '170343.707500', '170344.167500', '170344.627500', '170345.087500', '170345.547500', '170346.007500', '170346.467500', '170346.927500', '170347.387500', '170347.847500', '170348.307500', '170348.767500', '170349.227500', '170349.687500', '170350.147500', '170350.607500', '170351.067500', '170351.527500', '170351.987500', '170352.447500', '170352.907500', '170353.367500', '170353.827500', '170354.287500', '170354.747500', '170355.207500', '170355.667500', '170356.127500', '170356.587500', '170357.047500', '170357.507500', '170357.967500', '170358.427500', '170358.887500', '170359.347500', '170359.807500', '170400.267500', '170400.727500', '170401.187500', '170401.647500', '170402.107500', '170402.567500', '170403.027500', '170403.487500', '170403.947500', '170404.407500', '170404.867500', '170405.327500', '170405.787500', '170406.247500', '170406.707500', '170407.167500', '170407.627500', '170408.087500', '170408.547500', '170409.007500', '170409.467500', '170409.927500', '170410.387500', '170410.847500', '170411.307500', '170411.767500', '170412.227500', '170412.687500', '170413.147500', '170413.607500', '170414.067500', '170414.527500', '170414.987500', '170415.447500', '170415.907500', '170416.367500', '170416.827500', '170417.287500', '170417.747500', '170418.207500', '170418.667500', '170419.127500', '170419.587500', '170420.047500', '170420.507500', '170420.967500', '170421.427500', '170421.887500', '170422.347500', '170422.807500', '170423.267500', '170423.727500', '170424.187500', '170424.647500', '170425.107500', '170425.567500', '170426.027500', '170426.487500', '170426.947500', '170427.407500', '170427.867500', '170428.327500', '170428.787500', '170429.247500', '170429.707500', '170430.167500', '170430.627500', '170431.087500', '170431.547500', '170432.007500', '170432.467500', '170432.927500', '170433.387500', '170433.847500', '170434.307500', '170434.767500', '170435.227500', '170435.687500', '170436.147500', '170436.607500', '170437.067500', '170437.527500', '170437.987500', '170438.447500', '170438.907500', '170439.367500', '170439.827500', '170440.287500', '170440.747500', '170441.207500', '170441.667500', '170442.127500', '170442.587500', '170443.047500', '170443.507500', '170443.967500', '170444.427500', '170444.887500', '170445.347500', '170445.807500', '170446.267500', '170446.727500', '170447.187500', '170447.647500', '170448.107500', '170448.567500', '170449.027500', '170449.487500', '170449.947500', '170450.407500', '170450.867500', '170451.327500', '170451.787500', '170452.247500', '170452.707500', '170453.167500', '170453.627500', '170454.087500', '170454.547500', '170455.007500', '170455.467500', '170455.927500', '170456.387500', '170456.847500', '170457.307500', '170457.767500', '170458.227500', '170458.687500', '170459.147500', '170459.607500', '170500.067500', '170500.527500', '170500.987500', '170501.447500', '170501.907500', '170502.367500', '170502.827500', '170503.287500', '170503.747500', '170504.207500', '170504.667500', '170505.127500', '170505.587500', '170506.047500', '170506.507500', '170506.967500', '170507.427500', '170507.887500', '170508.347500', '170508.807500', '170509.267500', '170509.727500', '170510.187500', '170510.647500', '170511.107500', '170511.567500', '170512.027500', '170512.487500', '170512.947500', '170513.407500', '170513.867500', '170514.327500', '170514.787500', '170515.247500', '170515.707500', '170516.167500', '170516.627500', '170517.087500', '170517.547500', '170518.007500', '170518.467500', '170518.927500', '170519.387500', '170519.847500', '170520.307500', '170520.767500', '170521.227500', '170521.687500', '170522.147500', '170522.607500', '170523.067500', '170523.527500', '170523.987500', '170524.447500', '170524.907500', '170525.367500', '170525.827500', '170526.287500', '170526.747500', '170527.207500', '170527.667500', '170528.127500', '170528.587500', '170529.047500', '170529.507500', '170529.967500', '170530.427500', '170530.887500', '170531.347500', '170531.807500', '170532.267500', '170532.727500', '170533.187500', '170533.647500', '170534.107500', '170534.567500', '170535.027500', '170535.487500', '170535.947500', '170536.407500', '170536.867500', '170537.327500', '170537.787500', '170538.247500', '170538.707500', '170539.167500', '170539.627500', '170540.087500', '170540.547500', '170541.007500', '170541.467500', '170541.927500', '170542.387500', '170542.847500', '170543.307500', '170543.767500', '170544.227500', '170544.687500', '170545.147500', '170545.607500', '170546.067500', '170546.527500', '170546.987500', '170547.447500', '170547.907500', '170548.367500', '170548.827500', '170549.287500', '170549.747500', '170550.207500', '170550.667500', '170551.127500', '170551.587500', '170552.047500', '170552.507500', '170552.967500', '170553.427500', '170553.887500', '170554.347500', '170554.807500', '170555.267500', '170555.727500', '170556.187500', '170556.647500', '170557.107500', '170557.567500', '170558.027500', '170558.487500', '170558.947500', '170559.407500', '170559.867500', '170600.327500', '170600.787500', '170601.247500', '170601.707500', '170602.167500', '170602.627500', '170603.087500', '170603.547500', '170604.007500', '170604.467500', '170604.927500', '170605.387500', '170605.847500', '170606.307500', '170606.767500', '170607.227500', '170607.687500', '170608.147500', '170608.607500', '170609.067500', '170609.527500', '170609.987500', '170610.447500', '170610.907500', '170611.367500', '170611.827500', '170612.287500', '170612.747500', '170613.207500', '170613.667500', '170614.127500', '170614.587500', '170615.047500', '170615.507500', '170615.967500', '170616.427500', '170616.887500', '170617.347500', '170617.807500', '170618.267500', '170618.727500', '170619.187500', '170619.647500', '170620.107500', '170620.567500', '170621.027500', '170621.487500', '170621.947500', '170622.407500', '170622.867500', '170623.327500', '170623.787500', '170624.247500', '170624.707500', '170625.167500', '170625.627500', '170626.087500', '170626.547500', '170627.007500', '170627.467500', '170627.927500', '170628.387500', '170628.847500', '170629.307500', '170629.767500', '170630.227500', '170630.687500', '170631.147500', '170631.607500', '170632.067500', '170632.527500', '170632.987500', '170633.447500', '170633.907500', '170634.367500', '170634.827500', '170635.287500', '170635.747500', '170636.207500', '170636.667500', '170637.127500', '170637.587500', '170638.047500', '170638.507500', '170638.967500', '170639.427500', '170639.887500', '170640.347500', '170640.807500', '170641.267500', '170641.727500', '170642.187500', '170642.647500', '170643.107500', '170643.567500', '170644.027500', '170644.487500', '170644.947500', '170645.407500', '170645.867500', '170646.327500', '170646.787500', '170647.247500', '170647.707500', '170648.167500', '170648.627500', '170649.087500', '170649.547500', '170650.007500', '170650.467500', '170650.927500', '170651.387500', '170651.847500', '170652.307500', '170652.767500', '170653.227500', '170653.687500', '170654.147500', '170654.607500', '170655.067500', '170655.527500', '170655.987500', '170656.447500', '170656.907500', '170657.367500', '170657.827500', '170658.287500', '170658.747500', '170659.207500', '170659.667500', '170700.127500', '170700.587500', '170701.047500', '170701.507500', '170701.967500', '170702.427500', '170702.887500', '170703.347500', '170703.807500', '170704.267500', '170704.727500', '170705.187500', '170705.647500', '170706.107500', '170706.567500', '170707.027500', '170707.487500', '170707.947500', '170708.407500', '170708.867500', '170709.327500', '170709.787500', '170710.247500', '170710.707500', '170711.167500', '170711.627500', '170712.087500', '170712.547500', '170713.007500', '170713.467500', '170713.927500', '170714.387500', '170714.847500', '170715.307500', '170715.767500', '170716.227500', '170716.687500', '170717.147500', '170717.607500', '170718.067500', '170718.527500', '170718.987500', '170719.447500', '170719.907500', '170720.367500', '170720.827500', '170721.287500', '170721.747500', '170722.207500', '170722.667500', '170723.127500', '170723.587500', '170724.047500', '170724.507500', '170724.967500', '170725.427500', '170725.887500', '170726.347500', '170726.807500', '170727.267500', '170727.727500', '170728.187500', '170728.647500', '170729.107500', '170729.567500', '170730.027500', '170730.487500', '170730.947500', '170731.407500', '170731.867500', '170732.327500', '170732.787500', '170733.247500', '170733.707500', '170734.167500', '170734.627500', '170735.087500', '170735.547500', '170736.007500', '170736.467500', '170736.927500', '170737.387500', '170737.847500', '170738.307500', '170738.767500', '170739.227500', '170739.687500', '170740.147500', '170740.607500'], 'ContentTime': ['170126.202000', '170126.206000', '170126.208000', '170126.211000', '170126.214000', '170126.217000', '170126.220000', '170126.223000', '170126.226000', '170126.228000', '170126.231000', '170126.234000', '170126.237000', '170126.246000', '170126.249000', '170126.252000', '170126.255000', '170126.258000', '170126.261000', '170126.263000', '170126.266000', '170126.269000', '170126.272000', '170126.275000', '170126.278000', '170126.281000', '170126.283000', '170126.293000', '170126.296000', '170126.299000', '170126.302000', '170126.305000', '170126.307000', '170126.310000', '170126.313000', '170126.316000', '170126.319000', '170126.322000', '170126.324000', '170126.327000', '170126.330000', '170126.338000', '170126.341000', '170126.344000', '170126.347000', '170126.350000', '170126.352000', '170126.355000', '170126.358000', '170126.361000', '170126.364000', '170126.367000', '170126.369000', '170126.372000', '170126.375000', '170146.172000', '170146.175000', '170146.178000', '170146.181000', '170146.184000', '170146.186000', '170146.189000', '170146.192000', '170146.195000', '170146.198000', '170146.201000', '170146.204000', '170146.206000', '170146.209000', '170146.212000', '170146.215000', '170146.218000', '170146.221000', '170146.224000', '170146.226000', '170146.229000', '170146.234000', '170146.237000', '170146.240000', '170146.243000', '170146.245000', '170146.248000', '170146.251000', '170146.254000', '170146.257000', '170146.260000', '170146.263000', '170146.265000', '170146.268000', '170146.271000', '170146.274000', '170146.277000', '170146.280000', '170146.283000', '170146.285000', '170146.289000', '170146.292000', '170146.295000', '170206.172000', '170206.175000', '170206.178000', '170206.181000', '170206.184000', '170206.186000', '170206.189000', '170206.192000', '170206.195000', '170206.198000', '170206.201000', '170206.204000', '170206.206000', '170206.209000', '170206.212000', '170206.215000', '170206.218000', '170206.221000', '170206.224000', '170206.227000', '170206.229000', '170206.232000', '170206.235000', '170206.238000', '170206.241000', '170206.244000', '170206.247000', '170206.249000', '170206.252000', '170206.255000', '170206.258000', '170206.261000', '170206.264000', '170206.267000', '170206.270000', '170206.272000', '170206.275000', '170206.278000', '170206.281000', '170206.284000', '170206.287000', '170206.290000', '170206.293000', '170206.295000', '170226.172000', '170226.175000', '170226.178000', '170226.181000', '170226.184000', '170226.187000', '170226.190000', '170226.193000', '170226.195000', '170226.198000', '170226.201000', '170226.204000', '170226.207000', '170226.210000', '170226.212000', '170226.215000', '170226.218000', '170226.221000', '170226.224000', '170226.227000', '170226.229000', '170226.232000', '170226.235000', '170226.238000', '170226.241000', '170226.244000', '170226.254000', '170226.257000', '170226.260000', '170226.263000', '170226.266000', '170226.269000', '170226.272000', '170226.274000', '170226.277000', '170226.280000', '170226.283000', '170226.286000', '170226.289000', '170226.292000', '170226.295000', '170226.297000', '170226.300000', '170246.172000', '170246.175000', '170246.178000', '170246.181000', '170246.183000', '170246.186000', '170246.189000', '170246.192000', '170246.195000', '170246.198000', '170246.201000', '170246.204000', '170246.206000', '170246.209000', '170246.212000', '170246.215000', '170246.218000', '170246.221000', '170246.224000', '170246.227000', '170246.229000', '170246.232000', '170246.235000', '170246.238000', '170246.241000', '170246.244000', '170246.247000', '170246.250000', '170246.252000', '170246.255000', '170246.258000', '170246.269000', '170246.272000', '170246.275000', '170246.278000', '170246.281000', '170246.284000', '170246.287000', '170246.290000', '170246.293000', '170246.296000', '170246.308000', '170246.311000', '170246.314000', '170306.172000', '170306.255000', '170306.258000', '170306.261000', '170306.264000', '170306.267000', '170306.270000', '170306.273000', '170306.275000', '170306.278000', '170306.281000', '170306.284000', '170306.287000', '170306.290000', '170306.293000', '170306.296000', '170306.299000', '170306.301000', '170306.304000', '170306.307000', '170306.310000', '170306.313000', '170306.316000', '170306.319000', '170306.322000', '170306.325000', '170306.329000', '170306.332000', '170306.335000', '170306.338000', '170306.340000', '170306.343000', '170306.346000', '170306.349000', '170306.352000', '170306.355000', '170306.358000', '170306.361000', '170306.364000', '170306.367000', '170306.369000', '170306.372000', '170306.375000', '170326.172000', '170326.223000', '170326.226000', '170326.228000', '170326.231000', '170326.234000', '170326.237000', '170326.240000', '170326.243000', '170326.246000', '170326.249000', '170326.251000', '170326.254000', '170326.257000', '170326.260000', '170326.263000', '170326.266000', '170326.269000', '170326.272000', '170326.274000', '170326.277000', '170326.280000', '170326.283000', '170326.296000', '170326.299000', '170326.302000', '170326.305000', '170326.307000', '170326.310000', '170326.313000', '170326.316000', '170326.319000', '170326.322000', '170326.325000', '170326.328000', '170326.330000', '170326.333000', '170326.336000', '170326.339000', '170326.342000', '170326.345000', '170326.348000', '170326.351000', '170346.171000', '170346.174000', '170346.177000', '170346.180000', '170346.183000', '170346.186000', '170346.188000', '170346.191000', '170346.194000', '170346.197000', '170346.212000', '170346.215000', '170346.217000', '170346.220000', '170346.223000', '170346.226000', '170346.229000', '170346.232000', '170346.235000', '170346.237000', '170346.240000', '170346.243000', '170346.246000', '170346.249000', '170346.252000', '170346.255000', '170346.258000', '170346.261000', '170346.263000', '170346.266000', '170346.269000', '170346.272000', '170346.275000', '170346.278000', '170346.281000', '170346.284000', '170346.287000', '170346.289000', '170346.292000', '170346.295000', '170346.298000', '170346.301000', '170346.304000', '170346.307000', '170406.172000', '170406.190000', '170406.193000', '170406.199000', '170406.202000', '170406.205000', '170406.208000', '170406.211000', '170406.214000', '170406.217000', '170406.220000', '170406.222000', '170406.225000', '170406.228000', '170406.231000', '170406.234000', '170406.237000', '170406.240000', '170406.243000', '170406.245000', '170406.248000', '170406.251000', '170406.254000', '170406.257000', '170406.260000', '170406.263000', '170406.266000', '170406.269000', '170406.272000', '170406.274000', '170406.277000', '170406.280000', '170406.283000', '170406.286000', '170406.289000', '170406.292000', '170406.294000', '170406.297000', '170406.300000', '170406.303000', '170406.306000', '170406.309000', '170406.312000', '170426.172000', '170426.198000', '170426.201000', '170426.204000', '170426.207000', '170426.210000', '170426.213000', '170426.215000', '170426.218000', '170426.221000', '170426.224000', '170426.227000', '170426.230000', '170426.233000', '170426.236000', '170426.238000', '170426.241000', '170426.244000', '170426.247000', '170426.250000', '170426.253000', '170426.256000', '170426.258000', '170426.261000', '170426.264000', '170426.267000', '170426.270000', '170426.273000', '170426.276000', '170426.288000', '170426.291000', '170426.294000', '170426.297000', '170426.300000', '170426.302000', '170426.305000', '170426.308000', '170426.315000', '170426.318000', '170426.321000', '170426.323000', '170426.326000', '170426.329000', '170426.332000', '170446.172000', '170446.216000', '170446.219000', '170446.221000', '170446.224000', '170446.227000', '170446.230000', '170446.233000', '170446.236000', '170446.239000', '170446.242000', '170446.244000', '170446.247000', '170446.250000', '170446.253000', '170446.256000', '170446.259000', '170446.262000', '170446.265000', '170446.268000', '170446.270000', '170446.273000', '170446.276000', '170446.279000', '170446.282000', '170446.285000', '170446.288000', '170446.291000', '170446.294000', '170446.296000', '170446.299000', '170446.302000', '170446.305000', '170446.308000', '170446.311000', '170446.314000', '170446.317000', '170446.320000', '170446.323000', '170446.325000', '170446.328000', '170446.331000', '170446.334000', '170506.172000', '170506.175000', '170506.178000', '170506.181000', '170506.184000', '170506.187000', '170506.190000', '170506.193000', '170506.195000', '170506.198000', '170506.201000', '170506.204000', '170506.207000', '170506.210000', '170506.213000', '170506.216000', '170506.219000', '170506.221000', '170506.224000', '170506.227000', '170506.230000', '170506.233000', '170506.236000', '170506.239000', '170506.242000', '170506.245000', '170506.247000', '170506.250000', '170506.253000', '170506.256000', '170506.259000', '170506.262000', '170506.265000', '170506.267000', '170506.270000', '170506.273000', '170506.276000', '170506.279000', '170506.282000', '170506.285000', '170506.288000', '170506.291000', '170506.294000', '170506.296000', '170526.172000', '170526.204000', '170526.207000', '170526.210000', '170526.212000', '170526.215000', '170526.218000', '170526.221000', '170526.224000', '170526.227000', '170526.230000', '170526.233000', '170526.236000', '170526.253000', '170526.256000', '170526.259000', '170526.262000', '170526.264000', '170526.267000', '170526.270000', '170526.273000', '170526.276000', '170526.279000', '170526.282000', '170526.285000', '170526.288000', '170526.291000', '170526.293000', '170526.296000', '170526.299000', '170526.302000', '170526.305000', '170526.308000', '170526.311000', '170526.313000', '170526.316000', '170526.319000', '170526.322000', '170526.325000', '170526.328000', '170526.331000', '170526.334000', '170526.336000', '170546.172000', '170546.202000', '170546.205000', '170546.208000', '170546.211000', '170546.214000', '170546.217000', '170546.219000', '170546.222000', '170546.225000', '170546.228000', '170546.231000', '170546.234000', '170546.237000', '170546.240000', '170546.243000', '170546.245000', '170546.248000', '170546.251000', '170546.254000', '170546.257000', '170546.260000', '170546.263000', '170546.266000', '170546.268000', '170546.271000', '170546.274000', '170546.277000', '170546.280000', '170546.283000', '170546.286000', '170546.289000', '170546.292000', '170546.295000', '170546.297000', '170546.300000', '170546.303000', '170546.306000', '170546.309000', '170546.312000', '170546.315000', '170546.318000', '170546.320000', '170546.323000', '170606.171000', '170606.227000', '170606.229000', '170606.244000', '170606.247000', '170606.250000', '170606.253000', '170606.256000', '170606.259000', '170606.261000', '170606.264000', '170606.267000', '170606.270000', '170606.273000', '170606.276000', '170606.279000', '170606.282000', '170606.284000', '170606.287000', '170606.290000', '170606.293000', '170606.296000', '170606.299000', '170606.302000', '170606.305000', '170606.308000', '170606.310000', '170606.313000', '170606.316000', '170606.319000', '170606.322000', '170606.325000', '170606.328000', '170606.331000', '170606.334000', '170606.337000', '170606.339000', '170606.342000', '170606.345000', '170606.348000', '170606.351000', '170606.354000', '170606.357000', '170626.172000', '170626.229000', '170626.232000', '170626.235000', '170626.238000', '170626.241000', '170626.244000', '170626.246000', '170626.249000', '170626.252000', '170626.255000', '170626.258000', '170626.261000', '170626.264000', '170626.267000', '170626.269000', '170626.272000', '170626.275000', '170626.278000', '170626.281000', '170626.284000', '170626.287000', '170626.290000', '170626.293000', '170626.296000', '170626.299000', '170626.301000', '170626.304000', '170626.307000', '170626.310000', '170626.313000', '170626.316000', '170626.319000', '170626.321000', '170626.324000', '170626.327000', '170626.330000', '170626.333000', '170626.336000', '170626.339000', '170626.342000', '170626.344000', '170626.347000', '170626.350000', '170646.172000', '170646.199000', '170646.203000', '170646.206000', '170646.209000', '170646.211000', '170646.214000', '170646.217000', '170646.220000', '170646.223000', '170646.226000', '170646.229000', '170646.232000', '170646.235000', '170646.237000', '170646.240000', '170646.243000', '170646.246000', '170646.249000', '170646.252000', '170646.255000', '170646.258000', '170646.261000', '170646.264000', '170646.267000', '170646.270000', '170646.273000', '170646.276000', '170646.279000', '170646.282000', '170646.285000', '170646.288000', '170646.290000', '170646.293000', '170646.296000', '170646.299000', '170646.302000', '170646.305000', '170646.308000', '170646.310000', '170646.313000', '170646.316000', '170646.319000', '170706.172000', '170706.175000', '170706.178000', '170706.181000', '170706.184000', '170706.187000', '170706.190000', '170706.193000', '170706.196000', '170706.198000', '170706.201000', '170706.204000', '170706.207000', '170706.210000', '170706.213000', '170706.216000', '170706.219000', '170706.222000', '170706.225000', '170706.227000', '170706.230000', '170706.233000', '170706.236000', '170706.239000', '170706.242000', '170706.245000', '170706.248000', '170706.251000', '170706.253000', '170706.256000', '170706.259000', '170706.262000', '170706.265000', '170706.268000', '170706.271000', '170706.274000', '170706.277000', '170706.279000', '170706.282000', '170706.285000', '170706.288000', '170706.291000', '170706.295000', '170706.298000', '170726.172000', '170726.216000', '170726.219000', '170726.222000', '170726.224000', '170726.227000', '170726.230000', '170726.233000', '170726.236000', '170726.239000', '170726.242000', '170726.245000', '170726.248000', '170726.250000', '170726.261000', '170726.265000', '170726.268000', '170726.271000', '170726.274000', '170726.277000', '170726.280000', '170726.282000', '170726.285000', '170726.288000', '170726.291000', '170726.295000', '170726.298000', '170726.300000', '170726.304000', '170726.307000', '170726.310000', '170726.313000', '170726.316000', '170726.319000', '170726.322000', '170726.324000', '170726.327000', '170726.330000', '170726.333000', '170726.336000', '170726.339000', '170726.341000', '170726.344000', '170741.986000', '170741.989000', '170741.993000', '170741.996000', '170742.000000', '170742.004000', '170742.007000', '170742.010000', '170742.013000', '170742.016000', '170742.020000', '170742.022000', '170742.025000', '170742.028000', '170742.031000', '170742.035000', '170742.038000', '170742.041000', '170742.044000', '170742.047000', '170742.050000', '170742.053000', '170742.055000', '170742.058000', '170742.061000', '170742.064000', '170742.067000', '170742.070000', '170742.073000', '170742.076000', '170742.079000', '170742.082000', '170742.085000', '170742.087000', '170742.090000'], 'InstanceCreationTime': ['170126.202000', '170126.206000', '170126.208000', '170126.211000', '170126.214000', '170126.217000', '170126.220000', '170126.223000', '170126.226000', '170126.228000', '170126.231000', '170126.234000', '170126.237000', '170126.246000', '170126.249000', '170126.252000', '170126.255000', '170126.258000', '170126.261000', '170126.263000', '170126.266000', '170126.269000', '170126.272000', '170126.275000', '170126.278000', '170126.281000', '170126.283000', '170126.293000', '170126.296000', '170126.299000', '170126.302000', '170126.305000', '170126.307000', '170126.310000', '170126.313000', '170126.316000', '170126.319000', '170126.322000', '170126.324000', '170126.327000', '170126.330000', '170126.338000', '170126.341000', '170126.344000', '170126.347000', '170126.350000', '170126.352000', '170126.355000', '170126.358000', '170126.361000', '170126.364000', '170126.367000', '170126.369000', '170126.372000', '170126.375000', '170146.172000', '170146.175000', '170146.178000', '170146.181000', '170146.184000', '170146.186000', '170146.189000', '170146.192000', '170146.195000', '170146.198000', '170146.201000', '170146.204000', '170146.206000', '170146.209000', '170146.212000', '170146.215000', '170146.218000', '170146.221000', '170146.224000', '170146.226000', '170146.229000', '170146.234000', '170146.237000', '170146.240000', '170146.243000', '170146.245000', '170146.248000', '170146.251000', '170146.254000', '170146.257000', '170146.260000', '170146.263000', '170146.265000', '170146.268000', '170146.271000', '170146.274000', '170146.277000', '170146.280000', '170146.283000', '170146.285000', '170146.289000', '170146.292000', '170146.295000', '170206.172000', '170206.175000', '170206.178000', '170206.181000', '170206.184000', '170206.186000', '170206.189000', '170206.192000', '170206.195000', '170206.198000', '170206.201000', '170206.204000', '170206.206000', '170206.209000', '170206.212000', '170206.215000', '170206.218000', '170206.221000', '170206.224000', '170206.227000', '170206.229000', '170206.232000', '170206.235000', '170206.238000', '170206.241000', '170206.244000', '170206.247000', '170206.249000', '170206.252000', '170206.255000', '170206.258000', '170206.261000', '170206.264000', '170206.267000', '170206.270000', '170206.272000', '170206.275000', '170206.278000', '170206.281000', '170206.284000', '170206.287000', '170206.290000', '170206.293000', '170206.295000', '170226.172000', '170226.175000', '170226.178000', '170226.181000', '170226.184000', '170226.187000', '170226.190000', '170226.193000', '170226.195000', '170226.198000', '170226.201000', '170226.204000', '170226.207000', '170226.210000', '170226.212000', '170226.215000', '170226.218000', '170226.221000', '170226.224000', '170226.227000', '170226.229000', '170226.232000', '170226.235000', '170226.238000', '170226.241000', '170226.244000', '170226.254000', '170226.257000', '170226.260000', '170226.263000', '170226.266000', '170226.269000', '170226.272000', '170226.274000', '170226.277000', '170226.280000', '170226.283000', '170226.286000', '170226.289000', '170226.292000', '170226.295000', '170226.297000', '170226.300000', '170246.172000', '170246.175000', '170246.178000', '170246.181000', '170246.183000', '170246.186000', '170246.189000', '170246.192000', '170246.195000', '170246.198000', '170246.201000', '170246.204000', '170246.206000', '170246.209000', '170246.212000', '170246.215000', '170246.218000', '170246.221000', '170246.224000', '170246.227000', '170246.229000', '170246.232000', '170246.235000', '170246.238000', '170246.241000', '170246.244000', '170246.247000', '170246.250000', '170246.252000', '170246.255000', '170246.258000', '170246.269000', '170246.272000', '170246.275000', '170246.278000', '170246.281000', '170246.284000', '170246.287000', '170246.290000', '170246.293000', '170246.296000', '170246.308000', '170246.311000', '170246.314000', '170306.172000', '170306.255000', '170306.258000', '170306.261000', '170306.264000', '170306.267000', '170306.270000', '170306.273000', '170306.275000', '170306.278000', '170306.281000', '170306.284000', '170306.287000', '170306.290000', '170306.293000', '170306.296000', '170306.299000', '170306.301000', '170306.304000', '170306.307000', '170306.310000', '170306.313000', '170306.316000', '170306.319000', '170306.322000', '170306.325000', '170306.329000', '170306.332000', '170306.335000', '170306.338000', '170306.340000', '170306.343000', '170306.346000', '170306.349000', '170306.352000', '170306.355000', '170306.358000', '170306.361000', '170306.364000', '170306.367000', '170306.369000', '170306.372000', '170306.375000', '170326.172000', '170326.223000', '170326.226000', '170326.228000', '170326.231000', '170326.234000', '170326.237000', '170326.240000', '170326.243000', '170326.246000', '170326.249000', '170326.251000', '170326.254000', '170326.257000', '170326.260000', '170326.263000', '170326.266000', '170326.269000', '170326.272000', '170326.274000', '170326.277000', '170326.280000', '170326.283000', '170326.296000', '170326.299000', '170326.302000', '170326.305000', '170326.307000', '170326.310000', '170326.313000', '170326.316000', '170326.319000', '170326.322000', '170326.325000', '170326.328000', '170326.330000', '170326.333000', '170326.336000', '170326.339000', '170326.342000', '170326.345000', '170326.348000', '170326.351000', '170346.171000', '170346.174000', '170346.177000', '170346.180000', '170346.183000', '170346.186000', '170346.188000', '170346.191000', '170346.194000', '170346.197000', '170346.212000', '170346.215000', '170346.217000', '170346.220000', '170346.223000', '170346.226000', '170346.229000', '170346.232000', '170346.235000', '170346.237000', '170346.240000', '170346.243000', '170346.246000', '170346.249000', '170346.252000', '170346.255000', '170346.258000', '170346.261000', '170346.263000', '170346.266000', '170346.269000', '170346.272000', '170346.275000', '170346.278000', '170346.281000', '170346.284000', '170346.287000', '170346.289000', '170346.292000', '170346.295000', '170346.298000', '170346.301000', '170346.304000', '170346.307000', '170406.172000', '170406.190000', '170406.193000', '170406.199000', '170406.202000', '170406.205000', '170406.208000', '170406.211000', '170406.214000', '170406.217000', '170406.220000', '170406.222000', '170406.225000', '170406.228000', '170406.231000', '170406.234000', '170406.237000', '170406.240000', '170406.243000', '170406.245000', '170406.248000', '170406.251000', '170406.254000', '170406.257000', '170406.260000', '170406.263000', '170406.266000', '170406.269000', '170406.272000', '170406.274000', '170406.277000', '170406.280000', '170406.283000', '170406.286000', '170406.289000', '170406.292000', '170406.294000', '170406.297000', '170406.300000', '170406.303000', '170406.306000', '170406.309000', '170406.312000', '170426.172000', '170426.198000', '170426.201000', '170426.204000', '170426.207000', '170426.210000', '170426.213000', '170426.215000', '170426.218000', '170426.221000', '170426.224000', '170426.227000', '170426.230000', '170426.233000', '170426.236000', '170426.238000', '170426.241000', '170426.244000', '170426.247000', '170426.250000', '170426.253000', '170426.256000', '170426.258000', '170426.261000', '170426.264000', '170426.267000', '170426.270000', '170426.273000', '170426.276000', '170426.288000', '170426.291000', '170426.294000', '170426.297000', '170426.300000', '170426.302000', '170426.305000', '170426.308000', '170426.315000', '170426.318000', '170426.321000', '170426.323000', '170426.326000', '170426.329000', '170426.332000', '170446.172000', '170446.216000', '170446.219000', '170446.221000', '170446.224000', '170446.227000', '170446.230000', '170446.233000', '170446.236000', '170446.239000', '170446.242000', '170446.244000', '170446.247000', '170446.250000', '170446.253000', '170446.256000', '170446.259000', '170446.262000', '170446.265000', '170446.268000', '170446.270000', '170446.273000', '170446.276000', '170446.279000', '170446.282000', '170446.285000', '170446.288000', '170446.291000', '170446.294000', '170446.296000', '170446.299000', '170446.302000', '170446.305000', '170446.308000', '170446.311000', '170446.314000', '170446.317000', '170446.320000', '170446.323000', '170446.325000', '170446.328000', '170446.331000', '170446.334000', '170506.172000', '170506.175000', '170506.178000', '170506.181000', '170506.184000', '170506.187000', '170506.190000', '170506.193000', '170506.195000', '170506.198000', '170506.201000', '170506.204000', '170506.207000', '170506.210000', '170506.213000', '170506.216000', '170506.219000', '170506.221000', '170506.224000', '170506.227000', '170506.230000', '170506.233000', '170506.236000', '170506.239000', '170506.242000', '170506.245000', '170506.247000', '170506.250000', '170506.253000', '170506.256000', '170506.259000', '170506.262000', '170506.265000', '170506.267000', '170506.270000', '170506.273000', '170506.276000', '170506.279000', '170506.282000', '170506.285000', '170506.288000', '170506.291000', '170506.294000', '170506.296000', '170526.172000', '170526.204000', '170526.207000', '170526.210000', '170526.212000', '170526.215000', '170526.218000', '170526.221000', '170526.224000', '170526.227000', '170526.230000', '170526.233000', '170526.236000', '170526.253000', '170526.256000', '170526.259000', '170526.262000', '170526.264000', '170526.267000', '170526.270000', '170526.273000', '170526.276000', '170526.279000', '170526.282000', '170526.285000', '170526.288000', '170526.291000', '170526.293000', '170526.296000', '170526.299000', '170526.302000', '170526.305000', '170526.308000', '170526.311000', '170526.313000', '170526.316000', '170526.319000', '170526.322000', '170526.325000', '170526.328000', '170526.331000', '170526.334000', '170526.336000', '170546.172000', '170546.202000', '170546.205000', '170546.208000', '170546.211000', '170546.214000', '170546.217000', '170546.219000', '170546.222000', '170546.225000', '170546.228000', '170546.231000', '170546.234000', '170546.237000', '170546.240000', '170546.243000', '170546.245000', '170546.248000', '170546.251000', '170546.254000', '170546.257000', '170546.260000', '170546.263000', '170546.266000', '170546.268000', '170546.271000', '170546.274000', '170546.277000', '170546.280000', '170546.283000', '170546.286000', '170546.289000', '170546.292000', '170546.295000', '170546.297000', '170546.300000', '170546.303000', '170546.306000', '170546.309000', '170546.312000', '170546.315000', '170546.318000', '170546.320000', '170546.323000', '170606.171000', '170606.227000', '170606.229000', '170606.244000', '170606.247000', '170606.250000', '170606.253000', '170606.256000', '170606.259000', '170606.261000', '170606.264000', '170606.267000', '170606.270000', '170606.273000', '170606.276000', '170606.279000', '170606.282000', '170606.284000', '170606.287000', '170606.290000', '170606.293000', '170606.296000', '170606.299000', '170606.302000', '170606.305000', '170606.308000', '170606.310000', '170606.313000', '170606.316000', '170606.319000', '170606.322000', '170606.325000', '170606.328000', '170606.331000', '170606.334000', '170606.337000', '170606.339000', '170606.342000', '170606.345000', '170606.348000', '170606.351000', '170606.354000', '170606.357000', '170626.172000', '170626.229000', '170626.232000', '170626.235000', '170626.238000', '170626.241000', '170626.244000', '170626.246000', '170626.249000', '170626.252000', '170626.255000', '170626.258000', '170626.261000', '170626.264000', '170626.267000', '170626.269000', '170626.272000', '170626.275000', '170626.278000', '170626.281000', '170626.284000', '170626.287000', '170626.290000', '170626.293000', '170626.296000', '170626.299000', '170626.301000', '170626.304000', '170626.307000', '170626.310000', '170626.313000', '170626.316000', '170626.319000', '170626.321000', '170626.324000', '170626.327000', '170626.330000', '170626.333000', '170626.336000', '170626.339000', '170626.342000', '170626.344000', '170626.347000', '170626.350000', '170646.172000', '170646.199000', '170646.203000', '170646.206000', '170646.209000', '170646.211000', '170646.214000', '170646.217000', '170646.220000', '170646.223000', '170646.226000', '170646.229000', '170646.232000', '170646.235000', '170646.237000', '170646.240000', '170646.243000', '170646.246000', '170646.249000', '170646.252000', '170646.255000', '170646.258000', '170646.261000', '170646.264000', '170646.267000', '170646.270000', '170646.273000', '170646.276000', '170646.279000', '170646.282000', '170646.285000', '170646.288000', '170646.290000', '170646.293000', '170646.296000', '170646.299000', '170646.302000', '170646.305000', '170646.308000', '170646.310000', '170646.313000', '170646.316000', '170646.319000', '170706.172000', '170706.175000', '170706.178000', '170706.181000', '170706.184000', '170706.187000', '170706.190000', '170706.193000', '170706.196000', '170706.198000', '170706.201000', '170706.204000', '170706.207000', '170706.210000', '170706.213000', '170706.216000', '170706.219000', '170706.222000', '170706.225000', '170706.227000', '170706.230000', '170706.233000', '170706.236000', '170706.239000', '170706.242000', '170706.245000', '170706.248000', '170706.251000', '170706.253000', '170706.256000', '170706.259000', '170706.262000', '170706.265000', '170706.268000', '170706.271000', '170706.274000', '170706.277000', '170706.279000', '170706.282000', '170706.285000', '170706.288000', '170706.291000', '170706.295000', '170706.298000', '170726.172000', '170726.216000', '170726.219000', '170726.222000', '170726.224000', '170726.227000', '170726.230000', '170726.233000', '170726.236000', '170726.239000', '170726.242000', '170726.245000', '170726.248000', '170726.250000', '170726.261000', '170726.265000', '170726.268000', '170726.271000', '170726.274000', '170726.277000', '170726.280000', '170726.282000', '170726.285000', '170726.288000', '170726.291000', '170726.295000', '170726.298000', '170726.300000', '170726.304000', '170726.307000', '170726.310000', '170726.313000', '170726.316000', '170726.319000', '170726.322000', '170726.324000', '170726.327000', '170726.330000', '170726.333000', '170726.336000', '170726.339000', '170726.341000', '170726.344000', '170741.986000', '170741.989000', '170741.993000', '170741.996000', '170742.000000', '170742.004000', '170742.007000', '170742.010000', '170742.013000', '170742.016000', '170742.020000', '170742.022000', '170742.025000', '170742.028000', '170742.031000', '170742.035000', '170742.038000', '170742.041000', '170742.044000', '170742.047000', '170742.050000', '170742.053000', '170742.055000', '170742.058000', '170742.061000', '170742.064000', '170742.067000', '170742.070000', '170742.073000', '170742.076000', '170742.079000', '170742.082000', '170742.085000', '170742.087000', '170742.090000'], '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], 'LargestImagePixelValue': [14741, 17011, 13321, 15778, 15701, 10826, 16192, 11844, 10629, 16614, 11476, 10738, 11409, 11217, 10865, 11902, 10959, 12474, 11684, 9934, 11671, 11081, 12614, 11004, 9916, 11558, 11502, 12444, 11831, 11130, 13409, 11483, 10738, 10599, 11254, 11495, 11907, 11150, 14608, 11627, 10564, 10946, 11192, 11435, 11699, 11147, 14248, 11534, 10419, 11689, 10947, 10732, 11526, 11041, 13213, 11410, 10180, 10543, 11241, 11139, 11604, 10879, 13762, 11403, 10864, 10140, 11099, 11187, 11656, 10918, 13973, 11131, 11372, 10289, 11319, 11376, 12021, 11371, 10938, 11234, 13155, 10556, 11068, 12676, 11692, 10981, 10890, 11426, 13146, 11271, 10383, 12943, 11810, 11243, 12052, 11214, 14842, 11618, 10281, 13209, 11365, 11927, 12142, 11321, 15730, 12125, 10570, 11407, 11141, 13326, 11343, 11059, 11447, 11807, 11262, 12022, 11220, 13653, 11319, 9887, 11488, 11507, 12053, 11888, 10924, 13283, 11344, 9407, 11966, 11255, 13457, 11818, 10604, 12397, 11173, 10835, 11834, 10966, 13924, 11428, 10375, 10218, 10928, 11047, 11943, 10937, 14298, 11366, 12507, 10631, 11023, 11859, 11869, 10471, 11433, 11728, 14743, 11131, 12369, 11092, 11197, 12175, 10437, 14138, 11680, 10121, 16144, 11156, 9686, 11671, 10947, 11977, 11776, 10367, 15494, 11180, 10723, 12496, 10518, 18732, 14834, 12882, 18876, 11545, 12950, 12821, 10846, 11220, 11779, 10510, 11300, 11206, 10352, 11762, 10804, 11441, 11541, 10036, 11843, 11179, 11257, 11459, 9991, 11227, 11198, 11526, 11771, 10443, 11944, 11467, 11286, 11447, 10938, 11784, 11591, 10767, 12038, 11302, 13348, 11571, 9971, 11628, 11479, 12631, 11947, 10145, 11291, 11166, 12996, 11650, 10858, 11025, 11423, 11844, 11909, 10868, 13732, 11358, 9554, 11486, 11205, 12569, 11730, 10974, 13855, 10886, 9649, 11403, 11296, 12851, 11872, 11231, 13708, 11663, 10564, 10484, 10883, 10927, 11763, 10895, 14139, 11445, 11617, 11119, 10726, 12962, 11271, 10711, 10845, 11281, 12655, 11481, 10581, 15095, 11113, 10393, 11704, 11312, 14408, 11647, 10502, 12084, 10832, 10572, 11726, 10886, 13949, 11524, 11687, 11644, 10947, 14709, 11319, 9556, 11584, 11204, 13376, 11691, 10356, 11566, 11103, 10906, 11967, 11032, 14159, 11660, 10819, 10681, 10943, 11348, 11410, 10041, 11488, 11117, 13117, 10730, 9947, 11288, 10896, 12717, 11866, 10532, 13778, 10959, 11032, 11720, 11087, 14615, 11678, 11187, 10878, 10887, 11140, 11782, 10767, 14394, 11342, 12915, 11787, 10706, 14109, 11069, 9448, 11618, 11126, 12602, 11457, 10156, 10167, 10875, 10473, 11649, 10693, 14244, 11003, 10647, 10930, 10925, 11837, 11504, 10569, 11029, 10775, 12140, 10987, 10530, 11069, 11077, 11593, 11869, 10504, 12852, 10657, 11144, 11681, 10759, 14600, 11639, 10242, 11238, 10555, 12447, 11330, 10460, 11587, 11101, 11096, 11348, 10486, 11734, 11752, 10305, 11078, 10824, 11956, 10922, 9583, 11679, 10994, 13625, 11672, 10315, 12324, 10807, 10862, 11716, 10873, 11619, 11173, 11904, 11005, 10530, 11400, 11536, 11056, 11622, 10577, 15509, 11286, 9675, 11733, 10836, 12925, 11612, 10407, 10352, 10593, 10463, 11321, 9629, 11233, 11038, 12584, 11054, 10547, 11512, 11111, 11161, 11801, 10757, 13905, 11085, 10664, 11369, 11258, 10743, 11873, 10659, 12803, 10957, 9680, 11811, 10809, 13381, 11667, 10027, 10660, 10624, 10461, 11501, 10633, 11715, 11029, 12247, 10954, 10508, 11502, 11268, 10652, 11529, 10544, 13102, 11315, 10287, 10620, 12884, 10803, 9891, 13297, 12497, 10609, 10489, 10785, 9771, 11375, 10298, 10922, 10681, 10909, 10653, 14456, 11526, 12803, 17370, 12687, 13632, 15991, 11061, 16469, 12466, 10325, 16879, 10691, 10686, 11038, 10294, 10743, 10641, 9935, 11726, 10473, 11080, 11487, 10078, 10451, 10787, 11015, 11559, 10211, 11005, 10512, 10604, 11428, 11059, 11249, 11572, 10472, 11351, 10732, 12784, 11228, 9809, 10860, 11172, 11965, 11532, 10419, 13103, 10915, 10023, 11322, 10727, 12503, 11126, 9984, 10807, 10488, 10057, 11249, 10591, 10586, 10987, 12440, 11274, 10570, 13861, 10857, 9889, 10845, 11148, 12137, 11902, 10700, 14615, 10481, 9842, 10720, 10886, 14502, 11698, 10804, 15692, 10592, 9923, 10689, 10842, 12963, 11087, 10536, 12909, 10600, 11015, 10571, 10355, 10991, 10730, 11693, 11059, 10451, 14512, 10536, 9684, 10677, 10730, 12849, 11134, 10094, 15469, 10860, 9697, 11196, 10860, 14710, 11171, 9904, 14062, 10602, 11030, 11510, 10451, 14664, 10962, 9739, 10477, 10813, 11146, 11512, 10372, 13586, 10669, 9915, 11119, 10736, 12991, 11024, 10181, 10820, 10090, 13944, 11023, 10384, 11181, 10848, 10998, 10271, 10231, 10874, 11291, 10197, 10505, 10367, 11882, 10753, 10478, 11781, 11072, 10733, 10590, 10270, 11813, 11244, 10238, 13775, 10551, 10957, 10109, 10245, 10956, 10982, 10087, 11184, 10352, 12973, 10568, 10201, 10911, 10740, 10411, 10913, 10148, 11771, 10642, 9452, 11140, 10624, 11484, 10812, 10139, 13103, 10563, 9416, 11057, 10627, 14242, 10640, 9823, 11124, 10517, 11289, 11275, 10497, 13955, 10428, 9989, 10621, 10368, 12995, 10971, 10287, 10565, 10143, 11926, 10834, 9768, 10661, 10751, 12400, 10682, 9913, 14073, 10681, 9407, 11090, 10343, 13299, 10490, 9715, 10488, 10452, 12650, 11230, 9828, 10478, 9987, 10390, 10819, 10205, 10997, 10684, 11652, 11188, 10298, 13234, 10237, 10822, 10972, 10525, 14250, 11101, 10258, 10436, 10236, 11696, 11032, 10003, 10780, 11088, 12992, 10578, 10185, 12942, 10999, 10261, 11004, 10645, 13566, 10573, 10280, 10789, 10953, 10587, 10783, 10258, 12312, 10612, 9484, 10899, 10807, 12700, 10798, 9855, 13164, 10576, 11212, 11210, 10332, 14347, 10432, 10363, 10532, 10439, 11377, 11050, 10548, 12334, 10462, 10476, 10599, 10183, 10999, 10817, 10774, 11171, 10250, 14321, 10672, 9962, 11525, 10866, 11837, 10960, 9857, 14869, 10702, 10326, 10928, 10295, 12816, 10718, 9559, 11234, 11297, 11565, 11680, 10253, 10605, 10716, 10790, 11579, 10530, 11532, 10976, 11820, 10805, 10504, 11075, 11221, 10686, 11075, 10417, 11131, 10795, 9872, 10827, 10892, 11638, 11080, 9944, 10520, 10502, 11015, 11437, 10545, 14314, 10526, 10270, 10375, 10794, 11234, 11511, 10201, 11241, 10603, 12247, 11244, 10560, 14607, 11189, 9466, 10376, 10421, 11336, 11389, 10462, 15552, 10945, 9779, 12369, 10327, 10319, 10904, 10578], 'WindowCenter': [4442.0, 4436.0, 4400.0, 4396.0, 4385.0, 4352.0, 4380.0, 4349.0, 4336.0, 4378.0, 4349.0, 4338.0, 4349.0, 4336.0, 4333.0, 4348.0, 4348.0, 4357.0, 4357.0, 4338.0, 4359.0, 4351.0, 4371.0, 4360.0, 4340.0, 4362.0, 4363.0, 4372.0, 4360.0, 4361.0, 4374.0, 4364.0, 4366.0, 4366.0, 4366.0, 4375.0, 4371.0, 4365.0, 4391.0, 4363.0, 4365.0, 4365.0, 4364.0, 4374.0, 4371.0, 4364.0, 4384.0, 4374.0, 4364.0, 4374.0, 4363.0, 4364.0, 4370.0, 4374.0, 4379.0, 4375.0, 4366.0, 4365.0, 4373.0, 4365.0, 4374.0, 4364.0, 4381.0, 4375.0, 4376.0, 4366.0, 4373.0, 4372.0, 4372.0, 4374.0, 4396.0, 4375.0, 4376.0, 4366.0, 4377.0, 4376.0, 4385.0, 4388.0, 4377.0, 4386.0, 4399.0, 4376.0, 4388.0, 4398.0, 4387.0, 4373.0, 4377.0, 4376.0, 4397.0, 4390.0, 4378.0, 4386.0, 4387.0, 4378.0, 4372.0, 4376.0, 4392.0, 4373.0, 4367.0, 4385.0, 4377.0, 4375.0, 4374.0, 4374.0, 4395.0, 4374.0, 4354.0, 4363.0, 4364.0, 4379.0, 4371.0, 4363.0, 4372.0, 4373.0, 4362.0, 4371.0, 4359.0, 4380.0, 4360.0, 4353.0, 4374.0, 4371.0, 4372.0, 4373.0, 4370.0, 4385.0, 4375.0, 4344.0, 4375.0, 4374.0, 4385.0, 4368.0, 4376.0, 4383.0, 4375.0, 4372.0, 4375.0, 4375.0, 4395.0, 4377.0, 4377.0, 4366.0, 4377.0, 4372.0, 4383.0, 4377.0, 4395.0, 4373.0, 4385.0, 4377.0, 4374.0, 4376.0, 4376.0, 4360.0, 4374.0, 4387.0, 4422.0, 4387.0, 4401.0, 4377.0, 4377.0, 4375.0, 4362.0, 4384.0, 4360.0, 4341.0, 4391.0, 4358.0, 4354.0, 4364.0, 4364.0, 4365.0, 4374.0, 4353.0, 4384.0, 4351.0, 4351.0, 4359.0, 4339.0, 4389.0, 4368.0, 4348.0, 4378.0, 4334.0, 4347.0, 4344.0, 4326.0, 4324.0, 4332.0, 4322.0, 4333.0, 4334.0, 4336.0, 4348.0, 4337.0, 4336.0, 4344.0, 4326.0, 4346.0, 4336.0, 4337.0, 4348.0, 4339.0, 4349.0, 4348.0, 4349.0, 4355.0, 4339.0, 4349.0, 4349.0, 4351.0, 4363.0, 4347.0, 4361.0, 4361.0, 4351.0, 4361.0, 4355.0, 4369.0, 4362.0, 4343.0, 4362.0, 4363.0, 4373.0, 4374.0, 4354.0, 4363.0, 4365.0, 4385.0, 4361.0, 4364.0, 4363.0, 4367.0, 4373.0, 4373.0, 4362.0, 4383.0, 4359.0, 4354.0, 4371.0, 4376.0, 4372.0, 4370.0, 4362.0, 4392.0, 4376.0, 4355.0, 4374.0, 4377.0, 4387.0, 4376.0, 4372.0, 4382.0, 4371.0, 4374.0, 4378.0, 4377.0, 4362.0, 4375.0, 4363.0, 4392.0, 4368.0, 4373.0, 4362.0, 4376.0, 4384.0, 4372.0, 4366.0, 4364.0, 4375.0, 4381.0, 4374.0, 4366.0, 4398.0, 4376.0, 4368.0, 4375.0, 4377.0, 4391.0, 4375.0, 4366.0, 4386.0, 4365.0, 4364.0, 4375.0, 4362.0, 4384.0, 4365.0, 4364.0, 4360.0, 4362.0, 4395.0, 4360.0, 4354.0, 4363.0, 4363.0, 4379.0, 4375.0, 4357.0, 4365.0, 4364.0, 4364.0, 4375.0, 4365.0, 4380.0, 4375.0, 4366.0, 4363.0, 4364.0, 4365.0, 4376.0, 4355.0, 4364.0, 4365.0, 4382.0, 4363.0, 4354.0, 4373.0, 4372.0, 4386.0, 4376.0, 4362.0, 4383.0, 4365.0, 4363.0, 4377.0, 4375.0, 4398.0, 4373.0, 4376.0, 4378.0, 4377.0, 4364.0, 4372.0, 4363.0, 4384.0, 4363.0, 4375.0, 4358.0, 4364.0, 4395.0, 4363.0, 4343.0, 4363.0, 4363.0, 4372.0, 4358.0, 4350.0, 4351.0, 4364.0, 4364.0, 4363.0, 4353.0, 4384.0, 4364.0, 4365.0, 4351.0, 4363.0, 4363.0, 4360.0, 4352.0, 4350.0, 4363.0, 4374.0, 4365.0, 4349.0, 4364.0, 4363.0, 4363.0, 4359.0, 4353.0, 4375.0, 4365.0, 4364.0, 4360.0, 4365.0, 4384.0, 4364.0, 4351.0, 4364.0, 4363.0, 4372.0, 4362.0, 4352.0, 4363.0, 4363.0, 4351.0, 4361.0, 4364.0, 4358.0, 4371.0, 4353.0, 4362.0, 4375.0, 4375.0, 4364.0, 4353.0, 4371.0, 4365.0, 4383.0, 4370.0, 4365.0, 4386.0, 4366.0, 4361.0, 4376.0, 4362.0, 4363.0, 4364.0, 4375.0, 4367.0, 4361.0, 4375.0, 4375.0, 4364.0, 4363.0, 4366.0, 4392.0, 4363.0, 4342.0, 4362.0, 4362.0, 4373.0, 4363.0, 4365.0, 4355.0, 4364.0, 4353.0, 4362.0, 4344.0, 4357.0, 4359.0, 4372.0, 4365.0, 4351.0, 4363.0, 4364.0, 4364.0, 4371.0, 4365.0, 4384.0, 4360.0, 4364.0, 4373.0, 4375.0, 4363.0, 4362.0, 4364.0, 4385.0, 4364.0, 4353.0, 4372.0, 4365.0, 4381.0, 4363.0, 4354.0, 4365.0, 4364.0, 4350.0, 4371.0, 4364.0, 4373.0, 4364.0, 4375.0, 4365.0, 4364.0, 4364.0, 4365.0, 4364.0, 4364.0, 4365.0, 4382.0, 4378.0, 4381.0, 4380.0, 4402.0, 4378.0, 4356.0, 4373.0, 4360.0, 4350.0, 4351.0, 4351.0, 4354.0, 4374.0, 4378.0, 4378.0, 4391.0, 4391.0, 4380.0, 4406.0, 4372.0, 4372.0, 4396.0, 4375.0, 4372.0, 4384.0, 4351.0, 4381.0, 4352.0, 4328.0, 4367.0, 4325.0, 4322.0, 4336.0, 4325.0, 4325.0, 4327.0, 4325.0, 4345.0, 4337.0, 4336.0, 4347.0, 4328.0, 4340.0, 4349.0, 4338.0, 4350.0, 4339.0, 4351.0, 4352.0, 4352.0, 4363.0, 4365.0, 4353.0, 4363.0, 4353.0, 4353.0, 4363.0, 4385.0, 4364.0, 4353.0, 4362.0, 4364.0, 4360.0, 4361.0, 4366.0, 4385.0, 4365.0, 4355.0, 4365.0, 4366.0, 4375.0, 4364.0, 4356.0, 4381.0, 4379.0, 4367.0, 4389.0, 4378.0, 4367.0, 4378.0, 4387.0, 4378.0, 4381.0, 4399.0, 4378.0, 4380.0, 4387.0, 4390.0, 4387.0, 4371.0, 4366.0, 4397.0, 4363.0, 4356.0, 4374.0, 4376.0, 4394.0, 4376.0, 4366.0, 4407.0, 4367.0, 4356.0, 4363.0, 4361.0, 4386.0, 4364.0, 4362.0, 4381.0, 4365.0, 4378.0, 4378.0, 4366.0, 4361.0, 4377.0, 4377.0, 4362.0, 4366.0, 4393.0, 4362.0, 4356.0, 4366.0, 4377.0, 4385.0, 4365.0, 4367.0, 4397.0, 4364.0, 4355.0, 4365.0, 4365.0, 4395.0, 4362.0, 4355.0, 4385.0, 4353.0, 4365.0, 4362.0, 4363.0, 4380.0, 4364.0, 4350.0, 4350.0, 4360.0, 4363.0, 4358.0, 4353.0, 4384.0, 4365.0, 4353.0, 4363.0, 4363.0, 4373.0, 4364.0, 4353.0, 4365.0, 4365.0, 4384.0, 4360.0, 4352.0, 4364.0, 4352.0, 4363.0, 4353.0, 4352.0, 4363.0, 4365.0, 4354.0, 4364.0, 4363.0, 4375.0, 4361.0, 4365.0, 4375.0, 4364.0, 4361.0, 4366.0, 4366.0, 4370.0, 4362.0, 4355.0, 4380.0, 4350.0, 4365.0, 4366.0, 4354.0, 4364.0, 4364.0, 4354.0, 4362.0, 4353.0, 4385.0, 4354.0, 4352.0, 4363.0, 4362.0, 4353.0, 4359.0, 4364.0, 4370.0, 4353.0, 4353.0, 4375.0, 4365.0, 4372.0, 4361.0, 4366.0, 4380.0, 4365.0, 4345.0, 4361.0, 4365.0, 4395.0, 4366.0, 4355.0, 4364.0, 4365.0, 4376.0, 4365.0, 4364.0, 4385.0, 4364.0, 4355.0, 4366.0, 4363.0, 4386.0, 4366.0, 4352.0, 4367.0, 4365.0, 4359.0, 4365.0, 4354.0, 4353.0, 4364.0, 4374.0, 4365.0, 4354.0, 4384.0, 4354.0, 4344.0, 4363.0, 4354.0, 4383.0, 4366.0, 4343.0, 4354.0, 4365.0, 4371.0, 4360.0, 4355.0, 4365.0, 4354.0, 4348.0, 4359.0, 4350.0, 4359.0, 4352.0, 4360.0, 4360.0, 4365.0, 4397.0, 4366.0, 4376.0, 4362.0, 4363.0, 4396.0, 4365.0, 4365.0, 4366.0, 4366.0, 4371.0, 4367.0, 4353.0, 4366.0, 4366.0, 4385.0, 4364.0, 4366.0, 4375.0, 4366.0, 4364.0, 4361.0, 4362.0, 4386.0, 4366.0, 4355.0, 4359.0, 4361.0, 4364.0, 4362.0, 4367.0, 4372.0, 4363.0, 4355.0, 4365.0, 4366.0, 4381.0, 4373.0, 4366.0, 4385.0, 4366.0, 4366.0, 4364.0, 4365.0, 4394.0, 4366.0, 4366.0, 4365.0, 4353.0, 4362.0, 4364.0, 4361.0, 4374.0, 4366.0, 4367.0, 4367.0, 4367.0, 4363.0, 4367.0, 4366.0, 4365.0, 4363.0, 4390.0, 4351.0, 4351.0, 4364.0, 4349.0, 4363.0, 4361.0, 4355.0, 4385.0, 4350.0, 4353.0, 4349.0, 4351.0, 4370.0, 4352.0, 4342.0, 4363.0, 4366.0, 4361.0, 4362.0, 4366.0, 4366.0, 4365.0, 4361.0, 4375.0, 4364.0, 4364.0, 4361.0, 4374.0, 4365.0, 4350.0, 4360.0, 4361.0, 4364.0, 4364.0, 4367.0, 4362.0, 4365.0, 4354.0, 4360.0, 4365.0, 4371.0, 4373.0, 4357.0, 4365.0, 4365.0, 4362.0, 4372.0, 4361.0, 4395.0, 4365.0, 4365.0, 4366.0, 4366.0, 4363.0, 4376.0, 4365.0, 4378.0, 4367.0, 4377.0, 4365.0, 4362.0, 4394.0, 4365.0, 4356.0, 4368.0, 4362.0, 4361.0, 4360.0, 4354.0, 4395.0, 4350.0, 4356.0, 4376.0, 4355.0, 4350.0, 4366.0, 4366.0], 'WindowWidth': [9781.0, 9767.0, 9697.0, 9691.0, 9670.0, 9615.0, 9655.0, 9605.0, 9584.0, 9646.0, 9603.0, 9588.0, 9606.0, 9584.0, 9577.0, 9602.0, 9602.0, 9616.0, 9614.0, 9591.0, 9620.0, 9612.0, 9642.0, 9628.0, 9598.0, 9628.0, 9631.0, 9644.0, 9625.0, 9627.0, 9648.0, 9634.0, 9641.0, 9643.0, 9641.0, 9653.0, 9644.0, 9637.0, 9672.0, 9632.0, 9639.0, 9641.0, 9635.0, 9651.0, 9642.0, 9636.0, 9665.0, 9650.0, 9636.0, 9653.0, 9633.0, 9636.0, 9640.0, 9649.0, 9654.0, 9653.0, 9643.0, 9638.0, 9648.0, 9641.0, 9650.0, 9638.0, 9659.0, 9652.0, 9657.0, 9646.0, 9650.0, 9649.0, 9647.0, 9653.0, 9686.0, 9654.0, 9658.0, 9646.0, 9660.0, 9659.0, 9671.0, 9676.0, 9662.0, 9673.0, 9696.0, 9664.0, 9677.0, 9691.0, 9674.0, 9653.0, 9660.0, 9657.0, 9687.0, 9684.0, 9665.0, 9672.0, 9674.0, 9663.0, 9646.0, 9655.0, 9677.0, 9650.0, 9645.0, 9671.0, 9658.0, 9655.0, 9651.0, 9651.0, 9684.0, 9649.0, 9622.0, 9634.0, 9635.0, 9655.0, 9646.0, 9635.0, 9644.0, 9647.0, 9633.0, 9641.0, 9626.0, 9658.0, 9628.0, 9619.0, 9649.0, 9643.0, 9646.0, 9647.0, 9642.0, 9670.0, 9653.0, 9611.0, 9651.0, 9651.0, 9668.0, 9639.0, 9655.0, 9666.0, 9654.0, 9649.0, 9653.0, 9655.0, 9684.0, 9660.0, 9661.0, 9645.0, 9656.0, 9649.0, 9664.0, 9658.0, 9684.0, 9650.0, 9670.0, 9660.0, 9652.0, 9656.0, 9655.0, 9630.0, 9649.0, 9675.0, 9731.0, 9679.0, 9702.0, 9664.0, 9660.0, 9652.0, 9633.0, 9667.0, 9623.0, 9598.0, 9670.0, 9622.0, 9623.0, 9636.0, 9635.0, 9638.0, 9648.0, 9619.0, 9665.0, 9612.0, 9612.0, 9621.0, 9593.0, 9669.0, 9629.0, 9600.0, 9647.0, 9577.0, 9597.0, 9591.0, 9565.0, 9559.0, 9568.0, 9557.0, 9573.0, 9577.0, 9583.0, 9602.0, 9586.0, 9585.0, 9592.0, 9571.0, 9596.0, 9583.0, 9585.0, 9602.0, 9593.0, 9605.0, 9603.0, 9606.0, 9612.0, 9593.0, 9605.0, 9604.0, 9611.0, 9632.0, 9604.0, 9626.0, 9626.0, 9612.0, 9626.0, 9614.0, 9638.0, 9630.0, 9605.0, 9628.0, 9633.0, 9647.0, 9647.0, 9620.0, 9633.0, 9637.0, 9667.0, 9630.0, 9634.0, 9632.0, 9635.0, 9647.0, 9647.0, 9634.0, 9664.0, 9627.0, 9625.0, 9644.0, 9654.0, 9647.0, 9643.0, 9633.0, 9677.0, 9656.0, 9628.0, 9651.0, 9657.0, 9673.0, 9654.0, 9646.0, 9662.0, 9645.0, 9655.0, 9663.0, 9660.0, 9633.0, 9653.0, 9636.0, 9676.0, 9637.0, 9647.0, 9634.0, 9657.0, 9665.0, 9646.0, 9644.0, 9638.0, 9652.0, 9657.0, 9649.0, 9642.0, 9691.0, 9655.0, 9647.0, 9653.0, 9656.0, 9675.0, 9653.0, 9642.0, 9671.0, 9638.0, 9637.0, 9651.0, 9633.0, 9667.0, 9635.0, 9636.0, 9626.0, 9633.0, 9682.0, 9628.0, 9622.0, 9633.0, 9634.0, 9653.0, 9650.0, 9628.0, 9640.0, 9635.0, 9637.0, 9651.0, 9637.0, 9657.0, 9650.0, 9643.0, 9638.0, 9637.0, 9639.0, 9655.0, 9625.0, 9634.0, 9636.0, 9661.0, 9636.0, 9623.0, 9648.0, 9648.0, 9671.0, 9654.0, 9635.0, 9666.0, 9641.0, 9635.0, 9656.0, 9654.0, 9688.0, 9648.0, 9657.0, 9663.0, 9659.0, 9638.0, 9645.0, 9635.0, 9664.0, 9631.0, 9651.0, 9622.0, 9637.0, 9682.0, 9633.0, 9605.0, 9631.0, 9632.0, 9645.0, 9622.0, 9614.0, 9617.0, 9635.0, 9635.0, 9634.0, 9620.0, 9666.0, 9636.0, 9637.0, 9615.0, 9634.0, 9633.0, 9626.0, 9617.0, 9611.0, 9631.0, 9651.0, 9639.0, 9611.0, 9634.0, 9632.0, 9633.0, 9623.0, 9618.0, 9653.0, 9637.0, 9634.0, 9625.0, 9637.0, 9666.0, 9632.0, 9613.0, 9633.0, 9634.0, 9644.0, 9630.0, 9616.0, 9631.0, 9631.0, 9612.0, 9629.0, 9634.0, 9621.0, 9644.0, 9619.0, 9629.0, 9651.0, 9654.0, 9638.0, 9621.0, 9643.0, 9641.0, 9662.0, 9642.0, 9640.0, 9669.0, 9640.0, 9631.0, 9652.0, 9632.0, 9634.0, 9633.0, 9653.0, 9646.0, 9630.0, 9651.0, 9651.0, 9635.0, 9632.0, 9639.0, 9675.0, 9632.0, 9604.0, 9628.0, 9629.0, 9646.0, 9632.0, 9636.0, 9626.0, 9636.0, 9618.0, 9631.0, 9607.0, 9620.0, 9624.0, 9645.0, 9638.0, 9614.0, 9632.0, 9635.0, 9635.0, 9642.0, 9637.0, 9666.0, 9627.0, 9636.0, 9650.0, 9652.0, 9634.0, 9630.0, 9635.0, 9666.0, 9636.0, 9621.0, 9644.0, 9637.0, 9657.0, 9632.0, 9623.0, 9641.0, 9636.0, 9614.0, 9642.0, 9636.0, 9648.0, 9634.0, 9654.0, 9640.0, 9636.0, 9635.0, 9638.0, 9636.0, 9634.0, 9638.0, 9661.0, 9662.0, 9671.0, 9670.0, 9706.0, 9665.0, 9629.0, 9648.0, 9623.0, 9612.0, 9613.0, 9614.0, 9622.0, 9649.0, 9663.0, 9665.0, 9685.0, 9686.0, 9670.0, 9703.0, 9648.0, 9648.0, 9686.0, 9649.0, 9644.0, 9660.0, 9609.0, 9652.0, 9610.0, 9572.0, 9627.0, 9563.0, 9557.0, 9583.0, 9565.0, 9564.0, 9569.0, 9566.0, 9592.0, 9584.0, 9583.0, 9599.0, 9573.0, 9596.0, 9605.0, 9588.0, 9605.0, 9591.0, 9610.0, 9615.0, 9616.0, 9628.0, 9636.0, 9617.0, 9629.0, 9617.0, 9615.0, 9633.0, 9667.0, 9635.0, 9619.0, 9631.0, 9633.0, 9627.0, 9628.0, 9639.0, 9669.0, 9637.0, 9624.0, 9637.0, 9641.0, 9651.0, 9635.0, 9626.0, 9670.0, 9664.0, 9647.0, 9678.0, 9663.0, 9646.0, 9659.0, 9672.0, 9661.0, 9672.0, 9695.0, 9661.0, 9669.0, 9680.0, 9681.0, 9674.0, 9645.0, 9642.0, 9688.0, 9637.0, 9629.0, 9652.0, 9658.0, 9683.0, 9656.0, 9641.0, 9705.0, 9645.0, 9629.0, 9633.0, 9630.0, 9670.0, 9637.0, 9633.0, 9660.0, 9640.0, 9663.0, 9664.0, 9643.0, 9633.0, 9657.0, 9658.0, 9633.0, 9643.0, 9680.0, 9635.0, 9628.0, 9641.0, 9658.0, 9668.0, 9639.0, 9643.0, 9687.0, 9637.0, 9626.0, 9637.0, 9639.0, 9682.0, 9631.0, 9625.0, 9669.0, 9620.0, 9638.0, 9630.0, 9632.0, 9656.0, 9637.0, 9615.0, 9614.0, 9625.0, 9633.0, 9621.0, 9618.0, 9665.0, 9638.0, 9621.0, 9633.0, 9634.0, 9647.0, 9633.0, 9619.0, 9638.0, 9640.0, 9662.0, 9627.0, 9618.0, 9635.0, 9616.0, 9633.0, 9619.0, 9618.0, 9632.0, 9637.0, 9622.0, 9635.0, 9636.0, 9655.0, 9632.0, 9639.0, 9653.0, 9636.0, 9629.0, 9644.0, 9640.0, 9642.0, 9632.0, 9623.0, 9655.0, 9612.0, 9639.0, 9641.0, 9624.0, 9635.0, 9635.0, 9622.0, 9631.0, 9620.0, 9665.0, 9622.0, 9617.0, 9634.0, 9630.0, 9619.0, 9625.0, 9638.0, 9642.0, 9620.0, 9621.0, 9652.0, 9639.0, 9645.0, 9630.0, 9642.0, 9657.0, 9639.0, 9611.0, 9630.0, 9640.0, 9681.0, 9643.0, 9626.0, 9636.0, 9636.0, 9655.0, 9637.0, 9636.0, 9666.0, 9638.0, 9627.0, 9641.0, 9636.0, 9670.0, 9640.0, 9619.0, 9645.0, 9638.0, 9626.0, 9636.0, 9622.0, 9620.0, 9634.0, 9649.0, 9640.0, 9622.0, 9665.0, 9621.0, 9609.0, 9632.0, 9621.0, 9664.0, 9641.0, 9607.0, 9620.0, 9638.0, 9644.0, 9625.0, 9624.0, 9640.0, 9623.0, 9610.0, 9624.0, 9612.0, 9625.0, 9617.0, 9627.0, 9627.0, 9640.0, 9688.0, 9645.0, 9658.0, 9635.0, 9637.0, 9684.0, 9638.0, 9637.0, 9643.0, 9642.0, 9644.0, 9644.0, 9621.0, 9643.0, 9640.0, 9668.0, 9641.0, 9641.0, 9652.0, 9641.0, 9638.0, 9630.0, 9631.0, 9670.0, 9643.0, 9626.0, 9626.0, 9631.0, 9637.0, 9633.0, 9645.0, 9647.0, 9633.0, 9626.0, 9638.0, 9639.0, 9659.0, 9650.0, 9643.0, 9666.0, 9639.0, 9640.0, 9637.0, 9638.0, 9681.0, 9643.0, 9641.0, 9638.0, 9619.0, 9632.0, 9633.0, 9628.0, 9648.0, 9640.0, 9644.0, 9645.0, 9645.0, 9636.0, 9644.0, 9642.0, 9638.0, 9635.0, 9671.0, 9614.0, 9614.0, 9634.0, 9609.0, 9632.0, 9630.0, 9623.0, 9664.0, 9610.0, 9618.0, 9608.0, 9613.0, 9642.0, 9617.0, 9601.0, 9632.0, 9639.0, 9628.0, 9630.0, 9640.0, 9642.0, 9637.0, 9628.0, 9650.0, 9634.0, 9637.0, 9631.0, 9649.0, 9638.0, 9613.0, 9628.0, 9628.0, 9635.0, 9636.0, 9644.0, 9633.0, 9638.0, 9620.0, 9628.0, 9637.0, 9645.0, 9651.0, 9630.0, 9638.0, 9637.0, 9633.0, 9645.0, 9631.0, 9683.0, 9641.0, 9640.0, 9641.0, 9640.0, 9634.0, 9654.0, 9639.0, 9661.0, 9644.0, 9656.0, 9637.0, 9631.0, 9679.0, 9636.0, 9626.0, 9646.0, 9631.0, 9630.0, 9625.0, 9621.0, 9679.0, 9612.0, 9625.0, 9654.0, 9623.0, 9614.0, 9640.0, 9642.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.0014223563218390804</td></tr>
<tr><td colspan=3>aqi</td><td>0.015474738965517239</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.81100109604143</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1960335134982734</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0271626002416574</td></tr>
<tr><td colspan=3>efc</td><td>0.4664</td></tr>
<tr><td colspan=3>fber</td><td>6757.2671</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08167651119358649</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.839080459770115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4151796831823162</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.371257307101184</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6838002996495782</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.190481442796187</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159038</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018119176849722862</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024400439113378525</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.937199718123356</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>38.8251</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1901</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.8367</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303204.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>868.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.7608</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5013</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.3355</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3589.1596</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4722.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.5587</td></tr>
<tr><td colspan=3>tsnr</td><td>46.89231249305885</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>