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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-01/func/sub-0031_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>98fa8556b97ab04e38953b912b7b6357</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:36:46.395000</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.999712, -0.022589, 0.00805869, 0.0228612, 0.99911, -0.0354596]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0895521</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7282, 562, -81, -177, 68, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.777</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9e31501e-88f6-47e7-b5bf-7c65af6ed798||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.682155132293701, 0.06133488565683365, 0.019576402381062508, 110.14803314208984], [0.06060453876852989, 2.6805379390716553, -0.09621068090200424, -94.56466674804688], [0.021620875224471092, 0.0951353907585144, 2.698214292526245, -91.45787048339844], [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': ['133646.395000', '133646.855000', '133647.315000', '133647.775000', '133648.235000', '133648.695000', '133649.155000', '133649.615000', '133650.075000', '133650.535000', '133650.995000', '133651.455000', '133651.915000', '133652.375000', '133652.835000', '133653.295000', '133653.755000', '133654.215000', '133654.675000', '133655.135000', '133655.595000', '133656.055000', '133656.515000', '133656.975000', '133657.435000', '133657.895000', '133658.355000', '133658.815000', '133659.275000', '133659.735000', '133700.195000', '133700.655000', '133701.115000', '133701.575000', '133702.035000', '133702.495000', '133702.955000', '133703.415000', '133703.875000', '133704.335000', '133704.795000', '133705.255000', '133705.715000', '133706.175000', '133706.635000', '133707.095000', '133707.555000', '133708.015000', '133708.475000', '133708.935000', '133709.395000', '133709.855000', '133710.315000', '133710.775000', '133711.235000', '133711.695000', '133712.155000', '133712.615000', '133713.075000', '133713.535000', '133713.995000', '133714.455000', '133714.915000', '133715.375000', '133715.835000', '133716.295000', '133716.755000', '133717.215000', '133717.675000', '133718.135000', '133718.595000', '133719.055000', '133719.515000', '133719.975000', '133720.435000', '133720.895000', '133721.355000', '133721.815000', '133722.275000', '133722.735000', '133723.195000', '133723.655000', '133724.115000', '133724.575000', '133725.035000', '133725.495000', '133725.955000', '133726.415000', '133726.875000', '133727.335000', '133727.795000', '133728.255000', '133728.715000', '133729.175000', '133729.635000', '133730.095000', '133730.555000', '133731.015000', '133731.475000', '133731.935000', '133732.395000', '133732.855000', '133733.315000', '133733.775000', '133734.235000', '133734.695000', '133735.155000', '133735.615000', '133736.075000', '133736.535000', '133736.995000', '133737.455000', '133737.915000', '133738.375000', '133738.835000', '133739.295000', '133739.755000', '133740.215000', '133740.675000', '133741.135000', '133741.595000', '133742.055000', '133742.515000', '133742.975000', '133743.435000', '133743.895000', '133744.355000', '133744.815000', '133745.275000', '133745.735000', '133746.195000', '133746.655000', '133747.115000', '133747.575000', '133748.035000', '133748.495000', '133748.955000', '133749.415000', '133749.875000', '133750.335000', '133750.795000', '133751.255000', '133751.715000', '133752.175000', '133752.635000', '133753.095000', '133753.555000', '133754.015000', '133754.475000', '133754.935000', '133755.395000', '133755.855000', '133756.315000', '133756.775000', '133757.235000', '133757.695000', '133758.155000', '133758.615000', '133759.075000', '133759.535000', '133759.995000', '133800.455000', '133800.915000', '133801.375000', '133801.835000', '133802.295000', '133802.755000', '133803.215000', '133803.675000', '133804.135000', '133804.595000', '133805.055000', '133805.515000', '133805.975000', '133806.435000', '133806.895000', '133807.355000', '133807.815000', '133808.275000', '133808.735000', '133809.195000', '133809.655000', '133810.115000', '133810.575000', '133811.035000', '133811.495000', '133811.955000', '133812.415000', '133812.875000', '133813.335000', '133813.795000', '133814.255000', '133814.715000', '133815.175000', '133815.635000', '133816.095000', '133816.555000', '133817.015000', '133817.475000', '133817.935000', '133818.395000', '133818.855000', '133819.315000', '133819.775000', '133820.235000', '133820.695000', '133821.155000', '133821.615000', '133822.075000', '133822.535000', '133822.995000', '133823.455000', '133823.915000', '133824.375000', '133824.835000', '133825.295000', '133825.755000', '133826.215000', '133826.675000', '133827.135000', '133827.595000', '133828.055000', '133828.515000', '133828.975000', '133829.435000', '133829.895000', '133830.355000', '133830.815000', '133831.275000', '133831.735000', '133832.195000', '133832.655000', '133833.115000', '133833.575000', '133834.035000', '133834.495000', '133834.955000', '133835.415000', '133835.875000', '133836.335000', '133836.795000', '133837.255000', '133837.715000', '133838.175000', '133838.635000', '133839.095000', '133839.555000', '133840.015000', '133840.475000', '133840.935000', '133841.395000', '133841.855000', '133842.315000', '133842.775000', '133843.235000', '133843.695000', '133844.155000', '133844.615000', '133845.075000', '133845.535000', '133845.995000', '133846.455000', '133846.915000', '133847.375000', '133847.835000', '133848.295000', '133848.755000', '133849.215000', '133849.675000', '133850.135000', '133850.595000', '133851.055000', '133851.515000', '133851.975000', '133852.435000', '133852.895000', '133853.355000', '133853.815000', '133854.275000', '133854.735000', '133855.195000', '133855.655000', '133856.115000', '133856.575000', '133857.035000', '133857.495000', '133857.955000', '133858.415000', '133858.875000', '133859.335000', '133859.795000', '133900.255000', '133900.715000', '133901.175000', '133901.635000', '133902.095000', '133902.555000', '133903.015000', '133903.475000', '133903.935000', '133904.395000', '133904.855000', '133905.315000', '133905.775000', '133906.235000', '133906.695000', '133907.155000', '133907.615000', '133908.075000', '133908.535000', '133908.995000', '133909.455000', '133909.915000', '133910.375000', '133910.835000', '133911.295000', '133911.755000', '133912.215000', '133912.675000', '133913.135000', '133913.595000', '133914.055000', '133914.515000', '133914.975000', '133915.435000', '133915.895000', '133916.355000', '133916.815000', '133917.275000', '133917.735000', '133918.195000', '133918.655000', '133919.115000', '133919.575000', '133920.035000', '133920.495000', '133920.955000', '133921.415000', '133921.875000', '133922.335000', '133922.795000', '133923.255000', '133923.715000', '133924.175000', '133924.635000', '133925.095000', '133925.555000', '133926.015000', '133926.475000', '133926.935000', '133927.395000', '133927.855000', '133928.315000', '133928.775000', '133929.235000', '133929.695000', '133930.155000', '133930.615000', '133931.075000', '133931.535000', '133931.995000', '133932.455000', '133932.915000', '133933.375000', '133933.835000', '133934.295000', '133934.755000', '133935.215000', '133935.675000', '133936.135000', '133936.595000', '133937.055000', '133937.515000', '133937.975000', '133938.435000', '133938.895000', '133939.355000', '133939.815000', '133940.275000', '133940.735000', '133941.195000', '133941.655000', '133942.115000', '133942.575000', '133943.035000', '133943.495000', '133943.955000', '133944.415000', '133944.875000', '133945.335000', '133945.795000', '133946.255000', '133946.715000', '133947.175000', '133947.635000', '133948.095000', '133948.555000', '133949.015000', '133949.475000', '133949.935000', '133950.395000', '133950.855000', '133951.315000', '133951.775000', '133952.235000', '133952.695000', '133953.155000', '133953.615000', '133954.075000', '133954.535000', '133954.995000', '133955.455000', '133955.915000', '133956.375000', '133956.835000', '133957.295000', '133957.755000', '133958.215000', '133958.675000', '133959.135000', '133959.595000', '134000.055000', '134000.515000', '134000.975000', '134001.435000', '134001.895000', '134002.355000', '134002.815000', '134003.275000', '134003.735000', '134004.195000', '134004.655000', '134005.115000', '134005.575000', '134006.035000', '134006.495000', '134006.955000', '134007.415000', '134007.875000', '134008.335000', '134008.795000', '134009.255000', '134009.715000', '134010.175000', '134010.635000', '134011.095000', '134011.555000', '134012.015000', '134012.475000', '134012.935000', '134013.395000', '134013.855000', '134014.315000', '134014.775000', '134015.235000', '134015.695000', '134016.155000', '134016.615000', '134017.075000', '134017.535000', '134017.995000', '134018.455000', '134018.915000', '134019.375000', '134019.835000', '134020.295000', '134020.755000', '134021.215000', '134021.675000', '134022.135000', '134022.595000', '134023.055000', '134023.515000', '134023.975000', '134024.435000', '134024.895000', '134025.355000', '134025.815000', '134026.275000', '134026.735000', '134027.195000', '134027.655000', '134028.115000', '134028.575000', '134029.035000', '134029.495000', '134029.955000', '134030.415000', '134030.875000', '134031.335000', '134031.795000', '134032.255000', '134032.715000', '134033.175000', '134033.635000', '134034.095000', '134034.555000', '134035.015000', '134035.475000', '134035.935000', '134036.395000', '134036.855000', '134037.315000', '134037.775000', '134038.235000', '134038.695000', '134039.155000', '134039.615000', '134040.075000', '134040.535000', '134040.995000', '134041.455000', '134041.915000', '134042.375000', '134042.835000', '134043.295000', '134043.755000', '134044.215000', '134044.675000', '134045.135000', '134045.595000', '134046.055000', '134046.515000', '134046.975000', '134047.435000', '134047.895000', '134048.355000', '134048.815000', '134049.275000', '134049.735000', '134050.195000', '134050.655000', '134051.115000', '134051.575000', '134052.035000', '134052.495000', '134052.955000', '134053.415000', '134053.875000', '134054.335000', '134054.795000', '134055.255000', '134055.715000', '134056.175000', '134056.635000', '134057.095000', '134057.555000', '134058.015000', '134058.475000', '134058.935000', '134059.395000', '134059.855000', '134100.315000', '134100.775000', '134101.235000', '134101.695000', '134102.155000', '134102.615000', '134103.075000', '134103.535000', '134103.995000', '134104.455000', '134104.915000', '134105.375000', '134105.835000', '134106.295000', '134106.755000', '134107.215000', '134107.675000', '134108.135000', '134108.595000', '134109.055000', '134109.515000', '134109.975000', '134110.435000', '134110.895000', '134111.355000', '134111.815000', '134112.275000', '134112.735000', '134113.195000', '134113.655000', '134114.115000', '134114.575000', '134115.035000', '134115.495000', '134115.955000', '134116.415000', '134116.875000', '134117.335000', '134117.795000', '134118.255000', '134118.715000', '134119.175000', '134119.635000', '134120.095000', '134120.555000', '134121.015000', '134121.475000', '134121.935000', '134122.395000', '134122.855000', '134123.315000', '134123.775000', '134124.235000', '134124.695000', '134125.155000', '134125.615000', '134126.075000', '134126.535000', '134126.995000', '134127.455000', '134127.915000', '134128.375000', '134128.835000', '134129.295000', '134129.755000', '134130.215000', '134130.675000', '134131.135000', '134131.595000', '134132.055000', '134132.515000', '134132.975000', '134133.435000', '134133.895000', '134134.355000', '134134.815000', '134135.275000', '134135.735000', '134136.195000', '134136.655000', '134137.115000', '134137.575000', '134138.035000', '134138.495000', '134138.955000', '134139.415000', '134139.875000', '134140.335000', '134140.795000', '134141.255000', '134141.715000', '134142.175000', '134142.635000', '134143.095000', '134143.555000', '134144.015000', '134144.475000', '134144.935000', '134145.395000', '134145.855000', '134146.315000', '134146.775000', '134147.235000', '134147.695000', '134148.155000', '134148.615000', '134149.075000', '134149.535000', '134149.995000', '134150.455000', '134150.915000', '134151.375000', '134151.835000', '134152.295000', '134152.755000', '134153.215000', '134153.675000', '134154.135000', '134154.595000', '134155.055000', '134155.515000', '134155.975000', '134156.435000', '134156.895000', '134157.355000', '134157.815000', '134158.275000', '134158.735000', '134159.195000', '134159.655000', '134200.115000', '134200.575000', '134201.035000', '134201.495000', '134201.955000', '134202.415000', '134202.875000', '134203.335000', '134203.795000', '134204.255000', '134204.715000', '134205.175000', '134205.635000', '134206.095000', '134206.555000', '134207.015000', '134207.475000', '134207.935000', '134208.395000', '134208.855000', '134209.315000', '134209.775000', '134210.235000', '134210.695000', '134211.155000', '134211.615000', '134212.075000', '134212.535000', '134212.995000', '134213.455000', '134213.915000', '134214.375000', '134214.835000', '134215.295000', '134215.755000', '134216.215000', '134216.675000', '134217.135000', '134217.595000', '134218.055000', '134218.515000', '134218.975000', '134219.435000', '134219.895000', '134220.355000', '134220.815000', '134221.275000', '134221.735000', '134222.195000', '134222.655000', '134223.115000', '134223.575000', '134224.035000', '134224.495000', '134224.955000', '134225.415000', '134225.875000', '134226.335000', '134226.795000', '134227.255000', '134227.715000', '134228.175000', '134228.635000', '134229.095000', '134229.555000', '134230.015000', '134230.475000', '134230.935000', '134231.395000', '134231.855000', '134232.315000', '134232.775000', '134233.235000', '134233.695000', '134234.155000', '134234.615000', '134235.075000', '134235.535000', '134235.995000', '134236.455000', '134236.915000', '134237.375000', '134237.835000', '134238.295000', '134238.755000', '134239.215000', '134239.675000', '134240.135000', '134240.595000', '134241.055000', '134241.515000', '134241.975000', '134242.435000', '134242.895000', '134243.355000', '134243.815000', '134244.275000', '134244.735000', '134245.195000', '134245.655000', '134246.115000', '134246.575000', '134247.035000', '134247.495000', '134247.955000', '134248.415000', '134248.875000', '134249.335000', '134249.795000', '134250.255000', '134250.715000', '134251.175000', '134251.635000', '134252.095000', '134252.555000', '134253.015000', '134253.475000', '134253.935000', '134254.395000', '134254.855000', '134255.315000', '134255.775000', '134256.235000', '134256.695000', '134257.155000', '134257.615000', '134258.075000', '134258.535000', '134258.995000', '134259.455000', '134259.915000', '134300.375000', '134300.835000', '134301.295000', '134301.755000', '134302.215000', '134302.675000', '134303.135000', '134303.595000', '134304.055000', '134304.515000', '134304.975000', '134305.435000', '134305.895000', '134306.355000', '134306.815000', '134307.275000', '134307.735000', '134308.195000', '134308.655000', '134309.115000', '134309.575000', '134310.035000', '134310.495000', '134310.955000', '134311.415000', '134311.875000', '134312.335000', '134312.795000', '134313.255000', '134313.715000', '134314.175000', '134314.635000', '134315.095000', '134315.555000', '134316.015000', '134316.475000', '134316.935000', '134317.395000', '134317.855000', '134318.315000', '134318.775000', '134319.235000', '134319.695000', '134320.155000', '134320.615000', '134321.075000', '134321.535000', '134321.995000', '134322.455000', '134322.915000', '134323.375000', '134323.835000', '134324.295000', '134324.755000', '134325.215000', '134325.675000', '134326.135000', '134326.595000', '134327.055000'], 'ContentTime': ['133706.062000', '133706.072000', '133706.074000', '133706.077000', '133706.080000', '133706.083000', '133706.086000', '133706.089000', '133706.091000', '133706.094000', '133706.097000', '133706.100000', '133706.109000', '133706.112000', '133706.115000', '133706.118000', '133706.121000', '133706.123000', '133706.126000', '133706.129000', '133706.132000', '133706.135000', '133706.138000', '133706.140000', '133706.143000', '133706.146000', '133706.149000', '133706.152000', '133706.155000', '133706.157000', '133706.160000', '133706.163000', '133706.166000', '133706.169000', '133706.172000', '133706.175000', '133706.177000', '133706.180000', '133706.183000', '133706.186000', '133706.189000', '133726.037000', '133726.040000', '133726.043000', '133726.046000', '133726.049000', '133726.051000', '133726.054000', '133726.057000', '133726.060000', '133726.063000', '133726.066000', '133726.068000', '133726.071000', '133726.074000', '133726.077000', '133726.080000', '133726.083000', '133726.085000', '133726.088000', '133726.091000', '133726.094000', '133726.097000', '133726.100000', '133726.102000', '133726.105000', '133726.108000', '133726.111000', '133726.114000', '133726.117000', '133726.120000', '133726.122000', '133726.125000', '133726.128000', '133726.131000', '133726.134000', '133726.137000', '133726.139000', '133726.142000', '133726.145000', '133726.148000', '133726.151000', '133726.154000', '133726.156000', '133726.159000', '133746.030000', '133746.033000', '133746.036000', '133746.039000', '133746.042000', '133746.044000', '133746.047000', '133746.050000', '133746.053000', '133746.056000', '133746.059000', '133746.062000', '133746.065000', '133746.068000', '133746.071000', '133746.074000', '133746.077000', '133746.080000', '133746.083000', '133746.085000', '133746.088000', '133746.091000', '133746.094000', '133746.097000', '133746.100000', '133746.102000', '133746.105000', '133746.108000', '133746.111000', '133746.114000', '133746.117000', '133746.120000', '133746.122000', '133746.125000', '133746.128000', '133746.131000', '133746.134000', '133746.137000', '133746.140000', '133746.142000', '133746.145000', '133746.148000', '133746.151000', '133806.030000', '133806.033000', '133806.036000', '133806.039000', '133806.042000', '133806.044000', '133806.047000', '133806.050000', '133806.053000', '133806.056000', '133806.059000', '133806.062000', '133806.064000', '133806.067000', '133806.070000', '133806.073000', '133806.076000', '133806.079000', '133806.082000', '133806.084000', '133806.087000', '133806.090000', '133806.093000', '133806.096000', '133806.099000', '133806.102000', '133806.104000', '133806.107000', '133806.110000', '133806.113000', '133806.116000', '133806.119000', '133806.122000', '133806.124000', '133806.127000', '133806.130000', '133806.133000', '133806.136000', '133806.139000', '133806.142000', '133806.144000', '133806.147000', '133806.150000', '133806.153000', '133826.030000', '133826.033000', '133826.036000', '133826.039000', '133826.041000', '133826.044000', '133826.047000', '133826.050000', '133826.053000', '133826.056000', '133826.059000', '133826.062000', '133826.065000', '133826.067000', '133826.070000', '133826.074000', '133826.079000', '133826.082000', '133826.085000', '133826.088000', '133826.091000', '133826.094000', '133826.097000', '133826.099000', '133826.102000', '133826.105000', '133826.108000', '133826.111000', '133826.114000', '133826.117000', '133826.120000', '133826.122000', '133826.125000', '133826.128000', '133826.131000', '133826.134000', '133826.137000', '133826.140000', '133826.142000', '133826.145000', '133826.148000', '133826.151000', '133826.154000', '133846.030000', '133846.033000', '133846.036000', '133846.038000', '133846.041000', '133846.044000', '133846.047000', '133846.050000', '133846.053000', '133846.056000', '133846.058000', '133846.061000', '133846.064000', '133846.067000', '133846.070000', '133846.073000', '133846.076000', '133846.079000', '133846.082000', '133846.085000', '133846.087000', '133846.090000', '133846.093000', '133846.096000', '133846.099000', '133846.102000', '133846.105000', '133846.108000', '133846.110000', '133846.113000', '133846.116000', '133846.119000', '133846.122000', '133846.125000', '133846.128000', '133846.131000', '133846.133000', '133846.136000', '133846.139000', '133846.142000', '133846.145000', '133846.148000', '133846.151000', '133846.154000', '133906.031000', '133906.034000', '133906.037000', '133906.040000', '133906.043000', '133906.046000', '133906.049000', '133906.052000', '133906.055000', '133906.067000', '133906.070000', '133906.073000', '133906.076000', '133906.079000', '133906.081000', '133906.084000', '133906.087000', '133906.090000', '133906.093000', '133906.096000', '133906.099000', '133906.102000', '133906.105000', '133906.108000', '133906.111000', '133906.116000', '133906.119000', '133906.121000', '133906.124000', '133906.127000', '133906.130000', '133906.133000', '133906.136000', '133906.139000', '133906.142000', '133906.144000', '133906.147000', '133906.150000', '133906.153000', '133906.156000', '133906.159000', '133906.162000', '133906.165000', '133926.030000', '133926.033000', '133926.036000', '133926.039000', '133926.041000', '133926.044000', '133926.047000', '133926.050000', '133926.053000', '133926.056000', '133926.059000', '133926.062000', '133926.065000', '133926.068000', '133926.070000', '133926.073000', '133926.076000', '133926.079000', '133926.082000', '133926.085000', '133926.088000', '133926.091000', '133926.093000', '133926.096000', '133926.099000', '133926.102000', '133926.105000', '133926.108000', '133926.111000', '133926.114000', '133926.117000', '133926.119000', '133926.122000', '133926.125000', '133926.128000', '133926.131000', '133926.134000', '133926.137000', '133926.140000', '133926.143000', '133926.146000', '133926.149000', '133926.152000', '133926.155000', '133946.030000', '133946.033000', '133946.036000', '133946.039000', '133946.042000', '133946.045000', '133946.047000', '133946.050000', '133946.053000', '133946.056000', '133946.059000', '133946.062000', '133946.065000', '133946.068000', '133946.070000', '133946.073000', '133946.076000', '133946.079000', '133946.082000', '133946.085000', '133946.088000', '133946.091000', '133946.093000', '133946.096000', '133946.099000', '133946.102000', '133946.105000', '133946.108000', '133946.111000', '133946.114000', '133946.117000', '133946.120000', '133946.123000', '133946.126000', '133946.128000', '133946.131000', '133946.134000', '133946.137000', '133946.140000', '133946.143000', '133946.146000', '133946.149000', '133946.152000', '134006.030000', '134006.033000', '134006.036000', '134006.039000', '134006.041000', '134006.044000', '134006.047000', '134006.050000', '134006.053000', '134006.056000', '134006.059000', '134006.062000', '134006.064000', '134006.067000', '134006.070000', '134006.073000', '134006.076000', '134006.079000', '134006.082000', '134006.085000', '134006.087000', '134006.090000', '134006.093000', '134006.096000', '134006.099000', '134006.102000', '134006.105000', '134006.108000', '134006.110000', '134006.113000', '134006.116000', '134006.119000', '134006.122000', '134006.125000', '134006.128000', '134006.131000', '134006.134000', '134006.136000', '134006.139000', '134006.142000', '134006.145000', '134006.148000', '134006.151000', '134006.154000', '134026.030000', '134026.033000', '134026.036000', '134026.045000', '134026.047000', '134026.050000', '134026.053000', '134026.056000', '134026.059000', '134026.062000', '134026.065000', '134026.069000', '134026.072000', '134026.075000', '134026.078000', '134026.080000', '134026.083000', '134026.086000', '134026.089000', '134026.092000', '134026.095000', '134026.098000', '134026.101000', '134026.104000', '134026.106000', '134026.109000', '134026.112000', '134026.115000', '134026.118000', '134026.121000', '134026.124000', '134026.127000', '134026.130000', '134026.132000', '134026.150000', '134026.153000', '134026.156000', '134026.159000', '134026.162000', '134026.165000', '134026.168000', '134026.171000', '134026.174000', '134046.030000', '134046.034000', '134046.037000', '134046.040000', '134046.042000', '134046.045000', '134046.048000', '134046.051000', '134046.054000', '134046.057000', '134046.060000', '134046.063000', '134046.066000', '134046.069000', '134046.071000', '134046.074000', '134046.077000', '134046.080000', '134046.083000', '134046.086000', '134046.089000', '134046.092000', '134046.095000', '134046.097000', '134046.100000', '134046.103000', '134046.106000', '134046.109000', '134046.112000', '134046.115000', '134046.118000', '134046.120000', '134046.123000', '134046.126000', '134046.129000', '134046.132000', '134046.135000', '134046.138000', '134046.141000', '134046.143000', '134046.146000', '134046.149000', '134046.152000', '134046.155000', '134106.030000', '134106.033000', '134106.036000', '134106.039000', '134106.042000', '134106.045000', '134106.047000', '134106.050000', '134106.053000', '134106.056000', '134106.059000', '134106.062000', '134106.065000', '134106.068000', '134106.070000', '134106.073000', '134106.076000', '134106.079000', '134106.082000', '134106.085000', '134106.088000', '134106.091000', '134106.094000', '134106.097000', '134106.100000', '134106.102000', '134106.105000', '134106.108000', '134106.111000', '134106.114000', '134106.117000', '134106.120000', '134106.123000', '134106.126000', '134106.129000', '134106.131000', '134106.134000', '134106.137000', '134106.140000', '134106.143000', '134106.146000', '134106.149000', '134106.152000', '134126.030000', '134126.033000', '134126.036000', '134126.039000', '134126.042000', '134126.045000', '134126.047000', '134126.050000', '134126.053000', '134126.056000', '134126.059000', '134126.062000', '134126.065000', '134126.068000', '134126.071000', '134126.073000', '134126.076000', '134126.079000', '134126.082000', '134126.085000', '134126.088000', '134126.091000', '134126.094000', '134126.097000', '134126.100000', '134126.102000', '134126.105000', '134126.108000', '134126.111000', '134126.114000', '134126.117000', '134126.120000', '134126.123000', '134126.125000', '134126.128000', '134126.131000', '134126.134000', '134126.137000', '134126.140000', '134126.143000', '134126.146000', '134126.149000', '134126.151000', '134126.154000', '134146.030000', '134146.033000', '134146.036000', '134146.039000', '134146.042000', '134146.045000', '134146.048000', '134146.051000', '134146.054000', '134146.057000', '134146.059000', '134146.062000', '134146.065000', '134146.068000', '134146.071000', '134146.074000', '134146.077000', '134146.080000', '134146.083000', '134146.085000', '134146.088000', '134146.091000', '134146.094000', '134146.097000', '134146.100000', '134146.103000', '134146.107000', '134146.110000', '134146.113000', '134146.116000', '134146.119000', '134146.122000', '134146.125000', '134146.128000', '134146.131000', '134146.133000', '134146.136000', '134146.139000', '134146.142000', '134146.145000', '134146.148000', '134146.151000', '134146.154000', '134206.030000', '134206.033000', '134206.047000', '134206.050000', '134206.053000', '134206.056000', '134206.059000', '134206.062000', '134206.065000', '134206.068000', '134206.071000', '134206.074000', '134206.077000', '134206.080000', '134206.083000', '134206.086000', '134206.089000', '134206.092000', '134206.095000', '134206.098000', '134206.100000', '134206.103000', '134206.106000', '134206.109000', '134206.112000', '134206.115000', '134206.118000', '134206.121000', '134206.124000', '134206.127000', '134206.130000', '134206.132000', '134206.135000', '134206.138000', '134206.141000', '134206.144000', '134206.147000', '134206.150000', '134206.153000', '134206.156000', '134206.158000', '134206.161000', '134206.164000', '134206.167000', '134226.030000', '134226.033000', '134226.036000', '134226.039000', '134226.042000', '134226.045000', '134226.048000', '134226.050000', '134226.053000', '134226.056000', '134226.059000', '134226.062000', '134226.065000', '134226.068000', '134226.071000', '134226.074000', '134226.076000', '134226.079000', '134226.082000', '134226.085000', '134226.088000', '134226.091000', '134226.094000', '134226.097000', '134226.099000', '134226.102000', '134226.105000', '134226.108000', '134226.111000', '134226.114000', '134226.117000', '134226.120000', '134226.123000', '134226.126000', '134226.129000', '134226.131000', '134226.134000', '134226.137000', '134226.140000', '134226.143000', '134226.146000', '134226.149000', '134226.152000', '134246.030000', '134246.033000', '134246.036000', '134246.039000', '134246.042000', '134246.045000', '134246.047000', '134246.050000', '134246.055000', '134246.058000', '134246.061000', '134246.064000', '134246.066000', '134246.069000', '134246.072000', '134246.075000', '134246.078000', '134246.081000', '134246.084000', '134246.087000', '134246.090000', '134246.092000', '134246.095000', '134246.098000', '134246.101000', '134246.104000', '134246.107000', '134246.110000', '134246.113000', '134246.116000', '134246.118000', '134246.121000', '134246.124000', '134246.127000', '134246.130000', '134246.133000', '134246.136000', '134246.138000', '134246.141000', '134246.144000', '134246.147000', '134246.150000', '134246.153000', '134246.156000', '134306.030000', '134306.033000', '134306.036000', '134306.039000', '134306.042000', '134306.044000', '134306.047000', '134306.050000', '134306.053000', '134306.056000', '134306.059000', '134306.062000', '134306.065000', '134306.068000', '134306.071000', '134306.074000', '134306.076000', '134306.079000', '134306.082000', '134306.085000', '134306.088000', '134306.091000', '134306.094000', '134306.097000', '134306.099000', '134306.102000', '134306.105000', '134306.108000', '134306.111000', '134306.114000', '134306.117000', '134306.120000', '134306.123000', '134306.125000', '134306.128000', '134306.131000', '134306.134000', '134306.137000', '134306.140000', '134306.143000', '134306.146000', '134306.150000', '134306.152000', '134326.030000', '134326.033000', '134326.036000', '134326.039000', '134326.042000', '134326.049000', '134326.052000', '134326.055000', '134326.058000', '134326.061000', '134326.064000', '134326.067000', '134326.069000', '134326.082000', '134326.085000', '134326.088000', '134326.091000', '134326.094000', '134326.096000', '134326.099000', '134326.102000', '134326.105000', '134326.108000', '134326.112000', '134326.115000', '134326.118000', '134326.120000', '134326.123000', '134326.126000', '134326.129000', '134326.132000', '134326.135000', '134326.138000', '134326.141000', '134326.144000', '134326.147000', '134326.149000', '134326.152000', '134326.155000', '134326.158000', '134326.161000', '134326.164000', '134326.167000', '134326.170000', '134327.898000', '134327.902000', '134327.905000', '134327.908000'], 'InstanceCreationTime': ['133706.062000', '133706.072000', '133706.074000', '133706.077000', '133706.080000', '133706.083000', '133706.086000', '133706.089000', '133706.091000', '133706.094000', '133706.097000', '133706.100000', '133706.109000', '133706.112000', '133706.115000', '133706.118000', '133706.121000', '133706.123000', '133706.126000', '133706.129000', '133706.132000', '133706.135000', '133706.138000', '133706.140000', '133706.143000', '133706.146000', '133706.149000', '133706.152000', '133706.155000', '133706.157000', '133706.160000', '133706.163000', '133706.166000', '133706.169000', '133706.172000', '133706.175000', '133706.177000', '133706.180000', '133706.183000', '133706.186000', '133706.189000', '133726.037000', '133726.040000', '133726.043000', '133726.046000', '133726.049000', '133726.051000', '133726.054000', '133726.057000', '133726.060000', '133726.063000', '133726.066000', '133726.068000', '133726.071000', '133726.074000', '133726.077000', '133726.080000', '133726.083000', '133726.085000', '133726.088000', '133726.091000', '133726.094000', '133726.097000', '133726.100000', '133726.102000', '133726.105000', '133726.108000', '133726.111000', '133726.114000', '133726.117000', '133726.120000', '133726.122000', '133726.125000', '133726.128000', '133726.131000', '133726.134000', '133726.137000', '133726.139000', '133726.142000', '133726.145000', '133726.148000', '133726.151000', '133726.154000', '133726.156000', '133726.159000', '133746.030000', '133746.033000', '133746.036000', '133746.039000', '133746.042000', '133746.044000', '133746.047000', '133746.050000', '133746.053000', '133746.056000', '133746.059000', '133746.062000', '133746.065000', '133746.068000', '133746.071000', '133746.074000', '133746.077000', '133746.080000', '133746.083000', '133746.085000', '133746.088000', '133746.091000', '133746.094000', '133746.097000', '133746.100000', '133746.102000', '133746.105000', '133746.108000', '133746.111000', '133746.114000', '133746.117000', '133746.120000', '133746.122000', '133746.125000', '133746.128000', '133746.131000', '133746.134000', '133746.137000', '133746.140000', '133746.142000', '133746.145000', '133746.148000', '133746.151000', '133806.030000', '133806.033000', '133806.036000', '133806.039000', '133806.042000', '133806.044000', '133806.047000', '133806.050000', '133806.053000', '133806.056000', '133806.059000', '133806.062000', '133806.064000', '133806.067000', '133806.070000', '133806.073000', '133806.076000', '133806.079000', '133806.082000', '133806.084000', '133806.087000', '133806.090000', '133806.093000', '133806.096000', '133806.099000', '133806.102000', '133806.104000', '133806.107000', '133806.110000', '133806.113000', '133806.116000', '133806.119000', '133806.122000', '133806.124000', '133806.127000', '133806.130000', '133806.133000', '133806.136000', '133806.139000', '133806.142000', '133806.144000', '133806.147000', '133806.150000', '133806.153000', '133826.030000', '133826.033000', '133826.036000', '133826.039000', '133826.041000', '133826.044000', '133826.047000', '133826.050000', '133826.053000', '133826.056000', '133826.059000', '133826.062000', '133826.065000', '133826.067000', '133826.070000', '133826.074000', '133826.079000', '133826.082000', '133826.085000', '133826.088000', '133826.091000', '133826.094000', '133826.097000', '133826.099000', '133826.102000', '133826.105000', '133826.108000', '133826.111000', '133826.114000', '133826.117000', '133826.120000', '133826.122000', '133826.125000', '133826.128000', '133826.131000', '133826.134000', '133826.137000', '133826.140000', '133826.142000', '133826.145000', '133826.148000', '133826.151000', '133826.154000', '133846.030000', '133846.033000', '133846.036000', '133846.038000', '133846.041000', '133846.044000', '133846.047000', '133846.050000', '133846.053000', '133846.056000', '133846.058000', '133846.061000', '133846.064000', '133846.067000', '133846.070000', '133846.073000', '133846.076000', '133846.079000', '133846.082000', '133846.085000', '133846.087000', '133846.090000', '133846.093000', '133846.096000', '133846.099000', '133846.102000', '133846.105000', '133846.108000', '133846.110000', '133846.113000', '133846.116000', '133846.119000', '133846.122000', '133846.125000', '133846.128000', '133846.131000', '133846.133000', '133846.136000', '133846.139000', '133846.142000', '133846.145000', '133846.148000', '133846.151000', '133846.154000', '133906.031000', '133906.034000', '133906.037000', '133906.040000', '133906.043000', '133906.046000', '133906.049000', '133906.052000', '133906.055000', '133906.067000', '133906.070000', '133906.073000', '133906.076000', '133906.079000', '133906.081000', '133906.084000', '133906.087000', '133906.090000', '133906.093000', '133906.096000', '133906.099000', '133906.102000', '133906.105000', '133906.108000', '133906.111000', '133906.116000', '133906.119000', '133906.121000', '133906.124000', '133906.127000', '133906.130000', '133906.133000', '133906.136000', '133906.139000', '133906.142000', '133906.144000', '133906.147000', '133906.150000', '133906.153000', '133906.156000', '133906.159000', '133906.162000', '133906.165000', '133926.030000', '133926.033000', '133926.036000', '133926.039000', '133926.041000', '133926.044000', '133926.047000', '133926.050000', '133926.053000', '133926.056000', '133926.059000', '133926.062000', '133926.065000', '133926.068000', '133926.070000', '133926.073000', '133926.076000', '133926.079000', '133926.082000', '133926.085000', '133926.088000', '133926.091000', '133926.093000', '133926.096000', '133926.099000', '133926.102000', '133926.105000', '133926.108000', '133926.111000', '133926.114000', '133926.117000', '133926.119000', '133926.122000', '133926.125000', '133926.128000', '133926.131000', '133926.134000', '133926.137000', '133926.140000', '133926.143000', '133926.146000', '133926.149000', '133926.152000', '133926.155000', '133946.030000', '133946.033000', '133946.036000', '133946.039000', '133946.042000', '133946.045000', '133946.047000', '133946.050000', '133946.053000', '133946.056000', '133946.059000', '133946.062000', '133946.065000', '133946.068000', '133946.070000', '133946.073000', '133946.076000', '133946.079000', '133946.082000', '133946.085000', '133946.088000', '133946.091000', '133946.093000', '133946.096000', '133946.099000', '133946.102000', '133946.105000', '133946.108000', '133946.111000', '133946.114000', '133946.117000', '133946.120000', '133946.123000', '133946.126000', '133946.128000', '133946.131000', '133946.134000', '133946.137000', '133946.140000', '133946.143000', '133946.146000', '133946.149000', '133946.152000', '134006.030000', '134006.033000', '134006.036000', '134006.039000', '134006.041000', '134006.044000', '134006.047000', '134006.050000', '134006.053000', '134006.056000', '134006.059000', '134006.062000', '134006.064000', '134006.067000', '134006.070000', '134006.073000', '134006.076000', '134006.079000', '134006.082000', '134006.085000', '134006.087000', '134006.090000', '134006.093000', '134006.096000', '134006.099000', '134006.102000', '134006.105000', '134006.108000', '134006.110000', '134006.113000', '134006.116000', '134006.119000', '134006.122000', '134006.125000', '134006.128000', '134006.131000', '134006.134000', '134006.136000', '134006.139000', '134006.142000', '134006.145000', '134006.148000', '134006.151000', '134006.154000', '134026.030000', '134026.033000', '134026.036000', '134026.045000', '134026.047000', '134026.050000', '134026.053000', '134026.056000', '134026.059000', '134026.062000', '134026.065000', '134026.069000', '134026.072000', '134026.075000', '134026.078000', '134026.080000', '134026.083000', '134026.086000', '134026.089000', '134026.092000', '134026.095000', '134026.098000', '134026.101000', '134026.104000', '134026.106000', '134026.109000', '134026.112000', '134026.115000', '134026.118000', '134026.121000', '134026.124000', '134026.127000', '134026.130000', '134026.132000', '134026.150000', '134026.153000', '134026.156000', '134026.159000', '134026.162000', '134026.165000', '134026.168000', '134026.171000', '134026.174000', '134046.030000', '134046.034000', '134046.037000', '134046.040000', '134046.042000', '134046.045000', '134046.048000', '134046.051000', '134046.054000', '134046.057000', '134046.060000', '134046.063000', '134046.066000', '134046.069000', '134046.071000', '134046.074000', '134046.077000', '134046.080000', '134046.083000', '134046.086000', '134046.089000', '134046.092000', '134046.095000', '134046.097000', '134046.100000', '134046.103000', '134046.106000', '134046.109000', '134046.112000', '134046.115000', '134046.118000', '134046.120000', '134046.123000', '134046.126000', '134046.129000', '134046.132000', '134046.135000', '134046.138000', '134046.141000', '134046.143000', '134046.146000', '134046.149000', '134046.152000', '134046.155000', '134106.030000', '134106.033000', '134106.036000', '134106.039000', '134106.042000', '134106.045000', '134106.047000', '134106.050000', '134106.053000', '134106.056000', '134106.059000', '134106.062000', '134106.065000', '134106.068000', '134106.070000', '134106.073000', '134106.076000', '134106.079000', '134106.082000', '134106.085000', '134106.088000', '134106.091000', '134106.094000', '134106.097000', '134106.100000', '134106.102000', '134106.105000', '134106.108000', '134106.111000', '134106.114000', '134106.117000', '134106.120000', '134106.123000', '134106.126000', '134106.129000', '134106.131000', '134106.134000', '134106.137000', '134106.140000', '134106.143000', '134106.146000', '134106.149000', '134106.152000', '134126.030000', '134126.033000', '134126.036000', '134126.039000', '134126.042000', '134126.045000', '134126.047000', '134126.050000', '134126.053000', '134126.056000', '134126.059000', '134126.062000', '134126.065000', '134126.068000', '134126.071000', '134126.073000', '134126.076000', '134126.079000', '134126.082000', '134126.085000', '134126.088000', '134126.091000', '134126.094000', '134126.097000', '134126.100000', '134126.102000', '134126.105000', '134126.108000', '134126.111000', '134126.114000', '134126.117000', '134126.120000', '134126.123000', '134126.125000', '134126.128000', '134126.131000', '134126.134000', '134126.137000', '134126.140000', '134126.143000', '134126.146000', '134126.149000', '134126.151000', '134126.154000', '134146.030000', '134146.033000', '134146.036000', '134146.039000', '134146.042000', '134146.045000', '134146.048000', '134146.051000', '134146.054000', '134146.057000', '134146.059000', '134146.062000', '134146.065000', '134146.068000', '134146.071000', '134146.074000', '134146.077000', '134146.080000', '134146.083000', '134146.085000', '134146.088000', '134146.091000', '134146.094000', '134146.097000', '134146.100000', '134146.103000', '134146.107000', '134146.110000', '134146.113000', '134146.116000', '134146.119000', '134146.122000', '134146.125000', '134146.128000', '134146.131000', '134146.133000', '134146.136000', '134146.139000', '134146.142000', '134146.145000', '134146.148000', '134146.151000', '134146.154000', '134206.030000', '134206.033000', '134206.047000', '134206.050000', '134206.053000', '134206.056000', '134206.059000', '134206.062000', '134206.065000', '134206.068000', '134206.071000', '134206.074000', '134206.077000', '134206.080000', '134206.083000', '134206.086000', '134206.089000', '134206.092000', '134206.095000', '134206.098000', '134206.100000', '134206.103000', '134206.106000', '134206.109000', '134206.112000', '134206.115000', '134206.118000', '134206.121000', '134206.124000', '134206.127000', '134206.130000', '134206.132000', '134206.135000', '134206.138000', '134206.141000', '134206.144000', '134206.147000', '134206.150000', '134206.153000', '134206.156000', '134206.158000', '134206.161000', '134206.164000', '134206.167000', '134226.030000', '134226.033000', '134226.036000', '134226.039000', '134226.042000', '134226.045000', '134226.048000', '134226.050000', '134226.053000', '134226.056000', '134226.059000', '134226.062000', '134226.065000', '134226.068000', '134226.071000', '134226.074000', '134226.076000', '134226.079000', '134226.082000', '134226.085000', '134226.088000', '134226.091000', '134226.094000', '134226.097000', '134226.099000', '134226.102000', '134226.105000', '134226.108000', '134226.111000', '134226.114000', '134226.117000', '134226.120000', '134226.123000', '134226.126000', '134226.129000', '134226.131000', '134226.134000', '134226.137000', '134226.140000', '134226.143000', '134226.146000', '134226.149000', '134226.152000', '134246.030000', '134246.033000', '134246.036000', '134246.039000', '134246.042000', '134246.045000', '134246.047000', '134246.050000', '134246.055000', '134246.058000', '134246.061000', '134246.064000', '134246.066000', '134246.069000', '134246.072000', '134246.075000', '134246.078000', '134246.081000', '134246.084000', '134246.087000', '134246.090000', '134246.092000', '134246.095000', '134246.098000', '134246.101000', '134246.104000', '134246.107000', '134246.110000', '134246.113000', '134246.116000', '134246.118000', '134246.121000', '134246.124000', '134246.127000', '134246.130000', '134246.133000', '134246.136000', '134246.138000', '134246.141000', '134246.144000', '134246.147000', '134246.150000', '134246.153000', '134246.156000', '134306.030000', '134306.033000', '134306.036000', '134306.039000', '134306.042000', '134306.044000', '134306.047000', '134306.050000', '134306.053000', '134306.056000', '134306.059000', '134306.062000', '134306.065000', '134306.068000', '134306.071000', '134306.074000', '134306.076000', '134306.079000', '134306.082000', '134306.085000', '134306.088000', '134306.091000', '134306.094000', '134306.097000', '134306.099000', '134306.102000', '134306.105000', '134306.108000', '134306.111000', '134306.114000', '134306.117000', '134306.120000', '134306.123000', '134306.125000', '134306.128000', '134306.131000', '134306.134000', '134306.137000', '134306.140000', '134306.143000', '134306.146000', '134306.150000', '134306.152000', '134326.030000', '134326.033000', '134326.036000', '134326.039000', '134326.042000', '134326.049000', '134326.052000', '134326.055000', '134326.058000', '134326.061000', '134326.064000', '134326.067000', '134326.069000', '134326.082000', '134326.085000', '134326.088000', '134326.091000', '134326.094000', '134326.096000', '134326.099000', '134326.102000', '134326.105000', '134326.108000', '134326.112000', '134326.115000', '134326.118000', '134326.120000', '134326.123000', '134326.126000', '134326.129000', '134326.132000', '134326.135000', '134326.138000', '134326.141000', '134326.144000', '134326.147000', '134326.149000', '134326.152000', '134326.155000', '134326.158000', '134326.161000', '134326.164000', '134326.167000', '134326.170000', '134327.898000', '134327.902000', '134327.905000', '134327.908000'], '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': [13842, 10760, 14256, 10256, 14257, 10669, 14446, 10658, 12041, 9668, 9026, 10573, 8210, 12272, 8937, 11851, 8458, 11427, 10593, 11879, 9798, 11092, 9619, 10179, 10433, 11925, 8641, 12726, 9718, 13196, 10556, 16363, 11210, 13040, 11045, 9939, 12579, 10094, 13496, 10496, 14950, 11573, 17750, 11605, 15481, 10423, 10777, 11149, 10478, 12769, 10994, 15976, 11351, 13288, 10107, 10258, 11034, 10290, 11811, 9628, 12376, 10412, 17455, 11860, 13119, 10108, 9349, 11308, 9591, 13356, 10915, 15339, 11486, 13459, 11351, 10848, 10705, 9780, 10968, 10026, 12753, 10923, 16001, 11214, 13480, 10990, 9415, 11905, 8920, 12472, 9045, 13307, 10690, 14132, 11122, 12583, 10743, 9884, 10688, 8705, 12852, 10031, 13781, 10498, 12923, 10444, 11307, 11505, 9439, 11782, 11155, 11190, 16990, 11578, 12322, 11166, 9632, 10613, 9155, 11742, 8452, 13205, 9439, 13146, 10402, 13388, 10544, 13891, 11022, 16292, 10979, 12375, 10542, 12540, 10838, 15243, 11233, 13944, 10836, 14243, 10879, 11737, 10316, 9230, 10218, 8878, 11969, 9072, 13211, 10383, 14813, 11083, 12511, 10420, 11587, 12557, 9201, 12910, 9710, 12884, 9652, 13900, 10442, 13987, 11093, 15273, 11177, 14097, 10953, 10782, 11915, 9748, 12256, 10266, 12758, 10405, 17805, 11506, 15256, 11661, 12101, 11670, 11145, 11430, 12399, 11209, 9252, 11565, 9101, 12005, 9381, 12236, 10860, 13794, 11206, 11575, 11994, 11375, 10315, 9421, 12111, 9557, 13144, 10352, 14655, 11276, 16397, 11100, 15074, 10686, 16088, 11875, 13486, 10995, 10203, 9678, 8869, 11814, 9014, 13177, 10132, 13094, 10682, 12804, 10821, 10363, 10857, 9764, 13234, 9632, 13034, 10512, 13116, 9244, 12488, 9418, 12244, 9490, 11905, 9255, 11599, 8779, 12217, 9125, 12548, 10139, 13980, 10170, 14195, 10528, 16632, 10735, 13025, 10859, 16609, 10749, 18555, 10972, 15013, 11240, 13987, 10994, 14501, 11105, 12677, 11183, 10059, 9902, 8709, 11734, 9140, 13649, 9986, 14860, 10863, 12459, 9874, 9527, 12720, 9517, 13256, 10590, 13749, 10361, 15932, 11273, 15524, 11378, 13681, 11334, 12217, 10257, 10338, 12021, 9289, 12346, 10296, 14997, 10924, 14415, 11264, 9895, 10252, 9652, 11503, 12399, 11173, 9969, 12281, 9616, 12430, 9495, 12836, 10214, 17500, 11275, 13122, 10550, 9836, 10600, 10542, 12319, 9270, 12559, 9666, 12893, 9772, 13643, 10935, 16246, 11347, 12663, 9865, 9722, 11551, 10636, 13226, 10801, 12280, 10314, 9106, 13561, 10683, 14135, 10817, 8713, 13397, 10597, 13899, 10984, 14095, 10158, 9977, 12117, 9737, 14024, 11229, 18173, 10241, 9860, 11060, 9003, 13406, 9767, 18991, 11246, 13490, 9581, 9153, 11056, 8910, 12987, 9863, 17587, 10660, 14171, 9441, 10342, 12577, 9204, 13533, 10626, 14724, 10721, 12597, 12072, 9455, 13166, 10332, 17028, 10795, 17465, 11219, 10804, 11271, 8997, 12342, 9480, 13889, 10988, 12478, 9595, 8659, 11913, 10929, 12912, 10306, 9492, 18991, 12038, 15024, 13970, 9282, 11173, 9774, 13230, 9884, 15992, 11049, 15576, 10742, 11168, 10034, 8310, 12636, 9707, 15927, 10316, 11448, 9988, 8773, 12404, 8842, 13901, 9599, 13978, 9558, 14406, 10382, 14116, 10461, 10402, 10602, 9009, 11442, 8083, 12959, 9163, 14678, 9818, 14014, 9850, 14124, 10443, 16783, 12044, 11329, 10011, 9254, 11283, 8493, 13814, 10745, 12197, 9612, 8930, 11581, 8038, 13281, 10151, 14434, 10087, 13726, 9877, 15613, 10897, 14623, 10567, 10031, 9837, 9002, 11077, 7939, 12469, 9386, 13497, 9510, 13667, 9804, 15485, 10986, 12497, 10229, 8975, 11071, 8163, 12770, 9542, 18115, 11133, 13729, 10014, 8471, 12091, 8732, 13764, 10494, 17003, 10964, 14134, 10928, 13348, 10682, 11346, 10842, 9260, 12318, 9656, 14170, 10727, 10516, 10622, 9124, 12476, 9605, 13303, 10343, 17017, 10995, 15507, 11352, 12546, 9556, 9239, 12124, 9702, 16935, 10725, 10494, 10088, 8578, 11815, 8528, 13133, 10353, 14926, 10642, 10542, 10100, 8683, 14065, 10927, 12614, 10847, 8735, 13394, 9865, 18134, 11409, 13263, 10293, 9393, 12167, 9708, 13075, 10213, 14684, 10621, 13463, 10966, 13650, 10704, 13338, 11287, 14754, 11218, 15125, 10967, 13758, 11364, 10750, 9577, 9574, 11110, 9173, 11859, 9590, 12687, 10510, 13205, 10676, 15687, 10913, 13641, 10567, 10034, 10115, 8636, 12502, 9601, 17705, 11094, 14858, 10924, 10566, 10712, 9287, 13037, 10090, 16242, 10828, 13262, 9804, 9253, 12117, 9751, 14139, 10910, 11430, 10661, 9419, 13256, 10278, 15547, 11002, 11176, 11746, 9816, 13206, 10618, 14785, 11172, 12086, 10749, 9703, 12597, 9902, 13380, 10170, 13714, 10732, 9874, 10834, 8720, 11942, 8870, 12802, 9596, 15027, 10547, 14254, 10782, 12229, 9196, 9764, 12014, 9547, 15417, 10606, 11557, 10319, 9317, 12894, 10311, 11662, 9682, 8919, 12674, 9790, 16334, 10686, 14345, 10735, 9631, 11757, 9623, 13100, 9679, 18897, 11037, 13588, 9396, 9043, 12003, 9410, 16536, 11111, 12912, 9453, 8972, 10738, 8444, 13070, 9988, 13619, 10458, 12846, 10227, 10306, 11555, 9390, 12265, 9431, 13201, 10203, 17491, 11341, 13814, 9596, 9283, 10951, 9048, 13177, 10613, 12545, 9231, 8628, 12301, 9396, 16271, 10966, 12348, 9838, 9912, 12570, 9375, 13792, 10224, 13311, 9940, 16672, 11290, 10732, 10036, 8993, 11451, 8965, 12526, 10061, 17487, 10830, 13522, 9625, 9515, 10599, 9592, 12989, 10704, 13545, 10158, 10676, 11733, 9293, 12319, 9472, 12531, 9693, 14193, 10638, 15847, 11117, 13285, 10779, 10340, 11378, 9481, 12495, 10151, 15347, 11145, 11946, 9856, 9041, 11628, 9406, 12705, 9992, 13928, 10375, 9424, 10321, 9171, 11828, 9342, 12840, 9435, 12865, 10059, 12799, 9932, 15994, 10860, 10035, 9321, 8459, 11821, 8867, 14880, 10458, 9651, 9765, 8261, 11991, 9183, 16295, 10287, 10430, 9923, 8409, 12051, 8216, 14306, 9696, 15291, 10405, 10962, 10717, 9035, 13865, 10516, 15050, 10900, 11043, 10864, 9490, 13993, 10251, 16985, 11093, 12783, 10138, 9654, 12719, 9726, 13215, 10835, 13212, 10754, 10794, 10136, 8828, 11729, 10216, 11280, 8929, 8937, 12057, 9530, 13566, 10125, 15715, 10993, 13167, 11191, 10604, 10427, 9124, 11318, 9411, 12402, 9651, 12206, 9802, 13300, 10770, 12419, 10780, 9987, 9884, 8019, 11846, 8978], 'WindowCenter': [4404.0, 4358.0, 4373.0, 4329.0, 4358.0, 4326.0, 4343.0, 4311.0, 4320.0, 4313.0, 4303.0, 4325.0, 4307.0, 4335.0, 4316.0, 4336.0, 4304.0, 4334.0, 4325.0, 4338.0, 4314.0, 4324.0, 4300.0, 4311.0, 4313.0, 4349.0, 4303.0, 4333.0, 4312.0, 4332.0, 4323.0, 4354.0, 4324.0, 4346.0, 4322.0, 4300.0, 4320.0, 4310.0, 4329.0, 4308.0, 4330.0, 4310.0, 4349.0, 4310.0, 4328.0, 4300.0, 4295.0, 4297.0, 4296.0, 4305.0, 4307.0, 4339.0, 4309.0, 4328.0, 4297.0, 4297.0, 4295.0, 4297.0, 4306.0, 4287.0, 4318.0, 4310.0, 4350.0, 4318.0, 4320.0, 4298.0, 4289.0, 4309.0, 4299.0, 4331.0, 4309.0, 4340.0, 4321.0, 4330.0, 4322.0, 4323.0, 4312.0, 4311.0, 4310.0, 4311.0, 4331.0, 4321.0, 4352.0, 4324.0, 4342.0, 4321.0, 4300.0, 4319.0, 4300.0, 4320.0, 4301.0, 4331.0, 4312.0, 4343.0, 4321.0, 4331.0, 4322.0, 4313.0, 4324.0, 4302.0, 4332.0, 4313.0, 4341.0, 4322.0, 4344.0, 4322.0, 4337.0, 4322.0, 4301.0, 4321.0, 4321.0, 4322.0, 4355.0, 4322.0, 4319.0, 4308.0, 4299.0, 4310.0, 4298.0, 4320.0, 4290.0, 4331.0, 4300.0, 4331.0, 4323.0, 4332.0, 4323.0, 4343.0, 4322.0, 4350.0, 4312.0, 4317.0, 4311.0, 4318.0, 4320.0, 4339.0, 4322.0, 4328.0, 4309.0, 4328.0, 4310.0, 4318.0, 4310.0, 4297.0, 4308.0, 4298.0, 4321.0, 4299.0, 4332.0, 4311.0, 4341.0, 4321.0, 4332.0, 4321.0, 4323.0, 4335.0, 4301.0, 4332.0, 4299.0, 4329.0, 4300.0, 4330.0, 4312.0, 4329.0, 4309.0, 4337.0, 4311.0, 4326.0, 4309.0, 4310.0, 4319.0, 4299.0, 4317.0, 4297.0, 4317.0, 4309.0, 4350.0, 4322.0, 4339.0, 4309.0, 4316.0, 4308.0, 4306.0, 4309.0, 4317.0, 4310.0, 4287.0, 4306.0, 4289.0, 4318.0, 4301.0, 4320.0, 4322.0, 4342.0, 4320.0, 4322.0, 4332.0, 4321.0, 4313.0, 4301.0, 4324.0, 4300.0, 4333.0, 4312.0, 4342.0, 4321.0, 4351.0, 4309.0, 4328.0, 4307.0, 4339.0, 4320.0, 4331.0, 4307.0, 4297.0, 4297.0, 4300.0, 4332.0, 4301.0, 4330.0, 4312.0, 4331.0, 4322.0, 4333.0, 4322.0, 4312.0, 4323.0, 4316.0, 4334.0, 4312.0, 4333.0, 4311.0, 4330.0, 4300.0, 4323.0, 4300.0, 4320.0, 4299.0, 4318.0, 4289.0, 4307.0, 4288.0, 4318.0, 4300.0, 4319.0, 4310.0, 4328.0, 4311.0, 4342.0, 4322.0, 4364.0, 4325.0, 4333.0, 4323.0, 4352.0, 4323.0, 4362.0, 4323.0, 4340.0, 4321.0, 4339.0, 4310.0, 4341.0, 4320.0, 4329.0, 4309.0, 4300.0, 4298.0, 4287.0, 4320.0, 4301.0, 4332.0, 4311.0, 4340.0, 4321.0, 4331.0, 4312.0, 4313.0, 4345.0, 4312.0, 4331.0, 4313.0, 4330.0, 4311.0, 4340.0, 4323.0, 4341.0, 4318.0, 4328.0, 4309.0, 4316.0, 4299.0, 4298.0, 4318.0, 4301.0, 4319.0, 4311.0, 4339.0, 4311.0, 4341.0, 4310.0, 4298.0, 4299.0, 4299.0, 4318.0, 4319.0, 4311.0, 4298.0, 4317.0, 4297.0, 4317.0, 4297.0, 4316.0, 4299.0, 4350.0, 4308.0, 4329.0, 4308.0, 4297.0, 4309.0, 4308.0, 4320.0, 4300.0, 4328.0, 4300.0, 4318.0, 4299.0, 4329.0, 4311.0, 4339.0, 4308.0, 4317.0, 4297.0, 4297.0, 4320.0, 4309.0, 4332.0, 4311.0, 4319.0, 4310.0, 4299.0, 4331.0, 4322.0, 4342.0, 4323.0, 4300.0, 4332.0, 4310.0, 4330.0, 4320.0, 4330.0, 4311.0, 4309.0, 4321.0, 4302.0, 4342.0, 4321.0, 4359.0, 4297.0, 4298.0, 4295.0, 4285.0, 4329.0, 4300.0, 4363.0, 4310.0, 4327.0, 4298.0, 4287.0, 4306.0, 4288.0, 4332.0, 4300.0, 4350.0, 4310.0, 4328.0, 4299.0, 4311.0, 4332.0, 4301.0, 4331.0, 4312.0, 4340.0, 4311.0, 4333.0, 4334.0, 4314.0, 4333.0, 4311.0, 4350.0, 4311.0, 4351.0, 4323.0, 4308.0, 4309.0, 4288.0, 4318.0, 4296.0, 4316.0, 4321.0, 4331.0, 4300.0, 4289.0, 4322.0, 4310.0, 4329.0, 4311.0, 4315.0, 4375.0, 4335.0, 4356.0, 4346.0, 4316.0, 4334.0, 4324.0, 4330.0, 4311.0, 4338.0, 4310.0, 4339.0, 4307.0, 4307.0, 4296.0, 4277.0, 4319.0, 4310.0, 4351.0, 4311.0, 4319.0, 4307.0, 4290.0, 4331.0, 4300.0, 4341.0, 4310.0, 4339.0, 4312.0, 4339.0, 4310.0, 4341.0, 4324.0, 4313.0, 4311.0, 4299.0, 4321.0, 4279.0, 4329.0, 4299.0, 4340.0, 4311.0, 4329.0, 4300.0, 4328.0, 4307.0, 4349.0, 4320.0, 4308.0, 4298.0, 4301.0, 4318.0, 4301.0, 4340.0, 4322.0, 4331.0, 4300.0, 4298.0, 4319.0, 4289.0, 4341.0, 4323.0, 4343.0, 4312.0, 4341.0, 4309.0, 4341.0, 4310.0, 4338.0, 4312.0, 4300.0, 4300.0, 4288.0, 4309.0, 4290.0, 4331.0, 4301.0, 4330.0, 4299.0, 4329.0, 4308.0, 4340.0, 4323.0, 4332.0, 4308.0, 4300.0, 4309.0, 4287.0, 4318.0, 4298.0, 4361.0, 4308.0, 4330.0, 4299.0, 4278.0, 4319.0, 4289.0, 4329.0, 4312.0, 4348.0, 4310.0, 4329.0, 4309.0, 4329.0, 4306.0, 4309.0, 4306.0, 4299.0, 4320.0, 4297.0, 4330.0, 4310.0, 4307.0, 4309.0, 4301.0, 4318.0, 4301.0, 4329.0, 4311.0, 4350.0, 4311.0, 4339.0, 4306.0, 4317.0, 4287.0, 4288.0, 4316.0, 4298.0, 4350.0, 4311.0, 4310.0, 4297.0, 4276.0, 4308.0, 4288.0, 4331.0, 4310.0, 4327.0, 4310.0, 4308.0, 4311.0, 4289.0, 4341.0, 4309.0, 4331.0, 4325.0, 4290.0, 4329.0, 4315.0, 4362.0, 4323.0, 4330.0, 4310.0, 4289.0, 4318.0, 4299.0, 4330.0, 4300.0, 4331.0, 4299.0, 4317.0, 4298.0, 4317.0, 4299.0, 4317.0, 4306.0, 4315.0, 4296.0, 4326.0, 4296.0, 4317.0, 4307.0, 4295.0, 4286.0, 4289.0, 4308.0, 4301.0, 4320.0, 4301.0, 4331.0, 4313.0, 4321.0, 4309.0, 4338.0, 4311.0, 4333.0, 4322.0, 4311.0, 4310.0, 4290.0, 4331.0, 4312.0, 4352.0, 4321.0, 4342.0, 4309.0, 4309.0, 4308.0, 4300.0, 4331.0, 4309.0, 4339.0, 4311.0, 4330.0, 4300.0, 4298.0, 4321.0, 4298.0, 4339.0, 4310.0, 4320.0, 4310.0, 4302.0, 4329.0, 4310.0, 4339.0, 4307.0, 4310.0, 4319.0, 4299.0, 4319.0, 4308.0, 4328.0, 4308.0, 4317.0, 4308.0, 4286.0, 4316.0, 4296.0, 4314.0, 4298.0, 4328.0, 4309.0, 4299.0, 4309.0, 4289.0, 4307.0, 4289.0, 4319.0, 4300.0, 4337.0, 4312.0, 4341.0, 4320.0, 4332.0, 4302.0, 4301.0, 4321.0, 4300.0, 4339.0, 4312.0, 4319.0, 4311.0, 4301.0, 4331.0, 4308.0, 4323.0, 4311.0, 4303.0, 4332.0, 4312.0, 4350.0, 4311.0, 4344.0, 4323.0, 4300.0, 4319.0, 4286.0, 4317.0, 4297.0, 4363.0, 4308.0, 4318.0, 4284.0, 4275.0, 4306.0, 4286.0, 4338.0, 4305.0, 4316.0, 4287.0, 4285.0, 4306.0, 4287.0, 4331.0, 4296.0, 4317.0, 4295.0, 4316.0, 4297.0, 4310.0, 4311.0, 4289.0, 4317.0, 4299.0, 4318.0, 4311.0, 4351.0, 4310.0, 4329.0, 4287.0, 4289.0, 4308.0, 4291.0, 4330.0, 4311.0, 4332.0, 4299.0, 4300.0, 4335.0, 4311.0, 4352.0, 4322.0, 4333.0, 4314.0, 4311.0, 4335.0, 4303.0, 4331.0, 4309.0, 4329.0, 4301.0, 4348.0, 4320.0, 4310.0, 4297.0, 4286.0, 4307.0, 4287.0, 4318.0, 4299.0, 4351.0, 4311.0, 4331.0, 4298.0, 4300.0, 4311.0, 4312.0, 4332.0, 4310.0, 4331.0, 4308.0, 4322.0, 4321.0, 4301.0, 4321.0, 4299.0, 4321.0, 4297.0, 4330.0, 4311.0, 4340.0, 4307.0, 4317.0, 4307.0, 4296.0, 4309.0, 4286.0, 4316.0, 4296.0, 4326.0, 4307.0, 4307.0, 4296.0, 4289.0, 4306.0, 4287.0, 4317.0, 4301.0, 4328.0, 4311.0, 4300.0, 4309.0, 4300.0, 4319.0, 4290.0, 4319.0, 4289.0, 4318.0, 4300.0, 4320.0, 4301.0, 4340.0, 4313.0, 4301.0, 4287.0, 4289.0, 4319.0, 4301.0, 4341.0, 4321.0, 4311.0, 4312.0, 4305.0, 4335.0, 4316.0, 4364.0, 4322.0, 4323.0, 4312.0, 4292.0, 4330.0, 4305.0, 4359.0, 4328.0, 4356.0, 4309.0, 4320.0, 4310.0, 4299.0, 4344.0, 4325.0, 4342.0, 4311.0, 4319.0, 4311.0, 4301.0, 4332.0, 4299.0, 4338.0, 4308.0, 4318.0, 4296.0, 4299.0, 4316.0, 4299.0, 4317.0, 4308.0, 4319.0, 4308.0, 4311.0, 4299.0, 4300.0, 4321.0, 4313.0, 4320.0, 4301.0, 4302.0, 4333.0, 4313.0, 4332.0, 4313.0, 4340.0, 4322.0, 4333.0, 4309.0, 4308.0, 4300.0, 4289.0, 4311.0, 4288.0, 4318.0, 4286.0, 4307.0, 4295.0, 4318.0, 4311.0, 4319.0, 4310.0, 4297.0, 4298.0, 4278.0, 4321.0, 4300.0], 'WindowWidth': [9708.0, 9632.0, 9642.0, 9573.0, 9609.0, 9559.0, 9580.0, 9533.0, 9543.0, 9540.0, 9527.0, 9559.0, 9538.0, 9575.0, 9549.0, 9575.0, 9531.0, 9570.0, 9558.0, 9579.0, 9540.0, 9552.0, 9516.0, 9534.0, 9536.0, 9596.0, 9525.0, 9565.0, 9536.0, 9563.0, 9553.0, 9597.0, 9555.0, 9586.0, 9550.0, 9515.0, 9544.0, 9529.0, 9554.0, 9525.0, 9557.0, 9528.0, 9583.0, 9531.0, 9552.0, 9514.0, 9501.0, 9504.0, 9503.0, 9515.0, 9520.0, 9566.0, 9525.0, 9550.0, 9507.0, 9506.0, 9504.0, 9507.0, 9518.0, 9495.0, 9539.0, 9529.0, 9584.0, 9537.0, 9540.0, 9510.0, 9499.0, 9527.0, 9514.0, 9561.0, 9528.0, 9572.0, 9546.0, 9558.0, 9552.0, 9552.0, 9535.0, 9532.0, 9532.0, 9532.0, 9560.0, 9548.0, 9590.0, 9556.0, 9577.0, 9546.0, 9517.0, 9541.0, 9515.0, 9545.0, 9521.0, 9563.0, 9536.0, 9578.0, 9546.0, 9560.0, 9549.0, 9536.0, 9555.0, 9523.0, 9564.0, 9538.0, 9574.0, 9551.0, 9582.0, 9553.0, 9576.0, 9552.0, 9522.0, 9549.0, 9546.0, 9549.0, 9595.0, 9549.0, 9541.0, 9526.0, 9513.0, 9528.0, 9510.0, 9542.0, 9504.0, 9563.0, 9519.0, 9561.0, 9551.0, 9562.0, 9553.0, 9581.0, 9550.0, 9585.0, 9535.0, 9536.0, 9531.0, 9538.0, 9547.0, 9567.0, 9546.0, 9552.0, 9527.0, 9551.0, 9530.0, 9537.0, 9528.0, 9508.0, 9525.0, 9512.0, 9545.0, 9515.0, 9562.0, 9534.0, 9575.0, 9547.0, 9562.0, 9548.0, 9553.0, 9573.0, 9520.0, 9564.0, 9514.0, 9556.0, 9517.0, 9557.0, 9535.0, 9557.0, 9527.0, 9563.0, 9529.0, 9547.0, 9526.0, 9529.0, 9541.0, 9511.0, 9535.0, 9509.0, 9535.0, 9526.0, 9583.0, 9548.0, 9565.0, 9524.0, 9532.0, 9522.0, 9518.0, 9525.0, 9534.0, 9526.0, 9494.0, 9519.0, 9499.0, 9536.0, 9519.0, 9543.0, 9550.0, 9575.0, 9546.0, 9549.0, 9563.0, 9546.0, 9538.0, 9519.0, 9552.0, 9518.0, 9568.0, 9537.0, 9581.0, 9546.0, 9588.0, 9525.0, 9551.0, 9523.0, 9568.0, 9541.0, 9555.0, 9522.0, 9509.0, 9509.0, 9516.0, 9563.0, 9519.0, 9556.0, 9536.0, 9560.0, 9549.0, 9563.0, 9549.0, 9536.0, 9551.0, 9545.0, 9569.0, 9535.0, 9564.0, 9531.0, 9558.0, 9516.0, 9550.0, 9517.0, 9542.0, 9512.0, 9537.0, 9497.0, 9520.0, 9496.0, 9538.0, 9514.0, 9540.0, 9529.0, 9552.0, 9533.0, 9575.0, 9551.0, 9608.0, 9556.0, 9565.0, 9552.0, 9589.0, 9549.0, 9607.0, 9552.0, 9571.0, 9547.0, 9568.0, 9529.0, 9571.0, 9543.0, 9553.0, 9527.0, 9513.0, 9511.0, 9495.0, 9541.0, 9519.0, 9563.0, 9533.0, 9573.0, 9547.0, 9559.0, 9536.0, 9539.0, 9585.0, 9535.0, 9561.0, 9538.0, 9557.0, 9533.0, 9572.0, 9553.0, 9571.0, 9539.0, 9550.0, 9526.0, 9533.0, 9511.0, 9510.0, 9538.0, 9517.0, 9540.0, 9531.0, 9568.0, 9533.0, 9573.0, 9530.0, 9512.0, 9512.0, 9512.0, 9538.0, 9539.0, 9531.0, 9510.0, 9535.0, 9507.0, 9534.0, 9506.0, 9533.0, 9514.0, 9584.0, 9525.0, 9552.0, 9525.0, 9510.0, 9526.0, 9526.0, 9544.0, 9516.0, 9554.0, 9516.0, 9539.0, 9515.0, 9553.0, 9533.0, 9567.0, 9524.0, 9534.0, 9507.0, 9508.0, 9543.0, 9529.0, 9560.0, 9530.0, 9541.0, 9529.0, 9516.0, 9560.0, 9551.0, 9577.0, 9552.0, 9519.0, 9561.0, 9530.0, 9557.0, 9544.0, 9555.0, 9533.0, 9530.0, 9546.0, 9520.0, 9576.0, 9548.0, 9597.0, 9507.0, 9508.0, 9501.0, 9490.0, 9552.0, 9516.0, 9607.0, 9529.0, 9548.0, 9510.0, 9494.0, 9520.0, 9500.0, 9560.0, 9515.0, 9586.0, 9529.0, 9550.0, 9517.0, 9532.0, 9563.0, 9518.0, 9560.0, 9535.0, 9570.0, 9534.0, 9565.0, 9566.0, 9540.0, 9563.0, 9533.0, 9585.0, 9532.0, 9587.0, 9552.0, 9523.0, 9524.0, 9495.0, 9534.0, 9505.0, 9533.0, 9548.0, 9559.0, 9516.0, 9500.0, 9547.0, 9527.0, 9555.0, 9532.0, 9545.0, 9627.0, 9568.0, 9600.0, 9588.0, 9550.0, 9571.0, 9557.0, 9558.0, 9533.0, 9568.0, 9530.0, 9567.0, 9520.0, 9521.0, 9505.0, 9481.0, 9541.0, 9532.0, 9586.0, 9532.0, 9541.0, 9525.0, 9505.0, 9560.0, 9521.0, 9576.0, 9533.0, 9572.0, 9536.0, 9570.0, 9534.0, 9575.0, 9555.0, 9537.0, 9534.0, 9516.0, 9544.0, 9487.0, 9555.0, 9517.0, 9574.0, 9531.0, 9557.0, 9516.0, 9551.0, 9524.0, 9581.0, 9545.0, 9525.0, 9510.0, 9520.0, 9539.0, 9521.0, 9573.0, 9549.0, 9560.0, 9517.0, 9514.0, 9541.0, 9504.0, 9576.0, 9553.0, 9582.0, 9536.0, 9575.0, 9531.0, 9573.0, 9532.0, 9565.0, 9535.0, 9514.0, 9515.0, 9499.0, 9525.0, 9505.0, 9559.0, 9521.0, 9559.0, 9515.0, 9555.0, 9528.0, 9573.0, 9553.0, 9562.0, 9526.0, 9515.0, 9526.0, 9496.0, 9538.0, 9512.0, 9602.0, 9524.0, 9555.0, 9512.0, 9484.0, 9538.0, 9502.0, 9555.0, 9535.0, 9581.0, 9529.0, 9554.0, 9525.0, 9552.0, 9519.0, 9524.0, 9520.0, 9513.0, 9544.0, 9510.0, 9556.0, 9530.0, 9525.0, 9527.0, 9518.0, 9539.0, 9518.0, 9557.0, 9532.0, 9586.0, 9530.0, 9566.0, 9517.0, 9532.0, 9493.0, 9494.0, 9532.0, 9511.0, 9584.0, 9531.0, 9528.0, 9507.0, 9478.0, 9522.0, 9496.0, 9560.0, 9528.0, 9548.0, 9527.0, 9525.0, 9531.0, 9502.0, 9575.0, 9528.0, 9562.0, 9558.0, 9504.0, 9556.0, 9542.0, 9604.0, 9550.0, 9557.0, 9528.0, 9498.0, 9537.0, 9513.0, 9556.0, 9514.0, 9559.0, 9508.0, 9532.0, 9506.0, 9535.0, 9509.0, 9534.0, 9516.0, 9526.0, 9500.0, 9541.0, 9503.0, 9531.0, 9520.0, 9502.0, 9490.0, 9497.0, 9520.0, 9517.0, 9544.0, 9517.0, 9560.0, 9536.0, 9544.0, 9528.0, 9566.0, 9531.0, 9563.0, 9550.0, 9533.0, 9528.0, 9502.0, 9560.0, 9536.0, 9590.0, 9545.0, 9572.0, 9526.0, 9528.0, 9527.0, 9516.0, 9558.0, 9526.0, 9566.0, 9529.0, 9555.0, 9517.0, 9511.0, 9545.0, 9513.0, 9569.0, 9530.0, 9542.0, 9532.0, 9518.0, 9555.0, 9529.0, 9567.0, 9522.0, 9528.0, 9542.0, 9512.0, 9540.0, 9522.0, 9549.0, 9523.0, 9536.0, 9525.0, 9491.0, 9532.0, 9505.0, 9527.0, 9509.0, 9551.0, 9527.0, 9512.0, 9523.0, 9498.0, 9520.0, 9498.0, 9540.0, 9517.0, 9566.0, 9532.0, 9572.0, 9543.0, 9564.0, 9521.0, 9518.0, 9546.0, 9519.0, 9570.0, 9535.0, 9543.0, 9535.0, 9520.0, 9558.0, 9526.0, 9551.0, 9534.0, 9524.0, 9564.0, 9536.0, 9586.0, 9533.0, 9581.0, 9550.0, 9513.0, 9541.0, 9492.0, 9537.0, 9507.0, 9608.0, 9522.0, 9534.0, 9486.0, 9474.0, 9518.0, 9493.0, 9568.0, 9518.0, 9531.0, 9493.0, 9488.0, 9518.0, 9496.0, 9560.0, 9507.0, 9535.0, 9504.0, 9532.0, 9509.0, 9531.0, 9529.0, 9499.0, 9535.0, 9511.0, 9539.0, 9532.0, 9585.0, 9528.0, 9550.0, 9493.0, 9499.0, 9525.0, 9504.0, 9558.0, 9532.0, 9559.0, 9516.0, 9520.0, 9571.0, 9534.0, 9592.0, 9549.0, 9562.0, 9538.0, 9535.0, 9573.0, 9523.0, 9561.0, 9527.0, 9554.0, 9519.0, 9581.0, 9546.0, 9527.0, 9507.0, 9491.0, 9520.0, 9495.0, 9537.0, 9514.0, 9585.0, 9528.0, 9556.0, 9514.0, 9517.0, 9531.0, 9536.0, 9562.0, 9530.0, 9557.0, 9525.0, 9549.0, 9546.0, 9521.0, 9545.0, 9513.0, 9545.0, 9510.0, 9559.0, 9529.0, 9567.0, 9520.0, 9533.0, 9520.0, 9507.0, 9526.0, 9491.0, 9530.0, 9504.0, 9544.0, 9521.0, 9520.0, 9505.0, 9498.0, 9518.0, 9493.0, 9535.0, 9517.0, 9553.0, 9533.0, 9516.0, 9526.0, 9514.0, 9540.0, 9501.0, 9540.0, 9499.0, 9538.0, 9514.0, 9541.0, 9517.0, 9570.0, 9537.0, 9516.0, 9494.0, 9499.0, 9540.0, 9520.0, 9576.0, 9549.0, 9533.0, 9536.0, 9531.0, 9569.0, 9547.0, 9614.0, 9551.0, 9552.0, 9536.0, 9508.0, 9560.0, 9531.0, 9613.0, 9568.0, 9600.0, 9530.0, 9544.0, 9530.0, 9517.0, 9582.0, 9555.0, 9575.0, 9531.0, 9541.0, 9533.0, 9517.0, 9562.0, 9513.0, 9568.0, 9522.0, 9536.0, 9507.0, 9511.0, 9533.0, 9510.0, 9533.0, 9523.0, 9538.0, 9524.0, 9532.0, 9512.0, 9516.0, 9546.0, 9536.0, 9543.0, 9521.0, 9522.0, 9565.0, 9537.0, 9561.0, 9536.0, 9573.0, 9550.0, 9563.0, 9527.0, 9523.0, 9513.0, 9497.0, 9529.0, 9497.0, 9537.0, 9491.0, 9520.0, 9503.0, 9535.0, 9530.0, 9538.0, 9528.0, 9509.0, 9511.0, 9485.0, 9544.0, 9516.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.0003727931034482759</td></tr>
<tr><td colspan=3>aqi</td><td>0.025546934942528736</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.815862763176106</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2208566771806677</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.966775685143843</td></tr>
<tr><td colspan=3>efc</td><td>0.5133</td></tr>
<tr><td colspan=3>fber</td><td>4557.4727</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08744722778239095</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.103448275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3578432009871517</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.232863674037109</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5705993023485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2700666265758476</td></tr>
<tr><td colspan=3>gcor</td><td>0.00542355</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011743246577680111</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034195058047771454</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.18182368751633</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>13.7922</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9589</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.7108</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1053.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.8732</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1632</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.3206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3473.226</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.8417</td></tr>
<tr><td colspan=3>tsnr</td><td>39.48144335788675</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>