<?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-0088_ses-04_task-social_acq-mb8_run-05_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-0088_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-05_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-05_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-0088/ses-04/func/sub-0088_ses-04_task-social_acq-mb8_run-05_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>d1ca9e68610b7632d24e7310ae1798d4</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>11:29:52.162500</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_VE11E_LATEST_20181129</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.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</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-05_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.0867843</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7742, -7199, 544, -73, -73, -5, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>254.263</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>44431e21-0df1-43db-8bb6-40bf2c3c74e9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['112952.162500', '112952.622500', '112953.082500', '112953.542500', '112954.002500', '112954.462500', '112954.922500', '112955.382500', '112955.842500', '112956.302500', '112956.762500', '112957.222500', '112957.682500', '112958.142500', '112958.602500', '112959.062500', '112959.522500', '112959.982500', '113000.442500', '113000.902500', '113001.362500', '113001.822500', '113002.282500', '113002.742500', '113003.202500', '113003.662500', '113004.122500', '113004.582500', '113005.042500', '113005.502500', '113005.962500', '113006.422500', '113006.882500', '113007.342500', '113007.802500', '113008.262500', '113008.722500', '113009.182500', '113009.642500', '113010.102500', '113010.562500', '113011.022500', '113011.482500', '113011.942500', '113012.402500', '113012.862500', '113013.322500', '113013.782500', '113014.242500', '113014.702500', '113015.162500', '113015.622500', '113016.082500', '113016.542500', '113017.002500', '113017.462500', '113017.922500', '113018.382500', '113018.842500', '113019.302500', '113019.762500', '113020.222500', '113020.682500', '113021.142500', '113021.602500', '113022.062500', '113022.522500', '113022.982500', '113023.442500', '113023.902500', '113024.362500', '113024.822500', '113025.282500', '113025.742500', '113026.202500', '113026.662500', '113027.122500', '113027.582500', '113028.042500', '113028.502500', '113028.962500', '113029.422500', '113029.882500', '113030.342500', '113030.802500', '113031.262500', '113031.722500', '113032.182500', '113032.642500', '113033.102500', '113033.562500', '113034.022500', '113034.482500', '113034.942500', '113035.402500', '113035.862500', '113036.322500', '113036.782500', '113037.242500', '113037.702500', '113038.162500', '113038.622500', '113039.082500', '113039.542500', '113040.002500', '113040.462500', '113040.922500', '113041.382500', '113041.842500', '113042.302500', '113042.762500', '113043.222500', '113043.682500', '113044.142500', '113044.602500', '113045.062500', '113045.522500', '113045.982500', '113046.442500', '113046.902500', '113047.362500', '113047.822500', '113048.282500', '113048.742500', '113049.202500', '113049.662500', '113050.122500', '113050.582500', '113051.042500', '113051.502500', '113051.962500', '113052.422500', '113052.882500', '113053.342500', '113053.802500', '113054.262500', '113054.722500', '113055.182500', '113055.642500', '113056.102500', '113056.562500', '113057.022500', '113057.482500', '113057.942500', '113058.402500', '113058.862500', '113059.322500', '113059.782500', '113100.242500', '113100.702500', '113101.162500', '113101.622500', '113102.082500', '113102.542500', '113103.002500', '113103.462500', '113103.922500', '113104.382500', '113104.842500', '113105.302500', '113105.762500', '113106.222500', '113106.682500', '113107.142500', '113107.602500', '113108.062500', '113108.522500', '113108.982500', '113109.442500', '113109.902500', '113110.362500', '113110.822500', '113111.282500', '113111.742500', '113112.202500', '113112.662500', '113113.122500', '113113.582500', '113114.042500', '113114.502500', '113114.962500', '113115.422500', '113115.882500', '113116.342500', '113116.802500', '113117.262500', '113117.722500', '113118.182500', '113118.642500', '113119.102500', '113119.562500', '113120.022500', '113120.482500', '113120.942500', '113121.402500', '113121.862500', '113122.322500', '113122.782500', '113123.242500', '113123.702500', '113124.162500', '113124.622500', '113125.082500', '113125.542500', '113126.002500', '113126.462500', '113126.922500', '113127.382500', '113127.842500', '113128.302500', '113128.762500', '113129.222500', '113129.682500', '113130.142500', '113130.602500', '113131.062500', '113131.522500', '113131.982500', '113132.442500', '113132.902500', '113133.362500', '113133.822500', '113134.282500', '113134.742500', '113135.202500', '113135.662500', '113136.122500', '113136.582500', '113137.042500', '113137.502500', '113137.962500', '113138.422500', '113138.882500', '113139.342500', '113139.802500', '113140.262500', '113140.722500', '113141.182500', '113141.642500', '113142.102500', '113142.562500', '113143.022500', '113143.482500', '113143.942500', '113144.402500', '113144.862500', '113145.322500', '113145.782500', '113146.242500', '113146.702500', '113147.162500', '113147.622500', '113148.082500', '113148.542500', '113149.002500', '113149.462500', '113149.922500', '113150.382500', '113150.842500', '113151.302500', '113151.762500', '113152.222500', '113152.682500', '113153.142500', '113153.602500', '113154.062500', '113154.522500', '113154.982500', '113155.442500', '113155.902500', '113156.362500', '113156.822500', '113157.282500', '113157.742500', '113158.202500', '113158.662500', '113159.122500', '113159.582500', '113200.042500', '113200.502500', '113200.962500', '113201.422500', '113201.882500', '113202.342500', '113202.802500', '113203.262500', '113203.722500', '113204.182500', '113204.642500', '113205.102500', '113205.562500', '113206.022500', '113206.482500', '113206.942500', '113207.402500', '113207.862500', '113208.322500', '113208.782500', '113209.242500', '113209.702500', '113210.162500', '113210.622500', '113211.082500', '113211.542500', '113212.002500', '113212.462500', '113212.922500', '113213.382500', '113213.842500', '113214.302500', '113214.762500', '113215.222500', '113215.682500', '113216.142500', '113216.602500', '113217.062500', '113217.522500', '113217.982500', '113218.442500', '113218.902500', '113219.362500', '113219.822500', '113220.282500', '113220.742500', '113221.202500', '113221.662500', '113222.122500', '113222.582500', '113223.042500', '113223.502500', '113223.962500', '113224.422500', '113224.882500', '113225.342500', '113225.802500', '113226.262500', '113226.722500', '113227.182500', '113227.642500', '113228.102500', '113228.562500', '113229.022500', '113229.482500', '113229.942500', '113230.402500', '113230.862500', '113231.322500', '113231.782500', '113232.242500', '113232.702500', '113233.162500', '113233.622500', '113234.082500', '113234.542500', '113235.002500', '113235.462500', '113235.922500', '113236.382500', '113236.842500', '113237.302500', '113237.762500', '113238.222500', '113238.682500', '113239.142500', '113239.602500', '113240.062500', '113240.522500', '113240.982500', '113241.442500', '113241.902500', '113242.362500', '113242.822500', '113243.282500', '113243.742500', '113244.202500', '113244.662500', '113245.122500', '113245.582500', '113246.042500', '113246.502500', '113246.962500', '113247.422500', '113247.882500', '113248.342500', '113248.802500', '113249.262500', '113249.722500', '113250.182500', '113250.642500', '113251.102500', '113251.562500', '113252.022500', '113252.482500', '113252.942500', '113253.402500', '113253.862500', '113254.322500', '113254.782500', '113255.242500', '113255.702500', '113256.162500', '113256.622500', '113257.082500', '113257.542500', '113258.002500', '113258.462500', '113258.922500', '113259.382500', '113259.842500', '113300.302500', '113300.762500', '113301.222500', '113301.682500', '113302.142500', '113302.602500', '113303.062500', '113303.522500', '113303.982500', '113304.442500', '113304.902500', '113305.362500', '113305.822500', '113306.282500', '113306.742500', '113307.202500', '113307.662500', '113308.122500', '113308.582500', '113309.042500', '113309.502500', '113309.962500', '113310.422500', '113310.882500', '113311.342500', '113311.802500', '113312.262500', '113312.722500', '113313.182500', '113313.642500', '113314.102500', '113314.562500', '113315.022500', '113315.482500', '113315.942500', '113316.402500', '113316.862500', '113317.322500', '113317.782500', '113318.242500', '113318.702500', '113319.162500', '113319.622500', '113320.082500', '113320.542500', '113321.002500', '113321.462500', '113321.922500', '113322.382500', '113322.842500', '113323.302500', '113323.762500', '113324.222500', '113324.682500', '113325.142500', '113325.602500', '113326.062500', '113326.522500', '113326.982500', '113327.442500', '113327.902500', '113328.362500', '113328.822500', '113329.282500', '113329.742500', '113330.202500', '113330.662500', '113331.122500', '113331.582500', '113332.042500', '113332.502500', '113332.962500', '113333.422500', '113333.882500', '113334.342500', '113334.802500', '113335.262500', '113335.722500', '113336.182500', '113336.642500', '113337.102500', '113337.562500', '113338.022500', '113338.482500', '113338.942500', '113339.402500', '113339.862500', '113340.322500', '113340.782500', '113341.242500', '113341.702500', '113342.162500', '113342.622500', '113343.082500', '113343.542500', '113344.002500', '113344.462500', '113344.922500', '113345.382500', '113345.842500', '113346.302500', '113346.762500', '113347.222500', '113347.682500', '113348.142500', '113348.602500', '113349.062500', '113349.522500', '113349.982500', '113350.442500', '113350.902500', '113351.362500', '113351.822500', '113352.282500', '113352.742500', '113353.202500', '113353.662500', '113354.122500', '113354.582500', '113355.042500', '113355.502500', '113355.962500', '113356.422500', '113356.882500', '113357.342500', '113357.802500', '113358.262500', '113358.722500', '113359.182500', '113359.642500', '113400.102500', '113400.562500', '113401.022500', '113401.482500', '113401.942500', '113402.402500', '113402.862500', '113403.322500', '113403.782500', '113404.242500', '113404.702500', '113405.162500', '113405.622500', '113406.082500', '113406.542500', '113407.002500', '113407.462500', '113407.922500', '113408.382500', '113408.842500', '113409.302500', '113409.762500', '113410.222500', '113410.682500', '113411.142500', '113411.602500', '113412.062500', '113412.522500', '113412.982500', '113413.442500', '113413.902500', '113414.362500', '113414.822500', '113415.282500', '113415.742500', '113416.202500', '113416.662500', '113417.122500', '113417.582500', '113418.042500', '113418.502500', '113418.962500', '113419.422500', '113419.882500', '113420.342500', '113420.802500', '113421.262500', '113421.722500', '113422.182500', '113422.642500', '113423.102500', '113423.562500', '113424.022500', '113424.482500', '113424.942500', '113425.402500', '113425.862500', '113426.322500', '113426.782500', '113427.242500', '113427.702500', '113428.162500', '113428.622500', '113429.082500', '113429.542500', '113430.002500', '113430.462500', '113430.922500', '113431.382500', '113431.842500', '113432.302500', '113432.762500', '113433.222500', '113433.682500', '113434.142500', '113434.602500', '113435.062500', '113435.522500', '113435.982500', '113436.442500', '113436.902500', '113437.362500', '113437.822500', '113438.282500', '113438.742500', '113439.202500', '113439.662500', '113440.122500', '113440.582500', '113441.042500', '113441.502500', '113441.962500', '113442.422500', '113442.882500', '113443.342500', '113443.802500', '113444.262500', '113444.722500', '113445.182500', '113445.642500', '113446.102500', '113446.562500', '113447.022500', '113447.482500', '113447.942500', '113448.402500', '113448.862500', '113449.322500', '113449.782500', '113450.242500', '113450.702500', '113451.162500', '113451.622500', '113452.082500', '113452.542500', '113453.002500', '113453.462500', '113453.922500', '113454.382500', '113454.842500', '113455.302500', '113455.762500', '113456.222500', '113456.682500', '113457.142500', '113457.602500', '113458.062500', '113458.522500', '113458.982500', '113459.442500', '113459.902500', '113500.362500', '113500.822500', '113501.282500', '113501.742500', '113502.202500', '113502.662500', '113503.122500', '113503.582500', '113504.042500', '113504.502500', '113504.962500', '113505.422500', '113505.882500', '113506.342500', '113506.802500', '113507.262500', '113507.722500', '113508.182500', '113508.642500', '113509.102500', '113509.562500', '113510.022500', '113510.482500', '113510.942500', '113511.402500', '113511.862500', '113512.322500', '113512.782500', '113513.242500', '113513.702500', '113514.162500', '113514.622500', '113515.082500', '113515.542500', '113516.002500', '113516.462500', '113516.922500', '113517.382500', '113517.842500', '113518.302500', '113518.762500', '113519.222500', '113519.682500', '113520.142500', '113520.602500', '113521.062500', '113521.522500', '113521.982500', '113522.442500', '113522.902500', '113523.362500', '113523.822500', '113524.282500', '113524.742500', '113525.202500', '113525.662500', '113526.122500', '113526.582500', '113527.042500', '113527.502500', '113527.962500', '113528.422500', '113528.882500', '113529.342500', '113529.802500', '113530.262500', '113530.722500', '113531.182500', '113531.642500', '113532.102500', '113532.562500', '113533.022500', '113533.482500', '113533.942500', '113534.402500', '113534.862500', '113535.322500', '113535.782500', '113536.242500', '113536.702500', '113537.162500', '113537.622500', '113538.082500', '113538.542500', '113539.002500', '113539.462500', '113539.922500', '113540.382500', '113540.842500', '113541.302500', '113541.762500', '113542.222500', '113542.682500', '113543.142500', '113543.602500', '113544.062500', '113544.522500', '113544.982500', '113545.442500', '113545.902500', '113546.362500', '113546.822500', '113547.282500', '113547.742500', '113548.202500', '113548.662500', '113549.122500', '113549.582500', '113550.042500', '113550.502500', '113550.962500', '113551.422500', '113551.882500', '113552.342500', '113552.802500', '113553.262500', '113553.722500', '113554.182500', '113554.642500', '113555.102500', '113555.562500', '113556.022500', '113556.482500', '113556.942500', '113557.402500', '113557.862500', '113558.322500', '113558.782500', '113559.242500', '113559.702500', '113600.162500', '113600.622500', '113601.082500', '113601.542500', '113602.002500', '113602.462500', '113602.922500', '113603.382500', '113603.842500', '113604.302500', '113604.762500', '113605.222500', '113605.682500', '113606.142500', '113606.602500', '113607.062500', '113607.522500', '113607.982500', '113608.442500', '113608.902500', '113609.362500', '113609.822500', '113610.282500', '113610.742500', '113611.202500', '113611.662500', '113612.122500', '113612.582500', '113613.042500', '113613.502500', '113613.962500', '113614.422500', '113614.882500', '113615.342500', '113615.802500', '113616.262500', '113616.722500', '113617.182500', '113617.642500', '113618.102500', '113618.562500', '113619.022500', '113619.482500', '113619.942500', '113620.402500', '113620.862500', '113621.322500', '113621.782500', '113622.242500', '113622.702500', '113623.162500', '113623.622500', '113624.082500', '113624.542500', '113625.002500', '113625.462500', '113625.922500', '113626.382500', '113626.842500', '113627.302500', '113627.762500', '113628.222500', '113628.682500', '113629.142500', '113629.602500', '113630.062500', '113630.522500', '113630.982500', '113631.442500', '113631.902500', '113632.362500', '113632.822500'], 'ContentTime': ['113007.663000', '113007.666000', '113007.669000', '113007.672000', '113007.675000', '113007.677000', '113007.680000', '113007.682000', '113007.685000', '113007.688000', '113007.690000', '113007.693000', '113007.695000', '113007.715000', '113007.717000', '113007.720000', '113007.722000', '113007.725000', '113007.728000', '113007.738000', '113007.741000', '113007.743000', '113007.746000', '113007.748000', '113007.751000', '113007.754000', '113007.756000', '113007.759000', '113007.762000', '113007.764000', '113007.767000', '113007.769000', '113027.634000', '113027.637000', '113027.640000', '113027.642000', '113027.645000', '113027.648000', '113027.650000', '113027.653000', '113027.655000', '113027.658000', '113027.661000', '113027.663000', '113027.666000', '113027.668000', '113027.671000', '113027.673000', '113027.676000', '113027.684000', '113027.687000', '113027.690000', '113027.692000', '113027.695000', '113027.697000', '113027.700000', '113027.703000', '113027.705000', '113027.708000', '113027.710000', '113027.713000', '113027.716000', '113027.718000', '113027.721000', '113027.724000', '113027.726000', '113027.729000', '113027.731000', '113027.734000', '113027.737000', '113027.739000', '113027.742000', '113027.744000', '113027.747000', '113027.749000', '113027.752000', '113047.633000', '113047.636000', '113047.639000', '113047.642000', '113047.645000', '113047.647000', '113047.650000', '113047.653000', '113047.655000', '113047.658000', '113047.660000', '113047.663000', '113047.666000', '113047.668000', '113047.671000', '113047.673000', '113047.676000', '113047.679000', '113047.681000', '113047.684000', '113047.696000', '113047.698000', '113047.701000', '113047.704000', '113047.706000', '113047.709000', '113047.711000', '113047.714000', '113047.716000', '113047.719000', '113047.722000', '113047.724000', '113047.727000', '113047.730000', '113047.732000', '113047.735000', '113047.738000', '113047.740000', '113047.743000', '113047.745000', '113047.748000', '113047.751000', '113047.753000', '113107.633000', '113107.636000', '113107.639000', '113107.641000', '113107.644000', '113107.647000', '113107.649000', '113107.652000', '113107.655000', '113107.657000', '113107.660000', '113107.662000', '113107.665000', '113107.668000', '113107.670000', '113107.673000', '113107.675000', '113107.678000', '113107.681000', '113107.683000', '113107.686000', '113107.689000', '113107.691000', '113107.694000', '113107.696000', '113107.699000', '113107.702000', '113107.704000', '113107.707000', '113107.709000', '113107.712000', '113107.715000', '113107.717000', '113107.720000', '113107.723000', '113107.725000', '113107.728000', '113107.730000', '113107.733000', '113107.736000', '113107.738000', '113107.741000', '113107.743000', '113107.746000', '113127.633000', '113127.636000', '113127.639000', '113127.642000', '113127.644000', '113127.647000', '113127.650000', '113127.652000', '113127.655000', '113127.657000', '113127.660000', '113127.663000', '113127.665000', '113127.668000', '113127.671000', '113127.673000', '113127.676000', '113127.679000', '113127.681000', '113127.684000', '113127.687000', '113127.689000', '113127.692000', '113127.694000', '113127.697000', '113127.700000', '113127.702000', '113127.705000', '113127.708000', '113127.710000', '113127.713000', '113127.715000', '113127.718000', '113127.721000', '113127.723000', '113127.726000', '113127.728000', '113127.731000', '113127.734000', '113127.736000', '113127.739000', '113127.741000', '113127.744000', '113147.632000', '113147.635000', '113147.639000', '113147.642000', '113147.645000', '113147.647000', '113147.650000', '113147.653000', '113147.655000', '113147.658000', '113147.661000', '113147.663000', '113147.666000', '113147.668000', '113147.671000', '113147.675000', '113147.677000', '113147.680000', '113147.683000', '113147.685000', '113147.688000', '113147.691000', '113147.693000', '113147.696000', '113147.698000', '113147.701000', '113147.704000', '113147.706000', '113147.709000', '113147.711000', '113147.714000', '113147.716000', '113147.719000', '113147.722000', '113147.746000', '113147.749000', '113147.751000', '113147.754000', '113147.757000', '113147.759000', '113147.762000', '113147.764000', '113147.767000', '113207.634000', '113207.636000', '113207.639000', '113207.642000', '113207.644000', '113207.647000', '113207.650000', '113207.652000', '113207.655000', '113207.657000', '113207.660000', '113207.662000', '113207.665000', '113207.668000', '113207.670000', '113207.673000', '113207.676000', '113207.678000', '113207.681000', '113207.683000', '113207.686000', '113207.689000', '113207.691000', '113207.694000', '113207.696000', '113207.699000', '113207.702000', '113207.704000', '113207.707000', '113207.709000', '113207.712000', '113207.715000', '113207.717000', '113207.720000', '113207.722000', '113207.725000', '113207.728000', '113207.730000', '113207.733000', '113207.735000', '113207.738000', '113207.741000', '113207.743000', '113207.746000', '113227.633000', '113227.636000', '113227.639000', '113227.642000', '113227.644000', '113227.647000', '113227.650000', '113227.652000', '113227.655000', '113227.660000', '113227.663000', '113227.665000', '113227.668000', '113227.670000', '113227.673000', '113227.676000', '113227.678000', '113227.681000', '113227.684000', '113227.686000', '113227.689000', '113227.691000', '113227.694000', '113227.697000', '113227.699000', '113227.702000', '113227.704000', '113227.707000', '113227.710000', '113227.712000', '113227.715000', '113227.717000', '113227.720000', '113227.723000', '113227.725000', '113227.728000', '113227.730000', '113227.733000', '113227.736000', '113227.738000', '113227.741000', '113227.743000', '113227.746000', '113247.634000', '113247.636000', '113247.639000', '113247.642000', '113247.644000', '113247.647000', '113247.650000', '113247.652000', '113247.655000', '113247.657000', '113247.660000', '113247.663000', '113247.665000', '113247.668000', '113247.671000', '113247.673000', '113247.676000', '113247.678000', '113247.681000', '113247.684000', '113247.686000', '113247.689000', '113247.692000', '113247.694000', '113247.697000', '113247.699000', '113247.702000', '113247.704000', '113247.707000', '113247.710000', '113247.712000', '113247.715000', '113247.718000', '113247.721000', '113247.724000', '113247.726000', '113247.729000', '113247.731000', '113247.734000', '113247.737000', '113247.739000', '113247.742000', '113247.744000', '113307.633000', '113307.636000', '113307.639000', '113307.642000', '113307.644000', '113307.647000', '113307.649000', '113307.653000', '113307.655000', '113307.658000', '113307.660000', '113307.663000', '113307.666000', '113307.668000', '113307.671000', '113307.674000', '113307.676000', '113307.679000', '113307.682000', '113307.684000', '113307.687000', '113307.690000', '113307.694000', '113307.697000', '113307.699000', '113307.702000', '113307.705000', '113307.707000', '113307.710000', '113307.713000', '113307.716000', '113307.719000', '113307.721000', '113307.724000', '113307.727000', '113307.729000', '113307.732000', '113307.735000', '113307.737000', '113307.740000', '113307.743000', '113307.745000', '113307.748000', '113307.750000', '113327.634000', '113327.637000', '113327.639000', '113327.642000', '113327.645000', '113327.647000', '113327.650000', '113327.652000', '113327.655000', '113327.657000', '113327.660000', '113327.663000', '113327.665000', '113327.668000', '113327.671000', '113327.674000', '113327.684000', '113327.687000', '113327.689000', '113327.692000', '113327.695000', '113327.697000', '113327.700000', '113327.703000', '113327.705000', '113327.708000', '113327.710000', '113327.713000', '113327.716000', '113327.718000', '113327.721000', '113327.724000', '113327.726000', '113327.729000', '113327.731000', '113327.734000', '113327.737000', '113327.739000', '113327.742000', '113327.744000', '113327.747000', '113327.750000', '113327.752000', '113327.755000', '113347.633000', '113347.636000', '113347.639000', '113347.642000', '113347.644000', '113347.647000', '113347.649000', '113347.652000', '113347.655000', '113347.657000', '113347.660000', '113347.662000', '113347.665000', '113347.668000', '113347.670000', '113347.673000', '113347.677000', '113347.680000', '113347.682000', '113347.685000', '113347.687000', '113347.690000', '113347.693000', '113347.695000', '113347.698000', '113347.700000', '113347.703000', '113347.706000', '113347.708000', '113347.711000', '113347.714000', '113347.716000', '113347.719000', '113347.721000', '113347.724000', '113347.727000', '113347.729000', '113347.732000', '113347.734000', '113347.737000', '113347.740000', '113347.742000', '113347.755000', '113407.633000', '113407.635000', '113407.639000', '113407.641000', '113407.644000', '113407.646000', '113407.649000', '113407.652000', '113407.654000', '113407.657000', '113407.660000', '113407.662000', '113407.665000', '113407.667000', '113407.670000', '113407.673000', '113407.675000', '113407.678000', '113407.681000', '113407.683000', '113407.686000', '113407.688000', '113407.691000', '113407.694000', '113407.696000', '113407.699000', '113407.701000', '113407.704000', '113407.707000', '113407.709000', '113407.712000', '113407.715000', '113407.717000', '113407.720000', '113407.723000', '113407.725000', '113407.728000', '113407.730000', '113407.733000', '113407.736000', '113407.738000', '113407.741000', '113407.744000', '113407.746000', '113427.634000', '113427.637000', '113427.639000', '113427.642000', '113427.645000', '113427.647000', '113427.650000', '113427.652000', '113427.655000', '113427.658000', '113427.660000', '113427.663000', '113427.666000', '113427.668000', '113427.671000', '113427.673000', '113427.676000', '113427.679000', '113427.681000', '113427.684000', '113427.686000', '113427.689000', '113427.692000', '113427.694000', '113427.697000', '113427.700000', '113427.702000', '113427.705000', '113427.708000', '113427.710000', '113427.713000', '113427.716000', '113427.718000', '113427.721000', '113427.723000', '113427.726000', '113427.728000', '113427.731000', '113427.734000', '113427.736000', '113427.739000', '113427.742000', '113427.744000', '113447.634000', '113447.637000', '113447.639000', '113447.642000', '113447.644000', '113447.647000', '113447.650000', '113447.652000', '113447.655000', '113447.657000', '113447.660000', '113447.663000', '113447.665000', '113447.668000', '113447.671000', '113447.673000', '113447.676000', '113447.678000', '113447.681000', '113447.684000', '113447.686000', '113447.689000', '113447.692000', '113447.694000', '113447.697000', '113447.700000', '113447.702000', '113447.705000', '113447.707000', '113447.710000', '113447.713000', '113447.716000', '113447.718000', '113447.721000', '113447.724000', '113447.726000', '113447.729000', '113447.731000', '113447.734000', '113447.737000', '113447.739000', '113447.752000', '113447.755000', '113447.757000', '113507.634000', '113507.636000', '113507.639000', '113507.642000', '113507.644000', '113507.647000', '113507.650000', '113507.652000', '113507.655000', '113507.657000', '113507.660000', '113507.663000', '113507.665000', '113507.668000', '113507.671000', '113507.673000', '113507.676000', '113507.679000', '113507.682000', '113507.684000', '113507.687000', '113507.690000', '113507.692000', '113507.695000', '113507.697000', '113507.700000', '113507.703000', '113507.705000', '113507.708000', '113507.711000', '113507.713000', '113507.716000', '113507.719000', '113507.721000', '113507.724000', '113507.727000', '113507.729000', '113507.732000', '113507.734000', '113507.737000', '113507.740000', '113507.742000', '113507.745000', '113527.634000', '113527.636000', '113527.639000', '113527.642000', '113527.644000', '113527.647000', '113527.650000', '113527.652000', '113527.655000', '113527.658000', '113527.660000', '113527.663000', '113527.666000', '113527.668000', '113527.671000', '113527.673000', '113527.676000', '113527.679000', '113527.681000', '113527.684000', '113527.687000', '113527.689000', '113527.692000', '113527.695000', '113527.697000', '113527.700000', '113527.703000', '113527.705000', '113527.708000', '113527.710000', '113527.713000', '113527.716000', '113527.719000', '113527.721000', '113527.724000', '113527.726000', '113527.729000', '113527.732000', '113527.734000', '113527.737000', '113527.740000', '113527.743000', '113527.747000', '113527.749000', '113547.633000', '113547.636000', '113547.639000', '113547.642000', '113547.644000', '113547.647000', '113547.650000', '113547.652000', '113547.655000', '113547.657000', '113547.660000', '113547.663000', '113547.665000', '113547.668000', '113547.670000', '113547.673000', '113547.676000', '113547.678000', '113547.681000', '113547.683000', '113547.686000', '113547.688000', '113547.691000', '113547.694000', '113547.697000', '113547.699000', '113547.702000', '113547.704000', '113547.707000', '113547.709000', '113547.712000', '113547.715000', '113547.717000', '113547.720000', '113547.722000', '113547.725000', '113547.728000', '113547.730000', '113547.733000', '113547.735000', '113547.738000', '113547.741000', '113547.743000', '113607.634000', '113607.637000', '113607.640000', '113607.642000', '113607.647000', '113607.649000', '113607.652000', '113607.654000', '113607.657000', '113607.660000', '113607.662000', '113607.665000', '113607.668000', '113607.670000', '113607.673000', '113607.675000', '113607.678000', '113607.681000', '113607.683000', '113607.686000', '113607.688000', '113607.691000', '113607.694000', '113607.696000', '113607.699000', '113607.702000', '113607.704000', '113607.707000', '113607.709000', '113607.712000', '113607.715000', '113607.717000', '113607.720000', '113607.722000', '113607.725000', '113607.728000', '113607.730000', '113607.733000', '113607.736000', '113607.738000', '113607.741000', '113607.743000', '113607.746000', '113627.632000', '113627.635000', '113627.638000', '113627.641000', '113627.643000', '113627.646000', '113627.649000', '113627.651000', '113627.668000', '113627.671000', '113627.674000', '113627.676000', '113627.679000', '113627.681000', '113627.684000', '113627.687000', '113627.689000', '113627.692000', '113627.694000', '113627.697000', '113627.700000', '113627.702000', '113627.705000', '113627.708000', '113627.710000', '113627.713000', '113627.715000', '113627.718000', '113627.720000', '113627.723000', '113627.726000', '113627.728000', '113627.731000', '113627.734000', '113627.736000', '113627.739000', '113627.742000', '113627.744000', '113627.747000', '113627.750000', '113627.752000', '113627.755000', '113627.758000', '113627.760000', '113633.729000', '113633.732000', '113633.735000', '113633.737000', '113633.740000', '113633.742000', '113633.745000', '113633.748000', '113633.750000', '113633.753000', '113633.756000', '113633.759000', '113633.761000', '113633.764000'], 'InstanceCreationTime': ['113007.663000', '113007.666000', '113007.669000', '113007.672000', '113007.675000', '113007.677000', '113007.680000', '113007.682000', '113007.685000', '113007.688000', '113007.690000', '113007.693000', '113007.695000', '113007.715000', '113007.717000', '113007.720000', '113007.722000', '113007.725000', '113007.728000', '113007.738000', '113007.741000', '113007.743000', '113007.746000', '113007.748000', '113007.751000', '113007.754000', '113007.756000', '113007.759000', '113007.762000', '113007.764000', '113007.767000', '113007.769000', '113027.634000', '113027.637000', '113027.640000', '113027.642000', '113027.645000', '113027.648000', '113027.650000', '113027.653000', '113027.655000', '113027.658000', '113027.661000', '113027.663000', '113027.666000', '113027.668000', '113027.671000', '113027.673000', '113027.676000', '113027.684000', '113027.687000', '113027.690000', '113027.692000', '113027.695000', '113027.697000', '113027.700000', '113027.703000', '113027.705000', '113027.708000', '113027.710000', '113027.713000', '113027.716000', '113027.718000', '113027.721000', '113027.724000', '113027.726000', '113027.729000', '113027.731000', '113027.734000', '113027.737000', '113027.739000', '113027.742000', '113027.744000', '113027.747000', '113027.749000', '113027.752000', '113047.633000', '113047.636000', '113047.639000', '113047.642000', '113047.645000', '113047.647000', '113047.650000', '113047.653000', '113047.655000', '113047.658000', '113047.660000', '113047.663000', '113047.666000', '113047.668000', '113047.671000', '113047.673000', '113047.676000', '113047.679000', '113047.681000', '113047.684000', '113047.696000', '113047.698000', '113047.701000', '113047.704000', '113047.706000', '113047.709000', '113047.711000', '113047.714000', '113047.716000', '113047.719000', '113047.722000', '113047.724000', '113047.727000', '113047.730000', '113047.732000', '113047.735000', '113047.738000', '113047.740000', '113047.743000', '113047.745000', '113047.748000', '113047.751000', '113047.753000', '113107.633000', '113107.636000', '113107.639000', '113107.641000', '113107.644000', '113107.647000', '113107.649000', '113107.652000', '113107.655000', '113107.657000', '113107.660000', '113107.662000', '113107.665000', '113107.668000', '113107.670000', '113107.673000', '113107.675000', '113107.678000', '113107.681000', '113107.683000', '113107.686000', '113107.689000', '113107.691000', '113107.694000', '113107.696000', '113107.699000', '113107.702000', '113107.704000', '113107.707000', '113107.709000', '113107.712000', '113107.715000', '113107.717000', '113107.720000', '113107.723000', '113107.725000', '113107.728000', '113107.730000', '113107.733000', '113107.736000', '113107.738000', '113107.741000', '113107.743000', '113107.746000', '113127.633000', '113127.636000', '113127.639000', '113127.642000', '113127.644000', '113127.647000', '113127.650000', '113127.652000', '113127.655000', '113127.657000', '113127.660000', '113127.663000', '113127.665000', '113127.668000', '113127.671000', '113127.673000', '113127.676000', '113127.679000', '113127.681000', '113127.684000', '113127.687000', '113127.689000', '113127.692000', '113127.694000', '113127.697000', '113127.700000', '113127.702000', '113127.705000', '113127.708000', '113127.710000', '113127.713000', '113127.715000', '113127.718000', '113127.721000', '113127.723000', '113127.726000', '113127.728000', '113127.731000', '113127.734000', '113127.736000', '113127.739000', '113127.741000', '113127.744000', '113147.632000', '113147.635000', '113147.639000', '113147.642000', '113147.645000', '113147.647000', '113147.650000', '113147.653000', '113147.655000', '113147.658000', '113147.661000', '113147.663000', '113147.666000', '113147.668000', '113147.671000', '113147.675000', '113147.677000', '113147.680000', '113147.683000', '113147.685000', '113147.688000', '113147.691000', '113147.693000', '113147.696000', '113147.698000', '113147.701000', '113147.704000', '113147.706000', '113147.709000', '113147.711000', '113147.714000', '113147.716000', '113147.719000', '113147.722000', '113147.746000', '113147.749000', '113147.751000', '113147.754000', '113147.757000', '113147.759000', '113147.762000', '113147.764000', '113147.767000', '113207.634000', '113207.636000', '113207.639000', '113207.642000', '113207.644000', '113207.647000', '113207.650000', '113207.652000', '113207.655000', '113207.657000', '113207.660000', '113207.662000', '113207.665000', '113207.668000', '113207.670000', '113207.673000', '113207.676000', '113207.678000', '113207.681000', '113207.683000', '113207.686000', '113207.689000', '113207.691000', '113207.694000', '113207.696000', '113207.699000', '113207.702000', '113207.704000', '113207.707000', '113207.709000', '113207.712000', '113207.715000', '113207.717000', '113207.720000', '113207.722000', '113207.725000', '113207.728000', '113207.730000', '113207.733000', '113207.735000', '113207.738000', '113207.741000', '113207.743000', '113207.746000', '113227.633000', '113227.636000', '113227.639000', '113227.642000', '113227.644000', '113227.647000', '113227.650000', '113227.652000', '113227.655000', '113227.660000', '113227.663000', '113227.665000', '113227.668000', '113227.670000', '113227.673000', '113227.676000', '113227.678000', '113227.681000', '113227.684000', '113227.686000', '113227.689000', '113227.691000', '113227.694000', '113227.697000', '113227.699000', '113227.702000', '113227.704000', '113227.707000', '113227.710000', '113227.712000', '113227.715000', '113227.717000', '113227.720000', '113227.723000', '113227.725000', '113227.728000', '113227.730000', '113227.733000', '113227.736000', '113227.738000', '113227.741000', '113227.743000', '113227.746000', '113247.634000', '113247.636000', '113247.639000', '113247.642000', '113247.644000', '113247.647000', '113247.650000', '113247.652000', '113247.655000', '113247.657000', '113247.660000', '113247.663000', '113247.665000', '113247.668000', '113247.671000', '113247.673000', '113247.676000', '113247.678000', '113247.681000', '113247.684000', '113247.686000', '113247.689000', '113247.692000', '113247.694000', '113247.697000', '113247.699000', '113247.702000', '113247.704000', '113247.707000', '113247.710000', '113247.712000', '113247.715000', '113247.718000', '113247.721000', '113247.724000', '113247.726000', '113247.729000', '113247.731000', '113247.734000', '113247.737000', '113247.739000', '113247.742000', '113247.744000', '113307.633000', '113307.636000', '113307.639000', '113307.642000', '113307.644000', '113307.647000', '113307.649000', '113307.653000', '113307.655000', '113307.658000', '113307.660000', '113307.663000', '113307.666000', '113307.668000', '113307.671000', '113307.674000', '113307.676000', '113307.679000', '113307.682000', '113307.684000', '113307.687000', '113307.690000', '113307.694000', '113307.697000', '113307.699000', '113307.702000', '113307.705000', '113307.707000', '113307.710000', '113307.713000', '113307.716000', '113307.719000', '113307.721000', '113307.724000', '113307.727000', '113307.729000', '113307.732000', '113307.735000', '113307.737000', '113307.740000', '113307.743000', '113307.745000', '113307.748000', '113307.750000', '113327.634000', '113327.637000', '113327.639000', '113327.642000', '113327.645000', '113327.647000', '113327.650000', '113327.652000', '113327.655000', '113327.657000', '113327.660000', '113327.663000', '113327.665000', '113327.668000', '113327.671000', '113327.674000', '113327.684000', '113327.687000', '113327.689000', '113327.692000', '113327.695000', '113327.697000', '113327.700000', '113327.703000', '113327.705000', '113327.708000', '113327.710000', '113327.713000', '113327.716000', '113327.718000', '113327.721000', '113327.724000', '113327.726000', '113327.729000', '113327.731000', '113327.734000', '113327.737000', '113327.739000', '113327.742000', '113327.744000', '113327.747000', '113327.750000', '113327.752000', '113327.755000', '113347.633000', '113347.636000', '113347.639000', '113347.642000', '113347.644000', '113347.647000', '113347.649000', '113347.652000', '113347.655000', '113347.657000', '113347.660000', '113347.662000', '113347.665000', '113347.668000', '113347.670000', '113347.673000', '113347.677000', '113347.680000', '113347.682000', '113347.685000', '113347.687000', '113347.690000', '113347.693000', '113347.695000', '113347.698000', '113347.700000', '113347.703000', '113347.706000', '113347.708000', '113347.711000', '113347.714000', '113347.716000', '113347.719000', '113347.721000', '113347.724000', '113347.727000', '113347.729000', '113347.732000', '113347.734000', '113347.737000', '113347.740000', '113347.742000', '113347.755000', '113407.633000', '113407.635000', '113407.639000', '113407.641000', '113407.644000', '113407.646000', '113407.649000', '113407.652000', '113407.654000', '113407.657000', '113407.660000', '113407.662000', '113407.665000', '113407.667000', '113407.670000', '113407.673000', '113407.675000', '113407.678000', '113407.681000', '113407.683000', '113407.686000', '113407.688000', '113407.691000', '113407.694000', '113407.696000', '113407.699000', '113407.701000', '113407.704000', '113407.707000', '113407.709000', '113407.712000', '113407.715000', '113407.717000', '113407.720000', '113407.723000', '113407.725000', '113407.728000', '113407.730000', '113407.733000', '113407.736000', '113407.738000', '113407.741000', '113407.744000', '113407.746000', '113427.634000', '113427.637000', '113427.639000', '113427.642000', '113427.645000', '113427.647000', '113427.650000', '113427.652000', '113427.655000', '113427.658000', '113427.660000', '113427.663000', '113427.666000', '113427.668000', '113427.671000', '113427.673000', '113427.676000', '113427.679000', '113427.681000', '113427.684000', '113427.686000', '113427.689000', '113427.692000', '113427.694000', '113427.697000', '113427.700000', '113427.702000', '113427.705000', '113427.708000', '113427.710000', '113427.713000', '113427.716000', '113427.718000', '113427.721000', '113427.723000', '113427.726000', '113427.728000', '113427.731000', '113427.734000', '113427.736000', '113427.739000', '113427.742000', '113427.744000', '113447.634000', '113447.637000', '113447.639000', '113447.642000', '113447.644000', '113447.647000', '113447.650000', '113447.652000', '113447.655000', '113447.657000', '113447.660000', '113447.663000', '113447.665000', '113447.668000', '113447.671000', '113447.673000', '113447.676000', '113447.678000', '113447.681000', '113447.684000', '113447.686000', '113447.689000', '113447.692000', '113447.694000', '113447.697000', '113447.700000', '113447.702000', '113447.705000', '113447.707000', '113447.710000', '113447.713000', '113447.716000', '113447.718000', '113447.721000', '113447.724000', '113447.726000', '113447.729000', '113447.731000', '113447.734000', '113447.737000', '113447.739000', '113447.752000', '113447.755000', '113447.757000', '113507.634000', '113507.636000', '113507.639000', '113507.642000', '113507.644000', '113507.647000', '113507.650000', '113507.652000', '113507.655000', '113507.657000', '113507.660000', '113507.663000', '113507.665000', '113507.668000', '113507.671000', '113507.673000', '113507.676000', '113507.679000', '113507.682000', '113507.684000', '113507.687000', '113507.690000', '113507.692000', '113507.695000', '113507.697000', '113507.700000', '113507.703000', '113507.705000', '113507.708000', '113507.711000', '113507.713000', '113507.716000', '113507.719000', '113507.721000', '113507.724000', '113507.727000', '113507.729000', '113507.732000', '113507.734000', '113507.737000', '113507.740000', '113507.742000', '113507.745000', '113527.634000', '113527.636000', '113527.639000', '113527.642000', '113527.644000', '113527.647000', '113527.650000', '113527.652000', '113527.655000', '113527.658000', '113527.660000', '113527.663000', '113527.666000', '113527.668000', '113527.671000', '113527.673000', '113527.676000', '113527.679000', '113527.681000', '113527.684000', '113527.687000', '113527.689000', '113527.692000', '113527.695000', '113527.697000', '113527.700000', '113527.703000', '113527.705000', '113527.708000', '113527.710000', '113527.713000', '113527.716000', '113527.719000', '113527.721000', '113527.724000', '113527.726000', '113527.729000', '113527.732000', '113527.734000', '113527.737000', '113527.740000', '113527.743000', '113527.747000', '113527.749000', '113547.633000', '113547.636000', '113547.639000', '113547.642000', '113547.644000', '113547.647000', '113547.650000', '113547.652000', '113547.655000', '113547.657000', '113547.660000', '113547.663000', '113547.665000', '113547.668000', '113547.670000', '113547.673000', '113547.676000', '113547.678000', '113547.681000', '113547.683000', '113547.686000', '113547.688000', '113547.691000', '113547.694000', '113547.697000', '113547.699000', '113547.702000', '113547.704000', '113547.707000', '113547.709000', '113547.712000', '113547.715000', '113547.717000', '113547.720000', '113547.722000', '113547.725000', '113547.728000', '113547.730000', '113547.733000', '113547.735000', '113547.738000', '113547.741000', '113547.743000', '113607.634000', '113607.637000', '113607.640000', '113607.642000', '113607.647000', '113607.649000', '113607.652000', '113607.654000', '113607.657000', '113607.660000', '113607.662000', '113607.665000', '113607.668000', '113607.670000', '113607.673000', '113607.675000', '113607.678000', '113607.681000', '113607.683000', '113607.686000', '113607.688000', '113607.691000', '113607.694000', '113607.696000', '113607.699000', '113607.702000', '113607.704000', '113607.707000', '113607.709000', '113607.712000', '113607.715000', '113607.717000', '113607.720000', '113607.722000', '113607.725000', '113607.728000', '113607.730000', '113607.733000', '113607.736000', '113607.738000', '113607.741000', '113607.743000', '113607.746000', '113627.632000', '113627.635000', '113627.638000', '113627.641000', '113627.643000', '113627.646000', '113627.649000', '113627.651000', '113627.668000', '113627.671000', '113627.674000', '113627.676000', '113627.679000', '113627.681000', '113627.684000', '113627.687000', '113627.689000', '113627.692000', '113627.694000', '113627.697000', '113627.700000', '113627.702000', '113627.705000', '113627.708000', '113627.710000', '113627.713000', '113627.715000', '113627.718000', '113627.720000', '113627.723000', '113627.726000', '113627.728000', '113627.731000', '113627.734000', '113627.736000', '113627.739000', '113627.742000', '113627.744000', '113627.747000', '113627.750000', '113627.752000', '113627.755000', '113627.758000', '113627.760000', '113633.729000', '113633.732000', '113633.735000', '113633.737000', '113633.740000', '113633.742000', '113633.745000', '113633.748000', '113633.750000', '113633.753000', '113633.756000', '113633.759000', '113633.761000', '113633.764000'], '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': [8120, 9732, 7410, 11733, 8289, 13098, 8904, 7038, 11309, 7638, 14091, 9560, 7452, 11637, 8303, 14515, 11756, 10456, 9841, 7440, 13017, 8689, 12301, 9219, 7737, 10807, 7894, 11989, 7780, 12756, 8459, 12936, 9176, 7398, 10402, 7530, 13462, 8755, 13983, 12210, 9227, 8323, 7361, 12095, 8601, 12132, 10030, 7501, 10958, 7791, 12447, 8923, 7283, 10679, 8426, 10181, 9046, 7709, 8526, 9573, 6991, 11921, 8390, 13151, 10106, 10088, 7283, 9621, 7727, 11230, 7762, 6933, 8963, 7127, 12001, 8903, 7377, 8947, 7375, 11307, 8424, 11278, 8150, 9299, 11746, 7500, 9591, 7358, 10575, 7860, 9990, 8932, 7331, 11571, 7667, 12998, 9067, 11557, 7813, 9108, 9334, 9335, 9414, 7129, 9728, 7435, 11756, 8024, 10695, 7599, 11889, 8172, 8226, 9388, 7340, 10941, 7969, 9417, 9488, 7213, 10851, 8015, 11239, 12135, 8407, 12497, 7736, 12960, 10978, 11853, 9803, 7039, 11855, 8268, 7619, 10728, 8169, 7358, 9889, 7775, 7790, 11277, 7530, 11158, 7733, 10650, 8306, 7383, 8512, 7451, 10334, 8007, 9862, 7797, 7310, 9748, 7983, 12323, 8977, 10157, 7316, 10196, 7538, 12035, 7672, 7765, 8875, 7655, 11298, 8516, 8117, 8184, 7656, 13156, 10051, 13982, 8343, 11867, 7836, 13731, 8390, 10784, 7570, 11159, 8226, 11501, 13733, 9593, 10591, 7869, 7469, 9384, 7562, 10646, 7621, 12448, 7979, 12206, 9224, 13214, 10871, 12885, 12188, 9561, 12025, 10201, 14989, 11577, 15271, 12400, 11078, 8799, 7535, 9271, 8658, 10759, 7510, 10478, 8115, 7231, 9687, 7226, 11212, 8545, 7248, 8891, 7444, 11829, 7968, 8928, 8276, 7479, 9887, 7570, 9873, 7293, 8222, 8051, 7864, 9652, 7441, 11083, 7573, 9545, 8676, 7137, 10357, 7285, 11551, 8726, 10178, 8178, 7059, 9008, 7689, 7624, 9314, 7759, 9555, 9815, 7270, 11058, 7727, 13672, 8969, 13252, 9651, 9452, 7166, 10134, 7356, 11720, 7888, 7762, 8204, 7553, 10327, 7775, 7982, 9889, 7255, 9956, 7814, 10769, 9071, 7150, 11407, 8598, 7583, 9700, 7513, 9900, 11237, 7543, 11626, 7879, 9894, 9092, 12882, 11106, 7612, 7665, 7272, 9090, 7348, 10080, 7354, 7418, 8916, 7444, 12344, 8320, 10170, 9631, 13000, 13475, 13698, 11616, 10710, 8241, 8732, 7768, 9986, 8555, 8981, 8422, 7609, 8699, 7249, 10188, 7382, 9481, 7378, 11017, 7651, 9162, 8842, 7111, 10241, 7168, 11928, 8048, 10684, 7951, 7402, 8844, 7525, 11640, 7689, 11007, 8360, 11864, 8353, 14343, 8810, 10873, 8048, 10892, 7979, 12440, 7858, 10420, 7726, 10795, 8302, 7552, 8377, 7476, 10984, 7675, 11360, 8258, 7554, 9984, 7530, 12923, 10225, 10810, 7276, 10532, 7286, 12466, 7926, 10531, 7679, 10599, 7854, 11636, 8330, 8241, 7670, 7322, 8482, 7509, 10513, 7435, 10066, 7931, 11428, 8413, 11508, 9541, 7302, 8995, 7430, 11887, 8482, 6974, 11834, 8603, 7348, 10716, 8626, 13497, 12467, 12444, 8377, 12182, 10189, 11966, 8883, 7633, 7898, 7146, 8673, 7725, 10302, 7135, 10306, 7590, 11878, 8446, 7957, 8691, 7264, 10940, 7745, 13034, 8304, 10380, 8208, 8351, 9640, 7174, 10068, 7754, 12668, 8813, 10139, 8616, 7086, 10167, 7540, 13377, 8373, 8865, 8200, 8746, 12258, 8356, 9560, 7348, 9720, 7272, 11575, 8148, 12820, 8199, 7385, 8280, 7356, 10945, 7606, 12272, 8045, 8099, 8966, 7367, 10824, 7422, 9987, 7123, 10940, 7489, 11244, 7836, 9191, 7246, 7666, 8919, 7205, 11110, 7940, 11133, 8198, 8519, 9486, 7456, 11423, 7776, 13917, 9823, 12404, 7772, 10876, 7809, 11992, 8590, 8221, 7672, 7242, 8828, 7611, 8921, 7116, 11312, 7990, 7633, 9220, 7143, 11418, 7951, 12436, 9858, 13783, 11060, 12026, 7624, 11011, 7626, 12053, 8234, 10195, 7490, 7153, 7528, 7656, 8775, 6952, 9767, 7225, 10387, 7866, 13290, 10004, 11052, 9698, 7047, 9684, 7020, 11576, 8067, 7672, 8147, 7368, 8431, 8987, 7342, 13649, 9157, 8577, 8446, 11460, 13240, 11899, 8415, 7322, 9457, 7517, 11397, 7870, 7476, 8483, 7413, 11578, 7396, 12505, 8373, 14392, 10353, 12594, 10594, 10372, 9669, 11457, 12587, 10007, 8634, 7091, 11120, 7766, 12333, 8254, 7385, 9419, 7238, 10622, 7380, 11090, 7917, 10112, 9242, 7360, 10366, 7893, 12784, 8736, 14064, 9350, 11603, 7744, 11280, 7836, 12354, 7669, 7665, 7587, 9258, 8062, 10490, 10265, 8521, 9000, 7127, 9269, 7460, 12214, 7665, 12325, 7674, 7685, 8785, 7326, 12671, 8910, 7632, 11080, 8466, 9688, 13761, 10660, 10228, 7178, 10311, 7700, 11854, 7364, 10698, 7299, 9221, 8693, 9258, 9769, 6949, 10085, 7324, 12553, 7775, 11719, 8330, 9542, 9026, 7186, 11637, 8106, 13209, 8860, 14658, 9907, 8708, 8981, 7145, 10971, 7508, 12800, 7862, 11353, 8104, 12116, 8378, 13862, 8039, 10852, 7761, 10960, 8008, 12133, 8711, 10515, 8171, 7227, 9224, 7453, 12168, 7903, 11695, 8289, 13953, 8816, 9508, 9423, 7017, 11878, 7864, 13629, 8784, 11368, 8550, 9427, 9766, 7715, 10778, 7588, 12126, 8288, 13757, 9108, 9445, 8585, 7626, 10633, 7270, 12210, 8102, 7874, 11527, 7468, 13336, 8889, 10736, 12732, 10838, 12239, 9184, 11343, 7972, 13900, 9271, 13658, 8687, 11074, 8790, 9398, 10034, 7217, 10371, 7703, 12829, 8240, 13162, 8063, 11271, 8405, 12993, 8708, 13317, 8248, 11926, 7840, 12334, 8309, 10441, 8826, 7611, 8857, 7128, 11847, 7376, 13078, 8279, 7963, 9019, 7340, 12533, 8022, 9667, 8765, 7286, 12570, 7962, 14076, 8756, 10683, 8733, 11853, 10325, 8239, 9167, 7293, 11031, 7397, 12857, 8074, 11762, 8537, 11482, 9950, 7696, 10504, 7847, 12721, 8710, 13465, 9072, 6831, 10619, 7565, 14157, 8934, 7767, 10008, 8697, 11004, 10031, 9329, 7271, 9513, 7374, 12794, 8455, 8512, 9210, 7237, 12859, 9159, 9492, 10148, 7407, 12790, 9311, 13980, 9253, 12713, 8692, 14602, 11344, 12554, 9526, 7458, 9884, 7772, 10812, 7938, 10212, 7259, 10435, 7093, 11460, 7409, 12564, 7305, 11172, 7901, 11617, 8235, 13448, 9295, 13172, 8623, 8313, 8985, 7054, 12922, 9705, 7549, 8563, 9931, 8251, 13727, 11104, 14139, 9857], 'WindowCenter': [4322.0, 4337.0, 4282.0, 4329.0, 4289.0, 4339.0, 4298.0, 4267.0, 4318.0, 4290.0, 4338.0, 4321.0, 4290.0, 4329.0, 4299.0, 4350.0, 4329.0, 4317.0, 4307.0, 4277.0, 4337.0, 4297.0, 4326.0, 4295.0, 4275.0, 4317.0, 4275.0, 4315.0, 4276.0, 4324.0, 4285.0, 4325.0, 4295.0, 4274.0, 4316.0, 4276.0, 4325.0, 4286.0, 4326.0, 4316.0, 4295.0, 4282.0, 4263.0, 4312.0, 4272.0, 4312.0, 4290.0, 4260.0, 4288.0, 4262.0, 4311.0, 4282.0, 4263.0, 4292.0, 4271.0, 4291.0, 4283.0, 4274.0, 4298.0, 4332.0, 4292.0, 4328.0, 4272.0, 4312.0, 4291.0, 4278.0, 4248.0, 4280.0, 4260.0, 4302.0, 4261.0, 4251.0, 4281.0, 4262.0, 4314.0, 4295.0, 4263.0, 4293.0, 4264.0, 4315.0, 4287.0, 4316.0, 4286.0, 4307.0, 4329.0, 4276.0, 4306.0, 4273.0, 4315.0, 4287.0, 4306.0, 4296.0, 4275.0, 4315.0, 4287.0, 4337.0, 4297.0, 4314.0, 4275.0, 4283.0, 4294.0, 4294.0, 4293.0, 4262.0, 4292.0, 4274.0, 4312.0, 4274.0, 4304.0, 4273.0, 4313.0, 4283.0, 4283.0, 4293.0, 4274.0, 4313.0, 4284.0, 4293.0, 4305.0, 4274.0, 4315.0, 4284.0, 4314.0, 4326.0, 4285.0, 4324.0, 4273.0, 4322.0, 4304.0, 4313.0, 4316.0, 4265.0, 4312.0, 4283.0, 4283.0, 4327.0, 4296.0, 4276.0, 4317.0, 4287.0, 4287.0, 4327.0, 4275.0, 4312.0, 4274.0, 4315.0, 4284.0, 4274.0, 4283.0, 4274.0, 4315.0, 4286.0, 4304.0, 4275.0, 4274.0, 4304.0, 4285.0, 4325.0, 4295.0, 4315.0, 4264.0, 4304.0, 4286.0, 4323.0, 4275.0, 4271.0, 4294.0, 4285.0, 4317.0, 4298.0, 4286.0, 4284.0, 4284.0, 4338.0, 4304.0, 4334.0, 4283.0, 4312.0, 4272.0, 4322.0, 4271.0, 4299.0, 4261.0, 4300.0, 4271.0, 4310.0, 4323.0, 4305.0, 4314.0, 4283.0, 4273.0, 4292.0, 4273.0, 4301.0, 4272.0, 4312.0, 4273.0, 4312.0, 4293.0, 4323.0, 4301.0, 4309.0, 4299.0, 4265.0, 4285.0, 4262.0, 4306.0, 4284.0, 4306.0, 4283.0, 4272.0, 4250.0, 4230.0, 4252.0, 4252.0, 4272.0, 4233.0, 4273.0, 4244.0, 4244.0, 4273.0, 4247.0, 4297.0, 4268.0, 4245.0, 4278.0, 4247.0, 4299.0, 4259.0, 4267.0, 4268.0, 4248.0, 4289.0, 4258.0, 4289.0, 4258.0, 4269.0, 4270.0, 4270.0, 4291.0, 4262.0, 4312.0, 4272.0, 4292.0, 4284.0, 4263.0, 4303.0, 4275.0, 4314.0, 4297.0, 4305.0, 4285.0, 4265.0, 4283.0, 4274.0, 4275.0, 4306.0, 4288.0, 4308.0, 4317.0, 4278.0, 4317.0, 4276.0, 4333.0, 4283.0, 4324.0, 4294.0, 4281.0, 4252.0, 4289.0, 4261.0, 4311.0, 4272.0, 4273.0, 4284.0, 4286.0, 4314.0, 4286.0, 4284.0, 4318.0, 4292.0, 4318.0, 4276.0, 4316.0, 4308.0, 4278.0, 4326.0, 4297.0, 4277.0, 4306.0, 4277.0, 4319.0, 4328.0, 4288.0, 4328.0, 4286.0, 4303.0, 4296.0, 4324.0, 4314.0, 4262.0, 4262.0, 4260.0, 4282.0, 4264.0, 4315.0, 4276.0, 4275.0, 4307.0, 4279.0, 4339.0, 4298.0, 4317.0, 4309.0, 4337.0, 4339.0, 4338.0, 4315.0, 4303.0, 4284.0, 4282.0, 4272.0, 4293.0, 4284.0, 4282.0, 4273.0, 4261.0, 4271.0, 4260.0, 4291.0, 4263.0, 4293.0, 4261.0, 4302.0, 4274.0, 4293.0, 4295.0, 4263.0, 4303.0, 4264.0, 4312.0, 4287.0, 4302.0, 4286.0, 4264.0, 4294.0, 4275.0, 4315.0, 4275.0, 4314.0, 4284.0, 4315.0, 4285.0, 4324.0, 4283.0, 4301.0, 4272.0, 4302.0, 4273.0, 4311.0, 4273.0, 4299.0, 4274.0, 4302.0, 4284.0, 4274.0, 4284.0, 4275.0, 4313.0, 4276.0, 4314.0, 4287.0, 4276.0, 4306.0, 4275.0, 4327.0, 4304.0, 4303.0, 4261.0, 4301.0, 4263.0, 4313.0, 4272.0, 4290.0, 4261.0, 4291.0, 4273.0, 4300.0, 4272.0, 4272.0, 4272.0, 4261.0, 4283.0, 4262.0, 4304.0, 4264.0, 4293.0, 4274.0, 4312.0, 4271.0, 4302.0, 4294.0, 4262.0, 4281.0, 4276.0, 4314.0, 4296.0, 4264.0, 4325.0, 4296.0, 4276.0, 4315.0, 4297.0, 4337.0, 4326.0, 4314.0, 4284.0, 4302.0, 4292.0, 4300.0, 4281.0, 4259.0, 4257.0, 4238.0, 4267.0, 4260.0, 4291.0, 4251.0, 4291.0, 4273.0, 4313.0, 4283.0, 4274.0, 4284.0, 4262.0, 4315.0, 4276.0, 4324.0, 4287.0, 4304.0, 4283.0, 4285.0, 4305.0, 4263.0, 4305.0, 4274.0, 4325.0, 4296.0, 4303.0, 4284.0, 4264.0, 4304.0, 4273.0, 4323.0, 4284.0, 4283.0, 4284.0, 4283.0, 4324.0, 4271.0, 4292.0, 4262.0, 4292.0, 4262.0, 4313.0, 4272.0, 4313.0, 4282.0, 4261.0, 4271.0, 4261.0, 4302.0, 4273.0, 4324.0, 4275.0, 4272.0, 4294.0, 4264.0, 4316.0, 4263.0, 4292.0, 4252.0, 4302.0, 4262.0, 4303.0, 4273.0, 4292.0, 4264.0, 4273.0, 4294.0, 4275.0, 4316.0, 4288.0, 4317.0, 4287.0, 4297.0, 4308.0, 4277.0, 4326.0, 4288.0, 4336.0, 4306.0, 4315.0, 4274.0, 4302.0, 4273.0, 4313.0, 4284.0, 4272.0, 4260.0, 4262.0, 4284.0, 4274.0, 4284.0, 4264.0, 4315.0, 4287.0, 4276.0, 4309.0, 4277.0, 4327.0, 4289.0, 4339.0, 4307.0, 4337.0, 4316.0, 4313.0, 4263.0, 4290.0, 4261.0, 4310.0, 4272.0, 4290.0, 4263.0, 4251.0, 4273.0, 4271.0, 4282.0, 4264.0, 4303.0, 4264.0, 4303.0, 4274.0, 4324.0, 4305.0, 4315.0, 4293.0, 4251.0, 4292.0, 4252.0, 4313.0, 4277.0, 4273.0, 4274.0, 4275.0, 4283.0, 4295.0, 4264.0, 4335.0, 4296.0, 4284.0, 4284.0, 4314.0, 4325.0, 4312.0, 4273.0, 4262.0, 4290.0, 4263.0, 4312.0, 4273.0, 4263.0, 4284.0, 4276.0, 4326.0, 4277.0, 4326.0, 4297.0, 4349.0, 4309.0, 4326.0, 4305.0, 4294.0, 4294.0, 4301.0, 4313.0, 4282.0, 4269.0, 4250.0, 4302.0, 4263.0, 4314.0, 4273.0, 4262.0, 4293.0, 4264.0, 4302.0, 4264.0, 4302.0, 4275.0, 4304.0, 4295.0, 4265.0, 4305.0, 4274.0, 4325.0, 4287.0, 4329.0, 4296.0, 4301.0, 4261.0, 4289.0, 4261.0, 4311.0, 4261.0, 4262.0, 4264.0, 4280.0, 4273.0, 4302.0, 4304.0, 4283.0, 4283.0, 4253.0, 4281.0, 4263.0, 4312.0, 4262.0, 4311.0, 4262.0, 4260.0, 4282.0, 4265.0, 4325.0, 4287.0, 4264.0, 4314.0, 4283.0, 4294.0, 4336.0, 4305.0, 4293.0, 4251.0, 4289.0, 4261.0, 4301.0, 4252.0, 4292.0, 4262.0, 4281.0, 4284.0, 4284.0, 4293.0, 4252.0, 4291.0, 4261.0, 4312.0, 4264.0, 4314.0, 4274.0, 4292.0, 4284.0, 4264.0, 4315.0, 4277.0, 4325.0, 4287.0, 4335.0, 4296.0, 4274.0, 4282.0, 4252.0, 4303.0, 4261.0, 4313.0, 4273.0, 4300.0, 4261.0, 4302.0, 4271.0, 4310.0, 4260.0, 4290.0, 4260.0, 4289.0, 4260.0, 4299.0, 4271.0, 4289.0, 4271.0, 4252.0, 4281.0, 4262.0, 4312.0, 4274.0, 4313.0, 4274.0, 4324.0, 4284.0, 4305.0, 4295.0, 4264.0, 4316.0, 4274.0, 4324.0, 4286.0, 4314.0, 4285.0, 4292.0, 4293.0, 4264.0, 4302.0, 4262.0, 4313.0, 4285.0, 4324.0, 4295.0, 4292.0, 4284.0, 4274.0, 4305.0, 4276.0, 4326.0, 4286.0, 4287.0, 4326.0, 4276.0, 4339.0, 4298.0, 4317.0, 4327.0, 4306.0, 4316.0, 4293.0, 4303.0, 4273.0, 4313.0, 4283.0, 4312.0, 4272.0, 4290.0, 4271.0, 4283.0, 4281.0, 4252.0, 4290.0, 4262.0, 4312.0, 4275.0, 4324.0, 4275.0, 4300.0, 4272.0, 4311.0, 4271.0, 4311.0, 4261.0, 4299.0, 4261.0, 4310.0, 4272.0, 4289.0, 4271.0, 4259.0, 4271.0, 4252.0, 4300.0, 4252.0, 4312.0, 4272.0, 4262.0, 4281.0, 4261.0, 4314.0, 4275.0, 4292.0, 4284.0, 4262.0, 4313.0, 4276.0, 4324.0, 4284.0, 4303.0, 4284.0, 4303.0, 4293.0, 4271.0, 4280.0, 4249.0, 4290.0, 4253.0, 4314.0, 4273.0, 4311.0, 4282.0, 4303.0, 4293.0, 4263.0, 4293.0, 4273.0, 4324.0, 4285.0, 4323.0, 4284.0, 4255.0, 4304.0, 4275.0, 4335.0, 4296.0, 4278.0, 4307.0, 4286.0, 4316.0, 4294.0, 4284.0, 4262.0, 4292.0, 4264.0, 4323.0, 4286.0, 4284.0, 4295.0, 4277.0, 4327.0, 4296.0, 4307.0, 4306.0, 4267.0, 4326.0, 4295.0, 4329.0, 4285.0, 4313.0, 4272.0, 4322.0, 4301.0, 4301.0, 4282.0, 4250.0, 4281.0, 4259.0, 4292.0, 4260.0, 4293.0, 4251.0, 4291.0, 4250.0, 4300.0, 4251.0, 4299.0, 4253.0, 4291.0, 4261.0, 4299.0, 4272.0, 4310.0, 4282.0, 4313.0, 4282.0, 4285.0, 4310.0, 4265.0, 4327.0, 4293.0, 4276.0, 4295.0, 4305.0, 4288.0, 4338.0, 4316.0, 4327.0, 4296.0], 'WindowWidth': [9585.0, 9592.0, 9510.0, 9565.0, 9511.0, 9576.0, 9520.0, 9476.0, 9545.0, 9512.0, 9574.0, 9556.0, 9514.0, 9561.0, 9524.0, 9593.0, 9564.0, 9544.0, 9530.0, 9490.0, 9572.0, 9517.0, 9554.0, 9511.0, 9482.0, 9543.0, 9485.0, 9539.0, 9485.0, 9547.0, 9498.0, 9551.0, 9509.0, 9481.0, 9541.0, 9486.0, 9551.0, 9499.0, 9556.0, 9539.0, 9508.0, 9489.0, 9463.0, 9527.0, 9475.0, 9525.0, 9496.0, 9456.0, 9490.0, 9461.0, 9525.0, 9490.0, 9465.0, 9500.0, 9471.0, 9497.0, 9493.0, 9483.0, 9523.0, 9578.0, 9522.0, 9562.0, 9474.0, 9531.0, 9497.0, 9475.0, 9436.0, 9481.0, 9458.0, 9513.0, 9460.0, 9446.0, 9486.0, 9464.0, 9532.0, 9512.0, 9466.0, 9506.0, 9469.0, 9538.0, 9504.0, 9540.0, 9501.0, 9533.0, 9564.0, 9489.0, 9526.0, 9480.0, 9540.0, 9503.0, 9527.0, 9515.0, 9487.0, 9539.0, 9505.0, 9572.0, 9518.0, 9536.0, 9483.0, 9491.0, 9510.0, 9507.0, 9505.0, 9463.0, 9503.0, 9481.0, 9531.0, 9482.0, 9520.0, 9480.0, 9533.0, 9496.0, 9492.0, 9507.0, 9481.0, 9533.0, 9498.0, 9508.0, 9526.0, 9483.0, 9538.0, 9498.0, 9536.0, 9554.0, 9497.0, 9549.0, 9480.0, 9543.0, 9521.0, 9532.0, 9545.0, 9472.0, 9530.0, 9491.0, 9498.0, 9561.0, 9518.0, 9491.0, 9546.0, 9508.0, 9509.0, 9561.0, 9486.0, 9532.0, 9484.0, 9539.0, 9498.0, 9483.0, 9493.0, 9484.0, 9542.0, 9503.0, 9525.0, 9486.0, 9482.0, 9523.0, 9499.0, 9557.0, 9515.0, 9541.0, 9469.0, 9524.0, 9505.0, 9549.0, 9486.0, 9478.0, 9510.0, 9502.0, 9545.0, 9522.0, 9502.0, 9500.0, 9499.0, 9578.0, 9524.0, 9565.0, 9494.0, 9528.0, 9478.0, 9542.0, 9474.0, 9507.0, 9460.0, 9509.0, 9475.0, 9525.0, 9549.0, 9526.0, 9537.0, 9493.0, 9482.0, 9505.0, 9481.0, 9514.0, 9477.0, 9529.0, 9479.0, 9528.0, 9506.0, 9548.0, 9515.0, 9523.0, 9507.0, 9453.0, 9479.0, 9445.0, 9510.0, 9476.0, 9513.0, 9476.0, 9457.0, 9428.0, 9399.0, 9430.0, 9430.0, 9459.0, 9408.0, 9459.0, 9423.0, 9425.0, 9463.0, 9433.0, 9501.0, 9463.0, 9430.0, 9476.0, 9435.0, 9505.0, 9453.0, 9460.0, 9464.0, 9436.0, 9493.0, 9451.0, 9493.0, 9453.0, 9467.0, 9471.0, 9470.0, 9499.0, 9463.0, 9528.0, 9477.0, 9505.0, 9494.0, 9467.0, 9518.0, 9487.0, 9536.0, 9519.0, 9526.0, 9499.0, 9471.0, 9490.0, 9482.0, 9485.0, 9528.0, 9510.0, 9535.0, 9546.0, 9495.0, 9544.0, 9486.0, 9562.0, 9491.0, 9548.0, 9505.0, 9484.0, 9448.0, 9493.0, 9460.0, 9524.0, 9476.0, 9479.0, 9495.0, 9501.0, 9539.0, 9502.0, 9498.0, 9550.0, 9523.0, 9547.0, 9489.0, 9542.0, 9536.0, 9494.0, 9555.0, 9516.0, 9488.0, 9528.0, 9490.0, 9551.0, 9561.0, 9507.0, 9562.0, 9502.0, 9520.0, 9514.0, 9548.0, 9533.0, 9461.0, 9461.0, 9457.0, 9487.0, 9469.0, 9539.0, 9489.0, 9486.0, 9531.0, 9496.0, 9576.0, 9523.0, 9546.0, 9537.0, 9572.0, 9578.0, 9573.0, 9539.0, 9518.0, 9493.0, 9488.0, 9476.0, 9506.0, 9494.0, 9489.0, 9478.0, 9458.0, 9471.0, 9457.0, 9499.0, 9464.0, 9504.0, 9463.0, 9516.0, 9483.0, 9508.0, 9510.0, 9467.0, 9518.0, 9469.0, 9531.0, 9505.0, 9518.0, 9499.0, 9467.0, 9509.0, 9484.0, 9539.0, 9487.0, 9535.0, 9496.0, 9537.0, 9498.0, 9549.0, 9492.0, 9511.0, 9475.0, 9516.0, 9477.0, 9526.0, 9477.0, 9508.0, 9481.0, 9515.0, 9493.0, 9480.0, 9495.0, 9484.0, 9533.0, 9489.0, 9537.0, 9503.0, 9487.0, 9527.0, 9485.0, 9559.0, 9520.0, 9519.0, 9460.0, 9511.0, 9464.0, 9530.0, 9474.0, 9496.0, 9459.0, 9497.0, 9477.0, 9509.0, 9474.0, 9474.0, 9475.0, 9459.0, 9492.0, 9464.0, 9520.0, 9468.0, 9506.0, 9481.0, 9527.0, 9474.0, 9515.0, 9507.0, 9462.0, 9487.0, 9488.0, 9535.0, 9514.0, 9469.0, 9552.0, 9514.0, 9489.0, 9539.0, 9518.0, 9571.0, 9556.0, 9534.0, 9493.0, 9512.0, 9501.0, 9507.0, 9483.0, 9449.0, 9446.0, 9421.0, 9462.0, 9453.0, 9497.0, 9446.0, 9498.0, 9478.0, 9532.0, 9493.0, 9481.0, 9493.0, 9462.0, 9538.0, 9487.0, 9550.0, 9502.0, 9520.0, 9493.0, 9497.0, 9525.0, 9465.0, 9523.0, 9482.0, 9551.0, 9514.0, 9520.0, 9494.0, 9466.0, 9521.0, 9478.0, 9545.0, 9495.0, 9490.0, 9495.0, 9492.0, 9548.0, 9474.0, 9504.0, 9462.0, 9500.0, 9462.0, 9529.0, 9476.0, 9531.0, 9489.0, 9460.0, 9474.0, 9459.0, 9515.0, 9480.0, 9549.0, 9484.0, 9476.0, 9508.0, 9469.0, 9541.0, 9467.0, 9502.0, 9449.0, 9516.0, 9463.0, 9517.0, 9478.0, 9502.0, 9467.0, 9479.0, 9509.0, 9486.0, 9541.0, 9508.0, 9542.0, 9506.0, 9517.0, 9533.0, 9492.0, 9555.0, 9509.0, 9572.0, 9528.0, 9537.0, 9480.0, 9515.0, 9479.0, 9530.0, 9492.0, 9474.0, 9458.0, 9463.0, 9495.0, 9478.0, 9494.0, 9467.0, 9537.0, 9505.0, 9488.0, 9534.0, 9491.0, 9558.0, 9509.0, 9577.0, 9531.0, 9572.0, 9539.0, 9530.0, 9461.0, 9493.0, 9459.0, 9523.0, 9474.0, 9496.0, 9463.0, 9444.0, 9478.0, 9472.0, 9489.0, 9467.0, 9519.0, 9467.0, 9517.0, 9482.0, 9547.0, 9523.0, 9535.0, 9504.0, 9445.0, 9499.0, 9447.0, 9531.0, 9489.0, 9477.0, 9479.0, 9486.0, 9493.0, 9510.0, 9469.0, 9567.0, 9513.0, 9494.0, 9496.0, 9534.0, 9550.0, 9528.0, 9475.0, 9458.0, 9496.0, 9463.0, 9527.0, 9478.0, 9465.0, 9495.0, 9485.0, 9555.0, 9491.0, 9555.0, 9520.0, 9588.0, 9534.0, 9553.0, 9523.0, 9504.0, 9505.0, 9511.0, 9531.0, 9484.0, 9466.0, 9442.0, 9512.0, 9464.0, 9532.0, 9477.0, 9461.0, 9506.0, 9465.0, 9516.0, 9465.0, 9513.0, 9483.0, 9521.0, 9509.0, 9469.0, 9522.0, 9480.0, 9550.0, 9500.0, 9559.0, 9508.0, 9508.0, 9455.0, 9491.0, 9456.0, 9522.0, 9456.0, 9457.0, 9463.0, 9480.0, 9478.0, 9515.0, 9519.0, 9490.0, 9489.0, 9449.0, 9485.0, 9461.0, 9526.0, 9460.0, 9523.0, 9459.0, 9454.0, 9488.0, 9468.0, 9549.0, 9499.0, 9465.0, 9532.0, 9492.0, 9508.0, 9569.0, 9522.0, 9504.0, 9442.0, 9491.0, 9455.0, 9509.0, 9447.0, 9497.0, 9460.0, 9485.0, 9492.0, 9490.0, 9503.0, 9446.0, 9496.0, 9460.0, 9527.0, 9466.0, 9533.0, 9479.0, 9500.0, 9492.0, 9466.0, 9536.0, 9485.0, 9547.0, 9501.0, 9563.0, 9510.0, 9477.0, 9487.0, 9446.0, 9515.0, 9456.0, 9529.0, 9474.0, 9508.0, 9457.0, 9511.0, 9469.0, 9520.0, 9453.0, 9491.0, 9454.0, 9490.0, 9453.0, 9504.0, 9470.0, 9491.0, 9471.0, 9444.0, 9484.0, 9461.0, 9528.0, 9481.0, 9530.0, 9478.0, 9544.0, 9494.0, 9526.0, 9510.0, 9466.0, 9537.0, 9481.0, 9548.0, 9499.0, 9533.0, 9494.0, 9502.0, 9505.0, 9465.0, 9514.0, 9462.0, 9529.0, 9496.0, 9546.0, 9511.0, 9502.0, 9492.0, 9481.0, 9522.0, 9487.0, 9552.0, 9499.0, 9502.0, 9554.0, 9489.0, 9574.0, 9518.0, 9541.0, 9555.0, 9524.0, 9539.0, 9504.0, 9516.0, 9475.0, 9530.0, 9489.0, 9526.0, 9472.0, 9492.0, 9469.0, 9485.0, 9482.0, 9445.0, 9493.0, 9461.0, 9527.0, 9480.0, 9545.0, 9480.0, 9508.0, 9473.0, 9523.0, 9469.0, 9522.0, 9456.0, 9502.0, 9455.0, 9519.0, 9471.0, 9491.0, 9470.0, 9449.0, 9468.0, 9443.0, 9507.0, 9447.0, 9525.0, 9473.0, 9459.0, 9483.0, 9459.0, 9532.0, 9482.0, 9502.0, 9492.0, 9461.0, 9529.0, 9484.0, 9547.0, 9494.0, 9513.0, 9493.0, 9515.0, 9503.0, 9469.0, 9481.0, 9439.0, 9494.0, 9447.0, 9531.0, 9476.0, 9524.0, 9488.0, 9515.0, 9504.0, 9462.0, 9501.0, 9476.0, 9547.0, 9495.0, 9542.0, 9489.0, 9451.0, 9517.0, 9483.0, 9560.0, 9513.0, 9488.0, 9527.0, 9498.0, 9538.0, 9505.0, 9492.0, 9459.0, 9500.0, 9466.0, 9543.0, 9499.0, 9493.0, 9509.0, 9490.0, 9555.0, 9513.0, 9528.0, 9526.0, 9473.0, 9555.0, 9507.0, 9560.0, 9494.0, 9526.0, 9471.0, 9538.0, 9510.0, 9508.0, 9484.0, 9439.0, 9480.0, 9450.0, 9498.0, 9452.0, 9498.0, 9441.0, 9495.0, 9439.0, 9505.0, 9440.0, 9504.0, 9445.0, 9493.0, 9455.0, 9504.0, 9471.0, 9520.0, 9486.0, 9527.0, 9488.0, 9496.0, 9539.0, 9469.0, 9552.0, 9501.0, 9486.0, 9510.0, 9524.0, 9504.0, 9573.0, 9537.0, 9558.0, 9510.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.0008122183908045976</td></tr>
<tr><td colspan=3>aqi</td><td>0.0287099916091954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.737776612439546</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2422679308860771</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9949969934637526</td></tr>
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
<tr><td colspan=3>fber</td><td>7146.9492</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10861314980655752</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.32183908045977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.496932020649257</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.34029858056657</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7313901166967667</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4191073646844337</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111207</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008180437609553337</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031941309571266174</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.888583554794219</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.3723</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1927</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.8757</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.5832</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4904</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.3824</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3494.8107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.0687</td></tr>
<tr><td colspan=3>tsnr</td><td>37.82454834552482</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>