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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-03/func/sub-0116_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5529f4c483e76dc3dbe0d483df001071</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:17:30.010000</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.997774, -0.0662148, 0.00797191, 0.0645231, 0.988632, 0.135805]</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.259</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.0883897</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7913, -7204, 544, -175, -258, 315, 149]</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>237.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e8270819-e64a-43ad-b50b-ea2fe25290b8||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.6769535541534424, 0.17311081290245056, 0.04555869475007057, 102.24628448486328], [0.17764946818351746, 2.652428150177002, 0.3644682466983795, -118.98263549804688], [0.021388059481978416, -0.36435481905937195, 2.6748995780944824, -45.51960372924805], [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': ['151730.010000', '151730.470000', '151730.930000', '151731.390000', '151731.850000', '151732.310000', '151732.770000', '151733.230000', '151733.690000', '151734.150000', '151734.610000', '151735.070000', '151735.530000', '151735.990000', '151736.450000', '151736.910000', '151737.370000', '151737.830000', '151738.290000', '151738.750000', '151739.210000', '151739.670000', '151740.130000', '151740.590000', '151741.050000', '151741.510000', '151741.970000', '151742.430000', '151742.890000', '151743.350000', '151743.810000', '151744.270000', '151744.730000', '151745.190000', '151745.650000', '151746.110000', '151746.570000', '151747.030000', '151747.490000', '151747.950000', '151748.410000', '151748.870000', '151749.330000', '151749.790000', '151750.250000', '151750.710000', '151751.170000', '151751.630000', '151752.090000', '151752.550000', '151753.010000', '151753.470000', '151753.930000', '151754.390000', '151754.850000', '151755.310000', '151755.770000', '151756.230000', '151756.690000', '151757.150000', '151757.610000', '151758.070000', '151758.530000', '151758.990000', '151759.450000', '151759.910000', '151800.370000', '151800.830000', '151801.290000', '151801.750000', '151802.210000', '151802.670000', '151803.130000', '151803.590000', '151804.050000', '151804.510000', '151804.970000', '151805.430000', '151805.890000', '151806.350000', '151806.810000', '151807.270000', '151807.730000', '151808.190000', '151808.650000', '151809.110000', '151809.570000', '151810.030000', '151810.490000', '151810.950000', '151811.410000', '151811.870000', '151812.330000', '151812.790000', '151813.250000', '151813.710000', '151814.170000', '151814.630000', '151815.090000', '151815.550000', '151816.010000', '151816.470000', '151816.930000', '151817.390000', '151817.850000', '151818.310000', '151818.770000', '151819.230000', '151819.690000', '151820.150000', '151820.610000', '151821.070000', '151821.530000', '151821.990000', '151822.450000', '151822.910000', '151823.370000', '151823.830000', '151824.290000', '151824.750000', '151825.210000', '151825.670000', '151826.130000', '151826.590000', '151827.050000', '151827.510000', '151827.970000', '151828.430000', '151828.890000', '151829.350000', '151829.810000', '151830.270000', '151830.730000', '151831.190000', '151831.650000', '151832.110000', '151832.570000', '151833.030000', '151833.490000', '151833.950000', '151834.410000', '151834.870000', '151835.330000', '151835.790000', '151836.250000', '151836.710000', '151837.170000', '151837.630000', '151838.090000', '151838.550000', '151839.010000', '151839.470000', '151839.930000', '151840.390000', '151840.850000', '151841.310000', '151841.770000', '151842.230000', '151842.690000', '151843.150000', '151843.610000', '151844.070000', '151844.530000', '151844.990000', '151845.450000', '151845.910000', '151846.370000', '151846.830000', '151847.290000', '151847.750000', '151848.210000', '151848.670000', '151849.130000', '151849.590000', '151850.050000', '151850.510000', '151850.970000', '151851.430000', '151851.890000', '151852.350000', '151852.810000', '151853.270000', '151853.730000', '151854.190000', '151854.650000', '151855.110000', '151855.570000', '151856.030000', '151856.490000', '151856.950000', '151857.410000', '151857.870000', '151858.330000', '151858.790000', '151859.250000', '151859.710000', '151900.170000', '151900.630000', '151901.090000', '151901.550000', '151902.010000', '151902.470000', '151902.930000', '151903.390000', '151903.850000', '151904.310000', '151904.770000', '151905.230000', '151905.690000', '151906.150000', '151906.610000', '151907.070000', '151907.530000', '151907.990000', '151908.450000', '151908.910000', '151909.370000', '151909.830000', '151910.290000', '151910.750000', '151911.210000', '151911.670000', '151912.130000', '151912.590000', '151913.050000', '151913.510000', '151913.970000', '151914.430000', '151914.890000', '151915.350000', '151915.810000', '151916.270000', '151916.730000', '151917.190000', '151917.650000', '151918.110000', '151918.570000', '151919.030000', '151919.490000', '151919.950000', '151920.410000', '151920.870000', '151921.330000', '151921.790000', '151922.250000', '151922.710000', '151923.170000', '151923.630000', '151924.090000', '151924.550000', '151925.010000', '151925.470000', '151925.930000', '151926.390000', '151926.850000', '151927.310000', '151927.770000', '151928.230000', '151928.690000', '151929.150000', '151929.610000', '151930.070000', '151930.530000', '151930.990000', '151931.450000', '151931.910000', '151932.370000', '151932.830000', '151933.290000', '151933.750000', '151934.210000', '151934.670000', '151935.130000', '151935.590000', '151936.050000', '151936.510000', '151936.970000', '151937.430000', '151937.890000', '151938.350000', '151938.810000', '151939.270000', '151939.730000', '151940.190000', '151940.650000', '151941.110000', '151941.570000', '151942.030000', '151942.490000', '151942.950000', '151943.410000', '151943.870000', '151944.330000', '151944.790000', '151945.250000', '151945.710000', '151946.170000', '151946.630000', '151947.090000', '151947.550000', '151948.010000', '151948.470000', '151948.930000', '151949.390000', '151949.850000', '151950.310000', '151950.770000', '151951.230000', '151951.690000', '151952.150000', '151952.610000', '151953.070000', '151953.530000', '151953.990000', '151954.450000', '151954.910000', '151955.370000', '151955.830000', '151956.290000', '151956.750000', '151957.210000', '151957.670000', '151958.130000', '151958.590000', '151959.050000', '151959.510000', '151959.970000', '152000.430000', '152000.890000', '152001.350000', '152001.810000', '152002.270000', '152002.730000', '152003.190000', '152003.650000', '152004.110000', '152004.570000', '152005.030000', '152005.490000', '152005.950000', '152006.410000', '152006.870000', '152007.330000', '152007.790000', '152008.250000', '152008.710000', '152009.170000', '152009.630000', '152010.090000', '152010.550000', '152011.010000', '152011.470000', '152011.930000', '152012.390000', '152012.850000', '152013.310000', '152013.770000', '152014.230000', '152014.690000', '152015.150000', '152015.610000', '152016.070000', '152016.530000', '152016.990000', '152017.450000', '152017.910000', '152018.370000', '152018.830000', '152019.290000', '152019.750000', '152020.210000', '152020.670000', '152021.130000', '152021.590000', '152022.050000', '152022.510000', '152022.970000', '152023.430000', '152023.890000', '152024.350000', '152024.810000', '152025.270000', '152025.730000', '152026.190000', '152026.650000', '152027.110000', '152027.570000', '152028.030000', '152028.490000', '152028.950000', '152029.410000', '152029.870000', '152030.330000', '152030.790000', '152031.250000', '152031.710000', '152032.170000', '152032.630000', '152033.090000', '152033.550000', '152034.010000', '152034.470000', '152034.930000', '152035.390000', '152035.850000', '152036.310000', '152036.770000', '152037.230000', '152037.690000', '152038.150000', '152038.610000', '152039.070000', '152039.530000', '152039.990000', '152040.450000', '152040.910000', '152041.370000', '152041.830000', '152042.290000', '152042.750000', '152043.210000', '152043.670000', '152044.130000', '152044.590000', '152045.050000', '152045.510000', '152045.970000', '152046.430000', '152046.890000', '152047.350000', '152047.810000', '152048.270000', '152048.730000', '152049.190000', '152049.650000', '152050.110000', '152050.570000', '152051.030000', '152051.490000', '152051.950000', '152052.410000', '152052.870000', '152053.330000', '152053.790000', '152054.250000', '152054.710000', '152055.170000', '152055.630000', '152056.090000', '152056.550000', '152057.010000', '152057.470000', '152057.930000', '152058.390000', '152058.850000', '152059.310000', '152059.770000', '152100.230000', '152100.690000', '152101.150000', '152101.610000', '152102.070000', '152102.530000', '152102.990000', '152103.450000', '152103.910000', '152104.370000', '152104.830000', '152105.290000', '152105.750000', '152106.210000', '152106.670000', '152107.130000', '152107.590000', '152108.050000', '152108.510000', '152108.970000', '152109.430000', '152109.890000', '152110.350000', '152110.810000', '152111.270000', '152111.730000', '152112.190000', '152112.650000', '152113.110000', '152113.570000', '152114.030000', '152114.490000', '152114.950000', '152115.410000', '152115.870000', '152116.330000', '152116.790000', '152117.250000', '152117.710000', '152118.170000', '152118.630000', '152119.090000', '152119.550000', '152120.010000', '152120.470000', '152120.930000', '152121.390000', '152121.850000', '152122.310000', '152122.770000', '152123.230000', '152123.690000', '152124.150000', '152124.610000', '152125.070000', '152125.530000', '152125.990000', '152126.450000', '152126.910000', '152127.370000', '152127.830000', '152128.290000', '152128.750000', '152129.210000', '152129.670000', '152130.130000', '152130.590000', '152131.050000', '152131.510000', '152131.970000', '152132.430000', '152132.890000', '152133.350000', '152133.810000', '152134.270000', '152134.730000', '152135.190000', '152135.650000', '152136.110000', '152136.570000', '152137.030000', '152137.490000', '152137.950000', '152138.410000', '152138.870000', '152139.330000', '152139.790000', '152140.250000', '152140.710000', '152141.170000', '152141.630000', '152142.090000', '152142.550000', '152143.010000', '152143.470000', '152143.930000', '152144.390000', '152144.850000', '152145.310000', '152145.770000', '152146.230000', '152146.690000', '152147.150000', '152147.610000', '152148.070000', '152148.530000', '152148.990000', '152149.450000', '152149.910000', '152150.370000', '152150.830000', '152151.290000', '152151.750000', '152152.210000', '152152.670000', '152153.130000', '152153.590000', '152154.050000', '152154.510000', '152154.970000', '152155.430000', '152155.890000', '152156.350000', '152156.810000', '152157.270000', '152157.730000', '152158.190000', '152158.650000', '152159.110000', '152159.570000', '152200.030000', '152200.490000', '152200.950000', '152201.410000', '152201.870000', '152202.330000', '152202.790000', '152203.250000', '152203.710000', '152204.170000', '152204.630000', '152205.090000', '152205.550000', '152206.010000', '152206.470000', '152206.930000', '152207.390000', '152207.850000', '152208.310000', '152208.770000', '152209.230000', '152209.690000', '152210.150000', '152210.610000', '152211.070000', '152211.530000', '152211.990000', '152212.450000', '152212.910000', '152213.370000', '152213.830000', '152214.290000', '152214.750000', '152215.210000', '152215.670000', '152216.130000', '152216.590000', '152217.050000', '152217.510000', '152217.970000', '152218.430000', '152218.890000', '152219.350000', '152219.810000', '152220.270000', '152220.730000', '152221.190000', '152221.650000', '152222.110000', '152222.570000', '152223.030000', '152223.490000', '152223.950000', '152224.410000', '152224.870000', '152225.330000', '152225.790000', '152226.250000', '152226.710000', '152227.170000', '152227.630000', '152228.090000', '152228.550000', '152229.010000', '152229.470000', '152229.930000', '152230.390000', '152230.850000', '152231.310000', '152231.770000', '152232.230000', '152232.690000', '152233.150000', '152233.610000', '152234.070000', '152234.530000', '152234.990000', '152235.450000', '152235.910000', '152236.370000', '152236.830000', '152237.290000', '152237.750000', '152238.210000', '152238.670000', '152239.130000', '152239.590000', '152240.050000', '152240.510000', '152240.970000', '152241.430000', '152241.890000', '152242.350000', '152242.810000', '152243.270000', '152243.730000', '152244.190000', '152244.650000', '152245.110000', '152245.570000', '152246.030000', '152246.490000', '152246.950000', '152247.410000', '152247.870000', '152248.330000', '152248.790000', '152249.250000', '152249.710000', '152250.170000', '152250.630000', '152251.090000', '152251.550000', '152252.010000', '152252.470000', '152252.930000', '152253.390000', '152253.850000', '152254.310000', '152254.770000', '152255.230000', '152255.690000', '152256.150000', '152256.610000', '152257.070000', '152257.530000', '152257.990000', '152258.450000', '152258.910000', '152259.370000', '152259.830000', '152300.290000', '152300.750000', '152301.210000', '152301.670000', '152302.130000', '152302.590000', '152303.050000', '152303.510000', '152303.970000', '152304.430000', '152304.890000', '152305.350000', '152305.810000', '152306.270000', '152306.730000', '152307.190000', '152307.650000', '152308.110000', '152308.570000', '152309.030000', '152309.490000', '152309.950000', '152310.410000', '152310.870000', '152311.330000', '152311.790000', '152312.250000', '152312.710000', '152313.170000', '152313.630000', '152314.090000', '152314.550000', '152315.010000', '152315.470000', '152315.930000', '152316.390000', '152316.850000', '152317.310000', '152317.770000', '152318.230000', '152318.690000', '152319.150000', '152319.610000', '152320.070000', '152320.530000', '152320.990000', '152321.450000', '152321.910000', '152322.370000', '152322.830000', '152323.290000', '152323.750000', '152324.210000', '152324.670000', '152325.130000', '152325.590000', '152326.050000', '152326.510000', '152326.970000', '152327.430000', '152327.890000', '152328.350000', '152328.810000', '152329.270000', '152329.730000', '152330.190000', '152330.650000', '152331.110000', '152331.570000', '152332.030000', '152332.490000', '152332.950000', '152333.410000', '152333.870000', '152334.330000', '152334.790000', '152335.250000', '152335.710000', '152336.170000', '152336.630000', '152337.090000', '152337.550000', '152338.010000', '152338.470000', '152338.930000', '152339.390000', '152339.850000', '152340.310000', '152340.770000', '152341.230000', '152341.690000', '152342.150000', '152342.610000', '152343.070000', '152343.530000', '152343.990000', '152344.450000', '152344.910000', '152345.370000', '152345.830000', '152346.290000', '152346.750000', '152347.210000', '152347.670000', '152348.130000', '152348.590000', '152349.050000', '152349.510000', '152349.970000', '152350.430000', '152350.890000', '152351.350000', '152351.810000', '152352.270000', '152352.730000', '152353.190000', '152353.650000', '152354.110000', '152354.570000', '152355.030000', '152355.490000', '152355.950000', '152356.410000', '152356.870000', '152357.330000', '152357.790000', '152358.250000', '152358.710000', '152359.170000', '152359.630000', '152400.090000', '152400.550000', '152401.010000', '152401.470000', '152401.930000', '152402.390000', '152402.850000', '152403.310000', '152403.770000', '152404.230000', '152404.690000', '152405.150000', '152405.610000', '152406.070000', '152406.530000', '152406.990000', '152407.450000', '152407.910000', '152408.370000', '152408.830000', '152409.290000', '152409.750000', '152410.210000', '152410.670000'], 'ContentTime': ['151759.844000', '151759.853000', '151759.855000', '151759.858000', '151759.860000', '151759.863000', '151759.866000', '151759.868000', '151759.871000', '151759.873000', '151759.876000', '151759.878000', '151759.881000', '151759.884000', '151759.886000', '151759.889000', '151759.892000', '151759.894000', '151759.897000', '151759.899000', '151759.902000', '151759.905000', '151759.907000', '151759.910000', '151759.912000', '151759.915000', '151759.917000', '151759.920000', '151759.923000', '151759.925000', '151759.928000', '151759.930000', '151759.933000', '151759.936000', '151759.938000', '151759.941000', '151759.943000', '151759.946000', '151759.948000', '151759.951000', '151759.953000', '151759.961000', '151759.963000', '151759.966000', '151759.969000', '151759.971000', '151759.974000', '151759.976000', '151759.979000', '151759.981000', '151759.984000', '151759.987000', '151759.989000', '151759.992000', '151759.994000', '151759.997000', '151800.001000', '151800.003000', '151800.006000', '151800.008000', '151800.011000', '151800.014000', '151800.016000', '151819.811000', '151819.814000', '151819.817000', '151819.819000', '151819.822000', '151819.824000', '151819.827000', '151819.830000', '151819.832000', '151819.835000', '151819.837000', '151819.840000', '151819.843000', '151819.845000', '151819.848000', '151819.850000', '151819.853000', '151819.855000', '151819.858000', '151819.860000', '151819.863000', '151819.866000', '151819.868000', '151819.871000', '151819.873000', '151819.876000', '151819.879000', '151819.882000', '151819.885000', '151819.888000', '151819.891000', '151819.893000', '151819.896000', '151819.898000', '151819.901000', '151819.938000', '151819.940000', '151819.943000', '151819.945000', '151819.948000', '151819.951000', '151819.953000', '151819.963000', '151839.810000', '151839.813000', '151839.816000', '151839.818000', '151839.821000', '151839.823000', '151839.826000', '151839.829000', '151839.831000', '151839.834000', '151839.836000', '151839.839000', '151839.841000', '151839.844000', '151839.846000', '151839.849000', '151839.852000', '151839.854000', '151839.857000', '151839.859000', '151839.862000', '151839.864000', '151839.867000', '151839.870000', '151839.872000', '151839.875000', '151839.877000', '151839.880000', '151839.882000', '151839.885000', '151839.887000', '151839.890000', '151839.893000', '151839.895000', '151839.898000', '151839.900000', '151839.903000', '151839.905000', '151839.908000', '151839.911000', '151839.913000', '151839.916000', '151839.918000', '151839.921000', '151859.810000', '151859.813000', '151859.816000', '151859.818000', '151859.821000', '151859.824000', '151859.826000', '151859.829000', '151859.831000', '151859.834000', '151859.836000', '151859.839000', '151859.841000', '151859.844000', '151859.846000', '151859.849000', '151859.852000', '151859.854000', '151859.857000', '151859.859000', '151859.862000', '151859.865000', '151859.867000', '151859.870000', '151859.872000', '151859.875000', '151859.878000', '151859.881000', '151859.883000', '151859.886000', '151859.889000', '151859.891000', '151859.894000', '151859.896000', '151859.899000', '151859.902000', '151859.904000', '151859.907000', '151859.909000', '151859.912000', '151859.914000', '151859.917000', '151859.920000', '151919.811000', '151919.978000', '151919.981000', '151919.983000', '151919.986000', '151919.988000', '151919.991000', '151919.994000', '151919.996000', '151919.999000', '151920.001000', '151920.004000', '151920.006000', '151920.009000', '151920.012000', '151920.014000', '151920.017000', '151920.019000', '151920.022000', '151920.025000', '151920.027000', '151920.030000', '151920.032000', '151920.035000', '151920.037000', '151920.040000', '151920.043000', '151920.045000', '151920.048000', '151920.050000', '151920.053000', '151920.055000', '151920.058000', '151920.061000', '151920.063000', '151920.066000', '151920.068000', '151920.071000', '151920.074000', '151920.076000', '151920.079000', '151920.081000', '151920.084000', '151920.086000', '151939.810000', '151939.813000', '151939.816000', '151939.818000', '151939.821000', '151939.824000', '151939.826000', '151939.829000', '151939.831000', '151939.834000', '151939.836000', '151939.839000', '151939.842000', '151939.844000', '151939.847000', '151939.849000', '151939.852000', '151939.854000', '151939.857000', '151939.860000', '151939.862000', '151939.865000', '151939.868000', '151939.870000', '151939.873000', '151939.875000', '151939.878000', '151939.880000', '151939.883000', '151939.885000', '151939.888000', '151939.891000', '151939.893000', '151939.896000', '151939.898000', '151939.901000', '151939.904000', '151939.907000', '151939.910000', '151939.913000', '151939.916000', '151939.918000', '151939.921000', '151959.812000', '151959.815000', '151959.817000', '151959.820000', '151959.822000', '151959.825000', '151959.828000', '151959.830000', '151959.833000', '151959.835000', '151959.838000', '151959.841000', '151959.843000', '151959.846000', '151959.848000', '151959.851000', '151959.854000', '151959.856000', '151959.859000', '151959.862000', '151959.864000', '151959.867000', '151959.869000', '151959.872000', '151959.874000', '151959.877000', '151959.879000', '151959.882000', '151959.885000', '151959.888000', '151959.890000', '151959.932000', '151959.935000', '151959.937000', '151959.940000', '151959.942000', '151959.945000', '151959.947000', '151959.950000', '151959.953000', '151959.955000', '151959.958000', '151959.960000', '151959.963000', '152019.811000', '152019.814000', '152019.817000', '152019.820000', '152019.822000', '152019.825000', '152019.827000', '152019.830000', '152019.832000', '152019.835000', '152019.837000', '152019.840000', '152019.843000', '152019.845000', '152019.848000', '152019.851000', '152019.853000', '152019.856000', '152019.858000', '152019.861000', '152019.863000', '152019.866000', '152019.869000', '152019.871000', '152019.874000', '152019.876000', '152019.879000', '152019.881000', '152019.884000', '152019.886000', '152019.889000', '152019.892000', '152019.894000', '152019.897000', '152019.899000', '152019.902000', '152019.905000', '152019.908000', '152019.911000', '152019.914000', '152019.916000', '152019.919000', '152019.922000', '152039.811000', '152039.827000', '152039.830000', '152039.833000', '152039.835000', '152039.838000', '152039.840000', '152039.843000', '152039.845000', '152039.848000', '152039.851000', '152039.853000', '152039.856000', '152039.858000', '152039.861000', '152039.864000', '152039.867000', '152039.869000', '152039.872000', '152039.874000', '152039.877000', '152039.879000', '152039.882000', '152039.885000', '152039.887000', '152039.890000', '152039.892000', '152039.895000', '152039.897000', '152039.900000', '152039.903000', '152039.905000', '152039.908000', '152039.911000', '152039.913000', '152039.916000', '152039.918000', '152039.921000', '152039.924000', '152039.926000', '152039.929000', '152039.931000', '152039.934000', '152039.937000', '152059.810000', '152059.813000', '152059.816000', '152059.818000', '152059.821000', '152059.824000', '152059.826000', '152059.829000', '152059.831000', '152059.834000', '152059.836000', '152059.839000', '152059.841000', '152059.844000', '152059.847000', '152059.849000', '152059.852000', '152059.855000', '152059.857000', '152059.860000', '152059.862000', '152059.865000', '152059.867000', '152059.870000', '152059.873000', '152059.875000', '152059.878000', '152059.880000', '152059.883000', '152059.885000', '152059.888000', '152059.891000', '152059.893000', '152059.896000', '152059.899000', '152059.901000', '152059.904000', '152059.906000', '152059.909000', '152059.911000', '152059.914000', '152059.916000', '152059.919000', '152119.810000', '152119.813000', '152119.816000', '152119.819000', '152119.821000', '152119.824000', '152119.826000', '152119.829000', '152119.832000', '152119.834000', '152119.837000', '152119.839000', '152119.842000', '152119.845000', '152119.847000', '152119.850000', '152119.853000', '152119.855000', '152119.858000', '152119.860000', '152119.863000', '152119.865000', '152119.868000', '152119.871000', '152119.873000', '152119.876000', '152119.878000', '152119.881000', '152119.884000', '152119.886000', '152119.889000', '152119.892000', '152119.894000', '152119.897000', '152119.899000', '152119.902000', '152119.905000', '152119.907000', '152119.910000', '152119.912000', '152119.915000', '152119.918000', '152119.920000', '152119.923000', '152139.810000', '152139.865000', '152139.868000', '152139.870000', '152139.873000', '152139.875000', '152139.878000', '152139.880000', '152139.883000', '152139.886000', '152139.888000', '152139.896000', '152139.910000', '152139.913000', '152139.916000', '152139.918000', '152139.921000', '152139.923000', '152139.926000', '152139.929000', '152139.931000', '152139.934000', '152139.936000', '152139.939000', '152139.942000', '152139.944000', '152139.947000', '152139.950000', '152139.952000', '152139.955000', '152139.958000', '152139.960000', '152139.963000', '152139.965000', '152139.968000', '152139.971000', '152139.973000', '152139.976000', '152139.978000', '152139.981000', '152139.984000', '152139.986000', '152139.989000', '152159.811000', '152159.849000', '152159.852000', '152159.854000', '152159.857000', '152159.860000', '152159.862000', '152159.865000', '152159.867000', '152159.870000', '152159.872000', '152159.875000', '152159.878000', '152159.880000', '152159.883000', '152159.885000', '152159.888000', '152159.891000', '152159.893000', '152159.896000', '152159.898000', '152159.901000', '152159.904000', '152159.906000', '152159.909000', '152159.911000', '152159.914000', '152159.917000', '152159.919000', '152159.922000', '152159.925000', '152159.927000', '152159.930000', '152159.932000', '152159.935000', '152159.937000', '152159.940000', '152159.943000', '152159.945000', '152159.948000', '152159.950000', '152159.953000', '152159.956000', '152159.958000', '152219.812000', '152219.856000', '152219.858000', '152219.861000', '152219.863000', '152219.866000', '152219.869000', '152219.871000', '152219.874000', '152219.876000', '152219.879000', '152219.881000', '152219.884000', '152219.887000', '152219.889000', '152219.892000', '152219.895000', '152219.897000', '152219.900000', '152219.902000', '152219.905000', '152219.907000', '152219.910000', '152219.913000', '152219.915000', '152219.918000', '152219.920000', '152219.923000', '152219.926000', '152219.928000', '152219.931000', '152219.933000', '152219.936000', '152219.939000', '152219.941000', '152219.944000', '152219.946000', '152219.949000', '152219.952000', '152219.954000', '152219.957000', '152219.959000', '152219.962000', '152239.812000', '152239.831000', '152239.833000', '152239.836000', '152239.838000', '152239.841000', '152239.843000', '152239.846000', '152239.849000', '152239.851000', '152239.854000', '152239.856000', '152239.859000', '152239.862000', '152239.864000', '152239.867000', '152239.869000', '152239.872000', '152239.875000', '152239.877000', '152239.880000', '152239.882000', '152239.885000', '152239.888000', '152239.890000', '152239.893000', '152239.895000', '152239.898000', '152239.901000', '152239.903000', '152239.906000', '152239.909000', '152239.911000', '152239.914000', '152239.916000', '152239.919000', '152239.922000', '152239.924000', '152239.927000', '152239.930000', '152239.932000', '152239.935000', '152239.937000', '152239.940000', '152259.811000', '152259.840000', '152259.843000', '152259.845000', '152259.848000', '152259.850000', '152259.853000', '152259.855000', '152259.858000', '152259.861000', '152259.863000', '152259.866000', '152259.868000', '152259.871000', '152259.874000', '152259.876000', '152259.879000', '152259.881000', '152259.884000', '152259.886000', '152259.889000', '152259.892000', '152259.894000', '152259.897000', '152259.899000', '152259.902000', '152259.905000', '152259.907000', '152259.910000', '152259.913000', '152259.915000', '152259.918000', '152259.920000', '152259.927000', '152259.929000', '152259.932000', '152259.935000', '152259.972000', '152259.975000', '152259.977000', '152259.980000', '152259.982000', '152259.985000', '152319.810000', '152319.841000', '152319.844000', '152319.846000', '152319.849000', '152319.852000', '152319.854000', '152319.857000', '152319.859000', '152319.862000', '152319.865000', '152319.867000', '152319.870000', '152319.873000', '152319.875000', '152319.878000', '152319.880000', '152319.883000', '152319.886000', '152319.888000', '152319.891000', '152319.893000', '152319.896000', '152319.899000', '152319.901000', '152319.904000', '152319.906000', '152319.909000', '152319.912000', '152319.914000', '152319.917000', '152319.919000', '152319.922000', '152319.925000', '152319.927000', '152319.930000', '152319.932000', '152319.935000', '152319.938000', '152319.940000', '152319.943000', '152319.946000', '152319.950000', '152319.952000', '152339.810000', '152340.096000', '152340.099000', '152340.102000', '152340.104000', '152340.107000', '152340.109000', '152340.112000', '152340.115000', '152340.117000', '152340.120000', '152340.122000', '152340.125000', '152340.128000', '152340.130000', '152340.133000', '152340.135000', '152340.138000', '152340.140000', '152340.143000', '152340.145000', '152340.148000', '152340.151000', '152340.153000', '152340.156000', '152340.158000', '152340.161000', '152340.164000', '152340.166000', '152340.169000', '152340.171000', '152340.174000', '152340.176000', '152340.179000', '152340.182000', '152340.184000', '152340.187000', '152340.189000', '152340.192000', '152340.195000', '152340.197000', '152340.200000', '152340.202000', '152359.811000', '152359.889000', '152359.892000', '152359.894000', '152359.897000', '152359.900000', '152359.903000', '152359.905000', '152359.908000', '152359.910000', '152359.913000', '152359.916000', '152359.918000', '152359.921000', '152359.924000', '152359.926000', '152359.929000', '152359.931000', '152359.934000', '152359.936000', '152359.939000', '152359.942000', '152359.944000', '152359.947000', '152359.949000', '152359.952000', '152359.954000', '152359.957000', '152359.960000', '152359.962000', '152359.965000', '152359.967000', '152359.970000', '152359.972000', '152359.975000', '152359.978000', '152359.980000', '152359.983000', '152359.985000', '152359.988000', '152359.990000', '152359.993000', '152359.996000', '152411.750000', '152411.753000', '152411.756000', '152411.759000', '152411.761000', '152411.764000', '152411.767000', '152411.770000', '152411.773000', '152411.775000', '152411.778000', '152411.781000', '152411.784000', '152411.786000', '152411.789000', '152411.792000', '152411.795000', '152411.797000', '152411.800000', '152411.803000', '152411.806000', '152411.809000', '152411.811000', '152411.814000', '152411.817000', '152411.820000', '152411.826000'], 'InstanceCreationTime': ['151759.844000', '151759.853000', '151759.855000', '151759.858000', '151759.860000', '151759.863000', '151759.866000', '151759.868000', '151759.871000', '151759.873000', '151759.876000', '151759.878000', '151759.881000', '151759.884000', '151759.886000', '151759.889000', '151759.892000', '151759.894000', '151759.897000', '151759.899000', '151759.902000', '151759.905000', '151759.907000', '151759.910000', '151759.912000', '151759.915000', '151759.917000', '151759.920000', '151759.923000', '151759.925000', '151759.928000', '151759.930000', '151759.933000', '151759.936000', '151759.938000', '151759.941000', '151759.943000', '151759.946000', '151759.948000', '151759.951000', '151759.953000', '151759.961000', '151759.963000', '151759.966000', '151759.969000', '151759.971000', '151759.974000', '151759.976000', '151759.979000', '151759.981000', '151759.984000', '151759.987000', '151759.989000', '151759.992000', '151759.994000', '151759.997000', '151800.001000', '151800.003000', '151800.006000', '151800.008000', '151800.011000', '151800.014000', '151800.016000', '151819.811000', '151819.814000', '151819.817000', '151819.819000', '151819.822000', '151819.824000', '151819.827000', '151819.830000', '151819.832000', '151819.835000', '151819.837000', '151819.840000', '151819.843000', '151819.845000', '151819.848000', '151819.850000', '151819.853000', '151819.855000', '151819.858000', '151819.860000', '151819.863000', '151819.866000', '151819.868000', '151819.871000', '151819.873000', '151819.876000', '151819.879000', '151819.882000', '151819.885000', '151819.888000', '151819.891000', '151819.893000', '151819.896000', '151819.898000', '151819.901000', '151819.938000', '151819.940000', '151819.943000', '151819.945000', '151819.948000', '151819.951000', '151819.953000', '151819.963000', '151839.810000', '151839.813000', '151839.816000', '151839.818000', '151839.821000', '151839.823000', '151839.826000', '151839.829000', '151839.831000', '151839.834000', '151839.836000', '151839.839000', '151839.841000', '151839.844000', '151839.846000', '151839.849000', '151839.852000', '151839.854000', '151839.857000', '151839.859000', '151839.862000', '151839.864000', '151839.867000', '151839.870000', '151839.872000', '151839.875000', '151839.877000', '151839.880000', '151839.882000', '151839.885000', '151839.887000', '151839.890000', '151839.893000', '151839.895000', '151839.898000', '151839.900000', '151839.903000', '151839.905000', '151839.908000', '151839.911000', '151839.913000', '151839.916000', '151839.918000', '151839.921000', '151859.810000', '151859.813000', '151859.816000', '151859.818000', '151859.821000', '151859.824000', '151859.826000', '151859.829000', '151859.831000', '151859.834000', '151859.836000', '151859.839000', '151859.841000', '151859.844000', '151859.846000', '151859.849000', '151859.852000', '151859.854000', '151859.857000', '151859.859000', '151859.862000', '151859.865000', '151859.867000', '151859.870000', '151859.872000', '151859.875000', '151859.878000', '151859.881000', '151859.883000', '151859.886000', '151859.889000', '151859.891000', '151859.894000', '151859.896000', '151859.899000', '151859.902000', '151859.904000', '151859.907000', '151859.909000', '151859.912000', '151859.914000', '151859.917000', '151859.920000', '151919.811000', '151919.978000', '151919.981000', '151919.983000', '151919.986000', '151919.988000', '151919.991000', '151919.994000', '151919.996000', '151919.999000', '151920.001000', '151920.004000', '151920.006000', '151920.009000', '151920.012000', '151920.014000', '151920.017000', '151920.019000', '151920.022000', '151920.025000', '151920.027000', '151920.030000', '151920.032000', '151920.035000', '151920.037000', '151920.040000', '151920.043000', '151920.045000', '151920.048000', '151920.050000', '151920.053000', '151920.055000', '151920.058000', '151920.061000', '151920.063000', '151920.066000', '151920.068000', '151920.071000', '151920.074000', '151920.076000', '151920.079000', '151920.081000', '151920.084000', '151920.086000', '151939.810000', '151939.813000', '151939.816000', '151939.818000', '151939.821000', '151939.824000', '151939.826000', '151939.829000', '151939.831000', '151939.834000', '151939.836000', '151939.839000', '151939.842000', '151939.844000', '151939.847000', '151939.849000', '151939.852000', '151939.854000', '151939.857000', '151939.860000', '151939.862000', '151939.865000', '151939.868000', '151939.870000', '151939.873000', '151939.875000', '151939.878000', '151939.880000', '151939.883000', '151939.885000', '151939.888000', '151939.891000', '151939.893000', '151939.896000', '151939.898000', '151939.901000', '151939.904000', '151939.907000', '151939.910000', '151939.913000', '151939.916000', '151939.918000', '151939.921000', '151959.812000', '151959.815000', '151959.817000', '151959.820000', '151959.822000', '151959.825000', '151959.828000', '151959.830000', '151959.833000', '151959.835000', '151959.838000', '151959.841000', '151959.843000', '151959.846000', '151959.848000', '151959.851000', '151959.854000', '151959.856000', '151959.859000', '151959.862000', '151959.864000', '151959.867000', '151959.869000', '151959.872000', '151959.874000', '151959.877000', '151959.879000', '151959.882000', '151959.885000', '151959.888000', '151959.890000', '151959.932000', '151959.935000', '151959.937000', '151959.940000', '151959.942000', '151959.945000', '151959.947000', '151959.950000', '151959.953000', '151959.955000', '151959.958000', '151959.960000', '151959.963000', '152019.811000', '152019.814000', '152019.817000', '152019.820000', '152019.822000', '152019.825000', '152019.827000', '152019.830000', '152019.832000', '152019.835000', '152019.837000', '152019.840000', '152019.843000', '152019.845000', '152019.848000', '152019.851000', '152019.853000', '152019.856000', '152019.858000', '152019.861000', '152019.863000', '152019.866000', '152019.869000', '152019.871000', '152019.874000', '152019.876000', '152019.879000', '152019.881000', '152019.884000', '152019.886000', '152019.889000', '152019.892000', '152019.894000', '152019.897000', '152019.899000', '152019.902000', '152019.905000', '152019.908000', '152019.911000', '152019.914000', '152019.916000', '152019.919000', '152019.922000', '152039.811000', '152039.827000', '152039.830000', '152039.833000', '152039.835000', '152039.838000', '152039.840000', '152039.843000', '152039.845000', '152039.848000', '152039.851000', '152039.853000', '152039.856000', '152039.858000', '152039.861000', '152039.864000', '152039.867000', '152039.869000', '152039.872000', '152039.874000', '152039.877000', '152039.879000', '152039.882000', '152039.885000', '152039.887000', '152039.890000', '152039.892000', '152039.895000', '152039.897000', '152039.900000', '152039.903000', '152039.905000', '152039.908000', '152039.911000', '152039.913000', '152039.916000', '152039.918000', '152039.921000', '152039.924000', '152039.926000', '152039.929000', '152039.931000', '152039.934000', '152039.937000', '152059.810000', '152059.813000', '152059.816000', '152059.818000', '152059.821000', '152059.824000', '152059.826000', '152059.829000', '152059.831000', '152059.834000', '152059.836000', '152059.839000', '152059.841000', '152059.844000', '152059.847000', '152059.849000', '152059.852000', '152059.855000', '152059.857000', '152059.860000', '152059.862000', '152059.865000', '152059.867000', '152059.870000', '152059.873000', '152059.875000', '152059.878000', '152059.880000', '152059.883000', '152059.885000', '152059.888000', '152059.891000', '152059.893000', '152059.896000', '152059.899000', '152059.901000', '152059.904000', '152059.906000', '152059.909000', '152059.911000', '152059.914000', '152059.916000', '152059.919000', '152119.810000', '152119.813000', '152119.816000', '152119.819000', '152119.821000', '152119.824000', '152119.826000', '152119.829000', '152119.832000', '152119.834000', '152119.837000', '152119.839000', '152119.842000', '152119.845000', '152119.847000', '152119.850000', '152119.853000', '152119.855000', '152119.858000', '152119.860000', '152119.863000', '152119.865000', '152119.868000', '152119.871000', '152119.873000', '152119.876000', '152119.878000', '152119.881000', '152119.884000', '152119.886000', '152119.889000', '152119.892000', '152119.894000', '152119.897000', '152119.899000', '152119.902000', '152119.905000', '152119.907000', '152119.910000', '152119.912000', '152119.915000', '152119.918000', '152119.920000', '152119.923000', '152139.810000', '152139.865000', '152139.868000', '152139.870000', '152139.873000', '152139.875000', '152139.878000', '152139.880000', '152139.883000', '152139.886000', '152139.888000', '152139.896000', '152139.910000', '152139.913000', '152139.916000', '152139.918000', '152139.921000', '152139.923000', '152139.926000', '152139.929000', '152139.931000', '152139.934000', '152139.936000', '152139.939000', '152139.942000', '152139.944000', '152139.947000', '152139.950000', '152139.952000', '152139.955000', '152139.958000', '152139.960000', '152139.963000', '152139.965000', '152139.968000', '152139.971000', '152139.973000', '152139.976000', '152139.978000', '152139.981000', '152139.984000', '152139.986000', '152139.989000', '152159.811000', '152159.849000', '152159.852000', '152159.854000', '152159.857000', '152159.860000', '152159.862000', '152159.865000', '152159.867000', '152159.870000', '152159.872000', '152159.875000', '152159.878000', '152159.880000', '152159.883000', '152159.885000', '152159.888000', '152159.891000', '152159.893000', '152159.896000', '152159.898000', '152159.901000', '152159.904000', '152159.906000', '152159.909000', '152159.911000', '152159.914000', '152159.917000', '152159.919000', '152159.922000', '152159.925000', '152159.927000', '152159.930000', '152159.932000', '152159.935000', '152159.937000', '152159.940000', '152159.943000', '152159.945000', '152159.948000', '152159.950000', '152159.953000', '152159.956000', '152159.958000', '152219.812000', '152219.856000', '152219.858000', '152219.861000', '152219.863000', '152219.866000', '152219.869000', '152219.871000', '152219.874000', '152219.876000', '152219.879000', '152219.881000', '152219.884000', '152219.887000', '152219.889000', '152219.892000', '152219.895000', '152219.897000', '152219.900000', '152219.902000', '152219.905000', '152219.907000', '152219.910000', '152219.913000', '152219.915000', '152219.918000', '152219.920000', '152219.923000', '152219.926000', '152219.928000', '152219.931000', '152219.933000', '152219.936000', '152219.939000', '152219.941000', '152219.944000', '152219.946000', '152219.949000', '152219.952000', '152219.954000', '152219.957000', '152219.959000', '152219.962000', '152239.812000', '152239.831000', '152239.833000', '152239.836000', '152239.838000', '152239.841000', '152239.843000', '152239.846000', '152239.849000', '152239.851000', '152239.854000', '152239.856000', '152239.859000', '152239.862000', '152239.864000', '152239.867000', '152239.869000', '152239.872000', '152239.875000', '152239.877000', '152239.880000', '152239.882000', '152239.885000', '152239.888000', '152239.890000', '152239.893000', '152239.895000', '152239.898000', '152239.901000', '152239.903000', '152239.906000', '152239.909000', '152239.911000', '152239.914000', '152239.916000', '152239.919000', '152239.922000', '152239.924000', '152239.927000', '152239.930000', '152239.932000', '152239.935000', '152239.937000', '152239.940000', '152259.811000', '152259.840000', '152259.843000', '152259.845000', '152259.848000', '152259.850000', '152259.853000', '152259.855000', '152259.858000', '152259.861000', '152259.863000', '152259.866000', '152259.868000', '152259.871000', '152259.874000', '152259.876000', '152259.879000', '152259.881000', '152259.884000', '152259.886000', '152259.889000', '152259.892000', '152259.894000', '152259.897000', '152259.899000', '152259.902000', '152259.905000', '152259.907000', '152259.910000', '152259.913000', '152259.915000', '152259.918000', '152259.920000', '152259.927000', '152259.929000', '152259.932000', '152259.935000', '152259.972000', '152259.975000', '152259.977000', '152259.980000', '152259.982000', '152259.985000', '152319.810000', '152319.841000', '152319.844000', '152319.846000', '152319.849000', '152319.852000', '152319.854000', '152319.857000', '152319.859000', '152319.862000', '152319.865000', '152319.867000', '152319.870000', '152319.873000', '152319.875000', '152319.878000', '152319.880000', '152319.883000', '152319.886000', '152319.888000', '152319.891000', '152319.893000', '152319.896000', '152319.899000', '152319.901000', '152319.904000', '152319.906000', '152319.909000', '152319.912000', '152319.914000', '152319.917000', '152319.919000', '152319.922000', '152319.925000', '152319.927000', '152319.930000', '152319.932000', '152319.935000', '152319.938000', '152319.940000', '152319.943000', '152319.946000', '152319.950000', '152319.952000', '152339.810000', '152340.096000', '152340.099000', '152340.102000', '152340.104000', '152340.107000', '152340.109000', '152340.112000', '152340.115000', '152340.117000', '152340.120000', '152340.122000', '152340.125000', '152340.128000', '152340.130000', '152340.133000', '152340.135000', '152340.138000', '152340.140000', '152340.143000', '152340.145000', '152340.148000', '152340.151000', '152340.153000', '152340.156000', '152340.158000', '152340.161000', '152340.164000', '152340.166000', '152340.169000', '152340.171000', '152340.174000', '152340.176000', '152340.179000', '152340.182000', '152340.184000', '152340.187000', '152340.189000', '152340.192000', '152340.195000', '152340.197000', '152340.200000', '152340.202000', '152359.811000', '152359.889000', '152359.892000', '152359.894000', '152359.897000', '152359.900000', '152359.903000', '152359.905000', '152359.908000', '152359.910000', '152359.913000', '152359.916000', '152359.918000', '152359.921000', '152359.924000', '152359.926000', '152359.929000', '152359.931000', '152359.934000', '152359.936000', '152359.939000', '152359.942000', '152359.944000', '152359.947000', '152359.949000', '152359.952000', '152359.954000', '152359.957000', '152359.960000', '152359.962000', '152359.965000', '152359.967000', '152359.970000', '152359.972000', '152359.975000', '152359.978000', '152359.980000', '152359.983000', '152359.985000', '152359.988000', '152359.990000', '152359.993000', '152359.996000', '152411.750000', '152411.753000', '152411.756000', '152411.759000', '152411.761000', '152411.764000', '152411.767000', '152411.770000', '152411.773000', '152411.775000', '152411.778000', '152411.781000', '152411.784000', '152411.786000', '152411.789000', '152411.792000', '152411.795000', '152411.797000', '152411.800000', '152411.803000', '152411.806000', '152411.809000', '152411.811000', '152411.814000', '152411.817000', '152411.820000', '152411.826000'], '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': [9519, 9699, 12460, 9329, 12749, 9413, 11351, 9687, 10574, 9879, 10026, 9754, 9763, 10179, 9835, 11366, 11791, 9578, 13685, 10436, 11158, 9853, 9627, 10102, 9748, 9702, 9638, 9605, 9516, 10377, 12254, 9584, 10096, 9352, 13052, 9328, 11044, 9317, 9278, 10222, 9709, 13104, 9825, 10500, 9650, 9606, 13003, 9832, 11484, 9928, 10036, 10171, 9683, 10051, 9660, 15311, 9845, 10801, 10012, 11956, 10014, 10967, 10087, 9604, 9502, 9692, 9995, 9611, 14960, 9783, 10305, 9959, 13558, 9744, 12340, 9820, 11683, 9687, 10174, 11495, 9461, 9495, 9521, 10381, 9563, 14458, 9575, 12482, 9507, 11687, 9579, 11378, 10785, 9285, 9289, 9416, 9470, 9309, 10525, 9302, 9519, 9187, 13914, 9323, 12678, 9499, 10767, 9699, 11652, 9617, 12236, 9501, 11398, 9438, 9154, 9646, 9294, 13422, 9451, 9399, 9394, 9534, 9149, 14281, 9593, 10168, 9549, 11722, 9601, 10797, 9005, 9326, 9596, 9661, 10387, 9349, 10412, 9467, 9346, 9262, 14860, 9435, 11521, 10158, 9322, 12864, 9192, 13223, 9270, 10247, 9723, 10304, 9536, 10089, 10595, 9389, 11648, 9595, 11047, 9485, 10056, 9478, 10305, 9470, 11300, 10008, 9201, 13697, 9382, 10829, 9544, 11398, 9400, 9396, 9386, 9499, 9754, 13427, 9392, 13172, 9664, 11366, 9413, 9529, 10124, 9156, 9925, 9082, 12842, 9141, 10587, 9272, 10291, 9252, 9041, 9555, 9217, 9915, 9116, 9347, 9482, 14701, 9272, 11649, 9179, 9218, 13411, 9418, 12025, 9645, 9980, 9248, 9317, 9281, 9230, 9109, 9523, 9740, 10225, 9954, 12833, 10598, 9510, 14524, 9980, 10594, 10743, 9067, 13405, 9368, 9038, 14439, 9329, 11657, 9476, 9388, 13030, 9109, 12117, 9504, 10411, 9780, 9789, 9539, 9974, 10352, 9726, 9839, 13540, 10218, 10799, 9457, 12028, 10042, 10951, 9523, 13945, 11252, 10145, 9613, 9163, 15851, 10393, 12666, 9863, 11819, 9422, 10686, 9535, 10023, 9434, 9057, 13647, 9270, 11824, 9382, 10596, 9500, 10294, 10706, 9159, 13519, 9327, 9384, 9285, 9519, 9054, 9514, 12691, 9639, 11622, 14093, 10114, 11826, 9577, 10390, 9425, 8953, 9546, 8958, 12637, 9147, 11240, 9449, 11816, 9389, 12720, 9742, 9970, 9566, 9074, 9401, 12563, 9279, 12653, 9368, 13647, 9407, 11494, 9572, 9551, 14605, 9172, 12543, 9351, 9897, 9159, 9506, 13150, 9614, 12356, 9603, 11894, 9865, 10835, 9658, 9777, 9664, 9579, 9259, 9773, 10160, 14761, 9988, 11401, 9758, 10986, 9784, 10208, 9490, 11859, 9497, 12196, 9542, 12156, 12514, 9887, 10909, 9406, 13066, 9029, 11904, 9193, 11173, 9922, 9500, 12729, 9494, 11104, 9439, 9428, 12491, 9552, 13141, 9838, 11042, 9403, 9494, 10284, 9841, 9971, 9685, 9578, 9640, 10140, 11525, 9779, 12451, 13755, 10851, 13003, 9366, 11768, 10508, 9204, 13999, 9278, 11147, 9381, 9474, 9401, 9651, 9495, 14005, 9517, 10468, 11879, 9217, 12682, 9569, 10420, 9810, 9294, 9444, 9564, 9720, 9424, 9879, 11469, 14570, 10293, 12088, 9718, 11425, 9660, 10478, 10121, 9460, 9816, 9607, 14020, 9319, 13039, 9310, 12223, 9647, 10346, 12356, 9148, 12504, 9549, 12802, 9643, 10228, 9699, 11833, 9806, 10513, 9632, 13957, 9898, 11132, 9923, 9519, 14610, 9494, 12031, 9544, 10459, 9536, 9184, 9620, 11581, 9877, 11956, 9974, 12796, 9841, 13441, 9874, 10688, 10040, 9465, 13701, 9632, 10528, 9446, 9428, 10003, 9355, 9627, 9735, 9938, 12769, 9978, 13381, 9714, 12468, 12549, 11052, 12863, 9705, 10540, 11352, 9489, 12771, 9619, 10380, 9721, 9690, 13293, 9774, 11037, 9946, 9367, 9689, 9456, 9701, 10983, 9818, 12168, 13736, 9943, 11912, 11313, 9430, 12998, 9684, 9240, 13218, 9614, 11698, 9699, 9733, 9933, 9566, 13962, 9603, 10934, 9818, 9626, 10019, 10333, 9974, 10766, 12228, 9982, 9879, 9996, 11906, 9556, 13158, 9457, 11984, 9774, 10626, 14473, 13016, 12822, 9450, 11410, 9807, 9347, 15093, 9529, 10636, 9885, 9599, 11593, 9719, 12658, 9651, 11121, 9707, 9598, 13630, 9783, 13118, 9939, 12931, 9918, 9862, 9486, 10243, 11505, 10883, 9920, 9754, 9871, 14578, 9806, 11584, 9954, 10358, 12879, 9482, 13116, 10990, 11668, 9788, 11613, 9867, 12256, 9714, 11871, 9945, 11899, 10319, 9685, 15934, 11958, 9738, 9594, 9985, 10867, 9480, 13123, 9775, 9701, 12401, 9273, 14159, 9268, 11046, 9682, 13112, 9975, 12512, 9941, 10138, 10205, 12447, 10199, 11349, 10219, 11168, 10135, 13642, 10118, 10170, 9377, 10396, 12946, 10214, 11596, 10171, 10385, 10151, 12233, 12118, 10328, 9926, 9465, 9893, 9632, 13203, 10807, 10077, 9666, 9804, 9576, 13091, 10111, 10020, 9801, 12346, 9856, 12468, 9837, 9901, 10132, 10206, 11567, 9953, 12954, 10153, 11322, 9681, 10844, 13133, 10387, 9822, 9751, 10030, 11269, 9988, 11306, 10062, 10903, 10347, 14107, 9757, 13512, 9679, 9431, 9970, 9676, 9771, 9182, 12964, 9683, 11706, 9390, 11859, 9384, 11314, 9620, 12940, 9495, 11520, 9666, 11185, 9457, 9664, 9717, 9831, 11806, 10673, 11021, 9612, 9628, 9107, 9088, 12553, 9427, 11761, 9652, 11515, 9713, 10363, 9661, 9927, 9483, 9902, 9665, 12915, 9649, 12450, 10027, 11447, 9993, 11746, 9999, 11940, 9943, 11262, 9933, 11313, 9553, 9533, 9606, 9119, 10092, 9644, 12353, 9569, 11221, 9772, 12276, 9742, 12122, 9645, 11380, 9871, 10668, 9664, 9845, 13198, 9631, 11069, 9601, 11723, 9795, 13167, 9725, 9957, 9438, 11254, 9472, 13549, 9621, 11424, 9700, 12314, 9398, 11664, 9612, 9312, 9479, 9284, 9523, 9321, 14083, 9756, 9491, 9231, 13607, 9549, 12612, 9741, 11152, 9800, 9794, 9745, 10893, 9854, 12111, 9812, 12109, 10187, 9224, 13493, 9618, 11297, 9578, 10930, 9564, 9887, 12346, 9135, 11831, 9418, 10957, 9744, 10383, 9211, 9165, 9366, 9315, 12749, 9505, 11200, 9442, 9071, 9279, 9108, 9208, 12581, 10526, 11205, 9306, 10879, 9095, 9216, 12049, 9209, 9383, 9207, 12676, 9220, 10496, 9200, 10292, 9300, 9336, 9411, 9798, 9927, 9309, 12869, 9322, 12329, 9398, 11061, 9314, 9238, 13264, 9369, 12378, 9634, 10722, 9690, 9682, 9643, 10118, 9627, 10778, 9594, 11182, 10405, 9189, 13438], 'WindowCenter': [4704.0, 4689.0, 4704.0, 4663.0, 4690.0, 4662.0, 4681.0, 4660.0, 4670.0, 4672.0, 4670.0, 4673.0, 4683.0, 4686.0, 4684.0, 4707.0, 4694.0, 4676.0, 4714.0, 4683.0, 4694.0, 4685.0, 4674.0, 4687.0, 4686.0, 4689.0, 4689.0, 4688.0, 4688.0, 4698.0, 4707.0, 4688.0, 4687.0, 4679.0, 4715.0, 4675.0, 4707.0, 4674.0, 4674.0, 4675.0, 4673.0, 4702.0, 4672.0, 4683.0, 4673.0, 4674.0, 4703.0, 4698.0, 4704.0, 4688.0, 4685.0, 4696.0, 4687.0, 4697.0, 4699.0, 4738.0, 4699.0, 4697.0, 4699.0, 4707.0, 4688.0, 4698.0, 4687.0, 4686.0, 4676.0, 4689.0, 4685.0, 4689.0, 4727.0, 4688.0, 4688.0, 4698.0, 4717.0, 4689.0, 4718.0, 4688.0, 4706.0, 4686.0, 4697.0, 4696.0, 4677.0, 4677.0, 4691.0, 4686.0, 4689.0, 4729.0, 4678.0, 4705.0, 4677.0, 4707.0, 4676.0, 4707.0, 4686.0, 4664.0, 4665.0, 4666.0, 4674.0, 4677.0, 4686.0, 4676.0, 4675.0, 4676.0, 4715.0, 4676.0, 4705.0, 4678.0, 4695.0, 4686.0, 4706.0, 4689.0, 4718.0, 4688.0, 4723.0, 4691.0, 4679.0, 4689.0, 4689.0, 4718.0, 4688.0, 4677.0, 4688.0, 4687.0, 4690.0, 4728.0, 4690.0, 4687.0, 4690.0, 4706.0, 4688.0, 4708.0, 4677.0, 4689.0, 4690.0, 4687.0, 4687.0, 4688.0, 4699.0, 4702.0, 4690.0, 4692.0, 4740.0, 4691.0, 4711.0, 4688.0, 4678.0, 4706.0, 4663.0, 4702.0, 4666.0, 4672.0, 4676.0, 4684.0, 4676.0, 4688.0, 4685.0, 4676.0, 4695.0, 4675.0, 4692.0, 4676.0, 4684.0, 4677.0, 4685.0, 4685.0, 4707.0, 4683.0, 4679.0, 4717.0, 4676.0, 4696.0, 4690.0, 4719.0, 4690.0, 4690.0, 4701.0, 4702.0, 4703.0, 4729.0, 4692.0, 4719.0, 4690.0, 4698.0, 4678.0, 4688.0, 4686.0, 4666.0, 4674.0, 4666.0, 4703.0, 4663.0, 4685.0, 4663.0, 4673.0, 4663.0, 4679.0, 4674.0, 4676.0, 4676.0, 4676.0, 4677.0, 4688.0, 4714.0, 4677.0, 4708.0, 4666.0, 4666.0, 4703.0, 4664.0, 4691.0, 4664.0, 4674.0, 4674.0, 4676.0, 4664.0, 4689.0, 4677.0, 4688.0, 4701.0, 4713.0, 4714.0, 4744.0, 4714.0, 4705.0, 4742.0, 4691.0, 4701.0, 4688.0, 4667.0, 4704.0, 4666.0, 4666.0, 4703.0, 4665.0, 4694.0, 4674.0, 4676.0, 4716.0, 4678.0, 4704.0, 4677.0, 4696.0, 4698.0, 4699.0, 4700.0, 4699.0, 4724.0, 4714.0, 4728.0, 4742.0, 4713.0, 4714.0, 4707.0, 4722.0, 4699.0, 4711.0, 4703.0, 4731.0, 4699.0, 4687.0, 4674.0, 4676.0, 4725.0, 4685.0, 4703.0, 4674.0, 4693.0, 4663.0, 4686.0, 4662.0, 4672.0, 4662.0, 4662.0, 4700.0, 4664.0, 4680.0, 4652.0, 4670.0, 4659.0, 4673.0, 4670.0, 4663.0, 4689.0, 4662.0, 4661.0, 4663.0, 4673.0, 4675.0, 4687.0, 4716.0, 4689.0, 4709.0, 4716.0, 4687.0, 4696.0, 4674.0, 4685.0, 4664.0, 4666.0, 4672.0, 4666.0, 4704.0, 4676.0, 4692.0, 4676.0, 4694.0, 4676.0, 4715.0, 4677.0, 4685.0, 4689.0, 4677.0, 4689.0, 4707.0, 4689.0, 4716.0, 4689.0, 4726.0, 4677.0, 4695.0, 4676.0, 4676.0, 4714.0, 4677.0, 4694.0, 4664.0, 4674.0, 4665.0, 4674.0, 4702.0, 4674.0, 4704.0, 4675.0, 4694.0, 4687.0, 4695.0, 4687.0, 4698.0, 4701.0, 4700.0, 4702.0, 4700.0, 4712.0, 4739.0, 4703.0, 4709.0, 4691.0, 4698.0, 4687.0, 4686.0, 4687.0, 4708.0, 4686.0, 4706.0, 4689.0, 4709.0, 4705.0, 4687.0, 4684.0, 4664.0, 4703.0, 4665.0, 4693.0, 4663.0, 4682.0, 4659.0, 4662.0, 4689.0, 4673.0, 4693.0, 4663.0, 4664.0, 4692.0, 4673.0, 4702.0, 4674.0, 4695.0, 4663.0, 4674.0, 4685.0, 4686.0, 4685.0, 4688.0, 4688.0, 4700.0, 4711.0, 4721.0, 4701.0, 4732.0, 4730.0, 4711.0, 4719.0, 4679.0, 4709.0, 4685.0, 4667.0, 4717.0, 4676.0, 4681.0, 4666.0, 4675.0, 4676.0, 4675.0, 4688.0, 4716.0, 4676.0, 4684.0, 4694.0, 4665.0, 4692.0, 4674.0, 4683.0, 4674.0, 4676.0, 4674.0, 4688.0, 4676.0, 4678.0, 4687.0, 4719.0, 4727.0, 4699.0, 4706.0, 4687.0, 4696.0, 4675.0, 4686.0, 4685.0, 4676.0, 4672.0, 4673.0, 4704.0, 4665.0, 4702.0, 4664.0, 4693.0, 4663.0, 4673.0, 4694.0, 4664.0, 4690.0, 4663.0, 4690.0, 4661.0, 4671.0, 4674.0, 4694.0, 4687.0, 4697.0, 4699.0, 4738.0, 4689.0, 4708.0, 4686.0, 4687.0, 4726.0, 4678.0, 4705.0, 4675.0, 4684.0, 4662.0, 4664.0, 4675.0, 4696.0, 4676.0, 4706.0, 4688.0, 4716.0, 4690.0, 4729.0, 4688.0, 4687.0, 4674.0, 4675.0, 4704.0, 4663.0, 4684.0, 4674.0, 4664.0, 4673.0, 4674.0, 4674.0, 4686.0, 4697.0, 4727.0, 4701.0, 4730.0, 4701.0, 4732.0, 4720.0, 4710.0, 4718.0, 4680.0, 4688.0, 4694.0, 4676.0, 4705.0, 4675.0, 4686.0, 4663.0, 4673.0, 4714.0, 4685.0, 4684.0, 4674.0, 4676.0, 4687.0, 4687.0, 4700.0, 4710.0, 4702.0, 4733.0, 4731.0, 4700.0, 4711.0, 4697.0, 4668.0, 4706.0, 4665.0, 4667.0, 4693.0, 4665.0, 4694.0, 4675.0, 4676.0, 4674.0, 4678.0, 4714.0, 4676.0, 4696.0, 4687.0, 4685.0, 4700.0, 4700.0, 4713.0, 4723.0, 4720.0, 4717.0, 4699.0, 4702.0, 4709.0, 4689.0, 4719.0, 4689.0, 4709.0, 4687.0, 4699.0, 4715.0, 4706.0, 4695.0, 4664.0, 4683.0, 4663.0, 4666.0, 4713.0, 4663.0, 4672.0, 4659.0, 4662.0, 4681.0, 4665.0, 4702.0, 4663.0, 4693.0, 4673.0, 4675.0, 4702.0, 4676.0, 4705.0, 4684.0, 4704.0, 4689.0, 4697.0, 4697.0, 4711.0, 4735.0, 4721.0, 4702.0, 4691.0, 4702.0, 4740.0, 4698.0, 4710.0, 4687.0, 4701.0, 4707.0, 4688.0, 4707.0, 4698.0, 4695.0, 4686.0, 4695.0, 4686.0, 4705.0, 4675.0, 4695.0, 4687.0, 4697.0, 4673.0, 4675.0, 4713.0, 4708.0, 4672.0, 4673.0, 4673.0, 4698.0, 4676.0, 4715.0, 4697.0, 4689.0, 4720.0, 4703.0, 4729.0, 4675.0, 4697.0, 4677.0, 4693.0, 4673.0, 4694.0, 4675.0, 4685.0, 4685.0, 4693.0, 4684.0, 4693.0, 4685.0, 4694.0, 4695.0, 4715.0, 4698.0, 4698.0, 4688.0, 4697.0, 4718.0, 4687.0, 4708.0, 4686.0, 4686.0, 4684.0, 4705.0, 4695.0, 4673.0, 4662.0, 4663.0, 4663.0, 4664.0, 4692.0, 4684.0, 4662.0, 4664.0, 4671.0, 4673.0, 4703.0, 4675.0, 4671.0, 4675.0, 4692.0, 4674.0, 4703.0, 4687.0, 4673.0, 4685.0, 4696.0, 4705.0, 4687.0, 4732.0, 4699.0, 4711.0, 4689.0, 4697.0, 4717.0, 4689.0, 4676.0, 4675.0, 4676.0, 4697.0, 4685.0, 4707.0, 4688.0, 4698.0, 4699.0, 4716.0, 4691.0, 4720.0, 4688.0, 4679.0, 4698.0, 4698.0, 4686.0, 4688.0, 4705.0, 4665.0, 4684.0, 4663.0, 4695.0, 4674.0, 4683.0, 4675.0, 4705.0, 4675.0, 4681.0, 4662.0, 4681.0, 4661.0, 4662.0, 4673.0, 4670.0, 4693.0, 4672.0, 4673.0, 4650.0, 4650.0, 4637.0, 4638.0, 4667.0, 4639.0, 4664.0, 4649.0, 4667.0, 4660.0, 4668.0, 4662.0, 4672.0, 4674.0, 4672.0, 4674.0, 4702.0, 4673.0, 4702.0, 4675.0, 4692.0, 4674.0, 4694.0, 4675.0, 4695.0, 4682.0, 4695.0, 4686.0, 4697.0, 4676.0, 4677.0, 4676.0, 4677.0, 4685.0, 4686.0, 4704.0, 4687.0, 4696.0, 4687.0, 4705.0, 4687.0, 4707.0, 4677.0, 4697.0, 4687.0, 4697.0, 4674.0, 4687.0, 4715.0, 4677.0, 4694.0, 4687.0, 4706.0, 4689.0, 4716.0, 4690.0, 4700.0, 4691.0, 4709.0, 4689.0, 4729.0, 4690.0, 4707.0, 4687.0, 4706.0, 4677.0, 4697.0, 4677.0, 4676.0, 4676.0, 4676.0, 4674.0, 4678.0, 4716.0, 4677.0, 4675.0, 4678.0, 4715.0, 4677.0, 4705.0, 4676.0, 4695.0, 4687.0, 4687.0, 4688.0, 4697.0, 4701.0, 4720.0, 4701.0, 4722.0, 4699.0, 4680.0, 4718.0, 4678.0, 4696.0, 4677.0, 4688.0, 4674.0, 4688.0, 4694.0, 4666.0, 4693.0, 4665.0, 4684.0, 4675.0, 4686.0, 4664.0, 4676.0, 4675.0, 4679.0, 4707.0, 4678.0, 4697.0, 4688.0, 4692.0, 4690.0, 4680.0, 4693.0, 4720.0, 4702.0, 4697.0, 4677.0, 4699.0, 4665.0, 4678.0, 4696.0, 4675.0, 4666.0, 4678.0, 4703.0, 4675.0, 4685.0, 4665.0, 4687.0, 4677.0, 4677.0, 4689.0, 4701.0, 4689.0, 4691.0, 4718.0, 4679.0, 4708.0, 4678.0, 4698.0, 4667.0, 4677.0, 4705.0, 4666.0, 4693.0, 4663.0, 4685.0, 4675.0, 4674.0, 4674.0, 4685.0, 4675.0, 4696.0, 4688.0, 4706.0, 4695.0, 4678.0, 4706.0], 'WindowWidth': [10304.0, 10272.0, 10282.0, 10224.0, 10253.0, 10219.0, 10245.0, 10214.0, 10225.0, 10232.0, 10228.0, 10237.0, 10251.0, 10259.0, 10254.0, 10290.0, 10267.0, 10243.0, 10294.0, 10250.0, 10266.0, 10254.0, 10237.0, 10261.0, 10260.0, 10268.0, 10267.0, 10266.0, 10264.0, 10280.0, 10291.0, 10264.0, 10260.0, 10252.0, 10296.0, 10244.0, 10287.0, 10238.0, 10238.0, 10238.0, 10236.0, 10273.0, 10233.0, 10248.0, 10234.0, 10239.0, 10276.0, 10277.0, 10281.0, 10263.0, 10256.0, 10274.0, 10262.0, 10277.0, 10282.0, 10335.0, 10282.0, 10276.0, 10282.0, 10290.0, 10264.0, 10279.0, 10262.0, 10259.0, 10245.0, 10265.0, 10255.0, 10266.0, 10319.0, 10264.0, 10263.0, 10279.0, 10302.0, 10267.0, 10304.0, 10263.0, 10285.0, 10259.0, 10275.0, 10271.0, 10247.0, 10246.0, 10272.0, 10260.0, 10265.0, 10320.0, 10250.0, 10282.0, 10246.0, 10285.0, 10243.0, 10287.0, 10256.0, 10225.0, 10225.0, 10229.0, 10238.0, 10248.0, 10257.0, 10245.0, 10241.0, 10245.0, 10296.0, 10245.0, 10283.0, 10248.0, 10267.0, 10261.0, 10285.0, 10270.0, 10306.0, 10266.0, 10320.0, 10272.0, 10252.0, 10264.0, 10266.0, 10304.0, 10263.0, 10247.0, 10264.0, 10261.0, 10270.0, 10319.0, 10268.0, 10260.0, 10268.0, 10285.0, 10265.0, 10292.0, 10247.0, 10266.0, 10271.0, 10263.0, 10261.0, 10266.0, 10282.0, 10290.0, 10273.0, 10279.0, 10341.0, 10272.0, 10299.0, 10261.0, 10248.0, 10282.0, 10222.0, 10275.0, 10228.0, 10232.0, 10242.0, 10251.0, 10243.0, 10263.0, 10256.0, 10242.0, 10266.0, 10239.0, 10259.0, 10242.0, 10253.0, 10245.0, 10255.0, 10258.0, 10289.0, 10252.0, 10252.0, 10301.0, 10246.0, 10272.0, 10268.0, 10311.0, 10272.0, 10270.0, 10290.0, 10289.0, 10295.0, 10325.0, 10277.0, 10308.0, 10270.0, 10276.0, 10248.0, 10263.0, 10259.0, 10230.0, 10236.0, 10229.0, 10276.0, 10222.0, 10251.0, 10220.0, 10235.0, 10221.0, 10254.0, 10239.0, 10244.0, 10243.0, 10243.0, 10246.0, 10263.0, 10296.0, 10246.0, 10290.0, 10228.0, 10229.0, 10272.0, 10222.0, 10255.0, 10222.0, 10236.0, 10237.0, 10243.0, 10224.0, 10267.0, 10249.0, 10266.0, 10288.0, 10307.0, 10313.0, 10354.0, 10308.0, 10300.0, 10344.0, 10272.0, 10283.0, 10262.0, 10232.0, 10280.0, 10230.0, 10230.0, 10275.0, 10225.0, 10263.0, 10235.0, 10242.0, 10297.0, 10251.0, 10279.0, 10246.0, 10272.0, 10280.0, 10283.0, 10285.0, 10283.0, 10329.0, 10313.0, 10335.0, 10348.0, 10309.0, 10309.0, 10300.0, 10314.0, 10283.0, 10302.0, 10294.0, 10329.0, 10281.0, 10260.0, 10238.0, 10244.0, 10311.0, 10255.0, 10274.0, 10237.0, 10259.0, 10220.0, 10253.0, 10217.0, 10230.0, 10215.0, 10218.0, 10269.0, 10224.0, 10240.0, 10203.0, 10224.0, 10210.0, 10233.0, 10226.0, 10220.0, 10251.0, 10221.0, 10214.0, 10222.0, 10235.0, 10244.0, 10262.0, 10302.0, 10266.0, 10295.0, 10302.0, 10260.0, 10272.0, 10238.0, 10253.0, 10223.0, 10229.0, 10232.0, 10230.0, 10279.0, 10244.0, 10261.0, 10244.0, 10266.0, 10246.0, 10296.0, 10246.0, 10254.0, 10265.0, 10246.0, 10267.0, 10288.0, 10267.0, 10301.0, 10270.0, 10316.0, 10248.0, 10269.0, 10243.0, 10244.0, 10292.0, 10246.0, 10265.0, 10222.0, 10236.0, 10222.0, 10237.0, 10271.0, 10238.0, 10277.0, 10242.0, 10265.0, 10261.0, 10269.0, 10263.0, 10281.0, 10289.0, 10285.0, 10292.0, 10287.0, 10305.0, 10340.0, 10295.0, 10296.0, 10270.0, 10276.0, 10260.0, 10258.0, 10261.0, 10292.0, 10260.0, 10287.0, 10264.0, 10292.0, 10284.0, 10259.0, 10251.0, 10224.0, 10275.0, 10227.0, 10260.0, 10218.0, 10245.0, 10209.0, 10217.0, 10249.0, 10234.0, 10262.0, 10219.0, 10223.0, 10256.0, 10235.0, 10270.0, 10237.0, 10267.0, 10221.0, 10237.0, 10253.0, 10257.0, 10256.0, 10266.0, 10264.0, 10285.0, 10303.0, 10317.0, 10289.0, 10334.0, 10329.0, 10300.0, 10308.0, 10252.0, 10291.0, 10256.0, 10231.0, 10301.0, 10242.0, 10244.0, 10228.0, 10241.0, 10246.0, 10242.0, 10263.0, 10300.0, 10243.0, 10253.0, 10264.0, 10225.0, 10257.0, 10237.0, 10247.0, 10235.0, 10245.0, 10239.0, 10264.0, 10243.0, 10249.0, 10263.0, 10310.0, 10317.0, 10281.0, 10286.0, 10261.0, 10272.0, 10242.0, 10258.0, 10253.0, 10242.0, 10234.0, 10236.0, 10279.0, 10227.0, 10273.0, 10224.0, 10262.0, 10220.0, 10236.0, 10266.0, 10223.0, 10253.0, 10220.0, 10253.0, 10214.0, 10227.0, 10237.0, 10264.0, 10263.0, 10274.0, 10282.0, 10335.0, 10268.0, 10291.0, 10258.0, 10262.0, 10312.0, 10249.0, 10282.0, 10239.0, 10250.0, 10217.0, 10224.0, 10241.0, 10270.0, 10244.0, 10284.0, 10263.0, 10298.0, 10270.0, 10322.0, 10262.0, 10259.0, 10237.0, 10239.0, 10277.0, 10220.0, 10249.0, 10236.0, 10223.0, 10234.0, 10239.0, 10241.0, 10261.0, 10277.0, 10319.0, 10289.0, 10325.0, 10286.0, 10331.0, 10312.0, 10296.0, 10303.0, 10253.0, 10262.0, 10267.0, 10243.0, 10279.0, 10237.0, 10253.0, 10219.0, 10235.0, 10292.0, 10255.0, 10250.0, 10238.0, 10242.0, 10261.0, 10264.0, 10286.0, 10299.0, 10291.0, 10336.0, 10330.0, 10285.0, 10300.0, 10274.0, 10233.0, 10283.0, 10225.0, 10228.0, 10260.0, 10224.0, 10263.0, 10238.0, 10241.0, 10236.0, 10246.0, 10290.0, 10245.0, 10271.0, 10260.0, 10257.0, 10284.0, 10283.0, 10306.0, 10323.0, 10313.0, 10318.0, 10285.0, 10289.0, 10295.0, 10270.0, 10308.0, 10268.0, 10293.0, 10259.0, 10280.0, 10298.0, 10282.0, 10265.0, 10223.0, 10249.0, 10218.0, 10227.0, 10290.0, 10220.0, 10228.0, 10210.0, 10218.0, 10241.0, 10224.0, 10271.0, 10219.0, 10261.0, 10234.0, 10241.0, 10273.0, 10243.0, 10282.0, 10253.0, 10277.0, 10266.0, 10277.0, 10279.0, 10303.0, 10342.0, 10317.0, 10290.0, 10273.0, 10289.0, 10341.0, 10281.0, 10296.0, 10263.0, 10284.0, 10287.0, 10262.0, 10288.0, 10276.0, 10268.0, 10258.0, 10267.0, 10258.0, 10283.0, 10242.0, 10268.0, 10259.0, 10272.0, 10237.0, 10241.0, 10293.0, 10293.0, 10234.0, 10235.0, 10236.0, 10275.0, 10245.0, 10301.0, 10278.0, 10267.0, 10312.0, 10296.0, 10321.0, 10240.0, 10272.0, 10244.0, 10261.0, 10234.0, 10265.0, 10240.0, 10253.0, 10252.0, 10261.0, 10251.0, 10263.0, 10257.0, 10265.0, 10271.0, 10298.0, 10282.0, 10278.0, 10265.0, 10275.0, 10307.0, 10262.0, 10291.0, 10256.0, 10256.0, 10252.0, 10283.0, 10267.0, 10236.0, 10218.0, 10221.0, 10218.0, 10223.0, 10260.0, 10251.0, 10216.0, 10223.0, 10229.0, 10236.0, 10276.0, 10241.0, 10230.0, 10240.0, 10260.0, 10239.0, 10277.0, 10262.0, 10237.0, 10256.0, 10274.0, 10285.0, 10263.0, 10330.0, 10283.0, 10299.0, 10269.0, 10277.0, 10302.0, 10265.0, 10241.0, 10240.0, 10241.0, 10274.0, 10255.0, 10289.0, 10262.0, 10275.0, 10278.0, 10299.0, 10271.0, 10308.0, 10261.0, 10250.0, 10280.0, 10280.0, 10261.0, 10265.0, 10282.0, 10225.0, 10247.0, 10221.0, 10267.0, 10239.0, 10250.0, 10243.0, 10282.0, 10239.0, 10241.0, 10217.0, 10240.0, 10217.0, 10219.0, 10233.0, 10226.0, 10261.0, 10230.0, 10232.0, 10195.0, 10196.0, 10172.0, 10178.0, 10215.0, 10177.0, 10207.0, 10191.0, 10214.0, 10212.0, 10221.0, 10216.0, 10231.0, 10237.0, 10234.0, 10240.0, 10274.0, 10235.0, 10273.0, 10240.0, 10260.0, 10240.0, 10265.0, 10241.0, 10267.0, 10250.0, 10267.0, 10255.0, 10274.0, 10244.0, 10245.0, 10242.0, 10246.0, 10254.0, 10259.0, 10282.0, 10262.0, 10271.0, 10261.0, 10283.0, 10262.0, 10288.0, 10245.0, 10272.0, 10261.0, 10273.0, 10239.0, 10261.0, 10298.0, 10248.0, 10268.0, 10261.0, 10285.0, 10267.0, 10299.0, 10272.0, 10283.0, 10274.0, 10294.0, 10269.0, 10323.0, 10271.0, 10289.0, 10262.0, 10286.0, 10246.0, 10274.0, 10243.0, 10241.0, 10242.0, 10243.0, 10238.0, 10248.0, 10298.0, 10245.0, 10241.0, 10248.0, 10294.0, 10245.0, 10281.0, 10242.0, 10267.0, 10260.0, 10259.0, 10264.0, 10276.0, 10284.0, 10310.0, 10288.0, 10316.0, 10280.0, 10254.0, 10303.0, 10249.0, 10268.0, 10245.0, 10259.0, 10237.0, 10260.0, 10265.0, 10227.0, 10261.0, 10225.0, 10248.0, 10240.0, 10255.0, 10223.0, 10243.0, 10241.0, 10250.0, 10287.0, 10248.0, 10275.0, 10265.0, 10274.0, 10271.0, 10256.0, 10279.0, 10312.0, 10287.0, 10274.0, 10249.0, 10279.0, 10226.0, 10246.0, 10268.0, 10241.0, 10226.0, 10247.0, 10276.0, 10241.0, 10252.0, 10225.0, 10261.0, 10247.0, 10248.0, 10267.0, 10284.0, 10265.0, 10273.0, 10304.0, 10252.0, 10290.0, 10247.0, 10273.0, 10229.0, 10244.0, 10281.0, 10228.0, 10261.0, 10220.0, 10251.0, 10239.0, 10235.0, 10238.0, 10254.0, 10242.0, 10271.0, 10263.0, 10288.0, 10269.0, 10247.0, 10285.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.0006552981651376148</td></tr>
<tr><td colspan=3>aqi</td><td>0.016051188532110093</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.06447178247995</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2463264753501708</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0084289698507463</td></tr>
<tr><td colspan=3>efc</td><td>0.4718</td></tr>
<tr><td colspan=3>fber</td><td>6283.8013</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08735993037721741</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.013761467889908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.441136206864013</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3951565792586536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6550891185159244</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2731629228174612</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156397</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010288686491549015</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018550757318735123</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7559193713555534</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>39.5289</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1533</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.9035</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296978.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.7621</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2016</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.3519</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3837.3143</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1079.8886</td></tr>
<tr><td colspan=3>tsnr</td><td>45.71533200214617</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>