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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-02_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-02_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-0068/ses-01/func/sub-0068_ses-01_task-social_acq-mb8_run-02_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>9a41b797f955e60c2137e5492918189d</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>16:48:44.087500</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.999148, 0.0131509, 0.0391276, -0.0160448, 0.997085, 0.074589]</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-02_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.0911055</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7782, -7261, 524, -67, -231, 64, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.475</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a30d4a6f-5d4e-45d5-ab89-99d16af3b660||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.68064022064209, -0.04304691404104233, 0.10268820077180862, 113.8595962524414], [-0.035282962024211884, 2.675107002258301, 0.2029137909412384, -96.42373657226562], [0.10497656464576721, -0.20011693239212036, 2.6904053688049316, -53.184967041015625], [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': ['164844.087500', '164844.547500', '164845.007500', '164845.467500', '164845.927500', '164846.387500', '164846.847500', '164847.307500', '164847.767500', '164848.227500', '164848.687500', '164849.147500', '164849.607500', '164850.067500', '164850.527500', '164850.987500', '164851.447500', '164851.907500', '164852.367500', '164852.827500', '164853.287500', '164853.747500', '164854.207500', '164854.667500', '164855.127500', '164855.587500', '164856.047500', '164856.507500', '164856.967500', '164857.427500', '164857.887500', '164858.347500', '164858.807500', '164859.267500', '164859.727500', '164900.187500', '164900.647500', '164901.107500', '164901.567500', '164902.027500', '164902.487500', '164902.947500', '164903.407500', '164903.867500', '164904.327500', '164904.787500', '164905.247500', '164905.707500', '164906.167500', '164906.627500', '164907.087500', '164907.547500', '164908.007500', '164908.467500', '164908.927500', '164909.387500', '164909.847500', '164910.307500', '164910.767500', '164911.227500', '164911.687500', '164912.147500', '164912.607500', '164913.067500', '164913.527500', '164913.987500', '164914.447500', '164914.907500', '164915.367500', '164915.827500', '164916.287500', '164916.747500', '164917.207500', '164917.667500', '164918.127500', '164918.587500', '164919.047500', '164919.507500', '164919.967500', '164920.427500', '164920.887500', '164921.347500', '164921.807500', '164922.267500', '164922.727500', '164923.187500', '164923.647500', '164924.107500', '164924.567500', '164925.027500', '164925.487500', '164925.947500', '164926.407500', '164926.867500', '164927.327500', '164927.787500', '164928.247500', '164928.707500', '164929.167500', '164929.627500', '164930.087500', '164930.547500', '164931.007500', '164931.467500', '164931.927500', '164932.387500', '164932.847500', '164933.307500', '164933.767500', '164934.227500', '164934.687500', '164935.147500', '164935.607500', '164936.067500', '164936.527500', '164936.987500', '164937.447500', '164937.907500', '164938.367500', '164938.827500', '164939.287500', '164939.747500', '164940.207500', '164940.667500', '164941.127500', '164941.587500', '164942.047500', '164942.507500', '164942.967500', '164943.427500', '164943.887500', '164944.347500', '164944.807500', '164945.267500', '164945.727500', '164946.187500', '164946.647500', '164947.107500', '164947.567500', '164948.027500', '164948.487500', '164948.947500', '164949.407500', '164949.867500', '164950.327500', '164950.787500', '164951.247500', '164951.707500', '164952.167500', '164952.627500', '164953.087500', '164953.547500', '164954.007500', '164954.467500', '164954.927500', '164955.387500', '164955.847500', '164956.307500', '164956.767500', '164957.227500', '164957.687500', '164958.147500', '164958.607500', '164959.067500', '164959.527500', '164959.987500', '165000.447500', '165000.907500', '165001.367500', '165001.827500', '165002.287500', '165002.747500', '165003.207500', '165003.667500', '165004.127500', '165004.587500', '165005.047500', '165005.507500', '165005.967500', '165006.427500', '165006.887500', '165007.347500', '165007.807500', '165008.267500', '165008.727500', '165009.187500', '165009.647500', '165010.107500', '165010.567500', '165011.027500', '165011.487500', '165011.947500', '165012.407500', '165012.867500', '165013.327500', '165013.787500', '165014.247500', '165014.707500', '165015.167500', '165015.627500', '165016.087500', '165016.547500', '165017.007500', '165017.467500', '165017.927500', '165018.387500', '165018.847500', '165019.307500', '165019.767500', '165020.227500', '165020.687500', '165021.147500', '165021.607500', '165022.067500', '165022.527500', '165022.987500', '165023.447500', '165023.907500', '165024.367500', '165024.827500', '165025.287500', '165025.747500', '165026.207500', '165026.667500', '165027.127500', '165027.587500', '165028.047500', '165028.507500', '165028.967500', '165029.427500', '165029.887500', '165030.347500', '165030.807500', '165031.267500', '165031.727500', '165032.187500', '165032.647500', '165033.107500', '165033.567500', '165034.027500', '165034.487500', '165034.947500', '165035.407500', '165035.867500', '165036.327500', '165036.787500', '165037.247500', '165037.707500', '165038.167500', '165038.627500', '165039.087500', '165039.547500', '165040.007500', '165040.467500', '165040.927500', '165041.387500', '165041.847500', '165042.307500', '165042.767500', '165043.227500', '165043.687500', '165044.147500', '165044.607500', '165045.067500', '165045.527500', '165045.987500', '165046.447500', '165046.907500', '165047.367500', '165047.827500', '165048.287500', '165048.747500', '165049.207500', '165049.667500', '165050.127500', '165050.587500', '165051.047500', '165051.507500', '165051.967500', '165052.427500', '165052.887500', '165053.347500', '165053.807500', '165054.267500', '165054.727500', '165055.187500', '165055.647500', '165056.107500', '165056.567500', '165057.027500', '165057.487500', '165057.947500', '165058.407500', '165058.867500', '165059.327500', '165059.787500', '165100.247500', '165100.707500', '165101.167500', '165101.627500', '165102.087500', '165102.547500', '165103.007500', '165103.467500', '165103.927500', '165104.387500', '165104.847500', '165105.307500', '165105.767500', '165106.227500', '165106.687500', '165107.147500', '165107.607500', '165108.067500', '165108.527500', '165108.987500', '165109.447500', '165109.907500', '165110.367500', '165110.827500', '165111.287500', '165111.747500', '165112.207500', '165112.667500', '165113.127500', '165113.587500', '165114.047500', '165114.507500', '165114.967500', '165115.427500', '165115.887500', '165116.347500', '165116.807500', '165117.267500', '165117.727500', '165118.187500', '165118.647500', '165119.107500', '165119.567500', '165120.027500', '165120.487500', '165120.947500', '165121.407500', '165121.867500', '165122.327500', '165122.787500', '165123.247500', '165123.707500', '165124.167500', '165124.627500', '165125.087500', '165125.547500', '165126.007500', '165126.467500', '165126.927500', '165127.387500', '165127.847500', '165128.307500', '165128.767500', '165129.227500', '165129.687500', '165130.147500', '165130.607500', '165131.067500', '165131.527500', '165131.987500', '165132.447500', '165132.907500', '165133.367500', '165133.827500', '165134.287500', '165134.747500', '165135.207500', '165135.667500', '165136.127500', '165136.587500', '165137.047500', '165137.507500', '165137.967500', '165138.427500', '165138.887500', '165139.347500', '165139.807500', '165140.267500', '165140.727500', '165141.187500', '165141.647500', '165142.107500', '165142.567500', '165143.027500', '165143.487500', '165143.947500', '165144.407500', '165144.867500', '165145.327500', '165145.787500', '165146.247500', '165146.707500', '165147.167500', '165147.627500', '165148.087500', '165148.547500', '165149.007500', '165149.467500', '165149.927500', '165150.387500', '165150.847500', '165151.307500', '165151.767500', '165152.227500', '165152.687500', '165153.147500', '165153.607500', '165154.067500', '165154.527500', '165154.987500', '165155.447500', '165155.907500', '165156.367500', '165156.827500', '165157.287500', '165157.747500', '165158.207500', '165158.667500', '165159.127500', '165159.587500', '165200.047500', '165200.507500', '165200.967500', '165201.427500', '165201.887500', '165202.347500', '165202.807500', '165203.267500', '165203.727500', '165204.187500', '165204.647500', '165205.107500', '165205.567500', '165206.027500', '165206.487500', '165206.947500', '165207.407500', '165207.867500', '165208.327500', '165208.787500', '165209.247500', '165209.707500', '165210.167500', '165210.627500', '165211.087500', '165211.547500', '165212.007500', '165212.467500', '165212.927500', '165213.387500', '165213.847500', '165214.307500', '165214.767500', '165215.227500', '165215.687500', '165216.147500', '165216.607500', '165217.067500', '165217.527500', '165217.987500', '165218.447500', '165218.907500', '165219.367500', '165219.827500', '165220.287500', '165220.747500', '165221.207500', '165221.667500', '165222.127500', '165222.587500', '165223.047500', '165223.507500', '165223.967500', '165224.427500', '165224.887500', '165225.347500', '165225.807500', '165226.267500', '165226.727500', '165227.187500', '165227.647500', '165228.107500', '165228.567500', '165229.027500', '165229.487500', '165229.947500', '165230.407500', '165230.867500', '165231.327500', '165231.787500', '165232.247500', '165232.707500', '165233.167500', '165233.627500', '165234.087500', '165234.547500', '165235.007500', '165235.467500', '165235.927500', '165236.387500', '165236.847500', '165237.307500', '165237.767500', '165238.227500', '165238.687500', '165239.147500', '165239.607500', '165240.067500', '165240.527500', '165240.987500', '165241.447500', '165241.907500', '165242.367500', '165242.827500', '165243.287500', '165243.747500', '165244.207500', '165244.667500', '165245.127500', '165245.587500', '165246.047500', '165246.507500', '165246.967500', '165247.427500', '165247.887500', '165248.347500', '165248.807500', '165249.267500', '165249.727500', '165250.187500', '165250.647500', '165251.107500', '165251.567500', '165252.027500', '165252.487500', '165252.947500', '165253.407500', '165253.867500', '165254.327500', '165254.787500', '165255.247500', '165255.707500', '165256.167500', '165256.627500', '165257.087500', '165257.547500', '165258.007500', '165258.467500', '165258.927500', '165259.387500', '165259.847500', '165300.307500', '165300.767500', '165301.227500', '165301.687500', '165302.147500', '165302.607500', '165303.067500', '165303.527500', '165303.987500', '165304.447500', '165304.907500', '165305.367500', '165305.827500', '165306.287500', '165306.747500', '165307.207500', '165307.667500', '165308.127500', '165308.587500', '165309.047500', '165309.507500', '165309.967500', '165310.427500', '165310.887500', '165311.347500', '165311.807500', '165312.267500', '165312.727500', '165313.187500', '165313.647500', '165314.107500', '165314.567500', '165315.027500', '165315.487500', '165315.947500', '165316.407500', '165316.867500', '165317.327500', '165317.787500', '165318.247500', '165318.707500', '165319.167500', '165319.627500', '165320.087500', '165320.547500', '165321.007500', '165321.467500', '165321.927500', '165322.387500', '165322.847500', '165323.307500', '165323.767500', '165324.227500', '165324.687500', '165325.147500', '165325.607500', '165326.067500', '165326.527500', '165326.987500', '165327.447500', '165327.907500', '165328.367500', '165328.827500', '165329.287500', '165329.747500', '165330.207500', '165330.667500', '165331.127500', '165331.587500', '165332.047500', '165332.507500', '165332.967500', '165333.427500', '165333.887500', '165334.347500', '165334.807500', '165335.267500', '165335.727500', '165336.187500', '165336.647500', '165337.107500', '165337.567500', '165338.027500', '165338.487500', '165338.947500', '165339.407500', '165339.867500', '165340.327500', '165340.787500', '165341.247500', '165341.707500', '165342.167500', '165342.627500', '165343.087500', '165343.547500', '165344.007500', '165344.467500', '165344.927500', '165345.387500', '165345.847500', '165346.307500', '165346.767500', '165347.227500', '165347.687500', '165348.147500', '165348.607500', '165349.067500', '165349.527500', '165349.987500', '165350.447500', '165350.907500', '165351.367500', '165351.827500', '165352.287500', '165352.747500', '165353.207500', '165353.667500', '165354.127500', '165354.587500', '165355.047500', '165355.507500', '165355.967500', '165356.427500', '165356.887500', '165357.347500', '165357.807500', '165358.267500', '165358.727500', '165359.187500', '165359.647500', '165400.107500', '165400.567500', '165401.027500', '165401.487500', '165401.947500', '165402.407500', '165402.867500', '165403.327500', '165403.787500', '165404.247500', '165404.707500', '165405.167500', '165405.627500', '165406.087500', '165406.547500', '165407.007500', '165407.467500', '165407.927500', '165408.387500', '165408.847500', '165409.307500', '165409.767500', '165410.227500', '165410.687500', '165411.147500', '165411.607500', '165412.067500', '165412.527500', '165412.987500', '165413.447500', '165413.907500', '165414.367500', '165414.827500', '165415.287500', '165415.747500', '165416.207500', '165416.667500', '165417.127500', '165417.587500', '165418.047500', '165418.507500', '165418.967500', '165419.427500', '165419.887500', '165420.347500', '165420.807500', '165421.267500', '165421.727500', '165422.187500', '165422.647500', '165423.107500', '165423.567500', '165424.027500', '165424.487500', '165424.947500', '165425.407500', '165425.867500', '165426.327500', '165426.787500', '165427.247500', '165427.707500', '165428.167500', '165428.627500', '165429.087500', '165429.547500', '165430.007500', '165430.467500', '165430.927500', '165431.387500', '165431.847500', '165432.307500', '165432.767500', '165433.227500', '165433.687500', '165434.147500', '165434.607500', '165435.067500', '165435.527500', '165435.987500', '165436.447500', '165436.907500', '165437.367500', '165437.827500', '165438.287500', '165438.747500', '165439.207500', '165439.667500', '165440.127500', '165440.587500', '165441.047500', '165441.507500', '165441.967500', '165442.427500', '165442.887500', '165443.347500', '165443.807500', '165444.267500', '165444.727500', '165445.187500', '165445.647500', '165446.107500', '165446.567500', '165447.027500', '165447.487500', '165447.947500', '165448.407500', '165448.867500', '165449.327500', '165449.787500', '165450.247500', '165450.707500', '165451.167500', '165451.627500', '165452.087500', '165452.547500', '165453.007500', '165453.467500', '165453.927500', '165454.387500', '165454.847500', '165455.307500', '165455.767500', '165456.227500', '165456.687500', '165457.147500', '165457.607500', '165458.067500', '165458.527500', '165458.987500', '165459.447500', '165459.907500', '165500.367500', '165500.827500', '165501.287500', '165501.747500', '165502.207500', '165502.667500', '165503.127500', '165503.587500', '165504.047500', '165504.507500', '165504.967500', '165505.427500', '165505.887500', '165506.347500', '165506.807500', '165507.267500', '165507.727500', '165508.187500', '165508.647500', '165509.107500', '165509.567500', '165510.027500', '165510.487500', '165510.947500', '165511.407500', '165511.867500', '165512.327500', '165512.787500', '165513.247500', '165513.707500', '165514.167500', '165514.627500', '165515.087500', '165515.547500', '165516.007500', '165516.467500', '165516.927500', '165517.387500', '165517.847500', '165518.307500', '165518.767500', '165519.227500', '165519.687500', '165520.147500', '165520.607500', '165521.067500', '165521.527500', '165521.987500', '165522.447500', '165522.907500', '165523.367500', '165523.827500', '165524.287500', '165524.747500'], 'ContentTime': ['164913.775000', '164913.778000', '164913.781000', '164913.783000', '164913.795000', '164913.798000', '164913.800000', '164913.803000', '164913.806000', '164913.808000', '164913.811000', '164913.814000', '164913.816000', '164913.819000', '164913.821000', '164913.824000', '164913.827000', '164913.829000', '164913.832000', '164913.834000', '164913.837000', '164913.840000', '164913.842000', '164913.845000', '164913.847000', '164913.850000', '164913.852000', '164913.855000', '164913.858000', '164913.860000', '164913.863000', '164913.865000', '164913.868000', '164913.870000', '164913.873000', '164913.876000', '164913.878000', '164913.881000', '164913.883000', '164913.886000', '164913.889000', '164913.892000', '164913.894000', '164913.897000', '164913.899000', '164913.902000', '164913.904000', '164913.907000', '164913.913000', '164913.916000', '164913.919000', '164913.921000', '164913.924000', '164913.926000', '164913.929000', '164913.931000', '164913.934000', '164913.937000', '164913.939000', '164913.942000', '164913.945000', '164913.947000', '164913.950000', '164933.742000', '164933.745000', '164933.748000', '164933.750000', '164933.753000', '164933.756000', '164933.758000', '164933.761000', '164933.763000', '164933.766000', '164933.769000', '164933.772000', '164933.775000', '164933.779000', '164933.782000', '164933.784000', '164933.787000', '164933.790000', '164933.792000', '164933.795000', '164933.798000', '164933.800000', '164933.803000', '164933.806000', '164933.808000', '164933.811000', '164933.813000', '164933.816000', '164933.819000', '164933.821000', '164933.824000', '164933.826000', '164933.829000', '164933.831000', '164933.834000', '164933.871000', '164933.874000', '164933.877000', '164933.879000', '164933.882000', '164933.885000', '164933.887000', '164933.890000', '164953.742000', '164953.752000', '164953.754000', '164953.757000', '164953.760000', '164953.762000', '164953.765000', '164953.768000', '164953.770000', '164953.773000', '164953.775000', '164953.778000', '164953.781000', '164953.783000', '164953.786000', '164953.788000', '164953.791000', '164953.793000', '164953.796000', '164953.799000', '164953.801000', '164953.804000', '164953.806000', '164953.809000', '164953.812000', '164953.814000', '164953.817000', '164953.819000', '164953.822000', '164953.825000', '164953.827000', '164953.830000', '164953.832000', '164953.835000', '164953.838000', '164953.840000', '164953.843000', '164953.845000', '164953.848000', '164953.851000', '164953.853000', '164953.856000', '164953.858000', '164953.861000', '165013.742000', '165013.745000', '165013.748000', '165013.751000', '165013.753000', '165013.760000', '165013.763000', '165013.766000', '165013.768000', '165013.771000', '165013.774000', '165013.776000', '165013.779000', '165013.782000', '165013.784000', '165013.787000', '165013.789000', '165013.792000', '165013.795000', '165013.797000', '165013.800000', '165013.802000', '165013.805000', '165013.808000', '165013.811000', '165013.814000', '165013.817000', '165013.820000', '165013.822000', '165013.825000', '165013.827000', '165013.830000', '165013.834000', '165013.837000', '165013.839000', '165013.842000', '165013.845000', '165013.847000', '165013.850000', '165013.853000', '165013.855000', '165013.858000', '165013.860000', '165033.743000', '165033.745000', '165033.749000', '165033.751000', '165033.754000', '165033.756000', '165033.759000', '165033.762000', '165033.764000', '165033.767000', '165033.770000', '165033.772000', '165033.775000', '165033.777000', '165033.780000', '165033.783000', '165033.785000', '165033.788000', '165033.791000', '165033.793000', '165033.796000', '165033.798000', '165033.801000', '165033.803000', '165033.806000', '165033.809000', '165033.811000', '165033.814000', '165033.816000', '165033.819000', '165033.822000', '165033.824000', '165033.827000', '165033.830000', '165033.832000', '165033.835000', '165033.837000', '165033.840000', '165033.842000', '165033.845000', '165033.848000', '165033.850000', '165033.853000', '165033.855000', '165053.742000', '165053.745000', '165053.748000', '165053.750000', '165053.753000', '165053.762000', '165053.765000', '165053.768000', '165053.770000', '165053.773000', '165053.776000', '165053.778000', '165053.781000', '165053.784000', '165053.787000', '165053.790000', '165053.792000', '165053.795000', '165053.797000', '165053.800000', '165053.803000', '165053.805000', '165053.808000', '165053.811000', '165053.813000', '165053.816000', '165053.819000', '165053.821000', '165053.824000', '165053.826000', '165053.829000', '165053.831000', '165053.834000', '165053.837000', '165053.839000', '165053.842000', '165053.844000', '165053.847000', '165053.850000', '165053.852000', '165053.855000', '165053.857000', '165053.860000', '165113.742000', '165113.745000', '165113.748000', '165113.750000', '165113.753000', '165113.756000', '165113.758000', '165113.761000', '165113.763000', '165113.766000', '165113.769000', '165113.771000', '165113.774000', '165113.776000', '165113.779000', '165113.781000', '165113.784000', '165113.786000', '165113.789000', '165113.792000', '165113.794000', '165113.797000', '165113.799000', '165113.802000', '165113.804000', '165113.807000', '165113.810000', '165113.812000', '165113.815000', '165113.817000', '165113.820000', '165113.833000', '165113.835000', '165113.838000', '165113.841000', '165113.843000', '165113.846000', '165113.849000', '165113.851000', '165113.854000', '165113.856000', '165113.859000', '165113.861000', '165113.864000', '165133.742000', '165133.744000', '165133.747000', '165133.750000', '165133.752000', '165133.755000', '165133.757000', '165133.760000', '165133.763000', '165133.766000', '165133.768000', '165133.771000', '165133.774000', '165133.776000', '165133.779000', '165133.782000', '165133.784000', '165133.787000', '165133.789000', '165133.792000', '165133.795000', '165133.797000', '165133.800000', '165133.803000', '165133.805000', '165133.808000', '165133.810000', '165133.813000', '165133.816000', '165133.818000', '165133.822000', '165133.825000', '165133.827000', '165133.830000', '165133.832000', '165133.835000', '165133.838000', '165133.841000', '165133.843000', '165133.846000', '165133.848000', '165133.851000', '165133.854000', '165153.743000', '165153.746000', '165153.748000', '165153.751000', '165153.754000', '165153.756000', '165153.759000', '165153.762000', '165153.764000', '165153.767000', '165153.770000', '165153.772000', '165153.775000', '165153.778000', '165153.780000', '165153.783000', '165153.785000', '165153.788000', '165153.791000', '165153.793000', '165153.796000', '165153.799000', '165153.801000', '165153.804000', '165153.806000', '165153.809000', '165153.812000', '165153.814000', '165153.817000', '165153.820000', '165153.822000', '165153.825000', '165153.827000', '165153.830000', '165153.833000', '165153.835000', '165153.838000', '165153.840000', '165153.843000', '165153.846000', '165153.848000', '165153.851000', '165153.853000', '165153.856000', '165213.743000', '165213.745000', '165213.748000', '165213.751000', '165213.753000', '165213.756000', '165213.758000', '165213.761000', '165213.764000', '165213.766000', '165213.769000', '165213.772000', '165213.774000', '165213.777000', '165213.780000', '165213.782000', '165213.785000', '165213.787000', '165213.790000', '165213.793000', '165213.795000', '165213.798000', '165213.800000', '165213.803000', '165213.806000', '165213.808000', '165213.811000', '165213.813000', '165213.816000', '165213.819000', '165213.821000', '165213.824000', '165213.826000', '165213.829000', '165213.832000', '165213.834000', '165213.837000', '165213.839000', '165213.842000', '165213.845000', '165213.847000', '165213.850000', '165213.853000', '165233.742000', '165233.745000', '165233.748000', '165233.751000', '165233.753000', '165233.756000', '165233.758000', '165233.761000', '165233.764000', '165233.766000', '165233.769000', '165233.771000', '165233.774000', '165233.777000', '165233.779000', '165233.782000', '165233.784000', '165233.787000', '165233.790000', '165233.792000', '165233.795000', '165233.797000', '165233.800000', '165233.803000', '165233.805000', '165233.808000', '165233.811000', '165233.813000', '165233.816000', '165233.818000', '165233.821000', '165233.824000', '165233.826000', '165233.829000', '165233.831000', '165233.834000', '165233.837000', '165233.839000', '165233.842000', '165233.844000', '165233.847000', '165233.849000', '165233.852000', '165233.855000', '165253.743000', '165253.746000', '165253.748000', '165253.751000', '165253.753000', '165253.756000', '165253.759000', '165253.761000', '165253.764000', '165253.767000', '165253.769000', '165253.772000', '165253.795000', '165253.797000', '165253.800000', '165253.802000', '165253.805000', '165253.808000', '165253.810000', '165253.813000', '165253.816000', '165253.818000', '165253.821000', '165253.823000', '165253.826000', '165253.829000', '165253.831000', '165253.834000', '165253.837000', '165253.839000', '165253.842000', '165253.844000', '165253.847000', '165253.849000', '165253.852000', '165253.855000', '165253.858000', '165253.861000', '165253.864000', '165253.867000', '165253.869000', '165253.872000', '165253.875000', '165313.742000', '165313.745000', '165313.748000', '165313.751000', '165313.753000', '165313.756000', '165313.758000', '165313.761000', '165313.763000', '165313.766000', '165313.769000', '165313.771000', '165313.774000', '165313.776000', '165313.779000', '165313.782000', '165313.784000', '165313.787000', '165313.790000', '165313.792000', '165313.795000', '165313.797000', '165313.800000', '165313.803000', '165313.805000', '165313.808000', '165313.811000', '165313.813000', '165313.816000', '165313.818000', '165313.821000', '165313.824000', '165313.826000', '165313.829000', '165313.831000', '165313.834000', '165313.837000', '165313.839000', '165313.842000', '165313.844000', '165313.847000', '165313.850000', '165313.852000', '165313.855000', '165333.743000', '165333.745000', '165333.748000', '165333.750000', '165333.753000', '165333.756000', '165333.758000', '165333.761000', '165333.764000', '165333.766000', '165333.769000', '165333.771000', '165333.774000', '165333.777000', '165333.779000', '165333.782000', '165333.785000', '165333.787000', '165333.790000', '165333.792000', '165333.795000', '165333.798000', '165333.800000', '165333.803000', '165333.806000', '165333.808000', '165333.811000', '165333.813000', '165333.816000', '165333.819000', '165333.821000', '165333.824000', '165333.826000', '165333.829000', '165333.832000', '165333.834000', '165333.837000', '165333.839000', '165333.842000', '165333.845000', '165333.847000', '165333.850000', '165333.853000', '165353.742000', '165353.745000', '165353.747000', '165353.750000', '165353.752000', '165353.755000', '165353.758000', '165353.760000', '165353.763000', '165353.766000', '165353.768000', '165353.771000', '165353.774000', '165353.776000', '165353.779000', '165353.782000', '165353.784000', '165353.787000', '165353.789000', '165353.792000', '165353.795000', '165353.797000', '165353.800000', '165353.803000', '165353.805000', '165353.808000', '165353.810000', '165353.813000', '165353.816000', '165353.818000', '165353.821000', '165353.823000', '165353.826000', '165353.829000', '165353.831000', '165353.834000', '165353.836000', '165353.839000', '165353.842000', '165353.844000', '165353.847000', '165353.850000', '165353.852000', '165353.855000', '165413.743000', '165413.745000', '165413.748000', '165413.751000', '165413.753000', '165413.756000', '165413.759000', '165413.761000', '165413.764000', '165413.767000', '165413.769000', '165413.772000', '165413.775000', '165413.777000', '165413.780000', '165413.782000', '165413.785000', '165413.788000', '165413.790000', '165413.793000', '165413.796000', '165413.798000', '165413.801000', '165413.803000', '165413.806000', '165413.809000', '165413.811000', '165413.814000', '165413.816000', '165413.819000', '165413.822000', '165413.824000', '165413.827000', '165413.829000', '165413.832000', '165413.834000', '165413.837000', '165413.852000', '165413.855000', '165413.858000', '165413.866000', '165413.868000', '165413.871000', '165433.743000', '165433.745000', '165433.748000', '165433.751000', '165433.753000', '165433.756000', '165433.758000', '165433.761000', '165433.764000', '165433.766000', '165433.769000', '165433.771000', '165433.774000', '165433.776000', '165433.779000', '165433.782000', '165433.784000', '165433.787000', '165433.789000', '165433.792000', '165433.794000', '165433.797000', '165433.800000', '165433.802000', '165433.805000', '165433.808000', '165433.810000', '165433.813000', '165433.815000', '165433.818000', '165433.820000', '165433.823000', '165433.826000', '165433.828000', '165433.831000', '165433.834000', '165433.837000', '165433.839000', '165433.842000', '165433.844000', '165433.847000', '165433.850000', '165433.852000', '165433.855000', '165453.743000', '165453.745000', '165453.755000', '165453.757000', '165453.760000', '165453.763000', '165453.765000', '165453.768000', '165453.771000', '165453.773000', '165453.776000', '165453.779000', '165453.781000', '165453.784000', '165453.787000', '165453.789000', '165453.792000', '165453.794000', '165453.798000', '165453.801000', '165453.804000', '165453.807000', '165453.809000', '165453.812000', '165453.814000', '165453.817000', '165453.820000', '165453.822000', '165453.825000', '165453.828000', '165453.830000', '165453.833000', '165453.835000', '165453.838000', '165453.841000', '165453.843000', '165453.846000', '165453.848000', '165453.851000', '165453.854000', '165453.856000', '165453.859000', '165453.862000', '165513.743000', '165513.745000', '165513.748000', '165513.752000', '165513.754000', '165513.757000', '165513.760000', '165513.762000', '165513.765000', '165513.768000', '165513.770000', '165513.773000', '165513.775000', '165513.778000', '165513.780000', '165513.783000', '165513.786000', '165513.788000', '165513.791000', '165513.793000', '165513.796000', '165513.799000', '165513.801000', '165513.804000', '165513.807000', '165513.809000', '165513.812000', '165513.815000', '165513.817000', '165513.820000', '165513.823000', '165513.825000', '165513.828000', '165513.830000', '165513.833000', '165513.836000', '165513.838000', '165513.841000', '165513.843000', '165513.846000', '165513.849000', '165513.851000', '165513.854000', '165513.856000', '165525.647000', '165525.650000', '165525.653000', '165525.656000', '165525.658000', '165525.661000', '165525.664000', '165525.666000', '165525.669000', '165525.672000', '165525.675000', '165525.677000', '165525.680000', '165525.683000', '165525.686000', '165525.689000', '165525.691000', '165525.694000', '165525.698000', '165525.701000', '165525.704000', '165525.706000', '165525.709000', '165525.712000', '165525.715000', '165525.717000'], 'InstanceCreationTime': ['164913.775000', '164913.778000', '164913.781000', '164913.783000', '164913.795000', '164913.798000', '164913.800000', '164913.803000', '164913.806000', '164913.808000', '164913.811000', '164913.814000', '164913.816000', '164913.819000', '164913.821000', '164913.824000', '164913.827000', '164913.829000', '164913.832000', '164913.834000', '164913.837000', '164913.840000', '164913.842000', '164913.845000', '164913.847000', '164913.850000', '164913.852000', '164913.855000', '164913.858000', '164913.860000', '164913.863000', '164913.865000', '164913.868000', '164913.870000', '164913.873000', '164913.876000', '164913.878000', '164913.881000', '164913.883000', '164913.886000', '164913.889000', '164913.892000', '164913.894000', '164913.897000', '164913.899000', '164913.902000', '164913.904000', '164913.907000', '164913.913000', '164913.916000', '164913.919000', '164913.921000', '164913.924000', '164913.926000', '164913.929000', '164913.931000', '164913.934000', '164913.937000', '164913.939000', '164913.942000', '164913.945000', '164913.947000', '164913.950000', '164933.742000', '164933.745000', '164933.748000', '164933.750000', '164933.753000', '164933.756000', '164933.758000', '164933.761000', '164933.763000', '164933.766000', '164933.769000', '164933.772000', '164933.775000', '164933.779000', '164933.782000', '164933.784000', '164933.787000', '164933.790000', '164933.792000', '164933.795000', '164933.798000', '164933.800000', '164933.803000', '164933.806000', '164933.808000', '164933.811000', '164933.813000', '164933.816000', '164933.819000', '164933.821000', '164933.824000', '164933.826000', '164933.829000', '164933.831000', '164933.834000', '164933.871000', '164933.874000', '164933.877000', '164933.879000', '164933.882000', '164933.885000', '164933.887000', '164933.890000', '164953.742000', '164953.752000', '164953.754000', '164953.757000', '164953.760000', '164953.762000', '164953.765000', '164953.768000', '164953.770000', '164953.773000', '164953.775000', '164953.778000', '164953.781000', '164953.783000', '164953.786000', '164953.788000', '164953.791000', '164953.793000', '164953.796000', '164953.799000', '164953.801000', '164953.804000', '164953.806000', '164953.809000', '164953.812000', '164953.814000', '164953.817000', '164953.819000', '164953.822000', '164953.825000', '164953.827000', '164953.830000', '164953.832000', '164953.835000', '164953.838000', '164953.840000', '164953.843000', '164953.845000', '164953.848000', '164953.851000', '164953.853000', '164953.856000', '164953.858000', '164953.861000', '165013.742000', '165013.745000', '165013.748000', '165013.751000', '165013.753000', '165013.760000', '165013.763000', '165013.766000', '165013.768000', '165013.771000', '165013.774000', '165013.776000', '165013.779000', '165013.782000', '165013.784000', '165013.787000', '165013.789000', '165013.792000', '165013.795000', '165013.797000', '165013.800000', '165013.802000', '165013.805000', '165013.808000', '165013.811000', '165013.814000', '165013.817000', '165013.820000', '165013.822000', '165013.825000', '165013.827000', '165013.830000', '165013.834000', '165013.837000', '165013.839000', '165013.842000', '165013.845000', '165013.847000', '165013.850000', '165013.853000', '165013.855000', '165013.858000', '165013.860000', '165033.743000', '165033.745000', '165033.749000', '165033.751000', '165033.754000', '165033.756000', '165033.759000', '165033.762000', '165033.764000', '165033.767000', '165033.770000', '165033.772000', '165033.775000', '165033.777000', '165033.780000', '165033.783000', '165033.785000', '165033.788000', '165033.791000', '165033.793000', '165033.796000', '165033.798000', '165033.801000', '165033.803000', '165033.806000', '165033.809000', '165033.811000', '165033.814000', '165033.816000', '165033.819000', '165033.822000', '165033.824000', '165033.827000', '165033.830000', '165033.832000', '165033.835000', '165033.837000', '165033.840000', '165033.842000', '165033.845000', '165033.848000', '165033.850000', '165033.853000', '165033.855000', '165053.742000', '165053.745000', '165053.748000', '165053.750000', '165053.753000', '165053.762000', '165053.765000', '165053.768000', '165053.770000', '165053.773000', '165053.776000', '165053.778000', '165053.781000', '165053.784000', '165053.787000', '165053.790000', '165053.792000', '165053.795000', '165053.797000', '165053.800000', '165053.803000', '165053.805000', '165053.808000', '165053.811000', '165053.813000', '165053.816000', '165053.819000', '165053.821000', '165053.824000', '165053.826000', '165053.829000', '165053.831000', '165053.834000', '165053.837000', '165053.839000', '165053.842000', '165053.844000', '165053.847000', '165053.850000', '165053.852000', '165053.855000', '165053.857000', '165053.860000', '165113.742000', '165113.745000', '165113.748000', '165113.750000', '165113.753000', '165113.756000', '165113.758000', '165113.761000', '165113.763000', '165113.766000', '165113.769000', '165113.771000', '165113.774000', '165113.776000', '165113.779000', '165113.781000', '165113.784000', '165113.786000', '165113.789000', '165113.792000', '165113.794000', '165113.797000', '165113.799000', '165113.802000', '165113.804000', '165113.807000', '165113.810000', '165113.812000', '165113.815000', '165113.817000', '165113.820000', '165113.833000', '165113.835000', '165113.838000', '165113.841000', '165113.843000', '165113.846000', '165113.849000', '165113.851000', '165113.854000', '165113.856000', '165113.859000', '165113.861000', '165113.864000', '165133.742000', '165133.744000', '165133.747000', '165133.750000', '165133.752000', '165133.755000', '165133.757000', '165133.760000', '165133.763000', '165133.766000', '165133.768000', '165133.771000', '165133.774000', '165133.776000', '165133.779000', '165133.782000', '165133.784000', '165133.787000', '165133.789000', '165133.792000', '165133.795000', '165133.797000', '165133.800000', '165133.803000', '165133.805000', '165133.808000', '165133.810000', '165133.813000', '165133.816000', '165133.818000', '165133.822000', '165133.825000', '165133.827000', '165133.830000', '165133.832000', '165133.835000', '165133.838000', '165133.841000', '165133.843000', '165133.846000', '165133.848000', '165133.851000', '165133.854000', '165153.743000', '165153.746000', '165153.748000', '165153.751000', '165153.754000', '165153.756000', '165153.759000', '165153.762000', '165153.764000', '165153.767000', '165153.770000', '165153.772000', '165153.775000', '165153.778000', '165153.780000', '165153.783000', '165153.785000', '165153.788000', '165153.791000', '165153.793000', '165153.796000', '165153.799000', '165153.801000', '165153.804000', '165153.806000', '165153.809000', '165153.812000', '165153.814000', '165153.817000', '165153.820000', '165153.822000', '165153.825000', '165153.827000', '165153.830000', '165153.833000', '165153.835000', '165153.838000', '165153.840000', '165153.843000', '165153.846000', '165153.848000', '165153.851000', '165153.853000', '165153.856000', '165213.743000', '165213.745000', '165213.748000', '165213.751000', '165213.753000', '165213.756000', '165213.758000', '165213.761000', '165213.764000', '165213.766000', '165213.769000', '165213.772000', '165213.774000', '165213.777000', '165213.780000', '165213.782000', '165213.785000', '165213.787000', '165213.790000', '165213.793000', '165213.795000', '165213.798000', '165213.800000', '165213.803000', '165213.806000', '165213.808000', '165213.811000', '165213.813000', '165213.816000', '165213.819000', '165213.821000', '165213.824000', '165213.826000', '165213.829000', '165213.832000', '165213.834000', '165213.837000', '165213.839000', '165213.842000', '165213.845000', '165213.847000', '165213.850000', '165213.853000', '165233.742000', '165233.745000', '165233.748000', '165233.751000', '165233.753000', '165233.756000', '165233.758000', '165233.761000', '165233.764000', '165233.766000', '165233.769000', '165233.771000', '165233.774000', '165233.777000', '165233.779000', '165233.782000', '165233.784000', '165233.787000', '165233.790000', '165233.792000', '165233.795000', '165233.797000', '165233.800000', '165233.803000', '165233.805000', '165233.808000', '165233.811000', '165233.813000', '165233.816000', '165233.818000', '165233.821000', '165233.824000', '165233.826000', '165233.829000', '165233.831000', '165233.834000', '165233.837000', '165233.839000', '165233.842000', '165233.844000', '165233.847000', '165233.849000', '165233.852000', '165233.855000', '165253.743000', '165253.746000', '165253.748000', '165253.751000', '165253.753000', '165253.756000', '165253.759000', '165253.761000', '165253.764000', '165253.767000', '165253.769000', '165253.772000', '165253.795000', '165253.797000', '165253.800000', '165253.802000', '165253.805000', '165253.808000', '165253.810000', '165253.813000', '165253.816000', '165253.818000', '165253.821000', '165253.823000', '165253.826000', '165253.829000', '165253.831000', '165253.834000', '165253.837000', '165253.839000', '165253.842000', '165253.844000', '165253.847000', '165253.849000', '165253.852000', '165253.855000', '165253.858000', '165253.861000', '165253.864000', '165253.867000', '165253.869000', '165253.872000', '165253.875000', '165313.742000', '165313.745000', '165313.748000', '165313.751000', '165313.753000', '165313.756000', '165313.758000', '165313.761000', '165313.763000', '165313.766000', '165313.769000', '165313.771000', '165313.774000', '165313.776000', '165313.779000', '165313.782000', '165313.784000', '165313.787000', '165313.790000', '165313.792000', '165313.795000', '165313.797000', '165313.800000', '165313.803000', '165313.805000', '165313.808000', '165313.811000', '165313.813000', '165313.816000', '165313.818000', '165313.821000', '165313.824000', '165313.826000', '165313.829000', '165313.831000', '165313.834000', '165313.837000', '165313.839000', '165313.842000', '165313.844000', '165313.847000', '165313.850000', '165313.852000', '165313.855000', '165333.743000', '165333.745000', '165333.748000', '165333.750000', '165333.753000', '165333.756000', '165333.758000', '165333.761000', '165333.764000', '165333.766000', '165333.769000', '165333.771000', '165333.774000', '165333.777000', '165333.779000', '165333.782000', '165333.785000', '165333.787000', '165333.790000', '165333.792000', '165333.795000', '165333.798000', '165333.800000', '165333.803000', '165333.806000', '165333.808000', '165333.811000', '165333.813000', '165333.816000', '165333.819000', '165333.821000', '165333.824000', '165333.826000', '165333.829000', '165333.832000', '165333.834000', '165333.837000', '165333.839000', '165333.842000', '165333.845000', '165333.847000', '165333.850000', '165333.853000', '165353.742000', '165353.745000', '165353.747000', '165353.750000', '165353.752000', '165353.755000', '165353.758000', '165353.760000', '165353.763000', '165353.766000', '165353.768000', '165353.771000', '165353.774000', '165353.776000', '165353.779000', '165353.782000', '165353.784000', '165353.787000', '165353.789000', '165353.792000', '165353.795000', '165353.797000', '165353.800000', '165353.803000', '165353.805000', '165353.808000', '165353.810000', '165353.813000', '165353.816000', '165353.818000', '165353.821000', '165353.823000', '165353.826000', '165353.829000', '165353.831000', '165353.834000', '165353.836000', '165353.839000', '165353.842000', '165353.844000', '165353.847000', '165353.850000', '165353.852000', '165353.855000', '165413.743000', '165413.745000', '165413.748000', '165413.751000', '165413.753000', '165413.756000', '165413.759000', '165413.761000', '165413.764000', '165413.767000', '165413.769000', '165413.772000', '165413.775000', '165413.777000', '165413.780000', '165413.782000', '165413.785000', '165413.788000', '165413.790000', '165413.793000', '165413.796000', '165413.798000', '165413.801000', '165413.803000', '165413.806000', '165413.809000', '165413.811000', '165413.814000', '165413.816000', '165413.819000', '165413.822000', '165413.824000', '165413.827000', '165413.829000', '165413.832000', '165413.834000', '165413.837000', '165413.852000', '165413.855000', '165413.858000', '165413.866000', '165413.868000', '165413.871000', '165433.743000', '165433.745000', '165433.748000', '165433.751000', '165433.753000', '165433.756000', '165433.758000', '165433.761000', '165433.764000', '165433.766000', '165433.769000', '165433.771000', '165433.774000', '165433.776000', '165433.779000', '165433.782000', '165433.784000', '165433.787000', '165433.789000', '165433.792000', '165433.794000', '165433.797000', '165433.800000', '165433.802000', '165433.805000', '165433.808000', '165433.810000', '165433.813000', '165433.815000', '165433.818000', '165433.820000', '165433.823000', '165433.826000', '165433.828000', '165433.831000', '165433.834000', '165433.837000', '165433.839000', '165433.842000', '165433.844000', '165433.847000', '165433.850000', '165433.852000', '165433.855000', '165453.743000', '165453.745000', '165453.755000', '165453.757000', '165453.760000', '165453.763000', '165453.765000', '165453.768000', '165453.771000', '165453.773000', '165453.776000', '165453.779000', '165453.781000', '165453.784000', '165453.787000', '165453.789000', '165453.792000', '165453.794000', '165453.798000', '165453.801000', '165453.804000', '165453.807000', '165453.809000', '165453.812000', '165453.814000', '165453.817000', '165453.820000', '165453.822000', '165453.825000', '165453.828000', '165453.830000', '165453.833000', '165453.835000', '165453.838000', '165453.841000', '165453.843000', '165453.846000', '165453.848000', '165453.851000', '165453.854000', '165453.856000', '165453.859000', '165453.862000', '165513.743000', '165513.745000', '165513.748000', '165513.752000', '165513.754000', '165513.757000', '165513.760000', '165513.762000', '165513.765000', '165513.768000', '165513.770000', '165513.773000', '165513.775000', '165513.778000', '165513.780000', '165513.783000', '165513.786000', '165513.788000', '165513.791000', '165513.793000', '165513.796000', '165513.799000', '165513.801000', '165513.804000', '165513.807000', '165513.809000', '165513.812000', '165513.815000', '165513.817000', '165513.820000', '165513.823000', '165513.825000', '165513.828000', '165513.830000', '165513.833000', '165513.836000', '165513.838000', '165513.841000', '165513.843000', '165513.846000', '165513.849000', '165513.851000', '165513.854000', '165513.856000', '165525.647000', '165525.650000', '165525.653000', '165525.656000', '165525.658000', '165525.661000', '165525.664000', '165525.666000', '165525.669000', '165525.672000', '165525.675000', '165525.677000', '165525.680000', '165525.683000', '165525.686000', '165525.689000', '165525.691000', '165525.694000', '165525.698000', '165525.701000', '165525.704000', '165525.706000', '165525.709000', '165525.712000', '165525.715000', '165525.717000'], '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': [14919, 11676, 13059, 11822, 11926, 11067, 11408, 13250, 12489, 12501, 11210, 11544, 12023, 11994, 12515, 12625, 11335, 10843, 11642, 11092, 12453, 10920, 11321, 12976, 12722, 12259, 12262, 11358, 10792, 11317, 11545, 11937, 11174, 11611, 10792, 12012, 14749, 12565, 12618, 11784, 11545, 11568, 12053, 10445, 11732, 12754, 12725, 12895, 12295, 11785, 10935, 11886, 11226, 12151, 13827, 12357, 12237, 11821, 11689, 12022, 11797, 10289, 11370, 10537, 12086, 12874, 12411, 11764, 11827, 12015, 12250, 11822, 10842, 11408, 11116, 12301, 13487, 12255, 12075, 12174, 12095, 12786, 11755, 12404, 12217, 11591, 12596, 11945, 11819, 12081, 11344, 13661, 12786, 12771, 11737, 12030, 11147, 11468, 11476, 12452, 12450, 12547, 11379, 12094, 12166, 12090, 12648, 11780, 12802, 12042, 12464, 12270, 10934, 11982, 12948, 13400, 11868, 12339, 11666, 12154, 12009, 11753, 12146, 14074, 12634, 11945, 13082, 11935, 11934, 11396, 11559, 12166, 11712, 12427, 12376, 11998, 12388, 13211, 11708, 12675, 11549, 11382, 12050, 11715, 12254, 11324, 12010, 14234, 13122, 12674, 13159, 11738, 11424, 11790, 12425, 12413, 11517, 12264, 13891, 13088, 12648, 12602, 12035, 10993, 12625, 11296, 13046, 12452, 12755, 11994, 12213, 11860, 12285, 11980, 13093, 12039, 12855, 11752, 12110, 11702, 12289, 13296, 12258, 12436, 12794, 11979, 12329, 11973, 10986, 12254, 11462, 13196, 11549, 13000, 11037, 11789, 12335, 12324, 12384, 12092, 11864, 10887, 12498, 12797, 13238, 11980, 12152, 11896, 11872, 12701, 12886, 13542, 11504, 12070, 12533, 11751, 13163, 12056, 13022, 11599, 12382, 12612, 11651, 12565, 11846, 12716, 11798, 13476, 12144, 12449, 11945, 11769, 13116, 12537, 13531, 11978, 12738, 12932, 11420, 13319, 12073, 13173, 12078, 13153, 12369, 12544, 11720, 11888, 11981, 11553, 12658, 14371, 12698, 12027, 12976, 12237, 11364, 12019, 13432, 13392, 12046, 12702, 11624, 12241, 13172, 12326, 13729, 12373, 13518, 12463, 14084, 12728, 14127, 12650, 12878, 13283, 12796, 13709, 12155, 13380, 13603, 13828, 13130, 13409, 12911, 12149, 12779, 11819, 13557, 12064, 13969, 12320, 12704, 12803, 13181, 13061, 12819, 12592, 13911, 13748, 12166, 13651, 12693, 12752, 12478, 13063, 13354, 12211, 13629, 12173, 13913, 12989, 14014, 13692, 12650, 13630, 11937, 14146, 12792, 14013, 12575, 12698, 13048, 12338, 13187, 13761, 13085, 13909, 11391, 12806, 12471, 12996, 13877, 13742, 11683, 12559, 12874, 12140, 13307, 13637, 12962, 12943, 11413, 11480, 13440, 11461, 13110, 12787, 14086, 12807, 12602, 12948, 13145, 14027, 12551, 13433, 12943, 14661, 13732, 12357, 13964, 12948, 13002, 12913, 13748, 13878, 12463, 13789, 12413, 12852, 12936, 12853, 13159, 12063, 13709, 12008, 14070, 12660, 13393, 12995, 12407, 13106, 12100, 14281, 12607, 13374, 12560, 12868, 13256, 13071, 13672, 12585, 14126, 12450, 13455, 13087, 12791, 13387, 11923, 13912, 12485, 14604, 13358, 13827, 13522, 12625, 13749, 12481, 14514, 12822, 13266, 12912, 12922, 13855, 11748, 14093, 12519, 14308, 13510, 13180, 13913, 12176, 14264, 13140, 14537, 13813, 12394, 14408, 11974, 14686, 13414, 14505, 13681, 13276, 14277, 12508, 14390, 13243, 14238, 12917, 14719, 13425, 14202, 13158, 13983, 13704, 13521, 14081, 13005, 13617, 13826, 14420, 13189, 13449, 13099, 13109, 14001, 13048, 14298, 13746, 14326, 12994, 14397, 13553, 13668, 13507, 13132, 13473, 12998, 13811, 14600, 14145, 12751, 14045, 13684, 13273, 13805, 13773, 13812, 12928, 14344, 12869, 14413, 13127, 13351, 13611, 13124, 14092, 13084, 14253, 12921, 14449, 13173, 13828, 13121, 12684, 13590, 12660, 14493, 13206, 13967, 13528, 13437, 14005, 12541, 14792, 12730, 14695, 13581, 14044, 14157, 13212, 14189, 13905, 13447, 14084, 13327, 14318, 12892, 14030, 12917, 13014, 13374, 13473, 14548, 12798, 12790, 13411, 12079, 14394, 12895, 14078, 13081, 13327, 13984, 12402, 14006, 12087, 13952, 12809, 14593, 13156, 14503, 13212, 12634, 13777, 12668, 14624, 12885, 13441, 12941, 14265, 14149, 12436, 14619, 13009, 12977, 13398, 12822, 14199, 13354, 14143, 11997, 14180, 12921, 13714, 13432, 12836, 13277, 13445, 14579, 12797, 13774, 13217, 13119, 13960, 14034, 14477, 12451, 13562, 13396, 12610, 13934, 13045, 14050, 12779, 13637, 13335, 13041, 13110, 13692, 14279, 12791, 13518, 13388, 12423, 13215, 12273, 13907, 12686, 13949, 12318, 13608, 12804, 13262, 13434, 13335, 13786, 12161, 13723, 12912, 14509, 13939, 12833, 13395, 12789, 13334, 13555, 12196, 13979, 12481, 14265, 12999, 13714, 12833, 12638, 13285, 12872, 14384, 12678, 14137, 12770, 13315, 13071, 13152, 13769, 13294, 14342, 12724, 13650, 13619, 13162, 14404, 12506, 14015, 13544, 12740, 13922, 12493, 14448, 12992, 13623, 13272, 13106, 13484, 12618, 14390, 13054, 13572, 13223, 13067, 13979, 11805, 13975, 12521, 14269, 12802, 13593, 13189, 12778, 13167, 12619, 13945, 13116, 14367, 12493, 13472, 13069, 12663, 13785, 13260, 14071, 12482, 14421, 12974, 13778, 13357, 12959, 13467, 12078, 14075, 13034, 14678, 12640, 13549, 12948, 13237, 13368, 13279, 13995, 12394, 14604, 13404, 13102, 13819, 13064, 14657, 12600, 14524, 12958, 13813, 13523, 13401, 13600, 13490, 13334, 13318, 13830, 13460, 14467, 13048, 14283, 12877, 13418, 13047, 13080, 13536, 13331, 14086, 12915, 14470, 12652, 14519, 12754, 13494, 13327, 13353, 13839, 13275, 13604, 13005, 13951, 13551, 14298, 12482, 13244, 13226, 13587, 13565, 12717, 13624, 12913, 14185, 12394, 14563, 12788, 14279, 12878, 13922, 13267, 12574, 13881, 12920, 14043, 12593, 13720, 13463, 13025, 13324, 12576, 14168, 12664, 14303, 12339, 14332, 12789, 14029, 13129, 13265, 13493, 13352, 14193, 12574, 14452, 13390, 13301, 13568, 12726, 14094, 12827, 14486, 12400, 14185, 12935, 13847, 12985, 13511, 13246, 13378, 13765, 13156, 13832, 13613, 13127, 14120, 13731, 14029, 13108, 13718, 13878, 14232, 13818, 13218, 12905, 13557, 13285, 13488, 14016, 12292, 14201, 12196, 14446, 12282, 14165, 12509, 14376, 13000, 14234, 12763, 13066, 12996, 13743, 13196, 13711, 13046, 13447, 13231, 12859, 13703, 12336, 13784, 13030, 14395, 12476, 14674, 12988, 13827, 13540, 12760, 14103, 12857, 14296, 12837, 14194, 13377, 14430, 13038, 14190, 12749, 14080, 12783, 14215, 12961, 14252, 12977, 13598, 13491, 12435, 13643, 13180, 14370, 12637], 'WindowCenter': [4533.0, 4487.0, 4484.0, 4459.0, 4459.0, 4447.0, 4458.0, 4456.0, 4457.0, 4455.0, 4445.0, 4457.0, 4454.0, 4457.0, 4454.0, 4454.0, 4447.0, 4446.0, 4457.0, 4444.0, 4456.0, 4446.0, 4458.0, 4465.0, 4468.0, 4445.0, 4456.0, 4458.0, 4447.0, 4448.0, 4445.0, 4456.0, 4447.0, 4458.0, 4434.0, 4458.0, 4464.0, 4454.0, 4455.0, 4456.0, 4444.0, 4444.0, 4444.0, 4434.0, 4457.0, 4454.0, 4456.0, 4443.0, 4442.0, 4444.0, 4444.0, 4445.0, 4431.0, 4442.0, 4451.0, 4455.0, 4443.0, 4443.0, 4442.0, 4441.0, 4455.0, 4435.0, 4445.0, 4432.0, 4454.0, 4453.0, 4467.0, 4456.0, 4446.0, 4444.0, 4442.0, 4444.0, 4447.0, 4455.0, 4433.0, 4445.0, 4463.0, 4468.0, 4455.0, 4457.0, 4442.0, 4455.0, 4444.0, 4467.0, 4457.0, 4447.0, 4456.0, 4443.0, 4444.0, 4456.0, 4435.0, 4454.0, 4443.0, 4441.0, 4431.0, 4444.0, 4431.0, 4433.0, 4430.0, 4441.0, 4440.0, 4453.0, 4432.0, 4442.0, 4442.0, 4441.0, 4453.0, 4443.0, 4453.0, 4442.0, 4442.0, 4454.0, 4445.0, 4455.0, 4450.0, 4464.0, 4443.0, 4454.0, 4444.0, 4442.0, 4443.0, 4430.0, 4443.0, 4464.0, 4443.0, 4431.0, 4450.0, 4430.0, 4445.0, 4446.0, 4432.0, 4443.0, 4431.0, 4442.0, 4455.0, 4456.0, 4454.0, 4465.0, 4444.0, 4456.0, 4458.0, 4445.0, 4446.0, 4442.0, 4444.0, 4434.0, 4456.0, 4464.0, 4456.0, 4441.0, 4453.0, 4446.0, 4445.0, 4445.0, 4453.0, 4453.0, 4445.0, 4457.0, 4464.0, 4464.0, 4454.0, 4443.0, 4457.0, 4445.0, 4457.0, 4432.0, 4454.0, 4456.0, 4467.0, 4445.0, 4443.0, 4431.0, 4430.0, 4442.0, 4454.0, 4455.0, 4470.0, 4456.0, 4456.0, 4444.0, 4456.0, 4456.0, 4458.0, 4444.0, 4455.0, 4434.0, 4442.0, 4456.0, 4435.0, 4443.0, 4431.0, 4452.0, 4432.0, 4466.0, 4434.0, 4444.0, 4442.0, 4443.0, 4453.0, 4455.0, 4458.0, 4434.0, 4456.0, 4441.0, 4453.0, 4433.0, 4444.0, 4444.0, 4433.0, 4443.0, 4441.0, 4454.0, 4445.0, 4454.0, 4456.0, 4443.0, 4454.0, 4455.0, 4468.0, 4446.0, 4455.0, 4455.0, 4444.0, 4468.0, 4457.0, 4468.0, 4443.0, 4466.0, 4443.0, 4457.0, 4447.0, 4446.0, 4466.0, 4444.0, 4466.0, 4446.0, 4455.0, 4457.0, 4434.0, 4467.0, 4469.0, 4468.0, 4456.0, 4466.0, 4455.0, 4469.0, 4459.0, 4446.0, 4447.0, 4434.0, 4455.0, 4467.0, 4456.0, 4445.0, 4454.0, 4444.0, 4443.0, 4456.0, 4454.0, 4465.0, 4443.0, 4453.0, 4443.0, 4457.0, 4468.0, 4444.0, 4464.0, 4454.0, 4467.0, 4455.0, 4478.0, 4455.0, 4466.0, 4468.0, 4457.0, 4456.0, 4444.0, 4453.0, 4445.0, 4467.0, 4455.0, 4467.0, 4444.0, 4441.0, 4456.0, 4444.0, 4442.0, 4430.0, 4452.0, 4431.0, 4452.0, 4443.0, 4443.0, 4443.0, 4442.0, 4453.0, 4454.0, 4457.0, 4454.0, 4465.0, 4432.0, 4450.0, 4442.0, 4453.0, 4443.0, 4443.0, 4452.0, 4430.0, 4453.0, 4443.0, 4454.0, 4441.0, 4452.0, 4454.0, 4452.0, 4466.0, 4432.0, 4453.0, 4442.0, 4477.0, 4468.0, 4466.0, 4453.0, 4455.0, 4454.0, 4466.0, 4467.0, 4493.0, 4460.0, 4471.0, 4457.0, 4467.0, 4456.0, 4468.0, 4448.0, 4445.0, 4457.0, 4443.0, 4456.0, 4467.0, 4456.0, 4445.0, 4434.0, 4421.0, 4453.0, 4433.0, 4467.0, 4457.0, 4466.0, 4456.0, 4445.0, 4455.0, 4455.0, 4465.0, 4442.0, 4441.0, 4443.0, 4463.0, 4451.0, 4431.0, 4451.0, 4441.0, 4442.0, 4444.0, 4441.0, 4441.0, 4428.0, 4439.0, 4442.0, 4440.0, 4442.0, 4430.0, 4441.0, 4431.0, 4452.0, 4430.0, 4441.0, 4429.0, 4438.0, 4443.0, 4442.0, 4442.0, 4430.0, 4451.0, 4430.0, 4453.0, 4443.0, 4441.0, 4443.0, 4440.0, 4441.0, 4442.0, 4465.0, 4443.0, 4453.0, 4444.0, 4442.0, 4454.0, 4445.0, 4455.0, 4443.0, 4465.0, 4453.0, 4466.0, 4467.0, 4444.0, 4468.0, 4446.0, 4467.0, 4458.0, 4469.0, 4458.0, 4458.0, 4468.0, 4446.0, 4478.0, 4457.0, 4467.0, 4467.0, 4455.0, 4467.0, 4457.0, 4467.0, 4457.0, 4476.0, 4467.0, 4458.0, 4479.0, 4447.0, 4479.0, 4467.0, 4478.0, 4481.0, 4468.0, 4478.0, 4455.0, 4479.0, 4471.0, 4480.0, 4458.0, 4479.0, 4465.0, 4481.0, 4471.0, 4479.0, 4468.0, 4467.0, 4479.0, 4470.0, 4468.0, 4468.0, 4468.0, 4455.0, 4467.0, 4469.0, 4455.0, 4468.0, 4453.0, 4466.0, 4468.0, 4478.0, 4456.0, 4467.0, 4455.0, 4467.0, 4468.0, 4457.0, 4469.0, 4456.0, 4466.0, 4477.0, 4468.0, 4457.0, 4465.0, 4455.0, 4443.0, 4466.0, 4467.0, 4467.0, 4443.0, 4465.0, 4443.0, 4465.0, 4457.0, 4454.0, 4455.0, 4443.0, 4454.0, 4456.0, 4465.0, 4444.0, 4453.0, 4442.0, 4452.0, 4466.0, 4444.0, 4456.0, 4442.0, 4454.0, 4454.0, 4465.0, 4455.0, 4455.0, 4466.0, 4443.0, 4477.0, 4455.0, 4465.0, 4453.0, 4454.0, 4453.0, 4454.0, 4465.0, 4468.0, 4481.0, 4491.0, 4469.0, 4479.0, 4458.0, 4468.0, 4457.0, 4445.0, 4454.0, 4445.0, 4453.0, 4446.0, 4443.0, 4455.0, 4430.0, 4450.0, 4442.0, 4466.0, 4455.0, 4454.0, 4465.0, 4443.0, 4465.0, 4459.0, 4478.0, 4457.0, 4478.0, 4456.0, 4478.0, 4471.0, 4459.0, 4468.0, 4458.0, 4478.0, 4458.0, 4470.0, 4458.0, 4457.0, 4467.0, 4444.0, 4465.0, 4468.0, 4456.0, 4455.0, 4445.0, 4466.0, 4466.0, 4479.0, 4446.0, 4480.0, 4458.0, 4466.0, 4466.0, 4458.0, 4468.0, 4468.0, 4478.0, 4447.0, 4468.0, 4457.0, 4456.0, 4468.0, 4454.0, 4467.0, 4459.0, 4456.0, 4468.0, 4444.0, 4466.0, 4468.0, 4468.0, 4457.0, 4455.0, 4454.0, 4456.0, 4458.0, 4453.0, 4466.0, 4442.0, 4443.0, 4467.0, 4446.0, 4457.0, 4444.0, 4456.0, 4456.0, 4469.0, 4447.0, 4455.0, 4445.0, 4444.0, 4455.0, 4457.0, 4456.0, 4435.0, 4443.0, 4444.0, 4453.0, 4466.0, 4444.0, 4454.0, 4443.0, 4440.0, 4455.0, 4445.0, 4465.0, 4443.0, 4465.0, 4454.0, 4467.0, 4470.0, 4455.0, 4468.0, 4446.0, 4466.0, 4456.0, 4480.0, 4457.0, 4468.0, 4458.0, 4455.0, 4469.0, 4467.0, 4468.0, 4458.0, 4456.0, 4466.0, 4457.0, 4467.0, 4446.0, 4455.0, 4456.0, 4455.0, 4468.0, 4445.0, 4467.0, 4456.0, 4455.0, 4457.0, 4468.0, 4466.0, 4445.0, 4466.0, 4454.0, 4469.0, 4458.0, 4455.0, 4468.0, 4444.0, 4479.0, 4459.0, 4467.0, 4445.0, 4455.0, 4454.0, 4458.0, 4456.0, 4445.0, 4466.0, 4444.0, 4466.0, 4458.0, 4455.0, 4456.0, 4444.0, 4455.0, 4456.0, 4467.0, 4446.0, 4466.0, 4445.0, 4455.0, 4469.0, 4457.0, 4457.0, 4445.0, 4466.0, 4455.0, 4466.0, 4457.0, 4455.0, 4457.0, 4444.0, 4456.0, 4456.0, 4467.0, 4444.0, 4464.0, 4456.0, 4455.0, 4457.0, 4444.0, 4464.0, 4443.0, 4466.0, 4457.0, 4467.0, 4457.0, 4456.0, 4466.0, 4469.0, 4469.0, 4458.0, 4468.0, 4446.0, 4465.0, 4458.0, 4467.0, 4446.0, 4455.0, 4455.0, 4456.0, 4468.0, 4456.0, 4467.0, 4446.0, 4457.0, 4446.0, 4466.0, 4446.0, 4456.0, 4457.0, 4455.0, 4467.0, 4469.0, 4469.0, 4457.0, 4468.0, 4456.0, 4469.0, 4459.0, 4456.0, 4458.0, 4455.0, 4457.0, 4457.0, 4469.0, 4445.0, 4469.0, 4444.0, 4464.0, 4446.0, 4468.0, 4446.0, 4456.0, 4456.0, 4434.0, 4456.0, 4457.0, 4456.0, 4445.0, 4444.0, 4454.0, 4456.0, 4468.0, 4445.0, 4468.0, 4444.0, 4466.0, 4446.0, 4477.0, 4456.0, 4468.0, 4459.0, 4455.0, 4470.0, 4459.0, 4469.0, 4447.0, 4455.0, 4467.0, 4457.0, 4458.0, 4444.0, 4457.0, 4446.0, 4466.0, 4446.0, 4456.0, 4445.0, 4454.0, 4457.0, 4456.0, 4447.0, 4454.0, 4457.0, 4443.0, 4455.0, 4455.0, 4457.0, 4483.0, 4471.0, 4481.0, 4458.0, 4458.0, 4457.0, 4468.0, 4456.0, 4445.0, 4445.0, 4432.0, 4443.0, 4445.0, 4453.0, 4419.0, 4441.0, 4417.0, 4454.0, 4444.0, 4454.0, 4444.0, 4455.0, 4443.0, 4466.0, 4458.0, 4454.0, 4457.0, 4454.0, 4446.0, 4468.0, 4459.0, 4456.0, 4458.0, 4446.0, 4457.0, 4447.0, 4458.0, 4447.0, 4468.0, 4444.0, 4468.0, 4446.0, 4455.0, 4455.0, 4442.0, 4468.0, 4457.0, 4468.0, 4445.0, 4456.0, 4455.0, 4480.0, 4457.0, 4467.0, 4445.0, 4457.0, 4446.0, 4467.0, 4458.0, 4455.0, 4447.0, 4443.0, 4456.0, 4447.0, 4456.0, 4443.0, 4455.0, 4432.0], 'WindowWidth': [9945.0, 9868.0, 9855.0, 9812.0, 9812.0, 9792.0, 9807.0, 9801.0, 9802.0, 9797.0, 9783.0, 9806.0, 9797.0, 9806.0, 9796.0, 9795.0, 9791.0, 9790.0, 9805.0, 9781.0, 9800.0, 9789.0, 9810.0, 9813.0, 9821.0, 9784.0, 9800.0, 9809.0, 9792.0, 9794.0, 9784.0, 9803.0, 9791.0, 9809.0, 9770.0, 9807.0, 9811.0, 9794.0, 9797.0, 9802.0, 9783.0, 9778.0, 9783.0, 9770.0, 9805.0, 9796.0, 9801.0, 9778.0, 9773.0, 9783.0, 9782.0, 9785.0, 9759.0, 9774.0, 9788.0, 9798.0, 9779.0, 9778.0, 9777.0, 9770.0, 9800.0, 9772.0, 9785.0, 9763.0, 9794.0, 9794.0, 9819.0, 9801.0, 9788.0, 9783.0, 9776.0, 9783.0, 9791.0, 9802.0, 9767.0, 9783.0, 9808.0, 9821.0, 9800.0, 9806.0, 9778.0, 9799.0, 9783.0, 9822.0, 9806.0, 9793.0, 9803.0, 9776.0, 9782.0, 9802.0, 9771.0, 9797.0, 9779.0, 9773.0, 9757.0, 9781.0, 9760.0, 9767.0, 9755.0, 9769.0, 9770.0, 9791.0, 9761.0, 9773.0, 9776.0, 9773.0, 9790.0, 9778.0, 9791.0, 9776.0, 9773.0, 9795.0, 9786.0, 9799.0, 9786.0, 9807.0, 9778.0, 9798.0, 9783.0, 9777.0, 9780.0, 9754.0, 9777.0, 9812.0, 9778.0, 9759.0, 9783.0, 9758.0, 9784.0, 9787.0, 9761.0, 9778.0, 9757.0, 9776.0, 9801.0, 9803.0, 9794.0, 9811.0, 9781.0, 9800.0, 9807.0, 9784.0, 9787.0, 9774.0, 9780.0, 9769.0, 9802.0, 9809.0, 9800.0, 9774.0, 9791.0, 9788.0, 9785.0, 9786.0, 9791.0, 9793.0, 9784.0, 9804.0, 9810.0, 9810.0, 9794.0, 9778.0, 9806.0, 9785.0, 9804.0, 9762.0, 9793.0, 9801.0, 9817.0, 9785.0, 9778.0, 9757.0, 9754.0, 9772.0, 9793.0, 9800.0, 9828.0, 9802.0, 9802.0, 9781.0, 9799.0, 9802.0, 9806.0, 9783.0, 9797.0, 9767.0, 9771.0, 9799.0, 9770.0, 9780.0, 9758.0, 9787.0, 9759.0, 9814.0, 9769.0, 9781.0, 9776.0, 9776.0, 9792.0, 9797.0, 9808.0, 9769.0, 9801.0, 9776.0, 9789.0, 9762.0, 9780.0, 9782.0, 9764.0, 9776.0, 9773.0, 9793.0, 9785.0, 9793.0, 9800.0, 9777.0, 9793.0, 9797.0, 9820.0, 9786.0, 9798.0, 9798.0, 9778.0, 9820.0, 9804.0, 9821.0, 9780.0, 9812.0, 9779.0, 9805.0, 9790.0, 9787.0, 9814.0, 9781.0, 9812.0, 9787.0, 9796.0, 9804.0, 9765.0, 9817.0, 9824.0, 9819.0, 9799.0, 9813.0, 9797.0, 9826.0, 9813.0, 9788.0, 9790.0, 9765.0, 9795.0, 9818.0, 9799.0, 9786.0, 9791.0, 9780.0, 9780.0, 9802.0, 9794.0, 9809.0, 9776.0, 9791.0, 9780.0, 9802.0, 9819.0, 9778.0, 9807.0, 9793.0, 9815.0, 9799.0, 9832.0, 9797.0, 9812.0, 9820.0, 9802.0, 9801.0, 9777.0, 9792.0, 9783.0, 9817.0, 9797.0, 9814.0, 9782.0, 9768.0, 9798.0, 9781.0, 9775.0, 9755.0, 9787.0, 9756.0, 9788.0, 9776.0, 9777.0, 9778.0, 9771.0, 9791.0, 9794.0, 9803.0, 9794.0, 9810.0, 9760.0, 9781.0, 9773.0, 9792.0, 9778.0, 9774.0, 9786.0, 9754.0, 9788.0, 9777.0, 9792.0, 9771.0, 9784.0, 9791.0, 9788.0, 9811.0, 9760.0, 9790.0, 9774.0, 9828.0, 9821.0, 9813.0, 9791.0, 9793.0, 9793.0, 9813.0, 9816.0, 9861.0, 9816.0, 9828.0, 9801.0, 9816.0, 9801.0, 9819.0, 9793.0, 9781.0, 9801.0, 9776.0, 9798.0, 9818.0, 9798.0, 9784.0, 9765.0, 9742.0, 9789.0, 9762.0, 9815.0, 9804.0, 9811.0, 9798.0, 9781.0, 9795.0, 9794.0, 9807.0, 9776.0, 9768.0, 9774.0, 9806.0, 9784.0, 9755.0, 9780.0, 9769.0, 9771.0, 9778.0, 9769.0, 9768.0, 9747.0, 9763.0, 9772.0, 9767.0, 9771.0, 9750.0, 9768.0, 9756.0, 9785.0, 9752.0, 9767.0, 9749.0, 9759.0, 9775.0, 9773.0, 9773.0, 9752.0, 9782.0, 9753.0, 9789.0, 9777.0, 9768.0, 9774.0, 9764.0, 9768.0, 9775.0, 9807.0, 9775.0, 9788.0, 9777.0, 9769.0, 9792.0, 9783.0, 9796.0, 9776.0, 9806.0, 9789.0, 9810.0, 9815.0, 9777.0, 9816.0, 9784.0, 9812.0, 9806.0, 9823.0, 9803.0, 9802.0, 9818.0, 9787.0, 9830.0, 9802.0, 9813.0, 9814.0, 9792.0, 9813.0, 9802.0, 9815.0, 9801.0, 9825.0, 9814.0, 9803.0, 9833.0, 9787.0, 9832.0, 9815.0, 9832.0, 9841.0, 9818.0, 9832.0, 9796.0, 9834.0, 9828.0, 9838.0, 9805.0, 9835.0, 9812.0, 9841.0, 9827.0, 9834.0, 9821.0, 9812.0, 9832.0, 9826.0, 9819.0, 9821.0, 9817.0, 9797.0, 9816.0, 9823.0, 9795.0, 9817.0, 9790.0, 9809.0, 9820.0, 9832.0, 9798.0, 9813.0, 9796.0, 9814.0, 9821.0, 9801.0, 9820.0, 9795.0, 9812.0, 9833.0, 9818.0, 9802.0, 9808.0, 9796.0, 9774.0, 9809.0, 9820.0, 9813.0, 9775.0, 9806.0, 9776.0, 9809.0, 9800.0, 9790.0, 9794.0, 9773.0, 9789.0, 9799.0, 9809.0, 9778.0, 9787.0, 9772.0, 9787.0, 9812.0, 9777.0, 9797.0, 9773.0, 9790.0, 9792.0, 9810.0, 9795.0, 9793.0, 9811.0, 9777.0, 9826.0, 9795.0, 9807.0, 9789.0, 9790.0, 9787.0, 9789.0, 9809.0, 9818.0, 9843.0, 9855.0, 9822.0, 9836.0, 9806.0, 9814.0, 9802.0, 9780.0, 9791.0, 9780.0, 9786.0, 9784.0, 9777.0, 9793.0, 9753.0, 9780.0, 9772.0, 9812.0, 9794.0, 9792.0, 9808.0, 9773.0, 9808.0, 9808.0, 9831.0, 9800.0, 9833.0, 9797.0, 9830.0, 9828.0, 9808.0, 9819.0, 9803.0, 9830.0, 9804.0, 9822.0, 9806.0, 9801.0, 9813.0, 9778.0, 9806.0, 9820.0, 9799.0, 9797.0, 9779.0, 9812.0, 9812.0, 9835.0, 9788.0, 9835.0, 9804.0, 9809.0, 9813.0, 9804.0, 9817.0, 9818.0, 9830.0, 9786.0, 9815.0, 9802.0, 9797.0, 9815.0, 9792.0, 9814.0, 9806.0, 9797.0, 9817.0, 9776.0, 9809.0, 9819.0, 9817.0, 9802.0, 9794.0, 9793.0, 9796.0, 9802.0, 9789.0, 9810.0, 9772.0, 9773.0, 9814.0, 9783.0, 9800.0, 9778.0, 9795.0, 9796.0, 9819.0, 9787.0, 9794.0, 9783.0, 9774.0, 9794.0, 9803.0, 9796.0, 9767.0, 9773.0, 9777.0, 9793.0, 9809.0, 9777.0, 9790.0, 9777.0, 9765.0, 9793.0, 9783.0, 9806.0, 9776.0, 9807.0, 9791.0, 9813.0, 9823.0, 9797.0, 9816.0, 9783.0, 9812.0, 9798.0, 9836.0, 9801.0, 9817.0, 9806.0, 9794.0, 9820.0, 9818.0, 9817.0, 9803.0, 9796.0, 9812.0, 9803.0, 9813.0, 9783.0, 9793.0, 9795.0, 9794.0, 9817.0, 9782.0, 9813.0, 9797.0, 9791.0, 9801.0, 9816.0, 9811.0, 9781.0, 9810.0, 9793.0, 9818.0, 9802.0, 9795.0, 9814.0, 9778.0, 9832.0, 9807.0, 9813.0, 9783.0, 9791.0, 9793.0, 9803.0, 9800.0, 9784.0, 9810.0, 9778.0, 9811.0, 9803.0, 9793.0, 9798.0, 9774.0, 9791.0, 9800.0, 9813.0, 9784.0, 9811.0, 9781.0, 9792.0, 9819.0, 9801.0, 9800.0, 9780.0, 9809.0, 9794.0, 9810.0, 9800.0, 9793.0, 9802.0, 9776.0, 9797.0, 9802.0, 9811.0, 9778.0, 9804.0, 9795.0, 9793.0, 9798.0, 9778.0, 9804.0, 9774.0, 9811.0, 9802.0, 9812.0, 9798.0, 9796.0, 9811.0, 9819.0, 9820.0, 9801.0, 9816.0, 9785.0, 9806.0, 9803.0, 9814.0, 9784.0, 9793.0, 9795.0, 9795.0, 9816.0, 9798.0, 9813.0, 9781.0, 9796.0, 9781.0, 9812.0, 9784.0, 9796.0, 9798.0, 9790.0, 9815.0, 9820.0, 9818.0, 9798.0, 9813.0, 9798.0, 9817.0, 9806.0, 9795.0, 9801.0, 9792.0, 9798.0, 9799.0, 9819.0, 9782.0, 9817.0, 9777.0, 9803.0, 9784.0, 9817.0, 9784.0, 9794.0, 9798.0, 9762.0, 9795.0, 9801.0, 9795.0, 9779.0, 9774.0, 9790.0, 9797.0, 9815.0, 9780.0, 9814.0, 9776.0, 9809.0, 9783.0, 9828.0, 9797.0, 9816.0, 9807.0, 9792.0, 9820.0, 9806.0, 9819.0, 9788.0, 9791.0, 9815.0, 9799.0, 9802.0, 9778.0, 9796.0, 9782.0, 9811.0, 9782.0, 9796.0, 9780.0, 9789.0, 9799.0, 9793.0, 9783.0, 9790.0, 9798.0, 9771.0, 9792.0, 9793.0, 9800.0, 9844.0, 9825.0, 9838.0, 9804.0, 9801.0, 9802.0, 9815.0, 9800.0, 9778.0, 9783.0, 9754.0, 9771.0, 9782.0, 9785.0, 9735.0, 9768.0, 9729.0, 9790.0, 9778.0, 9790.0, 9776.0, 9792.0, 9773.0, 9811.0, 9802.0, 9791.0, 9799.0, 9788.0, 9781.0, 9815.0, 9804.0, 9794.0, 9802.0, 9780.0, 9797.0, 9787.0, 9801.0, 9784.0, 9813.0, 9778.0, 9814.0, 9781.0, 9790.0, 9792.0, 9770.0, 9813.0, 9801.0, 9814.0, 9778.0, 9795.0, 9794.0, 9834.0, 9799.0, 9813.0, 9778.0, 9798.0, 9783.0, 9815.0, 9801.0, 9792.0, 9783.0, 9770.0, 9796.0, 9786.0, 9797.0, 9775.0, 9791.0, 9758.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.0002513808975834293</td></tr>
<tr><td colspan=3>aqi</td><td>0.022679436133486768</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.40652983527653</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1645850252534553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9703671248732711</td></tr>
<tr><td colspan=3>efc</td><td>0.4884</td></tr>
<tr><td colspan=3>fber</td><td>5139.8237</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10360454157699765</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8768699654775602</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.477542861405641</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.425291578540179</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7505259344223516</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2568110712543934</td></tr>
<tr><td colspan=3>gcor</td><td>0.00722559</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02152395434677601</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03565356880426407</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.7070858372634543</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>32.7932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1547</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4151</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297163.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>968.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.1345</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0888</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.4275</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3572.4605</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.0112</td></tr>
<tr><td colspan=3>tsnr</td><td>38.98825821094215</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>