<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-01/func/sub-0029_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>41b42f392c04c5efb832337c8ee47b56</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:55:1.585000</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.999726, 0.0214213, 0.00942817, -0.0223379, 0.993543, 0.111236]</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.112428</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>[4148, -7766, -7203, 613, -41, -175, 43, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>131721c2-546a-4ceb-b0da-2dc92beaf8b8||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.682192087173462, -0.05993086099624634, 0.018858062103390694, 113.81466674804688], [-0.05747181922197342, 2.665602922439575, 0.3008238971233368, -88.9755630493164], [0.025295091792941093, -0.2984384000301361, 2.6831231117248535, -26.83510971069336], [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': ['135501.585000', '135502.045000', '135502.505000', '135502.965000', '135503.425000', '135503.885000', '135504.345000', '135504.805000', '135505.265000', '135505.725000', '135506.185000', '135506.645000', '135507.105000', '135507.565000', '135508.025000', '135508.485000', '135508.945000', '135509.405000', '135509.865000', '135510.325000', '135510.785000', '135511.245000', '135511.705000', '135512.165000', '135512.625000', '135513.085000', '135513.545000', '135514.005000', '135514.465000', '135514.925000', '135515.385000', '135515.845000', '135516.305000', '135516.765000', '135517.225000', '135517.685000', '135518.145000', '135518.605000', '135519.065000', '135519.525000', '135519.985000', '135520.445000', '135520.905000', '135521.365000', '135521.825000', '135522.285000', '135522.745000', '135523.205000', '135523.665000', '135524.125000', '135524.585000', '135525.045000', '135525.505000', '135525.965000', '135526.425000', '135526.885000', '135527.345000', '135527.805000', '135528.265000', '135528.725000', '135529.185000', '135529.645000', '135530.105000', '135530.565000', '135531.025000', '135531.485000', '135531.945000', '135532.405000', '135532.865000', '135533.325000', '135533.785000', '135534.245000', '135534.705000', '135535.165000', '135535.625000', '135536.085000', '135536.545000', '135537.005000', '135537.465000', '135537.925000', '135538.385000', '135538.845000', '135539.305000', '135539.765000', '135540.225000', '135540.685000', '135541.145000', '135541.605000', '135542.065000', '135542.525000', '135542.985000', '135543.445000', '135543.905000', '135544.365000', '135544.825000', '135545.285000', '135545.745000', '135546.205000', '135546.665000', '135547.125000', '135547.585000', '135548.045000', '135548.505000', '135548.965000', '135549.425000', '135549.885000', '135550.345000', '135550.805000', '135551.265000', '135551.725000', '135552.185000', '135552.645000', '135553.105000', '135553.565000', '135554.025000', '135554.485000', '135554.945000', '135555.405000', '135555.865000', '135556.325000', '135556.785000', '135557.245000', '135557.705000', '135558.165000', '135558.625000', '135559.085000', '135559.545000', '135600.005000', '135600.465000', '135600.925000', '135601.385000', '135601.845000', '135602.305000', '135602.765000', '135603.225000', '135603.685000', '135604.145000', '135604.605000', '135605.065000', '135605.525000', '135605.985000', '135606.445000', '135606.905000', '135607.365000', '135607.825000', '135608.285000', '135608.745000', '135609.205000', '135609.665000', '135610.125000', '135610.585000', '135611.045000', '135611.505000', '135611.965000', '135612.425000', '135612.885000', '135613.345000', '135613.805000', '135614.265000', '135614.725000', '135615.185000', '135615.645000', '135616.105000', '135616.565000', '135617.025000', '135617.485000', '135617.945000', '135618.405000', '135618.865000', '135619.325000', '135619.785000', '135620.245000', '135620.705000', '135621.165000', '135621.625000', '135622.085000', '135622.545000', '135623.005000', '135623.465000', '135623.925000', '135624.385000', '135624.845000', '135625.305000', '135625.765000', '135626.225000', '135626.685000', '135627.145000', '135627.605000', '135628.065000', '135628.525000', '135628.985000', '135629.445000', '135629.905000', '135630.365000', '135630.825000', '135631.285000', '135631.745000', '135632.205000', '135632.665000', '135633.125000', '135633.585000', '135634.045000', '135634.505000', '135634.965000', '135635.425000', '135635.885000', '135636.345000', '135636.805000', '135637.265000', '135637.725000', '135638.185000', '135638.645000', '135639.105000', '135639.565000', '135640.025000', '135640.485000', '135640.945000', '135641.405000', '135641.865000', '135642.325000', '135642.785000', '135643.245000', '135643.705000', '135644.165000', '135644.625000', '135645.085000', '135645.545000', '135646.005000', '135646.465000', '135646.925000', '135647.385000', '135647.845000', '135648.305000', '135648.765000', '135649.225000', '135649.685000', '135650.145000', '135650.605000', '135651.065000', '135651.525000', '135651.985000', '135652.445000', '135652.905000', '135653.365000', '135653.825000', '135654.285000', '135654.745000', '135655.205000', '135655.665000', '135656.125000', '135656.585000', '135657.045000', '135657.505000', '135657.965000', '135658.425000', '135658.885000', '135659.345000', '135659.805000', '135700.265000', '135700.725000', '135701.185000', '135701.645000', '135702.105000', '135702.565000', '135703.025000', '135703.485000', '135703.945000', '135704.405000', '135704.865000', '135705.325000', '135705.785000', '135706.245000', '135706.705000', '135707.165000', '135707.625000', '135708.085000', '135708.545000', '135709.005000', '135709.465000', '135709.925000', '135710.385000', '135710.845000', '135711.305000', '135711.765000', '135712.225000', '135712.685000', '135713.145000', '135713.605000', '135714.065000', '135714.525000', '135714.985000', '135715.445000', '135715.905000', '135716.365000', '135716.825000', '135717.285000', '135717.745000', '135718.205000', '135718.665000', '135719.125000', '135719.585000', '135720.045000', '135720.505000', '135720.965000', '135721.425000', '135721.885000', '135722.345000', '135722.805000', '135723.265000', '135723.725000', '135724.185000', '135724.645000', '135725.105000', '135725.565000', '135726.025000', '135726.485000', '135726.945000', '135727.405000', '135727.865000', '135728.325000', '135728.785000', '135729.245000', '135729.705000', '135730.165000', '135730.625000', '135731.085000', '135731.545000', '135732.005000', '135732.465000', '135732.925000', '135733.385000', '135733.845000', '135734.305000', '135734.765000', '135735.225000', '135735.685000', '135736.145000', '135736.605000', '135737.065000', '135737.525000', '135737.985000', '135738.445000', '135738.905000', '135739.365000', '135739.825000', '135740.285000', '135740.745000', '135741.205000', '135741.665000', '135742.125000', '135742.585000', '135743.045000', '135743.505000', '135743.965000', '135744.425000', '135744.885000', '135745.345000', '135745.805000', '135746.265000', '135746.725000', '135747.185000', '135747.645000', '135748.105000', '135748.565000', '135749.025000', '135749.485000', '135749.945000', '135750.405000', '135750.865000', '135751.325000', '135751.785000', '135752.245000', '135752.705000', '135753.165000', '135753.625000', '135754.085000', '135754.545000', '135755.005000', '135755.465000', '135755.925000', '135756.385000', '135756.845000', '135757.305000', '135757.765000', '135758.225000', '135758.685000', '135759.145000', '135759.605000', '135800.065000', '135800.525000', '135800.985000', '135801.445000', '135801.905000', '135802.365000', '135802.825000', '135803.285000', '135803.745000', '135804.205000', '135804.665000', '135805.125000', '135805.585000', '135806.045000', '135806.505000', '135806.965000', '135807.425000', '135807.885000', '135808.345000', '135808.805000', '135809.265000', '135809.725000', '135810.185000', '135810.645000', '135811.105000', '135811.565000', '135812.025000', '135812.485000', '135812.945000', '135813.405000', '135813.865000', '135814.325000', '135814.785000', '135815.245000', '135815.705000', '135816.165000', '135816.625000', '135817.085000', '135817.545000', '135818.005000', '135818.465000', '135818.925000', '135819.385000', '135819.845000', '135820.305000', '135820.765000', '135821.225000', '135821.685000', '135822.145000', '135822.605000', '135823.065000', '135823.525000', '135823.985000', '135824.445000', '135824.905000', '135825.365000', '135825.825000', '135826.285000', '135826.745000', '135827.205000', '135827.665000', '135828.125000', '135828.585000', '135829.045000', '135829.505000', '135829.965000', '135830.425000', '135830.885000', '135831.345000', '135831.805000', '135832.265000', '135832.725000', '135833.185000', '135833.645000', '135834.105000', '135834.565000', '135835.025000', '135835.485000', '135835.945000', '135836.405000', '135836.865000', '135837.325000', '135837.785000', '135838.245000', '135838.705000', '135839.165000', '135839.625000', '135840.085000', '135840.545000', '135841.005000', '135841.465000', '135841.925000', '135842.385000', '135842.845000', '135843.305000', '135843.765000', '135844.225000', '135844.685000', '135845.145000', '135845.605000', '135846.065000', '135846.525000', '135846.985000', '135847.445000', '135847.905000', '135848.365000', '135848.825000', '135849.285000', '135849.745000', '135850.205000', '135850.665000', '135851.125000', '135851.585000', '135852.045000', '135852.505000', '135852.965000', '135853.425000', '135853.885000', '135854.345000', '135854.805000', '135855.265000', '135855.725000', '135856.185000', '135856.645000', '135857.105000', '135857.565000', '135858.025000', '135858.485000', '135858.945000', '135859.405000', '135859.865000', '135900.325000', '135900.785000', '135901.245000', '135901.705000', '135902.165000', '135902.625000', '135903.085000', '135903.545000', '135904.005000', '135904.465000', '135904.925000', '135905.385000', '135905.845000', '135906.305000', '135906.765000', '135907.225000', '135907.685000', '135908.145000', '135908.605000', '135909.065000', '135909.525000', '135909.985000', '135910.445000', '135910.905000', '135911.365000', '135911.825000', '135912.285000', '135912.745000', '135913.205000', '135913.665000', '135914.125000', '135914.585000', '135915.045000', '135915.505000', '135915.965000', '135916.425000', '135916.885000', '135917.345000', '135917.805000', '135918.265000', '135918.725000', '135919.185000', '135919.645000', '135920.105000', '135920.565000', '135921.025000', '135921.485000', '135921.945000', '135922.405000', '135922.865000', '135923.325000', '135923.785000', '135924.245000', '135924.705000', '135925.165000', '135925.625000', '135926.085000', '135926.545000', '135927.005000', '135927.465000', '135927.925000', '135928.385000', '135928.845000', '135929.305000', '135929.765000', '135930.225000', '135930.685000', '135931.145000', '135931.605000', '135932.065000', '135932.525000', '135932.985000', '135933.445000', '135933.905000', '135934.365000', '135934.825000', '135935.285000', '135935.745000', '135936.205000', '135936.665000', '135937.125000', '135937.585000', '135938.045000', '135938.505000', '135938.965000', '135939.425000', '135939.885000', '135940.345000', '135940.805000', '135941.265000', '135941.725000', '135942.185000', '135942.645000', '135943.105000', '135943.565000', '135944.025000', '135944.485000', '135944.945000', '135945.405000', '135945.865000', '135946.325000', '135946.785000', '135947.245000', '135947.705000', '135948.165000', '135948.625000', '135949.085000', '135949.545000', '135950.005000', '135950.465000', '135950.925000', '135951.385000', '135951.845000', '135952.305000', '135952.765000', '135953.225000', '135953.685000', '135954.145000', '135954.605000', '135955.065000', '135955.525000', '135955.985000', '135956.445000', '135956.905000', '135957.365000', '135957.825000', '135958.285000', '135958.745000', '135959.205000', '135959.665000', '140000.125000', '140000.585000', '140001.045000', '140001.505000', '140001.965000', '140002.425000', '140002.885000', '140003.345000', '140003.805000', '140004.265000', '140004.725000', '140005.185000', '140005.645000', '140006.105000', '140006.565000', '140007.025000', '140007.485000', '140007.945000', '140008.405000', '140008.865000', '140009.325000', '140009.785000', '140010.245000', '140010.705000', '140011.165000', '140011.625000', '140012.085000', '140012.545000', '140013.005000', '140013.465000', '140013.925000', '140014.385000', '140014.845000', '140015.305000', '140015.765000', '140016.225000', '140016.685000', '140017.145000', '140017.605000', '140018.065000', '140018.525000', '140018.985000', '140019.445000', '140019.905000', '140020.365000', '140020.825000', '140021.285000', '140021.745000', '140022.205000', '140022.665000', '140023.125000', '140023.585000', '140024.045000', '140024.505000', '140024.965000', '140025.425000', '140025.885000', '140026.345000', '140026.805000', '140027.265000', '140027.725000', '140028.185000', '140028.645000', '140029.105000', '140029.565000', '140030.025000', '140030.485000', '140030.945000', '140031.405000', '140031.865000', '140032.325000', '140032.785000', '140033.245000', '140033.705000', '140034.165000', '140034.625000', '140035.085000', '140035.545000', '140036.005000', '140036.465000', '140036.925000', '140037.385000', '140037.845000', '140038.305000', '140038.765000', '140039.225000', '140039.685000', '140040.145000', '140040.605000', '140041.065000', '140041.525000', '140041.985000', '140042.445000', '140042.905000', '140043.365000', '140043.825000', '140044.285000', '140044.745000', '140045.205000', '140045.665000', '140046.125000', '140046.585000', '140047.045000', '140047.505000', '140047.965000', '140048.425000', '140048.885000', '140049.345000', '140049.805000', '140050.265000', '140050.725000', '140051.185000', '140051.645000', '140052.105000', '140052.565000', '140053.025000', '140053.485000', '140053.945000', '140054.405000', '140054.865000', '140055.325000', '140055.785000', '140056.245000', '140056.705000', '140057.165000', '140057.625000', '140058.085000', '140058.545000', '140059.005000', '140059.465000', '140059.925000', '140100.385000', '140100.845000', '140101.305000', '140101.765000', '140102.225000', '140102.685000', '140103.145000', '140103.605000', '140104.065000', '140104.525000', '140104.985000', '140105.445000', '140105.905000', '140106.365000', '140106.825000', '140107.285000', '140107.745000', '140108.205000', '140108.665000', '140109.125000', '140109.585000', '140110.045000', '140110.505000', '140110.965000', '140111.425000', '140111.885000', '140112.345000', '140112.805000', '140113.265000', '140113.725000', '140114.185000', '140114.645000', '140115.105000', '140115.565000', '140116.025000', '140116.485000', '140116.945000', '140117.405000', '140117.865000', '140118.325000', '140118.785000', '140119.245000', '140119.705000', '140120.165000', '140120.625000', '140121.085000', '140121.545000', '140122.005000', '140122.465000', '140122.925000', '140123.385000', '140123.845000', '140124.305000', '140124.765000', '140125.225000', '140125.685000', '140126.145000', '140126.605000', '140127.065000', '140127.525000', '140127.985000', '140128.445000', '140128.905000', '140129.365000', '140129.825000', '140130.285000', '140130.745000', '140131.205000', '140131.665000', '140132.125000', '140132.585000', '140133.045000', '140133.505000', '140133.965000', '140134.425000', '140134.885000', '140135.345000', '140135.805000', '140136.265000', '140136.725000', '140137.185000', '140137.645000', '140138.105000', '140138.565000', '140139.025000', '140139.485000', '140139.945000', '140140.405000', '140140.865000', '140141.325000', '140141.785000', '140142.245000'], 'ContentTime': ['135519.915000', '135519.918000', '135519.921000', '135519.924000', '135519.927000', '135519.930000', '135519.933000', '135519.936000', '135519.943000', '135519.946000', '135519.949000', '135519.952000', '135519.955000', '135519.958000', '135519.961000', '135519.964000', '135519.967000', '135519.970000', '135519.972000', '135519.975000', '135519.978000', '135519.981000', '135519.984000', '135519.987000', '135519.990000', '135519.993000', '135519.996000', '135519.998000', '135520.002000', '135520.008000', '135520.011000', '135520.014000', '135520.016000', '135520.019000', '135520.022000', '135520.025000', '135520.028000', '135520.031000', '135520.034000', '135539.878000', '135539.881000', '135539.890000', '135539.893000', '135539.896000', '135539.899000', '135539.902000', '135539.905000', '135539.908000', '135539.910000', '135539.913000', '135539.916000', '135539.919000', '135539.922000', '135539.925000', '135539.928000', '135539.931000', '135539.941000', '135539.944000', '135539.947000', '135539.950000', '135539.953000', '135539.956000', '135539.959000', '135539.962000', '135539.964000', '135539.967000', '135539.970000', '135539.973000', '135539.976000', '135539.979000', '135539.982000', '135539.985000', '135539.988000', '135539.990000', '135539.993000', '135539.996000', '135539.999000', '135540.002000', '135540.005000', '135540.008000', '135540.011000', '135540.013000', '135559.878000', '135559.881000', '135559.889000', '135559.892000', '135559.895000', '135559.898000', '135559.901000', '135559.904000', '135559.906000', '135559.909000', '135559.912000', '135559.915000', '135559.918000', '135559.921000', '135559.924000', '135559.927000', '135559.930000', '135559.933000', '135559.935000', '135559.938000', '135559.941000', '135559.944000', '135559.947000', '135559.950000', '135559.953000', '135559.955000', '135559.958000', '135559.961000', '135559.964000', '135559.967000', '135559.970000', '135559.973000', '135559.976000', '135559.979000', '135559.981000', '135559.984000', '135559.987000', '135559.990000', '135559.993000', '135559.996000', '135600.000000', '135600.002000', '135600.005000', '135600.008000', '135619.878000', '135619.881000', '135619.884000', '135619.887000', '135619.890000', '135619.893000', '135619.895000', '135619.898000', '135619.901000', '135619.904000', '135619.907000', '135619.910000', '135619.913000', '135619.916000', '135619.919000', '135619.922000', '135619.925000', '135619.927000', '135619.930000', '135619.933000', '135619.936000', '135619.939000', '135619.942000', '135619.945000', '135619.948000', '135619.951000', '135619.954000', '135619.957000', '135619.960000', '135619.963000', '135619.966000', '135619.969000', '135619.972000', '135619.975000', '135619.977000', '135619.980000', '135619.983000', '135619.986000', '135619.989000', '135619.992000', '135619.995000', '135619.998000', '135620.001000', '135639.878000', '135639.881000', '135639.884000', '135639.887000', '135639.890000', '135639.893000', '135639.896000', '135639.899000', '135639.901000', '135639.904000', '135639.907000', '135639.910000', '135639.913000', '135639.916000', '135639.919000', '135639.922000', '135639.925000', '135639.928000', '135639.931000', '135639.933000', '135639.936000', '135639.939000', '135639.942000', '135639.945000', '135639.948000', '135639.951000', '135639.954000', '135639.957000', '135639.960000', '135639.963000', '135639.966000', '135639.972000', '135639.975000', '135639.978000', '135639.981000', '135639.983000', '135639.986000', '135639.989000', '135639.992000', '135639.995000', '135639.998000', '135640.002000', '135640.005000', '135640.007000', '135659.878000', '135659.881000', '135659.884000', '135659.887000', '135659.890000', '135659.893000', '135659.897000', '135659.900000', '135659.903000', '135659.906000', '135659.908000', '135659.911000', '135659.914000', '135659.917000', '135659.920000', '135659.923000', '135659.926000', '135659.929000', '135659.932000', '135659.935000', '135659.938000', '135659.941000', '135659.944000', '135659.946000', '135659.949000', '135659.952000', '135659.955000', '135659.959000', '135659.962000', '135659.965000', '135659.967000', '135659.970000', '135659.973000', '135659.976000', '135659.979000', '135700.001000', '135700.004000', '135700.007000', '135700.010000', '135700.013000', '135700.016000', '135700.035000', '135700.038000', '135719.877000', '135719.880000', '135719.883000', '135719.886000', '135719.889000', '135719.892000', '135719.895000', '135719.898000', '135719.901000', '135719.903000', '135719.906000', '135719.909000', '135719.912000', '135719.915000', '135719.918000', '135719.921000', '135719.924000', '135719.927000', '135719.929000', '135719.932000', '135719.935000', '135719.938000', '135719.941000', '135719.944000', '135719.947000', '135719.950000', '135719.953000', '135719.956000', '135719.959000', '135719.962000', '135719.964000', '135719.967000', '135719.970000', '135719.973000', '135719.976000', '135719.979000', '135719.982000', '135719.985000', '135719.988000', '135719.990000', '135719.993000', '135719.996000', '135720.000000', '135720.003000', '135739.878000', '135739.881000', '135739.884000', '135739.887000', '135739.890000', '135739.893000', '135739.896000', '135739.899000', '135739.902000', '135739.904000', '135739.907000', '135739.910000', '135739.913000', '135739.916000', '135739.919000', '135739.922000', '135739.925000', '135739.928000', '135739.931000', '135739.934000', '135739.937000', '135739.940000', '135739.942000', '135739.945000', '135739.948000', '135739.951000', '135739.954000', '135739.957000', '135739.960000', '135739.963000', '135739.966000', '135739.969000', '135739.972000', '135739.975000', '135739.978000', '135739.982000', '135739.985000', '135739.988000', '135739.990000', '135739.993000', '135739.996000', '135740.000000', '135740.003000', '135759.878000', '135759.881000', '135759.884000', '135759.887000', '135759.890000', '135759.893000', '135759.896000', '135759.899000', '135759.901000', '135759.904000', '135759.907000', '135759.910000', '135759.913000', '135759.916000', '135759.919000', '135759.922000', '135759.925000', '135759.928000', '135759.931000', '135759.933000', '135759.936000', '135759.939000', '135759.942000', '135759.945000', '135759.948000', '135759.951000', '135759.954000', '135759.957000', '135759.960000', '135759.963000', '135759.965000', '135759.968000', '135759.971000', '135759.974000', '135759.977000', '135759.980000', '135759.983000', '135759.986000', '135759.989000', '135759.992000', '135759.995000', '135759.998000', '135800.002000', '135800.004000', '135819.878000', '135819.881000', '135819.884000', '135819.887000', '135819.890000', '135819.893000', '135819.896000', '135819.899000', '135819.901000', '135819.905000', '135819.907000', '135819.910000', '135819.913000', '135819.916000', '135819.919000', '135819.922000', '135819.925000', '135819.928000', '135819.931000', '135819.934000', '135819.937000', '135819.941000', '135819.944000', '135819.947000', '135819.949000', '135819.952000', '135819.955000', '135819.958000', '135819.961000', '135819.964000', '135819.967000', '135819.970000', '135819.973000', '135819.976000', '135819.978000', '135819.981000', '135819.984000', '135819.987000', '135819.990000', '135819.993000', '135819.996000', '135820.000000', '135820.003000', '135839.878000', '135839.881000', '135839.884000', '135839.887000', '135839.890000', '135839.893000', '135839.896000', '135839.899000', '135839.902000', '135839.905000', '135839.908000', '135839.911000', '135839.914000', '135839.917000', '135839.920000', '135839.922000', '135839.925000', '135839.928000', '135839.931000', '135839.934000', '135839.937000', '135839.940000', '135839.943000', '135839.946000', '135839.949000', '135839.952000', '135839.955000', '135839.958000', '135839.961000', '135839.963000', '135839.966000', '135839.969000', '135839.972000', '135839.975000', '135839.978000', '135839.981000', '135839.984000', '135839.997000', '135840.001000', '135840.004000', '135840.007000', '135840.010000', '135840.013000', '135840.016000', '135859.878000', '135859.881000', '135859.884000', '135859.887000', '135859.890000', '135859.893000', '135859.896000', '135859.899000', '135859.902000', '135859.912000', '135859.915000', '135859.918000', '135859.921000', '135859.924000', '135859.927000', '135859.930000', '135859.933000', '135859.936000', '135859.939000', '135859.941000', '135859.944000', '135859.947000', '135859.950000', '135859.953000', '135859.956000', '135859.959000', '135859.962000', '135859.965000', '135859.968000', '135859.971000', '135859.974000', '135859.977000', '135859.980000', '135859.983000', '135859.985000', '135859.988000', '135859.991000', '135859.994000', '135859.997000', '135900.001000', '135900.004000', '135900.007000', '135900.010000', '135919.878000', '135919.881000', '135919.884000', '135919.887000', '135919.890000', '135919.893000', '135919.896000', '135919.899000', '135919.902000', '135919.904000', '135919.907000', '135919.910000', '135919.913000', '135919.916000', '135919.919000', '135919.922000', '135919.925000', '135919.928000', '135919.931000', '135919.934000', '135919.937000', '135919.940000', '135919.942000', '135919.945000', '135919.948000', '135919.951000', '135919.954000', '135919.957000', '135919.960000', '135919.963000', '135919.966000', '135919.969000', '135919.971000', '135919.974000', '135919.977000', '135919.980000', '135919.983000', '135919.986000', '135919.989000', '135919.992000', '135919.995000', '135919.998000', '135920.002000', '135920.005000', '135939.877000', '135939.880000', '135939.883000', '135939.886000', '135939.889000', '135939.892000', '135939.895000', '135939.898000', '135939.901000', '135939.904000', '135939.907000', '135939.910000', '135939.912000', '135939.915000', '135939.918000', '135939.921000', '135939.924000', '135939.927000', '135939.930000', '135939.933000', '135939.936000', '135939.939000', '135939.942000', '135939.945000', '135939.948000', '135939.950000', '135939.953000', '135939.956000', '135939.959000', '135939.962000', '135939.965000', '135939.968000', '135939.971000', '135939.975000', '135939.978000', '135939.981000', '135939.984000', '135939.987000', '135939.990000', '135939.993000', '135939.996000', '135940.000000', '135940.003000', '135959.878000', '135959.889000', '135959.892000', '135959.895000', '135959.898000', '135959.901000', '135959.904000', '135959.907000', '135959.910000', '135959.913000', '135959.916000', '135959.919000', '135959.922000', '135959.925000', '135959.928000', '135959.930000', '135959.933000', '135959.936000', '135959.940000', '135959.943000', '135959.946000', '135959.949000', '135959.952000', '135959.955000', '135959.958000', '135959.961000', '135959.964000', '135959.967000', '135959.970000', '135959.973000', '135959.976000', '135959.979000', '135959.982000', '135959.985000', '135959.988000', '135959.990000', '135959.993000', '135959.996000', '140000.000000', '140000.003000', '140000.006000', '140000.009000', '140000.012000', '140000.015000', '140019.878000', '140019.881000', '140019.884000', '140019.887000', '140019.908000', '140019.911000', '140019.914000', '140019.917000', '140019.919000', '140019.922000', '140019.925000', '140019.928000', '140019.931000', '140019.934000', '140019.937000', '140019.940000', '140019.943000', '140019.946000', '140019.949000', '140019.952000', '140019.955000', '140019.958000', '140019.961000', '140019.963000', '140019.966000', '140019.969000', '140019.972000', '140019.975000', '140019.978000', '140019.981000', '140019.984000', '140019.987000', '140019.990000', '140019.993000', '140019.995000', '140019.998000', '140020.002000', '140020.005000', '140020.008000', '140020.011000', '140020.014000', '140020.017000', '140020.020000', '140039.878000', '140039.881000', '140039.884000', '140039.887000', '140039.890000', '140039.893000', '140039.896000', '140039.899000', '140039.902000', '140039.905000', '140039.908000', '140039.911000', '140039.914000', '140039.917000', '140039.920000', '140039.922000', '140039.925000', '140039.928000', '140039.931000', '140039.934000', '140039.937000', '140039.940000', '140039.943000', '140039.946000', '140039.949000', '140039.952000', '140039.954000', '140039.957000', '140039.960000', '140039.963000', '140039.966000', '140039.969000', '140039.972000', '140039.975000', '140039.978000', '140039.981000', '140039.984000', '140039.987000', '140039.990000', '140039.993000', '140039.996000', '140040.000000', '140040.003000', '140040.006000', '140059.878000', '140059.881000', '140059.884000', '140059.887000', '140059.890000', '140059.893000', '140059.896000', '140059.899000', '140059.902000', '140059.905000', '140059.910000', '140059.913000', '140059.916000', '140059.919000', '140059.922000', '140059.925000', '140059.928000', '140059.931000', '140059.934000', '140059.937000', '140059.940000', '140059.942000', '140059.945000', '140059.948000', '140059.951000', '140059.954000', '140059.957000', '140059.960000', '140059.963000', '140059.966000', '140059.969000', '140059.972000', '140059.975000', '140059.978000', '140059.981000', '140059.984000', '140059.987000', '140059.990000', '140059.993000', '140059.996000', '140059.998000', '140100.002000', '140100.006000', '140119.878000', '140119.881000', '140119.884000', '140119.887000', '140119.890000', '140119.893000', '140119.896000', '140119.899000', '140119.902000', '140119.905000', '140119.908000', '140119.911000', '140119.914000', '140119.917000', '140119.919000', '140119.922000', '140119.926000', '140119.928000', '140119.931000', '140119.934000', '140119.937000', '140119.940000', '140119.943000', '140119.946000', '140119.949000', '140119.952000', '140119.955000', '140119.958000', '140119.961000', '140119.964000', '140119.967000', '140119.970000', '140119.973000', '140119.976000', '140119.979000', '140119.982000', '140119.985000', '140119.988000', '140119.991000', '140119.994000', '140119.997000', '140120.000000', '140120.003000', '140120.006000', '140139.878000', '140139.881000', '140139.884000', '140139.887000', '140139.890000', '140139.893000', '140139.896000', '140139.899000', '140139.902000', '140139.905000', '140139.908000', '140139.911000', '140139.914000', '140139.917000', '140139.920000', '140139.935000', '140139.938000', '140139.941000', '140139.944000', '140139.946000', '140139.949000', '140139.952000', '140139.955000', '140139.958000', '140139.961000', '140139.964000', '140139.967000', '140139.970000', '140139.973000', '140139.976000', '140139.979000', '140139.982000', '140139.985000', '140139.988000', '140139.991000', '140139.994000', '140139.997000', '140140.001000', '140140.004000', '140140.006000', '140140.009000', '140140.012000', '140140.015000', '140142.925000', '140142.928000', '140142.932000', '140142.935000', '140142.938000', '140142.941000', '140142.944000'], 'InstanceCreationTime': ['135519.915000', '135519.918000', '135519.921000', '135519.924000', '135519.927000', '135519.930000', '135519.933000', '135519.936000', '135519.943000', '135519.946000', '135519.949000', '135519.952000', '135519.955000', '135519.958000', '135519.961000', '135519.964000', '135519.967000', '135519.970000', '135519.972000', '135519.975000', '135519.978000', '135519.981000', '135519.984000', '135519.987000', '135519.990000', '135519.993000', '135519.996000', '135519.998000', '135520.002000', '135520.008000', '135520.011000', '135520.014000', '135520.016000', '135520.019000', '135520.022000', '135520.025000', '135520.028000', '135520.031000', '135520.034000', '135539.878000', '135539.881000', '135539.890000', '135539.893000', '135539.896000', '135539.899000', '135539.902000', '135539.905000', '135539.908000', '135539.910000', '135539.913000', '135539.916000', '135539.919000', '135539.922000', '135539.925000', '135539.928000', '135539.931000', '135539.941000', '135539.944000', '135539.947000', '135539.950000', '135539.953000', '135539.956000', '135539.959000', '135539.962000', '135539.964000', '135539.967000', '135539.970000', '135539.973000', '135539.976000', '135539.979000', '135539.982000', '135539.985000', '135539.988000', '135539.990000', '135539.993000', '135539.996000', '135539.999000', '135540.002000', '135540.005000', '135540.008000', '135540.011000', '135540.013000', '135559.878000', '135559.881000', '135559.889000', '135559.892000', '135559.895000', '135559.898000', '135559.901000', '135559.904000', '135559.906000', '135559.909000', '135559.912000', '135559.915000', '135559.918000', '135559.921000', '135559.924000', '135559.927000', '135559.930000', '135559.933000', '135559.935000', '135559.938000', '135559.941000', '135559.944000', '135559.947000', '135559.950000', '135559.953000', '135559.955000', '135559.958000', '135559.961000', '135559.964000', '135559.967000', '135559.970000', '135559.973000', '135559.976000', '135559.979000', '135559.981000', '135559.984000', '135559.987000', '135559.990000', '135559.993000', '135559.996000', '135600.000000', '135600.002000', '135600.005000', '135600.008000', '135619.878000', '135619.881000', '135619.884000', '135619.887000', '135619.890000', '135619.893000', '135619.895000', '135619.898000', '135619.901000', '135619.904000', '135619.907000', '135619.910000', '135619.913000', '135619.916000', '135619.919000', '135619.922000', '135619.925000', '135619.927000', '135619.930000', '135619.933000', '135619.936000', '135619.939000', '135619.942000', '135619.945000', '135619.948000', '135619.951000', '135619.954000', '135619.957000', '135619.960000', '135619.963000', '135619.966000', '135619.969000', '135619.972000', '135619.975000', '135619.977000', '135619.980000', '135619.983000', '135619.986000', '135619.989000', '135619.992000', '135619.995000', '135619.998000', '135620.001000', '135639.878000', '135639.881000', '135639.884000', '135639.887000', '135639.890000', '135639.893000', '135639.896000', '135639.899000', '135639.901000', '135639.904000', '135639.907000', '135639.910000', '135639.913000', '135639.916000', '135639.919000', '135639.922000', '135639.925000', '135639.928000', '135639.931000', '135639.933000', '135639.936000', '135639.939000', '135639.942000', '135639.945000', '135639.948000', '135639.951000', '135639.954000', '135639.957000', '135639.960000', '135639.963000', '135639.966000', '135639.972000', '135639.975000', '135639.978000', '135639.981000', '135639.983000', '135639.986000', '135639.989000', '135639.992000', '135639.995000', '135639.998000', '135640.002000', '135640.005000', '135640.007000', '135659.878000', '135659.881000', '135659.884000', '135659.887000', '135659.890000', '135659.893000', '135659.897000', '135659.900000', '135659.903000', '135659.906000', '135659.908000', '135659.911000', '135659.914000', '135659.917000', '135659.920000', '135659.923000', '135659.926000', '135659.929000', '135659.932000', '135659.935000', '135659.938000', '135659.941000', '135659.944000', '135659.946000', '135659.949000', '135659.952000', '135659.955000', '135659.959000', '135659.962000', '135659.965000', '135659.967000', '135659.970000', '135659.973000', '135659.976000', '135659.979000', '135700.001000', '135700.004000', '135700.007000', '135700.010000', '135700.013000', '135700.016000', '135700.035000', '135700.038000', '135719.877000', '135719.880000', '135719.883000', '135719.886000', '135719.889000', '135719.892000', '135719.895000', '135719.898000', '135719.901000', '135719.903000', '135719.906000', '135719.909000', '135719.912000', '135719.915000', '135719.918000', '135719.921000', '135719.924000', '135719.927000', '135719.929000', '135719.932000', '135719.935000', '135719.938000', '135719.941000', '135719.944000', '135719.947000', '135719.950000', '135719.953000', '135719.956000', '135719.959000', '135719.962000', '135719.964000', '135719.967000', '135719.970000', '135719.973000', '135719.976000', '135719.979000', '135719.982000', '135719.985000', '135719.988000', '135719.990000', '135719.993000', '135719.996000', '135720.000000', '135720.003000', '135739.878000', '135739.881000', '135739.884000', '135739.887000', '135739.890000', '135739.893000', '135739.896000', '135739.899000', '135739.902000', '135739.904000', '135739.907000', '135739.910000', '135739.913000', '135739.916000', '135739.919000', '135739.922000', '135739.925000', '135739.928000', '135739.931000', '135739.934000', '135739.937000', '135739.940000', '135739.942000', '135739.945000', '135739.948000', '135739.951000', '135739.954000', '135739.957000', '135739.960000', '135739.963000', '135739.966000', '135739.969000', '135739.972000', '135739.975000', '135739.978000', '135739.982000', '135739.985000', '135739.988000', '135739.990000', '135739.993000', '135739.996000', '135740.000000', '135740.003000', '135759.878000', '135759.881000', '135759.884000', '135759.887000', '135759.890000', '135759.893000', '135759.896000', '135759.899000', '135759.901000', '135759.904000', '135759.907000', '135759.910000', '135759.913000', '135759.916000', '135759.919000', '135759.922000', '135759.925000', '135759.928000', '135759.931000', '135759.933000', '135759.936000', '135759.939000', '135759.942000', '135759.945000', '135759.948000', '135759.951000', '135759.954000', '135759.957000', '135759.960000', '135759.963000', '135759.965000', '135759.968000', '135759.971000', '135759.974000', '135759.977000', '135759.980000', '135759.983000', '135759.986000', '135759.989000', '135759.992000', '135759.995000', '135759.998000', '135800.002000', '135800.004000', '135819.878000', '135819.881000', '135819.884000', '135819.887000', '135819.890000', '135819.893000', '135819.896000', '135819.899000', '135819.901000', '135819.905000', '135819.907000', '135819.910000', '135819.913000', '135819.916000', '135819.919000', '135819.922000', '135819.925000', '135819.928000', '135819.931000', '135819.934000', '135819.937000', '135819.941000', '135819.944000', '135819.947000', '135819.949000', '135819.952000', '135819.955000', '135819.958000', '135819.961000', '135819.964000', '135819.967000', '135819.970000', '135819.973000', '135819.976000', '135819.978000', '135819.981000', '135819.984000', '135819.987000', '135819.990000', '135819.993000', '135819.996000', '135820.000000', '135820.003000', '135839.878000', '135839.881000', '135839.884000', '135839.887000', '135839.890000', '135839.893000', '135839.896000', '135839.899000', '135839.902000', '135839.905000', '135839.908000', '135839.911000', '135839.914000', '135839.917000', '135839.920000', '135839.922000', '135839.925000', '135839.928000', '135839.931000', '135839.934000', '135839.937000', '135839.940000', '135839.943000', '135839.946000', '135839.949000', '135839.952000', '135839.955000', '135839.958000', '135839.961000', '135839.963000', '135839.966000', '135839.969000', '135839.972000', '135839.975000', '135839.978000', '135839.981000', '135839.984000', '135839.997000', '135840.001000', '135840.004000', '135840.007000', '135840.010000', '135840.013000', '135840.016000', '135859.878000', '135859.881000', '135859.884000', '135859.887000', '135859.890000', '135859.893000', '135859.896000', '135859.899000', '135859.902000', '135859.912000', '135859.915000', '135859.918000', '135859.921000', '135859.924000', '135859.927000', '135859.930000', '135859.933000', '135859.936000', '135859.939000', '135859.941000', '135859.944000', '135859.947000', '135859.950000', '135859.953000', '135859.956000', '135859.959000', '135859.962000', '135859.965000', '135859.968000', '135859.971000', '135859.974000', '135859.977000', '135859.980000', '135859.983000', '135859.985000', '135859.988000', '135859.991000', '135859.994000', '135859.997000', '135900.001000', '135900.004000', '135900.007000', '135900.010000', '135919.878000', '135919.881000', '135919.884000', '135919.887000', '135919.890000', '135919.893000', '135919.896000', '135919.899000', '135919.902000', '135919.904000', '135919.907000', '135919.910000', '135919.913000', '135919.916000', '135919.919000', '135919.922000', '135919.925000', '135919.928000', '135919.931000', '135919.934000', '135919.937000', '135919.940000', '135919.942000', '135919.945000', '135919.948000', '135919.951000', '135919.954000', '135919.957000', '135919.960000', '135919.963000', '135919.966000', '135919.969000', '135919.971000', '135919.974000', '135919.977000', '135919.980000', '135919.983000', '135919.986000', '135919.989000', '135919.992000', '135919.995000', '135919.998000', '135920.002000', '135920.005000', '135939.877000', '135939.880000', '135939.883000', '135939.886000', '135939.889000', '135939.892000', '135939.895000', '135939.898000', '135939.901000', '135939.904000', '135939.907000', '135939.910000', '135939.912000', '135939.915000', '135939.918000', '135939.921000', '135939.924000', '135939.927000', '135939.930000', '135939.933000', '135939.936000', '135939.939000', '135939.942000', '135939.945000', '135939.948000', '135939.950000', '135939.953000', '135939.956000', '135939.959000', '135939.962000', '135939.965000', '135939.968000', '135939.971000', '135939.975000', '135939.978000', '135939.981000', '135939.984000', '135939.987000', '135939.990000', '135939.993000', '135939.996000', '135940.000000', '135940.003000', '135959.878000', '135959.889000', '135959.892000', '135959.895000', '135959.898000', '135959.901000', '135959.904000', '135959.907000', '135959.910000', '135959.913000', '135959.916000', '135959.919000', '135959.922000', '135959.925000', '135959.928000', '135959.930000', '135959.933000', '135959.936000', '135959.940000', '135959.943000', '135959.946000', '135959.949000', '135959.952000', '135959.955000', '135959.958000', '135959.961000', '135959.964000', '135959.967000', '135959.970000', '135959.973000', '135959.976000', '135959.979000', '135959.982000', '135959.985000', '135959.988000', '135959.990000', '135959.993000', '135959.996000', '140000.000000', '140000.003000', '140000.006000', '140000.009000', '140000.012000', '140000.015000', '140019.878000', '140019.881000', '140019.884000', '140019.887000', '140019.908000', '140019.911000', '140019.914000', '140019.917000', '140019.919000', '140019.922000', '140019.925000', '140019.928000', '140019.931000', '140019.934000', '140019.937000', '140019.940000', '140019.943000', '140019.946000', '140019.949000', '140019.952000', '140019.955000', '140019.958000', '140019.961000', '140019.963000', '140019.966000', '140019.969000', '140019.972000', '140019.975000', '140019.978000', '140019.981000', '140019.984000', '140019.987000', '140019.990000', '140019.993000', '140019.995000', '140019.998000', '140020.002000', '140020.005000', '140020.008000', '140020.011000', '140020.014000', '140020.017000', '140020.020000', '140039.878000', '140039.881000', '140039.884000', '140039.887000', '140039.890000', '140039.893000', '140039.896000', '140039.899000', '140039.902000', '140039.905000', '140039.908000', '140039.911000', '140039.914000', '140039.917000', '140039.920000', '140039.922000', '140039.925000', '140039.928000', '140039.931000', '140039.934000', '140039.937000', '140039.940000', '140039.943000', '140039.946000', '140039.949000', '140039.952000', '140039.954000', '140039.957000', '140039.960000', '140039.963000', '140039.966000', '140039.969000', '140039.972000', '140039.975000', '140039.978000', '140039.981000', '140039.984000', '140039.987000', '140039.990000', '140039.993000', '140039.996000', '140040.000000', '140040.003000', '140040.006000', '140059.878000', '140059.881000', '140059.884000', '140059.887000', '140059.890000', '140059.893000', '140059.896000', '140059.899000', '140059.902000', '140059.905000', '140059.910000', '140059.913000', '140059.916000', '140059.919000', '140059.922000', '140059.925000', '140059.928000', '140059.931000', '140059.934000', '140059.937000', '140059.940000', '140059.942000', '140059.945000', '140059.948000', '140059.951000', '140059.954000', '140059.957000', '140059.960000', '140059.963000', '140059.966000', '140059.969000', '140059.972000', '140059.975000', '140059.978000', '140059.981000', '140059.984000', '140059.987000', '140059.990000', '140059.993000', '140059.996000', '140059.998000', '140100.002000', '140100.006000', '140119.878000', '140119.881000', '140119.884000', '140119.887000', '140119.890000', '140119.893000', '140119.896000', '140119.899000', '140119.902000', '140119.905000', '140119.908000', '140119.911000', '140119.914000', '140119.917000', '140119.919000', '140119.922000', '140119.926000', '140119.928000', '140119.931000', '140119.934000', '140119.937000', '140119.940000', '140119.943000', '140119.946000', '140119.949000', '140119.952000', '140119.955000', '140119.958000', '140119.961000', '140119.964000', '140119.967000', '140119.970000', '140119.973000', '140119.976000', '140119.979000', '140119.982000', '140119.985000', '140119.988000', '140119.991000', '140119.994000', '140119.997000', '140120.000000', '140120.003000', '140120.006000', '140139.878000', '140139.881000', '140139.884000', '140139.887000', '140139.890000', '140139.893000', '140139.896000', '140139.899000', '140139.902000', '140139.905000', '140139.908000', '140139.911000', '140139.914000', '140139.917000', '140139.920000', '140139.935000', '140139.938000', '140139.941000', '140139.944000', '140139.946000', '140139.949000', '140139.952000', '140139.955000', '140139.958000', '140139.961000', '140139.964000', '140139.967000', '140139.970000', '140139.973000', '140139.976000', '140139.979000', '140139.982000', '140139.985000', '140139.988000', '140139.991000', '140139.994000', '140139.997000', '140140.001000', '140140.004000', '140140.006000', '140140.009000', '140140.012000', '140140.015000', '140142.925000', '140142.928000', '140142.932000', '140142.935000', '140142.938000', '140142.941000', '140142.944000'], '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': [15061, 12175, 20020, 12850, 14084, 16540, 11302, 17794, 10476, 14487, 11650, 12575, 9559, 12073, 9177, 10533, 11156, 10183, 13777, 9952, 13574, 9561, 11302, 8836, 10772, 12062, 10021, 14857, 10296, 12805, 9683, 12273, 9141, 10958, 17541, 10488, 14829, 10387, 13998, 10228, 10965, 16214, 10584, 14721, 10667, 13401, 19707, 10865, 13870, 13451, 10849, 13587, 8996, 10243, 13805, 10175, 11610, 8206, 10612, 15308, 10028, 12544, 9377, 10789, 17118, 11007, 14540, 13437, 10553, 15600, 10485, 12361, 12585, 10220, 14475, 9818, 11841, 13350, 10261, 14471, 10771, 10681, 15410, 9729, 11880, 11698, 10044, 13428, 9567, 11982, 13889, 10031, 14223, 9559, 10927, 19272, 10516, 13598, 17293, 11059, 15562, 9857, 11724, 19820, 11155, 12467, 15916, 10733, 14517, 9802, 10953, 16938, 10251, 11979, 12007, 11048, 13542, 9777, 10574, 16064, 10372, 11360, 9104, 10698, 14947, 10616, 11385, 17422, 11194, 13683, 9699, 10356, 15830, 10643, 11756, 10841, 10668, 14305, 10088, 11129, 16353, 11078, 13072, 9948, 11377, 18342, 11114, 13958, 10281, 11584, 9853, 10880, 10534, 10770, 14736, 10708, 13419, 10277, 12022, 9871, 11392, 9416, 10783, 20302, 12413, 14028, 9732, 11312, 20420, 10837, 12518, 20400, 11364, 12136, 11726, 10914, 12968, 10370, 11294, 7993, 10750, 10127, 10823, 13708, 11161, 12827, 16836, 10848, 14459, 9850, 11118, 18831, 10546, 13026, 13401, 10517, 14525, 9095, 10596, 15240, 9891, 11193, 8668, 10022, 14506, 8866, 10926, 12713, 10179, 13459, 8816, 10334, 16234, 10292, 12545, 10854, 10355, 16425, 9454, 11112, 20451, 10321, 13805, 13298, 10265, 14708, 9303, 10885, 17432, 10204, 12327, 13468, 10455, 14107, 9083, 10478, 16078, 10002, 11244, 18094, 10561, 11100, 12741, 10546, 12859, 8688, 10316, 14267, 10356, 11531, 11511, 10218, 13810, 8692, 10850, 15695, 10667, 13647, 9836, 10415, 18420, 10187, 11812, 11898, 10854, 14769, 9457, 11175, 13663, 10783, 14143, 9692, 11185, 12249, 10783, 15303, 10552, 12824, 15384, 10558, 15819, 9935, 11425, 14538, 10385, 14334, 10020, 11796, 9527, 10582, 16611, 10663, 12896, 10559, 12045, 9213, 10644, 19684, 10859, 12214, 9701, 10902, 17071, 10779, 13316, 9421, 10519, 9907, 10779, 14491, 10992, 13088, 9554, 10433, 9302, 10631, 18403, 11201, 14183, 9652, 10790, 8719, 10797, 15749, 10847, 12983, 10270, 11067, 9002, 10706, 17302, 10049, 10676, 15824, 10721, 12164, 10026, 10465, 14115, 9640, 11141, 7847, 10199, 14471, 9814, 11507, 8408, 10407, 16772, 10359, 13283, 9853, 10685, 18448, 10658, 13975, 13510, 10623, 16519, 10572, 12657, 20205, 11004, 14445, 10472, 10907, 18102, 10177, 12282, 17106, 10774, 13935, 9181, 10536, 16173, 10699, 12590, 9172, 10501, 11616, 10549, 14669, 11215, 10645, 17709, 10501, 12287, 9954, 10201, 16364, 10119, 11374, 9627, 10385, 15740, 9550, 11265, 8902, 10679, 16997, 10119, 12493, 15554, 10885, 15337, 9982, 10952, 18983, 11069, 12869, 9283, 10638, 16303, 10048, 11147, 10022, 10832, 14178, 10010, 11331, 10249, 10592, 14545, 10177, 11568, 18948, 10808, 13852, 10015, 10472, 18713, 10588, 12510, 11102, 10689, 15634, 10549, 12080, 13290, 10609, 14372, 9743, 10624, 16430, 11165, 12679, 9407, 10611, 15270, 10056, 10892, 9111, 10611, 13923, 10980, 12009, 10934, 11487, 10592, 11735, 10564, 10393, 18146, 10950, 13416, 10506, 10903, 21060, 12033, 12148, 18011, 10147, 11468, 16526, 10282, 12373, 8833, 10221, 14065, 10118, 11542, 12205, 10217, 13817, 9576, 10927, 18504, 10414, 12577, 9658, 10750, 9304, 10378, 13452, 10524, 14412, 10626, 13078, 20349, 11164, 13544, 15071, 10350, 14927, 9823, 10882, 17696, 10403, 11722, 9026, 10538, 14970, 10302, 10855, 13535, 10492, 13486, 9770, 10313, 18019, 10772, 12484, 9467, 10254, 17200, 10695, 11817, 9639, 10422, 15443, 10751, 12475, 9465, 10131, 16088, 10673, 12799, 9996, 10604, 16037, 10782, 13390, 10163, 10468, 17638, 10701, 13081, 10228, 11244, 10796, 10457, 15965, 9892, 11128, 10058, 10618, 15429, 9949, 10837, 17620, 10740, 13674, 9846, 10599, 17878, 10744, 13174, 10067, 10476, 15436, 10725, 13296, 9906, 10254, 16021, 10781, 11976, 10300, 11238, 9611, 10371, 9550, 10466, 18023, 10685, 13826, 9946, 11439, 9779, 10339, 20506, 12468, 14205, 9912, 11206, 20429, 10978, 15940, 16659, 10543, 15347, 10013, 10967, 17704, 10682, 11523, 8828, 10424, 14588, 10310, 11416, 9644, 10492, 14209, 9896, 10973, 14074, 10672, 14181, 9423, 10694, 8276, 10290, 15556, 10123, 11908, 11343, 10252, 14870, 10473, 12192, 12728, 10473, 14246, 9222, 10376, 9499, 9883, 8498, 9950, 9574, 10555, 10147, 12444, 10760, 13652, 10831, 13446, 9748, 11458, 16986, 11328, 16107, 11548, 14283, 10002, 11529, 9838, 10756, 9980, 10629, 18840, 10965, 13125, 11188, 12604, 10003, 11226, 9019, 10656, 15358, 11276, 13770, 19381, 10923, 14008, 9459, 10655, 15450, 10720, 11274, 7642, 10716, 13273, 10662, 12615, 8239, 10655, 16315, 10953, 12693, 9059, 10890, 17648, 10950, 13690, 9931, 11313, 20103, 11098, 14210, 13328, 10767, 18039, 11038, 12792, 16552, 11087, 15720, 10917, 12217, 10582, 10961, 17398, 10748, 12417, 9995, 10416, 17455, 10701, 11927, 10582, 11540, 10414, 11148, 9308, 10653, 9269, 10740, 17923, 11126, 14333, 10210, 10663, 11792, 10851, 14385, 11201, 12464, 10591, 11017, 9804, 10471, 19091, 14202, 11544, 17013, 10363, 11528, 13391, 10998, 12271, 9811, 10732, 14701, 10929, 11881, 10271, 11383, 13348, 10229, 10472, 16249, 11241, 13260, 9213, 10835, 12180, 11125, 13403, 10633, 11649, 9727, 10819, 9376, 10999, 17593, 10513, 13914, 15324, 10764, 15562, 11054, 13149, 10156, 10778, 11137, 10667, 15741, 11241, 13291, 10177, 11013, 9705, 10214, 18887, 11107, 13934, 10671, 10913, 10173, 10324, 18054, 10918, 15341, 10987, 11655, 10016, 10310, 18480, 10992, 13267, 10659, 11870, 10559, 10565, 9588, 10569, 16524, 11067, 13182, 10744, 11396, 10507, 10433, 9889, 10310, 18280, 10929, 11488, 18886, 10649, 11762, 17084, 11149, 12192, 9386, 10680, 13893, 11000, 10919, 12758, 10837, 12994, 10119, 10715, 15925, 10870, 11706, 11373, 11169, 14050, 10968, 11600, 8516, 11013, 16011, 11278, 12467, 10680, 11997, 9988, 10870, 15569, 10955, 15322, 11044, 12178, 10858, 10742, 20042, 11047], 'WindowCenter': [4471.0, 4437.0, 4473.0, 4419.0, 4415.0, 4422.0, 4380.0, 4421.0, 4372.0, 4399.0, 4378.0, 4389.0, 4357.0, 4389.0, 4358.0, 4379.0, 4378.0, 4370.0, 4389.0, 4371.0, 4401.0, 4371.0, 4381.0, 4359.0, 4381.0, 4389.0, 4372.0, 4400.0, 4370.0, 4390.0, 4371.0, 4392.0, 4360.0, 4383.0, 4410.0, 4369.0, 4399.0, 4370.0, 4401.0, 4358.0, 4370.0, 4397.0, 4368.0, 4395.0, 4369.0, 4389.0, 4419.0, 4369.0, 4389.0, 4375.0, 4367.0, 4385.0, 4336.0, 4368.0, 4386.0, 4358.0, 4379.0, 4339.0, 4381.0, 4411.0, 4371.0, 4392.0, 4359.0, 4382.0, 4411.0, 4380.0, 4402.0, 4389.0, 4370.0, 4399.0, 4370.0, 4391.0, 4389.0, 4371.0, 4400.0, 4369.0, 4391.0, 4390.0, 4371.0, 4402.0, 4369.0, 4370.0, 4397.0, 4360.0, 4391.0, 4380.0, 4372.0, 4390.0, 4371.0, 4392.0, 4400.0, 4373.0, 4402.0, 4360.0, 4382.0, 4420.0, 4368.0, 4391.0, 4410.0, 4369.0, 4399.0, 4357.0, 4378.0, 4407.0, 4367.0, 4379.0, 4384.0, 4356.0, 4386.0, 4345.0, 4355.0, 4397.0, 4357.0, 4367.0, 4364.0, 4366.0, 4387.0, 4345.0, 4368.0, 4398.0, 4357.0, 4367.0, 4335.0, 4369.0, 4396.0, 4368.0, 4380.0, 4407.0, 4367.0, 4388.0, 4346.0, 4359.0, 4397.0, 4356.0, 4377.0, 4355.0, 4357.0, 4388.0, 4358.0, 4380.0, 4397.0, 4370.0, 4388.0, 4358.0, 4380.0, 4419.0, 4379.0, 4389.0, 4369.0, 4378.0, 4358.0, 4381.0, 4370.0, 4381.0, 4400.0, 4382.0, 4400.0, 4371.0, 4392.0, 4371.0, 4380.0, 4360.0, 4382.0, 4432.0, 4391.0, 4399.0, 4357.0, 4370.0, 4421.0, 4357.0, 4378.0, 4408.0, 4366.0, 4366.0, 4363.0, 4356.0, 4376.0, 4358.0, 4377.0, 4340.0, 4383.0, 4370.0, 4382.0, 4401.0, 4383.0, 4403.0, 4410.0, 4371.0, 4401.0, 4358.0, 4382.0, 4420.0, 4368.0, 4390.0, 4387.0, 4368.0, 4388.0, 4347.0, 4369.0, 4398.0, 4358.0, 4369.0, 4348.0, 4370.0, 4400.0, 4350.0, 4381.0, 4389.0, 4370.0, 4400.0, 4350.0, 4372.0, 4410.0, 4370.0, 4391.0, 4368.0, 4371.0, 4410.0, 4358.0, 4369.0, 4419.0, 4358.0, 4390.0, 4388.0, 4369.0, 4398.0, 4347.0, 4368.0, 4408.0, 4359.0, 4389.0, 4377.0, 4358.0, 4389.0, 4337.0, 4370.0, 4397.0, 4358.0, 4369.0, 4408.0, 4368.0, 4368.0, 4375.0, 4367.0, 4388.0, 4348.0, 4369.0, 4398.0, 4370.0, 4381.0, 4378.0, 4370.0, 4401.0, 4351.0, 4372.0, 4400.0, 4371.0, 4402.0, 4359.0, 4370.0, 4411.0, 4358.0, 4380.0, 4367.0, 4370.0, 4400.0, 4360.0, 4381.0, 4389.0, 4370.0, 4389.0, 4359.0, 4382.0, 4379.0, 4371.0, 4400.0, 4370.0, 4392.0, 4400.0, 4371.0, 4400.0, 4359.0, 4370.0, 4388.0, 4370.0, 4390.0, 4359.0, 4380.0, 4348.0, 4371.0, 4411.0, 4371.0, 4390.0, 4371.0, 4381.0, 4349.0, 4371.0, 4421.0, 4370.0, 4379.0, 4348.0, 4370.0, 4409.0, 4369.0, 4388.0, 4349.0, 4369.0, 4358.0, 4370.0, 4389.0, 4370.0, 4390.0, 4359.0, 4370.0, 4348.0, 4371.0, 4420.0, 4380.0, 4391.0, 4349.0, 4368.0, 4338.0, 4370.0, 4399.0, 4371.0, 4390.0, 4370.0, 4381.0, 4361.0, 4384.0, 4411.0, 4359.0, 4359.0, 4397.0, 4368.0, 4379.0, 4357.0, 4368.0, 4390.0, 4359.0, 4369.0, 4339.0, 4372.0, 4401.0, 4361.0, 4382.0, 4350.0, 4384.0, 4423.0, 4374.0, 4403.0, 4361.0, 4373.0, 4421.0, 4370.0, 4403.0, 4390.0, 4371.0, 4410.0, 4370.0, 4392.0, 4421.0, 4370.0, 4400.0, 4357.0, 4370.0, 4409.0, 4358.0, 4379.0, 4409.0, 4370.0, 4389.0, 4348.0, 4370.0, 4397.0, 4370.0, 4390.0, 4359.0, 4370.0, 4379.0, 4372.0, 4412.0, 4381.0, 4371.0, 4409.0, 4370.0, 4380.0, 4358.0, 4371.0, 4408.0, 4359.0, 4380.0, 4358.0, 4371.0, 4411.0, 4359.0, 4380.0, 4349.0, 4371.0, 4410.0, 4370.0, 4391.0, 4399.0, 4368.0, 4399.0, 4358.0, 4370.0, 4420.0, 4369.0, 4389.0, 4348.0, 4370.0, 4409.0, 4358.0, 4369.0, 4357.0, 4369.0, 4388.0, 4359.0, 4380.0, 4369.0, 4371.0, 4399.0, 4370.0, 4380.0, 4420.0, 4370.0, 4389.0, 4358.0, 4369.0, 4410.0, 4359.0, 4379.0, 4368.0, 4369.0, 4397.0, 4358.0, 4380.0, 4377.0, 4369.0, 4399.0, 4348.0, 4357.0, 4397.0, 4368.0, 4379.0, 4346.0, 4359.0, 4388.0, 4358.0, 4368.0, 4347.0, 4369.0, 4389.0, 4380.0, 4379.0, 4381.0, 4381.0, 4383.0, 4394.0, 4382.0, 4384.0, 4422.0, 4372.0, 4392.0, 4360.0, 4370.0, 4423.0, 4379.0, 4379.0, 4397.0, 4357.0, 4368.0, 4396.0, 4358.0, 4378.0, 4337.0, 4359.0, 4387.0, 4370.0, 4382.0, 4379.0, 4370.0, 4390.0, 4359.0, 4371.0, 4421.0, 4371.0, 4380.0, 4360.0, 4371.0, 4360.0, 4373.0, 4400.0, 4372.0, 4402.0, 4373.0, 4404.0, 4433.0, 4371.0, 4391.0, 4388.0, 4359.0, 4398.0, 4347.0, 4369.0, 4408.0, 4357.0, 4367.0, 4336.0, 4359.0, 4398.0, 4359.0, 4370.0, 4377.0, 4359.0, 4390.0, 4357.0, 4370.0, 4409.0, 4368.0, 4378.0, 4348.0, 4360.0, 4409.0, 4359.0, 4378.0, 4346.0, 4369.0, 4388.0, 4368.0, 4379.0, 4348.0, 4360.0, 4398.0, 4368.0, 4379.0, 4360.0, 4369.0, 4399.0, 4370.0, 4390.0, 4358.0, 4371.0, 4408.0, 4370.0, 4389.0, 4360.0, 4381.0, 4369.0, 4372.0, 4411.0, 4360.0, 4370.0, 4358.0, 4370.0, 4399.0, 4360.0, 4371.0, 4408.0, 4369.0, 4388.0, 4347.0, 4369.0, 4409.0, 4369.0, 4389.0, 4358.0, 4369.0, 4398.0, 4369.0, 4390.0, 4358.0, 4359.0, 4398.0, 4369.0, 4378.0, 4372.0, 4382.0, 4373.0, 4373.0, 4373.0, 4386.0, 4435.0, 4384.0, 4402.0, 4373.0, 4383.0, 4362.0, 4373.0, 4434.0, 4392.0, 4391.0, 4360.0, 4371.0, 4421.0, 4370.0, 4402.0, 4398.0, 4358.0, 4387.0, 4346.0, 4358.0, 4397.0, 4356.0, 4367.0, 4336.0, 4369.0, 4388.0, 4359.0, 4379.0, 4359.0, 4371.0, 4390.0, 4359.0, 4371.0, 4388.0, 4370.0, 4390.0, 4349.0, 4370.0, 4338.0, 4371.0, 4400.0, 4360.0, 4382.0, 4368.0, 4361.0, 4400.0, 4370.0, 4381.0, 4379.0, 4371.0, 4390.0, 4348.0, 4360.0, 4359.0, 4372.0, 4351.0, 4372.0, 4373.0, 4386.0, 4386.0, 4407.0, 4397.0, 4417.0, 4386.0, 4406.0, 4375.0, 4396.0, 4426.0, 4385.0, 4414.0, 4384.0, 4403.0, 4373.0, 4383.0, 4362.0, 4383.0, 4361.0, 4373.0, 4422.0, 4372.0, 4391.0, 4383.0, 4392.0, 4373.0, 4384.0, 4352.0, 4373.0, 4401.0, 4382.0, 4404.0, 4422.0, 4371.0, 4391.0, 4348.0, 4360.0, 4399.0, 4369.0, 4380.0, 4330.0, 4373.0, 4392.0, 4384.0, 4405.0, 4355.0, 4386.0, 4414.0, 4383.0, 4394.0, 4363.0, 4385.0, 4425.0, 4384.0, 4404.0, 4363.0, 4384.0, 4434.0, 4383.0, 4403.0, 4390.0, 4372.0, 4411.0, 4370.0, 4391.0, 4410.0, 4371.0, 4399.0, 4371.0, 4382.0, 4360.0, 4372.0, 4411.0, 4371.0, 4381.0, 4359.0, 4371.0, 4412.0, 4371.0, 4380.0, 4370.0, 4381.0, 4371.0, 4383.0, 4362.0, 4373.0, 4362.0, 4384.0, 4423.0, 4384.0, 4405.0, 4372.0, 4373.0, 4380.0, 4372.0, 4401.0, 4382.0, 4392.0, 4371.0, 4372.0, 4360.0, 4372.0, 4425.0, 4390.0, 4370.0, 4399.0, 4348.0, 4369.0, 4377.0, 4370.0, 4368.0, 4357.0, 4369.0, 4397.0, 4370.0, 4391.0, 4370.0, 4382.0, 4402.0, 4370.0, 4372.0, 4410.0, 4381.0, 4392.0, 4361.0, 4383.0, 4379.0, 4383.0, 4402.0, 4383.0, 4395.0, 4362.0, 4383.0, 4362.0, 4385.0, 4424.0, 4373.0, 4405.0, 4402.0, 4383.0, 4414.0, 4384.0, 4392.0, 4372.0, 4382.0, 4381.0, 4371.0, 4411.0, 4382.0, 4403.0, 4372.0, 4371.0, 4359.0, 4373.0, 4423.0, 4382.0, 4391.0, 4370.0, 4370.0, 4360.0, 4372.0, 4412.0, 4372.0, 4401.0, 4369.0, 4370.0, 4358.0, 4371.0, 4421.0, 4371.0, 4389.0, 4370.0, 4380.0, 4371.0, 4373.0, 4362.0, 4373.0, 4410.0, 4381.0, 4391.0, 4371.0, 4380.0, 4370.0, 4371.0, 4360.0, 4372.0, 4424.0, 4370.0, 4371.0, 4409.0, 4357.0, 4368.0, 4396.0, 4368.0, 4377.0, 4346.0, 4359.0, 4387.0, 4369.0, 4371.0, 4389.0, 4381.0, 4391.0, 4358.0, 4371.0, 4400.0, 4370.0, 4382.0, 4369.0, 4371.0, 4390.0, 4372.0, 4382.0, 4351.0, 4384.0, 4412.0, 4382.0, 4392.0, 4382.0, 4394.0, 4374.0, 4385.0, 4414.0, 4386.0, 4414.0, 4384.0, 4393.0, 4382.0, 4383.0, 4432.0, 4383.0], 'WindowWidth': [9829.0, 9769.0, 9819.0, 9725.0, 9718.0, 9717.0, 9658.0, 9717.0, 9647.0, 9680.0, 9651.0, 9665.0, 9622.0, 9666.0, 9622.0, 9655.0, 9649.0, 9642.0, 9666.0, 9644.0, 9686.0, 9646.0, 9656.0, 9625.0, 9659.0, 9667.0, 9648.0, 9684.0, 9642.0, 9670.0, 9645.0, 9674.0, 9628.0, 9663.0, 9699.0, 9639.0, 9679.0, 9642.0, 9686.0, 9621.0, 9640.0, 9673.0, 9634.0, 9669.0, 9636.0, 9667.0, 9712.0, 9636.0, 9665.0, 9639.0, 9630.0, 9654.0, 9587.0, 9635.0, 9656.0, 9621.0, 9651.0, 9596.0, 9658.0, 9698.0, 9645.0, 9673.0, 9626.0, 9661.0, 9701.0, 9655.0, 9691.0, 9666.0, 9641.0, 9679.0, 9640.0, 9670.0, 9665.0, 9644.0, 9681.0, 9638.0, 9671.0, 9668.0, 9643.0, 9689.0, 9636.0, 9641.0, 9676.0, 9627.0, 9670.0, 9653.0, 9647.0, 9668.0, 9645.0, 9675.0, 9682.0, 9650.0, 9689.0, 9627.0, 9659.0, 9713.0, 9636.0, 9672.0, 9697.0, 9636.0, 9680.0, 9616.0, 9648.0, 9691.0, 9631.0, 9649.0, 9652.0, 9614.0, 9655.0, 9595.0, 9613.0, 9672.0, 9616.0, 9631.0, 9622.0, 9627.0, 9658.0, 9597.0, 9634.0, 9675.0, 9616.0, 9630.0, 9585.0, 9635.0, 9671.0, 9633.0, 9653.0, 9688.0, 9631.0, 9660.0, 9600.0, 9623.0, 9673.0, 9615.0, 9644.0, 9612.0, 9618.0, 9662.0, 9621.0, 9653.0, 9675.0, 9637.0, 9663.0, 9623.0, 9656.0, 9711.0, 9652.0, 9663.0, 9637.0, 9650.0, 9621.0, 9658.0, 9643.0, 9657.0, 9683.0, 9660.0, 9682.0, 9645.0, 9675.0, 9643.0, 9657.0, 9628.0, 9662.0, 9734.0, 9670.0, 9680.0, 9618.0, 9640.0, 9717.0, 9616.0, 9646.0, 9692.0, 9627.0, 9628.0, 9618.0, 9613.0, 9641.0, 9619.0, 9647.0, 9601.0, 9663.0, 9640.0, 9661.0, 9686.0, 9663.0, 9694.0, 9700.0, 9642.0, 9684.0, 9621.0, 9658.0, 9712.0, 9636.0, 9667.0, 9657.0, 9634.0, 9662.0, 9605.0, 9638.0, 9677.0, 9621.0, 9637.0, 9606.0, 9642.0, 9684.0, 9615.0, 9658.0, 9663.0, 9641.0, 9682.0, 9615.0, 9647.0, 9696.0, 9641.0, 9671.0, 9634.0, 9644.0, 9699.0, 9621.0, 9637.0, 9711.0, 9621.0, 9666.0, 9660.0, 9637.0, 9676.0, 9604.0, 9636.0, 9689.0, 9622.0, 9665.0, 9644.0, 9620.0, 9665.0, 9590.0, 9639.0, 9675.0, 9620.0, 9637.0, 9692.0, 9632.0, 9634.0, 9639.0, 9632.0, 9661.0, 9608.0, 9639.0, 9676.0, 9639.0, 9656.0, 9648.0, 9641.0, 9685.0, 9616.0, 9645.0, 9681.0, 9643.0, 9686.0, 9624.0, 9642.0, 9698.0, 9621.0, 9651.0, 9629.0, 9638.0, 9681.0, 9626.0, 9657.0, 9663.0, 9640.0, 9665.0, 9624.0, 9658.0, 9650.0, 9643.0, 9682.0, 9641.0, 9672.0, 9682.0, 9642.0, 9682.0, 9621.0, 9638.0, 9661.0, 9639.0, 9666.0, 9624.0, 9653.0, 9608.0, 9642.0, 9699.0, 9643.0, 9665.0, 9642.0, 9657.0, 9610.0, 9641.0, 9715.0, 9640.0, 9651.0, 9605.0, 9640.0, 9691.0, 9636.0, 9663.0, 9610.0, 9637.0, 9620.0, 9640.0, 9665.0, 9640.0, 9667.0, 9625.0, 9637.0, 9608.0, 9642.0, 9710.0, 9654.0, 9670.0, 9610.0, 9635.0, 9592.0, 9639.0, 9679.0, 9643.0, 9668.0, 9640.0, 9657.0, 9630.0, 9665.0, 9701.0, 9621.0, 9624.0, 9671.0, 9633.0, 9651.0, 9618.0, 9636.0, 9667.0, 9623.0, 9636.0, 9598.0, 9645.0, 9684.0, 9631.0, 9659.0, 9614.0, 9666.0, 9719.0, 9652.0, 9692.0, 9629.0, 9648.0, 9715.0, 9641.0, 9689.0, 9666.0, 9643.0, 9697.0, 9641.0, 9673.0, 9719.0, 9641.0, 9682.0, 9617.0, 9639.0, 9693.0, 9620.0, 9652.0, 9693.0, 9640.0, 9665.0, 9605.0, 9638.0, 9673.0, 9639.0, 9667.0, 9624.0, 9641.0, 9652.0, 9645.0, 9703.0, 9655.0, 9643.0, 9694.0, 9638.0, 9654.0, 9619.0, 9642.0, 9690.0, 9622.0, 9652.0, 9619.0, 9642.0, 9698.0, 9626.0, 9653.0, 9609.0, 9644.0, 9698.0, 9640.0, 9670.0, 9678.0, 9635.0, 9679.0, 9618.0, 9639.0, 9711.0, 9638.0, 9664.0, 9605.0, 9639.0, 9691.0, 9622.0, 9637.0, 9617.0, 9637.0, 9662.0, 9623.0, 9656.0, 9638.0, 9642.0, 9680.0, 9638.0, 9654.0, 9714.0, 9640.0, 9664.0, 9619.0, 9638.0, 9695.0, 9621.0, 9650.0, 9632.0, 9636.0, 9671.0, 9621.0, 9653.0, 9644.0, 9637.0, 9679.0, 9606.0, 9619.0, 9672.0, 9632.0, 9650.0, 9601.0, 9620.0, 9662.0, 9619.0, 9633.0, 9601.0, 9637.0, 9665.0, 9655.0, 9651.0, 9657.0, 9657.0, 9664.0, 9681.0, 9661.0, 9667.0, 9717.0, 9645.0, 9674.0, 9625.0, 9640.0, 9727.0, 9651.0, 9649.0, 9674.0, 9615.0, 9631.0, 9669.0, 9620.0, 9645.0, 9588.0, 9623.0, 9658.0, 9639.0, 9660.0, 9649.0, 9640.0, 9667.0, 9624.0, 9643.0, 9715.0, 9643.0, 9652.0, 9626.0, 9641.0, 9628.0, 9651.0, 9683.0, 9647.0, 9686.0, 9648.0, 9694.0, 9738.0, 9641.0, 9671.0, 9661.0, 9621.0, 9676.0, 9601.0, 9637.0, 9688.0, 9617.0, 9630.0, 9587.0, 9621.0, 9675.0, 9624.0, 9640.0, 9645.0, 9623.0, 9665.0, 9617.0, 9640.0, 9691.0, 9634.0, 9646.0, 9604.0, 9626.0, 9691.0, 9623.0, 9649.0, 9602.0, 9634.0, 9660.0, 9632.0, 9650.0, 9606.0, 9625.0, 9675.0, 9634.0, 9651.0, 9625.0, 9640.0, 9676.0, 9640.0, 9667.0, 9618.0, 9642.0, 9693.0, 9640.0, 9664.0, 9626.0, 9657.0, 9637.0, 9647.0, 9698.0, 9624.0, 9640.0, 9619.0, 9638.0, 9679.0, 9627.0, 9642.0, 9690.0, 9635.0, 9659.0, 9603.0, 9635.0, 9695.0, 9637.0, 9663.0, 9621.0, 9638.0, 9675.0, 9636.0, 9667.0, 9619.0, 9623.0, 9673.0, 9635.0, 9646.0, 9646.0, 9661.0, 9649.0, 9649.0, 9651.0, 9672.0, 9740.0, 9667.0, 9689.0, 9649.0, 9663.0, 9632.0, 9651.0, 9741.0, 9671.0, 9670.0, 9624.0, 9642.0, 9715.0, 9638.0, 9688.0, 9672.0, 9617.0, 9658.0, 9598.0, 9617.0, 9671.0, 9614.0, 9630.0, 9586.0, 9636.0, 9659.0, 9623.0, 9650.0, 9622.0, 9640.0, 9666.0, 9622.0, 9639.0, 9661.0, 9637.0, 9666.0, 9611.0, 9638.0, 9594.0, 9642.0, 9681.0, 9625.0, 9658.0, 9634.0, 9627.0, 9678.0, 9638.0, 9657.0, 9651.0, 9643.0, 9666.0, 9607.0, 9625.0, 9624.0, 9647.0, 9618.0, 9646.0, 9650.0, 9672.0, 9673.0, 9705.0, 9690.0, 9717.0, 9671.0, 9701.0, 9656.0, 9685.0, 9729.0, 9667.0, 9706.0, 9663.0, 9693.0, 9650.0, 9660.0, 9631.0, 9662.0, 9629.0, 9649.0, 9719.0, 9645.0, 9669.0, 9661.0, 9672.0, 9647.0, 9664.0, 9617.0, 9649.0, 9685.0, 9658.0, 9694.0, 9719.0, 9640.0, 9668.0, 9604.0, 9624.0, 9675.0, 9636.0, 9653.0, 9587.0, 9649.0, 9672.0, 9666.0, 9697.0, 9629.0, 9672.0, 9705.0, 9661.0, 9679.0, 9633.0, 9669.0, 9724.0, 9665.0, 9691.0, 9634.0, 9667.0, 9739.0, 9661.0, 9690.0, 9666.0, 9644.0, 9699.0, 9639.0, 9671.0, 9695.0, 9642.0, 9678.0, 9640.0, 9658.0, 9625.0, 9645.0, 9698.0, 9641.0, 9656.0, 9622.0, 9642.0, 9700.0, 9641.0, 9650.0, 9640.0, 9656.0, 9643.0, 9664.0, 9633.0, 9648.0, 9631.0, 9665.0, 9720.0, 9663.0, 9695.0, 9645.0, 9647.0, 9652.0, 9643.0, 9685.0, 9660.0, 9672.0, 9643.0, 9645.0, 9627.0, 9646.0, 9730.0, 9666.0, 9638.0, 9676.0, 9603.0, 9634.0, 9642.0, 9638.0, 9632.0, 9617.0, 9637.0, 9674.0, 9640.0, 9672.0, 9641.0, 9660.0, 9686.0, 9641.0, 9647.0, 9697.0, 9657.0, 9673.0, 9630.0, 9662.0, 9652.0, 9661.0, 9688.0, 9662.0, 9682.0, 9634.0, 9662.0, 9633.0, 9669.0, 9725.0, 9652.0, 9697.0, 9686.0, 9663.0, 9707.0, 9666.0, 9676.0, 9646.0, 9660.0, 9655.0, 9645.0, 9700.0, 9660.0, 9691.0, 9648.0, 9644.0, 9625.0, 9649.0, 9720.0, 9658.0, 9671.0, 9640.0, 9640.0, 9624.0, 9646.0, 9704.0, 9645.0, 9685.0, 9636.0, 9639.0, 9619.0, 9641.0, 9715.0, 9642.0, 9664.0, 9639.0, 9652.0, 9642.0, 9648.0, 9634.0, 9648.0, 9695.0, 9656.0, 9669.0, 9643.0, 9655.0, 9639.0, 9643.0, 9626.0, 9646.0, 9725.0, 9640.0, 9641.0, 9693.0, 9615.0, 9632.0, 9671.0, 9632.0, 9644.0, 9601.0, 9623.0, 9658.0, 9637.0, 9643.0, 9665.0, 9657.0, 9670.0, 9620.0, 9643.0, 9681.0, 9639.0, 9659.0, 9637.0, 9643.0, 9667.0, 9644.0, 9660.0, 9618.0, 9666.0, 9700.0, 9659.0, 9673.0, 9660.0, 9679.0, 9652.0, 9670.0, 9708.0, 9672.0, 9709.0, 9664.0, 9677.0, 9658.0, 9662.0, 9734.0, 9660.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.0002854377880184332</td></tr>
<tr><td colspan=3>aqi</td><td>0.024310294815668206</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.42326882527103</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.281667095720876</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.95918941372549</td></tr>
<tr><td colspan=3>efc</td><td>0.458</td></tr>
<tr><td colspan=3>fber</td><td>7131.6382</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07769356981710959</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1152073732718894</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.434855615590694</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.338926944235636</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6695695727161377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.296070329820309</td></tr>
<tr><td colspan=3>gcor</td><td>0.00556382</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01583613082766533</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017362648621201515</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.945743494807305</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>25.0436</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1975</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.6851</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>826.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1604</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5051</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.0022</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3620.809</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.6319</td></tr>
<tr><td colspan=3>tsnr</td><td>40.47460250905715</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>