<?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-0052_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-03/func/sub-0052_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>21f9207dd1a737708bae1aafc09e138a</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:41:45.450000</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.999467, -0.0154305, 0.0287825, 0.0122114, 0.993984, 0.108842]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0927817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7704, -7295, 681, -60, -28, 1, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>237.529</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59425a53-5142-42de-98a5-fd77128ee165||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.6814959049224854, 0.032762352377176285, 0.08177974075078964, 112.24788665771484], [0.04139883443713188, 2.6667866706848145, 0.2927672863006592, -110.64653778076172], [0.07722125202417374, -0.2920147776603699, 2.6828341484069824, -57.08112335205078], [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': ['164145.450000', '164145.910000', '164146.370000', '164146.830000', '164147.290000', '164147.750000', '164148.210000', '164148.670000', '164149.130000', '164149.590000', '164150.050000', '164150.510000', '164150.970000', '164151.430000', '164151.890000', '164152.350000', '164152.810000', '164153.270000', '164153.730000', '164154.190000', '164154.650000', '164155.110000', '164155.570000', '164156.030000', '164156.490000', '164156.950000', '164157.410000', '164157.870000', '164158.330000', '164158.790000', '164159.250000', '164159.710000', '164200.170000', '164200.630000', '164201.090000', '164201.550000', '164202.010000', '164202.470000', '164202.930000', '164203.390000', '164203.850000', '164204.310000', '164204.770000', '164205.230000', '164205.690000', '164206.150000', '164206.610000', '164207.070000', '164207.530000', '164207.990000', '164208.450000', '164208.910000', '164209.370000', '164209.830000', '164210.290000', '164210.750000', '164211.210000', '164211.670000', '164212.130000', '164212.590000', '164213.050000', '164213.510000', '164213.970000', '164214.430000', '164214.890000', '164215.350000', '164215.810000', '164216.270000', '164216.730000', '164217.190000', '164217.650000', '164218.110000', '164218.570000', '164219.030000', '164219.490000', '164219.950000', '164220.410000', '164220.870000', '164221.330000', '164221.790000', '164222.250000', '164222.710000', '164223.170000', '164223.630000', '164224.090000', '164224.550000', '164225.010000', '164225.470000', '164225.930000', '164226.390000', '164226.850000', '164227.310000', '164227.770000', '164228.230000', '164228.690000', '164229.150000', '164229.610000', '164230.070000', '164230.530000', '164230.990000', '164231.450000', '164231.910000', '164232.370000', '164232.830000', '164233.290000', '164233.750000', '164234.210000', '164234.670000', '164235.130000', '164235.590000', '164236.050000', '164236.510000', '164236.970000', '164237.430000', '164237.890000', '164238.350000', '164238.810000', '164239.270000', '164239.730000', '164240.190000', '164240.650000', '164241.110000', '164241.570000', '164242.030000', '164242.490000', '164242.950000', '164243.410000', '164243.870000', '164244.330000', '164244.790000', '164245.250000', '164245.710000', '164246.170000', '164246.630000', '164247.090000', '164247.550000', '164248.010000', '164248.470000', '164248.930000', '164249.390000', '164249.850000', '164250.310000', '164250.770000', '164251.230000', '164251.690000', '164252.150000', '164252.610000', '164253.070000', '164253.530000', '164253.990000', '164254.450000', '164254.910000', '164255.370000', '164255.830000', '164256.290000', '164256.750000', '164257.210000', '164257.670000', '164258.130000', '164258.590000', '164259.050000', '164259.510000', '164259.970000', '164300.430000', '164300.890000', '164301.350000', '164301.810000', '164302.270000', '164302.730000', '164303.190000', '164303.650000', '164304.110000', '164304.570000', '164305.030000', '164305.490000', '164305.950000', '164306.410000', '164306.870000', '164307.330000', '164307.790000', '164308.250000', '164308.710000', '164309.170000', '164309.630000', '164310.090000', '164310.550000', '164311.010000', '164311.470000', '164311.930000', '164312.390000', '164312.850000', '164313.310000', '164313.770000', '164314.230000', '164314.690000', '164315.150000', '164315.610000', '164316.070000', '164316.530000', '164316.990000', '164317.450000', '164317.910000', '164318.370000', '164318.830000', '164319.290000', '164319.750000', '164320.210000', '164320.670000', '164321.130000', '164321.590000', '164322.050000', '164322.510000', '164322.970000', '164323.430000', '164323.890000', '164324.350000', '164324.810000', '164325.270000', '164325.730000', '164326.190000', '164326.650000', '164327.110000', '164327.570000', '164328.030000', '164328.490000', '164328.950000', '164329.410000', '164329.870000', '164330.330000', '164330.790000', '164331.250000', '164331.710000', '164332.170000', '164332.630000', '164333.090000', '164333.550000', '164334.010000', '164334.470000', '164334.930000', '164335.390000', '164335.850000', '164336.310000', '164336.770000', '164337.230000', '164337.690000', '164338.150000', '164338.610000', '164339.070000', '164339.530000', '164339.990000', '164340.450000', '164340.910000', '164341.370000', '164341.830000', '164342.290000', '164342.750000', '164343.210000', '164343.670000', '164344.130000', '164344.590000', '164345.050000', '164345.510000', '164345.970000', '164346.430000', '164346.890000', '164347.350000', '164347.810000', '164348.270000', '164348.730000', '164349.190000', '164349.650000', '164350.110000', '164350.570000', '164351.030000', '164351.490000', '164351.950000', '164352.410000', '164352.870000', '164353.330000', '164353.790000', '164354.250000', '164354.710000', '164355.170000', '164355.630000', '164356.090000', '164356.550000', '164357.010000', '164357.470000', '164357.930000', '164358.390000', '164358.850000', '164359.310000', '164359.770000', '164400.230000', '164400.690000', '164401.150000', '164401.610000', '164402.070000', '164402.530000', '164402.990000', '164403.450000', '164403.910000', '164404.370000', '164404.830000', '164405.290000', '164405.750000', '164406.210000', '164406.670000', '164407.130000', '164407.590000', '164408.050000', '164408.510000', '164408.970000', '164409.430000', '164409.890000', '164410.350000', '164410.810000', '164411.270000', '164411.730000', '164412.190000', '164412.650000', '164413.110000', '164413.570000', '164414.030000', '164414.490000', '164414.950000', '164415.410000', '164415.870000', '164416.330000', '164416.790000', '164417.250000', '164417.710000', '164418.170000', '164418.630000', '164419.090000', '164419.550000', '164420.010000', '164420.470000', '164420.930000', '164421.390000', '164421.850000', '164422.310000', '164422.770000', '164423.230000', '164423.690000', '164424.150000', '164424.610000', '164425.070000', '164425.530000', '164425.990000', '164426.450000', '164426.910000', '164427.370000', '164427.830000', '164428.290000', '164428.750000', '164429.210000', '164429.670000', '164430.130000', '164430.590000', '164431.050000', '164431.510000', '164431.970000', '164432.430000', '164432.890000', '164433.350000', '164433.810000', '164434.270000', '164434.730000', '164435.190000', '164435.650000', '164436.110000', '164436.570000', '164437.030000', '164437.490000', '164437.950000', '164438.410000', '164438.870000', '164439.330000', '164439.790000', '164440.250000', '164440.710000', '164441.170000', '164441.630000', '164442.090000', '164442.550000', '164443.010000', '164443.470000', '164443.930000', '164444.390000', '164444.850000', '164445.310000', '164445.770000', '164446.230000', '164446.690000', '164447.150000', '164447.610000', '164448.070000', '164448.530000', '164448.990000', '164449.450000', '164449.910000', '164450.370000', '164450.830000', '164451.290000', '164451.750000', '164452.210000', '164452.670000', '164453.130000', '164453.590000', '164454.050000', '164454.510000', '164454.970000', '164455.430000', '164455.890000', '164456.350000', '164456.810000', '164457.270000', '164457.730000', '164458.190000', '164458.650000', '164459.110000', '164459.570000', '164500.030000', '164500.490000', '164500.950000', '164501.410000', '164501.870000', '164502.330000', '164502.790000', '164503.250000', '164503.710000', '164504.170000', '164504.630000', '164505.090000', '164505.550000', '164506.010000', '164506.470000', '164506.930000', '164507.390000', '164507.850000', '164508.310000', '164508.770000', '164509.230000', '164509.690000', '164510.150000', '164510.610000', '164511.070000', '164511.530000', '164511.990000', '164512.450000', '164512.910000', '164513.370000', '164513.830000', '164514.290000', '164514.750000', '164515.210000', '164515.670000', '164516.130000', '164516.590000', '164517.050000', '164517.510000', '164517.970000', '164518.430000', '164518.890000', '164519.350000', '164519.810000', '164520.270000', '164520.730000', '164521.190000', '164521.650000', '164522.110000', '164522.570000', '164523.030000', '164523.490000', '164523.950000', '164524.410000', '164524.870000', '164525.330000', '164525.790000', '164526.250000', '164526.710000', '164527.170000', '164527.630000', '164528.090000', '164528.550000', '164529.010000', '164529.470000', '164529.930000', '164530.390000', '164530.850000', '164531.310000', '164531.770000', '164532.230000', '164532.690000', '164533.150000', '164533.610000', '164534.070000', '164534.530000', '164534.990000', '164535.450000', '164535.910000', '164536.370000', '164536.830000', '164537.290000', '164537.750000', '164538.210000', '164538.670000', '164539.130000', '164539.590000', '164540.050000', '164540.510000', '164540.970000', '164541.430000', '164541.890000', '164542.350000', '164542.810000', '164543.270000', '164543.730000', '164544.190000', '164544.650000', '164545.110000', '164545.570000', '164546.030000', '164546.490000', '164546.950000', '164547.410000', '164547.870000', '164548.330000', '164548.790000', '164549.250000', '164549.710000', '164550.170000', '164550.630000', '164551.090000', '164551.550000', '164552.010000', '164552.470000', '164552.930000', '164553.390000', '164553.850000', '164554.310000', '164554.770000', '164555.230000', '164555.690000', '164556.150000', '164556.610000', '164557.070000', '164557.530000', '164557.990000', '164558.450000', '164558.910000', '164559.370000', '164559.830000', '164600.290000', '164600.750000', '164601.210000', '164601.670000', '164602.130000', '164602.590000', '164603.050000', '164603.510000', '164603.970000', '164604.430000', '164604.890000', '164605.350000', '164605.810000', '164606.270000', '164606.730000', '164607.190000', '164607.650000', '164608.110000', '164608.570000', '164609.030000', '164609.490000', '164609.950000', '164610.410000', '164610.870000', '164611.330000', '164611.790000', '164612.250000', '164612.710000', '164613.170000', '164613.630000', '164614.090000', '164614.550000', '164615.010000', '164615.470000', '164615.930000', '164616.390000', '164616.850000', '164617.310000', '164617.770000', '164618.230000', '164618.690000', '164619.150000', '164619.610000', '164620.070000', '164620.530000', '164620.990000', '164621.450000', '164621.910000', '164622.370000', '164622.830000', '164623.290000', '164623.750000', '164624.210000', '164624.670000', '164625.130000', '164625.590000', '164626.050000', '164626.510000', '164626.970000', '164627.430000', '164627.890000', '164628.350000', '164628.810000', '164629.270000', '164629.730000', '164630.190000', '164630.650000', '164631.110000', '164631.570000', '164632.030000', '164632.490000', '164632.950000', '164633.410000', '164633.870000', '164634.330000', '164634.790000', '164635.250000', '164635.710000', '164636.170000', '164636.630000', '164637.090000', '164637.550000', '164638.010000', '164638.470000', '164638.930000', '164639.390000', '164639.850000', '164640.310000', '164640.770000', '164641.230000', '164641.690000', '164642.150000', '164642.610000', '164643.070000', '164643.530000', '164643.990000', '164644.450000', '164644.910000', '164645.370000', '164645.830000', '164646.290000', '164646.750000', '164647.210000', '164647.670000', '164648.130000', '164648.590000', '164649.050000', '164649.510000', '164649.970000', '164650.430000', '164650.890000', '164651.350000', '164651.810000', '164652.270000', '164652.730000', '164653.190000', '164653.650000', '164654.110000', '164654.570000', '164655.030000', '164655.490000', '164655.950000', '164656.410000', '164656.870000', '164657.330000', '164657.790000', '164658.250000', '164658.710000', '164659.170000', '164659.630000', '164700.090000', '164700.550000', '164701.010000', '164701.470000', '164701.930000', '164702.390000', '164702.850000', '164703.310000', '164703.770000', '164704.230000', '164704.690000', '164705.150000', '164705.610000', '164706.070000', '164706.530000', '164706.990000', '164707.450000', '164707.910000', '164708.370000', '164708.830000', '164709.290000', '164709.750000', '164710.210000', '164710.670000', '164711.130000', '164711.590000', '164712.050000', '164712.510000', '164712.970000', '164713.430000', '164713.890000', '164714.350000', '164714.810000', '164715.270000', '164715.730000', '164716.190000', '164716.650000', '164717.110000', '164717.570000', '164718.030000', '164718.490000', '164718.950000', '164719.410000', '164719.870000', '164720.330000', '164720.790000', '164721.250000', '164721.710000', '164722.170000', '164722.630000', '164723.090000', '164723.550000', '164724.010000', '164724.470000', '164724.930000', '164725.390000', '164725.850000', '164726.310000', '164726.770000', '164727.230000', '164727.690000', '164728.150000', '164728.610000', '164729.070000', '164729.530000', '164729.990000', '164730.450000', '164730.910000', '164731.370000', '164731.830000', '164732.290000', '164732.750000', '164733.210000', '164733.670000', '164734.130000', '164734.590000', '164735.050000', '164735.510000', '164735.970000', '164736.430000', '164736.890000', '164737.350000', '164737.810000', '164738.270000', '164738.730000', '164739.190000', '164739.650000', '164740.110000', '164740.570000', '164741.030000', '164741.490000', '164741.950000', '164742.410000', '164742.870000', '164743.330000', '164743.790000', '164744.250000', '164744.710000', '164745.170000', '164745.630000', '164746.090000', '164746.550000', '164747.010000', '164747.470000', '164747.930000', '164748.390000', '164748.850000', '164749.310000', '164749.770000', '164750.230000', '164750.690000', '164751.150000', '164751.610000', '164752.070000', '164752.530000', '164752.990000', '164753.450000', '164753.910000', '164754.370000', '164754.830000', '164755.290000', '164755.750000', '164756.210000', '164756.670000', '164757.130000', '164757.590000', '164758.050000', '164758.510000', '164758.970000', '164759.430000', '164759.890000', '164800.350000', '164800.810000', '164801.270000', '164801.730000', '164802.190000', '164802.650000', '164803.110000', '164803.570000', '164804.030000', '164804.490000', '164804.950000', '164805.410000', '164805.870000', '164806.330000', '164806.790000', '164807.250000', '164807.710000', '164808.170000', '164808.630000', '164809.090000', '164809.550000', '164810.010000', '164810.470000', '164810.930000', '164811.390000', '164811.850000', '164812.310000', '164812.770000', '164813.230000', '164813.690000', '164814.150000', '164814.610000', '164815.070000', '164815.530000', '164815.990000', '164816.450000', '164816.910000', '164817.370000', '164817.830000', '164818.290000', '164818.750000', '164819.210000', '164819.670000', '164820.130000', '164820.590000', '164821.050000', '164821.510000', '164821.970000', '164822.430000', '164822.890000', '164823.350000', '164823.810000', '164824.270000', '164824.730000', '164825.190000', '164825.650000', '164826.110000'], 'ContentTime': ['164158.035000', '164158.038000', '164158.041000', '164158.043000', '164158.046000', '164158.048000', '164158.051000', '164158.061000', '164158.063000', '164158.066000', '164158.068000', '164158.071000', '164158.073000', '164158.076000', '164158.079000', '164158.081000', '164158.084000', '164158.086000', '164158.089000', '164158.092000', '164158.094000', '164158.097000', '164158.099000', '164158.102000', '164158.110000', '164158.113000', '164218.004000', '164218.007000', '164218.010000', '164218.012000', '164218.015000', '164218.018000', '164218.020000', '164218.023000', '164218.025000', '164218.028000', '164218.030000', '164218.033000', '164218.035000', '164218.038000', '164218.041000', '164218.043000', '164218.046000', '164218.048000', '164218.051000', '164218.053000', '164218.056000', '164218.058000', '164218.061000', '164218.063000', '164218.066000', '164218.068000', '164218.071000', '164218.073000', '164218.076000', '164218.079000', '164218.082000', '164218.085000', '164218.088000', '164218.091000', '164218.093000', '164218.096000', '164218.098000', '164218.101000', '164218.103000', '164218.106000', '164218.108000', '164218.111000', '164218.114000', '164238.048000', '164238.051000', '164238.053000', '164238.056000', '164238.059000', '164238.061000', '164238.064000', '164238.066000', '164238.069000', '164238.071000', '164238.074000', '164238.076000', '164238.079000', '164238.081000', '164238.084000', '164238.086000', '164238.089000', '164238.092000', '164238.094000', '164238.097000', '164238.099000', '164238.102000', '164238.104000', '164238.107000', '164238.109000', '164238.112000', '164238.114000', '164238.117000', '164238.120000', '164238.122000', '164238.125000', '164238.127000', '164238.130000', '164238.132000', '164238.135000', '164238.137000', '164238.140000', '164238.143000', '164238.145000', '164238.148000', '164238.150000', '164238.153000', '164238.155000', '164238.158000', '164258.004000', '164258.007000', '164258.010000', '164258.012000', '164258.015000', '164258.017000', '164258.020000', '164258.022000', '164258.025000', '164258.028000', '164258.030000', '164258.033000', '164258.035000', '164258.038000', '164258.041000', '164258.043000', '164258.046000', '164258.048000', '164258.051000', '164258.053000', '164258.056000', '164258.058000', '164258.061000', '164258.063000', '164258.066000', '164258.069000', '164258.071000', '164258.075000', '164258.077000', '164258.080000', '164258.082000', '164258.085000', '164258.087000', '164258.090000', '164258.093000', '164258.095000', '164258.098000', '164258.100000', '164258.103000', '164258.105000', '164258.108000', '164258.110000', '164258.113000', '164318.004000', '164318.007000', '164318.010000', '164318.012000', '164318.015000', '164318.018000', '164318.020000', '164318.023000', '164318.025000', '164318.028000', '164318.030000', '164318.033000', '164318.036000', '164318.038000', '164318.041000', '164318.043000', '164318.046000', '164318.048000', '164318.051000', '164318.053000', '164318.056000', '164318.059000', '164318.061000', '164318.064000', '164318.066000', '164318.069000', '164318.071000', '164318.074000', '164318.076000', '164318.079000', '164318.082000', '164318.084000', '164318.087000', '164318.089000', '164318.092000', '164318.094000', '164318.097000', '164318.099000', '164318.102000', '164318.104000', '164318.107000', '164318.110000', '164318.112000', '164318.115000', '164338.004000', '164338.006000', '164338.009000', '164338.012000', '164338.014000', '164338.017000', '164338.019000', '164338.022000', '164338.024000', '164338.027000', '164338.030000', '164338.032000', '164338.035000', '164338.037000', '164338.040000', '164338.042000', '164338.045000', '164338.048000', '164338.050000', '164338.053000', '164338.055000', '164338.058000', '164338.060000', '164338.063000', '164338.065000', '164338.068000', '164338.071000', '164338.073000', '164338.076000', '164338.078000', '164338.081000', '164338.083000', '164338.086000', '164338.088000', '164338.091000', '164338.094000', '164338.096000', '164338.099000', '164338.101000', '164338.104000', '164338.106000', '164338.109000', '164338.112000', '164358.003000', '164358.006000', '164358.009000', '164358.011000', '164358.014000', '164358.016000', '164358.019000', '164358.022000', '164358.024000', '164358.027000', '164358.029000', '164358.032000', '164358.034000', '164358.037000', '164358.040000', '164358.042000', '164358.045000', '164358.047000', '164358.050000', '164358.052000', '164358.055000', '164358.058000', '164358.060000', '164358.063000', '164358.065000', '164358.068000', '164358.070000', '164358.073000', '164358.076000', '164358.078000', '164358.081000', '164358.083000', '164358.086000', '164358.088000', '164358.091000', '164358.094000', '164358.096000', '164358.099000', '164358.101000', '164358.135000', '164358.138000', '164358.140000', '164358.143000', '164358.145000', '164418.005000', '164418.008000', '164418.010000', '164418.013000', '164418.015000', '164418.018000', '164418.020000', '164418.023000', '164418.026000', '164418.028000', '164418.031000', '164418.033000', '164418.036000', '164418.039000', '164418.041000', '164418.044000', '164418.046000', '164418.049000', '164418.051000', '164418.054000', '164418.056000', '164418.059000', '164418.062000', '164418.064000', '164418.067000', '164418.069000', '164418.072000', '164418.074000', '164418.077000', '164418.080000', '164418.082000', '164418.085000', '164418.087000', '164418.090000', '164418.092000', '164418.095000', '164418.097000', '164418.100000', '164418.103000', '164418.105000', '164418.108000', '164418.110000', '164418.113000', '164438.005000', '164438.008000', '164438.010000', '164438.013000', '164438.016000', '164438.019000', '164438.021000', '164438.024000', '164438.026000', '164438.029000', '164438.032000', '164438.034000', '164438.037000', '164438.040000', '164438.043000', '164438.045000', '164438.048000', '164438.050000', '164438.053000', '164438.056000', '164438.058000', '164438.061000', '164438.063000', '164438.066000', '164438.068000', '164438.071000', '164438.074000', '164438.076000', '164438.079000', '164438.081000', '164438.084000', '164438.086000', '164438.089000', '164438.091000', '164438.094000', '164438.097000', '164438.099000', '164438.102000', '164438.104000', '164438.107000', '164438.109000', '164438.112000', '164438.114000', '164458.004000', '164458.007000', '164458.010000', '164458.012000', '164458.015000', '164458.017000', '164458.020000', '164458.022000', '164458.025000', '164458.028000', '164458.030000', '164458.033000', '164458.035000', '164458.038000', '164458.040000', '164458.043000', '164458.046000', '164458.048000', '164458.051000', '164458.053000', '164458.056000', '164458.058000', '164458.061000', '164458.063000', '164458.066000', '164458.069000', '164458.071000', '164458.074000', '164458.077000', '164458.079000', '164458.082000', '164458.084000', '164458.087000', '164458.089000', '164458.092000', '164458.094000', '164458.097000', '164458.100000', '164458.102000', '164458.105000', '164458.107000', '164458.110000', '164458.113000', '164458.115000', '164518.004000', '164518.007000', '164518.010000', '164518.012000', '164518.015000', '164518.017000', '164518.020000', '164518.023000', '164518.025000', '164518.028000', '164518.030000', '164518.033000', '164518.036000', '164518.038000', '164518.041000', '164518.043000', '164518.046000', '164518.049000', '164518.051000', '164518.054000', '164518.056000', '164518.059000', '164518.062000', '164518.064000', '164518.067000', '164518.069000', '164518.072000', '164518.074000', '164518.077000', '164518.079000', '164518.082000', '164518.085000', '164518.087000', '164518.090000', '164518.092000', '164518.095000', '164518.097000', '164518.100000', '164518.103000', '164518.105000', '164518.108000', '164518.110000', '164518.113000', '164518.115000', '164538.004000', '164538.007000', '164538.010000', '164538.013000', '164538.015000', '164538.018000', '164538.020000', '164538.023000', '164538.025000', '164538.028000', '164538.031000', '164538.033000', '164538.036000', '164538.038000', '164538.041000', '164538.044000', '164538.046000', '164538.049000', '164538.051000', '164538.054000', '164538.070000', '164538.072000', '164538.075000', '164538.077000', '164538.080000', '164538.083000', '164538.085000', '164538.088000', '164538.090000', '164538.093000', '164538.095000', '164538.098000', '164538.100000', '164538.103000', '164538.106000', '164538.108000', '164538.111000', '164538.113000', '164538.116000', '164538.118000', '164538.121000', '164538.123000', '164538.126000', '164558.003000', '164558.006000', '164558.009000', '164558.011000', '164558.014000', '164558.017000', '164558.019000', '164558.022000', '164558.025000', '164558.028000', '164558.030000', '164558.033000', '164558.036000', '164558.038000', '164558.041000', '164558.043000', '164558.046000', '164558.048000', '164558.051000', '164558.054000', '164558.056000', '164558.059000', '164558.061000', '164558.064000', '164558.066000', '164558.069000', '164558.072000', '164558.074000', '164558.077000', '164558.079000', '164558.082000', '164558.085000', '164558.087000', '164558.090000', '164558.092000', '164558.095000', '164558.098000', '164558.100000', '164558.103000', '164558.105000', '164558.108000', '164558.110000', '164558.113000', '164558.116000', '164618.004000', '164618.006000', '164618.009000', '164618.012000', '164618.014000', '164618.017000', '164618.019000', '164618.022000', '164618.024000', '164618.027000', '164618.030000', '164618.032000', '164618.035000', '164618.037000', '164618.040000', '164618.042000', '164618.045000', '164618.047000', '164618.050000', '164618.053000', '164618.055000', '164618.058000', '164618.060000', '164618.063000', '164618.065000', '164618.068000', '164618.071000', '164618.073000', '164618.076000', '164618.078000', '164618.081000', '164618.084000', '164618.086000', '164618.089000', '164618.091000', '164618.094000', '164618.097000', '164618.099000', '164618.102000', '164618.104000', '164618.107000', '164618.109000', '164618.112000', '164638.004000', '164638.007000', '164638.010000', '164638.012000', '164638.015000', '164638.018000', '164638.020000', '164638.023000', '164638.025000', '164638.028000', '164638.031000', '164638.034000', '164638.036000', '164638.039000', '164638.041000', '164638.044000', '164638.046000', '164638.049000', '164638.052000', '164638.054000', '164638.057000', '164638.059000', '164638.062000', '164638.064000', '164638.067000', '164638.069000', '164638.072000', '164638.075000', '164638.077000', '164638.080000', '164638.082000', '164638.085000', '164638.088000', '164638.090000', '164638.093000', '164638.095000', '164638.098000', '164638.100000', '164638.103000', '164638.106000', '164638.108000', '164638.111000', '164638.113000', '164638.116000', '164658.004000', '164658.007000', '164658.010000', '164658.013000', '164658.015000', '164658.018000', '164658.020000', '164658.023000', '164658.025000', '164658.028000', '164658.031000', '164658.033000', '164658.036000', '164658.038000', '164658.041000', '164658.043000', '164658.046000', '164658.048000', '164658.051000', '164658.054000', '164658.056000', '164658.059000', '164658.061000', '164658.064000', '164658.066000', '164658.069000', '164658.071000', '164658.074000', '164658.077000', '164658.079000', '164658.082000', '164658.084000', '164658.087000', '164658.089000', '164658.092000', '164658.095000', '164658.097000', '164658.100000', '164658.102000', '164658.105000', '164658.107000', '164658.110000', '164658.113000', '164718.004000', '164718.007000', '164718.010000', '164718.013000', '164718.016000', '164718.018000', '164718.021000', '164718.024000', '164718.026000', '164718.029000', '164718.031000', '164718.034000', '164718.037000', '164718.039000', '164718.042000', '164718.044000', '164718.047000', '164718.050000', '164718.052000', '164718.055000', '164718.057000', '164718.060000', '164718.062000', '164718.066000', '164718.068000', '164718.071000', '164718.074000', '164718.076000', '164718.079000', '164718.082000', '164718.084000', '164718.087000', '164718.089000', '164718.092000', '164718.095000', '164718.097000', '164718.100000', '164718.102000', '164718.105000', '164718.107000', '164718.110000', '164718.113000', '164718.115000', '164738.005000', '164738.008000', '164738.010000', '164738.013000', '164738.015000', '164738.018000', '164738.021000', '164738.023000', '164738.026000', '164738.028000', '164738.031000', '164738.034000', '164738.036000', '164738.039000', '164738.042000', '164738.044000', '164738.047000', '164738.049000', '164738.052000', '164738.054000', '164738.057000', '164738.060000', '164738.062000', '164738.065000', '164738.067000', '164738.070000', '164738.072000', '164738.075000', '164738.077000', '164738.080000', '164738.083000', '164738.085000', '164738.088000', '164738.090000', '164738.093000', '164738.095000', '164738.098000', '164738.101000', '164738.103000', '164738.106000', '164738.108000', '164738.111000', '164738.113000', '164738.116000', '164758.005000', '164758.007000', '164758.010000', '164758.012000', '164758.015000', '164758.018000', '164758.021000', '164758.024000', '164758.027000', '164758.030000', '164758.032000', '164758.035000', '164758.037000', '164758.040000', '164758.042000', '164758.045000', '164758.048000', '164758.050000', '164758.053000', '164758.055000', '164758.058000', '164758.060000', '164758.063000', '164758.065000', '164758.068000', '164758.071000', '164758.073000', '164758.076000', '164758.078000', '164758.081000', '164758.084000', '164758.087000', '164758.090000', '164758.092000', '164758.095000', '164758.098000', '164758.100000', '164758.103000', '164758.105000', '164758.108000', '164758.110000', '164758.113000', '164758.116000', '164818.003000', '164818.006000', '164818.009000', '164818.011000', '164818.014000', '164818.017000', '164818.019000', '164818.022000', '164818.024000', '164818.027000', '164818.029000', '164818.032000', '164818.034000', '164818.037000', '164818.040000', '164818.042000', '164818.045000', '164818.047000', '164818.050000', '164818.052000', '164818.055000', '164818.058000', '164818.060000', '164818.063000', '164818.065000', '164818.068000', '164818.071000', '164818.073000', '164818.076000', '164818.078000', '164818.081000', '164818.083000', '164818.086000', '164818.089000', '164818.091000', '164818.094000', '164818.096000', '164818.099000', '164818.101000', '164818.104000', '164818.106000', '164818.109000', '164818.112000', '164818.114000', '164827.012000', '164827.015000', '164827.018000', '164827.020000', '164827.023000', '164827.026000', '164827.028000', '164827.031000', '164827.033000', '164827.036000', '164827.039000', '164827.041000', '164827.044000', '164827.062000', '164827.065000', '164827.068000', '164827.072000', '164827.075000', '164827.077000', '164827.080000'], 'InstanceCreationTime': ['164158.035000', '164158.038000', '164158.041000', '164158.043000', '164158.046000', '164158.048000', '164158.051000', '164158.061000', '164158.063000', '164158.066000', '164158.068000', '164158.071000', '164158.073000', '164158.076000', '164158.079000', '164158.081000', '164158.084000', '164158.086000', '164158.089000', '164158.092000', '164158.094000', '164158.097000', '164158.099000', '164158.102000', '164158.110000', '164158.113000', '164218.004000', '164218.007000', '164218.010000', '164218.012000', '164218.015000', '164218.018000', '164218.020000', '164218.023000', '164218.025000', '164218.028000', '164218.030000', '164218.033000', '164218.035000', '164218.038000', '164218.041000', '164218.043000', '164218.046000', '164218.048000', '164218.051000', '164218.053000', '164218.056000', '164218.058000', '164218.061000', '164218.063000', '164218.066000', '164218.068000', '164218.071000', '164218.073000', '164218.076000', '164218.079000', '164218.082000', '164218.085000', '164218.088000', '164218.091000', '164218.093000', '164218.096000', '164218.098000', '164218.101000', '164218.103000', '164218.106000', '164218.108000', '164218.111000', '164218.114000', '164238.048000', '164238.051000', '164238.053000', '164238.056000', '164238.059000', '164238.061000', '164238.064000', '164238.066000', '164238.069000', '164238.071000', '164238.074000', '164238.076000', '164238.079000', '164238.081000', '164238.084000', '164238.086000', '164238.089000', '164238.092000', '164238.094000', '164238.097000', '164238.099000', '164238.102000', '164238.104000', '164238.107000', '164238.109000', '164238.112000', '164238.114000', '164238.117000', '164238.120000', '164238.122000', '164238.125000', '164238.127000', '164238.130000', '164238.132000', '164238.135000', '164238.137000', '164238.140000', '164238.143000', '164238.145000', '164238.148000', '164238.150000', '164238.153000', '164238.155000', '164238.158000', '164258.004000', '164258.007000', '164258.010000', '164258.012000', '164258.015000', '164258.017000', '164258.020000', '164258.022000', '164258.025000', '164258.028000', '164258.030000', '164258.033000', '164258.035000', '164258.038000', '164258.041000', '164258.043000', '164258.046000', '164258.048000', '164258.051000', '164258.053000', '164258.056000', '164258.058000', '164258.061000', '164258.063000', '164258.066000', '164258.069000', '164258.071000', '164258.075000', '164258.077000', '164258.080000', '164258.082000', '164258.085000', '164258.087000', '164258.090000', '164258.093000', '164258.095000', '164258.098000', '164258.100000', '164258.103000', '164258.105000', '164258.108000', '164258.110000', '164258.113000', '164318.004000', '164318.007000', '164318.010000', '164318.012000', '164318.015000', '164318.018000', '164318.020000', '164318.023000', '164318.025000', '164318.028000', '164318.030000', '164318.033000', '164318.036000', '164318.038000', '164318.041000', '164318.043000', '164318.046000', '164318.048000', '164318.051000', '164318.053000', '164318.056000', '164318.059000', '164318.061000', '164318.064000', '164318.066000', '164318.069000', '164318.071000', '164318.074000', '164318.076000', '164318.079000', '164318.082000', '164318.084000', '164318.087000', '164318.089000', '164318.092000', '164318.094000', '164318.097000', '164318.099000', '164318.102000', '164318.104000', '164318.107000', '164318.110000', '164318.112000', '164318.115000', '164338.004000', '164338.006000', '164338.009000', '164338.012000', '164338.014000', '164338.017000', '164338.019000', '164338.022000', '164338.024000', '164338.027000', '164338.030000', '164338.032000', '164338.035000', '164338.037000', '164338.040000', '164338.042000', '164338.045000', '164338.048000', '164338.050000', '164338.053000', '164338.055000', '164338.058000', '164338.060000', '164338.063000', '164338.065000', '164338.068000', '164338.071000', '164338.073000', '164338.076000', '164338.078000', '164338.081000', '164338.083000', '164338.086000', '164338.088000', '164338.091000', '164338.094000', '164338.096000', '164338.099000', '164338.101000', '164338.104000', '164338.106000', '164338.109000', '164338.112000', '164358.003000', '164358.006000', '164358.009000', '164358.011000', '164358.014000', '164358.016000', '164358.019000', '164358.022000', '164358.024000', '164358.027000', '164358.029000', '164358.032000', '164358.034000', '164358.037000', '164358.040000', '164358.042000', '164358.045000', '164358.047000', '164358.050000', '164358.052000', '164358.055000', '164358.058000', '164358.060000', '164358.063000', '164358.065000', '164358.068000', '164358.070000', '164358.073000', '164358.076000', '164358.078000', '164358.081000', '164358.083000', '164358.086000', '164358.088000', '164358.091000', '164358.094000', '164358.096000', '164358.099000', '164358.101000', '164358.135000', '164358.138000', '164358.140000', '164358.143000', '164358.145000', '164418.005000', '164418.008000', '164418.010000', '164418.013000', '164418.015000', '164418.018000', '164418.020000', '164418.023000', '164418.026000', '164418.028000', '164418.031000', '164418.033000', '164418.036000', '164418.039000', '164418.041000', '164418.044000', '164418.046000', '164418.049000', '164418.051000', '164418.054000', '164418.056000', '164418.059000', '164418.062000', '164418.064000', '164418.067000', '164418.069000', '164418.072000', '164418.074000', '164418.077000', '164418.080000', '164418.082000', '164418.085000', '164418.087000', '164418.090000', '164418.092000', '164418.095000', '164418.097000', '164418.100000', '164418.103000', '164418.105000', '164418.108000', '164418.110000', '164418.113000', '164438.005000', '164438.008000', '164438.010000', '164438.013000', '164438.016000', '164438.019000', '164438.021000', '164438.024000', '164438.026000', '164438.029000', '164438.032000', '164438.034000', '164438.037000', '164438.040000', '164438.043000', '164438.045000', '164438.048000', '164438.050000', '164438.053000', '164438.056000', '164438.058000', '164438.061000', '164438.063000', '164438.066000', '164438.068000', '164438.071000', '164438.074000', '164438.076000', '164438.079000', '164438.081000', '164438.084000', '164438.086000', '164438.089000', '164438.091000', '164438.094000', '164438.097000', '164438.099000', '164438.102000', '164438.104000', '164438.107000', '164438.109000', '164438.112000', '164438.114000', '164458.004000', '164458.007000', '164458.010000', '164458.012000', '164458.015000', '164458.017000', '164458.020000', '164458.022000', '164458.025000', '164458.028000', '164458.030000', '164458.033000', '164458.035000', '164458.038000', '164458.040000', '164458.043000', '164458.046000', '164458.048000', '164458.051000', '164458.053000', '164458.056000', '164458.058000', '164458.061000', '164458.063000', '164458.066000', '164458.069000', '164458.071000', '164458.074000', '164458.077000', '164458.079000', '164458.082000', '164458.084000', '164458.087000', '164458.089000', '164458.092000', '164458.094000', '164458.097000', '164458.100000', '164458.102000', '164458.105000', '164458.107000', '164458.110000', '164458.113000', '164458.115000', '164518.004000', '164518.007000', '164518.010000', '164518.012000', '164518.015000', '164518.017000', '164518.020000', '164518.023000', '164518.025000', '164518.028000', '164518.030000', '164518.033000', '164518.036000', '164518.038000', '164518.041000', '164518.043000', '164518.046000', '164518.049000', '164518.051000', '164518.054000', '164518.056000', '164518.059000', '164518.062000', '164518.064000', '164518.067000', '164518.069000', '164518.072000', '164518.074000', '164518.077000', '164518.079000', '164518.082000', '164518.085000', '164518.087000', '164518.090000', '164518.092000', '164518.095000', '164518.097000', '164518.100000', '164518.103000', '164518.105000', '164518.108000', '164518.110000', '164518.113000', '164518.115000', '164538.004000', '164538.007000', '164538.010000', '164538.013000', '164538.015000', '164538.018000', '164538.020000', '164538.023000', '164538.025000', '164538.028000', '164538.031000', '164538.033000', '164538.036000', '164538.038000', '164538.041000', '164538.044000', '164538.046000', '164538.049000', '164538.051000', '164538.054000', '164538.070000', '164538.072000', '164538.075000', '164538.077000', '164538.080000', '164538.083000', '164538.085000', '164538.088000', '164538.090000', '164538.093000', '164538.095000', '164538.098000', '164538.100000', '164538.103000', '164538.106000', '164538.108000', '164538.111000', '164538.113000', '164538.116000', '164538.118000', '164538.121000', '164538.123000', '164538.126000', '164558.003000', '164558.006000', '164558.009000', '164558.011000', '164558.014000', '164558.017000', '164558.019000', '164558.022000', '164558.025000', '164558.028000', '164558.030000', '164558.033000', '164558.036000', '164558.038000', '164558.041000', '164558.043000', '164558.046000', '164558.048000', '164558.051000', '164558.054000', '164558.056000', '164558.059000', '164558.061000', '164558.064000', '164558.066000', '164558.069000', '164558.072000', '164558.074000', '164558.077000', '164558.079000', '164558.082000', '164558.085000', '164558.087000', '164558.090000', '164558.092000', '164558.095000', '164558.098000', '164558.100000', '164558.103000', '164558.105000', '164558.108000', '164558.110000', '164558.113000', '164558.116000', '164618.004000', '164618.006000', '164618.009000', '164618.012000', '164618.014000', '164618.017000', '164618.019000', '164618.022000', '164618.024000', '164618.027000', '164618.030000', '164618.032000', '164618.035000', '164618.037000', '164618.040000', '164618.042000', '164618.045000', '164618.047000', '164618.050000', '164618.053000', '164618.055000', '164618.058000', '164618.060000', '164618.063000', '164618.065000', '164618.068000', '164618.071000', '164618.073000', '164618.076000', '164618.078000', '164618.081000', '164618.084000', '164618.086000', '164618.089000', '164618.091000', '164618.094000', '164618.097000', '164618.099000', '164618.102000', '164618.104000', '164618.107000', '164618.109000', '164618.112000', '164638.004000', '164638.007000', '164638.010000', '164638.012000', '164638.015000', '164638.018000', '164638.020000', '164638.023000', '164638.025000', '164638.028000', '164638.031000', '164638.034000', '164638.036000', '164638.039000', '164638.041000', '164638.044000', '164638.046000', '164638.049000', '164638.052000', '164638.054000', '164638.057000', '164638.059000', '164638.062000', '164638.064000', '164638.067000', '164638.069000', '164638.072000', '164638.075000', '164638.077000', '164638.080000', '164638.082000', '164638.085000', '164638.088000', '164638.090000', '164638.093000', '164638.095000', '164638.098000', '164638.100000', '164638.103000', '164638.106000', '164638.108000', '164638.111000', '164638.113000', '164638.116000', '164658.004000', '164658.007000', '164658.010000', '164658.013000', '164658.015000', '164658.018000', '164658.020000', '164658.023000', '164658.025000', '164658.028000', '164658.031000', '164658.033000', '164658.036000', '164658.038000', '164658.041000', '164658.043000', '164658.046000', '164658.048000', '164658.051000', '164658.054000', '164658.056000', '164658.059000', '164658.061000', '164658.064000', '164658.066000', '164658.069000', '164658.071000', '164658.074000', '164658.077000', '164658.079000', '164658.082000', '164658.084000', '164658.087000', '164658.089000', '164658.092000', '164658.095000', '164658.097000', '164658.100000', '164658.102000', '164658.105000', '164658.107000', '164658.110000', '164658.113000', '164718.004000', '164718.007000', '164718.010000', '164718.013000', '164718.016000', '164718.018000', '164718.021000', '164718.024000', '164718.026000', '164718.029000', '164718.031000', '164718.034000', '164718.037000', '164718.039000', '164718.042000', '164718.044000', '164718.047000', '164718.050000', '164718.052000', '164718.055000', '164718.057000', '164718.060000', '164718.062000', '164718.066000', '164718.068000', '164718.071000', '164718.074000', '164718.076000', '164718.079000', '164718.082000', '164718.084000', '164718.087000', '164718.089000', '164718.092000', '164718.095000', '164718.097000', '164718.100000', '164718.102000', '164718.105000', '164718.107000', '164718.110000', '164718.113000', '164718.115000', '164738.005000', '164738.008000', '164738.010000', '164738.013000', '164738.015000', '164738.018000', '164738.021000', '164738.023000', '164738.026000', '164738.028000', '164738.031000', '164738.034000', '164738.036000', '164738.039000', '164738.042000', '164738.044000', '164738.047000', '164738.049000', '164738.052000', '164738.054000', '164738.057000', '164738.060000', '164738.062000', '164738.065000', '164738.067000', '164738.070000', '164738.072000', '164738.075000', '164738.077000', '164738.080000', '164738.083000', '164738.085000', '164738.088000', '164738.090000', '164738.093000', '164738.095000', '164738.098000', '164738.101000', '164738.103000', '164738.106000', '164738.108000', '164738.111000', '164738.113000', '164738.116000', '164758.005000', '164758.007000', '164758.010000', '164758.012000', '164758.015000', '164758.018000', '164758.021000', '164758.024000', '164758.027000', '164758.030000', '164758.032000', '164758.035000', '164758.037000', '164758.040000', '164758.042000', '164758.045000', '164758.048000', '164758.050000', '164758.053000', '164758.055000', '164758.058000', '164758.060000', '164758.063000', '164758.065000', '164758.068000', '164758.071000', '164758.073000', '164758.076000', '164758.078000', '164758.081000', '164758.084000', '164758.087000', '164758.090000', '164758.092000', '164758.095000', '164758.098000', '164758.100000', '164758.103000', '164758.105000', '164758.108000', '164758.110000', '164758.113000', '164758.116000', '164818.003000', '164818.006000', '164818.009000', '164818.011000', '164818.014000', '164818.017000', '164818.019000', '164818.022000', '164818.024000', '164818.027000', '164818.029000', '164818.032000', '164818.034000', '164818.037000', '164818.040000', '164818.042000', '164818.045000', '164818.047000', '164818.050000', '164818.052000', '164818.055000', '164818.058000', '164818.060000', '164818.063000', '164818.065000', '164818.068000', '164818.071000', '164818.073000', '164818.076000', '164818.078000', '164818.081000', '164818.083000', '164818.086000', '164818.089000', '164818.091000', '164818.094000', '164818.096000', '164818.099000', '164818.101000', '164818.104000', '164818.106000', '164818.109000', '164818.112000', '164818.114000', '164827.012000', '164827.015000', '164827.018000', '164827.020000', '164827.023000', '164827.026000', '164827.028000', '164827.031000', '164827.033000', '164827.036000', '164827.039000', '164827.041000', '164827.044000', '164827.062000', '164827.065000', '164827.068000', '164827.072000', '164827.075000', '164827.077000', '164827.080000'], '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': [8752, 14106, 9461, 13799, 8905, 12844, 9106, 13568, 10040, 12845, 8658, 13080, 8797, 13403, 8790, 12661, 8559, 11379, 8662, 11295, 12091, 11269, 10679, 10628, 11201, 10929, 13141, 11074, 11900, 9989, 11833, 10038, 9774, 9589, 9802, 10312, 8382, 12082, 8323, 13097, 10617, 12386, 11982, 8816, 12914, 9189, 13509, 10915, 14866, 9975, 13203, 11194, 11017, 11016, 8965, 10012, 11611, 8815, 12319, 9427, 13884, 9168, 8969, 11192, 8836, 14345, 10778, 7874, 13897, 11058, 7925, 12711, 10663, 9127, 10978, 8040, 12574, 9656, 9143, 10597, 7985, 10782, 8577, 12876, 9713, 8858, 10291, 8665, 12263, 9036, 11367, 10425, 9676, 12419, 9049, 13546, 10346, 12596, 11675, 8613, 10955, 8394, 13500, 10850, 15163, 12492, 10610, 11757, 8327, 12589, 9413, 11720, 9432, 8590, 11115, 8767, 10277, 10707, 8893, 12338, 9165, 12552, 10023, 11115, 8865, 9806, 8784, 10814, 8221, 10183, 8703, 10012, 9838, 8055, 9594, 8216, 10249, 8737, 12325, 10094, 11939, 9150, 10658, 8699, 11650, 11053, 11364, 8033, 9803, 8071, 9743, 8640, 11177, 9040, 11348, 9957, 11909, 11630, 8503, 12046, 8945, 14192, 10631, 12710, 9434, 10457, 8506, 13818, 10663, 15125, 10840, 12858, 11822, 11353, 12039, 9225, 12706, 9785, 11736, 10070, 8893, 12437, 8854, 11133, 9945, 10146, 9771, 8555, 11838, 8607, 12221, 9089, 12792, 10466, 10774, 8277, 9653, 9770, 9668, 12872, 10230, 8384, 9576, 9461, 9945, 11894, 9824, 10680, 9672, 11667, 9880, 13170, 10851, 11733, 9731, 11365, 10645, 12753, 12284, 9687, 11225, 8414, 11608, 9992, 12972, 9263, 12044, 8734, 11696, 9940, 11667, 12055, 8454, 12487, 10416, 9704, 11154, 8317, 13969, 10430, 9482, 10535, 8091, 12061, 8633, 12303, 8455, 11881, 8797, 11545, 8405, 11118, 8207, 10851, 8456, 9457, 8850, 8010, 9769, 8499, 12467, 9705, 12911, 9474, 12278, 9894, 9882, 7740, 9519, 10903, 9145, 12978, 10370, 10065, 8743, 9694, 10228, 10489, 9461, 9998, 8797, 11368, 9864, 13092, 10173, 12246, 9888, 12717, 10441, 14637, 10493, 11393, 9003, 12199, 8767, 12984, 9657, 12961, 9621, 12964, 10896, 11498, 11231, 8830, 11842, 8781, 11023, 9716, 8832, 10369, 8733, 12474, 9329, 11817, 10383, 11065, 8367, 10669, 8139, 10025, 9263, 10258, 7864, 9159, 8010, 9793, 8313, 9800, 9082, 10946, 8763, 11686, 8900, 11451, 9762, 10653, 8597, 10433, 8614, 11131, 8183, 11438, 7913, 10044, 7855, 10005, 7752, 11151, 8051, 10580, 8159, 10788, 9116, 11938, 8230, 10326, 9453, 11326, 11727, 11071, 9561, 9242, 11542, 10452, 14380, 11007, 11073, 9395, 10119, 9116, 11833, 8897, 12465, 8610, 11426, 8325, 10953, 8304, 10971, 9144, 12255, 8793, 9403, 9906, 8552, 9462, 9172, 8614, 10778, 9261, 12045, 9460, 9685, 8253, 9143, 7958, 10540, 8335, 11531, 8242, 9994, 7953, 11565, 8837, 10211, 8194, 9789, 9341, 9898, 8020, 10149, 8205, 9708, 10286, 10002, 9957, 9595, 9930, 9604, 11795, 10466, 10558, 9624, 11625, 9087, 13822, 8885, 12166, 8857, 12447, 9018, 11217, 8719, 12079, 8911, 10744, 9041, 8017, 9216, 8868, 11474, 9380, 12348, 9223, 9409, 10374, 8029, 13788, 10931, 10770, 8587, 10277, 8924, 12784, 9821, 12025, 11549, 8329, 10913, 9050, 12660, 9359, 10480, 12082, 9283, 12672, 9024, 7976, 10253, 8330, 9866, 9019, 11772, 9593, 8108, 10770, 8853, 11906, 9119, 11813, 9257, 12603, 8998, 10954, 8803, 10739, 9335, 10966, 8981, 8057, 9487, 8162, 11022, 9074, 11761, 9051, 11346, 10146, 12826, 10786, 9453, 9504, 8428, 12664, 11775, 11975, 9115, 9672, 9249, 9926, 13513, 10643, 11558, 8953, 10805, 9123, 10431, 9330, 10076, 9979, 8724, 9812, 9134, 9764, 10519, 8543, 10011, 8985, 7912, 10345, 8780, 11935, 9707, 12261, 9025, 11277, 9309, 8293, 10414, 10590, 11195, 8801, 12495, 8637, 14594, 11215, 12865, 10149, 8424, 9924, 8445, 11289, 10671, 9674, 11943, 8843, 11605, 9152, 12777, 9442, 12720, 9905, 13181, 10722, 12986, 10056, 14967, 10030, 14420, 10433, 12612, 10152, 11253, 9589, 11336, 9622, 14456, 9470, 12635, 9010, 11982, 9102, 10781, 9296, 11045, 8959, 8979, 9743, 8077, 10310, 9157, 10254, 9434, 8301, 9413, 8684, 11168, 9245, 12413, 9051, 12568, 8600, 11142, 8428, 12684, 8385, 11279, 8320, 10643, 8205, 11508, 8167, 11017, 8165, 10506, 8187, 10561, 8045, 10489, 8104, 9600, 8962, 8797, 10367, 8255, 11207, 9810, 11893, 9890, 8444, 11509, 16476, 11881, 12132, 9206, 11316, 8778, 13109, 9790, 12271, 8775, 11826, 8911, 11179, 9826, 13760, 11061, 10198, 10938, 13804, 10167, 13502, 10013, 11592, 9116, 10319, 10413, 8397, 11150, 9339, 9887, 11205, 8677, 10505, 10387, 8910, 12673, 9984, 14805, 11769, 10670, 9701, 9311, 10515, 15217, 10376, 12850, 9245, 10776, 8845, 11058, 8939, 10709, 8411, 10714, 8399, 10858, 8522, 10763, 8330, 11012, 8895, 11483, 10130, 10087, 9769, 8489, 8693, 9843, 11919, 8738, 10179, 12662, 9559, 11648, 9450, 12824, 9235, 13415, 8952, 14403, 14404, 12455, 14669, 9777, 12205, 9800, 12215, 9608, 8982, 11229, 9764, 11685, 10125, 9211, 10445, 8758, 12136, 9085, 11806, 9708, 12138, 9456, 9502, 11056, 13318, 9746, 11389, 9322, 13908, 9003, 10560, 8426, 10580, 8250, 10698, 8059, 10704, 8265, 11851, 8179, 10535, 8475, 11531, 8919, 11263, 8735, 8557, 10395, 11150, 8407, 11305, 8940, 14524, 12453, 12135, 11792, 9732, 11977, 10031, 14001, 9588, 13855, 9579, 12938, 8995, 11727, 9142, 11636, 9397, 12281, 9084, 11931, 9443, 13347, 9916, 12233, 9014, 12089, 11069, 10880, 10165, 8695, 10500, 8775, 12862, 10584, 10780, 14908, 9391, 12584, 9455, 12253, 9199, 13308, 9455, 14001, 9591, 14229, 9111, 14126, 12631, 11433, 10593, 11208, 11705, 11159, 14093, 10585, 12941, 10595, 12151, 9723, 11628, 9671, 11742, 9328, 10489, 10760, 8787, 11531, 9571, 8705, 11201, 9095, 11527, 10271, 10748, 9840, 8542, 10515, 14025, 9855, 13359, 9321, 11641, 8696, 11460, 9017, 11760, 8789, 11503, 9031, 11104, 8824, 10548, 12203, 9910, 12258, 9359, 11848, 8988, 11748, 8859, 11167, 8748, 12142, 8826, 11632, 9483, 10532, 11685], 'WindowCenter': [4543.0, 4569.0, 4524.0, 4553.0, 4512.0, 4542.0, 4509.0, 4529.0, 4508.0, 4526.0, 4498.0, 4527.0, 4497.0, 4527.0, 4487.0, 4515.0, 4484.0, 4505.0, 4482.0, 4506.0, 4516.0, 4505.0, 4503.0, 4508.0, 4504.0, 4518.0, 4526.0, 4507.0, 4503.0, 4507.0, 4526.0, 4519.0, 4504.0, 4509.0, 4519.0, 4520.0, 4499.0, 4528.0, 4500.0, 4529.0, 4522.0, 4529.0, 4528.0, 4499.0, 4529.0, 4510.0, 4529.0, 4507.0, 4527.0, 4507.0, 4514.0, 4505.0, 4503.0, 4491.0, 4482.0, 4481.0, 4503.0, 4483.0, 4504.0, 4484.0, 4513.0, 4484.0, 4482.0, 4501.0, 4483.0, 4511.0, 4504.0, 4473.0, 4524.0, 4515.0, 4487.0, 4528.0, 4506.0, 4496.0, 4505.0, 4488.0, 4530.0, 4509.0, 4496.0, 4506.0, 4489.0, 4519.0, 4499.0, 4527.0, 4510.0, 4509.0, 4522.0, 4512.0, 4541.0, 4512.0, 4540.0, 4533.0, 4521.0, 4541.0, 4511.0, 4539.0, 4520.0, 4529.0, 4519.0, 4486.0, 4506.0, 4487.0, 4527.0, 4505.0, 4523.0, 4512.0, 4490.0, 4515.0, 4474.0, 4504.0, 4482.0, 4501.0, 4496.0, 4496.0, 4503.0, 4483.0, 4492.0, 4504.0, 4484.0, 4513.0, 4484.0, 4515.0, 4496.0, 4503.0, 4483.0, 4482.0, 4482.0, 4502.0, 4471.0, 4489.0, 4482.0, 4504.0, 4506.0, 4485.0, 4508.0, 4499.0, 4507.0, 4510.0, 4529.0, 4520.0, 4518.0, 4496.0, 4505.0, 4485.0, 4517.0, 4504.0, 4505.0, 4472.0, 4505.0, 4487.0, 4520.0, 4510.0, 4518.0, 4510.0, 4519.0, 4520.0, 4516.0, 4519.0, 4497.0, 4516.0, 4496.0, 4528.0, 4505.0, 4514.0, 4483.0, 4492.0, 4484.0, 4526.0, 4505.0, 4522.0, 4503.0, 4501.0, 4504.0, 4490.0, 4514.0, 4495.0, 4513.0, 4494.0, 4513.0, 4508.0, 4495.0, 4512.0, 4485.0, 4502.0, 4494.0, 4492.0, 4495.0, 4486.0, 4528.0, 4486.0, 4514.0, 4484.0, 4526.0, 4493.0, 4494.0, 4470.0, 4482.0, 4481.0, 4496.0, 4514.0, 4505.0, 4473.0, 4495.0, 4493.0, 4507.0, 4515.0, 4506.0, 4503.0, 4507.0, 4504.0, 4509.0, 4526.0, 4508.0, 4503.0, 4496.0, 4515.0, 4509.0, 4526.0, 4517.0, 4482.0, 4505.0, 4473.0, 4517.0, 4507.0, 4515.0, 4483.0, 4513.0, 4485.0, 4505.0, 4493.0, 4503.0, 4502.0, 4475.0, 4502.0, 4494.0, 4494.0, 4505.0, 4474.0, 4515.0, 4495.0, 4483.0, 4493.0, 4473.0, 4503.0, 4471.0, 4502.0, 4473.0, 4501.0, 4473.0, 4504.0, 4472.0, 4493.0, 4485.0, 4503.0, 4488.0, 4496.0, 4498.0, 4489.0, 4520.0, 4500.0, 4527.0, 4507.0, 4514.0, 4496.0, 4517.0, 4483.0, 4483.0, 4460.0, 4483.0, 4492.0, 4495.0, 4513.0, 4493.0, 4491.0, 4485.0, 4505.0, 4517.0, 4505.0, 4508.0, 4495.0, 4497.0, 4516.0, 4509.0, 4526.0, 4508.0, 4515.0, 4496.0, 4514.0, 4506.0, 4513.0, 4494.0, 4491.0, 4483.0, 4501.0, 4483.0, 4513.0, 4496.0, 4513.0, 4497.0, 4513.0, 4506.0, 4505.0, 4504.0, 4471.0, 4501.0, 4483.0, 4501.0, 4506.0, 4497.0, 4506.0, 4485.0, 4515.0, 4494.0, 4505.0, 4492.0, 4502.0, 4471.0, 4493.0, 4471.0, 4482.0, 4480.0, 4491.0, 4471.0, 4495.0, 4471.0, 4493.0, 4483.0, 4506.0, 4496.0, 4504.0, 4486.0, 4503.0, 4484.0, 4504.0, 4494.0, 4492.0, 4482.0, 4491.0, 4483.0, 4504.0, 4472.0, 4501.0, 4471.0, 4493.0, 4484.0, 4508.0, 4488.0, 4517.0, 4474.0, 4518.0, 4486.0, 4507.0, 4485.0, 4516.0, 4474.0, 4495.0, 4483.0, 4519.0, 4516.0, 4505.0, 4479.0, 4482.0, 4489.0, 4490.0, 4510.0, 4492.0, 4489.0, 4470.0, 4478.0, 4470.0, 4489.0, 4468.0, 4488.0, 4472.0, 4500.0, 4470.0, 4490.0, 4471.0, 4490.0, 4482.0, 4500.0, 4472.0, 4495.0, 4505.0, 4497.0, 4495.0, 4508.0, 4497.0, 4516.0, 4511.0, 4529.0, 4494.0, 4484.0, 4485.0, 4484.0, 4473.0, 4504.0, 4473.0, 4514.0, 4472.0, 4494.0, 4473.0, 4515.0, 4482.0, 4494.0, 4472.0, 4495.0, 4493.0, 4494.0, 4474.0, 4508.0, 4484.0, 4495.0, 4505.0, 4507.0, 4495.0, 4495.0, 4492.0, 4496.0, 4504.0, 4505.0, 4492.0, 4494.0, 4491.0, 4484.0, 4513.0, 4484.0, 4501.0, 4483.0, 4502.0, 4485.0, 4504.0, 4485.0, 4513.0, 4485.0, 4518.0, 4510.0, 4488.0, 4511.0, 4498.0, 4517.0, 4498.0, 4516.0, 4500.0, 4497.0, 4510.0, 4478.0, 4529.0, 4506.0, 4496.0, 4486.0, 4494.0, 4484.0, 4516.0, 4496.0, 4504.0, 4495.0, 4462.0, 4492.0, 4473.0, 4501.0, 4483.0, 4492.0, 4502.0, 4482.0, 4513.0, 4484.0, 4473.0, 4505.0, 4484.0, 4492.0, 4485.0, 4502.0, 4481.0, 4471.0, 4492.0, 4483.0, 4502.0, 4484.0, 4503.0, 4496.0, 4528.0, 4484.0, 4491.0, 4483.0, 4491.0, 4493.0, 4504.0, 4485.0, 4472.0, 4507.0, 4498.0, 4517.0, 4499.0, 4526.0, 4498.0, 4505.0, 4507.0, 4517.0, 4507.0, 4494.0, 4495.0, 4472.0, 4516.0, 4502.0, 4503.0, 4472.0, 4482.0, 4469.0, 4483.0, 4501.0, 4482.0, 4490.0, 4483.0, 4488.0, 4480.0, 4479.0, 4484.0, 4480.0, 4481.0, 4472.0, 4481.0, 4494.0, 4494.0, 4507.0, 4498.0, 4508.0, 4497.0, 4488.0, 4508.0, 4497.0, 4517.0, 4512.0, 4517.0, 4496.0, 4504.0, 4484.0, 4471.0, 4506.0, 4517.0, 4507.0, 4496.0, 4516.0, 4486.0, 4536.0, 4503.0, 4512.0, 4504.0, 4483.0, 4493.0, 4485.0, 4516.0, 4491.0, 4483.0, 4500.0, 4483.0, 4513.0, 4496.0, 4524.0, 4507.0, 4514.0, 4495.0, 4513.0, 4493.0, 4501.0, 4493.0, 4509.0, 4479.0, 4497.0, 4479.0, 4487.0, 4478.0, 4475.0, 4468.0, 4475.0, 4466.0, 4495.0, 4480.0, 4488.0, 4469.0, 4488.0, 4470.0, 4502.0, 4497.0, 4504.0, 4484.0, 4472.0, 4493.0, 4474.0, 4506.0, 4498.0, 4512.0, 4510.0, 4488.0, 4510.0, 4486.0, 4506.0, 4498.0, 4516.0, 4486.0, 4504.0, 4484.0, 4503.0, 4475.0, 4512.0, 4472.0, 4492.0, 4472.0, 4505.0, 4484.0, 4505.0, 4484.0, 4502.0, 4472.0, 4494.0, 4498.0, 4507.0, 4476.0, 4507.0, 4488.0, 4497.0, 4498.0, 4498.0, 4520.0, 4502.0, 4533.0, 4522.0, 4531.0, 4534.0, 4500.0, 4544.0, 4550.0, 4531.0, 4517.0, 4499.0, 4530.0, 4496.0, 4526.0, 4508.0, 4516.0, 4497.0, 4516.0, 4500.0, 4518.0, 4509.0, 4526.0, 4517.0, 4504.0, 4506.0, 4526.0, 4511.0, 4518.0, 4486.0, 4494.0, 4486.0, 4493.0, 4495.0, 4475.0, 4519.0, 4499.0, 4509.0, 4519.0, 4499.0, 4506.0, 4508.0, 4499.0, 4529.0, 4523.0, 4539.0, 4521.0, 4504.0, 4495.0, 4482.0, 4505.0, 4525.0, 4492.0, 4500.0, 4480.0, 4490.0, 4469.0, 4491.0, 4483.0, 4493.0, 4483.0, 4503.0, 4487.0, 4516.0, 4485.0, 4518.0, 4485.0, 4519.0, 4511.0, 4543.0, 4533.0, 4532.0, 4520.0, 4522.0, 4520.0, 4544.0, 4543.0, 4498.0, 4520.0, 4527.0, 4507.0, 4517.0, 4507.0, 4526.0, 4497.0, 4526.0, 4482.0, 4524.0, 4509.0, 4501.0, 4508.0, 4478.0, 4486.0, 4476.0, 4485.0, 4476.0, 4477.0, 4500.0, 4490.0, 4498.0, 4489.0, 4477.0, 4490.0, 4469.0, 4512.0, 4482.0, 4499.0, 4480.0, 4498.0, 4491.0, 4480.0, 4513.0, 4525.0, 4493.0, 4499.0, 4492.0, 4510.0, 4481.0, 4491.0, 4470.0, 4501.0, 4471.0, 4503.0, 4472.0, 4514.0, 4496.0, 4525.0, 4486.0, 4516.0, 4484.0, 4528.0, 4510.0, 4529.0, 4509.0, 4512.0, 4534.0, 4543.0, 4514.0, 4533.0, 4513.0, 4554.0, 4517.0, 4530.0, 4519.0, 4508.0, 4514.0, 4506.0, 4525.0, 4510.0, 4527.0, 4509.0, 4514.0, 4494.0, 4513.0, 4509.0, 4516.0, 4507.0, 4528.0, 4510.0, 4516.0, 4507.0, 4538.0, 4518.0, 4528.0, 4508.0, 4528.0, 4543.0, 4544.0, 4532.0, 4522.0, 4531.0, 4522.0, 4542.0, 4518.0, 4519.0, 4538.0, 4506.0, 4526.0, 4519.0, 4540.0, 4509.0, 4539.0, 4507.0, 4536.0, 4493.0, 4525.0, 4482.0, 4522.0, 4511.0, 4501.0, 4488.0, 4500.0, 4487.0, 4489.0, 4496.0, 4488.0, 4498.0, 4487.0, 4497.0, 4489.0, 4499.0, 4492.0, 4511.0, 4481.0, 4513.0, 4515.0, 4506.0, 4526.0, 4521.0, 4521.0, 4529.0, 4522.0, 4554.0, 4545.0, 4540.0, 4533.0, 4511.0, 4533.0, 4548.0, 4518.0, 4539.0, 4521.0, 4514.0, 4496.0, 4514.0, 4507.0, 4529.0, 4497.0, 4515.0, 4495.0, 4516.0, 4493.0, 4516.0, 4525.0, 4519.0, 4527.0, 4508.0, 4527.0, 4508.0, 4540.0, 4509.0, 4528.0, 4510.0, 4538.0, 4508.0, 4539.0, 4520.0, 4532.0, 4541.0], 'WindowWidth': [10001.0, 10027.0, 9956.0, 9990.0, 9932.0, 9973.0, 9924.0, 9950.0, 9919.0, 9941.0, 9905.0, 9942.0, 9905.0, 9945.0, 9888.0, 9921.0, 9879.0, 9908.0, 9873.0, 9912.0, 9924.0, 9911.0, 9903.0, 9917.0, 9907.0, 9933.0, 9941.0, 9915.0, 9904.0, 9919.0, 9942.0, 9936.0, 9908.0, 9923.0, 9935.0, 9941.0, 9908.0, 9947.0, 9913.0, 9949.0, 9945.0, 9949.0, 9950.0, 9910.0, 9949.0, 9923.0, 9949.0, 9918.0, 9942.0, 9916.0, 9918.0, 9911.0, 9905.0, 9885.0, 9874.0, 9869.0, 9903.0, 9874.0, 9907.0, 9880.0, 9915.0, 9878.0, 9872.0, 9898.0, 9878.0, 9910.0, 9905.0, 9864.0, 9933.0, 9924.0, 9888.0, 9947.0, 9914.0, 9898.0, 9911.0, 9892.0, 9953.0, 9922.0, 9901.0, 9914.0, 9893.0, 9936.0, 9908.0, 9945.0, 9925.0, 9923.0, 9949.0, 9932.0, 9969.0, 9933.0, 9971.0, 9965.0, 9945.0, 9972.0, 9930.0, 9965.0, 9940.0, 9951.0, 9937.0, 9886.0, 9914.0, 9889.0, 9944.0, 9911.0, 9932.0, 9917.0, 9881.0, 9924.0, 9865.0, 9906.0, 9873.0, 9897.0, 9899.0, 9904.0, 9905.0, 9879.0, 9887.0, 9907.0, 9881.0, 9917.0, 9881.0, 9926.0, 9899.0, 9904.0, 9877.0, 9871.0, 9875.0, 9902.0, 9858.0, 9879.0, 9873.0, 9911.0, 9916.0, 9886.0, 9922.0, 9910.0, 9918.0, 9930.0, 9951.0, 9940.0, 9931.0, 9899.0, 9910.0, 9883.0, 9932.0, 9907.0, 9909.0, 9863.0, 9910.0, 9890.0, 9942.0, 9929.0, 9932.0, 9926.0, 9938.0, 9940.0, 9929.0, 9938.0, 9902.0, 9928.0, 9899.0, 9948.0, 9910.0, 9921.0, 9877.0, 9888.0, 9880.0, 9942.0, 9910.0, 9928.0, 9904.0, 9898.0, 9905.0, 9882.0, 9923.0, 9898.0, 9919.0, 9893.0, 9919.0, 9922.0, 9897.0, 9917.0, 9882.0, 9900.0, 9892.0, 9885.0, 9899.0, 9887.0, 9950.0, 9888.0, 9919.0, 9880.0, 9943.0, 9890.0, 9889.0, 9851.0, 9874.0, 9868.0, 9900.0, 9922.0, 9911.0, 9861.0, 9897.0, 9890.0, 9918.0, 9924.0, 9913.0, 9904.0, 9916.0, 9908.0, 9922.0, 9939.0, 9918.0, 9903.0, 9900.0, 9924.0, 9921.0, 9941.0, 9928.0, 9874.0, 9907.0, 9861.0, 9931.0, 9915.0, 9923.0, 9876.0, 9916.0, 9882.0, 9908.0, 9892.0, 9901.0, 9900.0, 9868.0, 9900.0, 9890.0, 9893.0, 9906.0, 9865.0, 9922.0, 9894.0, 9873.0, 9890.0, 9863.0, 9904.0, 9858.0, 9899.0, 9860.0, 9896.0, 9862.0, 9907.0, 9858.0, 9887.0, 9884.0, 9904.0, 9891.0, 9899.0, 9906.0, 9895.0, 9941.0, 9912.0, 9942.0, 9917.0, 9920.0, 9898.0, 9930.0, 9874.0, 9874.0, 9838.0, 9876.0, 9887.0, 9896.0, 9916.0, 9891.0, 9885.0, 9885.0, 9912.0, 9932.0, 9912.0, 9922.0, 9895.0, 9904.0, 9928.0, 9922.0, 9939.0, 9919.0, 9921.0, 9900.0, 9918.0, 9912.0, 9916.0, 9892.0, 9883.0, 9875.0, 9896.0, 9878.0, 9916.0, 9897.0, 9917.0, 9901.0, 9917.0, 9911.0, 9907.0, 9907.0, 9857.0, 9899.0, 9878.0, 9900.0, 9917.0, 9905.0, 9914.0, 9885.0, 9924.0, 9895.0, 9911.0, 9887.0, 9901.0, 9858.0, 9888.0, 9858.0, 9874.0, 9867.0, 9887.0, 9858.0, 9897.0, 9859.0, 9890.0, 9880.0, 9914.0, 9902.0, 9909.0, 9887.0, 9904.0, 9881.0, 9909.0, 9893.0, 9886.0, 9874.0, 9885.0, 9877.0, 9907.0, 9862.0, 9899.0, 9859.0, 9891.0, 9882.0, 9920.0, 9896.0, 9930.0, 9867.0, 9933.0, 9886.0, 9917.0, 9881.0, 9925.0, 9864.0, 9896.0, 9874.0, 9935.0, 9926.0, 9909.0, 9864.0, 9872.0, 9877.0, 9882.0, 9907.0, 9885.0, 9876.0, 9852.0, 9859.0, 9851.0, 9877.0, 9848.0, 9874.0, 9857.0, 9894.0, 9856.0, 9882.0, 9856.0, 9881.0, 9873.0, 9896.0, 9861.0, 9897.0, 9911.0, 9903.0, 9897.0, 9921.0, 9904.0, 9930.0, 9930.0, 9951.0, 9894.0, 9879.0, 9882.0, 9880.0, 9865.0, 9907.0, 9863.0, 9922.0, 9861.0, 9893.0, 9863.0, 9925.0, 9875.0, 9894.0, 9860.0, 9894.0, 9890.0, 9895.0, 9866.0, 9922.0, 9881.0, 9898.0, 9910.0, 9916.0, 9895.0, 9897.0, 9886.0, 9898.0, 9906.0, 9908.0, 9886.0, 9893.0, 9883.0, 9879.0, 9917.0, 9878.0, 9895.0, 9875.0, 9898.0, 9882.0, 9907.0, 9883.0, 9917.0, 9881.0, 9934.0, 9929.0, 9895.0, 9930.0, 9907.0, 9928.0, 9908.0, 9926.0, 9911.0, 9902.0, 9922.0, 9877.0, 9947.0, 9910.0, 9896.0, 9883.0, 9891.0, 9879.0, 9926.0, 9899.0, 9904.0, 9892.0, 9843.0, 9885.0, 9858.0, 9896.0, 9873.0, 9885.0, 9898.0, 9872.0, 9916.0, 9878.0, 9862.0, 9910.0, 9882.0, 9887.0, 9883.0, 9901.0, 9872.0, 9858.0, 9888.0, 9875.0, 9901.0, 9878.0, 9903.0, 9899.0, 9946.0, 9882.0, 9882.0, 9876.0, 9884.0, 9891.0, 9908.0, 9882.0, 9860.0, 9917.0, 9905.0, 9931.0, 9910.0, 9942.0, 9906.0, 9911.0, 9916.0, 9929.0, 9916.0, 9892.0, 9895.0, 9860.0, 9924.0, 9900.0, 9903.0, 9855.0, 9872.0, 9848.0, 9872.0, 9895.0, 9869.0, 9878.0, 9875.0, 9874.0, 9867.0, 9863.0, 9879.0, 9867.0, 9868.0, 9858.0, 9869.0, 9893.0, 9892.0, 9917.0, 9908.0, 9921.0, 9904.0, 9895.0, 9918.0, 9903.0, 9930.0, 9933.0, 9928.0, 9898.0, 9903.0, 9879.0, 9859.0, 9914.0, 9929.0, 9917.0, 9899.0, 9928.0, 9884.0, 9956.0, 9905.0, 9914.0, 9908.0, 9877.0, 9892.0, 9885.0, 9929.0, 9885.0, 9877.0, 9896.0, 9878.0, 9920.0, 9901.0, 9936.0, 9917.0, 9923.0, 9897.0, 9918.0, 9890.0, 9898.0, 9889.0, 9904.0, 9864.0, 9885.0, 9863.0, 9869.0, 9859.0, 9850.0, 9844.0, 9850.0, 9842.0, 9880.0, 9869.0, 9873.0, 9850.0, 9874.0, 9855.0, 9902.0, 9906.0, 9903.0, 9880.0, 9857.0, 9890.0, 9867.0, 9913.0, 9902.0, 9928.0, 9925.0, 9892.0, 9923.0, 9884.0, 9911.0, 9906.0, 9927.0, 9885.0, 9904.0, 9879.0, 9905.0, 9866.0, 9915.0, 9861.0, 9887.0, 9859.0, 9910.0, 9879.0, 9909.0, 9879.0, 9901.0, 9859.0, 9892.0, 9907.0, 9916.0, 9872.0, 9916.0, 9890.0, 9903.0, 9907.0, 9908.0, 9938.0, 9918.0, 9961.0, 9945.0, 9955.0, 9967.0, 9914.0, 9979.0, 9982.0, 9955.0, 9930.0, 9908.0, 9954.0, 9902.0, 9941.0, 9918.0, 9925.0, 9902.0, 9927.0, 9911.0, 9933.0, 9925.0, 9942.0, 9932.0, 9908.0, 9916.0, 9941.0, 9923.0, 9930.0, 9880.0, 9890.0, 9886.0, 9888.0, 9893.0, 9867.0, 9933.0, 9909.0, 9921.0, 9934.0, 9906.0, 9911.0, 9918.0, 9906.0, 9948.0, 9949.0, 9965.0, 9939.0, 9906.0, 9894.0, 9871.0, 9909.0, 9937.0, 9886.0, 9891.0, 9866.0, 9877.0, 9851.0, 9882.0, 9875.0, 9889.0, 9876.0, 9905.0, 9889.0, 9927.0, 9884.0, 9931.0, 9885.0, 9935.0, 9929.0, 9978.0, 9964.0, 9962.0, 9944.0, 9952.0, 9946.0, 9984.0, 9981.0, 9909.0, 9941.0, 9943.0, 9919.0, 9932.0, 9919.0, 9943.0, 9903.0, 9943.0, 9874.0, 9935.0, 9905.0, 9897.0, 9904.0, 9861.0, 9868.0, 9857.0, 9866.0, 9855.0, 9860.0, 9897.0, 9884.0, 9891.0, 9881.0, 9861.0, 9883.0, 9851.0, 9916.0, 9875.0, 9895.0, 9869.0, 9891.0, 9885.0, 9869.0, 9922.0, 9941.0, 9892.0, 9894.0, 9889.0, 9909.0, 9873.0, 9887.0, 9855.0, 9901.0, 9859.0, 9905.0, 9862.0, 9925.0, 9904.0, 9941.0, 9887.0, 9929.0, 9884.0, 9949.0, 9926.0, 9954.0, 9926.0, 9932.0, 9968.0, 9979.0, 9940.0, 9963.0, 9937.0, 9993.0, 9930.0, 9950.0, 9933.0, 9920.0, 9919.0, 9913.0, 9937.0, 9924.0, 9944.0, 9922.0, 9921.0, 9894.0, 9920.0, 9925.0, 9928.0, 9917.0, 9947.0, 9927.0, 9929.0, 9921.0, 9963.0, 9936.0, 9946.0, 9921.0, 9949.0, 9981.0, 9984.0, 9965.0, 9952.0, 9961.0, 9952.0, 9977.0, 9936.0, 9937.0, 9964.0, 9917.0, 9942.0, 9942.0, 9972.0, 9925.0, 9965.0, 9917.0, 9958.0, 9892.0, 9938.0, 9876.0, 9931.0, 9913.0, 9899.0, 9877.0, 9898.0, 9873.0, 9880.0, 9885.0, 9876.0, 9888.0, 9875.0, 9886.0, 9881.0, 9893.0, 9892.0, 9916.0, 9875.0, 9922.0, 9930.0, 9920.0, 9945.0, 9946.0, 9947.0, 9956.0, 9951.0, 9996.0, 9987.0, 9973.0, 9965.0, 9934.0, 9966.0, 9978.0, 9938.0, 9968.0, 9946.0, 9926.0, 9906.0, 9925.0, 9919.0, 9953.0, 9906.0, 9928.0, 9899.0, 9932.0, 9896.0, 9933.0, 9941.0, 9942.0, 9947.0, 9923.0, 9949.0, 9923.0, 9968.0, 9928.0, 9950.0, 9927.0, 9967.0, 9923.0, 9968.0, 9942.0, 9965.0, 9972.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.0011539655172413794</td></tr>
<tr><td colspan=3>aqi</td><td>0.03288551471264368</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.19050315448789</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2810704952474106</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000601098665133</td></tr>
<tr><td colspan=3>efc</td><td>0.4628</td></tr>
<tr><td colspan=3>fber</td><td>9048.8789</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1460990339002491</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.689655172413794</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3854818199705963</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.327715308139306</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5034413039496717</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.32528884782281</td></tr>
<tr><td colspan=3>gcor</td><td>0.0167207</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0005786236142739654</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027028851211071014</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.171478158128355</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>24.9232</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8071</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.0591</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299654.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.7475</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8648</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.055</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3728.1522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.7429</td></tr>
<tr><td colspan=3>tsnr</td><td>38.544246254255995</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>