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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-03/func/sub-0021_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5e5048d0ca9274080e6a1371fc297a9b</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>14:05:35.750000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999904, -0.00606079, 0.0124279, 0.00610821, 0.999974, -0.00378182]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7757, -7248, 554, -38, 2, -37, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>773cb7a7-7366-462d-9e34-805690a23791||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826703548431396, 0.01638789102435112, 0.033492524176836014, 111.96635437011719], [0.016260646283626556, 2.6828577518463135, -0.010414899326860905, -98.06129455566406], [0.03334309533238411, 0.01014634594321251, 2.6997721195220947, -57.33991622924805], [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': ['140535.750000', '140536.210000', '140536.670000', '140537.130000', '140537.590000', '140538.050000', '140538.510000', '140538.970000', '140539.430000', '140539.890000', '140540.350000', '140540.810000', '140541.270000', '140541.730000', '140542.190000', '140542.650000', '140543.110000', '140543.570000', '140544.030000', '140544.490000', '140544.950000', '140545.410000', '140545.870000', '140546.330000', '140546.790000', '140547.250000', '140547.710000', '140548.170000', '140548.630000', '140549.090000', '140549.550000', '140550.010000', '140550.470000', '140550.930000', '140551.390000', '140551.850000', '140552.310000', '140552.770000', '140553.230000', '140553.690000', '140554.150000', '140554.610000', '140555.070000', '140555.530000', '140555.990000', '140556.450000', '140556.910000', '140557.370000', '140557.830000', '140558.290000', '140558.750000', '140559.210000', '140559.670000', '140600.130000', '140600.590000', '140601.050000', '140601.510000', '140601.970000', '140602.430000', '140602.890000', '140603.350000', '140603.810000', '140604.270000', '140604.730000', '140605.190000', '140605.650000', '140606.110000', '140606.570000', '140607.030000', '140607.490000', '140607.950000', '140608.410000', '140608.870000', '140609.330000', '140609.790000', '140610.250000', '140610.710000', '140611.170000', '140611.630000', '140612.090000', '140612.550000', '140613.010000', '140613.470000', '140613.930000', '140614.390000', '140614.850000', '140615.310000', '140615.770000', '140616.230000', '140616.690000', '140617.150000', '140617.610000', '140618.070000', '140618.530000', '140618.990000', '140619.450000', '140619.910000', '140620.370000', '140620.830000', '140621.290000', '140621.750000', '140622.210000', '140622.670000', '140623.130000', '140623.590000', '140624.050000', '140624.510000', '140624.970000', '140625.430000', '140625.890000', '140626.350000', '140626.810000', '140627.270000', '140627.730000', '140628.190000', '140628.650000', '140629.110000', '140629.570000', '140630.030000', '140630.490000', '140630.950000', '140631.410000', '140631.870000', '140632.330000', '140632.790000', '140633.250000', '140633.710000', '140634.170000', '140634.630000', '140635.090000', '140635.550000', '140636.010000', '140636.470000', '140636.930000', '140637.390000', '140637.850000', '140638.310000', '140638.770000', '140639.230000', '140639.690000', '140640.150000', '140640.610000', '140641.070000', '140641.530000', '140641.990000', '140642.450000', '140642.910000', '140643.370000', '140643.830000', '140644.290000', '140644.750000', '140645.210000', '140645.670000', '140646.130000', '140646.590000', '140647.050000', '140647.510000', '140647.970000', '140648.430000', '140648.890000', '140649.350000', '140649.810000', '140650.270000', '140650.730000', '140651.190000', '140651.650000', '140652.110000', '140652.570000', '140653.030000', '140653.490000', '140653.950000', '140654.410000', '140654.870000', '140655.330000', '140655.790000', '140656.250000', '140656.710000', '140657.170000', '140657.630000', '140658.090000', '140658.550000', '140659.010000', '140659.470000', '140659.930000', '140700.390000', '140700.850000', '140701.310000', '140701.770000', '140702.230000', '140702.690000', '140703.150000', '140703.610000', '140704.070000', '140704.530000', '140704.990000', '140705.450000', '140705.910000', '140706.370000', '140706.830000', '140707.290000', '140707.750000', '140708.210000', '140708.670000', '140709.130000', '140709.590000', '140710.050000', '140710.510000', '140710.970000', '140711.430000', '140711.890000', '140712.350000', '140712.810000', '140713.270000', '140713.730000', '140714.190000', '140714.650000', '140715.110000', '140715.570000', '140716.030000', '140716.490000', '140716.950000', '140717.410000', '140717.870000', '140718.330000', '140718.790000', '140719.250000', '140719.710000', '140720.170000', '140720.630000', '140721.090000', '140721.550000', '140722.010000', '140722.470000', '140722.930000', '140723.390000', '140723.850000', '140724.310000', '140724.770000', '140725.230000', '140725.690000', '140726.150000', '140726.610000', '140727.070000', '140727.530000', '140727.990000', '140728.450000', '140728.910000', '140729.370000', '140729.830000', '140730.290000', '140730.750000', '140731.210000', '140731.670000', '140732.130000', '140732.590000', '140733.050000', '140733.510000', '140733.970000', '140734.430000', '140734.890000', '140735.350000', '140735.810000', '140736.270000', '140736.730000', '140737.190000', '140737.650000', '140738.110000', '140738.570000', '140739.030000', '140739.490000', '140739.950000', '140740.410000', '140740.870000', '140741.330000', '140741.790000', '140742.250000', '140742.710000', '140743.170000', '140743.630000', '140744.090000', '140744.550000', '140745.010000', '140745.470000', '140745.930000', '140746.390000', '140746.850000', '140747.310000', '140747.770000', '140748.230000', '140748.690000', '140749.150000', '140749.610000', '140750.070000', '140750.530000', '140750.990000', '140751.450000', '140751.910000', '140752.370000', '140752.830000', '140753.290000', '140753.750000', '140754.210000', '140754.670000', '140755.130000', '140755.590000', '140756.050000', '140756.510000', '140756.970000', '140757.430000', '140757.890000', '140758.350000', '140758.810000', '140759.270000', '140759.730000', '140800.190000', '140800.650000', '140801.110000', '140801.570000', '140802.030000', '140802.490000', '140802.950000', '140803.410000', '140803.870000', '140804.330000', '140804.790000', '140805.250000', '140805.710000', '140806.170000', '140806.630000', '140807.090000', '140807.550000', '140808.010000', '140808.470000', '140808.930000', '140809.390000', '140809.850000', '140810.310000', '140810.770000', '140811.230000', '140811.690000', '140812.150000', '140812.610000', '140813.070000', '140813.530000', '140813.990000', '140814.450000', '140814.910000', '140815.370000', '140815.830000', '140816.290000', '140816.750000', '140817.210000', '140817.670000', '140818.130000', '140818.590000', '140819.050000', '140819.510000', '140819.970000', '140820.430000', '140820.890000', '140821.350000', '140821.810000', '140822.270000', '140822.730000', '140823.190000', '140823.650000', '140824.110000', '140824.570000', '140825.030000', '140825.490000', '140825.950000', '140826.410000', '140826.870000', '140827.330000', '140827.790000', '140828.250000', '140828.710000', '140829.170000', '140829.630000', '140830.090000', '140830.550000', '140831.010000', '140831.470000', '140831.930000', '140832.390000', '140832.850000', '140833.310000', '140833.770000', '140834.230000', '140834.690000', '140835.150000', '140835.610000', '140836.070000', '140836.530000', '140836.990000', '140837.450000', '140837.910000', '140838.370000', '140838.830000', '140839.290000', '140839.750000', '140840.210000', '140840.670000', '140841.130000', '140841.590000', '140842.050000', '140842.510000', '140842.970000', '140843.430000', '140843.890000', '140844.350000', '140844.810000', '140845.270000', '140845.730000', '140846.190000', '140846.650000', '140847.110000', '140847.570000', '140848.030000', '140848.490000', '140848.950000', '140849.410000', '140849.870000', '140850.330000', '140850.790000', '140851.250000', '140851.710000', '140852.170000', '140852.630000', '140853.090000', '140853.550000', '140854.010000', '140854.470000', '140854.930000', '140855.390000', '140855.850000', '140856.310000', '140856.770000', '140857.230000', '140857.690000', '140858.150000', '140858.610000', '140859.070000', '140859.530000', '140859.990000', '140900.450000', '140900.910000', '140901.370000', '140901.830000', '140902.290000', '140902.750000', '140903.210000', '140903.670000', '140904.130000', '140904.590000', '140905.050000', '140905.510000', '140905.970000', '140906.430000', '140906.890000', '140907.350000', '140907.810000', '140908.270000', '140908.730000', '140909.190000', '140909.650000', '140910.110000', '140910.570000', '140911.030000', '140911.490000', '140911.950000', '140912.410000', '140912.870000', '140913.330000', '140913.790000', '140914.250000', '140914.710000', '140915.170000', '140915.630000', '140916.090000', '140916.550000', '140917.010000', '140917.470000', '140917.930000', '140918.390000', '140918.850000', '140919.310000', '140919.770000', '140920.230000', '140920.690000', '140921.150000', '140921.610000', '140922.070000', '140922.530000', '140922.990000', '140923.450000', '140923.910000', '140924.370000', '140924.830000', '140925.290000', '140925.750000', '140926.210000', '140926.670000', '140927.130000', '140927.590000', '140928.050000', '140928.510000', '140928.970000', '140929.430000', '140929.890000', '140930.350000', '140930.810000', '140931.270000', '140931.730000', '140932.190000', '140932.650000', '140933.110000', '140933.570000', '140934.030000', '140934.490000', '140934.950000', '140935.410000', '140935.870000', '140936.330000', '140936.790000', '140937.250000', '140937.710000', '140938.170000', '140938.630000', '140939.090000', '140939.550000', '140940.010000', '140940.470000', '140940.930000', '140941.390000', '140941.850000', '140942.310000', '140942.770000', '140943.230000', '140943.690000', '140944.150000', '140944.610000', '140945.070000', '140945.530000', '140945.990000', '140946.450000', '140946.910000', '140947.370000', '140947.830000', '140948.290000', '140948.750000', '140949.210000', '140949.670000', '140950.130000', '140950.590000', '140951.050000', '140951.510000', '140951.970000', '140952.430000', '140952.890000', '140953.350000', '140953.810000', '140954.270000', '140954.730000', '140955.190000', '140955.650000', '140956.110000', '140956.570000', '140957.030000', '140957.490000', '140957.950000', '140958.410000', '140958.870000', '140959.330000', '140959.790000', '141000.250000', '141000.710000', '141001.170000', '141001.630000', '141002.090000', '141002.550000', '141003.010000', '141003.470000', '141003.930000', '141004.390000', '141004.850000', '141005.310000', '141005.770000', '141006.230000', '141006.690000', '141007.150000', '141007.610000', '141008.070000', '141008.530000', '141008.990000', '141009.450000', '141009.910000', '141010.370000', '141010.830000', '141011.290000', '141011.750000', '141012.210000', '141012.670000', '141013.130000', '141013.590000', '141014.050000', '141014.510000', '141014.970000', '141015.430000', '141015.890000', '141016.350000', '141016.810000', '141017.270000', '141017.730000', '141018.190000', '141018.650000', '141019.110000', '141019.570000', '141020.030000', '141020.490000', '141020.950000', '141021.410000', '141021.870000', '141022.330000', '141022.790000', '141023.250000', '141023.710000', '141024.170000', '141024.630000', '141025.090000', '141025.550000', '141026.010000', '141026.470000', '141026.930000', '141027.390000', '141027.850000', '141028.310000', '141028.770000', '141029.230000', '141029.690000', '141030.150000', '141030.610000', '141031.070000', '141031.530000', '141031.990000', '141032.450000', '141032.910000', '141033.370000', '141033.830000', '141034.290000', '141034.750000', '141035.210000', '141035.670000', '141036.130000', '141036.590000', '141037.050000', '141037.510000', '141037.970000', '141038.430000', '141038.890000', '141039.350000', '141039.810000', '141040.270000', '141040.730000', '141041.190000', '141041.650000', '141042.110000', '141042.570000', '141043.030000', '141043.490000', '141043.950000', '141044.410000', '141044.870000', '141045.330000', '141045.790000', '141046.250000', '141046.710000', '141047.170000', '141047.630000', '141048.090000', '141048.550000', '141049.010000', '141049.470000', '141049.930000', '141050.390000', '141050.850000', '141051.310000', '141051.770000', '141052.230000', '141052.690000', '141053.150000', '141053.610000', '141054.070000', '141054.530000', '141054.990000', '141055.450000', '141055.910000', '141056.370000', '141056.830000', '141057.290000', '141057.750000', '141058.210000', '141058.670000', '141059.130000', '141059.590000', '141100.050000', '141100.510000', '141100.970000', '141101.430000', '141101.890000', '141102.350000', '141102.810000', '141103.270000', '141103.730000', '141104.190000', '141104.650000', '141105.110000', '141105.570000', '141106.030000', '141106.490000', '141106.950000', '141107.410000', '141107.870000', '141108.330000', '141108.790000', '141109.250000', '141109.710000', '141110.170000', '141110.630000', '141111.090000', '141111.550000', '141112.010000', '141112.470000', '141112.930000', '141113.390000', '141113.850000', '141114.310000', '141114.770000', '141115.230000', '141115.690000', '141116.150000', '141116.610000', '141117.070000', '141117.530000', '141117.990000', '141118.450000', '141118.910000', '141119.370000', '141119.830000', '141120.290000', '141120.750000', '141121.210000', '141121.670000', '141122.130000', '141122.590000', '141123.050000', '141123.510000', '141123.970000', '141124.430000', '141124.890000', '141125.350000', '141125.810000', '141126.270000', '141126.730000', '141127.190000', '141127.650000', '141128.110000', '141128.570000', '141129.030000', '141129.490000', '141129.950000', '141130.410000', '141130.870000', '141131.330000', '141131.790000', '141132.250000', '141132.710000', '141133.170000', '141133.630000', '141134.090000', '141134.550000', '141135.010000', '141135.470000', '141135.930000', '141136.390000', '141136.850000', '141137.310000', '141137.770000', '141138.230000', '141138.690000', '141139.150000', '141139.610000', '141140.070000', '141140.530000', '141140.990000', '141141.450000', '141141.910000', '141142.370000', '141142.830000', '141143.290000', '141143.750000', '141144.210000', '141144.670000', '141145.130000', '141145.590000', '141146.050000', '141146.510000', '141146.970000', '141147.430000', '141147.890000', '141148.350000', '141148.810000', '141149.270000', '141149.730000', '141150.190000', '141150.650000', '141151.110000', '141151.570000', '141152.030000', '141152.490000', '141152.950000', '141153.410000', '141153.870000', '141154.330000', '141154.790000', '141155.250000', '141155.710000', '141156.170000', '141156.630000', '141157.090000', '141157.550000', '141158.010000', '141158.470000', '141158.930000', '141159.390000', '141159.850000', '141200.310000', '141200.770000', '141201.230000', '141201.690000', '141202.150000', '141202.610000', '141203.070000', '141203.530000', '141203.990000', '141204.450000', '141204.910000', '141205.370000', '141205.830000', '141206.290000', '141206.750000', '141207.210000', '141207.670000', '141208.130000', '141208.590000', '141209.050000', '141209.510000', '141209.970000', '141210.430000', '141210.890000', '141211.350000', '141211.810000', '141212.270000', '141212.730000', '141213.190000', '141213.650000', '141214.110000', '141214.570000', '141215.030000', '141215.490000', '141215.950000', '141216.410000'], 'ContentTime': ['140603.949000', '140603.952000', '140603.955000', '140603.958000', '140603.961000', '140603.964000', '140603.967000', '140603.969000', '140603.972000', '140603.975000', '140603.978000', '140603.981000', '140603.983000', '140603.986000', '140603.989000', '140603.992000', '140603.995000', '140603.998000', '140604.002000', '140604.004000', '140604.007000', '140604.010000', '140604.013000', '140604.015000', '140604.023000', '140604.026000', '140604.029000', '140604.031000', '140604.034000', '140604.037000', '140604.040000', '140604.043000', '140604.045000', '140604.048000', '140604.051000', '140604.054000', '140604.057000', '140604.059000', '140604.062000', '140604.065000', '140604.070000', '140604.094000', '140604.097000', '140604.100000', '140604.103000', '140604.106000', '140604.108000', '140604.111000', '140604.114000', '140604.117000', '140604.120000', '140604.123000', '140604.125000', '140604.128000', '140604.131000', '140604.134000', '140604.137000', '140604.139000', '140604.143000', '140623.913000', '140623.916000', '140623.919000', '140623.927000', '140623.929000', '140623.932000', '140623.935000', '140623.938000', '140623.943000', '140623.947000', '140623.950000', '140623.953000', '140623.955000', '140623.958000', '140623.961000', '140623.964000', '140623.967000', '140623.969000', '140623.972000', '140623.975000', '140623.978000', '140623.981000', '140623.983000', '140623.986000', '140623.989000', '140623.992000', '140623.995000', '140623.998000', '140624.001000', '140624.004000', '140624.007000', '140624.010000', '140624.013000', '140624.015000', '140624.018000', '140624.021000', '140624.024000', '140624.027000', '140624.029000', '140624.032000', '140624.035000', '140624.038000', '140624.041000', '140643.913000', '140643.916000', '140643.919000', '140643.922000', '140643.924000', '140643.927000', '140643.930000', '140643.933000', '140643.936000', '140643.938000', '140643.947000', '140643.950000', '140643.953000', '140643.955000', '140643.958000', '140643.961000', '140643.964000', '140643.967000', '140643.970000', '140643.972000', '140643.975000', '140643.978000', '140643.981000', '140643.984000', '140643.987000', '140643.989000', '140643.992000', '140643.995000', '140643.998000', '140644.002000', '140644.004000', '140644.007000', '140644.010000', '140644.013000', '140644.016000', '140644.019000', '140644.021000', '140644.024000', '140644.027000', '140644.030000', '140644.037000', '140644.040000', '140644.043000', '140644.046000', '140703.913000', '140703.916000', '140703.919000', '140703.922000', '140703.924000', '140703.927000', '140703.930000', '140703.933000', '140703.936000', '140703.939000', '140703.941000', '140703.944000', '140703.947000', '140703.950000', '140703.953000', '140703.956000', '140703.958000', '140703.961000', '140703.964000', '140703.967000', '140703.970000', '140703.973000', '140703.976000', '140703.979000', '140703.981000', '140703.984000', '140703.987000', '140703.990000', '140703.993000', '140703.995000', '140703.998000', '140704.002000', '140704.005000', '140704.008000', '140704.011000', '140704.013000', '140704.016000', '140704.033000', '140704.036000', '140704.039000', '140704.041000', '140704.044000', '140704.047000', '140723.913000', '140723.916000', '140723.919000', '140723.921000', '140723.924000', '140723.927000', '140723.930000', '140723.933000', '140723.936000', '140723.938000', '140723.941000', '140723.944000', '140723.947000', '140723.950000', '140723.952000', '140723.955000', '140723.958000', '140723.961000', '140723.964000', '140723.966000', '140723.969000', '140723.972000', '140723.975000', '140723.978000', '140723.981000', '140723.983000', '140723.986000', '140723.989000', '140723.992000', '140723.995000', '140723.998000', '140724.001000', '140724.004000', '140724.007000', '140724.010000', '140724.013000', '140724.015000', '140724.025000', '140724.028000', '140724.031000', '140724.034000', '140724.037000', '140724.039000', '140724.042000', '140743.913000', '140743.916000', '140743.919000', '140743.922000', '140743.924000', '140743.927000', '140743.930000', '140743.933000', '140743.936000', '140743.939000', '140743.941000', '140743.944000', '140743.947000', '140743.950000', '140743.953000', '140743.956000', '140743.959000', '140743.962000', '140743.964000', '140743.967000', '140743.970000', '140743.973000', '140743.978000', '140743.982000', '140743.985000', '140743.988000', '140743.991000', '140743.993000', '140743.996000', '140744.000000', '140744.003000', '140744.006000', '140744.009000', '140744.011000', '140744.014000', '140744.017000', '140744.020000', '140744.023000', '140744.026000', '140744.028000', '140744.031000', '140744.034000', '140744.037000', '140803.913000', '140803.916000', '140803.919000', '140803.921000', '140803.924000', '140803.927000', '140803.930000', '140803.933000', '140803.936000', '140803.939000', '140803.941000', '140803.944000', '140803.947000', '140803.950000', '140803.953000', '140803.956000', '140803.958000', '140803.961000', '140803.964000', '140803.967000', '140803.970000', '140803.973000', '140803.975000', '140803.978000', '140803.981000', '140803.984000', '140803.987000', '140803.990000', '140803.992000', '140803.995000', '140803.998000', '140804.002000', '140804.005000', '140804.007000', '140804.010000', '140804.013000', '140804.016000', '140804.019000', '140804.022000', '140804.025000', '140804.027000', '140804.030000', '140804.033000', '140804.036000', '140823.914000', '140823.917000', '140823.920000', '140823.923000', '140823.925000', '140823.928000', '140823.931000', '140823.934000', '140823.937000', '140823.940000', '140823.943000', '140823.945000', '140823.948000', '140823.951000', '140823.954000', '140823.957000', '140823.959000', '140823.962000', '140823.965000', '140823.968000', '140823.987000', '140823.990000', '140823.992000', '140823.995000', '140823.998000', '140824.002000', '140824.005000', '140824.008000', '140824.011000', '140824.014000', '140824.017000', '140824.020000', '140824.023000', '140824.026000', '140824.028000', '140824.031000', '140824.034000', '140824.037000', '140824.040000', '140824.042000', '140824.045000', '140824.048000', '140824.051000', '140843.913000', '140843.916000', '140843.919000', '140843.921000', '140843.924000', '140843.927000', '140843.930000', '140843.933000', '140843.936000', '140843.939000', '140843.942000', '140843.948000', '140843.951000', '140843.954000', '140843.957000', '140843.959000', '140843.962000', '140843.965000', '140843.968000', '140843.984000', '140843.986000', '140843.989000', '140843.992000', '140843.995000', '140843.998000', '140844.002000', '140844.004000', '140844.007000', '140844.010000', '140844.013000', '140844.016000', '140844.019000', '140844.021000', '140844.024000', '140844.027000', '140844.030000', '140844.033000', '140844.036000', '140844.038000', '140844.041000', '140844.044000', '140844.047000', '140844.050000', '140844.053000', '140903.913000', '140903.916000', '140903.919000', '140903.922000', '140903.925000', '140903.927000', '140903.930000', '140903.933000', '140903.936000', '140903.940000', '140903.943000', '140903.946000', '140903.949000', '140903.951000', '140903.954000', '140903.957000', '140903.960000', '140903.963000', '140903.966000', '140903.968000', '140903.971000', '140903.974000', '140903.977000', '140903.980000', '140903.983000', '140903.986000', '140903.989000', '140903.991000', '140903.994000', '140903.997000', '140904.001000', '140904.004000', '140904.007000', '140904.012000', '140904.016000', '140904.019000', '140904.022000', '140904.025000', '140904.028000', '140904.030000', '140904.033000', '140904.036000', '140904.039000', '140923.913000', '140923.916000', '140923.919000', '140923.921000', '140923.924000', '140923.927000', '140923.930000', '140923.933000', '140923.936000', '140923.939000', '140923.941000', '140923.944000', '140923.947000', '140923.950000', '140923.953000', '140923.955000', '140923.958000', '140923.961000', '140923.964000', '140923.967000', '140923.970000', '140923.972000', '140923.975000', '140923.978000', '140923.981000', '140923.984000', '140923.987000', '140923.989000', '140923.992000', '140923.995000', '140923.998000', '140924.002000', '140924.005000', '140924.007000', '140924.030000', '140924.033000', '140924.036000', '140924.039000', '140924.042000', '140924.045000', '140924.047000', '140924.050000', '140924.053000', '140924.056000', '140943.913000', '140943.916000', '140943.919000', '140943.922000', '140943.924000', '140943.927000', '140943.930000', '140943.933000', '140943.936000', '140943.939000', '140943.942000', '140943.944000', '140943.947000', '140943.950000', '140943.953000', '140943.956000', '140943.959000', '140943.970000', '140943.973000', '140943.976000', '140943.978000', '140943.981000', '140943.984000', '140943.987000', '140943.990000', '140943.993000', '140943.995000', '140943.998000', '140944.002000', '140944.005000', '140944.008000', '140944.011000', '140944.014000', '140944.016000', '140944.019000', '140944.022000', '140944.025000', '140944.028000', '140944.030000', '140944.033000', '140944.036000', '140944.039000', '140944.042000', '141003.913000', '141003.916000', '141003.919000', '141003.921000', '141003.924000', '141003.927000', '141003.930000', '141003.933000', '141003.936000', '141003.938000', '141003.941000', '141003.944000', '141003.947000', '141003.950000', '141003.953000', '141003.956000', '141003.958000', '141003.961000', '141003.964000', '141003.967000', '141003.970000', '141003.972000', '141003.975000', '141003.978000', '141003.981000', '141003.984000', '141003.987000', '141003.990000', '141003.992000', '141003.995000', '141003.998000', '141004.002000', '141004.005000', '141004.008000', '141004.011000', '141004.013000', '141004.016000', '141004.019000', '141004.022000', '141004.025000', '141004.027000', '141004.030000', '141004.033000', '141004.036000', '141023.933000', '141023.936000', '141023.939000', '141023.942000', '141023.945000', '141023.948000', '141023.951000', '141023.953000', '141023.956000', '141023.959000', '141023.962000', '141023.965000', '141023.967000', '141023.970000', '141023.973000', '141023.977000', '141023.980000', '141023.983000', '141023.986000', '141023.989000', '141023.992000', '141023.995000', '141023.997000', '141024.001000', '141024.004000', '141024.007000', '141024.010000', '141024.013000', '141024.015000', '141024.018000', '141024.021000', '141024.024000', '141024.027000', '141024.030000', '141024.033000', '141024.042000', '141024.045000', '141024.049000', '141024.052000', '141024.055000', '141024.058000', '141024.061000', '141024.064000', '141043.914000', '141043.917000', '141043.920000', '141043.923000', '141043.925000', '141043.928000', '141043.931000', '141043.934000', '141043.937000', '141043.940000', '141043.942000', '141043.945000', '141043.948000', '141043.951000', '141043.954000', '141043.957000', '141043.960000', '141043.963000', '141043.965000', '141043.968000', '141043.971000', '141043.974000', '141043.977000', '141043.980000', '141043.982000', '141043.985000', '141043.988000', '141043.991000', '141043.994000', '141043.997000', '141044.001000', '141044.003000', '141044.006000', '141044.009000', '141044.012000', '141044.015000', '141044.018000', '141044.020000', '141044.023000', '141044.026000', '141044.029000', '141044.032000', '141044.034000', '141044.037000', '141103.913000', '141103.916000', '141103.919000', '141103.922000', '141103.924000', '141103.927000', '141103.930000', '141103.933000', '141103.936000', '141103.939000', '141103.942000', '141103.944000', '141103.947000', '141103.950000', '141103.953000', '141103.956000', '141103.959000', '141103.962000', '141103.964000', '141103.967000', '141103.970000', '141103.973000', '141103.976000', '141103.979000', '141103.982000', '141103.984000', '141103.987000', '141103.990000', '141103.993000', '141103.996000', '141104.000000', '141104.002000', '141104.005000', '141104.008000', '141104.011000', '141104.014000', '141104.017000', '141104.019000', '141104.022000', '141104.025000', '141104.028000', '141104.031000', '141104.046000', '141123.913000', '141123.916000', '141123.919000', '141123.922000', '141123.924000', '141123.927000', '141123.930000', '141123.933000', '141123.936000', '141123.939000', '141123.941000', '141123.944000', '141123.947000', '141123.950000', '141123.953000', '141123.956000', '141123.959000', '141123.961000', '141123.964000', '141123.967000', '141123.970000', '141123.973000', '141123.976000', '141123.978000', '141123.981000', '141123.984000', '141123.987000', '141123.990000', '141123.993000', '141123.996000', '141123.998000', '141124.002000', '141124.005000', '141124.008000', '141124.011000', '141124.014000', '141124.016000', '141124.019000', '141124.022000', '141124.025000', '141124.028000', '141124.030000', '141124.033000', '141124.036000', '141143.913000', '141143.916000', '141143.919000', '141143.922000', '141143.924000', '141143.927000', '141143.930000', '141143.933000', '141143.936000', '141143.939000', '141143.941000', '141143.961000', '141143.964000', '141143.967000', '141143.970000', '141143.973000', '141143.975000', '141143.978000', '141143.981000', '141143.984000', '141143.987000', '141143.990000', '141143.992000', '141143.995000', '141143.998000', '141144.002000', '141144.005000', '141144.008000', '141144.010000', '141144.013000', '141144.017000', '141144.020000', '141144.023000', '141144.026000', '141144.029000', '141144.032000', '141144.034000', '141144.037000', '141144.040000', '141144.043000', '141144.046000', '141144.049000', '141144.051000', '141203.913000', '141203.916000', '141203.919000', '141203.921000', '141203.924000', '141203.927000', '141203.930000', '141203.933000', '141203.936000', '141203.938000', '141203.941000', '141203.944000', '141203.947000', '141203.950000', '141203.953000', '141203.956000', '141203.958000', '141203.961000', '141203.964000', '141203.967000', '141203.970000', '141203.973000', '141203.976000', '141203.978000', '141203.988000', '141203.991000', '141203.994000', '141203.996000', '141204.000000', '141204.003000', '141204.006000', '141204.009000', '141204.012000', '141204.014000', '141204.017000', '141204.020000', '141204.023000', '141204.026000', '141204.029000', '141204.031000', '141204.034000', '141204.037000', '141204.040000', '141204.043000', '141217.716000', '141217.720000', '141217.724000', '141217.727000', '141217.730000', '141217.733000', '141217.736000', '141217.739000', '141217.743000', '141217.746000', '141217.749000', '141217.752000', '141217.755000', '141217.758000', '141217.761000', '141217.763000', '141217.766000', '141217.769000', '141217.772000', '141217.775000', '141217.778000', '141217.781000', '141217.784000', '141217.788000', '141217.791000', '141217.794000', '141217.796000', '141217.799000', '141217.802000', '141217.805000'], 'InstanceCreationTime': ['140603.949000', '140603.952000', '140603.955000', '140603.958000', '140603.961000', '140603.964000', '140603.967000', '140603.969000', '140603.972000', '140603.975000', '140603.978000', '140603.981000', '140603.983000', '140603.986000', '140603.989000', '140603.992000', '140603.995000', '140603.998000', '140604.002000', '140604.004000', '140604.007000', '140604.010000', '140604.013000', '140604.015000', '140604.023000', '140604.026000', '140604.029000', '140604.031000', '140604.034000', '140604.037000', '140604.040000', '140604.043000', '140604.045000', '140604.048000', '140604.051000', '140604.054000', '140604.057000', '140604.059000', '140604.062000', '140604.065000', '140604.070000', '140604.094000', '140604.097000', '140604.100000', '140604.103000', '140604.106000', '140604.108000', '140604.111000', '140604.114000', '140604.117000', '140604.120000', '140604.123000', '140604.125000', '140604.128000', '140604.131000', '140604.134000', '140604.137000', '140604.139000', '140604.143000', '140623.913000', '140623.916000', '140623.919000', '140623.927000', '140623.929000', '140623.932000', '140623.935000', '140623.938000', '140623.943000', '140623.947000', '140623.950000', '140623.953000', '140623.955000', '140623.958000', '140623.961000', '140623.964000', '140623.967000', '140623.969000', '140623.972000', '140623.975000', '140623.978000', '140623.981000', '140623.983000', '140623.986000', '140623.989000', '140623.992000', '140623.995000', '140623.998000', '140624.001000', '140624.004000', '140624.007000', '140624.010000', '140624.013000', '140624.015000', '140624.018000', '140624.021000', '140624.024000', '140624.027000', '140624.029000', '140624.032000', '140624.035000', '140624.038000', '140624.041000', '140643.913000', '140643.916000', '140643.919000', '140643.922000', '140643.924000', '140643.927000', '140643.930000', '140643.933000', '140643.936000', '140643.938000', '140643.947000', '140643.950000', '140643.953000', '140643.955000', '140643.958000', '140643.961000', '140643.964000', '140643.967000', '140643.970000', '140643.972000', '140643.975000', '140643.978000', '140643.981000', '140643.984000', '140643.987000', '140643.989000', '140643.992000', '140643.995000', '140643.998000', '140644.002000', '140644.004000', '140644.007000', '140644.010000', '140644.013000', '140644.016000', '140644.019000', '140644.021000', '140644.024000', '140644.027000', '140644.030000', '140644.037000', '140644.040000', '140644.043000', '140644.046000', '140703.913000', '140703.916000', '140703.919000', '140703.922000', '140703.924000', '140703.927000', '140703.930000', '140703.933000', '140703.936000', '140703.939000', '140703.941000', '140703.944000', '140703.947000', '140703.950000', '140703.953000', '140703.956000', '140703.958000', '140703.961000', '140703.964000', '140703.967000', '140703.970000', '140703.973000', '140703.976000', '140703.979000', '140703.981000', '140703.984000', '140703.987000', '140703.990000', '140703.993000', '140703.995000', '140703.998000', '140704.002000', '140704.005000', '140704.008000', '140704.011000', '140704.013000', '140704.016000', '140704.033000', '140704.036000', '140704.039000', '140704.041000', '140704.044000', '140704.047000', '140723.913000', '140723.916000', '140723.919000', '140723.921000', '140723.924000', '140723.927000', '140723.930000', '140723.933000', '140723.936000', '140723.938000', '140723.941000', '140723.944000', '140723.947000', '140723.950000', '140723.952000', '140723.955000', '140723.958000', '140723.961000', '140723.964000', '140723.966000', '140723.969000', '140723.972000', '140723.975000', '140723.978000', '140723.981000', '140723.983000', '140723.986000', '140723.989000', '140723.992000', '140723.995000', '140723.998000', '140724.001000', '140724.004000', '140724.007000', '140724.010000', '140724.013000', '140724.015000', '140724.025000', '140724.028000', '140724.031000', '140724.034000', '140724.037000', '140724.039000', '140724.042000', '140743.913000', '140743.916000', '140743.919000', '140743.922000', '140743.924000', '140743.927000', '140743.930000', '140743.933000', '140743.936000', '140743.939000', '140743.941000', '140743.944000', '140743.947000', '140743.950000', '140743.953000', '140743.956000', '140743.959000', '140743.962000', '140743.964000', '140743.967000', '140743.970000', '140743.973000', '140743.978000', '140743.982000', '140743.985000', '140743.988000', '140743.991000', '140743.993000', '140743.996000', '140744.000000', '140744.003000', '140744.006000', '140744.009000', '140744.011000', '140744.014000', '140744.017000', '140744.020000', '140744.023000', '140744.026000', '140744.028000', '140744.031000', '140744.034000', '140744.037000', '140803.913000', '140803.916000', '140803.919000', '140803.921000', '140803.924000', '140803.927000', '140803.930000', '140803.933000', '140803.936000', '140803.939000', '140803.941000', '140803.944000', '140803.947000', '140803.950000', '140803.953000', '140803.956000', '140803.958000', '140803.961000', '140803.964000', '140803.967000', '140803.970000', '140803.973000', '140803.975000', '140803.978000', '140803.981000', '140803.984000', '140803.987000', '140803.990000', '140803.992000', '140803.995000', '140803.998000', '140804.002000', '140804.005000', '140804.007000', '140804.010000', '140804.013000', '140804.016000', '140804.019000', '140804.022000', '140804.025000', '140804.027000', '140804.030000', '140804.033000', '140804.036000', '140823.914000', '140823.917000', '140823.920000', '140823.923000', '140823.925000', '140823.928000', '140823.931000', '140823.934000', '140823.937000', '140823.940000', '140823.943000', '140823.945000', '140823.948000', '140823.951000', '140823.954000', '140823.957000', '140823.959000', '140823.962000', '140823.965000', '140823.968000', '140823.987000', '140823.990000', '140823.992000', '140823.995000', '140823.998000', '140824.002000', '140824.005000', '140824.008000', '140824.011000', '140824.014000', '140824.017000', '140824.020000', '140824.023000', '140824.026000', '140824.028000', '140824.031000', '140824.034000', '140824.037000', '140824.040000', '140824.042000', '140824.045000', '140824.048000', '140824.051000', '140843.913000', '140843.916000', '140843.919000', '140843.921000', '140843.924000', '140843.927000', '140843.930000', '140843.933000', '140843.936000', '140843.939000', '140843.942000', '140843.948000', '140843.951000', '140843.954000', '140843.957000', '140843.959000', '140843.962000', '140843.965000', '140843.968000', '140843.984000', '140843.986000', '140843.989000', '140843.992000', '140843.995000', '140843.998000', '140844.002000', '140844.004000', '140844.007000', '140844.010000', '140844.013000', '140844.016000', '140844.019000', '140844.021000', '140844.024000', '140844.027000', '140844.030000', '140844.033000', '140844.036000', '140844.038000', '140844.041000', '140844.044000', '140844.047000', '140844.050000', '140844.053000', '140903.913000', '140903.916000', '140903.919000', '140903.922000', '140903.925000', '140903.927000', '140903.930000', '140903.933000', '140903.936000', '140903.940000', '140903.943000', '140903.946000', '140903.949000', '140903.951000', '140903.954000', '140903.957000', '140903.960000', '140903.963000', '140903.966000', '140903.968000', '140903.971000', '140903.974000', '140903.977000', '140903.980000', '140903.983000', '140903.986000', '140903.989000', '140903.991000', '140903.994000', '140903.997000', '140904.001000', '140904.004000', '140904.007000', '140904.012000', '140904.016000', '140904.019000', '140904.022000', '140904.025000', '140904.028000', '140904.030000', '140904.033000', '140904.036000', '140904.039000', '140923.913000', '140923.916000', '140923.919000', '140923.921000', '140923.924000', '140923.927000', '140923.930000', '140923.933000', '140923.936000', '140923.939000', '140923.941000', '140923.944000', '140923.947000', '140923.950000', '140923.953000', '140923.955000', '140923.958000', '140923.961000', '140923.964000', '140923.967000', '140923.970000', '140923.972000', '140923.975000', '140923.978000', '140923.981000', '140923.984000', '140923.987000', '140923.989000', '140923.992000', '140923.995000', '140923.998000', '140924.002000', '140924.005000', '140924.007000', '140924.030000', '140924.033000', '140924.036000', '140924.039000', '140924.042000', '140924.045000', '140924.047000', '140924.050000', '140924.053000', '140924.056000', '140943.913000', '140943.916000', '140943.919000', '140943.922000', '140943.924000', '140943.927000', '140943.930000', '140943.933000', '140943.936000', '140943.939000', '140943.942000', '140943.944000', '140943.947000', '140943.950000', '140943.953000', '140943.956000', '140943.959000', '140943.970000', '140943.973000', '140943.976000', '140943.978000', '140943.981000', '140943.984000', '140943.987000', '140943.990000', '140943.993000', '140943.995000', '140943.998000', '140944.002000', '140944.005000', '140944.008000', '140944.011000', '140944.014000', '140944.016000', '140944.019000', '140944.022000', '140944.025000', '140944.028000', '140944.030000', '140944.033000', '140944.036000', '140944.039000', '140944.042000', '141003.913000', '141003.916000', '141003.919000', '141003.921000', '141003.924000', '141003.927000', '141003.930000', '141003.933000', '141003.936000', '141003.938000', '141003.941000', '141003.944000', '141003.947000', '141003.950000', '141003.953000', '141003.956000', '141003.958000', '141003.961000', '141003.964000', '141003.967000', '141003.970000', '141003.972000', '141003.975000', '141003.978000', '141003.981000', '141003.984000', '141003.987000', '141003.990000', '141003.992000', '141003.995000', '141003.998000', '141004.002000', '141004.005000', '141004.008000', '141004.011000', '141004.013000', '141004.016000', '141004.019000', '141004.022000', '141004.025000', '141004.027000', '141004.030000', '141004.033000', '141004.036000', '141023.933000', '141023.936000', '141023.939000', '141023.942000', '141023.945000', '141023.948000', '141023.951000', '141023.953000', '141023.956000', '141023.959000', '141023.962000', '141023.965000', '141023.967000', '141023.970000', '141023.973000', '141023.977000', '141023.980000', '141023.983000', '141023.986000', '141023.989000', '141023.992000', '141023.995000', '141023.997000', '141024.001000', '141024.004000', '141024.007000', '141024.010000', '141024.013000', '141024.015000', '141024.018000', '141024.021000', '141024.024000', '141024.027000', '141024.030000', '141024.033000', '141024.042000', '141024.045000', '141024.049000', '141024.052000', '141024.055000', '141024.058000', '141024.061000', '141024.064000', '141043.914000', '141043.917000', '141043.920000', '141043.923000', '141043.925000', '141043.928000', '141043.931000', '141043.934000', '141043.937000', '141043.940000', '141043.942000', '141043.945000', '141043.948000', '141043.951000', '141043.954000', '141043.957000', '141043.960000', '141043.963000', '141043.965000', '141043.968000', '141043.971000', '141043.974000', '141043.977000', '141043.980000', '141043.982000', '141043.985000', '141043.988000', '141043.991000', '141043.994000', '141043.997000', '141044.001000', '141044.003000', '141044.006000', '141044.009000', '141044.012000', '141044.015000', '141044.018000', '141044.020000', '141044.023000', '141044.026000', '141044.029000', '141044.032000', '141044.034000', '141044.037000', '141103.913000', '141103.916000', '141103.919000', '141103.922000', '141103.924000', '141103.927000', '141103.930000', '141103.933000', '141103.936000', '141103.939000', '141103.942000', '141103.944000', '141103.947000', '141103.950000', '141103.953000', '141103.956000', '141103.959000', '141103.962000', '141103.964000', '141103.967000', '141103.970000', '141103.973000', '141103.976000', '141103.979000', '141103.982000', '141103.984000', '141103.987000', '141103.990000', '141103.993000', '141103.996000', '141104.000000', '141104.002000', '141104.005000', '141104.008000', '141104.011000', '141104.014000', '141104.017000', '141104.019000', '141104.022000', '141104.025000', '141104.028000', '141104.031000', '141104.046000', '141123.913000', '141123.916000', '141123.919000', '141123.922000', '141123.924000', '141123.927000', '141123.930000', '141123.933000', '141123.936000', '141123.939000', '141123.941000', '141123.944000', '141123.947000', '141123.950000', '141123.953000', '141123.956000', '141123.959000', '141123.961000', '141123.964000', '141123.967000', '141123.970000', '141123.973000', '141123.976000', '141123.978000', '141123.981000', '141123.984000', '141123.987000', '141123.990000', '141123.993000', '141123.996000', '141123.998000', '141124.002000', '141124.005000', '141124.008000', '141124.011000', '141124.014000', '141124.016000', '141124.019000', '141124.022000', '141124.025000', '141124.028000', '141124.030000', '141124.033000', '141124.036000', '141143.913000', '141143.916000', '141143.919000', '141143.922000', '141143.924000', '141143.927000', '141143.930000', '141143.933000', '141143.936000', '141143.939000', '141143.941000', '141143.961000', '141143.964000', '141143.967000', '141143.970000', '141143.973000', '141143.975000', '141143.978000', '141143.981000', '141143.984000', '141143.987000', '141143.990000', '141143.992000', '141143.995000', '141143.998000', '141144.002000', '141144.005000', '141144.008000', '141144.010000', '141144.013000', '141144.017000', '141144.020000', '141144.023000', '141144.026000', '141144.029000', '141144.032000', '141144.034000', '141144.037000', '141144.040000', '141144.043000', '141144.046000', '141144.049000', '141144.051000', '141203.913000', '141203.916000', '141203.919000', '141203.921000', '141203.924000', '141203.927000', '141203.930000', '141203.933000', '141203.936000', '141203.938000', '141203.941000', '141203.944000', '141203.947000', '141203.950000', '141203.953000', '141203.956000', '141203.958000', '141203.961000', '141203.964000', '141203.967000', '141203.970000', '141203.973000', '141203.976000', '141203.978000', '141203.988000', '141203.991000', '141203.994000', '141203.996000', '141204.000000', '141204.003000', '141204.006000', '141204.009000', '141204.012000', '141204.014000', '141204.017000', '141204.020000', '141204.023000', '141204.026000', '141204.029000', '141204.031000', '141204.034000', '141204.037000', '141204.040000', '141204.043000', '141217.716000', '141217.720000', '141217.724000', '141217.727000', '141217.730000', '141217.733000', '141217.736000', '141217.739000', '141217.743000', '141217.746000', '141217.749000', '141217.752000', '141217.755000', '141217.758000', '141217.761000', '141217.763000', '141217.766000', '141217.769000', '141217.772000', '141217.775000', '141217.778000', '141217.781000', '141217.784000', '141217.788000', '141217.791000', '141217.794000', '141217.796000', '141217.799000', '141217.802000', '141217.805000'], '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': [15334, 10314, 15185, 11953, 14622, 15369, 13177, 15661, 11525, 15348, 12366, 14853, 10731, 15120, 11535, 15272, 17379, 12202, 16574, 12313, 15697, 11926, 14639, 17383, 14594, 18253, 13742, 14407, 9916, 14190, 9935, 14969, 12322, 12630, 15740, 12411, 14850, 11106, 14610, 10294, 14040, 9913, 13911, 15053, 11429, 15398, 10855, 14565, 9448, 14463, 14975, 11208, 14714, 10146, 14703, 15785, 11329, 14800, 10814, 14186, 9036, 13315, 14597, 10974, 14015, 11430, 9589, 12626, 9057, 13258, 11333, 11883, 9811, 14236, 12011, 12761, 15478, 11402, 14572, 9655, 14067, 12975, 12814, 16732, 12076, 15334, 12169, 14356, 9897, 14599, 16722, 11732, 15597, 11091, 14349, 10968, 11620, 16259, 11201, 14727, 10923, 16150, 12168, 14794, 11610, 15057, 10238, 14375, 9458, 12215, 16387, 11838, 14029, 11693, 15442, 11288, 15177, 10645, 14706, 9520, 15260, 17393, 12306, 16402, 10690, 14880, 15582, 11376, 16250, 11583, 14777, 9170, 13004, 16677, 11356, 15026, 10805, 14729, 9084, 11638, 13172, 9937, 14704, 10723, 11770, 11142, 9167, 13353, 10212, 14682, 10996, 14070, 9438, 14054, 10030, 12578, 14893, 11192, 14395, 10897, 13960, 9362, 12601, 14581, 11114, 14521, 11278, 13488, 9031, 12068, 16826, 11589, 15083, 11391, 13252, 10381, 13603, 9372, 13481, 12772, 11321, 15200, 10636, 13086, 10947, 14873, 11273, 9296, 13810, 10910, 13999, 10423, 13524, 13420, 11867, 16522, 11478, 13764, 10647, 14313, 13253, 13456, 20968, 13045, 17025, 12196, 9588, 10859, 11599, 13924, 12520, 11899, 12472, 10135, 13154, 11406, 13479, 11238, 13442, 11919, 14367, 12319, 14852, 12633, 15037, 11578, 15193, 10903, 12168, 15636, 11969, 13705, 10405, 12895, 10127, 12900, 9709, 13369, 10098, 14076, 10955, 12576, 11083, 12512, 11177, 12250, 10998, 13861, 10482, 12374, 10638, 12379, 10744, 11005, 11348, 9702, 11115, 10485, 12298, 12461, 14880, 11147, 12259, 11991, 13475, 11720, 9321, 12152, 10563, 13180, 10533, 13759, 10358, 13481, 10386, 13317, 10615, 13559, 10779, 15286, 10819, 9166, 17199, 12682, 15366, 11024, 10044, 12125, 10796, 9119, 13281, 10057, 12978, 10922, 9346, 11051, 9429, 12483, 9523, 12390, 9130, 12894, 9294, 12993, 9592, 12737, 10670, 13033, 10724, 12643, 10226, 11661, 10835, 12125, 12031, 12083, 11069, 9112, 9957, 9303, 8834, 11931, 10590, 10194, 9771, 10538, 14105, 15168, 10400, 13637, 11304, 10596, 13820, 12798, 13401, 12630, 13885, 15465, 11288, 14723, 11461, 14586, 11141, 14242, 10696, 14488, 10523, 12488, 12452, 9796, 11560, 11993, 11570, 11739, 9757, 12913, 11990, 9348, 11284, 12218, 9163, 9226, 10862, 9415, 11447, 10226, 10071, 11812, 9814, 12358, 11168, 13562, 12329, 12503, 12546, 12571, 13893, 12738, 13055, 11848, 13078, 11096, 10901, 11129, 15102, 9898, 9447, 12322, 10403, 11576, 11395, 11424, 12425, 11110, 10247, 13488, 10330, 11744, 10828, 11140, 14832, 12623, 12072, 9285, 12560, 9764, 11838, 15278, 10428, 13758, 9542, 12097, 9315, 10050, 13173, 9921, 12527, 9236, 10355, 9206, 10416, 12691, 10183, 14373, 9780, 9371, 9033, 9623, 11794, 9366, 13016, 10202, 12463, 10333, 9195, 9302, 9610, 12696, 9710, 13968, 10651, 12390, 10459, 9461, 10807, 9846, 13565, 11004, 12176, 11378, 9444, 12367, 9841, 13276, 11305, 16189, 12313, 13537, 10519, 9717, 11898, 11053, 16400, 11453, 11773, 12347, 9418, 12216, 10057, 13665, 10491, 12671, 10087, 12641, 9758, 14890, 10014, 12312, 9701, 8756, 9756, 9116, 11622, 10399, 13802, 12698, 13224, 9566, 9914, 10043, 9281, 13069, 11314, 13495, 9991, 13001, 9838, 13723, 13042, 14390, 13929, 16077, 11522, 14477, 11472, 13669, 10621, 13329, 10073, 12490, 9993, 10272, 9893, 9758, 11973, 9940, 11410, 9892, 11127, 9627, 10512, 9514, 10234, 9563, 10023, 9714, 9288, 9738, 10074, 9830, 11642, 13675, 9138, 13332, 11600, 9722, 13250, 11802, 11597, 12316, 11858, 11557, 12120, 10012, 15798, 12873, 16433, 15529, 15933, 13824, 12891, 15003, 15231, 12246, 11807, 15138, 13150, 15710, 10874, 13696, 10190, 13301, 9302, 9640, 12401, 10572, 12478, 10385, 12732, 10021, 11754, 10101, 11732, 9569, 10532, 9715, 11445, 9521, 11222, 9547, 10964, 9431, 10215, 12648, 9818, 11654, 9731, 10967, 9677, 11473, 13974, 15666, 11363, 17519, 9470, 9895, 9380, 12790, 14546, 9391, 8729, 11007, 9664, 13828, 11261, 9470, 13325, 10087, 13501, 9877, 11891, 10880, 13053, 14136, 13714, 16334, 12293, 16025, 11690, 14785, 10591, 10727, 9614, 11353, 10103, 12563, 9881, 11449, 9899, 11083, 9649, 11620, 9660, 10882, 10079, 11100, 10169, 11701, 10785, 10033, 9716, 8964, 9604, 9831, 9198, 9138, 8905, 12589, 11247, 8939, 13167, 9645, 13323, 11212, 13789, 14725, 12664, 15828, 12915, 15398, 12018, 15952, 12485, 12856, 16512, 11927, 15384, 10702, 13370, 10274, 11149, 11380, 10350, 10172, 9163, 12293, 10135, 12929, 10035, 11536, 9757, 10526, 11414, 9974, 13031, 10017, 12006, 9554, 12031, 9505, 11268, 11700, 9443, 12443, 10481, 12321, 8866, 9646, 9116, 9471, 12540, 9590, 9245, 9586, 9398, 10471, 9217, 10232, 9447, 9632, 14550, 12107, 11935, 9292, 8564, 9426, 10439, 11866, 14317, 10616, 13200, 9377, 11800, 9961, 9808, 13315, 10610, 12901, 9629, 9922, 12509, 17097, 11394, 9861, 9179, 8960, 9966, 8954, 11081, 12643, 10383, 14390, 9237, 15037, 10590, 14748, 10783, 11348, 15036, 11352, 15701, 9401, 8932, 9445, 9613, 9225, 9472, 11274, 9754, 14120, 9725, 11918, 13030, 10430, 9175, 9992, 11206, 10764, 15300, 10540, 15295, 11073, 15790, 10682, 15624, 10589, 13149, 13625, 10059, 16002, 9381, 14812, 10311, 13624, 9008, 10551, 9443, 9850, 13952, 9182, 13324, 9270, 9496, 9716, 9067, 9677, 9008, 10571, 9489, 13626, 9407, 10242, 9165, 10025, 9269, 9410, 12240, 9247, 9406, 9475, 9577, 13225, 9975, 10707, 10032, 13307, 10802, 14943, 10803, 17007, 14219, 17292, 15519, 16762, 13262, 15264, 14219, 18481, 15089, 13160, 9643, 13105, 10004, 14083, 9745, 13441, 11103, 13121, 10513, 12985, 10286, 12169, 10414, 10614, 14046, 10056, 12253, 10619, 10942, 10110, 10463, 10599, 10045, 13698, 9501, 9520, 9353, 9920, 10960, 10923, 9904, 9557, 10641, 11631, 10543, 13434, 10245, 11149, 10317, 12269, 10376, 13266], 'WindowCenter': [5405.0, 5320.0, 5339.0, 5281.0, 5300.0, 5295.0, 5275.0, 5291.0, 5256.0, 5271.0, 5248.0, 5256.0, 5218.0, 5256.0, 5213.0, 5255.0, 5253.0, 5214.0, 5241.0, 5202.0, 5261.0, 5227.0, 5235.0, 5243.0, 5233.0, 5214.0, 5195.0, 5214.0, 5169.0, 5207.0, 5166.0, 5216.0, 5185.0, 5200.0, 5213.0, 5194.0, 5215.0, 5189.0, 5219.0, 5180.0, 5233.0, 5179.0, 5228.0, 5227.0, 5202.0, 5229.0, 5192.0, 5228.0, 5170.0, 5222.0, 5228.0, 5191.0, 5217.0, 5176.0, 5231.0, 5228.0, 5190.0, 5216.0, 5178.0, 5217.0, 5158.0, 5231.0, 5231.0, 5190.0, 5208.0, 5217.0, 5185.0, 5210.0, 5184.0, 5252.0, 5214.0, 5215.0, 5198.0, 5245.0, 5223.0, 5233.0, 5245.0, 5226.0, 5261.0, 5224.0, 5261.0, 5236.0, 5221.0, 5252.0, 5214.0, 5229.0, 5199.0, 5220.0, 5167.0, 5221.0, 5228.0, 5201.0, 5217.0, 5177.0, 5245.0, 5233.0, 5243.0, 5255.0, 5219.0, 5233.0, 5192.0, 5227.0, 5188.0, 5203.0, 5175.0, 5192.0, 5167.0, 5195.0, 5157.0, 5203.0, 5215.0, 5177.0, 5191.0, 5173.0, 5200.0, 5172.0, 5189.0, 5166.0, 5195.0, 5145.0, 5194.0, 5199.0, 5161.0, 5190.0, 5140.0, 5179.0, 5175.0, 5149.0, 5175.0, 5146.0, 5176.0, 5118.0, 5167.0, 5184.0, 5147.0, 5179.0, 5150.0, 5178.0, 5132.0, 5174.0, 5208.0, 5181.0, 5205.0, 5179.0, 5184.0, 5190.0, 5174.0, 5222.0, 5190.0, 5230.0, 5204.0, 5235.0, 5199.0, 5235.0, 5195.0, 5224.0, 5243.0, 5217.0, 5236.0, 5203.0, 5231.0, 5184.0, 5225.0, 5232.0, 5213.0, 5249.0, 5219.0, 5235.0, 5186.0, 5227.0, 5241.0, 5204.0, 5243.0, 5216.0, 5221.0, 5183.0, 5221.0, 5172.0, 5240.0, 5223.0, 5206.0, 5232.0, 5194.0, 5215.0, 5219.0, 5230.0, 5202.0, 5185.0, 5221.0, 5191.0, 5212.0, 5180.0, 5210.0, 5200.0, 5178.0, 5206.0, 5169.0, 5184.0, 5145.0, 5186.0, 5175.0, 5213.0, 5249.0, 5217.0, 5217.0, 5149.0, 5131.0, 5137.0, 5172.0, 5202.0, 5183.0, 5175.0, 5183.0, 5166.0, 5194.0, 5172.0, 5181.0, 5175.0, 5183.0, 5188.0, 5208.0, 5175.0, 5181.0, 5161.0, 5168.0, 5126.0, 5154.0, 5139.0, 5147.0, 5150.0, 5119.0, 5126.0, 5089.0, 5114.0, 5089.0, 5118.0, 5089.0, 5125.0, 5098.0, 5135.0, 5111.0, 5127.0, 5122.0, 5130.0, 5147.0, 5141.0, 5138.0, 5164.0, 5135.0, 5144.0, 5136.0, 5154.0, 5140.0, 5149.0, 5151.0, 5140.0, 5132.0, 5121.0, 5143.0, 5169.0, 5185.0, 5176.0, 5185.0, 5170.0, 5199.0, 5160.0, 5128.0, 5153.0, 5135.0, 5164.0, 5137.0, 5152.0, 5125.0, 5139.0, 5111.0, 5130.0, 5109.0, 5131.0, 5110.0, 5150.0, 5097.0, 4968.0, 5116.0, 5084.0, 5087.0, 5087.0, 5090.0, 5119.0, 5126.0, 5095.0, 5159.0, 5117.0, 5146.0, 5137.0, 5092.0, 5112.0, 5093.0, 5123.0, 5104.0, 5135.0, 5109.0, 5121.0, 5084.0, 5124.0, 5092.0, 5110.0, 5087.0, 5103.0, 5087.0, 5095.0, 5090.0, 5157.0, 5120.0, 5064.0, 5052.0, 5145.0, 5173.0, 5121.0, 5115.0, 5105.0, 5080.0, 5122.0, 5126.0, 5136.0, 5142.0, 5182.0, 5131.0, 5138.0, 5123.0, 5153.0, 5140.0, 5135.0, 5208.0, 5144.0, 5102.0, 5081.0, 5117.0, 5129.0, 5087.0, 5100.0, 5071.0, 5087.0, 5045.0, 5071.0, 5069.0, 5085.0, 5041.0, 5089.0, 5102.0, 5060.0, 5066.0, 5093.0, 5081.0, 5069.0, 5024.0, 5071.0, 5074.0, 5059.0, 5108.0, 5142.0, 5082.0, 5081.0, 5103.0, 5068.0, 5124.0, 5130.0, 5134.0, 5156.0, 5147.0, 5167.0, 5154.0, 5159.0, 5151.0, 5140.0, 5141.0, 5143.0, 5163.0, 5157.0, 5183.0, 5119.0, 5109.0, 5097.0, 5103.0, 5108.0, 5136.0, 5105.0, 5127.0, 5134.0, 5083.0, 5121.0, 5134.0, 5129.0, 5104.0, 5093.0, 5152.0, 5154.0, 5110.0, 5130.0, 5133.0, 5139.0, 5149.0, 5127.0, 5126.0, 5096.0, 5126.0, 5094.0, 5114.0, 5119.0, 5081.0, 5109.0, 5070.0, 5099.0, 5067.0, 5079.0, 5109.0, 5078.0, 5097.0, 5069.0, 5077.0, 5068.0, 5091.0, 5109.0, 5093.0, 5144.0, 5103.0, 5095.0, 5094.0, 5108.0, 5150.0, 5122.0, 5152.0, 5147.0, 5164.0, 5144.0, 5122.0, 5136.0, 5144.0, 5176.0, 5160.0, 5182.0, 5128.0, 5090.0, 5113.0, 5094.0, 5156.0, 5148.0, 5208.0, 5191.0, 5154.0, 5103.0, 5031.0, 5182.0, 5111.0, 5137.0, 5106.0, 5144.0, 5108.0, 5061.0, 5084.0, 5071.0, 5094.0, 5097.0, 5091.0, 5062.0, 5083.0, 5081.0, 5051.0, 5094.0, 5066.0, 5118.0, 5120.0, 5113.0, 5064.0, 5149.0, 5097.0, 5141.0, 5080.0, 5054.0, 5060.0, 5053.0, 5074.0, 5062.0, 5120.0, 5115.0, 5139.0, 5116.0, 5129.0, 5092.0, 5079.0, 5091.0, 5082.0, 5146.0, 5099.0, 5115.0, 5091.0, 5121.0, 5080.0, 5103.0, 5110.0, 5097.0, 5087.0, 5090.0, 5065.0, 5083.0, 5080.0, 5111.0, 5078.0, 5086.0, 5043.0, 5061.0, 5032.0, 5066.0, 5055.0, 5057.0, 5072.0, 5052.0, 5060.0, 5052.0, 5060.0, 5040.0, 5052.0, 5053.0, 5065.0, 5054.0, 5068.0, 5082.0, 5098.0, 5082.0, 5057.0, 5081.0, 5089.0, 5134.0, 5132.0, 5126.0, 5174.0, 5131.0, 5171.0, 5159.0, 5158.0, 5143.0, 5149.0, 5145.0, 5158.0, 5142.0, 5192.0, 5163.0, 5150.0, 5169.0, 5143.0, 5109.0, 5144.0, 5151.0, 5152.0, 5125.0, 5116.0, 5119.0, 5109.0, 5118.0, 5078.0, 5096.0, 5055.0, 5097.0, 5071.0, 5081.0, 5108.0, 5091.0, 5111.0, 5106.0, 5108.0, 5081.0, 5120.0, 5122.0, 5140.0, 5092.0, 5099.0, 5080.0, 5125.0, 5106.0, 5114.0, 5095.0, 5114.0, 5084.0, 5106.0, 5123.0, 5106.0, 5115.0, 5107.0, 5155.0, 5120.0, 5149.0, 5218.0, 5219.0, 5011.0, 5180.0, 5086.0, 5118.0, 5097.0, 5130.0, 5155.0, 5118.0, 5096.0, 5127.0, 5120.0, 5158.0, 5142.0, 5132.0, 5172.0, 5131.0, 5161.0, 5117.0, 5139.0, 5075.0, 5165.0, 5133.0, 5131.0, 5111.0, 5080.0, 5083.0, 5089.0, 5119.0, 5069.0, 5076.0, 5071.0, 5077.0, 5055.0, 5084.0, 5070.0, 5088.0, 5078.0, 5075.0, 5070.0, 5102.0, 5093.0, 5089.0, 5088.0, 5099.0, 5130.0, 5154.0, 5087.0, 5080.0, 5086.0, 5095.0, 5066.0, 5134.0, 5100.0, 5111.0, 5097.0, 5129.0, 5137.0, 5135.0, 5160.0, 5121.0, 5162.0, 5129.0, 5161.0, 5159.0, 5141.0, 5158.0, 5125.0, 5144.0, 5100.0, 5130.0, 5097.0, 5114.0, 5159.0, 5101.0, 5118.0, 5086.0, 5103.0, 5065.0, 5085.0, 5108.0, 5111.0, 5117.0, 5078.0, 5094.0, 5073.0, 5106.0, 5076.0, 5111.0, 5078.0, 5104.0, 5109.0, 5094.0, 5109.0, 5090.0, 5123.0, 5106.0, 5133.0, 5091.0, 5099.0, 5095.0, 5077.0, 5094.0, 5101.0, 5135.0, 5099.0, 5105.0, 5092.0, 5112.0, 5125.0, 5097.0, 5097.0, 5099.0, 5100.0, 5123.0, 5117.0, 5141.0, 5144.0, 5131.0, 5159.0, 5067.0, 5022.0, 5067.0, 5053.0, 5069.0, 5092.0, 5112.0, 5119.0, 5091.0, 5111.0, 5079.0, 5110.0, 5092.0, 5095.0, 5145.0, 5115.0, 5137.0, 5128.0, 5047.0, 5148.0, 5142.0, 5076.0, 5054.0, 5022.0, 4984.0, 5003.0, 5019.0, 5046.0, 5069.0, 5044.0, 5083.0, 5053.0, 5097.0, 5054.0, 5092.0, 5088.0, 5076.0, 5081.0, 5065.0, 5049.0, 5017.0, 5010.0, 5024.0, 5025.0, 5028.0, 5046.0, 5062.0, 5058.0, 5129.0, 5084.0, 5109.0, 5113.0, 5092.0, 5082.0, 5102.0, 5111.0, 5101.0, 5127.0, 5089.0, 5116.0, 5088.0, 5116.0, 5065.0, 5128.0, 5075.0, 5091.0, 5077.0, 5047.0, 5088.0, 5040.0, 5089.0, 5061.0, 5089.0, 5052.0, 5062.0, 5054.0, 5056.0, 5091.0, 5066.0, 5093.0, 5080.0, 5103.0, 5070.0, 5057.0, 5074.0, 5079.0, 5157.0, 5206.0, 5156.0, 5044.0, 5091.0, 5118.0, 5163.0, 5126.0, 5116.0, 5149.0, 5116.0, 5118.0, 5167.0, 5165.0, 5194.0, 5153.0, 5157.0, 5141.0, 5182.0, 5164.0, 5187.0, 5149.0, 5187.0, 5166.0, 5176.0, 5144.0, 5150.0, 5131.0, 5143.0, 5137.0, 5073.0, 4845.0, 4836.0, 4793.0, 4872.0, 4874.0, 4888.0, 4891.0, 4917.0, 4931.0, 4949.0, 4938.0, 4991.0, 4956.0, 4983.0, 4958.0, 4951.0, 4965.0, 4927.0, 4956.0, 4962.0, 5019.0, 5023.0, 5081.0, 5087.0, 4874.0, 4820.0, 4813.0, 4820.0, 4881.0, 4884.0, 5127.0, 5353.0, 5208.0, 5167.0, 5128.0, 5134.0, 5114.0, 5141.0, 5115.0, 5113.0, 5109.0, 5132.0, 5114.0, 5164.0], 'WindowWidth': [11624.0, 11485.0, 11490.0, 11392.0, 11414.0, 11399.0, 11370.0, 11391.0, 11342.0, 11357.0, 11319.0, 11332.0, 11275.0, 11328.0, 11260.0, 11321.0, 11317.0, 11262.0, 11298.0, 11239.0, 11340.0, 11286.0, 11289.0, 11300.0, 11282.0, 11245.0, 11214.0, 11248.0, 11186.0, 11233.0, 11178.0, 11247.0, 11203.0, 11229.0, 11242.0, 11218.0, 11245.0, 11214.0, 11255.0, 11206.0, 11283.0, 11204.0, 11272.0, 11269.0, 11238.0, 11273.0, 11224.0, 11272.0, 11190.0, 11265.0, 11270.0, 11221.0, 11254.0, 11197.0, 11276.0, 11268.0, 11217.0, 11251.0, 11199.0, 11252.0, 11173.0, 11281.0, 11275.0, 11219.0, 11239.0, 11265.0, 11216.0, 11249.0, 11218.0, 11321.0, 11261.0, 11261.0, 11238.0, 11305.0, 11273.0, 11288.0, 11306.0, 11282.0, 11338.0, 11292.0, 11341.0, 11293.0, 11268.0, 11312.0, 11259.0, 11275.0, 11228.0, 11261.0, 11185.0, 11261.0, 11268.0, 11231.0, 11251.0, 11195.0, 11311.0, 11304.0, 11316.0, 11319.0, 11275.0, 11281.0, 11221.0, 11265.0, 11210.0, 11226.0, 11186.0, 11207.0, 11175.0, 11215.0, 11163.0, 11236.0, 11240.0, 11185.0, 11207.0, 11182.0, 11216.0, 11180.0, 11202.0, 11171.0, 11213.0, 11140.0, 11207.0, 11211.0, 11158.0, 11196.0, 11125.0, 11180.0, 11168.0, 11135.0, 11169.0, 11129.0, 11173.0, 11093.0, 11159.0, 11183.0, 11135.0, 11179.0, 11139.0, 11179.0, 11120.0, 11185.0, 11237.0, 11204.0, 11227.0, 11194.0, 11199.0, 11214.0, 11198.0, 11265.0, 11220.0, 11275.0, 11243.0, 11290.0, 11242.0, 11289.0, 11230.0, 11271.0, 11298.0, 11266.0, 11289.0, 11243.0, 11281.0, 11213.0, 11272.0, 11279.0, 11255.0, 11313.0, 11270.0, 11290.0, 11221.0, 11280.0, 11291.0, 11240.0, 11299.0, 11262.0, 11262.0, 11207.0, 11258.0, 11194.0, 11299.0, 11266.0, 11248.0, 11276.0, 11227.0, 11256.0, 11270.0, 11274.0, 11240.0, 11217.0, 11263.0, 11216.0, 11248.0, 11199.0, 11245.0, 11223.0, 11192.0, 11232.0, 11176.0, 11196.0, 11138.0, 11198.0, 11180.0, 11254.0, 11301.0, 11258.0, 11247.0, 11137.0, 11115.0, 11117.0, 11178.0, 11223.0, 11199.0, 11184.0, 11194.0, 11174.0, 11213.0, 11178.0, 11189.0, 11184.0, 11194.0, 11209.0, 11237.0, 11184.0, 11187.0, 11159.0, 11163.0, 11096.0, 11138.0, 11127.0, 11129.0, 11121.0, 11080.0, 11085.0, 11033.0, 11064.0, 11032.0, 11076.0, 11037.0, 11081.0, 11046.0, 11095.0, 11070.0, 11088.0, 11086.0, 11099.0, 11132.0, 11118.0, 11117.0, 11151.0, 11112.0, 11123.0, 11116.0, 11137.0, 11125.0, 11140.0, 11141.0, 11130.0, 11108.0, 11087.0, 11121.0, 11167.0, 11187.0, 11186.0, 11198.0, 11175.0, 11225.0, 11158.0, 11109.0, 11138.0, 11114.0, 11155.0, 11120.0, 11138.0, 11097.0, 11112.0, 11073.0, 11095.0, 11069.0, 11097.0, 11070.0, 11124.0, 11046.0, 10803.0, 11064.0, 11007.0, 10998.0, 11020.0, 11033.0, 11075.0, 11096.0, 11049.0, 11147.0, 11086.0, 11121.0, 11118.0, 11043.0, 11066.0, 11041.0, 11086.0, 11059.0, 11106.0, 11070.0, 11077.0, 11026.0, 11082.0, 11038.0, 11055.0, 11023.0, 11040.0, 11020.0, 11027.0, 11033.0, 11156.0, 11088.0, 10974.0, 10954.0, 11131.0, 11190.0, 11102.0, 11080.0, 11066.0, 11022.0, 11087.0, 11100.0, 11121.0, 11135.0, 11212.0, 11095.0, 11107.0, 11094.0, 11135.0, 11125.0, 11115.0, 11240.0, 11122.0, 11041.0, 11008.0, 11069.0, 11090.0, 11024.0, 11034.0, 10990.0, 11010.0, 10944.0, 10979.0, 10990.0, 11001.0, 10938.0, 11020.0, 11042.0, 10978.0, 10980.0, 11032.0, 11012.0, 10989.0, 10912.0, 10980.0, 10989.0, 10977.0, 11062.0, 11118.0, 11018.0, 11018.0, 11054.0, 10994.0, 11083.0, 11104.0, 11115.0, 11150.0, 11139.0, 11167.0, 11144.0, 11144.0, 11135.0, 11117.0, 11120.0, 11124.0, 11155.0, 11149.0, 11199.0, 11083.0, 11058.0, 11040.0, 11055.0, 11059.0, 11094.0, 11061.0, 11109.0, 11111.0, 11017.0, 11087.0, 11110.0, 11093.0, 11048.0, 11031.0, 11147.0, 11139.0, 11071.0, 11101.0, 11113.0, 11118.0, 11130.0, 11095.0, 11090.0, 11049.0, 11089.0, 11042.0, 11069.0, 11070.0, 11017.0, 11053.0, 10999.0, 11040.0, 10995.0, 11015.0, 11057.0, 11015.0, 11036.0, 11002.0, 11011.0, 10997.0, 11035.0, 11057.0, 11043.0, 11119.0, 11059.0, 11050.0, 11048.0, 11074.0, 11136.0, 11103.0, 11139.0, 11143.0, 11162.0, 11134.0, 11099.0, 11125.0, 11136.0, 11181.0, 11170.0, 11191.0, 11105.0, 11022.0, 11073.0, 11043.0, 11154.0, 11147.0, 11246.0, 11225.0, 11143.0, 11052.0, 10927.0, 11201.0, 11079.0, 11110.0, 11064.0, 11112.0, 11060.0, 10964.0, 11023.0, 11000.0, 11035.0, 11040.0, 11007.0, 10981.0, 11009.0, 11003.0, 10962.0, 11028.0, 10991.0, 11068.0, 11092.0, 11066.0, 10981.0, 11131.0, 11053.0, 11106.0, 11018.0, 10952.0, 10978.0, 10974.0, 11003.0, 10985.0, 11079.0, 11082.0, 11107.0, 11067.0, 11089.0, 11039.0, 11017.0, 11034.0, 11022.0, 11126.0, 11045.0, 11064.0, 11035.0, 11077.0, 11016.0, 11038.0, 11059.0, 11030.0, 11011.0, 11006.0, 10977.0, 11001.0, 11008.0, 11056.0, 11006.0, 11010.0, 10944.0, 10967.0, 10922.0, 10987.0, 10971.0, 10979.0, 10991.0, 10963.0, 10969.0, 10961.0, 10969.0, 10944.0, 10959.0, 10962.0, 10983.0, 10970.0, 10995.0, 11023.0, 11058.0, 11020.0, 10970.0, 11018.0, 11023.0, 11094.0, 11119.0, 11078.0, 11187.0, 11112.0, 11168.0, 11153.0, 11148.0, 11120.0, 11133.0, 11129.0, 11147.0, 11129.0, 11202.0, 11158.0, 11125.0, 11157.0, 11106.0, 11053.0, 11126.0, 11129.0, 11129.0, 11087.0, 11073.0, 11067.0, 11052.0, 11062.0, 11006.0, 11029.0, 10968.0, 11029.0, 11006.0, 11021.0, 11052.0, 11035.0, 11065.0, 11061.0, 11051.0, 11017.0, 11085.0, 11093.0, 11116.0, 11038.0, 11043.0, 11019.0, 11091.0, 11067.0, 11072.0, 11046.0, 11075.0, 11029.0, 11064.0, 11083.0, 11063.0, 11075.0, 11068.0, 11150.0, 11094.0, 11136.0, 11255.0, 11253.0, 10877.0, 11174.0, 11032.0, 11090.0, 11053.0, 11096.0, 11137.0, 11090.0, 11053.0, 11098.0, 11095.0, 11144.0, 11128.0, 11115.0, 11171.0, 11111.0, 11154.0, 11086.0, 11116.0, 11001.0, 11166.0, 11096.0, 11095.0, 11050.0, 11001.0, 10997.0, 11024.0, 11066.0, 10995.0, 11000.0, 10999.0, 11001.0, 10968.0, 11007.0, 11000.0, 11024.0, 11010.0, 10998.0, 11001.0, 11046.0, 11042.0, 11029.0, 11028.0, 11045.0, 11110.0, 11147.0, 11028.0, 11024.0, 11030.0, 11048.0, 10988.0, 11119.0, 11059.0, 11079.0, 11053.0, 11088.0, 11113.0, 11125.0, 11153.0, 11094.0, 11153.0, 11102.0, 11152.0, 11144.0, 11122.0, 11143.0, 11089.0, 11115.0, 11045.0, 11089.0, 11038.0, 11072.0, 11144.0, 11049.0, 11068.0, 11024.0, 11040.0, 10988.0, 11019.0, 11061.0, 11075.0, 11089.0, 11018.0, 11032.0, 10999.0, 11051.0, 11010.0, 11065.0, 11012.0, 11060.0, 11060.0, 11047.0, 11055.0, 11036.0, 11084.0, 11068.0, 11102.0, 11038.0, 11044.0, 11033.0, 11011.0, 11033.0, 11051.0, 11109.0, 11063.0, 11069.0, 11045.0, 11078.0, 11088.0, 11048.0, 11050.0, 11055.0, 11060.0, 11097.0, 11093.0, 11131.0, 11146.0, 11124.0, 11139.0, 10977.0, 10896.0, 10997.0, 10971.0, 11001.0, 11037.0, 11064.0, 11071.0, 11035.0, 11063.0, 11016.0, 11062.0, 11038.0, 11048.0, 11123.0, 11076.0, 11115.0, 11116.0, 10957.0, 11135.0, 11110.0, 10994.0, 10961.0, 10907.0, 10837.0, 10866.0, 10902.0, 10937.0, 10975.0, 10947.0, 10998.0, 10970.0, 11023.0, 10960.0, 11015.0, 11023.0, 11001.0, 10993.0, 10979.0, 10932.0, 10903.0, 10884.0, 10910.0, 10912.0, 10918.0, 10949.0, 10972.0, 10975.0, 11094.0, 11025.0, 11061.0, 11062.0, 11033.0, 11022.0, 11052.0, 11060.0, 11047.0, 11076.0, 11027.0, 11061.0, 11021.0, 11057.0, 10983.0, 11079.0, 11002.0, 11020.0, 10988.0, 10949.0, 11003.0, 10945.0, 11007.0, 10978.0, 11014.0, 10967.0, 10977.0, 10971.0, 10972.0, 11017.0, 10990.0, 11020.0, 11019.0, 11059.0, 11002.0, 10982.0, 11006.0, 11018.0, 11160.0, 11263.0, 11141.0, 10950.0, 11032.0, 11092.0, 11171.0, 11103.0, 11088.0, 11133.0, 11090.0, 11089.0, 11183.0, 11174.0, 11215.0, 11152.0, 11156.0, 11132.0, 11190.0, 11166.0, 11199.0, 11142.0, 11197.0, 11163.0, 11178.0, 11119.0, 11128.0, 11097.0, 11114.0, 11106.0, 10985.0, 10547.0, 10537.0, 10475.0, 10603.0, 10626.0, 10628.0, 10657.0, 10694.0, 10729.0, 10757.0, 10750.0, 10834.0, 10785.0, 10826.0, 10786.0, 10773.0, 10784.0, 10736.0, 10776.0, 10800.0, 10907.0, 10915.0, 11025.0, 11037.0, 10636.0, 10508.0, 10516.0, 10533.0, 10652.0, 10649.0, 11112.0, 11541.0, 11267.0, 11187.0, 11109.0, 11112.0, 11078.0, 11114.0, 11082.0, 11074.0, 11071.0, 11102.0, 11081.0, 11161.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.011636869965477564</td></tr>
<tr><td colspan=3>aqi</td><td>0.17476628457997698</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.96725845339868</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.059215095103687</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0051312035253461</td></tr>
<tr><td colspan=3>efc</td><td>0.5167</td></tr>
<tr><td colspan=3>fber</td><td>3941.0957</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3474200101915997</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>423</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>48.67663981588032</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.163342194621006</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.961620020298567</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.014510019037571</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.5138965445268804</td></tr>
<tr><td colspan=3>gcor</td><td>0.0421611</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.015596752986311913</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02366483211517334</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.829773083681794</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.7847</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.336</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>271.2276</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290299.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1273.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>530.8111</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4249</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.6506</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4277.6131</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.1868</td></tr>
<tr><td colspan=3>tsnr</td><td>15.757876293850131</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>