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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-04_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_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-0051/ses-04/func/sub-0051_ses-04_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>98040db6c93d651c0e112953981d47b8</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>15:08:31.995000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</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.101022</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>[4109, -7783, -7275, 604, -79, -84, -21, 123]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.595</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1b105cf3-89f8-4b7c-96d7-c4545abdf315||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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': ['150831.995000', '150832.455000', '150832.915000', '150833.375000', '150833.835000', '150834.295000', '150834.755000', '150835.215000', '150835.675000', '150836.135000', '150836.595000', '150837.055000', '150837.515000', '150837.975000', '150838.435000', '150838.895000', '150839.355000', '150839.815000', '150840.275000', '150840.735000', '150841.195000', '150841.655000', '150842.115000', '150842.575000', '150843.035000', '150843.495000', '150843.955000', '150844.415000', '150844.875000', '150845.335000', '150845.795000', '150846.255000', '150846.715000', '150847.175000', '150847.635000', '150848.095000', '150848.555000', '150849.015000', '150849.475000', '150849.935000', '150850.395000', '150850.855000', '150851.315000', '150851.775000', '150852.235000', '150852.695000', '150853.155000', '150853.615000', '150854.075000', '150854.535000', '150854.995000', '150855.455000', '150855.915000', '150856.375000', '150856.835000', '150857.295000', '150857.755000', '150858.215000', '150858.675000', '150859.135000', '150859.595000', '150900.055000', '150900.515000', '150900.975000', '150901.435000', '150901.895000', '150902.355000', '150902.815000', '150903.275000', '150903.735000', '150904.195000', '150904.655000', '150905.115000', '150905.575000', '150906.035000', '150906.495000', '150906.955000', '150907.415000', '150907.875000', '150908.335000', '150908.795000', '150909.255000', '150909.715000', '150910.175000', '150910.635000', '150911.095000', '150911.555000', '150912.015000', '150912.475000', '150912.935000', '150913.395000', '150913.855000', '150914.315000', '150914.775000', '150915.235000', '150915.695000', '150916.155000', '150916.615000', '150917.075000', '150917.535000', '150917.995000', '150918.455000', '150918.915000', '150919.375000', '150919.835000', '150920.295000', '150920.755000', '150921.215000', '150921.675000', '150922.135000', '150922.595000', '150923.055000', '150923.515000', '150923.975000', '150924.435000', '150924.895000', '150925.355000', '150925.815000', '150926.275000', '150926.735000', '150927.195000', '150927.655000', '150928.115000', '150928.575000', '150929.035000', '150929.495000', '150929.955000', '150930.415000', '150930.875000', '150931.335000', '150931.795000', '150932.255000', '150932.715000', '150933.175000', '150933.635000', '150934.095000', '150934.555000', '150935.015000', '150935.475000', '150935.935000', '150936.395000', '150936.855000', '150937.315000', '150937.775000', '150938.235000', '150938.695000', '150939.155000', '150939.615000', '150940.075000', '150940.535000', '150940.995000', '150941.455000', '150941.915000', '150942.375000', '150942.835000', '150943.295000', '150943.755000', '150944.215000', '150944.675000', '150945.135000', '150945.595000', '150946.055000', '150946.515000', '150946.975000', '150947.435000', '150947.895000', '150948.355000', '150948.815000', '150949.275000', '150949.735000', '150950.195000', '150950.655000', '150951.115000', '150951.575000', '150952.035000', '150952.495000', '150952.955000', '150953.415000', '150953.875000', '150954.335000', '150954.795000', '150955.255000', '150955.715000', '150956.175000', '150956.635000', '150957.095000', '150957.555000', '150958.015000', '150958.475000', '150958.935000', '150959.395000', '150959.855000', '151000.315000', '151000.775000', '151001.235000', '151001.695000', '151002.155000', '151002.615000', '151003.075000', '151003.535000', '151003.995000', '151004.455000', '151004.915000', '151005.375000', '151005.835000', '151006.295000', '151006.755000', '151007.215000', '151007.675000', '151008.135000', '151008.595000', '151009.055000', '151009.515000', '151009.975000', '151010.435000', '151010.895000', '151011.355000', '151011.815000', '151012.275000', '151012.735000', '151013.195000', '151013.655000', '151014.115000', '151014.575000', '151015.035000', '151015.495000', '151015.955000', '151016.415000', '151016.875000', '151017.335000', '151017.795000', '151018.255000', '151018.715000', '151019.175000', '151019.635000', '151020.095000', '151020.555000', '151021.015000', '151021.475000', '151021.935000', '151022.395000', '151022.855000', '151023.315000', '151023.775000', '151024.235000', '151024.695000', '151025.155000', '151025.615000', '151026.075000', '151026.535000', '151026.995000', '151027.455000', '151027.915000', '151028.375000', '151028.835000', '151029.295000', '151029.755000', '151030.215000', '151030.675000', '151031.135000', '151031.595000', '151032.055000', '151032.515000', '151032.975000', '151033.435000', '151033.895000', '151034.355000', '151034.815000', '151035.275000', '151035.735000', '151036.195000', '151036.655000', '151037.115000', '151037.575000', '151038.035000', '151038.495000', '151038.955000', '151039.415000', '151039.875000', '151040.335000', '151040.795000', '151041.255000', '151041.715000', '151042.175000', '151042.635000', '151043.095000', '151043.555000', '151044.015000', '151044.475000', '151044.935000', '151045.395000', '151045.855000', '151046.315000', '151046.775000', '151047.235000', '151047.695000', '151048.155000', '151048.615000', '151049.075000', '151049.535000', '151049.995000', '151050.455000', '151050.915000', '151051.375000', '151051.835000', '151052.295000', '151052.755000', '151053.215000', '151053.675000', '151054.135000', '151054.595000', '151055.055000', '151055.515000', '151055.975000', '151056.435000', '151056.895000', '151057.355000', '151057.815000', '151058.275000', '151058.735000', '151059.195000', '151059.655000', '151100.115000', '151100.575000', '151101.035000', '151101.495000', '151101.955000', '151102.415000', '151102.875000', '151103.335000', '151103.795000', '151104.255000', '151104.715000', '151105.175000', '151105.635000', '151106.095000', '151106.555000', '151107.015000', '151107.475000', '151107.935000', '151108.395000', '151108.855000', '151109.315000', '151109.775000', '151110.235000', '151110.695000', '151111.155000', '151111.615000', '151112.075000', '151112.535000', '151112.995000', '151113.455000', '151113.915000', '151114.375000', '151114.835000', '151115.295000', '151115.755000', '151116.215000', '151116.675000', '151117.135000', '151117.595000', '151118.055000', '151118.515000', '151118.975000', '151119.435000', '151119.895000', '151120.355000', '151120.815000', '151121.275000', '151121.735000', '151122.195000', '151122.655000', '151123.115000', '151123.575000', '151124.035000', '151124.495000', '151124.955000', '151125.415000', '151125.875000', '151126.335000', '151126.795000', '151127.255000', '151127.715000', '151128.175000', '151128.635000', '151129.095000', '151129.555000', '151130.015000', '151130.475000', '151130.935000', '151131.395000', '151131.855000', '151132.315000', '151132.775000', '151133.235000', '151133.695000', '151134.155000', '151134.615000', '151135.075000', '151135.535000', '151135.995000', '151136.455000', '151136.915000', '151137.375000', '151137.835000', '151138.295000', '151138.755000', '151139.215000', '151139.675000', '151140.135000', '151140.595000', '151141.055000', '151141.515000', '151141.975000', '151142.435000', '151142.895000', '151143.355000', '151143.815000', '151144.275000', '151144.735000', '151145.195000', '151145.655000', '151146.115000', '151146.575000', '151147.035000', '151147.495000', '151147.955000', '151148.415000', '151148.875000', '151149.335000', '151149.795000', '151150.255000', '151150.715000', '151151.175000', '151151.635000', '151152.095000', '151152.555000', '151153.015000', '151153.475000', '151153.935000', '151154.395000', '151154.855000', '151155.315000', '151155.775000', '151156.235000', '151156.695000', '151157.155000', '151157.615000', '151158.075000', '151158.535000', '151158.995000', '151159.455000', '151159.915000', '151200.375000', '151200.835000', '151201.295000', '151201.755000', '151202.215000', '151202.675000', '151203.135000', '151203.595000', '151204.055000', '151204.515000', '151204.975000', '151205.435000', '151205.895000', '151206.355000', '151206.815000', '151207.275000', '151207.735000', '151208.195000', '151208.655000', '151209.115000', '151209.575000', '151210.035000', '151210.495000', '151210.955000', '151211.415000', '151211.875000', '151212.335000', '151212.795000', '151213.255000', '151213.715000', '151214.175000', '151214.635000', '151215.095000', '151215.555000', '151216.015000', '151216.475000', '151216.935000', '151217.395000', '151217.855000', '151218.315000', '151218.775000', '151219.235000', '151219.695000', '151220.155000', '151220.615000', '151221.075000', '151221.535000', '151221.995000', '151222.455000', '151222.915000', '151223.375000', '151223.835000', '151224.295000', '151224.755000', '151225.215000', '151225.675000', '151226.135000', '151226.595000', '151227.055000', '151227.515000', '151227.975000', '151228.435000', '151228.895000', '151229.355000', '151229.815000', '151230.275000', '151230.735000', '151231.195000', '151231.655000', '151232.115000', '151232.575000', '151233.035000', '151233.495000', '151233.955000', '151234.415000', '151234.875000', '151235.335000', '151235.795000', '151236.255000', '151236.715000', '151237.175000', '151237.635000', '151238.095000', '151238.555000', '151239.015000', '151239.475000', '151239.935000', '151240.395000', '151240.855000', '151241.315000', '151241.775000', '151242.235000', '151242.695000', '151243.155000', '151243.615000', '151244.075000', '151244.535000', '151244.995000', '151245.455000', '151245.915000', '151246.375000', '151246.835000', '151247.295000', '151247.755000', '151248.215000', '151248.675000', '151249.135000', '151249.595000', '151250.055000', '151250.515000', '151250.975000', '151251.435000', '151251.895000', '151252.355000', '151252.815000', '151253.275000', '151253.735000', '151254.195000', '151254.655000', '151255.115000', '151255.575000', '151256.035000', '151256.495000', '151256.955000', '151257.415000', '151257.875000', '151258.335000', '151258.795000', '151259.255000', '151259.715000', '151300.175000', '151300.635000', '151301.095000', '151301.555000', '151302.015000', '151302.475000', '151302.935000', '151303.395000', '151303.855000', '151304.315000', '151304.775000', '151305.235000', '151305.695000', '151306.155000', '151306.615000', '151307.075000', '151307.535000', '151307.995000', '151308.455000', '151308.915000', '151309.375000', '151309.835000', '151310.295000', '151310.755000', '151311.215000', '151311.675000', '151312.135000', '151312.595000', '151313.055000', '151313.515000', '151313.975000', '151314.435000', '151314.895000', '151315.355000', '151315.815000', '151316.275000', '151316.735000', '151317.195000', '151317.655000', '151318.115000', '151318.575000', '151319.035000', '151319.495000', '151319.955000', '151320.415000', '151320.875000', '151321.335000', '151321.795000', '151322.255000', '151322.715000', '151323.175000', '151323.635000', '151324.095000', '151324.555000', '151325.015000', '151325.475000', '151325.935000', '151326.395000', '151326.855000', '151327.315000', '151327.775000', '151328.235000', '151328.695000', '151329.155000', '151329.615000', '151330.075000', '151330.535000', '151330.995000', '151331.455000', '151331.915000', '151332.375000', '151332.835000', '151333.295000', '151333.755000', '151334.215000', '151334.675000', '151335.135000', '151335.595000', '151336.055000', '151336.515000', '151336.975000', '151337.435000', '151337.895000', '151338.355000', '151338.815000', '151339.275000', '151339.735000', '151340.195000', '151340.655000', '151341.115000', '151341.575000', '151342.035000', '151342.495000', '151342.955000', '151343.415000', '151343.875000', '151344.335000', '151344.795000', '151345.255000', '151345.715000', '151346.175000', '151346.635000', '151347.095000', '151347.555000', '151348.015000', '151348.475000', '151348.935000', '151349.395000', '151349.855000', '151350.315000', '151350.775000', '151351.235000', '151351.695000', '151352.155000', '151352.615000', '151353.075000', '151353.535000', '151353.995000', '151354.455000', '151354.915000', '151355.375000', '151355.835000', '151356.295000', '151356.755000', '151357.215000', '151357.675000', '151358.135000', '151358.595000', '151359.055000', '151359.515000', '151359.975000', '151400.435000', '151400.895000', '151401.355000', '151401.815000', '151402.275000', '151402.735000', '151403.195000', '151403.655000', '151404.115000', '151404.575000', '151405.035000', '151405.495000', '151405.955000', '151406.415000', '151406.875000', '151407.335000', '151407.795000', '151408.255000', '151408.715000', '151409.175000', '151409.635000', '151410.095000', '151410.555000', '151411.015000', '151411.475000', '151411.935000', '151412.395000', '151412.855000', '151413.315000', '151413.775000', '151414.235000', '151414.695000', '151415.155000', '151415.615000', '151416.075000', '151416.535000', '151416.995000', '151417.455000', '151417.915000', '151418.375000', '151418.835000', '151419.295000', '151419.755000', '151420.215000', '151420.675000', '151421.135000', '151421.595000', '151422.055000', '151422.515000', '151422.975000', '151423.435000', '151423.895000', '151424.355000', '151424.815000', '151425.275000', '151425.735000', '151426.195000', '151426.655000', '151427.115000', '151427.575000', '151428.035000', '151428.495000', '151428.955000', '151429.415000', '151429.875000', '151430.335000', '151430.795000', '151431.255000', '151431.715000', '151432.175000', '151432.635000', '151433.095000', '151433.555000', '151434.015000', '151434.475000', '151434.935000', '151435.395000', '151435.855000', '151436.315000', '151436.775000', '151437.235000', '151437.695000', '151438.155000', '151438.615000', '151439.075000', '151439.535000', '151439.995000', '151440.455000', '151440.915000', '151441.375000', '151441.835000', '151442.295000', '151442.755000', '151443.215000', '151443.675000', '151444.135000', '151444.595000', '151445.055000', '151445.515000', '151445.975000', '151446.435000', '151446.895000', '151447.355000', '151447.815000', '151448.275000', '151448.735000', '151449.195000', '151449.655000', '151450.115000', '151450.575000', '151451.035000', '151451.495000', '151451.955000', '151452.415000', '151452.875000', '151453.335000', '151453.795000', '151454.255000', '151454.715000', '151455.175000', '151455.635000', '151456.095000', '151456.555000', '151457.015000', '151457.475000', '151457.935000', '151458.395000', '151458.855000', '151459.315000', '151459.775000', '151500.235000', '151500.695000', '151501.155000', '151501.615000', '151502.075000', '151502.535000', '151502.995000', '151503.455000', '151503.915000', '151504.375000', '151504.835000', '151505.295000', '151505.755000', '151506.215000', '151506.675000', '151507.135000', '151507.595000', '151508.055000', '151508.515000', '151508.975000', '151509.435000', '151509.895000', '151510.355000', '151510.815000', '151511.275000', '151511.735000', '151512.195000', '151512.655000'], 'ContentTime': ['150850.735000', '150850.739000', '150850.742000', '150850.745000', '150850.747000', '150850.750000', '150850.753000', '150850.756000', '150850.780000', '150850.783000', '150850.786000', '150850.788000', '150850.791000', '150850.794000', '150850.796000', '150850.799000', '150850.801000', '150850.804000', '150850.807000', '150850.809000', '150850.812000', '150850.815000', '150850.818000', '150850.820000', '150850.823000', '150850.827000', '150850.830000', '150850.832000', '150850.835000', '150850.838000', '150850.840000', '150850.843000', '150850.845000', '150850.848000', '150850.850000', '150850.853000', '150850.856000', '150910.696000', '150910.699000', '150910.702000', '150910.704000', '150910.707000', '150910.710000', '150910.712000', '150910.715000', '150910.717000', '150910.720000', '150910.722000', '150910.725000', '150910.728000', '150910.730000', '150910.733000', '150910.735000', '150910.738000', '150910.740000', '150910.743000', '150910.746000', '150910.748000', '150910.751000', '150910.753000', '150910.756000', '150910.758000', '150910.761000', '150910.763000', '150910.766000', '150910.769000', '150910.771000', '150910.774000', '150910.776000', '150910.779000', '150910.782000', '150910.785000', '150910.787000', '150910.790000', '150910.793000', '150910.795000', '150910.798000', '150910.800000', '150910.803000', '150910.805000', '150910.808000', '150930.696000', '150930.699000', '150930.702000', '150930.705000', '150930.707000', '150930.710000', '150930.712000', '150930.715000', '150930.717000', '150930.720000', '150930.723000', '150930.725000', '150930.728000', '150930.730000', '150930.733000', '150930.735000', '150930.738000', '150930.740000', '150930.743000', '150930.746000', '150930.748000', '150930.751000', '150930.753000', '150930.756000', '150930.758000', '150930.761000', '150930.764000', '150930.766000', '150930.769000', '150930.771000', '150930.774000', '150930.776000', '150930.779000', '150930.782000', '150930.785000', '150930.787000', '150930.790000', '150930.792000', '150930.801000', '150930.804000', '150930.806000', '150930.809000', '150930.812000', '150950.696000', '150950.699000', '150950.702000', '150950.705000', '150950.707000', '150950.710000', '150950.712000', '150950.715000', '150950.717000', '150950.720000', '150950.723000', '150950.725000', '150950.728000', '150950.730000', '150950.733000', '150950.735000', '150950.738000', '150950.741000', '150950.744000', '150950.746000', '150950.749000', '150950.752000', '150950.754000', '150950.757000', '150950.760000', '150950.762000', '150950.765000', '150950.768000', '150950.770000', '150950.773000', '150950.775000', '150950.778000', '150950.781000', '150950.783000', '150950.786000', '150950.789000', '150950.791000', '150950.794000', '150950.796000', '150950.799000', '150950.802000', '150950.804000', '150950.807000', '150950.809000', '151010.697000', '151010.700000', '151010.702000', '151010.705000', '151010.707000', '151010.710000', '151010.712000', '151010.715000', '151010.718000', '151010.720000', '151010.723000', '151010.725000', '151010.728000', '151010.730000', '151010.733000', '151010.736000', '151010.738000', '151010.741000', '151010.743000', '151010.746000', '151010.749000', '151010.752000', '151010.755000', '151010.758000', '151010.761000', '151010.763000', '151010.766000', '151010.768000', '151010.771000', '151010.774000', '151010.776000', '151010.779000', '151010.781000', '151010.784000', '151010.787000', '151010.789000', '151010.792000', '151010.794000', '151010.798000', '151010.800000', '151010.803000', '151010.806000', '151010.808000', '151030.698000', '151030.700000', '151030.703000', '151030.706000', '151030.709000', '151030.711000', '151030.714000', '151030.717000', '151030.720000', '151030.722000', '151030.725000', '151030.727000', '151030.730000', '151030.732000', '151030.735000', '151030.738000', '151030.740000', '151030.743000', '151030.748000', '151030.751000', '151030.753000', '151030.756000', '151030.758000', '151030.761000', '151030.763000', '151030.766000', '151030.769000', '151030.771000', '151030.774000', '151030.777000', '151030.779000', '151030.782000', '151030.785000', '151030.787000', '151030.790000', '151030.792000', '151030.795000', '151030.798000', '151030.800000', '151030.803000', '151030.805000', '151030.808000', '151030.811000', '151030.813000', '151050.696000', '151050.699000', '151050.702000', '151050.704000', '151050.707000', '151050.709000', '151050.712000', '151050.715000', '151050.717000', '151050.720000', '151050.722000', '151050.725000', '151050.728000', '151050.730000', '151050.733000', '151050.736000', '151050.738000', '151050.741000', '151050.743000', '151050.746000', '151050.749000', '151050.751000', '151050.754000', '151050.757000', '151050.759000', '151050.762000', '151050.765000', '151050.767000', '151050.770000', '151050.773000', '151050.775000', '151050.778000', '151050.781000', '151050.784000', '151050.787000', '151050.790000', '151050.792000', '151050.795000', '151050.798000', '151050.800000', '151050.803000', '151050.805000', '151050.808000', '151110.697000', '151110.699000', '151110.702000', '151110.705000', '151110.707000', '151110.710000', '151110.712000', '151110.715000', '151110.717000', '151110.720000', '151110.723000', '151110.725000', '151110.728000', '151110.731000', '151110.733000', '151110.736000', '151110.739000', '151110.741000', '151110.744000', '151110.746000', '151110.749000', '151110.752000', '151110.754000', '151110.757000', '151110.759000', '151110.762000', '151110.764000', '151110.767000', '151110.770000', '151110.772000', '151110.775000', '151110.778000', '151110.780000', '151110.783000', '151110.785000', '151110.788000', '151110.791000', '151110.793000', '151110.796000', '151110.798000', '151110.801000', '151110.804000', '151110.806000', '151110.809000', '151130.697000', '151130.699000', '151130.702000', '151130.705000', '151130.707000', '151130.710000', '151130.712000', '151130.715000', '151130.717000', '151130.720000', '151130.723000', '151130.725000', '151130.728000', '151130.731000', '151130.733000', '151130.736000', '151130.738000', '151130.741000', '151130.744000', '151130.746000', '151130.749000', '151130.751000', '151130.754000', '151130.756000', '151130.759000', '151130.762000', '151130.764000', '151130.767000', '151130.770000', '151130.773000', '151130.775000', '151130.778000', '151130.781000', '151130.784000', '151130.786000', '151130.789000', '151130.792000', '151130.794000', '151130.797000', '151130.799000', '151130.802000', '151130.805000', '151130.808000', '151150.697000', '151150.699000', '151150.702000', '151150.705000', '151150.707000', '151150.710000', '151150.712000', '151150.715000', '151150.718000', '151150.720000', '151150.723000', '151150.739000', '151150.741000', '151150.744000', '151150.747000', '151150.749000', '151150.752000', '151150.754000', '151150.757000', '151150.760000', '151150.762000', '151150.765000', '151150.767000', '151150.770000', '151150.773000', '151150.775000', '151150.778000', '151150.780000', '151150.783000', '151150.786000', '151150.788000', '151150.791000', '151150.794000', '151150.796000', '151150.799000', '151150.802000', '151150.805000', '151150.807000', '151150.810000', '151150.812000', '151150.895000', '151150.897000', '151150.900000', '151150.902000', '151210.697000', '151210.700000', '151210.702000', '151210.705000', '151210.707000', '151210.710000', '151210.713000', '151210.715000', '151210.718000', '151210.721000', '151210.723000', '151210.726000', '151210.729000', '151210.731000', '151210.734000', '151210.736000', '151210.739000', '151210.742000', '151210.744000', '151210.747000', '151210.749000', '151210.752000', '151210.755000', '151210.757000', '151210.760000', '151210.762000', '151210.765000', '151210.768000', '151210.770000', '151210.773000', '151210.775000', '151210.778000', '151210.781000', '151210.783000', '151210.786000', '151210.789000', '151210.791000', '151210.794000', '151210.796000', '151210.799000', '151210.802000', '151210.804000', '151210.807000', '151230.696000', '151230.699000', '151230.702000', '151230.705000', '151230.707000', '151230.710000', '151230.713000', '151230.716000', '151230.718000', '151230.721000', '151230.723000', '151230.726000', '151230.729000', '151230.731000', '151230.734000', '151230.737000', '151230.739000', '151230.742000', '151230.744000', '151230.747000', '151230.749000', '151230.752000', '151230.755000', '151230.757000', '151230.760000', '151230.763000', '151230.765000', '151230.768000', '151230.770000', '151230.773000', '151230.775000', '151230.778000', '151230.781000', '151230.783000', '151230.786000', '151230.789000', '151230.791000', '151230.794000', '151230.797000', '151230.799000', '151230.802000', '151230.805000', '151230.807000', '151250.697000', '151250.700000', '151250.703000', '151250.705000', '151250.708000', '151250.711000', '151250.713000', '151250.716000', '151250.718000', '151250.721000', '151250.724000', '151250.726000', '151250.729000', '151250.732000', '151250.734000', '151250.737000', '151250.739000', '151250.742000', '151250.745000', '151250.747000', '151250.750000', '151250.752000', '151250.755000', '151250.758000', '151250.760000', '151250.763000', '151250.766000', '151250.768000', '151250.771000', '151250.774000', '151250.776000', '151250.779000', '151250.781000', '151250.784000', '151250.786000', '151250.789000', '151250.792000', '151250.795000', '151250.798000', '151250.800000', '151250.803000', '151250.806000', '151250.808000', '151250.811000', '151310.696000', '151310.699000', '151310.702000', '151310.704000', '151310.707000', '151310.710000', '151310.712000', '151310.715000', '151310.718000', '151310.720000', '151310.723000', '151310.725000', '151310.728000', '151310.731000', '151310.733000', '151310.736000', '151310.738000', '151310.741000', '151310.743000', '151310.746000', '151310.749000', '151310.751000', '151310.754000', '151310.757000', '151310.759000', '151310.762000', '151310.764000', '151310.767000', '151310.770000', '151310.772000', '151310.775000', '151310.777000', '151310.780000', '151310.783000', '151310.785000', '151310.788000', '151310.823000', '151310.860000', '151310.863000', '151310.865000', '151310.868000', '151310.871000', '151310.873000', '151310.876000', '151330.697000', '151330.699000', '151330.702000', '151330.705000', '151330.707000', '151330.710000', '151330.712000', '151330.715000', '151330.718000', '151330.720000', '151330.723000', '151330.725000', '151330.728000', '151330.731000', '151330.733000', '151330.736000', '151330.738000', '151330.741000', '151330.744000', '151330.746000', '151330.749000', '151330.751000', '151330.754000', '151330.757000', '151330.760000', '151330.762000', '151330.765000', '151330.768000', '151330.770000', '151330.773000', '151330.775000', '151330.778000', '151330.780000', '151330.783000', '151330.786000', '151330.788000', '151330.791000', '151330.794000', '151330.796000', '151330.799000', '151330.801000', '151330.804000', '151330.806000', '151350.697000', '151350.699000', '151350.702000', '151350.705000', '151350.707000', '151350.710000', '151350.712000', '151350.715000', '151350.718000', '151350.721000', '151350.723000', '151350.726000', '151350.728000', '151350.731000', '151350.734000', '151350.736000', '151350.739000', '151350.742000', '151350.744000', '151350.747000', '151350.750000', '151350.752000', '151350.755000', '151350.757000', '151350.760000', '151350.763000', '151350.765000', '151350.768000', '151350.770000', '151350.773000', '151350.776000', '151350.778000', '151350.781000', '151350.783000', '151350.786000', '151350.789000', '151350.792000', '151350.794000', '151350.797000', '151350.799000', '151350.802000', '151350.805000', '151350.807000', '151350.810000', '151410.716000', '151410.719000', '151410.722000', '151410.725000', '151410.727000', '151410.730000', '151410.732000', '151410.735000', '151410.738000', '151410.740000', '151410.743000', '151410.745000', '151410.748000', '151410.751000', '151410.753000', '151410.756000', '151410.758000', '151410.761000', '151410.763000', '151410.766000', '151410.769000', '151410.771000', '151410.774000', '151410.777000', '151410.779000', '151410.782000', '151410.785000', '151410.787000', '151410.790000', '151410.792000', '151410.795000', '151410.798000', '151410.800000', '151410.803000', '151410.805000', '151410.810000', '151410.812000', '151410.866000', '151410.869000', '151410.872000', '151410.874000', '151410.877000', '151410.879000', '151430.697000', '151430.699000', '151430.702000', '151430.705000', '151430.707000', '151430.710000', '151430.713000', '151430.715000', '151430.718000', '151430.721000', '151430.723000', '151430.726000', '151430.729000', '151430.732000', '151430.734000', '151430.737000', '151430.739000', '151430.742000', '151430.745000', '151430.747000', '151430.750000', '151430.753000', '151430.755000', '151430.758000', '151430.760000', '151430.763000', '151430.766000', '151430.768000', '151430.771000', '151430.773000', '151430.776000', '151430.778000', '151430.781000', '151430.784000', '151430.786000', '151430.789000', '151430.792000', '151430.794000', '151430.797000', '151430.799000', '151430.802000', '151430.804000', '151430.807000', '151450.697000', '151450.700000', '151450.702000', '151450.705000', '151450.717000', '151450.719000', '151450.722000', '151450.725000', '151450.727000', '151450.730000', '151450.732000', '151450.735000', '151450.738000', '151450.740000', '151450.743000', '151450.745000', '151450.748000', '151450.750000', '151450.753000', '151450.756000', '151450.758000', '151450.761000', '151450.764000', '151450.766000', '151450.769000', '151450.771000', '151450.774000', '151450.776000', '151450.779000', '151450.782000', '151450.784000', '151450.787000', '151450.790000', '151450.792000', '151450.795000', '151450.797000', '151450.800000', '151450.803000', '151450.805000', '151450.808000', '151450.810000', '151450.813000', '151450.865000', '151450.868000', '151510.697000', '151510.699000', '151510.702000', '151510.705000', '151510.707000', '151510.710000', '151510.713000', '151510.717000', '151510.720000', '151510.723000', '151510.726000', '151510.728000', '151510.731000', '151510.734000', '151510.736000', '151510.739000', '151510.741000', '151510.744000', '151510.747000', '151510.749000', '151510.752000', '151510.754000', '151510.757000', '151510.760000', '151510.762000', '151510.765000', '151510.767000', '151510.770000', '151510.773000', '151510.775000', '151510.778000', '151510.781000', '151510.783000', '151510.786000', '151510.789000', '151510.791000', '151510.794000', '151510.796000', '151510.799000', '151510.801000', '151510.804000', '151510.807000', '151510.809000', '151514.348000', '151514.351000', '151514.354000', '151514.356000', '151514.359000', '151514.362000', '151514.364000', '151514.367000', '151514.370000'], 'InstanceCreationTime': ['150850.735000', '150850.739000', '150850.742000', '150850.745000', '150850.747000', '150850.750000', '150850.753000', '150850.756000', '150850.780000', '150850.783000', '150850.786000', '150850.788000', '150850.791000', '150850.794000', '150850.796000', '150850.799000', '150850.801000', '150850.804000', '150850.807000', '150850.809000', '150850.812000', '150850.815000', '150850.818000', '150850.820000', '150850.823000', '150850.827000', '150850.830000', '150850.832000', '150850.835000', '150850.838000', '150850.840000', '150850.843000', '150850.845000', '150850.848000', '150850.850000', '150850.853000', '150850.856000', '150910.696000', '150910.699000', '150910.702000', '150910.704000', '150910.707000', '150910.710000', '150910.712000', '150910.715000', '150910.717000', '150910.720000', '150910.722000', '150910.725000', '150910.728000', '150910.730000', '150910.733000', '150910.735000', '150910.738000', '150910.740000', '150910.743000', '150910.746000', '150910.748000', '150910.751000', '150910.753000', '150910.756000', '150910.758000', '150910.761000', '150910.763000', '150910.766000', '150910.769000', '150910.771000', '150910.774000', '150910.776000', '150910.779000', '150910.782000', '150910.785000', '150910.787000', '150910.790000', '150910.793000', '150910.795000', '150910.798000', '150910.800000', '150910.803000', '150910.805000', '150910.808000', '150930.696000', '150930.699000', '150930.702000', '150930.705000', '150930.707000', '150930.710000', '150930.712000', '150930.715000', '150930.717000', '150930.720000', '150930.723000', '150930.725000', '150930.728000', '150930.730000', '150930.733000', '150930.735000', '150930.738000', '150930.740000', '150930.743000', '150930.746000', '150930.748000', '150930.751000', '150930.753000', '150930.756000', '150930.758000', '150930.761000', '150930.764000', '150930.766000', '150930.769000', '150930.771000', '150930.774000', '150930.776000', '150930.779000', '150930.782000', '150930.785000', '150930.787000', '150930.790000', '150930.792000', '150930.801000', '150930.804000', '150930.806000', '150930.809000', '150930.812000', '150950.696000', '150950.699000', '150950.702000', '150950.705000', '150950.707000', '150950.710000', '150950.712000', '150950.715000', '150950.717000', '150950.720000', '150950.723000', '150950.725000', '150950.728000', '150950.730000', '150950.733000', '150950.735000', '150950.738000', '150950.741000', '150950.744000', '150950.746000', '150950.749000', '150950.752000', '150950.754000', '150950.757000', '150950.760000', '150950.762000', '150950.765000', '150950.768000', '150950.770000', '150950.773000', '150950.775000', '150950.778000', '150950.781000', '150950.783000', '150950.786000', '150950.789000', '150950.791000', '150950.794000', '150950.796000', '150950.799000', '150950.802000', '150950.804000', '150950.807000', '150950.809000', '151010.697000', '151010.700000', '151010.702000', '151010.705000', '151010.707000', '151010.710000', '151010.712000', '151010.715000', '151010.718000', '151010.720000', '151010.723000', '151010.725000', '151010.728000', '151010.730000', '151010.733000', '151010.736000', '151010.738000', '151010.741000', '151010.743000', '151010.746000', '151010.749000', '151010.752000', '151010.755000', '151010.758000', '151010.761000', '151010.763000', '151010.766000', '151010.768000', '151010.771000', '151010.774000', '151010.776000', '151010.779000', '151010.781000', '151010.784000', '151010.787000', '151010.789000', '151010.792000', '151010.794000', '151010.798000', '151010.800000', '151010.803000', '151010.806000', '151010.808000', '151030.698000', '151030.700000', '151030.703000', '151030.706000', '151030.709000', '151030.711000', '151030.714000', '151030.717000', '151030.720000', '151030.722000', '151030.725000', '151030.727000', '151030.730000', '151030.732000', '151030.735000', '151030.738000', '151030.740000', '151030.743000', '151030.748000', '151030.751000', '151030.753000', '151030.756000', '151030.758000', '151030.761000', '151030.763000', '151030.766000', '151030.769000', '151030.771000', '151030.774000', '151030.777000', '151030.779000', '151030.782000', '151030.785000', '151030.787000', '151030.790000', '151030.792000', '151030.795000', '151030.798000', '151030.800000', '151030.803000', '151030.805000', '151030.808000', '151030.811000', '151030.813000', '151050.696000', '151050.699000', '151050.702000', '151050.704000', '151050.707000', '151050.709000', '151050.712000', '151050.715000', '151050.717000', '151050.720000', '151050.722000', '151050.725000', '151050.728000', '151050.730000', '151050.733000', '151050.736000', '151050.738000', '151050.741000', '151050.743000', '151050.746000', '151050.749000', '151050.751000', '151050.754000', '151050.757000', '151050.759000', '151050.762000', '151050.765000', '151050.767000', '151050.770000', '151050.773000', '151050.775000', '151050.778000', '151050.781000', '151050.784000', '151050.787000', '151050.790000', '151050.792000', '151050.795000', '151050.798000', '151050.800000', '151050.803000', '151050.805000', '151050.808000', '151110.697000', '151110.699000', '151110.702000', '151110.705000', '151110.707000', '151110.710000', '151110.712000', '151110.715000', '151110.717000', '151110.720000', '151110.723000', '151110.725000', '151110.728000', '151110.731000', '151110.733000', '151110.736000', '151110.739000', '151110.741000', '151110.744000', '151110.746000', '151110.749000', '151110.752000', '151110.754000', '151110.757000', '151110.759000', '151110.762000', '151110.764000', '151110.767000', '151110.770000', '151110.772000', '151110.775000', '151110.778000', '151110.780000', '151110.783000', '151110.785000', '151110.788000', '151110.791000', '151110.793000', '151110.796000', '151110.798000', '151110.801000', '151110.804000', '151110.806000', '151110.809000', '151130.697000', '151130.699000', '151130.702000', '151130.705000', '151130.707000', '151130.710000', '151130.712000', '151130.715000', '151130.717000', '151130.720000', '151130.723000', '151130.725000', '151130.728000', '151130.731000', '151130.733000', '151130.736000', '151130.738000', '151130.741000', '151130.744000', '151130.746000', '151130.749000', '151130.751000', '151130.754000', '151130.756000', '151130.759000', '151130.762000', '151130.764000', '151130.767000', '151130.770000', '151130.773000', '151130.775000', '151130.778000', '151130.781000', '151130.784000', '151130.786000', '151130.789000', '151130.792000', '151130.794000', '151130.797000', '151130.799000', '151130.802000', '151130.805000', '151130.808000', '151150.697000', '151150.699000', '151150.702000', '151150.705000', '151150.707000', '151150.710000', '151150.712000', '151150.715000', '151150.718000', '151150.720000', '151150.723000', '151150.739000', '151150.741000', '151150.744000', '151150.747000', '151150.749000', '151150.752000', '151150.754000', '151150.757000', '151150.760000', '151150.762000', '151150.765000', '151150.767000', '151150.770000', '151150.773000', '151150.775000', '151150.778000', '151150.780000', '151150.783000', '151150.786000', '151150.788000', '151150.791000', '151150.794000', '151150.796000', '151150.799000', '151150.802000', '151150.805000', '151150.807000', '151150.810000', '151150.812000', '151150.895000', '151150.897000', '151150.900000', '151150.902000', '151210.697000', '151210.700000', '151210.702000', '151210.705000', '151210.707000', '151210.710000', '151210.713000', '151210.715000', '151210.718000', '151210.721000', '151210.723000', '151210.726000', '151210.729000', '151210.731000', '151210.734000', '151210.736000', '151210.739000', '151210.742000', '151210.744000', '151210.747000', '151210.749000', '151210.752000', '151210.755000', '151210.757000', '151210.760000', '151210.762000', '151210.765000', '151210.768000', '151210.770000', '151210.773000', '151210.775000', '151210.778000', '151210.781000', '151210.783000', '151210.786000', '151210.789000', '151210.791000', '151210.794000', '151210.796000', '151210.799000', '151210.802000', '151210.804000', '151210.807000', '151230.696000', '151230.699000', '151230.702000', '151230.705000', '151230.707000', '151230.710000', '151230.713000', '151230.716000', '151230.718000', '151230.721000', '151230.723000', '151230.726000', '151230.729000', '151230.731000', '151230.734000', '151230.737000', '151230.739000', '151230.742000', '151230.744000', '151230.747000', '151230.749000', '151230.752000', '151230.755000', '151230.757000', '151230.760000', '151230.763000', '151230.765000', '151230.768000', '151230.770000', '151230.773000', '151230.775000', '151230.778000', '151230.781000', '151230.783000', '151230.786000', '151230.789000', '151230.791000', '151230.794000', '151230.797000', '151230.799000', '151230.802000', '151230.805000', '151230.807000', '151250.697000', '151250.700000', '151250.703000', '151250.705000', '151250.708000', '151250.711000', '151250.713000', '151250.716000', '151250.718000', '151250.721000', '151250.724000', '151250.726000', '151250.729000', '151250.732000', '151250.734000', '151250.737000', '151250.739000', '151250.742000', '151250.745000', '151250.747000', '151250.750000', '151250.752000', '151250.755000', '151250.758000', '151250.760000', '151250.763000', '151250.766000', '151250.768000', '151250.771000', '151250.774000', '151250.776000', '151250.779000', '151250.781000', '151250.784000', '151250.786000', '151250.789000', '151250.792000', '151250.795000', '151250.798000', '151250.800000', '151250.803000', '151250.806000', '151250.808000', '151250.811000', '151310.696000', '151310.699000', '151310.702000', '151310.704000', '151310.707000', '151310.710000', '151310.712000', '151310.715000', '151310.718000', '151310.720000', '151310.723000', '151310.725000', '151310.728000', '151310.731000', '151310.733000', '151310.736000', '151310.738000', '151310.741000', '151310.743000', '151310.746000', '151310.749000', '151310.751000', '151310.754000', '151310.757000', '151310.759000', '151310.762000', '151310.764000', '151310.767000', '151310.770000', '151310.772000', '151310.775000', '151310.777000', '151310.780000', '151310.783000', '151310.785000', '151310.788000', '151310.823000', '151310.860000', '151310.863000', '151310.865000', '151310.868000', '151310.871000', '151310.873000', '151310.876000', '151330.697000', '151330.699000', '151330.702000', '151330.705000', '151330.707000', '151330.710000', '151330.712000', '151330.715000', '151330.718000', '151330.720000', '151330.723000', '151330.725000', '151330.728000', '151330.731000', '151330.733000', '151330.736000', '151330.738000', '151330.741000', '151330.744000', '151330.746000', '151330.749000', '151330.751000', '151330.754000', '151330.757000', '151330.760000', '151330.762000', '151330.765000', '151330.768000', '151330.770000', '151330.773000', '151330.775000', '151330.778000', '151330.780000', '151330.783000', '151330.786000', '151330.788000', '151330.791000', '151330.794000', '151330.796000', '151330.799000', '151330.801000', '151330.804000', '151330.806000', '151350.697000', '151350.699000', '151350.702000', '151350.705000', '151350.707000', '151350.710000', '151350.712000', '151350.715000', '151350.718000', '151350.721000', '151350.723000', '151350.726000', '151350.728000', '151350.731000', '151350.734000', '151350.736000', '151350.739000', '151350.742000', '151350.744000', '151350.747000', '151350.750000', '151350.752000', '151350.755000', '151350.757000', '151350.760000', '151350.763000', '151350.765000', '151350.768000', '151350.770000', '151350.773000', '151350.776000', '151350.778000', '151350.781000', '151350.783000', '151350.786000', '151350.789000', '151350.792000', '151350.794000', '151350.797000', '151350.799000', '151350.802000', '151350.805000', '151350.807000', '151350.810000', '151410.716000', '151410.719000', '151410.722000', '151410.725000', '151410.727000', '151410.730000', '151410.732000', '151410.735000', '151410.738000', '151410.740000', '151410.743000', '151410.745000', '151410.748000', '151410.751000', '151410.753000', '151410.756000', '151410.758000', '151410.761000', '151410.763000', '151410.766000', '151410.769000', '151410.771000', '151410.774000', '151410.777000', '151410.779000', '151410.782000', '151410.785000', '151410.787000', '151410.790000', '151410.792000', '151410.795000', '151410.798000', '151410.800000', '151410.803000', '151410.805000', '151410.810000', '151410.812000', '151410.866000', '151410.869000', '151410.872000', '151410.874000', '151410.877000', '151410.879000', '151430.697000', '151430.699000', '151430.702000', '151430.705000', '151430.707000', '151430.710000', '151430.713000', '151430.715000', '151430.718000', '151430.721000', '151430.723000', '151430.726000', '151430.729000', '151430.732000', '151430.734000', '151430.737000', '151430.739000', '151430.742000', '151430.745000', '151430.747000', '151430.750000', '151430.753000', '151430.755000', '151430.758000', '151430.760000', '151430.763000', '151430.766000', '151430.768000', '151430.771000', '151430.773000', '151430.776000', '151430.778000', '151430.781000', '151430.784000', '151430.786000', '151430.789000', '151430.792000', '151430.794000', '151430.797000', '151430.799000', '151430.802000', '151430.804000', '151430.807000', '151450.697000', '151450.700000', '151450.702000', '151450.705000', '151450.717000', '151450.719000', '151450.722000', '151450.725000', '151450.727000', '151450.730000', '151450.732000', '151450.735000', '151450.738000', '151450.740000', '151450.743000', '151450.745000', '151450.748000', '151450.750000', '151450.753000', '151450.756000', '151450.758000', '151450.761000', '151450.764000', '151450.766000', '151450.769000', '151450.771000', '151450.774000', '151450.776000', '151450.779000', '151450.782000', '151450.784000', '151450.787000', '151450.790000', '151450.792000', '151450.795000', '151450.797000', '151450.800000', '151450.803000', '151450.805000', '151450.808000', '151450.810000', '151450.813000', '151450.865000', '151450.868000', '151510.697000', '151510.699000', '151510.702000', '151510.705000', '151510.707000', '151510.710000', '151510.713000', '151510.717000', '151510.720000', '151510.723000', '151510.726000', '151510.728000', '151510.731000', '151510.734000', '151510.736000', '151510.739000', '151510.741000', '151510.744000', '151510.747000', '151510.749000', '151510.752000', '151510.754000', '151510.757000', '151510.760000', '151510.762000', '151510.765000', '151510.767000', '151510.770000', '151510.773000', '151510.775000', '151510.778000', '151510.781000', '151510.783000', '151510.786000', '151510.789000', '151510.791000', '151510.794000', '151510.796000', '151510.799000', '151510.801000', '151510.804000', '151510.807000', '151510.809000', '151514.348000', '151514.351000', '151514.354000', '151514.356000', '151514.359000', '151514.362000', '151514.364000', '151514.367000', '151514.370000'], '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': [11765, 14417, 10854, 13978, 11724, 13576, 10631, 13062, 9914, 12837, 10368, 12199, 12086, 11870, 11059, 11933, 9245, 12328, 9715, 12321, 10582, 12933, 11108, 10244, 12119, 10319, 13372, 10738, 13980, 11973, 13776, 12269, 13416, 11734, 16743, 14079, 13127, 13873, 13396, 11980, 13148, 13106, 12009, 15214, 14171, 13203, 15888, 14434, 15357, 16227, 14138, 16758, 14297, 14345, 13002, 14519, 12637, 13152, 13893, 12968, 11748, 12732, 14012, 13381, 14496, 13069, 13884, 14718, 17299, 14672, 12945, 13837, 14838, 13093, 15000, 13752, 11600, 14438, 13203, 11308, 13349, 14547, 13544, 13319, 14260, 14916, 14760, 14352, 13410, 15266, 14753, 14078, 14224, 14567, 14124, 13244, 15587, 14164, 13121, 13712, 12902, 13254, 12899, 12811, 13436, 13351, 11152, 13933, 12317, 14827, 13130, 12788, 13470, 13201, 13128, 11572, 14453, 12871, 11897, 13980, 11216, 10117, 12704, 10850, 9910, 13690, 11620, 11582, 13334, 11413, 17400, 13424, 15331, 13805, 13418, 14477, 11836, 14936, 13187, 12643, 13333, 13037, 13244, 13418, 12962, 12575, 13824, 14637, 12223, 13983, 13196, 14231, 12543, 16171, 15010, 18004, 16271, 14443, 17009, 12650, 11958, 13323, 11774, 16063, 17021, 18636, 18866, 18778, 13214, 11905, 15586, 12881, 14856, 14543, 14368, 14856, 14066, 12856, 14070, 12547, 13811, 13062, 14540, 12712, 12120, 12913, 11870, 12861, 13023, 11824, 12358, 11764, 12496, 12691, 12786, 12990, 11847, 12337, 11650, 12857, 11778, 13338, 11541, 12998, 11507, 14006, 11189, 11686, 11642, 9871, 10555, 12757, 9864, 11506, 11630, 9799, 11598, 13071, 10731, 12503, 13331, 12107, 16580, 12466, 13111, 13378, 12988, 14915, 14180, 12371, 13836, 12280, 11450, 12323, 12966, 11790, 12841, 13259, 10831, 12692, 14488, 11322, 12753, 14093, 12168, 16783, 11669, 15379, 11212, 12673, 13177, 12510, 11589, 11251, 12081, 12982, 12085, 12674, 11171, 12355, 12688, 11998, 12613, 12029, 12898, 12117, 13220, 12310, 11203, 10789, 12314, 11685, 10829, 13001, 13171, 10673, 12010, 12847, 12548, 14599, 12526, 13388, 12745, 12379, 14011, 12260, 12520, 12484, 12178, 12359, 11648, 12867, 12632, 10957, 12006, 11357, 11920, 12131, 11688, 12946, 11717, 14179, 13871, 12235, 15241, 13990, 16492, 11946, 15024, 12146, 12441, 13256, 12173, 13399, 11510, 13383, 11406, 13888, 11401, 11922, 11514, 11420, 11794, 11348, 11783, 12254, 12692, 12919, 13123, 13961, 10793, 11001, 12998, 9517, 10940, 12281, 11895, 10750, 11492, 11652, 12541, 13479, 12760, 14993, 13137, 15180, 12838, 16464, 12617, 13267, 13231, 12712, 14227, 13460, 12002, 13391, 13955, 10336, 12337, 13644, 12762, 11698, 12396, 13934, 12004, 15455, 12910, 12790, 14564, 12911, 14577, 12448, 16845, 13039, 15362, 13619, 12280, 13052, 12033, 13158, 13587, 13414, 13003, 12694, 12239, 12967, 11978, 11915, 12227, 12221, 11616, 13730, 11711, 11723, 11499, 12741, 11636, 13166, 11764, 12924, 11710, 13324, 12289, 15122, 11175, 9944, 12080, 9552, 10737, 12376, 11580, 11811, 10098, 12365, 11790, 15225, 11821, 15593, 12124, 16018, 11631, 16921, 12314, 12391, 13563, 12172, 14319, 12417, 11724, 14204, 11917, 12544, 13508, 11128, 12701, 12315, 11376, 12552, 14633, 12679, 12825, 14086, 13650, 13602, 14916, 17194, 20040, 17392, 15235, 16959, 13095, 13827, 12617, 13838, 13582, 12394, 13259, 13599, 13085, 12824, 12739, 13975, 14177, 12555, 13424, 14029, 13734, 14130, 14692, 13377, 14473, 13788, 12389, 13834, 13117, 14257, 12621, 13314, 13063, 13590, 13005, 11317, 12593, 11508, 12759, 12310, 13254, 12760, 10150, 11598, 11516, 12648, 12398, 10768, 11878, 11194, 13020, 12428, 12846, 11473, 11778, 13301, 10923, 12566, 11959, 12529, 12909, 14866, 12702, 12410, 15042, 13314, 13944, 13777, 12658, 15972, 13501, 13680, 14979, 13202, 15618, 14180, 13582, 14711, 13796, 15366, 12944, 14120, 12521, 14276, 13005, 14306, 13195, 13713, 13116, 14188, 13397, 12754, 14226, 10932, 12229, 11262, 12982, 11279, 12099, 10672, 11576, 12104, 12736, 11937, 13023, 11942, 13936, 11910, 15315, 13093, 15402, 13676, 12608, 14097, 13628, 14169, 13581, 14840, 13383, 15010, 13540, 12931, 13650, 13189, 13702, 13402, 14162, 12984, 13595, 12955, 13167, 12007, 12914, 12578, 13771, 12802, 14262, 13657, 15895, 13688, 16649, 13800, 16192, 13914, 15370, 13712, 14473, 13864, 11608, 11900, 11316, 12815, 12424, 13239, 13396, 14224, 13217, 12371, 13125, 12502, 16374, 12588, 12929, 15307, 13091, 13355, 12460, 11998, 14018, 12060, 12650, 13738, 13354, 14926, 14462, 12381, 14498, 12701, 13160, 14844, 13194, 12325, 12369, 12453, 11821, 12924, 13203, 13431, 13274, 12965, 13544, 14367, 13176, 13787, 13699, 12706, 13990, 12246, 12170, 12985, 13179, 12480, 12141, 13079, 12614, 12372, 12147, 12571, 11158, 12957, 13656, 10912, 12832, 12871, 11781, 12893, 12118, 11670, 12718, 12338, 11263, 13065, 13330, 11865, 12441, 13189, 12296, 13842, 13345, 10690, 13203, 12618, 11762, 13122, 14120, 13126, 15500, 11628, 13456, 14232, 12518, 13052, 12852, 13753, 14481, 11379, 12805, 14186, 12400, 15109, 11864, 15385, 12106, 12723, 12947, 13461, 13603, 12327, 12697, 11712, 13320, 13065, 13392, 14371, 11415, 14546, 14344, 13757, 13254, 13185, 14022, 14421, 12147, 13934, 12464, 13170, 13025, 13097, 13676, 12732, 12276, 12556, 13145, 13267, 11808, 12769, 12721, 12753, 12766, 11611, 12842, 12846, 13634, 14252, 12578, 12154, 12156, 13500, 13598, 13226, 12430, 12371, 12972, 10931, 12109, 12998, 13268, 13458, 12380, 12183, 12856, 13459, 13463, 13129, 12131, 14860, 13017, 12918, 11526, 12087, 12557, 12972, 12891, 10716, 11665, 12547, 9799, 10443, 11779, 12656, 12034, 14059, 13099, 12687, 12788, 12915, 14202, 12699, 16390, 13931, 14634, 13047, 13563, 13704, 13618, 13329, 11837, 13531, 13196, 11408, 13225, 13125, 12513, 13946, 14607, 12676, 16238, 12679, 15058, 15677, 13855, 18344, 14030, 14901, 16799, 12243, 14932, 12177, 13835, 12695, 12819, 13772, 12391, 13580, 13601, 13048, 12418, 14292, 13830, 12238, 13502, 15448, 13418, 12656, 14630, 12744, 16199, 12261, 15890, 11902, 13900, 13204, 13333, 13487, 11642, 13462, 13704, 12811, 12644, 12370, 12305, 12729, 13238, 12053, 16286, 12295, 16438, 12076, 15329, 12632, 13088, 12141, 13854, 13002, 12401, 13563, 12362, 14103, 13730, 13067, 12975, 12137, 13706, 14444, 12667, 14520], 'WindowCenter': [4917.0, 4918.0, 4863.0, 4883.0, 4858.0, 4868.0, 4837.0, 4854.0, 4813.0, 4856.0, 4824.0, 4846.0, 4843.0, 4856.0, 4844.0, 4857.0, 4827.0, 4867.0, 4839.0, 4869.0, 4863.0, 4881.0, 4875.0, 4853.0, 4882.0, 4863.0, 4895.0, 4865.0, 4909.0, 4874.0, 4885.0, 4900.0, 4881.0, 4859.0, 4901.0, 4870.0, 4857.0, 4852.0, 4846.0, 4824.0, 4833.0, 4845.0, 4846.0, 4875.0, 4867.0, 4857.0, 4874.0, 4855.0, 4852.0, 4851.0, 4829.0, 4848.0, 4867.0, 4868.0, 4839.0, 4835.0, 4800.0, 4822.0, 4860.0, 4822.0, 4803.0, 4812.0, 4824.0, 4825.0, 4836.0, 4828.0, 4839.0, 4850.0, 4857.0, 4836.0, 4815.0, 4825.0, 4835.0, 4825.0, 4846.0, 4839.0, 4819.0, 4846.0, 4840.0, 4810.0, 4839.0, 4863.0, 4866.0, 4895.0, 4867.0, 4848.0, 4850.0, 4837.0, 4827.0, 4837.0, 4837.0, 4828.0, 4812.0, 4822.0, 4811.0, 4826.0, 4875.0, 4851.0, 4816.0, 4822.0, 4798.0, 4812.0, 4826.0, 4840.0, 4837.0, 4838.0, 4830.0, 4848.0, 4832.0, 4851.0, 4842.0, 4841.0, 4841.0, 4839.0, 4854.0, 4845.0, 4861.0, 4850.0, 4844.0, 4860.0, 4831.0, 4832.0, 4852.0, 4845.0, 4850.0, 4888.0, 4869.0, 4885.0, 4905.0, 4886.0, 4920.0, 4881.0, 4875.0, 4864.0, 4855.0, 4832.0, 4797.0, 4825.0, 4813.0, 4825.0, 4836.0, 4863.0, 4851.0, 4877.0, 4921.0, 4899.0, 4891.0, 4888.0, 4867.0, 4873.0, 4849.0, 4873.0, 4890.0, 4922.0, 4897.0, 4906.0, 4895.0, 4827.0, 4864.0, 4833.0, 4794.0, 4805.0, 4847.0, 4850.0, 4911.0, 4927.0, 4929.0, 4888.0, 4795.0, 4787.0, 4820.0, 4809.0, 4832.0, 4819.0, 4816.0, 4803.0, 4794.0, 4781.0, 4791.0, 4783.0, 4803.0, 4795.0, 4801.0, 4792.0, 4781.0, 4793.0, 4793.0, 4804.0, 4830.0, 4822.0, 4833.0, 4835.0, 4846.0, 4850.0, 4850.0, 4863.0, 4854.0, 4862.0, 4840.0, 4849.0, 4853.0, 4862.0, 4841.0, 4862.0, 4855.0, 4859.0, 4842.0, 4865.0, 4865.0, 4834.0, 4857.0, 4891.0, 4900.0, 4924.0, 4909.0, 4877.0, 4880.0, 4890.0, 4884.0, 4903.0, 4902.0, 4883.0, 4909.0, 4869.0, 4851.0, 4849.0, 4862.0, 4886.0, 4915.0, 4894.0, 4889.0, 4867.0, 4857.0, 4868.0, 4878.0, 4866.0, 4865.0, 4875.0, 4832.0, 4845.0, 4856.0, 4840.0, 4849.0, 4858.0, 4852.0, 4882.0, 4857.0, 4882.0, 4842.0, 4846.0, 4849.0, 4839.0, 4838.0, 4829.0, 4849.0, 4861.0, 4850.0, 4849.0, 4843.0, 4853.0, 4862.0, 4840.0, 4851.0, 4838.0, 4849.0, 4841.0, 4848.0, 4849.0, 4840.0, 4842.0, 4850.0, 4864.0, 4857.0, 4875.0, 4879.0, 4858.0, 4879.0, 4878.0, 4877.0, 4899.0, 4907.0, 4889.0, 4878.0, 4868.0, 4886.0, 4865.0, 4839.0, 4863.0, 4876.0, 4877.0, 4884.0, 4906.0, 4891.0, 4872.0, 4880.0, 4869.0, 4866.0, 4854.0, 4853.0, 4874.0, 4870.0, 4876.0, 4874.0, 4855.0, 4884.0, 4864.0, 4881.0, 4842.0, 4859.0, 4838.0, 4837.0, 4846.0, 4836.0, 4846.0, 4825.0, 4834.0, 4827.0, 4844.0, 4829.0, 4827.0, 4829.0, 4827.0, 4839.0, 4839.0, 4841.0, 4853.0, 4862.0, 4879.0, 4902.0, 4910.0, 4882.0, 4858.0, 4887.0, 4847.0, 4883.0, 4893.0, 4880.0, 4873.0, 4883.0, 4883.0, 4907.0, 4919.0, 4906.0, 4913.0, 4902.0, 4900.0, 4879.0, 4894.0, 4866.0, 4888.0, 4900.0, 4863.0, 4861.0, 4849.0, 4866.0, 4886.0, 4895.0, 4859.0, 4863.0, 4858.0, 4849.0, 4839.0, 4839.0, 4860.0, 4852.0, 4871.0, 4853.0, 4852.0, 4870.0, 4839.0, 4858.0, 4837.0, 4853.0, 4833.0, 4842.0, 4834.0, 4823.0, 4833.0, 4822.0, 4836.0, 4844.0, 4833.0, 4835.0, 4832.0, 4835.0, 4835.0, 4836.0, 4840.0, 4848.0, 4851.0, 4850.0, 4884.0, 4867.0, 4879.0, 4868.0, 4875.0, 4857.0, 4875.0, 4856.0, 4864.0, 4857.0, 4888.0, 4879.0, 4899.0, 4861.0, 4849.0, 4878.0, 4862.0, 4883.0, 4904.0, 4895.0, 4895.0, 4877.0, 4906.0, 4897.0, 4917.0, 4884.0, 4900.0, 4871.0, 4898.0, 4859.0, 4895.0, 4855.0, 4851.0, 4850.0, 4841.0, 4860.0, 4865.0, 4854.0, 4861.0, 4852.0, 4864.0, 4873.0, 4856.0, 4876.0, 4855.0, 4856.0, 4853.0, 4863.0, 4852.0, 4853.0, 4861.0, 4887.0, 4865.0, 4896.0, 4939.0, 4972.0, 4908.0, 4885.0, 4879.0, 4847.0, 4855.0, 4833.0, 4846.0, 4837.0, 4822.0, 4835.0, 4834.0, 4835.0, 4837.0, 4846.0, 4856.0, 4855.0, 4835.0, 4845.0, 4848.0, 4848.0, 4858.0, 4858.0, 4847.0, 4857.0, 4849.0, 4837.0, 4847.0, 4835.0, 4844.0, 4825.0, 4846.0, 4836.0, 4837.0, 4846.0, 4827.0, 4838.0, 4827.0, 4848.0, 4852.0, 4860.0, 4863.0, 4831.0, 4855.0, 4856.0, 4878.0, 4880.0, 4859.0, 4868.0, 4868.0, 4888.0, 4893.0, 4895.0, 4905.0, 4866.0, 4904.0, 4873.0, 4890.0, 4839.0, 4898.0, 4869.0, 4877.0, 4855.0, 4857.0, 4891.0, 4879.0, 4877.0, 4866.0, 4866.0, 4886.0, 4851.0, 4852.0, 4860.0, 4838.0, 4861.0, 4852.0, 4851.0, 4850.0, 4848.0, 4847.0, 4826.0, 4837.0, 4827.0, 4833.0, 4824.0, 4834.0, 4836.0, 4833.0, 4838.0, 4847.0, 4849.0, 4838.0, 4860.0, 4830.0, 4851.0, 4842.0, 4863.0, 4855.0, 4880.0, 4872.0, 4893.0, 4895.0, 4907.0, 4882.0, 4881.0, 4860.0, 4889.0, 4870.0, 4889.0, 4871.0, 4885.0, 4866.0, 4853.0, 4865.0, 4850.0, 4852.0, 4838.0, 4847.0, 4839.0, 4848.0, 4849.0, 4826.0, 4835.0, 4835.0, 4837.0, 4846.0, 4834.0, 4836.0, 4836.0, 4836.0, 4850.0, 4839.0, 4848.0, 4851.0, 4861.0, 4851.0, 4862.0, 4864.0, 4881.0, 4863.0, 4880.0, 4862.0, 4868.0, 4858.0, 4858.0, 4847.0, 4847.0, 4858.0, 4827.0, 4840.0, 4841.0, 4862.0, 4863.0, 4862.0, 4877.0, 4884.0, 4877.0, 4877.0, 4894.0, 4868.0, 4908.0, 4868.0, 4869.0, 4873.0, 4880.0, 4878.0, 4864.0, 4855.0, 4874.0, 4853.0, 4864.0, 4865.0, 4890.0, 4902.0, 4892.0, 4868.0, 4874.0, 4852.0, 4862.0, 4884.0, 4864.0, 4865.0, 4865.0, 4877.0, 4855.0, 4849.0, 4861.0, 4865.0, 4863.0, 4865.0, 4863.0, 4872.0, 4851.0, 4850.0, 4862.0, 4849.0, 4858.0, 4836.0, 4825.0, 4846.0, 4847.0, 4823.0, 4835.0, 4860.0, 4860.0, 4860.0, 4891.0, 4890.0, 4871.0, 4864.0, 4860.0, 4840.0, 4850.0, 4849.0, 4851.0, 4860.0, 4851.0, 4852.0, 4874.0, 4852.0, 4844.0, 4873.0, 4874.0, 4853.0, 4864.0, 4839.0, 4828.0, 4858.0, 4886.0, 4856.0, 4876.0, 4876.0, 4864.0, 4874.0, 4882.0, 4875.0, 4868.0, 4841.0, 4860.0, 4859.0, 4851.0, 4858.0, 4859.0, 4861.0, 4869.0, 4851.0, 4858.0, 4856.0, 4838.0, 4857.0, 4837.0, 4854.0, 4835.0, 4833.0, 4833.0, 4844.0, 4843.0, 4835.0, 4832.0, 4824.0, 4843.0, 4844.0, 4845.0, 4856.0, 4839.0, 4857.0, 4857.0, 4858.0, 4846.0, 4857.0, 4869.0, 4867.0, 4848.0, 4855.0, 4838.0, 4845.0, 4862.0, 4863.0, 4858.0, 4859.0, 4847.0, 4848.0, 4859.0, 4848.0, 4836.0, 4848.0, 4848.0, 4848.0, 4849.0, 4842.0, 4863.0, 4874.0, 4886.0, 4873.0, 4864.0, 4853.0, 4852.0, 4860.0, 4860.0, 4871.0, 4862.0, 4863.0, 4872.0, 4854.0, 4868.0, 4886.0, 4876.0, 4887.0, 4876.0, 4877.0, 4877.0, 4887.0, 4886.0, 4875.0, 4865.0, 4884.0, 4875.0, 4861.0, 4851.0, 4862.0, 4862.0, 4886.0, 4874.0, 4856.0, 4867.0, 4889.0, 4862.0, 4871.0, 4894.0, 4914.0, 4891.0, 4914.0, 4901.0, 4904.0, 4879.0, 4890.0, 4875.0, 4868.0, 4897.0, 4890.0, 4873.0, 4860.0, 4857.0, 4857.0, 4858.0, 4856.0, 4837.0, 4857.0, 4858.0, 4853.0, 4874.0, 4873.0, 4875.0, 4884.0, 4884.0, 4874.0, 4895.0, 4864.0, 4871.0, 4871.0, 4859.0, 4888.0, 4858.0, 4859.0, 4907.0, 4863.0, 4869.0, 4837.0, 4830.0, 4823.0, 4821.0, 4845.0, 4837.0, 4845.0, 4846.0, 4862.0, 4860.0, 4868.0, 4869.0, 4851.0, 4860.0, 4881.0, 4861.0, 4849.0, 4859.0, 4839.0, 4856.0, 4829.0, 4855.0, 4825.0, 4835.0, 4833.0, 4833.0, 4844.0, 4827.0, 4846.0, 4856.0, 4860.0, 4850.0, 4851.0, 4849.0, 4863.0, 4861.0, 4853.0, 4868.0, 4851.0, 4878.0, 4839.0, 4868.0, 4836.0, 4835.0, 4835.0, 4870.0, 4860.0, 4861.0, 4870.0, 4875.0, 4887.0, 4872.0, 4861.0, 4860.0, 4862.0, 4872.0, 4883.0, 4875.0, 4872.0], 'WindowWidth': [10703.0, 10689.0, 10601.0, 10625.0, 10581.0, 10598.0, 10549.0, 10571.0, 10512.0, 10573.0, 10524.0, 10559.0, 10552.0, 10576.0, 10555.0, 10581.0, 10539.0, 10593.0, 10557.0, 10600.0, 10597.0, 10622.0, 10620.0, 10583.0, 10623.0, 10597.0, 10646.0, 10602.0, 10669.0, 10612.0, 10629.0, 10662.0, 10619.0, 10582.0, 10646.0, 10597.0, 10572.0, 10559.0, 10551.0, 10517.0, 10526.0, 10549.0, 10556.0, 10599.0, 10590.0, 10575.0, 10600.0, 10569.0, 10559.0, 10561.0, 10521.0, 10549.0, 10590.0, 10593.0, 10538.0, 10523.0, 10468.0, 10504.0, 10574.0, 10505.0, 10476.0, 10488.0, 10506.0, 10507.0, 10525.0, 10518.0, 10542.0, 10553.0, 10562.0, 10529.0, 10495.0, 10511.0, 10528.0, 10514.0, 10544.0, 10539.0, 10511.0, 10543.0, 10538.0, 10496.0, 10536.0, 10579.0, 10586.0, 10645.0, 10590.0, 10548.0, 10555.0, 10528.0, 10515.0, 10531.0, 10529.0, 10516.0, 10486.0, 10499.0, 10483.0, 10513.0, 10598.0, 10558.0, 10499.0, 10500.0, 10464.0, 10487.0, 10516.0, 10541.0, 10531.0, 10537.0, 10528.0, 10550.0, 10534.0, 10560.0, 10548.0, 10543.0, 10543.0, 10540.0, 10567.0, 10558.0, 10573.0, 10559.0, 10558.0, 10574.0, 10535.0, 10540.0, 10566.0, 10562.0, 10577.0, 10626.0, 10604.0, 10634.0, 10661.0, 10634.0, 10678.0, 10617.0, 10602.0, 10588.0, 10571.0, 10525.0, 10461.0, 10505.0, 10493.0, 10512.0, 10530.0, 10582.0, 10564.0, 10609.0, 10695.0, 10660.0, 10638.0, 10627.0, 10598.0, 10604.0, 10567.0, 10608.0, 10646.0, 10694.0, 10649.0, 10659.0, 10642.0, 10512.0, 10576.0, 10536.0, 10462.0, 10478.0, 10564.0, 10554.0, 10667.0, 10703.0, 10710.0, 10629.0, 10462.0, 10452.0, 10493.0, 10482.0, 10520.0, 10500.0, 10489.0, 10467.0, 10453.0, 10434.0, 10447.0, 10438.0, 10468.0, 10459.0, 10465.0, 10451.0, 10435.0, 10454.0, 10458.0, 10475.0, 10519.0, 10512.0, 10529.0, 10535.0, 10552.0, 10564.0, 10565.0, 10589.0, 10576.0, 10585.0, 10549.0, 10561.0, 10569.0, 10582.0, 10552.0, 10583.0, 10576.0, 10570.0, 10552.0, 10593.0, 10593.0, 10549.0, 10585.0, 10640.0, 10675.0, 10712.0, 10678.0, 10627.0, 10623.0, 10635.0, 10634.0, 10660.0, 10661.0, 10631.0, 10661.0, 10604.0, 10563.0, 10558.0, 10583.0, 10626.0, 10684.0, 10650.0, 10632.0, 10599.0, 10584.0, 10599.0, 10614.0, 10594.0, 10591.0, 10608.0, 10541.0, 10550.0, 10566.0, 10552.0, 10561.0, 10574.0, 10571.0, 10613.0, 10586.0, 10613.0, 10556.0, 10552.0, 10559.0, 10546.0, 10544.0, 10533.0, 10562.0, 10580.0, 10567.0, 10564.0, 10559.0, 10572.0, 10584.0, 10551.0, 10568.0, 10543.0, 10560.0, 10551.0, 10558.0, 10562.0, 10551.0, 10556.0, 10564.0, 10593.0, 10587.0, 10609.0, 10619.0, 10590.0, 10618.0, 10615.0, 10613.0, 10647.0, 10674.0, 10636.0, 10616.0, 10601.0, 10622.0, 10591.0, 10546.0, 10588.0, 10612.0, 10613.0, 10637.0, 10669.0, 10640.0, 10613.0, 10621.0, 10603.0, 10595.0, 10572.0, 10575.0, 10606.0, 10607.0, 10611.0, 10606.0, 10576.0, 10621.0, 10589.0, 10610.0, 10554.0, 10574.0, 10544.0, 10540.0, 10552.0, 10538.0, 10551.0, 10522.0, 10532.0, 10526.0, 10546.0, 10530.0, 10527.0, 10532.0, 10527.0, 10545.0, 10545.0, 10551.0, 10570.0, 10582.0, 10620.0, 10660.0, 10669.0, 10632.0, 10590.0, 10629.0, 10575.0, 10637.0, 10646.0, 10625.0, 10619.0, 10628.0, 10633.0, 10675.0, 10695.0, 10669.0, 10675.0, 10659.0, 10652.0, 10622.0, 10636.0, 10599.0, 10632.0, 10656.0, 10589.0, 10583.0, 10560.0, 10598.0, 10630.0, 10641.0, 10598.0, 10591.0, 10575.0, 10562.0, 10546.0, 10546.0, 10578.0, 10571.0, 10597.0, 10574.0, 10570.0, 10592.0, 10546.0, 10571.0, 10540.0, 10558.0, 10528.0, 10540.0, 10530.0, 10513.0, 10531.0, 10516.0, 10538.0, 10546.0, 10532.0, 10533.0, 10529.0, 10535.0, 10536.0, 10543.0, 10550.0, 10560.0, 10568.0, 10569.0, 10623.0, 10601.0, 10621.0, 10602.0, 10610.0, 10584.0, 10608.0, 10579.0, 10591.0, 10581.0, 10631.0, 10620.0, 10643.0, 10588.0, 10575.0, 10616.0, 10601.0, 10632.0, 10664.0, 10652.0, 10651.0, 10628.0, 10668.0, 10655.0, 10686.0, 10634.0, 10650.0, 10607.0, 10642.0, 10587.0, 10635.0, 10576.0, 10565.0, 10562.0, 10551.0, 10577.0, 10592.0, 10575.0, 10582.0, 10571.0, 10588.0, 10603.0, 10586.0, 10612.0, 10577.0, 10578.0, 10569.0, 10581.0, 10564.0, 10565.0, 10578.0, 10625.0, 10591.0, 10644.0, 10729.0, 10786.0, 10670.0, 10625.0, 10608.0, 10560.0, 10568.0, 10529.0, 10548.0, 10536.0, 10512.0, 10531.0, 10530.0, 10532.0, 10538.0, 10552.0, 10565.0, 10562.0, 10537.0, 10549.0, 10555.0, 10558.0, 10569.0, 10570.0, 10554.0, 10570.0, 10557.0, 10540.0, 10553.0, 10535.0, 10547.0, 10521.0, 10551.0, 10538.0, 10540.0, 10551.0, 10525.0, 10544.0, 10528.0, 10558.0, 10570.0, 10578.0, 10585.0, 10541.0, 10576.0, 10580.0, 10612.0, 10620.0, 10590.0, 10603.0, 10602.0, 10629.0, 10643.0, 10652.0, 10671.0, 10593.0, 10662.0, 10616.0, 10640.0, 10549.0, 10663.0, 10601.0, 10603.0, 10572.0, 10578.0, 10635.0, 10613.0, 10607.0, 10590.0, 10591.0, 10619.0, 10567.0, 10565.0, 10573.0, 10540.0, 10576.0, 10563.0, 10559.0, 10559.0, 10552.0, 10549.0, 10519.0, 10534.0, 10521.0, 10527.0, 10515.0, 10528.0, 10532.0, 10526.0, 10541.0, 10550.0, 10555.0, 10539.0, 10573.0, 10532.0, 10566.0, 10555.0, 10585.0, 10576.0, 10621.0, 10618.0, 10648.0, 10653.0, 10670.0, 10628.0, 10621.0, 10588.0, 10629.0, 10603.0, 10631.0, 10607.0, 10619.0, 10592.0, 10568.0, 10589.0, 10562.0, 10566.0, 10540.0, 10553.0, 10540.0, 10555.0, 10557.0, 10521.0, 10533.0, 10530.0, 10537.0, 10548.0, 10532.0, 10534.0, 10533.0, 10535.0, 10560.0, 10546.0, 10559.0, 10564.0, 10579.0, 10565.0, 10581.0, 10586.0, 10608.0, 10584.0, 10605.0, 10579.0, 10584.0, 10571.0, 10570.0, 10555.0, 10552.0, 10569.0, 10525.0, 10550.0, 10552.0, 10584.0, 10587.0, 10585.0, 10611.0, 10621.0, 10615.0, 10615.0, 10648.0, 10599.0, 10658.0, 10601.0, 10597.0, 10596.0, 10618.0, 10612.0, 10588.0, 10574.0, 10601.0, 10574.0, 10590.0, 10589.0, 10636.0, 10659.0, 10639.0, 10597.0, 10599.0, 10565.0, 10584.0, 10619.0, 10589.0, 10591.0, 10594.0, 10612.0, 10579.0, 10557.0, 10580.0, 10590.0, 10586.0, 10589.0, 10587.0, 10597.0, 10567.0, 10563.0, 10583.0, 10561.0, 10572.0, 10536.0, 10520.0, 10552.0, 10555.0, 10516.0, 10535.0, 10576.0, 10580.0, 10580.0, 10644.0, 10643.0, 10617.0, 10592.0, 10579.0, 10552.0, 10565.0, 10564.0, 10571.0, 10580.0, 10572.0, 10574.0, 10606.0, 10571.0, 10565.0, 10604.0, 10606.0, 10574.0, 10590.0, 10542.0, 10524.0, 10575.0, 10627.0, 10588.0, 10614.0, 10614.0, 10596.0, 10610.0, 10617.0, 10611.0, 10592.0, 10557.0, 10580.0, 10577.0, 10569.0, 10577.0, 10581.0, 10581.0, 10593.0, 10570.0, 10576.0, 10571.0, 10546.0, 10572.0, 10544.0, 10566.0, 10539.0, 10532.0, 10534.0, 10548.0, 10547.0, 10539.0, 10532.0, 10522.0, 10546.0, 10550.0, 10553.0, 10569.0, 10552.0, 10572.0, 10572.0, 10574.0, 10558.0, 10573.0, 10592.0, 10588.0, 10560.0, 10566.0, 10544.0, 10551.0, 10587.0, 10587.0, 10576.0, 10577.0, 10559.0, 10562.0, 10577.0, 10559.0, 10541.0, 10557.0, 10558.0, 10561.0, 10562.0, 10559.0, 10587.0, 10609.0, 10628.0, 10602.0, 10593.0, 10574.0, 10573.0, 10580.0, 10579.0, 10600.0, 10586.0, 10590.0, 10603.0, 10581.0, 10602.0, 10627.0, 10614.0, 10629.0, 10614.0, 10616.0, 10612.0, 10630.0, 10626.0, 10613.0, 10597.0, 10621.0, 10607.0, 10583.0, 10569.0, 10585.0, 10587.0, 10626.0, 10607.0, 10586.0, 10603.0, 10639.0, 10605.0, 10616.0, 10649.0, 10681.0, 10645.0, 10681.0, 10660.0, 10665.0, 10623.0, 10640.0, 10611.0, 10603.0, 10645.0, 10640.0, 10603.0, 10579.0, 10571.0, 10571.0, 10576.0, 10570.0, 10544.0, 10571.0, 10575.0, 10576.0, 10606.0, 10606.0, 10611.0, 10621.0, 10624.0, 10610.0, 10638.0, 10592.0, 10597.0, 10598.0, 10577.0, 10621.0, 10579.0, 10579.0, 10662.0, 10594.0, 10592.0, 10543.0, 10521.0, 10514.0, 10511.0, 10552.0, 10541.0, 10547.0, 10552.0, 10584.0, 10582.0, 10590.0, 10593.0, 10569.0, 10580.0, 10610.0, 10582.0, 10560.0, 10574.0, 10544.0, 10567.0, 10533.0, 10563.0, 10523.0, 10536.0, 10529.0, 10529.0, 10547.0, 10528.0, 10552.0, 10566.0, 10580.0, 10564.0, 10570.0, 10564.0, 10588.0, 10583.0, 10574.0, 10588.0, 10567.0, 10602.0, 10546.0, 10586.0, 10540.0, 10535.0, 10535.0, 10595.0, 10582.0, 10586.0, 10597.0, 10611.0, 10629.0, 10603.0, 10582.0, 10583.0, 10590.0, 10602.0, 10618.0, 10609.0, 10601.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.0051500574052812855</td></tr>
<tr><td colspan=3>aqi</td><td>0.051483041216991966</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.05932128719543</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.295181010413792</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.060449754425286</td></tr>
<tr><td colspan=3>efc</td><td>0.5041</td></tr>
<tr><td colspan=3>fber</td><td>4894.0015</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22290353956761266</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>314</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.05051664753157</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.345838405363731</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.215509492632683</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.636635391683168</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1853703317753417</td></tr>
<tr><td colspan=3>gcor</td><td>0.0255652</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010291298851370811</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04713457450270653</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.276746373139274</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>18.5534</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.4768</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.7189</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1121.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.7751</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1577</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.5462</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4042.0311</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.3622</td></tr>
<tr><td colspan=3>tsnr</td><td>28.913332025054842</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>