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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-06_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-06_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-0038/ses-01/func/sub-0038_ses-01_task-social_acq-mb8_run-06_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>1274c6e4eaffe76e52e758e410f9f5b7</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>13:41:11.850000</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.999291, -0.0017273, 0.0376102, -0.00174414, 0.995751, 0.0920724]</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-06_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.0990316</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7152, 561, -100, -91, -88, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>99b2778b-fe01-4388-9d60-93ecb32cc9e9||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.6810247898101807, -0.004679391160607338, 0.10154540836811066, 109.68830108642578], [0.0046342164278030396, 2.6715266704559326, 0.24859626591205597, -98.03394317626953], [0.10090538114309311, -0.24702343344688416, 2.686612844467163, -24.633638381958008], [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': ['134111.850000', '134112.310000', '134112.770000', '134113.230000', '134113.690000', '134114.150000', '134114.610000', '134115.070000', '134115.530000', '134115.990000', '134116.450000', '134116.910000', '134117.370000', '134117.830000', '134118.290000', '134118.750000', '134119.210000', '134119.670000', '134120.130000', '134120.590000', '134121.050000', '134121.510000', '134121.970000', '134122.430000', '134122.890000', '134123.350000', '134123.810000', '134124.270000', '134124.730000', '134125.190000', '134125.650000', '134126.110000', '134126.570000', '134127.030000', '134127.490000', '134127.950000', '134128.410000', '134128.870000', '134129.330000', '134129.790000', '134130.250000', '134130.710000', '134131.170000', '134131.630000', '134132.090000', '134132.550000', '134133.010000', '134133.470000', '134133.930000', '134134.390000', '134134.850000', '134135.310000', '134135.770000', '134136.230000', '134136.690000', '134137.150000', '134137.610000', '134138.070000', '134138.530000', '134138.990000', '134139.450000', '134139.910000', '134140.370000', '134140.830000', '134141.290000', '134141.750000', '134142.210000', '134142.670000', '134143.130000', '134143.590000', '134144.050000', '134144.510000', '134144.970000', '134145.430000', '134145.890000', '134146.350000', '134146.810000', '134147.270000', '134147.730000', '134148.190000', '134148.650000', '134149.110000', '134149.570000', '134150.030000', '134150.490000', '134150.950000', '134151.410000', '134151.870000', '134152.330000', '134152.790000', '134153.250000', '134153.710000', '134154.170000', '134154.630000', '134155.090000', '134155.550000', '134156.010000', '134156.470000', '134156.930000', '134157.390000', '134157.850000', '134158.310000', '134158.770000', '134159.230000', '134159.690000', '134200.150000', '134200.610000', '134201.070000', '134201.530000', '134201.990000', '134202.450000', '134202.910000', '134203.370000', '134203.830000', '134204.290000', '134204.750000', '134205.210000', '134205.670000', '134206.130000', '134206.590000', '134207.050000', '134207.510000', '134207.970000', '134208.430000', '134208.890000', '134209.350000', '134209.810000', '134210.270000', '134210.730000', '134211.190000', '134211.650000', '134212.110000', '134212.570000', '134213.030000', '134213.490000', '134213.950000', '134214.410000', '134214.870000', '134215.330000', '134215.790000', '134216.250000', '134216.710000', '134217.170000', '134217.630000', '134218.090000', '134218.550000', '134219.010000', '134219.470000', '134219.930000', '134220.390000', '134220.850000', '134221.310000', '134221.770000', '134222.230000', '134222.690000', '134223.150000', '134223.610000', '134224.070000', '134224.530000', '134224.990000', '134225.450000', '134225.910000', '134226.370000', '134226.830000', '134227.290000', '134227.750000', '134228.210000', '134228.670000', '134229.130000', '134229.590000', '134230.050000', '134230.510000', '134230.970000', '134231.430000', '134231.890000', '134232.350000', '134232.810000', '134233.270000', '134233.730000', '134234.190000', '134234.650000', '134235.110000', '134235.570000', '134236.030000', '134236.490000', '134236.950000', '134237.410000', '134237.870000', '134238.330000', '134238.790000', '134239.250000', '134239.710000', '134240.170000', '134240.630000', '134241.090000', '134241.550000', '134242.010000', '134242.470000', '134242.930000', '134243.390000', '134243.850000', '134244.310000', '134244.770000', '134245.230000', '134245.690000', '134246.150000', '134246.610000', '134247.070000', '134247.530000', '134247.990000', '134248.450000', '134248.910000', '134249.370000', '134249.830000', '134250.290000', '134250.750000', '134251.210000', '134251.670000', '134252.130000', '134252.590000', '134253.050000', '134253.510000', '134253.970000', '134254.430000', '134254.890000', '134255.350000', '134255.810000', '134256.270000', '134256.730000', '134257.190000', '134257.650000', '134258.110000', '134258.570000', '134259.030000', '134259.490000', '134259.950000', '134300.410000', '134300.870000', '134301.330000', '134301.790000', '134302.250000', '134302.710000', '134303.170000', '134303.630000', '134304.090000', '134304.550000', '134305.010000', '134305.470000', '134305.930000', '134306.390000', '134306.850000', '134307.310000', '134307.770000', '134308.230000', '134308.690000', '134309.150000', '134309.610000', '134310.070000', '134310.530000', '134310.990000', '134311.450000', '134311.910000', '134312.370000', '134312.830000', '134313.290000', '134313.750000', '134314.210000', '134314.670000', '134315.130000', '134315.590000', '134316.050000', '134316.510000', '134316.970000', '134317.430000', '134317.890000', '134318.350000', '134318.810000', '134319.270000', '134319.730000', '134320.190000', '134320.650000', '134321.110000', '134321.570000', '134322.030000', '134322.490000', '134322.950000', '134323.410000', '134323.870000', '134324.330000', '134324.790000', '134325.250000', '134325.710000', '134326.170000', '134326.630000', '134327.090000', '134327.550000', '134328.010000', '134328.470000', '134328.930000', '134329.390000', '134329.850000', '134330.310000', '134330.770000', '134331.230000', '134331.690000', '134332.150000', '134332.610000', '134333.070000', '134333.530000', '134333.990000', '134334.450000', '134334.910000', '134335.370000', '134335.830000', '134336.290000', '134336.750000', '134337.210000', '134337.670000', '134338.130000', '134338.590000', '134339.050000', '134339.510000', '134339.970000', '134340.430000', '134340.890000', '134341.350000', '134341.810000', '134342.270000', '134342.730000', '134343.190000', '134343.650000', '134344.110000', '134344.570000', '134345.030000', '134345.490000', '134345.950000', '134346.410000', '134346.870000', '134347.330000', '134347.790000', '134348.250000', '134348.710000', '134349.170000', '134349.630000', '134350.090000', '134350.550000', '134351.010000', '134351.470000', '134351.930000', '134352.390000', '134352.850000', '134353.310000', '134353.770000', '134354.230000', '134354.690000', '134355.150000', '134355.610000', '134356.070000', '134356.530000', '134356.990000', '134357.450000', '134357.910000', '134358.370000', '134358.830000', '134359.290000', '134359.750000', '134400.210000', '134400.670000', '134401.130000', '134401.590000', '134402.050000', '134402.510000', '134402.970000', '134403.430000', '134403.890000', '134404.350000', '134404.810000', '134405.270000', '134405.730000', '134406.190000', '134406.650000', '134407.110000', '134407.570000', '134408.030000', '134408.490000', '134408.950000', '134409.410000', '134409.870000', '134410.330000', '134410.790000', '134411.250000', '134411.710000', '134412.170000', '134412.630000', '134413.090000', '134413.550000', '134414.010000', '134414.470000', '134414.930000', '134415.390000', '134415.850000', '134416.310000', '134416.770000', '134417.230000', '134417.690000', '134418.150000', '134418.610000', '134419.070000', '134419.530000', '134419.990000', '134420.450000', '134420.910000', '134421.370000', '134421.830000', '134422.290000', '134422.750000', '134423.210000', '134423.670000', '134424.130000', '134424.590000', '134425.050000', '134425.510000', '134425.970000', '134426.430000', '134426.890000', '134427.350000', '134427.810000', '134428.270000', '134428.730000', '134429.190000', '134429.650000', '134430.110000', '134430.570000', '134431.030000', '134431.490000', '134431.950000', '134432.410000', '134432.870000', '134433.330000', '134433.790000', '134434.250000', '134434.710000', '134435.170000', '134435.630000', '134436.090000', '134436.550000', '134437.010000', '134437.470000', '134437.930000', '134438.390000', '134438.850000', '134439.310000', '134439.770000', '134440.230000', '134440.690000', '134441.150000', '134441.610000', '134442.070000', '134442.530000', '134442.990000', '134443.450000', '134443.910000', '134444.370000', '134444.830000', '134445.290000', '134445.750000', '134446.210000', '134446.670000', '134447.130000', '134447.590000', '134448.050000', '134448.510000', '134448.970000', '134449.430000', '134449.890000', '134450.350000', '134450.810000', '134451.270000', '134451.730000', '134452.190000', '134452.650000', '134453.110000', '134453.570000', '134454.030000', '134454.490000', '134454.950000', '134455.410000', '134455.870000', '134456.330000', '134456.790000', '134457.250000', '134457.710000', '134458.170000', '134458.630000', '134459.090000', '134459.550000', '134500.010000', '134500.470000', '134500.930000', '134501.390000', '134501.850000', '134502.310000', '134502.770000', '134503.230000', '134503.690000', '134504.150000', '134504.610000', '134505.070000', '134505.530000', '134505.990000', '134506.450000', '134506.910000', '134507.370000', '134507.830000', '134508.290000', '134508.750000', '134509.210000', '134509.670000', '134510.130000', '134510.590000', '134511.050000', '134511.510000', '134511.970000', '134512.430000', '134512.890000', '134513.350000', '134513.810000', '134514.270000', '134514.730000', '134515.190000', '134515.650000', '134516.110000', '134516.570000', '134517.030000', '134517.490000', '134517.950000', '134518.410000', '134518.870000', '134519.330000', '134519.790000', '134520.250000', '134520.710000', '134521.170000', '134521.630000', '134522.090000', '134522.550000', '134523.010000', '134523.470000', '134523.930000', '134524.390000', '134524.850000', '134525.310000', '134525.770000', '134526.230000', '134526.690000', '134527.150000', '134527.610000', '134528.070000', '134528.530000', '134528.990000', '134529.450000', '134529.910000', '134530.370000', '134530.830000', '134531.290000', '134531.750000', '134532.210000', '134532.670000', '134533.130000', '134533.590000', '134534.050000', '134534.510000', '134534.970000', '134535.430000', '134535.890000', '134536.350000', '134536.810000', '134537.270000', '134537.730000', '134538.190000', '134538.650000', '134539.110000', '134539.570000', '134540.030000', '134540.490000', '134540.950000', '134541.410000', '134541.870000', '134542.330000', '134542.790000', '134543.250000', '134543.710000', '134544.170000', '134544.630000', '134545.090000', '134545.550000', '134546.010000', '134546.470000', '134546.930000', '134547.390000', '134547.850000', '134548.310000', '134548.770000', '134549.230000', '134549.690000', '134550.150000', '134550.610000', '134551.070000', '134551.530000', '134551.990000', '134552.450000', '134552.910000', '134553.370000', '134553.830000', '134554.290000', '134554.750000', '134555.210000', '134555.670000', '134556.130000', '134556.590000', '134557.050000', '134557.510000', '134557.970000', '134558.430000', '134558.890000', '134559.350000', '134559.810000', '134600.270000', '134600.730000', '134601.190000', '134601.650000', '134602.110000', '134602.570000', '134603.030000', '134603.490000', '134603.950000', '134604.410000', '134604.870000', '134605.330000', '134605.790000', '134606.250000', '134606.710000', '134607.170000', '134607.630000', '134608.090000', '134608.550000', '134609.010000', '134609.470000', '134609.930000', '134610.390000', '134610.850000', '134611.310000', '134611.770000', '134612.230000', '134612.690000', '134613.150000', '134613.610000', '134614.070000', '134614.530000', '134614.990000', '134615.450000', '134615.910000', '134616.370000', '134616.830000', '134617.290000', '134617.750000', '134618.210000', '134618.670000', '134619.130000', '134619.590000', '134620.050000', '134620.510000', '134620.970000', '134621.430000', '134621.890000', '134622.350000', '134622.810000', '134623.270000', '134623.730000', '134624.190000', '134624.650000', '134625.110000', '134625.570000', '134626.030000', '134626.490000', '134626.950000', '134627.410000', '134627.870000', '134628.330000', '134628.790000', '134629.250000', '134629.710000', '134630.170000', '134630.630000', '134631.090000', '134631.550000', '134632.010000', '134632.470000', '134632.930000', '134633.390000', '134633.850000', '134634.310000', '134634.770000', '134635.230000', '134635.690000', '134636.150000', '134636.610000', '134637.070000', '134637.530000', '134637.990000', '134638.450000', '134638.910000', '134639.370000', '134639.830000', '134640.290000', '134640.750000', '134641.210000', '134641.670000', '134642.130000', '134642.590000', '134643.050000', '134643.510000', '134643.970000', '134644.430000', '134644.890000', '134645.350000', '134645.810000', '134646.270000', '134646.730000', '134647.190000', '134647.650000', '134648.110000', '134648.570000', '134649.030000', '134649.490000', '134649.950000', '134650.410000', '134650.870000', '134651.330000', '134651.790000', '134652.250000', '134652.710000', '134653.170000', '134653.630000', '134654.090000', '134654.550000', '134655.010000', '134655.470000', '134655.930000', '134656.390000', '134656.850000', '134657.310000', '134657.770000', '134658.230000', '134658.690000', '134659.150000', '134659.610000', '134700.070000', '134700.530000', '134700.990000', '134701.450000', '134701.910000', '134702.370000', '134702.830000', '134703.290000', '134703.750000', '134704.210000', '134704.670000', '134705.130000', '134705.590000', '134706.050000', '134706.510000', '134706.970000', '134707.430000', '134707.890000', '134708.350000', '134708.810000', '134709.270000', '134709.730000', '134710.190000', '134710.650000', '134711.110000', '134711.570000', '134712.030000', '134712.490000', '134712.950000', '134713.410000', '134713.870000', '134714.330000', '134714.790000', '134715.250000', '134715.710000', '134716.170000', '134716.630000', '134717.090000', '134717.550000', '134718.010000', '134718.470000', '134718.930000', '134719.390000', '134719.850000', '134720.310000', '134720.770000', '134721.230000', '134721.690000', '134722.150000', '134722.610000', '134723.070000', '134723.530000', '134723.990000', '134724.450000', '134724.910000', '134725.370000', '134725.830000', '134726.290000', '134726.750000', '134727.210000', '134727.670000', '134728.130000', '134728.590000', '134729.050000', '134729.510000', '134729.970000', '134730.430000', '134730.890000', '134731.350000', '134731.810000', '134732.270000', '134732.730000', '134733.190000', '134733.650000', '134734.110000', '134734.570000', '134735.030000', '134735.490000', '134735.950000', '134736.410000', '134736.870000', '134737.330000', '134737.790000', '134738.250000', '134738.710000', '134739.170000', '134739.630000', '134740.090000', '134740.550000', '134741.010000', '134741.470000', '134741.930000', '134742.390000', '134742.850000', '134743.310000', '134743.770000', '134744.230000', '134744.690000', '134745.150000', '134745.610000', '134746.070000', '134746.530000', '134746.990000', '134747.450000', '134747.910000', '134748.370000', '134748.830000', '134749.290000', '134749.750000', '134750.210000', '134750.670000', '134751.130000', '134751.590000', '134752.050000', '134752.510000'], 'ContentTime': ['134135.225000', '134135.228000', '134135.231000', '134135.234000', '134135.237000', '134135.240000', '134135.243000', '134135.246000', '134135.253000', '134135.256000', '134135.259000', '134135.262000', '134135.265000', '134135.268000', '134135.271000', '134135.273000', '134135.276000', '134135.279000', '134135.282000', '134135.285000', '134135.287000', '134135.290000', '134135.293000', '134135.296000', '134135.299000', '134135.301000', '134135.304000', '134135.307000', '134135.310000', '134135.313000', '134135.317000', '134135.320000', '134135.322000', '134135.330000', '134135.340000', '134135.343000', '134135.346000', '134135.349000', '134135.352000', '134135.355000', '134135.357000', '134135.373000', '134135.381000', '134135.383000', '134135.386000', '134135.389000', '134135.392000', '134135.395000', '134135.399000', '134135.402000', '134155.194000', '134155.197000', '134155.200000', '134155.203000', '134155.205000', '134155.208000', '134155.211000', '134155.214000', '134155.217000', '134155.219000', '134155.222000', '134155.225000', '134155.228000', '134155.231000', '134155.233000', '134155.236000', '134155.239000', '134155.242000', '134155.245000', '134155.248000', '134155.250000', '134155.253000', '134155.256000', '134155.259000', '134155.262000', '134155.265000', '134155.267000', '134155.270000', '134155.273000', '134155.276000', '134155.279000', '134155.281000', '134155.284000', '134155.287000', '134155.299000', '134155.302000', '134155.305000', '134155.308000', '134155.311000', '134155.314000', '134155.317000', '134155.320000', '134155.322000', '134155.325000', '134215.194000', '134215.209000', '134215.212000', '134215.215000', '134215.217000', '134215.220000', '134215.223000', '134215.226000', '134215.229000', '134215.232000', '134215.235000', '134215.237000', '134215.240000', '134215.243000', '134215.246000', '134215.249000', '134215.251000', '134215.254000', '134215.257000', '134215.260000', '134215.263000', '134215.266000', '134215.269000', '134215.271000', '134215.274000', '134215.277000', '134215.280000', '134215.283000', '134215.286000', '134215.289000', '134215.291000', '134215.294000', '134215.297000', '134215.300000', '134215.303000', '134215.306000', '134215.308000', '134215.311000', '134215.314000', '134215.317000', '134215.319000', '134215.322000', '134215.325000', '134235.194000', '134235.197000', '134235.200000', '134235.211000', '134235.214000', '134235.217000', '134235.220000', '134235.223000', '134235.226000', '134235.228000', '134235.231000', '134235.234000', '134235.237000', '134235.240000', '134235.243000', '134235.246000', '134235.248000', '134235.251000', '134235.254000', '134235.257000', '134235.260000', '134235.263000', '134235.266000', '134235.268000', '134235.271000', '134235.274000', '134235.277000', '134235.280000', '134235.283000', '134235.285000', '134235.288000', '134235.291000', '134235.294000', '134235.297000', '134235.300000', '134235.302000', '134235.305000', '134235.308000', '134235.311000', '134235.314000', '134235.317000', '134235.319000', '134235.322000', '134235.325000', '134255.194000', '134255.197000', '134255.200000', '134255.202000', '134255.205000', '134255.208000', '134255.211000', '134255.214000', '134255.217000', '134255.220000', '134255.223000', '134255.225000', '134255.228000', '134255.231000', '134255.234000', '134255.237000', '134255.240000', '134255.243000', '134255.245000', '134255.248000', '134255.251000', '134255.254000', '134255.257000', '134255.260000', '134255.263000', '134255.265000', '134255.268000', '134255.271000', '134255.274000', '134255.277000', '134255.280000', '134255.283000', '134255.286000', '134255.288000', '134255.291000', '134255.294000', '134255.297000', '134255.300000', '134255.303000', '134255.305000', '134255.308000', '134255.311000', '134255.314000', '134315.194000', '134315.197000', '134315.200000', '134315.203000', '134315.207000', '134315.210000', '134315.213000', '134315.216000', '134315.219000', '134315.222000', '134315.225000', '134315.227000', '134315.230000', '134315.233000', '134315.236000', '134315.239000', '134315.242000', '134315.245000', '134315.247000', '134315.250000', '134315.253000', '134315.264000', '134315.267000', '134315.270000', '134315.273000', '134315.276000', '134315.279000', '134315.281000', '134315.284000', '134315.287000', '134315.310000', '134315.313000', '134315.316000', '134315.318000', '134315.321000', '134315.324000', '134315.327000', '134315.330000', '134315.333000', '134315.336000', '134315.338000', '134315.341000', '134315.344000', '134335.194000', '134335.197000', '134335.200000', '134335.202000', '134335.205000', '134335.208000', '134335.211000', '134335.214000', '134335.217000', '134335.220000', '134335.222000', '134335.225000', '134335.228000', '134335.231000', '134335.234000', '134335.237000', '134335.240000', '134335.242000', '134335.245000', '134335.248000', '134335.251000', '134335.254000', '134335.256000', '134335.259000', '134335.262000', '134335.265000', '134335.268000', '134335.271000', '134335.274000', '134335.276000', '134335.279000', '134335.282000', '134335.285000', '134335.288000', '134335.291000', '134335.293000', '134335.296000', '134335.299000', '134335.302000', '134335.305000', '134335.308000', '134335.311000', '134335.313000', '134335.316000', '134355.194000', '134355.197000', '134355.200000', '134355.203000', '134355.206000', '134355.209000', '134355.213000', '134355.216000', '134355.220000', '134355.222000', '134355.225000', '134355.228000', '134355.231000', '134355.234000', '134355.237000', '134355.240000', '134355.243000', '134355.245000', '134355.248000', '134355.251000', '134355.254000', '134355.257000', '134355.260000', '134355.263000', '134355.266000', '134355.268000', '134355.271000', '134355.274000', '134355.277000', '134355.280000', '134355.283000', '134355.286000', '134355.289000', '134355.291000', '134355.294000', '134355.297000', '134355.300000', '134355.303000', '134355.306000', '134355.308000', '134355.311000', '134355.314000', '134355.317000', '134415.194000', '134415.197000', '134415.200000', '134415.203000', '134415.206000', '134415.208000', '134415.211000', '134415.214000', '134415.217000', '134415.220000', '134415.223000', '134415.226000', '134415.228000', '134415.231000', '134415.234000', '134415.237000', '134415.240000', '134415.243000', '134415.246000', '134415.249000', '134415.251000', '134415.254000', '134415.257000', '134415.260000', '134415.263000', '134415.266000', '134415.268000', '134415.271000', '134415.274000', '134415.277000', '134415.280000', '134415.283000', '134415.286000', '134415.289000', '134415.291000', '134415.294000', '134415.297000', '134415.300000', '134415.303000', '134415.306000', '134415.309000', '134415.311000', '134415.314000', '134415.317000', '134435.194000', '134435.197000', '134435.200000', '134435.203000', '134435.206000', '134435.209000', '134435.211000', '134435.214000', '134435.217000', '134435.220000', '134435.223000', '134435.226000', '134435.228000', '134435.231000', '134435.234000', '134435.237000', '134435.240000', '134435.243000', '134435.247000', '134435.251000', '134435.254000', '134435.257000', '134435.259000', '134435.262000', '134435.265000', '134435.268000', '134435.271000', '134435.274000', '134435.277000', '134435.280000', '134435.282000', '134435.285000', '134435.288000', '134435.291000', '134435.294000', '134435.297000', '134435.300000', '134435.303000', '134435.305000', '134435.308000', '134435.311000', '134435.314000', '134435.317000', '134455.194000', '134455.197000', '134455.200000', '134455.203000', '134455.206000', '134455.208000', '134455.211000', '134455.214000', '134455.217000', '134455.220000', '134455.223000', '134455.226000', '134455.243000', '134455.246000', '134455.249000', '134455.252000', '134455.255000', '134455.258000', '134455.261000', '134455.263000', '134455.266000', '134455.269000', '134455.272000', '134455.275000', '134455.278000', '134455.280000', '134455.283000', '134455.286000', '134455.289000', '134455.292000', '134455.295000', '134455.298000', '134455.300000', '134455.303000', '134455.306000', '134455.309000', '134455.312000', '134455.315000', '134455.318000', '134455.320000', '134455.323000', '134455.326000', '134455.329000', '134455.332000', '134515.194000', '134515.197000', '134515.200000', '134515.203000', '134515.206000', '134515.209000', '134515.212000', '134515.214000', '134515.217000', '134515.220000', '134515.223000', '134515.226000', '134515.229000', '134515.232000', '134515.234000', '134515.237000', '134515.240000', '134515.243000', '134515.246000', '134515.249000', '134515.252000', '134515.261000', '134515.265000', '134515.268000', '134515.271000', '134515.274000', '134515.277000', '134515.280000', '134515.283000', '134515.285000', '134515.288000', '134515.291000', '134515.294000', '134515.297000', '134515.300000', '134515.303000', '134515.305000', '134515.308000', '134515.311000', '134515.314000', '134515.317000', '134515.319000', '134515.322000', '134535.194000', '134535.197000', '134535.200000', '134535.203000', '134535.206000', '134535.209000', '134535.212000', '134535.214000', '134535.217000', '134535.220000', '134535.223000', '134535.226000', '134535.229000', '134535.232000', '134535.235000', '134535.237000', '134535.240000', '134535.243000', '134535.246000', '134535.249000', '134535.252000', '134535.255000', '134535.257000', '134535.260000', '134535.263000', '134535.266000', '134535.269000', '134535.272000', '134535.274000', '134535.277000', '134535.280000', '134535.283000', '134535.286000', '134535.289000', '134535.292000', '134535.294000', '134535.297000', '134535.300000', '134535.303000', '134535.306000', '134535.309000', '134535.312000', '134535.314000', '134535.317000', '134555.194000', '134555.197000', '134555.200000', '134555.203000', '134555.205000', '134555.208000', '134555.211000', '134555.214000', '134555.217000', '134555.220000', '134555.223000', '134555.226000', '134555.228000', '134555.231000', '134555.234000', '134555.237000', '134555.240000', '134555.243000', '134555.245000', '134555.248000', '134555.251000', '134555.254000', '134555.257000', '134555.260000', '134555.263000', '134555.266000', '134555.268000', '134555.271000', '134555.274000', '134555.277000', '134555.280000', '134555.284000', '134555.286000', '134555.289000', '134555.292000', '134555.295000', '134555.298000', '134555.308000', '134555.311000', '134555.314000', '134555.317000', '134555.320000', '134555.323000', '134615.194000', '134615.197000', '134615.200000', '134615.202000', '134615.205000', '134615.208000', '134615.211000', '134615.214000', '134615.217000', '134615.220000', '134615.223000', '134615.226000', '134615.228000', '134615.231000', '134615.234000', '134615.237000', '134615.240000', '134615.243000', '134615.246000', '134615.249000', '134615.252000', '134615.254000', '134615.257000', '134615.260000', '134615.263000', '134615.266000', '134615.269000', '134615.272000', '134615.275000', '134615.278000', '134615.280000', '134615.283000', '134615.286000', '134615.289000', '134615.292000', '134615.295000', '134615.298000', '134615.315000', '134615.318000', '134615.320000', '134615.323000', '134615.326000', '134615.329000', '134615.332000', '134635.194000', '134635.197000', '134635.200000', '134635.203000', '134635.206000', '134635.208000', '134635.211000', '134635.214000', '134635.217000', '134635.220000', '134635.223000', '134635.226000', '134635.229000', '134635.232000', '134635.235000', '134635.238000', '134635.241000', '134635.244000', '134635.247000', '134635.250000', '134635.252000', '134635.255000', '134635.258000', '134635.261000', '134635.264000', '134635.267000', '134635.270000', '134635.273000', '134635.275000', '134635.278000', '134635.281000', '134635.284000', '134635.287000', '134635.290000', '134635.293000', '134635.296000', '134635.299000', '134635.301000', '134635.304000', '134635.307000', '134635.310000', '134635.313000', '134635.316000', '134655.194000', '134655.197000', '134655.200000', '134655.203000', '134655.206000', '134655.208000', '134655.211000', '134655.214000', '134655.217000', '134655.220000', '134655.223000', '134655.226000', '134655.229000', '134655.231000', '134655.234000', '134655.237000', '134655.240000', '134655.243000', '134655.246000', '134655.248000', '134655.251000', '134655.254000', '134655.257000', '134655.260000', '134655.263000', '134655.266000', '134655.268000', '134655.271000', '134655.274000', '134655.277000', '134655.280000', '134655.283000', '134655.285000', '134655.288000', '134655.291000', '134655.294000', '134655.297000', '134655.300000', '134655.304000', '134655.307000', '134655.310000', '134655.313000', '134655.316000', '134655.319000', '134715.194000', '134715.197000', '134715.200000', '134715.203000', '134715.206000', '134715.209000', '134715.212000', '134715.214000', '134715.217000', '134715.220000', '134715.223000', '134715.226000', '134715.229000', '134715.232000', '134715.234000', '134715.237000', '134715.240000', '134715.243000', '134715.246000', '134715.249000', '134715.251000', '134715.254000', '134715.257000', '134715.260000', '134715.263000', '134715.266000', '134715.269000', '134715.271000', '134715.274000', '134715.277000', '134715.280000', '134715.283000', '134715.286000', '134715.289000', '134715.291000', '134715.294000', '134715.297000', '134715.300000', '134715.303000', '134715.306000', '134715.309000', '134715.312000', '134715.315000', '134735.194000', '134735.197000', '134735.200000', '134735.203000', '134735.206000', '134735.209000', '134735.211000', '134735.214000', '134735.217000', '134735.220000', '134735.223000', '134735.226000', '134735.229000', '134735.232000', '134735.235000', '134735.237000', '134735.240000', '134735.243000', '134735.246000', '134735.249000', '134735.252000', '134735.254000', '134735.257000', '134735.260000', '134735.263000', '134735.266000', '134735.269000', '134735.272000', '134735.274000', '134735.277000', '134735.280000', '134735.283000', '134735.286000', '134735.289000', '134735.292000', '134735.294000', '134735.297000', '134735.300000', '134735.303000', '134735.306000', '134735.309000', '134735.311000', '134735.314000', '134735.317000', '134753.097000', '134753.101000', '134753.104000', '134753.106000', '134753.110000', '134753.112000', '134753.115000', '134753.118000', '134753.121000', '134753.126000', '134753.129000', '134753.133000', '134753.136000', '134753.139000', '134753.142000', '134753.145000', '134753.148000', '134753.151000', '134753.153000', '134753.157000', '134753.160000', '134753.163000', '134753.165000', '134753.168000', '134753.171000', '134753.174000', '134753.177000', '134753.180000', '134753.183000', '134753.186000', '134753.189000', '134753.191000', '134753.194000', '134753.197000', '134753.200000', '134753.203000', '134753.206000', '134753.209000', '134753.211000'], 'InstanceCreationTime': ['134135.225000', '134135.228000', '134135.231000', '134135.234000', '134135.237000', '134135.240000', '134135.243000', '134135.246000', '134135.253000', '134135.256000', '134135.259000', '134135.262000', '134135.265000', '134135.268000', '134135.271000', '134135.273000', '134135.276000', '134135.279000', '134135.282000', '134135.285000', '134135.287000', '134135.290000', '134135.293000', '134135.296000', '134135.299000', '134135.301000', '134135.304000', '134135.307000', '134135.310000', '134135.313000', '134135.317000', '134135.320000', '134135.322000', '134135.330000', '134135.340000', '134135.343000', '134135.346000', '134135.349000', '134135.352000', '134135.355000', '134135.357000', '134135.373000', '134135.381000', '134135.383000', '134135.386000', '134135.389000', '134135.392000', '134135.395000', '134135.399000', '134135.402000', '134155.194000', '134155.197000', '134155.200000', '134155.203000', '134155.205000', '134155.208000', '134155.211000', '134155.214000', '134155.217000', '134155.219000', '134155.222000', '134155.225000', '134155.228000', '134155.231000', '134155.233000', '134155.236000', '134155.239000', '134155.242000', '134155.245000', '134155.248000', '134155.250000', '134155.253000', '134155.256000', '134155.259000', '134155.262000', '134155.265000', '134155.267000', '134155.270000', '134155.273000', '134155.276000', '134155.279000', '134155.281000', '134155.284000', '134155.287000', '134155.299000', '134155.302000', '134155.305000', '134155.308000', '134155.311000', '134155.314000', '134155.317000', '134155.320000', '134155.322000', '134155.325000', '134215.194000', '134215.209000', '134215.212000', '134215.215000', '134215.217000', '134215.220000', '134215.223000', '134215.226000', '134215.229000', '134215.232000', '134215.235000', '134215.237000', '134215.240000', '134215.243000', '134215.246000', '134215.249000', '134215.251000', '134215.254000', '134215.257000', '134215.260000', '134215.263000', '134215.266000', '134215.269000', '134215.271000', '134215.274000', '134215.277000', '134215.280000', '134215.283000', '134215.286000', '134215.289000', '134215.291000', '134215.294000', '134215.297000', '134215.300000', '134215.303000', '134215.306000', '134215.308000', '134215.311000', '134215.314000', '134215.317000', '134215.319000', '134215.322000', '134215.325000', '134235.194000', '134235.197000', '134235.200000', '134235.211000', '134235.214000', '134235.217000', '134235.220000', '134235.223000', '134235.226000', '134235.228000', '134235.231000', '134235.234000', '134235.237000', '134235.240000', '134235.243000', '134235.246000', '134235.248000', '134235.251000', '134235.254000', '134235.257000', '134235.260000', '134235.263000', '134235.266000', '134235.268000', '134235.271000', '134235.274000', '134235.277000', '134235.280000', '134235.283000', '134235.285000', '134235.288000', '134235.291000', '134235.294000', '134235.297000', '134235.300000', '134235.302000', '134235.305000', '134235.308000', '134235.311000', '134235.314000', '134235.317000', '134235.319000', '134235.322000', '134235.325000', '134255.194000', '134255.197000', '134255.200000', '134255.202000', '134255.205000', '134255.208000', '134255.211000', '134255.214000', '134255.217000', '134255.220000', '134255.223000', '134255.225000', '134255.228000', '134255.231000', '134255.234000', '134255.237000', '134255.240000', '134255.243000', '134255.245000', '134255.248000', '134255.251000', '134255.254000', '134255.257000', '134255.260000', '134255.263000', '134255.265000', '134255.268000', '134255.271000', '134255.274000', '134255.277000', '134255.280000', '134255.283000', '134255.286000', '134255.288000', '134255.291000', '134255.294000', '134255.297000', '134255.300000', '134255.303000', '134255.305000', '134255.308000', '134255.311000', '134255.314000', '134315.194000', '134315.197000', '134315.200000', '134315.203000', '134315.207000', '134315.210000', '134315.213000', '134315.216000', '134315.219000', '134315.222000', '134315.225000', '134315.227000', '134315.230000', '134315.233000', '134315.236000', '134315.239000', '134315.242000', '134315.245000', '134315.247000', '134315.250000', '134315.253000', '134315.264000', '134315.267000', '134315.270000', '134315.273000', '134315.276000', '134315.279000', '134315.281000', '134315.284000', '134315.287000', '134315.310000', '134315.313000', '134315.316000', '134315.318000', '134315.321000', '134315.324000', '134315.327000', '134315.330000', '134315.333000', '134315.336000', '134315.338000', '134315.341000', '134315.344000', '134335.194000', '134335.197000', '134335.200000', '134335.202000', '134335.205000', '134335.208000', '134335.211000', '134335.214000', '134335.217000', '134335.220000', '134335.222000', '134335.225000', '134335.228000', '134335.231000', '134335.234000', '134335.237000', '134335.240000', '134335.242000', '134335.245000', '134335.248000', '134335.251000', '134335.254000', '134335.256000', '134335.259000', '134335.262000', '134335.265000', '134335.268000', '134335.271000', '134335.274000', '134335.276000', '134335.279000', '134335.282000', '134335.285000', '134335.288000', '134335.291000', '134335.293000', '134335.296000', '134335.299000', '134335.302000', '134335.305000', '134335.308000', '134335.311000', '134335.313000', '134335.316000', '134355.194000', '134355.197000', '134355.200000', '134355.203000', '134355.206000', '134355.209000', '134355.213000', '134355.216000', '134355.220000', '134355.222000', '134355.225000', '134355.228000', '134355.231000', '134355.234000', '134355.237000', '134355.240000', '134355.243000', '134355.245000', '134355.248000', '134355.251000', '134355.254000', '134355.257000', '134355.260000', '134355.263000', '134355.266000', '134355.268000', '134355.271000', '134355.274000', '134355.277000', '134355.280000', '134355.283000', '134355.286000', '134355.289000', '134355.291000', '134355.294000', '134355.297000', '134355.300000', '134355.303000', '134355.306000', '134355.308000', '134355.311000', '134355.314000', '134355.317000', '134415.194000', '134415.197000', '134415.200000', '134415.203000', '134415.206000', '134415.208000', '134415.211000', '134415.214000', '134415.217000', '134415.220000', '134415.223000', '134415.226000', '134415.228000', '134415.231000', '134415.234000', '134415.237000', '134415.240000', '134415.243000', '134415.246000', '134415.249000', '134415.251000', '134415.254000', '134415.257000', '134415.260000', '134415.263000', '134415.266000', '134415.268000', '134415.271000', '134415.274000', '134415.277000', '134415.280000', '134415.283000', '134415.286000', '134415.289000', '134415.291000', '134415.294000', '134415.297000', '134415.300000', '134415.303000', '134415.306000', '134415.309000', '134415.311000', '134415.314000', '134415.317000', '134435.194000', '134435.197000', '134435.200000', '134435.203000', '134435.206000', '134435.209000', '134435.211000', '134435.214000', '134435.217000', '134435.220000', '134435.223000', '134435.226000', '134435.228000', '134435.231000', '134435.234000', '134435.237000', '134435.240000', '134435.243000', '134435.247000', '134435.251000', '134435.254000', '134435.257000', '134435.259000', '134435.262000', '134435.265000', '134435.268000', '134435.271000', '134435.274000', '134435.277000', '134435.280000', '134435.282000', '134435.285000', '134435.288000', '134435.291000', '134435.294000', '134435.297000', '134435.300000', '134435.303000', '134435.305000', '134435.308000', '134435.311000', '134435.314000', '134435.317000', '134455.194000', '134455.197000', '134455.200000', '134455.203000', '134455.206000', '134455.208000', '134455.211000', '134455.214000', '134455.217000', '134455.220000', '134455.223000', '134455.226000', '134455.243000', '134455.246000', '134455.249000', '134455.252000', '134455.255000', '134455.258000', '134455.261000', '134455.263000', '134455.266000', '134455.269000', '134455.272000', '134455.275000', '134455.278000', '134455.280000', '134455.283000', '134455.286000', '134455.289000', '134455.292000', '134455.295000', '134455.298000', '134455.300000', '134455.303000', '134455.306000', '134455.309000', '134455.312000', '134455.315000', '134455.318000', '134455.320000', '134455.323000', '134455.326000', '134455.329000', '134455.332000', '134515.194000', '134515.197000', '134515.200000', '134515.203000', '134515.206000', '134515.209000', '134515.212000', '134515.214000', '134515.217000', '134515.220000', '134515.223000', '134515.226000', '134515.229000', '134515.232000', '134515.234000', '134515.237000', '134515.240000', '134515.243000', '134515.246000', '134515.249000', '134515.252000', '134515.261000', '134515.265000', '134515.268000', '134515.271000', '134515.274000', '134515.277000', '134515.280000', '134515.283000', '134515.285000', '134515.288000', '134515.291000', '134515.294000', '134515.297000', '134515.300000', '134515.303000', '134515.305000', '134515.308000', '134515.311000', '134515.314000', '134515.317000', '134515.319000', '134515.322000', '134535.194000', '134535.197000', '134535.200000', '134535.203000', '134535.206000', '134535.209000', '134535.212000', '134535.214000', '134535.217000', '134535.220000', '134535.223000', '134535.226000', '134535.229000', '134535.232000', '134535.235000', '134535.237000', '134535.240000', '134535.243000', '134535.246000', '134535.249000', '134535.252000', '134535.255000', '134535.257000', '134535.260000', '134535.263000', '134535.266000', '134535.269000', '134535.272000', '134535.274000', '134535.277000', '134535.280000', '134535.283000', '134535.286000', '134535.289000', '134535.292000', '134535.294000', '134535.297000', '134535.300000', '134535.303000', '134535.306000', '134535.309000', '134535.312000', '134535.314000', '134535.317000', '134555.194000', '134555.197000', '134555.200000', '134555.203000', '134555.205000', '134555.208000', '134555.211000', '134555.214000', '134555.217000', '134555.220000', '134555.223000', '134555.226000', '134555.228000', '134555.231000', '134555.234000', '134555.237000', '134555.240000', '134555.243000', '134555.245000', '134555.248000', '134555.251000', '134555.254000', '134555.257000', '134555.260000', '134555.263000', '134555.266000', '134555.268000', '134555.271000', '134555.274000', '134555.277000', '134555.280000', '134555.284000', '134555.286000', '134555.289000', '134555.292000', '134555.295000', '134555.298000', '134555.308000', '134555.311000', '134555.314000', '134555.317000', '134555.320000', '134555.323000', '134615.194000', '134615.197000', '134615.200000', '134615.202000', '134615.205000', '134615.208000', '134615.211000', '134615.214000', '134615.217000', '134615.220000', '134615.223000', '134615.226000', '134615.228000', '134615.231000', '134615.234000', '134615.237000', '134615.240000', '134615.243000', '134615.246000', '134615.249000', '134615.252000', '134615.254000', '134615.257000', '134615.260000', '134615.263000', '134615.266000', '134615.269000', '134615.272000', '134615.275000', '134615.278000', '134615.280000', '134615.283000', '134615.286000', '134615.289000', '134615.292000', '134615.295000', '134615.298000', '134615.315000', '134615.318000', '134615.320000', '134615.323000', '134615.326000', '134615.329000', '134615.332000', '134635.194000', '134635.197000', '134635.200000', '134635.203000', '134635.206000', '134635.208000', '134635.211000', '134635.214000', '134635.217000', '134635.220000', '134635.223000', '134635.226000', '134635.229000', '134635.232000', '134635.235000', '134635.238000', '134635.241000', '134635.244000', '134635.247000', '134635.250000', '134635.252000', '134635.255000', '134635.258000', '134635.261000', '134635.264000', '134635.267000', '134635.270000', '134635.273000', '134635.275000', '134635.278000', '134635.281000', '134635.284000', '134635.287000', '134635.290000', '134635.293000', '134635.296000', '134635.299000', '134635.301000', '134635.304000', '134635.307000', '134635.310000', '134635.313000', '134635.316000', '134655.194000', '134655.197000', '134655.200000', '134655.203000', '134655.206000', '134655.208000', '134655.211000', '134655.214000', '134655.217000', '134655.220000', '134655.223000', '134655.226000', '134655.229000', '134655.231000', '134655.234000', '134655.237000', '134655.240000', '134655.243000', '134655.246000', '134655.248000', '134655.251000', '134655.254000', '134655.257000', '134655.260000', '134655.263000', '134655.266000', '134655.268000', '134655.271000', '134655.274000', '134655.277000', '134655.280000', '134655.283000', '134655.285000', '134655.288000', '134655.291000', '134655.294000', '134655.297000', '134655.300000', '134655.304000', '134655.307000', '134655.310000', '134655.313000', '134655.316000', '134655.319000', '134715.194000', '134715.197000', '134715.200000', '134715.203000', '134715.206000', '134715.209000', '134715.212000', '134715.214000', '134715.217000', '134715.220000', '134715.223000', '134715.226000', '134715.229000', '134715.232000', '134715.234000', '134715.237000', '134715.240000', '134715.243000', '134715.246000', '134715.249000', '134715.251000', '134715.254000', '134715.257000', '134715.260000', '134715.263000', '134715.266000', '134715.269000', '134715.271000', '134715.274000', '134715.277000', '134715.280000', '134715.283000', '134715.286000', '134715.289000', '134715.291000', '134715.294000', '134715.297000', '134715.300000', '134715.303000', '134715.306000', '134715.309000', '134715.312000', '134715.315000', '134735.194000', '134735.197000', '134735.200000', '134735.203000', '134735.206000', '134735.209000', '134735.211000', '134735.214000', '134735.217000', '134735.220000', '134735.223000', '134735.226000', '134735.229000', '134735.232000', '134735.235000', '134735.237000', '134735.240000', '134735.243000', '134735.246000', '134735.249000', '134735.252000', '134735.254000', '134735.257000', '134735.260000', '134735.263000', '134735.266000', '134735.269000', '134735.272000', '134735.274000', '134735.277000', '134735.280000', '134735.283000', '134735.286000', '134735.289000', '134735.292000', '134735.294000', '134735.297000', '134735.300000', '134735.303000', '134735.306000', '134735.309000', '134735.311000', '134735.314000', '134735.317000', '134753.097000', '134753.101000', '134753.104000', '134753.106000', '134753.110000', '134753.112000', '134753.115000', '134753.118000', '134753.121000', '134753.126000', '134753.129000', '134753.133000', '134753.136000', '134753.139000', '134753.142000', '134753.145000', '134753.148000', '134753.151000', '134753.153000', '134753.157000', '134753.160000', '134753.163000', '134753.165000', '134753.168000', '134753.171000', '134753.174000', '134753.177000', '134753.180000', '134753.183000', '134753.186000', '134753.189000', '134753.191000', '134753.194000', '134753.197000', '134753.200000', '134753.203000', '134753.206000', '134753.209000', '134753.211000'], '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': [8526, 11700, 8932, 9525, 8836, 8185, 13259, 8330, 11816, 9138, 10495, 8747, 10928, 8886, 8775, 9360, 8464, 10425, 8741, 14691, 8646, 12634, 9814, 11293, 8897, 8697, 9289, 8515, 12729, 8246, 13285, 8656, 11653, 9088, 11125, 8479, 10014, 8935, 9698, 8783, 9159, 8752, 7914, 10630, 8465, 11677, 9695, 11482, 8779, 8447, 12944, 8554, 11949, 9091, 10523, 8646, 8211, 10274, 8254, 11821, 8154, 11038, 8729, 9849, 8878, 8956, 8638, 8706, 8966, 8435, 10952, 8302, 12836, 8333, 11593, 8988, 10265, 8990, 9166, 12496, 8456, 12158, 8541, 12180, 8787, 8746, 9170, 9286, 8957, 7998, 8684, 8239, 12481, 8427, 11724, 8255, 11837, 8588, 10306, 9010, 8550, 9789, 7950, 13443, 8254, 11879, 8484, 10286, 8543, 8569, 8462, 8048, 13552, 8269, 12626, 8498, 8287, 8717, 8127, 13833, 8180, 11849, 8656, 8734, 8816, 8853, 8673, 7961, 9513, 8385, 11460, 8103, 12065, 8295, 10848, 8627, 10566, 8666, 10809, 8623, 9258, 13899, 9973, 13039, 8091, 12461, 8628, 9803, 8490, 7568, 8548, 7827, 12407, 8273, 11085, 8402, 8795, 8458, 9153, 8769, 8800, 8521, 7999, 11334, 8012, 12514, 8718, 10282, 8575, 9584, 8387, 8152, 9054, 8446, 10342, 8131, 12127, 8351, 10846, 8216, 11101, 8261, 10790, 8825, 10125, 8771, 8211, 8536, 7911, 11683, 8169, 11247, 9287, 11502, 8362, 10247, 8670, 8483, 12381, 8132, 12406, 8352, 8510, 8972, 8150, 9738, 7911, 12092, 8342, 10271, 8679, 9262, 8585, 8716, 8915, 8006, 12089, 7862, 12416, 8326, 10362, 8898, 9694, 8700, 8887, 10387, 8076, 12940, 9269, 11973, 8345, 10691, 8456, 9509, 8665, 9443, 8488, 7976, 12699, 8195, 11094, 8203, 11417, 8393, 9405, 8721, 9158, 8477, 8846, 8588, 7939, 9773, 7916, 12711, 8061, 12479, 8293, 9738, 8988, 7917, 11546, 8102, 11462, 8737, 8566, 8814, 8439, 8650, 7799, 10039, 8202, 11454, 8053, 11643, 8366, 10192, 8920, 9004, 8902, 8830, 8945, 8188, 12240, 8140, 12028, 8410, 10467, 8968, 8978, 8733, 8001, 13554, 8100, 11908, 8475, 10911, 8548, 8251, 8523, 8288, 11834, 8145, 11679, 8406, 9548, 8850, 7999, 8692, 8100, 11653, 8262, 10810, 8686, 10657, 8536, 9646, 8768, 8148, 13042, 7885, 12545, 8296, 11299, 8635, 10257, 9010, 10449, 8969, 9009, 8596, 9052, 8611, 12817, 8969, 9989, 13795, 8637, 12985, 8895, 10150, 15897, 10667, 13787, 9307, 13855, 10820, 8407, 14798, 8273, 11350, 8919, 7914, 8516, 7775, 11001, 8037, 11372, 8536, 10095, 8351, 10571, 8326, 9428, 9053, 8125, 8627, 8036, 14575, 8091, 11815, 9156, 9544, 8750, 8997, 8644, 8284, 11711, 8244, 12712, 8124, 11701, 8645, 10800, 8806, 9410, 8598, 7887, 9075, 8454, 12235, 8375, 12465, 8409, 10587, 9049, 10234, 8829, 8797, 8854, 8476, 11149, 8247, 8924, 9706, 8839, 8991, 9586, 10123, 9185, 10966, 8706, 10770, 11195, 9199, 14973, 10755, 12915, 9473, 10208, 16118, 8582, 13232, 9798, 11243, 8809, 7932, 13226, 8758, 11322, 8783, 8321, 8749, 9402, 9123, 8837, 8912, 9068, 8751, 8600, 14353, 8825, 12501, 9505, 11861, 8784, 8497, 9805, 8640, 13469, 8155, 12963, 8742, 10689, 8859, 9231, 8526, 8086, 8872, 8277, 12912, 8251, 12720, 8412, 9483, 9206, 9469, 8568, 8259, 8400, 8298, 13324, 8794, 12511, 8617, 11146, 8813, 9215, 9158, 7907, 13392, 8251, 11653, 8979, 9756, 8524, 7814, 9838, 8667, 11248, 8661, 10068, 8473, 9946, 9205, 9248, 8599, 9529, 8810, 8322, 9607, 8888, 10041, 7997, 14965, 8707, 12781, 10395, 11752, 8648, 9833, 8669, 8718, 12015, 8997, 15574, 8095, 12769, 8378, 11501, 8333, 10164, 8701, 8957, 8918, 9567, 8615, 7965, 8529, 8504, 12307, 8219, 12430, 8186, 11775, 8396, 10973, 8782, 10306, 8233, 8548, 8719, 8407, 10718, 7911, 12675, 8160, 10918, 8527, 11370, 8239, 12156, 8504, 11057, 8681, 10067, 8566, 8493, 9787, 8364, 11986, 9382, 10665, 8618, 7762, 9710, 8437, 11468, 8291, 11184, 8611, 9184, 9303, 9188, 8631, 8146, 8878, 8495, 12165, 8270, 12330, 8388, 11785, 8919, 10591, 9170, 9066, 16591, 8177, 14354, 10331, 11990, 8583, 9680, 8598, 9423, 9004, 9483, 8535, 9915, 8355, 8829, 13078, 9853, 13429, 8440, 12472, 9048, 10180, 9617, 12054, 9210, 10004, 8667, 8967, 8562, 12292, 8983, 10577, 14062, 8228, 13360, 9013, 10595, 12659, 11504, 13372, 10207, 12099, 9156, 10600, 8438, 8834, 15396, 8909, 10687, 8201, 8329, 8184, 11120, 8287, 11481, 8063, 12186, 8114, 11072, 8556, 10067, 8315, 8330, 8250, 8244, 12140, 8025, 12237, 8192, 9932, 8742, 8788, 8615, 8020, 9920, 8279, 11246, 8409, 11415, 8156, 11436, 8481, 11101, 8662, 9958, 8387, 8365, 8500, 8454, 12394, 8023, 12611, 8269, 11107, 8478, 11018, 8036, 10548, 8346, 11576, 8363, 11385, 8360, 12296, 8442, 11819, 8678, 10774, 8454, 10565, 8723, 10297, 8708, 8393, 8579, 8106, 12490, 8711, 11962, 9267, 10593, 8802, 10006, 8750, 11010, 8861, 11795, 8999, 11517, 8934, 11212, 8375, 10741, 8473, 8494, 8437, 8679, 8492, 8558, 8459, 9405, 8777, 9565, 8403, 9109, 8429, 9654, 8563, 8603, 8595, 8550, 8385, 8852, 8398, 8771, 8560, 8873, 8710, 10125, 8351, 10309, 8223, 10695, 9392, 8597, 9834, 8446, 13120, 9291, 12164, 8483, 11301, 8164, 12396, 9611, 11702, 8329, 11129, 8437, 10856, 8398, 8065, 8697, 8107, 11173, 8116, 9933, 8140, 8516, 8186, 8739, 9408, 8533, 10327, 8602, 10366, 8494, 12712, 9880, 12268, 8606, 9543, 8660, 10316, 11477, 9939, 11067, 8353, 13698, 8346, 12781, 8690, 11978, 8586, 11137, 8353, 10822, 8342, 10883, 8825, 10159, 8603, 10828, 8504, 10045, 8511, 8454, 8676, 8114, 9777, 8219, 9617, 8234, 10961, 8308, 11715, 8412, 11417, 8416, 11013, 8329, 11506, 8531, 11301, 8515, 9173, 8578, 8785, 8718, 8281, 9150, 8194, 11433, 8233, 12274, 8388, 11385, 8314, 11017, 8510, 9199, 8644, 8121, 12467, 8253, 11941, 8489, 10423, 8322, 9046, 8390, 8844, 8428, 9671, 8429, 10552, 8345, 11122, 8324, 9899, 8302, 9719, 8379, 10547, 8536, 9707], 'WindowCenter': [3945.0, 3961.0, 3929.0, 3940.0, 3928.0, 3917.0, 3955.0, 3916.0, 3945.0, 3939.0, 3937.0, 3927.0, 3947.0, 3927.0, 3927.0, 3939.0, 3929.0, 3949.0, 3929.0, 3956.0, 3927.0, 3958.0, 3937.0, 3936.0, 3942.0, 3943.0, 3926.0, 3915.0, 3944.0, 3902.0, 3941.0, 3914.0, 3934.0, 3914.0, 3933.0, 3903.0, 3923.0, 3914.0, 3925.0, 3914.0, 3923.0, 3913.0, 3903.0, 3923.0, 3914.0, 3934.0, 3913.0, 3933.0, 3901.0, 3902.0, 3942.0, 3913.0, 3932.0, 3901.0, 3921.0, 3899.0, 3900.0, 3922.0, 3901.0, 3930.0, 3903.0, 3931.0, 3914.0, 3935.0, 3925.0, 3914.0, 3915.0, 3916.0, 3925.0, 3917.0, 3935.0, 3916.0, 3944.0, 3915.0, 3945.0, 3925.0, 3925.0, 3913.0, 3925.0, 3943.0, 3903.0, 3933.0, 3902.0, 3932.0, 3901.0, 3902.0, 3913.0, 3913.0, 3912.0, 3903.0, 3911.0, 3903.0, 3945.0, 3915.0, 3934.0, 3904.0, 3933.0, 3903.0, 3924.0, 3914.0, 3913.0, 3911.0, 3892.0, 3942.0, 3901.0, 3932.0, 3902.0, 3922.0, 3900.0, 3901.0, 3899.0, 3901.0, 3942.0, 3901.0, 3930.0, 3899.0, 3890.0, 3899.0, 3891.0, 3941.0, 3900.0, 3920.0, 3900.0, 3902.0, 3911.0, 3912.0, 3900.0, 3901.0, 3911.0, 3914.0, 3933.0, 3904.0, 3943.0, 3913.0, 3935.0, 3927.0, 3936.0, 3916.0, 3935.0, 3914.0, 3925.0, 3955.0, 3924.0, 3942.0, 3891.0, 3931.0, 3900.0, 3912.0, 3900.0, 3890.0, 3899.0, 3890.0, 3929.0, 3901.0, 3931.0, 3900.0, 3900.0, 3902.0, 3912.0, 3913.0, 3915.0, 3912.0, 3904.0, 3933.0, 3903.0, 3933.0, 3914.0, 3922.0, 3913.0, 3912.0, 3902.0, 3903.0, 3913.0, 3914.0, 3923.0, 3904.0, 3943.0, 3914.0, 3945.0, 3916.0, 3934.0, 3914.0, 3934.0, 3915.0, 3935.0, 3914.0, 3904.0, 3902.0, 3902.0, 3932.0, 3903.0, 3932.0, 3913.0, 3921.0, 3901.0, 3921.0, 3900.0, 3902.0, 3942.0, 3901.0, 3931.0, 3890.0, 3900.0, 3911.0, 3902.0, 3911.0, 3902.0, 3931.0, 3902.0, 3934.0, 3915.0, 3912.0, 3914.0, 3914.0, 3913.0, 3915.0, 3944.0, 3905.0, 3944.0, 3903.0, 3924.0, 3915.0, 3925.0, 3913.0, 3913.0, 3921.0, 3903.0, 3944.0, 3912.0, 3932.0, 3902.0, 3921.0, 3902.0, 3913.0, 3913.0, 3923.0, 3901.0, 3903.0, 3942.0, 3903.0, 3933.0, 3903.0, 3931.0, 3901.0, 3912.0, 3913.0, 3912.0, 3900.0, 3912.0, 3901.0, 3902.0, 3922.0, 3902.0, 3931.0, 3901.0, 3930.0, 3900.0, 3912.0, 3901.0, 3891.0, 3920.0, 3891.0, 3920.0, 3900.0, 3901.0, 3900.0, 3901.0, 3900.0, 3892.0, 3922.0, 3915.0, 3934.0, 3905.0, 3934.0, 3907.0, 3924.0, 3914.0, 3914.0, 3916.0, 3914.0, 3912.0, 3904.0, 3945.0, 3904.0, 3934.0, 3904.0, 3924.0, 3915.0, 3915.0, 3914.0, 3904.0, 3943.0, 3903.0, 3934.0, 3913.0, 3933.0, 3903.0, 3903.0, 3902.0, 3914.0, 3944.0, 3903.0, 3933.0, 3902.0, 3913.0, 3913.0, 3904.0, 3912.0, 3905.0, 3933.0, 3915.0, 3934.0, 3928.0, 3936.0, 3915.0, 3925.0, 3914.0, 3906.0, 3944.0, 3904.0, 3942.0, 3903.0, 3932.0, 3914.0, 3936.0, 3915.0, 3923.0, 3914.0, 3912.0, 3915.0, 3923.0, 3927.0, 3959.0, 3915.0, 3925.0, 3945.0, 3914.0, 3944.0, 3901.0, 3922.0, 3941.0, 3910.0, 3931.0, 3898.0, 3929.0, 3894.0, 3874.0, 3914.0, 3873.0, 3894.0, 3873.0, 3873.0, 3872.0, 3863.0, 3891.0, 3874.0, 3904.0, 3898.0, 3907.0, 3889.0, 3909.0, 3900.0, 3911.0, 3912.0, 3902.0, 3901.0, 3902.0, 3941.0, 3891.0, 3933.0, 3913.0, 3912.0, 3902.0, 3913.0, 3901.0, 3902.0, 3945.0, 3902.0, 3931.0, 3892.0, 3932.0, 3913.0, 3934.0, 3913.0, 3913.0, 3901.0, 3902.0, 3913.0, 3915.0, 3944.0, 3903.0, 3933.0, 3902.0, 3923.0, 3914.0, 3923.0, 3913.0, 3914.0, 3913.0, 3915.0, 3945.0, 3915.0, 3913.0, 3924.0, 3926.0, 3939.0, 3952.0, 3950.0, 3939.0, 3948.0, 3928.0, 3949.0, 3936.0, 3927.0, 3960.0, 3935.0, 3944.0, 3912.0, 3923.0, 3942.0, 3901.0, 3931.0, 3910.0, 3920.0, 3888.0, 3889.0, 3929.0, 3901.0, 3921.0, 3901.0, 3889.0, 3900.0, 3911.0, 3924.0, 3914.0, 3914.0, 3915.0, 3915.0, 3916.0, 3956.0, 3927.0, 3946.0, 3926.0, 3935.0, 3903.0, 3914.0, 3925.0, 3914.0, 3944.0, 3904.0, 3943.0, 3914.0, 3935.0, 3914.0, 3914.0, 3902.0, 3903.0, 3913.0, 3914.0, 3945.0, 3904.0, 3944.0, 3902.0, 3913.0, 3925.0, 3925.0, 3913.0, 3904.0, 3902.0, 3914.0, 3955.0, 3914.0, 3943.0, 3903.0, 3933.0, 3914.0, 3925.0, 3912.0, 3902.0, 3931.0, 3901.0, 3933.0, 3914.0, 3912.0, 3902.0, 3893.0, 3910.0, 3914.0, 3934.0, 3915.0, 3924.0, 3916.0, 3925.0, 3928.0, 3927.0, 3917.0, 3938.0, 3916.0, 3918.0, 3938.0, 3928.0, 3924.0, 3906.0, 3956.0, 3917.0, 3947.0, 3936.0, 3935.0, 3903.0, 3924.0, 3902.0, 3904.0, 3934.0, 3913.0, 3952.0, 3892.0, 3932.0, 3902.0, 3921.0, 3890.0, 3911.0, 3889.0, 3912.0, 3912.0, 3912.0, 3901.0, 3902.0, 3900.0, 3914.0, 3944.0, 3904.0, 3944.0, 3903.0, 3933.0, 3903.0, 3935.0, 3913.0, 3924.0, 3903.0, 3903.0, 3902.0, 3903.0, 3922.0, 3891.0, 3931.0, 3902.0, 3933.0, 3915.0, 3934.0, 3904.0, 3934.0, 3913.0, 3935.0, 3915.0, 3924.0, 3903.0, 3903.0, 3911.0, 3902.0, 3933.0, 3902.0, 3922.0, 3890.0, 3881.0, 3910.0, 3903.0, 3931.0, 3903.0, 3922.0, 3902.0, 3924.0, 3927.0, 3926.0, 3916.0, 3917.0, 3915.0, 3929.0, 3959.0, 3918.0, 3946.0, 3916.0, 3947.0, 3928.0, 3937.0, 3926.0, 3916.0, 3954.0, 3904.0, 3955.0, 3925.0, 3932.0, 3902.0, 3912.0, 3903.0, 3914.0, 3927.0, 3926.0, 3916.0, 3927.0, 3903.0, 3928.0, 3957.0, 3927.0, 3945.0, 3904.0, 3945.0, 3916.0, 3938.0, 3924.0, 3933.0, 3914.0, 3913.0, 3913.0, 3911.0, 3915.0, 3946.0, 3913.0, 3925.0, 3943.0, 3903.0, 3944.0, 3902.0, 3923.0, 3932.0, 3921.0, 3929.0, 3898.0, 3907.0, 3886.0, 3896.0, 3863.0, 3885.0, 3927.0, 3885.0, 3883.0, 3862.0, 3861.0, 3873.0, 3907.0, 3876.0, 3905.0, 3876.0, 3915.0, 3877.0, 3908.0, 3888.0, 3897.0, 3877.0, 3888.0, 3886.0, 3889.0, 3918.0, 3889.0, 3919.0, 3889.0, 3910.0, 3900.0, 3914.0, 3901.0, 3903.0, 3909.0, 3901.0, 3934.0, 3915.0, 3933.0, 3904.0, 3934.0, 3914.0, 3935.0, 3915.0, 3924.0, 3901.0, 3903.0, 3903.0, 3904.0, 3934.0, 3904.0, 3933.0, 3902.0, 3935.0, 3915.0, 3933.0, 3906.0, 3935.0, 3917.0, 3949.0, 3918.0, 3946.0, 3917.0, 3946.0, 3916.0, 3948.0, 3917.0, 3936.0, 3906.0, 3925.0, 3916.0, 3938.0, 3915.0, 3905.0, 3903.0, 3905.0, 3945.0, 3915.0, 3946.0, 3914.0, 3923.0, 3915.0, 3925.0, 3928.0, 3937.0, 3928.0, 3946.0, 3916.0, 3935.0, 3927.0, 3935.0, 3906.0, 3936.0, 3903.0, 3915.0, 3903.0, 3903.0, 3902.0, 3914.0, 3904.0, 3927.0, 3917.0, 3925.0, 3904.0, 3914.0, 3903.0, 3925.0, 3915.0, 3904.0, 3903.0, 3915.0, 3904.0, 3916.0, 3905.0, 3904.0, 3903.0, 3914.0, 3915.0, 3926.0, 3905.0, 3925.0, 3905.0, 3924.0, 3915.0, 3915.0, 3926.0, 3918.0, 3947.0, 3916.0, 3935.0, 3904.0, 3923.0, 3904.0, 3934.0, 3914.0, 3920.0, 3891.0, 3910.0, 3892.0, 3922.0, 3890.0, 3890.0, 3890.0, 3892.0, 3922.0, 3894.0, 3913.0, 3904.0, 3903.0, 3906.0, 3917.0, 3940.0, 3919.0, 3939.0, 3918.0, 3938.0, 3918.0, 3961.0, 3929.0, 3949.0, 3905.0, 3916.0, 3904.0, 3927.0, 3936.0, 3914.0, 3922.0, 3892.0, 3933.0, 3904.0, 3933.0, 3903.0, 3920.0, 3891.0, 3921.0, 3904.0, 3922.0, 3903.0, 3923.0, 3903.0, 3923.0, 3916.0, 3935.0, 3904.0, 3914.0, 3903.0, 3904.0, 3903.0, 3894.0, 3913.0, 3903.0, 3913.0, 3904.0, 3924.0, 3918.0, 3948.0, 3918.0, 3937.0, 3918.0, 3938.0, 3919.0, 3948.0, 3918.0, 3937.0, 3904.0, 3916.0, 3917.0, 3905.0, 3904.0, 3905.0, 3913.0, 3906.0, 3935.0, 3905.0, 3934.0, 3904.0, 3934.0, 3905.0, 3925.0, 3903.0, 3914.0, 3890.0, 3892.0, 3934.0, 3892.0, 3922.0, 3892.0, 3912.0, 3892.0, 3904.0, 3904.0, 3903.0, 3905.0, 3914.0, 3917.0, 3936.0, 3906.0, 3935.0, 3905.0, 3925.0, 3917.0, 3915.0, 3905.0, 3925.0, 3904.0, 3914.0], 'WindowWidth': [8824.0, 8835.0, 8788.0, 8805.0, 8785.0, 8769.0, 8813.0, 8763.0, 8803.0, 8802.0, 8795.0, 8784.0, 8808.0, 8781.0, 8782.0, 8802.0, 8790.0, 8814.0, 8786.0, 8820.0, 8781.0, 8823.0, 8794.0, 8789.0, 8812.0, 8815.0, 8780.0, 8762.0, 8799.0, 8741.0, 8790.0, 8757.0, 8786.0, 8759.0, 8780.0, 8742.0, 8766.0, 8760.0, 8774.0, 8758.0, 8770.0, 8754.0, 8743.0, 8768.0, 8759.0, 8784.0, 8756.0, 8779.0, 8736.0, 8738.0, 8792.0, 8753.0, 8776.0, 8734.0, 8759.0, 8727.0, 8731.0, 8765.0, 8735.0, 8774.0, 8741.0, 8775.0, 8758.0, 8789.0, 8776.0, 8760.0, 8763.0, 8764.0, 8775.0, 8770.0, 8788.0, 8764.0, 8798.0, 8760.0, 8802.0, 8777.0, 8775.0, 8756.0, 8772.0, 8795.0, 8742.0, 8782.0, 8739.0, 8776.0, 8735.0, 8738.0, 8756.0, 8755.0, 8753.0, 8742.0, 8750.0, 8742.0, 8803.0, 8760.0, 8784.0, 8744.0, 8782.0, 8741.0, 8769.0, 8757.0, 8755.0, 8749.0, 8723.0, 8790.0, 8736.0, 8779.0, 8738.0, 8763.0, 8732.0, 8736.0, 8732.0, 8735.0, 8791.0, 8733.0, 8770.0, 8728.0, 8717.0, 8732.0, 8721.0, 8787.0, 8733.0, 8756.0, 8733.0, 8739.0, 8749.0, 8750.0, 8732.0, 8735.0, 8749.0, 8760.0, 8781.0, 8747.0, 8797.0, 8757.0, 8789.0, 8782.0, 8791.0, 8766.0, 8788.0, 8758.0, 8776.0, 8815.0, 8771.0, 8790.0, 8722.0, 8774.0, 8732.0, 8749.0, 8733.0, 8718.0, 8727.0, 8717.0, 8768.0, 8734.0, 8775.0, 8734.0, 8732.0, 8738.0, 8751.0, 8756.0, 8761.0, 8754.0, 8743.0, 8779.0, 8740.0, 8780.0, 8758.0, 8765.0, 8754.0, 8751.0, 8738.0, 8743.0, 8758.0, 8759.0, 8769.0, 8745.0, 8797.0, 8762.0, 8803.0, 8765.0, 8786.0, 8759.0, 8785.0, 8761.0, 8789.0, 8757.0, 8744.0, 8737.0, 8739.0, 8778.0, 8741.0, 8781.0, 8753.0, 8761.0, 8735.0, 8761.0, 8732.0, 8738.0, 8793.0, 8735.0, 8773.0, 8717.0, 8732.0, 8749.0, 8738.0, 8747.0, 8737.0, 8775.0, 8740.0, 8786.0, 8761.0, 8755.0, 8757.0, 8758.0, 8756.0, 8762.0, 8798.0, 8747.0, 8796.0, 8742.0, 8773.0, 8763.0, 8774.0, 8755.0, 8756.0, 8764.0, 8741.0, 8800.0, 8752.0, 8776.0, 8737.0, 8760.0, 8739.0, 8754.0, 8755.0, 8768.0, 8735.0, 8741.0, 8793.0, 8743.0, 8780.0, 8741.0, 8775.0, 8736.0, 8750.0, 8757.0, 8753.0, 8733.0, 8752.0, 8734.0, 8739.0, 8766.0, 8739.0, 8774.0, 8736.0, 8772.0, 8731.0, 8750.0, 8734.0, 8721.0, 8758.0, 8720.0, 8757.0, 8733.0, 8734.0, 8733.0, 8736.0, 8733.0, 8725.0, 8768.0, 8763.0, 8785.0, 8749.0, 8785.0, 8752.0, 8772.0, 8760.0, 8759.0, 8762.0, 8758.0, 8751.0, 8745.0, 8800.0, 8745.0, 8782.0, 8744.0, 8769.0, 8761.0, 8762.0, 8757.0, 8746.0, 8794.0, 8740.0, 8784.0, 8758.0, 8781.0, 8741.0, 8743.0, 8737.0, 8758.0, 8798.0, 8743.0, 8780.0, 8739.0, 8753.0, 8756.0, 8747.0, 8754.0, 8747.0, 8781.0, 8760.0, 8784.0, 8784.0, 8792.0, 8762.0, 8773.0, 8760.0, 8750.0, 8800.0, 8745.0, 8793.0, 8740.0, 8778.0, 8760.0, 8791.0, 8762.0, 8767.0, 8758.0, 8752.0, 8762.0, 8771.0, 8783.0, 8828.0, 8761.0, 8775.0, 8801.0, 8758.0, 8798.0, 8734.0, 8764.0, 8787.0, 8742.0, 8774.0, 8724.0, 8767.0, 8711.0, 8683.0, 8740.0, 8680.0, 8708.0, 8681.0, 8682.0, 8678.0, 8669.0, 8703.0, 8686.0, 8726.0, 8726.0, 8736.0, 8717.0, 8742.0, 8732.0, 8749.0, 8753.0, 8739.0, 8735.0, 8739.0, 8787.0, 8722.0, 8779.0, 8756.0, 8750.0, 8738.0, 8753.0, 8735.0, 8740.0, 8799.0, 8739.0, 8776.0, 8725.0, 8778.0, 8755.0, 8784.0, 8754.0, 8753.0, 8734.0, 8739.0, 8754.0, 8760.0, 8797.0, 8743.0, 8779.0, 8739.0, 8768.0, 8760.0, 8768.0, 8754.0, 8759.0, 8754.0, 8763.0, 8801.0, 8761.0, 8755.0, 8772.0, 8777.0, 8801.0, 8824.0, 8817.0, 8801.0, 8809.0, 8784.0, 8814.0, 8791.0, 8779.0, 8827.0, 8787.0, 8798.0, 8750.0, 8765.0, 8792.0, 8734.0, 8774.0, 8744.0, 8758.0, 8709.0, 8713.0, 8768.0, 8734.0, 8759.0, 8733.0, 8715.0, 8730.0, 8747.0, 8770.0, 8759.0, 8757.0, 8760.0, 8760.0, 8765.0, 8820.0, 8782.0, 8802.0, 8775.0, 8784.0, 8741.0, 8758.0, 8772.0, 8757.0, 8796.0, 8745.0, 8793.0, 8757.0, 8788.0, 8757.0, 8756.0, 8738.0, 8742.0, 8754.0, 8759.0, 8799.0, 8743.0, 8796.0, 8739.0, 8754.0, 8774.0, 8772.0, 8756.0, 8744.0, 8739.0, 8758.0, 8816.0, 8759.0, 8794.0, 8742.0, 8779.0, 8757.0, 8775.0, 8750.0, 8738.0, 8773.0, 8735.0, 8779.0, 8757.0, 8752.0, 8737.0, 8727.0, 8745.0, 8757.0, 8784.0, 8760.0, 8770.0, 8762.0, 8774.0, 8784.0, 8782.0, 8767.0, 8797.0, 8763.0, 8771.0, 8798.0, 8782.0, 8773.0, 8751.0, 8818.0, 8765.0, 8806.0, 8791.0, 8784.0, 8742.0, 8769.0, 8737.0, 8742.0, 8786.0, 8753.0, 8805.0, 8722.0, 8775.0, 8738.0, 8761.0, 8719.0, 8745.0, 8714.0, 8751.0, 8752.0, 8751.0, 8735.0, 8738.0, 8732.0, 8756.0, 8799.0, 8744.0, 8794.0, 8741.0, 8779.0, 8742.0, 8787.0, 8756.0, 8768.0, 8739.0, 8739.0, 8739.0, 8741.0, 8763.0, 8722.0, 8774.0, 8737.0, 8781.0, 8759.0, 8781.0, 8746.0, 8782.0, 8755.0, 8786.0, 8760.0, 8769.0, 8739.0, 8740.0, 8747.0, 8736.0, 8778.0, 8736.0, 8760.0, 8715.0, 8705.0, 8745.0, 8740.0, 8774.0, 8740.0, 8764.0, 8737.0, 8772.0, 8783.0, 8778.0, 8764.0, 8767.0, 8762.0, 8785.0, 8826.0, 8770.0, 8804.0, 8765.0, 8805.0, 8785.0, 8795.0, 8776.0, 8763.0, 8812.0, 8741.0, 8813.0, 8773.0, 8776.0, 8738.0, 8749.0, 8741.0, 8759.0, 8780.0, 8775.0, 8763.0, 8778.0, 8743.0, 8784.0, 8821.0, 8779.0, 8800.0, 8743.0, 8797.0, 8763.0, 8797.0, 8770.0, 8779.0, 8755.0, 8753.0, 8754.0, 8749.0, 8761.0, 8804.0, 8756.0, 8773.0, 8794.0, 8739.0, 8794.0, 8736.0, 8765.0, 8777.0, 8759.0, 8767.0, 8724.0, 8733.0, 8702.0, 8715.0, 8669.0, 8699.0, 8762.0, 8699.0, 8692.0, 8665.0, 8662.0, 8682.0, 8734.0, 8693.0, 8726.0, 8692.0, 8742.0, 8693.0, 8737.0, 8713.0, 8721.0, 8694.0, 8710.0, 8705.0, 8715.0, 8752.0, 8714.0, 8752.0, 8714.0, 8742.0, 8733.0, 8756.0, 8733.0, 8739.0, 8743.0, 8735.0, 8781.0, 8760.0, 8781.0, 8745.0, 8781.0, 8757.0, 8787.0, 8759.0, 8770.0, 8736.0, 8741.0, 8741.0, 8744.0, 8782.0, 8743.0, 8779.0, 8738.0, 8785.0, 8761.0, 8781.0, 8750.0, 8785.0, 8767.0, 8811.0, 8769.0, 8804.0, 8767.0, 8803.0, 8762.0, 8808.0, 8767.0, 8788.0, 8749.0, 8773.0, 8762.0, 8795.0, 8760.0, 8745.0, 8740.0, 8747.0, 8799.0, 8761.0, 8801.0, 8757.0, 8766.0, 8758.0, 8772.0, 8784.0, 8793.0, 8783.0, 8802.0, 8762.0, 8786.0, 8779.0, 8785.0, 8748.0, 8786.0, 8738.0, 8759.0, 8741.0, 8739.0, 8737.0, 8756.0, 8741.0, 8779.0, 8766.0, 8771.0, 8742.0, 8757.0, 8740.0, 8773.0, 8758.0, 8743.0, 8738.0, 8758.0, 8743.0, 8762.0, 8746.0, 8744.0, 8740.0, 8755.0, 8760.0, 8774.0, 8748.0, 8773.0, 8745.0, 8770.0, 8759.0, 8760.0, 8775.0, 8768.0, 8805.0, 8761.0, 8782.0, 8741.0, 8764.0, 8742.0, 8781.0, 8752.0, 8756.0, 8719.0, 8741.0, 8722.0, 8759.0, 8715.0, 8715.0, 8714.0, 8720.0, 8763.0, 8728.0, 8751.0, 8743.0, 8739.0, 8748.0, 8768.0, 8801.0, 8772.0, 8796.0, 8770.0, 8793.0, 8770.0, 8829.0, 8784.0, 8808.0, 8744.0, 8761.0, 8740.0, 8775.0, 8787.0, 8753.0, 8760.0, 8720.0, 8777.0, 8739.0, 8776.0, 8735.0, 8755.0, 8718.0, 8756.0, 8740.0, 8763.0, 8738.0, 8762.0, 8739.0, 8764.0, 8760.0, 8783.0, 8741.0, 8755.0, 8738.0, 8740.0, 8737.0, 8729.0, 8751.0, 8738.0, 8750.0, 8741.0, 8768.0, 8768.0, 8806.0, 8767.0, 8790.0, 8768.0, 8793.0, 8773.0, 8808.0, 8766.0, 8790.0, 8742.0, 8763.0, 8764.0, 8745.0, 8740.0, 8743.0, 8754.0, 8746.0, 8783.0, 8743.0, 8781.0, 8741.0, 8779.0, 8744.0, 8770.0, 8739.0, 8753.0, 8716.0, 8721.0, 8778.0, 8722.0, 8759.0, 8721.0, 8746.0, 8719.0, 8739.0, 8742.0, 8738.0, 8743.0, 8756.0, 8765.0, 8787.0, 8748.0, 8784.0, 8743.0, 8770.0, 8765.0, 8758.0, 8744.0, 8768.0, 8740.0, 8753.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.002166295871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.02924282649082569</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56656016933408</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2019075009414453</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964016271526979</td></tr>
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
<tr><td colspan=3>fber</td><td>6129.3877</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10148603266279271</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2110091743119265</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4084715195058632</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.313588944839741</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7094812081282065</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2023444055496424</td></tr>
<tr><td colspan=3>gcor</td><td>0.013036</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02171328477561474</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02556750550866127</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.739029416268237</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.1053</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1478</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.2609</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309198.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.951</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8845</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.4447</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3163.6976</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.5178</td></tr>
<tr><td colspan=3>tsnr</td><td>38.9941579856677</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>