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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-03/func/sub-0052_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a444c1843fcc72b2707d156b948511fc</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>17:19:53.762500</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.999467, -0.0154305, 0.0287825, 0.0122114, 0.993984, 0.108842]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0927817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7704, -7295, 681, -60, -28, 1, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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.529</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>11592968-10a0-4deb-a6cf-12f34dce5b27||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.6814959049224854, 0.032762352377176285, 0.08177974075078964, 112.24788665771484], [0.04139883443713188, 2.6667866706848145, 0.2927672863006592, -110.64653778076172], [0.07722125202417374, -0.2920147776603699, 2.6828341484069824, -57.08112335205078], [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': ['171953.762500', '171954.222500', '171954.682500', '171955.142500', '171955.602500', '171956.062500', '171956.522500', '171956.982500', '171957.442500', '171957.902500', '171958.362500', '171958.822500', '171959.282500', '171959.742500', '172000.202500', '172000.662500', '172001.122500', '172001.582500', '172002.042500', '172002.502500', '172002.962500', '172003.422500', '172003.882500', '172004.342500', '172004.802500', '172005.262500', '172005.722500', '172006.182500', '172006.642500', '172007.102500', '172007.562500', '172008.022500', '172008.482500', '172008.942500', '172009.402500', '172009.862500', '172010.322500', '172010.782500', '172011.242500', '172011.702500', '172012.162500', '172012.622500', '172013.082500', '172013.542500', '172014.002500', '172014.462500', '172014.922500', '172015.382500', '172015.842500', '172016.302500', '172016.762500', '172017.222500', '172017.682500', '172018.142500', '172018.602500', '172019.062500', '172019.522500', '172019.982500', '172020.442500', '172020.902500', '172021.362500', '172021.822500', '172022.282500', '172022.742500', '172023.202500', '172023.662500', '172024.122500', '172024.582500', '172025.042500', '172025.502500', '172025.962500', '172026.422500', '172026.882500', '172027.342500', '172027.802500', '172028.262500', '172028.722500', '172029.182500', '172029.642500', '172030.102500', '172030.562500', '172031.022500', '172031.482500', '172031.942500', '172032.402500', '172032.862500', '172033.322500', '172033.782500', '172034.242500', '172034.702500', '172035.162500', '172035.622500', '172036.082500', '172036.542500', '172037.002500', '172037.462500', '172037.922500', '172038.382500', '172038.842500', '172039.302500', '172039.762500', '172040.222500', '172040.682500', '172041.142500', '172041.602500', '172042.062500', '172042.522500', '172042.982500', '172043.442500', '172043.902500', '172044.362500', '172044.822500', '172045.282500', '172045.742500', '172046.202500', '172046.662500', '172047.122500', '172047.582500', '172048.042500', '172048.502500', '172048.962500', '172049.422500', '172049.882500', '172050.342500', '172050.802500', '172051.262500', '172051.722500', '172052.182500', '172052.642500', '172053.102500', '172053.562500', '172054.022500', '172054.482500', '172054.942500', '172055.402500', '172055.862500', '172056.322500', '172056.782500', '172057.242500', '172057.702500', '172058.162500', '172058.622500', '172059.082500', '172059.542500', '172100.002500', '172100.462500', '172100.922500', '172101.382500', '172101.842500', '172102.302500', '172102.762500', '172103.222500', '172103.682500', '172104.142500', '172104.602500', '172105.062500', '172105.522500', '172105.982500', '172106.442500', '172106.902500', '172107.362500', '172107.822500', '172108.282500', '172108.742500', '172109.202500', '172109.662500', '172110.122500', '172110.582500', '172111.042500', '172111.502500', '172111.962500', '172112.422500', '172112.882500', '172113.342500', '172113.802500', '172114.262500', '172114.722500', '172115.182500', '172115.642500', '172116.102500', '172116.562500', '172117.022500', '172117.482500', '172117.942500', '172118.402500', '172118.862500', '172119.322500', '172119.782500', '172120.242500', '172120.702500', '172121.162500', '172121.622500', '172122.082500', '172122.542500', '172123.002500', '172123.462500', '172123.922500', '172124.382500', '172124.842500', '172125.302500', '172125.762500', '172126.222500', '172126.682500', '172127.142500', '172127.602500', '172128.062500', '172128.522500', '172128.982500', '172129.442500', '172129.902500', '172130.362500', '172130.822500', '172131.282500', '172131.742500', '172132.202500', '172132.662500', '172133.122500', '172133.582500', '172134.042500', '172134.502500', '172134.962500', '172135.422500', '172135.882500', '172136.342500', '172136.802500', '172137.262500', '172137.722500', '172138.182500', '172138.642500', '172139.102500', '172139.562500', '172140.022500', '172140.482500', '172140.942500', '172141.402500', '172141.862500', '172142.322500', '172142.782500', '172143.242500', '172143.702500', '172144.162500', '172144.622500', '172145.082500', '172145.542500', '172146.002500', '172146.462500', '172146.922500', '172147.382500', '172147.842500', '172148.302500', '172148.762500', '172149.222500', '172149.682500', '172150.142500', '172150.602500', '172151.062500', '172151.522500', '172151.982500', '172152.442500', '172152.902500', '172153.362500', '172153.822500', '172154.282500', '172154.742500', '172155.202500', '172155.662500', '172156.122500', '172156.582500', '172157.042500', '172157.502500', '172157.962500', '172158.422500', '172158.882500', '172159.342500', '172159.802500', '172200.262500', '172200.722500', '172201.182500', '172201.642500', '172202.102500', '172202.562500', '172203.022500', '172203.482500', '172203.942500', '172204.402500', '172204.862500', '172205.322500', '172205.782500', '172206.242500', '172206.702500', '172207.162500', '172207.622500', '172208.082500', '172208.542500', '172209.002500', '172209.462500', '172209.922500', '172210.382500', '172210.842500', '172211.302500', '172211.762500', '172212.222500', '172212.682500', '172213.142500', '172213.602500', '172214.062500', '172214.522500', '172214.982500', '172215.442500', '172215.902500', '172216.362500', '172216.822500', '172217.282500', '172217.742500', '172218.202500', '172218.662500', '172219.122500', '172219.582500', '172220.042500', '172220.502500', '172220.962500', '172221.422500', '172221.882500', '172222.342500', '172222.802500', '172223.262500', '172223.722500', '172224.182500', '172224.642500', '172225.102500', '172225.562500', '172226.022500', '172226.482500', '172226.942500', '172227.402500', '172227.862500', '172228.322500', '172228.782500', '172229.242500', '172229.702500', '172230.162500', '172230.622500', '172231.082500', '172231.542500', '172232.002500', '172232.462500', '172232.922500', '172233.382500', '172233.842500', '172234.302500', '172234.762500', '172235.222500', '172235.682500', '172236.142500', '172236.602500', '172237.062500', '172237.522500', '172237.982500', '172238.442500', '172238.902500', '172239.362500', '172239.822500', '172240.282500', '172240.742500', '172241.202500', '172241.662500', '172242.122500', '172242.582500', '172243.042500', '172243.502500', '172243.962500', '172244.422500', '172244.882500', '172245.342500', '172245.802500', '172246.262500', '172246.722500', '172247.182500', '172247.642500', '172248.102500', '172248.562500', '172249.022500', '172249.482500', '172249.942500', '172250.402500', '172250.862500', '172251.322500', '172251.782500', '172252.242500', '172252.702500', '172253.162500', '172253.622500', '172254.082500', '172254.542500', '172255.002500', '172255.462500', '172255.922500', '172256.382500', '172256.842500', '172257.302500', '172257.762500', '172258.222500', '172258.682500', '172259.142500', '172259.602500', '172300.062500', '172300.522500', '172300.982500', '172301.442500', '172301.902500', '172302.362500', '172302.822500', '172303.282500', '172303.742500', '172304.202500', '172304.662500', '172305.122500', '172305.582500', '172306.042500', '172306.502500', '172306.962500', '172307.422500', '172307.882500', '172308.342500', '172308.802500', '172309.262500', '172309.722500', '172310.182500', '172310.642500', '172311.102500', '172311.562500', '172312.022500', '172312.482500', '172312.942500', '172313.402500', '172313.862500', '172314.322500', '172314.782500', '172315.242500', '172315.702500', '172316.162500', '172316.622500', '172317.082500', '172317.542500', '172318.002500', '172318.462500', '172318.922500', '172319.382500', '172319.842500', '172320.302500', '172320.762500', '172321.222500', '172321.682500', '172322.142500', '172322.602500', '172323.062500', '172323.522500', '172323.982500', '172324.442500', '172324.902500', '172325.362500', '172325.822500', '172326.282500', '172326.742500', '172327.202500', '172327.662500', '172328.122500', '172328.582500', '172329.042500', '172329.502500', '172329.962500', '172330.422500', '172330.882500', '172331.342500', '172331.802500', '172332.262500', '172332.722500', '172333.182500', '172333.642500', '172334.102500', '172334.562500', '172335.022500', '172335.482500', '172335.942500', '172336.402500', '172336.862500', '172337.322500', '172337.782500', '172338.242500', '172338.702500', '172339.162500', '172339.622500', '172340.082500', '172340.542500', '172341.002500', '172341.462500', '172341.922500', '172342.382500', '172342.842500', '172343.302500', '172343.762500', '172344.222500', '172344.682500', '172345.142500', '172345.602500', '172346.062500', '172346.522500', '172346.982500', '172347.442500', '172347.902500', '172348.362500', '172348.822500', '172349.282500', '172349.742500', '172350.202500', '172350.662500', '172351.122500', '172351.582500', '172352.042500', '172352.502500', '172352.962500', '172353.422500', '172353.882500', '172354.342500', '172354.802500', '172355.262500', '172355.722500', '172356.182500', '172356.642500', '172357.102500', '172357.562500', '172358.022500', '172358.482500', '172358.942500', '172359.402500', '172359.862500', '172400.322500', '172400.782500', '172401.242500', '172401.702500', '172402.162500', '172402.622500', '172403.082500', '172403.542500', '172404.002500', '172404.462500', '172404.922500', '172405.382500', '172405.842500', '172406.302500', '172406.762500', '172407.222500', '172407.682500', '172408.142500', '172408.602500', '172409.062500', '172409.522500', '172409.982500', '172410.442500', '172410.902500', '172411.362500', '172411.822500', '172412.282500', '172412.742500', '172413.202500', '172413.662500', '172414.122500', '172414.582500', '172415.042500', '172415.502500', '172415.962500', '172416.422500', '172416.882500', '172417.342500', '172417.802500', '172418.262500', '172418.722500', '172419.182500', '172419.642500', '172420.102500', '172420.562500', '172421.022500', '172421.482500', '172421.942500', '172422.402500', '172422.862500', '172423.322500', '172423.782500', '172424.242500', '172424.702500', '172425.162500', '172425.622500', '172426.082500', '172426.542500', '172427.002500', '172427.462500', '172427.922500', '172428.382500', '172428.842500', '172429.302500', '172429.762500', '172430.222500', '172430.682500', '172431.142500', '172431.602500', '172432.062500', '172432.522500', '172432.982500', '172433.442500', '172433.902500', '172434.362500', '172434.822500', '172435.282500', '172435.742500', '172436.202500', '172436.662500', '172437.122500', '172437.582500', '172438.042500', '172438.502500', '172438.962500', '172439.422500', '172439.882500', '172440.342500', '172440.802500', '172441.262500', '172441.722500', '172442.182500', '172442.642500', '172443.102500', '172443.562500', '172444.022500', '172444.482500', '172444.942500', '172445.402500', '172445.862500', '172446.322500', '172446.782500', '172447.242500', '172447.702500', '172448.162500', '172448.622500', '172449.082500', '172449.542500', '172450.002500', '172450.462500', '172450.922500', '172451.382500', '172451.842500', '172452.302500', '172452.762500', '172453.222500', '172453.682500', '172454.142500', '172454.602500', '172455.062500', '172455.522500', '172455.982500', '172456.442500', '172456.902500', '172457.362500', '172457.822500', '172458.282500', '172458.742500', '172459.202500', '172459.662500', '172500.122500', '172500.582500', '172501.042500', '172501.502500', '172501.962500', '172502.422500', '172502.882500', '172503.342500', '172503.802500', '172504.262500', '172504.722500', '172505.182500', '172505.642500', '172506.102500', '172506.562500', '172507.022500', '172507.482500', '172507.942500', '172508.402500', '172508.862500', '172509.322500', '172509.782500', '172510.242500', '172510.702500', '172511.162500', '172511.622500', '172512.082500', '172512.542500', '172513.002500', '172513.462500', '172513.922500', '172514.382500', '172514.842500', '172515.302500', '172515.762500', '172516.222500', '172516.682500', '172517.142500', '172517.602500', '172518.062500', '172518.522500', '172518.982500', '172519.442500', '172519.902500', '172520.362500', '172520.822500', '172521.282500', '172521.742500', '172522.202500', '172522.662500', '172523.122500', '172523.582500', '172524.042500', '172524.502500', '172524.962500', '172525.422500', '172525.882500', '172526.342500', '172526.802500', '172527.262500', '172527.722500', '172528.182500', '172528.642500', '172529.102500', '172529.562500', '172530.022500', '172530.482500', '172530.942500', '172531.402500', '172531.862500', '172532.322500', '172532.782500', '172533.242500', '172533.702500', '172534.162500', '172534.622500', '172535.082500', '172535.542500', '172536.002500', '172536.462500', '172536.922500', '172537.382500', '172537.842500', '172538.302500', '172538.762500', '172539.222500', '172539.682500', '172540.142500', '172540.602500', '172541.062500', '172541.522500', '172541.982500', '172542.442500', '172542.902500', '172543.362500', '172543.822500', '172544.282500', '172544.742500', '172545.202500', '172545.662500', '172546.122500', '172546.582500', '172547.042500', '172547.502500', '172547.962500', '172548.422500', '172548.882500', '172549.342500', '172549.802500', '172550.262500', '172550.722500', '172551.182500', '172551.642500', '172552.102500', '172552.562500', '172553.022500', '172553.482500', '172553.942500', '172554.402500', '172554.862500', '172555.322500', '172555.782500', '172556.242500', '172556.702500', '172557.162500', '172557.622500', '172558.082500', '172558.542500', '172559.002500', '172559.462500', '172559.922500', '172600.382500', '172600.842500', '172601.302500', '172601.762500', '172602.222500', '172602.682500', '172603.142500', '172603.602500', '172604.062500', '172604.522500', '172604.982500', '172605.442500', '172605.902500', '172606.362500', '172606.822500', '172607.282500', '172607.742500', '172608.202500', '172608.662500', '172609.122500', '172609.582500', '172610.042500', '172610.502500', '172610.962500', '172611.422500', '172611.882500', '172612.342500', '172612.802500', '172613.262500', '172613.722500', '172614.182500', '172614.642500', '172615.102500', '172615.562500', '172616.022500', '172616.482500', '172616.942500', '172617.402500', '172617.862500', '172618.322500', '172618.782500', '172619.242500', '172619.702500', '172620.162500', '172620.622500', '172621.082500', '172621.542500', '172622.002500', '172622.462500', '172622.922500', '172623.382500', '172623.842500', '172624.302500', '172624.762500', '172625.222500', '172625.682500', '172626.142500', '172626.602500', '172627.062500', '172627.522500', '172627.982500', '172628.442500', '172628.902500', '172629.362500', '172629.822500', '172630.282500', '172630.742500', '172631.202500', '172631.662500', '172632.122500', '172632.582500', '172633.042500', '172633.502500', '172633.962500', '172634.422500'], 'ContentTime': ['172017.953000', '172017.960000', '172017.963000', '172017.965000', '172017.968000', '172017.970000', '172017.973000', '172017.975000', '172017.978000', '172017.981000', '172017.983000', '172017.986000', '172017.988000', '172017.991000', '172017.993000', '172017.996000', '172017.998000', '172018.002000', '172018.005000', '172018.007000', '172018.010000', '172018.012000', '172018.015000', '172018.017000', '172018.020000', '172018.022000', '172018.025000', '172018.039000', '172018.042000', '172018.044000', '172018.047000', '172018.049000', '172018.052000', '172018.054000', '172018.057000', '172018.059000', '172018.062000', '172018.065000', '172018.067000', '172018.070000', '172018.072000', '172018.075000', '172018.085000', '172018.087000', '172018.090000', '172018.092000', '172018.095000', '172018.097000', '172018.100000', '172018.102000', '172018.105000', '172037.918000', '172037.921000', '172037.924000', '172037.927000', '172037.929000', '172037.932000', '172037.935000', '172037.950000', '172037.952000', '172037.955000', '172037.957000', '172037.960000', '172037.962000', '172037.965000', '172037.968000', '172037.970000', '172037.973000', '172037.975000', '172037.978000', '172037.980000', '172037.983000', '172037.985000', '172037.988000', '172037.990000', '172037.993000', '172037.996000', '172037.998000', '172038.002000', '172038.004000', '172038.007000', '172038.009000', '172038.012000', '172038.014000', '172038.017000', '172038.020000', '172038.022000', '172038.025000', '172038.027000', '172038.030000', '172038.032000', '172038.035000', '172038.037000', '172038.040000', '172057.918000', '172057.920000', '172057.923000', '172057.925000', '172057.928000', '172057.936000', '172057.939000', '172057.941000', '172057.944000', '172057.946000', '172057.949000', '172057.952000', '172057.954000', '172057.957000', '172057.959000', '172057.962000', '172057.964000', '172057.967000', '172057.970000', '172057.972000', '172057.975000', '172057.977000', '172057.980000', '172057.982000', '172057.985000', '172057.987000', '172057.990000', '172057.993000', '172057.995000', '172057.998000', '172058.001000', '172058.004000', '172058.006000', '172058.009000', '172058.011000', '172058.014000', '172058.017000', '172058.019000', '172058.022000', '172058.024000', '172058.027000', '172058.029000', '172058.032000', '172058.034000', '172117.918000', '172117.921000', '172117.924000', '172117.926000', '172117.929000', '172117.931000', '172117.934000', '172117.936000', '172117.939000', '172117.942000', '172117.944000', '172117.947000', '172117.950000', '172117.953000', '172117.956000', '172117.963000', '172117.966000', '172117.968000', '172117.971000', '172117.974000', '172117.976000', '172117.979000', '172117.981000', '172117.984000', '172117.986000', '172117.989000', '172117.991000', '172117.994000', '172117.998000', '172118.001000', '172118.004000', '172118.007000', '172118.009000', '172118.012000', '172118.014000', '172118.017000', '172118.019000', '172118.022000', '172118.024000', '172118.027000', '172118.030000', '172118.032000', '172118.035000', '172137.919000', '172137.921000', '172137.924000', '172137.927000', '172137.929000', '172137.932000', '172137.934000', '172137.937000', '172137.939000', '172137.942000', '172137.945000', '172137.947000', '172137.950000', '172137.952000', '172137.955000', '172137.957000', '172137.960000', '172137.963000', '172137.965000', '172137.968000', '172137.970000', '172137.973000', '172137.975000', '172137.978000', '172137.981000', '172137.983000', '172137.986000', '172137.988000', '172137.991000', '172137.993000', '172137.996000', '172138.000000', '172138.002000', '172138.005000', '172138.007000', '172138.016000', '172138.018000', '172138.021000', '172138.023000', '172138.026000', '172138.029000', '172138.031000', '172138.034000', '172138.036000', '172157.918000', '172157.921000', '172157.924000', '172157.926000', '172157.929000', '172157.932000', '172157.934000', '172157.937000', '172157.939000', '172157.942000', '172157.945000', '172157.948000', '172157.951000', '172157.954000', '172157.957000', '172157.959000', '172157.962000', '172157.964000', '172157.967000', '172157.970000', '172157.972000', '172157.975000', '172157.977000', '172157.980000', '172157.983000', '172157.985000', '172157.988000', '172157.990000', '172157.993000', '172158.009000', '172158.012000', '172158.015000', '172158.017000', '172158.020000', '172158.023000', '172158.025000', '172158.028000', '172158.030000', '172158.033000', '172158.035000', '172158.038000', '172158.041000', '172158.043000', '172217.919000', '172217.921000', '172217.924000', '172217.926000', '172217.929000', '172217.932000', '172217.934000', '172217.937000', '172217.939000', '172217.942000', '172217.944000', '172217.947000', '172217.950000', '172217.952000', '172217.955000', '172217.957000', '172217.960000', '172217.962000', '172217.965000', '172217.968000', '172217.970000', '172217.973000', '172217.975000', '172217.978000', '172217.980000', '172217.983000', '172217.985000', '172217.988000', '172217.991000', '172217.993000', '172217.996000', '172217.998000', '172218.002000', '172218.004000', '172218.007000', '172218.010000', '172218.012000', '172218.015000', '172218.017000', '172218.020000', '172218.022000', '172218.025000', '172218.027000', '172218.030000', '172237.919000', '172237.921000', '172237.924000', '172237.927000', '172237.929000', '172237.932000', '172237.934000', '172237.937000', '172237.939000', '172237.942000', '172237.945000', '172237.947000', '172237.950000', '172237.952000', '172237.955000', '172237.957000', '172237.960000', '172237.962000', '172237.965000', '172237.968000', '172237.970000', '172237.973000', '172237.975000', '172237.978000', '172237.980000', '172237.983000', '172237.986000', '172237.989000', '172237.991000', '172237.994000', '172237.996000', '172238.000000', '172238.003000', '172238.005000', '172238.008000', '172238.010000', '172238.013000', '172238.015000', '172238.018000', '172238.020000', '172238.023000', '172238.026000', '172238.028000', '172257.918000', '172257.921000', '172257.923000', '172257.926000', '172257.928000', '172257.931000', '172257.933000', '172257.936000', '172257.939000', '172257.941000', '172257.944000', '172257.946000', '172257.949000', '172257.952000', '172257.954000', '172257.957000', '172257.959000', '172257.962000', '172257.964000', '172257.967000', '172257.970000', '172257.972000', '172257.975000', '172257.977000', '172257.980000', '172257.982000', '172257.985000', '172257.988000', '172257.990000', '172257.993000', '172257.995000', '172257.998000', '172258.002000', '172258.004000', '172258.007000', '172258.009000', '172258.012000', '172258.014000', '172258.017000', '172258.020000', '172258.022000', '172258.025000', '172258.028000', '172258.030000', '172317.918000', '172317.920000', '172317.923000', '172317.926000', '172317.928000', '172317.931000', '172317.933000', '172317.936000', '172317.938000', '172317.941000', '172317.943000', '172317.946000', '172317.949000', '172317.951000', '172317.954000', '172317.956000', '172317.959000', '172317.961000', '172317.964000', '172317.967000', '172317.969000', '172317.972000', '172317.974000', '172317.977000', '172317.979000', '172317.982000', '172317.985000', '172317.987000', '172317.990000', '172317.992000', '172317.995000', '172317.997000', '172318.000000', '172318.003000', '172318.005000', '172318.008000', '172318.018000', '172318.021000', '172318.023000', '172318.026000', '172318.029000', '172318.031000', '172318.034000', '172337.919000', '172337.921000', '172337.924000', '172337.926000', '172337.929000', '172337.932000', '172337.934000', '172337.937000', '172337.939000', '172337.942000', '172337.945000', '172337.947000', '172337.950000', '172337.952000', '172337.955000', '172337.957000', '172337.960000', '172337.963000', '172337.965000', '172337.968000', '172337.970000', '172337.973000', '172337.976000', '172337.978000', '172337.981000', '172337.996000', '172337.998000', '172338.002000', '172338.005000', '172338.007000', '172338.010000', '172338.012000', '172338.015000', '172338.017000', '172338.020000', '172338.023000', '172338.025000', '172338.028000', '172338.030000', '172338.033000', '172338.035000', '172338.038000', '172338.040000', '172338.043000', '172357.918000', '172357.921000', '172357.924000', '172357.926000', '172357.929000', '172357.932000', '172357.934000', '172357.937000', '172357.940000', '172357.942000', '172357.945000', '172357.947000', '172357.950000', '172357.952000', '172357.955000', '172357.958000', '172357.960000', '172357.963000', '172357.965000', '172357.968000', '172357.970000', '172357.973000', '172357.976000', '172357.978000', '172357.981000', '172357.983000', '172357.986000', '172357.988000', '172357.991000', '172357.994000', '172357.996000', '172357.999000', '172358.001000', '172358.004000', '172358.006000', '172358.009000', '172358.011000', '172358.014000', '172358.017000', '172358.019000', '172358.022000', '172358.024000', '172358.027000', '172417.918000', '172417.921000', '172417.924000', '172417.927000', '172417.929000', '172417.932000', '172417.934000', '172417.937000', '172417.939000', '172417.942000', '172417.945000', '172417.947000', '172417.950000', '172417.952000', '172417.955000', '172417.957000', '172417.960000', '172417.963000', '172417.965000', '172417.968000', '172417.970000', '172417.973000', '172417.976000', '172417.978000', '172417.981000', '172417.983000', '172417.986000', '172417.988000', '172417.991000', '172417.994000', '172417.996000', '172418.000000', '172418.002000', '172418.005000', '172418.007000', '172418.010000', '172418.013000', '172418.015000', '172418.018000', '172418.020000', '172418.023000', '172418.025000', '172418.028000', '172418.031000', '172437.918000', '172437.921000', '172437.924000', '172437.926000', '172437.929000', '172437.932000', '172437.934000', '172437.937000', '172437.939000', '172437.942000', '172437.944000', '172437.947000', '172437.950000', '172437.952000', '172437.955000', '172437.957000', '172437.960000', '172437.962000', '172437.965000', '172437.968000', '172437.970000', '172437.973000', '172437.975000', '172437.978000', '172437.981000', '172437.983000', '172437.986000', '172437.988000', '172437.991000', '172437.993000', '172437.996000', '172437.998000', '172438.002000', '172438.005000', '172438.007000', '172438.010000', '172438.012000', '172438.015000', '172438.018000', '172438.020000', '172438.023000', '172438.025000', '172438.028000', '172457.919000', '172457.921000', '172457.924000', '172457.927000', '172457.929000', '172457.932000', '172457.935000', '172457.937000', '172457.940000', '172457.942000', '172457.945000', '172457.947000', '172457.950000', '172457.953000', '172457.955000', '172457.958000', '172457.960000', '172457.963000', '172457.966000', '172457.968000', '172457.971000', '172457.973000', '172457.976000', '172457.979000', '172457.981000', '172457.984000', '172457.986000', '172457.989000', '172457.991000', '172457.994000', '172457.997000', '172457.999000', '172458.002000', '172458.004000', '172458.007000', '172458.009000', '172458.012000', '172458.015000', '172458.017000', '172458.020000', '172458.022000', '172458.025000', '172458.028000', '172458.030000', '172517.917000', '172517.920000', '172517.923000', '172517.926000', '172517.928000', '172517.931000', '172517.941000', '172517.944000', '172517.946000', '172517.949000', '172517.951000', '172517.954000', '172517.957000', '172517.959000', '172517.962000', '172517.964000', '172517.967000', '172517.970000', '172517.972000', '172517.975000', '172517.977000', '172517.980000', '172517.982000', '172517.985000', '172517.988000', '172517.990000', '172517.993000', '172517.995000', '172517.998000', '172518.001000', '172518.004000', '172518.006000', '172518.009000', '172518.012000', '172518.014000', '172518.017000', '172518.019000', '172518.022000', '172518.024000', '172518.027000', '172518.030000', '172518.032000', '172518.035000', '172537.918000', '172537.920000', '172537.923000', '172537.926000', '172537.928000', '172537.931000', '172537.933000', '172537.936000', '172537.938000', '172537.941000', '172537.944000', '172537.946000', '172537.949000', '172537.951000', '172537.954000', '172537.956000', '172537.959000', '172537.962000', '172537.964000', '172537.967000', '172537.969000', '172537.972000', '172537.975000', '172537.977000', '172537.980000', '172537.982000', '172537.985000', '172537.987000', '172537.990000', '172537.992000', '172537.995000', '172537.998000', '172538.001000', '172538.004000', '172538.007000', '172538.009000', '172538.012000', '172538.014000', '172538.017000', '172538.019000', '172538.022000', '172538.025000', '172538.027000', '172538.030000', '172557.918000', '172557.921000', '172557.924000', '172557.926000', '172557.929000', '172557.932000', '172557.934000', '172557.937000', '172557.939000', '172557.942000', '172557.944000', '172557.947000', '172557.950000', '172557.953000', '172557.955000', '172557.958000', '172557.960000', '172557.963000', '172557.965000', '172557.968000', '172557.971000', '172557.973000', '172557.976000', '172557.978000', '172557.981000', '172557.983000', '172557.986000', '172557.988000', '172557.991000', '172557.994000', '172557.996000', '172557.999000', '172558.001000', '172558.004000', '172558.007000', '172558.009000', '172558.012000', '172558.014000', '172558.017000', '172558.019000', '172558.022000', '172558.025000', '172558.027000', '172617.919000', '172617.921000', '172617.924000', '172617.927000', '172617.929000', '172617.932000', '172617.935000', '172617.937000', '172617.940000', '172617.942000', '172617.945000', '172617.948000', '172617.950000', '172617.953000', '172617.955000', '172617.958000', '172617.961000', '172617.963000', '172617.966000', '172617.968000', '172617.971000', '172617.974000', '172617.976000', '172617.979000', '172617.981000', '172617.984000', '172617.987000', '172617.989000', '172617.992000', '172617.994000', '172617.997000', '172618.000000', '172618.003000', '172618.006000', '172618.008000', '172618.011000', '172618.013000', '172618.016000', '172618.018000', '172618.021000', '172618.024000', '172618.026000', '172618.029000', '172618.031000', '172635.342000', '172635.345000', '172635.348000', '172635.351000', '172635.353000', '172635.356000', '172635.358000', '172635.361000', '172635.364000', '172635.366000', '172635.369000', '172635.371000', '172635.374000', '172635.376000', '172635.379000', '172635.382000', '172635.384000', '172635.397000', '172635.400000', '172635.402000', '172635.405000', '172635.407000', '172635.410000', '172635.413000', '172635.415000', '172635.418000', '172635.420000', '172635.423000', '172635.425000', '172635.428000', '172635.431000', '172635.433000', '172635.436000', '172635.438000', '172635.441000', '172635.444000', '172635.446000', '172635.449000'], 'InstanceCreationTime': ['172017.953000', '172017.960000', '172017.963000', '172017.965000', '172017.968000', '172017.970000', '172017.973000', '172017.975000', '172017.978000', '172017.981000', '172017.983000', '172017.986000', '172017.988000', '172017.991000', '172017.993000', '172017.996000', '172017.998000', '172018.002000', '172018.005000', '172018.007000', '172018.010000', '172018.012000', '172018.015000', '172018.017000', '172018.020000', '172018.022000', '172018.025000', '172018.039000', '172018.042000', '172018.044000', '172018.047000', '172018.049000', '172018.052000', '172018.054000', '172018.057000', '172018.059000', '172018.062000', '172018.065000', '172018.067000', '172018.070000', '172018.072000', '172018.075000', '172018.085000', '172018.087000', '172018.090000', '172018.092000', '172018.095000', '172018.097000', '172018.100000', '172018.102000', '172018.105000', '172037.918000', '172037.921000', '172037.924000', '172037.927000', '172037.929000', '172037.932000', '172037.935000', '172037.950000', '172037.952000', '172037.955000', '172037.957000', '172037.960000', '172037.962000', '172037.965000', '172037.968000', '172037.970000', '172037.973000', '172037.975000', '172037.978000', '172037.980000', '172037.983000', '172037.985000', '172037.988000', '172037.990000', '172037.993000', '172037.996000', '172037.998000', '172038.002000', '172038.004000', '172038.007000', '172038.009000', '172038.012000', '172038.014000', '172038.017000', '172038.020000', '172038.022000', '172038.025000', '172038.027000', '172038.030000', '172038.032000', '172038.035000', '172038.037000', '172038.040000', '172057.918000', '172057.920000', '172057.923000', '172057.925000', '172057.928000', '172057.936000', '172057.939000', '172057.941000', '172057.944000', '172057.946000', '172057.949000', '172057.952000', '172057.954000', '172057.957000', '172057.959000', '172057.962000', '172057.964000', '172057.967000', '172057.970000', '172057.972000', '172057.975000', '172057.977000', '172057.980000', '172057.982000', '172057.985000', '172057.987000', '172057.990000', '172057.993000', '172057.995000', '172057.998000', '172058.001000', '172058.004000', '172058.006000', '172058.009000', '172058.011000', '172058.014000', '172058.017000', '172058.019000', '172058.022000', '172058.024000', '172058.027000', '172058.029000', '172058.032000', '172058.034000', '172117.918000', '172117.921000', '172117.924000', '172117.926000', '172117.929000', '172117.931000', '172117.934000', '172117.936000', '172117.939000', '172117.942000', '172117.944000', '172117.947000', '172117.950000', '172117.953000', '172117.956000', '172117.963000', '172117.966000', '172117.968000', '172117.971000', '172117.974000', '172117.976000', '172117.979000', '172117.981000', '172117.984000', '172117.986000', '172117.989000', '172117.991000', '172117.994000', '172117.998000', '172118.001000', '172118.004000', '172118.007000', '172118.009000', '172118.012000', '172118.014000', '172118.017000', '172118.019000', '172118.022000', '172118.024000', '172118.027000', '172118.030000', '172118.032000', '172118.035000', '172137.919000', '172137.921000', '172137.924000', '172137.927000', '172137.929000', '172137.932000', '172137.934000', '172137.937000', '172137.939000', '172137.942000', '172137.945000', '172137.947000', '172137.950000', '172137.952000', '172137.955000', '172137.957000', '172137.960000', '172137.963000', '172137.965000', '172137.968000', '172137.970000', '172137.973000', '172137.975000', '172137.978000', '172137.981000', '172137.983000', '172137.986000', '172137.988000', '172137.991000', '172137.993000', '172137.996000', '172138.000000', '172138.002000', '172138.005000', '172138.007000', '172138.016000', '172138.018000', '172138.021000', '172138.023000', '172138.026000', '172138.029000', '172138.031000', '172138.034000', '172138.036000', '172157.918000', '172157.921000', '172157.924000', '172157.926000', '172157.929000', '172157.932000', '172157.934000', '172157.937000', '172157.939000', '172157.942000', '172157.945000', '172157.948000', '172157.951000', '172157.954000', '172157.957000', '172157.959000', '172157.962000', '172157.964000', '172157.967000', '172157.970000', '172157.972000', '172157.975000', '172157.977000', '172157.980000', '172157.983000', '172157.985000', '172157.988000', '172157.990000', '172157.993000', '172158.009000', '172158.012000', '172158.015000', '172158.017000', '172158.020000', '172158.023000', '172158.025000', '172158.028000', '172158.030000', '172158.033000', '172158.035000', '172158.038000', '172158.041000', '172158.043000', '172217.919000', '172217.921000', '172217.924000', '172217.926000', '172217.929000', '172217.932000', '172217.934000', '172217.937000', '172217.939000', '172217.942000', '172217.944000', '172217.947000', '172217.950000', '172217.952000', '172217.955000', '172217.957000', '172217.960000', '172217.962000', '172217.965000', '172217.968000', '172217.970000', '172217.973000', '172217.975000', '172217.978000', '172217.980000', '172217.983000', '172217.985000', '172217.988000', '172217.991000', '172217.993000', '172217.996000', '172217.998000', '172218.002000', '172218.004000', '172218.007000', '172218.010000', '172218.012000', '172218.015000', '172218.017000', '172218.020000', '172218.022000', '172218.025000', '172218.027000', '172218.030000', '172237.919000', '172237.921000', '172237.924000', '172237.927000', '172237.929000', '172237.932000', '172237.934000', '172237.937000', '172237.939000', '172237.942000', '172237.945000', '172237.947000', '172237.950000', '172237.952000', '172237.955000', '172237.957000', '172237.960000', '172237.962000', '172237.965000', '172237.968000', '172237.970000', '172237.973000', '172237.975000', '172237.978000', '172237.980000', '172237.983000', '172237.986000', '172237.989000', '172237.991000', '172237.994000', '172237.996000', '172238.000000', '172238.003000', '172238.005000', '172238.008000', '172238.010000', '172238.013000', '172238.015000', '172238.018000', '172238.020000', '172238.023000', '172238.026000', '172238.028000', '172257.918000', '172257.921000', '172257.923000', '172257.926000', '172257.928000', '172257.931000', '172257.933000', '172257.936000', '172257.939000', '172257.941000', '172257.944000', '172257.946000', '172257.949000', '172257.952000', '172257.954000', '172257.957000', '172257.959000', '172257.962000', '172257.964000', '172257.967000', '172257.970000', '172257.972000', '172257.975000', '172257.977000', '172257.980000', '172257.982000', '172257.985000', '172257.988000', '172257.990000', '172257.993000', '172257.995000', '172257.998000', '172258.002000', '172258.004000', '172258.007000', '172258.009000', '172258.012000', '172258.014000', '172258.017000', '172258.020000', '172258.022000', '172258.025000', '172258.028000', '172258.030000', '172317.918000', '172317.920000', '172317.923000', '172317.926000', '172317.928000', '172317.931000', '172317.933000', '172317.936000', '172317.938000', '172317.941000', '172317.943000', '172317.946000', '172317.949000', '172317.951000', '172317.954000', '172317.956000', '172317.959000', '172317.961000', '172317.964000', '172317.967000', '172317.969000', '172317.972000', '172317.974000', '172317.977000', '172317.979000', '172317.982000', '172317.985000', '172317.987000', '172317.990000', '172317.992000', '172317.995000', '172317.997000', '172318.000000', '172318.003000', '172318.005000', '172318.008000', '172318.018000', '172318.021000', '172318.023000', '172318.026000', '172318.029000', '172318.031000', '172318.034000', '172337.919000', '172337.921000', '172337.924000', '172337.926000', '172337.929000', '172337.932000', '172337.934000', '172337.937000', '172337.939000', '172337.942000', '172337.945000', '172337.947000', '172337.950000', '172337.952000', '172337.955000', '172337.957000', '172337.960000', '172337.963000', '172337.965000', '172337.968000', '172337.970000', '172337.973000', '172337.976000', '172337.978000', '172337.981000', '172337.996000', '172337.998000', '172338.002000', '172338.005000', '172338.007000', '172338.010000', '172338.012000', '172338.015000', '172338.017000', '172338.020000', '172338.023000', '172338.025000', '172338.028000', '172338.030000', '172338.033000', '172338.035000', '172338.038000', '172338.040000', '172338.043000', '172357.918000', '172357.921000', '172357.924000', '172357.926000', '172357.929000', '172357.932000', '172357.934000', '172357.937000', '172357.940000', '172357.942000', '172357.945000', '172357.947000', '172357.950000', '172357.952000', '172357.955000', '172357.958000', '172357.960000', '172357.963000', '172357.965000', '172357.968000', '172357.970000', '172357.973000', '172357.976000', '172357.978000', '172357.981000', '172357.983000', '172357.986000', '172357.988000', '172357.991000', '172357.994000', '172357.996000', '172357.999000', '172358.001000', '172358.004000', '172358.006000', '172358.009000', '172358.011000', '172358.014000', '172358.017000', '172358.019000', '172358.022000', '172358.024000', '172358.027000', '172417.918000', '172417.921000', '172417.924000', '172417.927000', '172417.929000', '172417.932000', '172417.934000', '172417.937000', '172417.939000', '172417.942000', '172417.945000', '172417.947000', '172417.950000', '172417.952000', '172417.955000', '172417.957000', '172417.960000', '172417.963000', '172417.965000', '172417.968000', '172417.970000', '172417.973000', '172417.976000', '172417.978000', '172417.981000', '172417.983000', '172417.986000', '172417.988000', '172417.991000', '172417.994000', '172417.996000', '172418.000000', '172418.002000', '172418.005000', '172418.007000', '172418.010000', '172418.013000', '172418.015000', '172418.018000', '172418.020000', '172418.023000', '172418.025000', '172418.028000', '172418.031000', '172437.918000', '172437.921000', '172437.924000', '172437.926000', '172437.929000', '172437.932000', '172437.934000', '172437.937000', '172437.939000', '172437.942000', '172437.944000', '172437.947000', '172437.950000', '172437.952000', '172437.955000', '172437.957000', '172437.960000', '172437.962000', '172437.965000', '172437.968000', '172437.970000', '172437.973000', '172437.975000', '172437.978000', '172437.981000', '172437.983000', '172437.986000', '172437.988000', '172437.991000', '172437.993000', '172437.996000', '172437.998000', '172438.002000', '172438.005000', '172438.007000', '172438.010000', '172438.012000', '172438.015000', '172438.018000', '172438.020000', '172438.023000', '172438.025000', '172438.028000', '172457.919000', '172457.921000', '172457.924000', '172457.927000', '172457.929000', '172457.932000', '172457.935000', '172457.937000', '172457.940000', '172457.942000', '172457.945000', '172457.947000', '172457.950000', '172457.953000', '172457.955000', '172457.958000', '172457.960000', '172457.963000', '172457.966000', '172457.968000', '172457.971000', '172457.973000', '172457.976000', '172457.979000', '172457.981000', '172457.984000', '172457.986000', '172457.989000', '172457.991000', '172457.994000', '172457.997000', '172457.999000', '172458.002000', '172458.004000', '172458.007000', '172458.009000', '172458.012000', '172458.015000', '172458.017000', '172458.020000', '172458.022000', '172458.025000', '172458.028000', '172458.030000', '172517.917000', '172517.920000', '172517.923000', '172517.926000', '172517.928000', '172517.931000', '172517.941000', '172517.944000', '172517.946000', '172517.949000', '172517.951000', '172517.954000', '172517.957000', '172517.959000', '172517.962000', '172517.964000', '172517.967000', '172517.970000', '172517.972000', '172517.975000', '172517.977000', '172517.980000', '172517.982000', '172517.985000', '172517.988000', '172517.990000', '172517.993000', '172517.995000', '172517.998000', '172518.001000', '172518.004000', '172518.006000', '172518.009000', '172518.012000', '172518.014000', '172518.017000', '172518.019000', '172518.022000', '172518.024000', '172518.027000', '172518.030000', '172518.032000', '172518.035000', '172537.918000', '172537.920000', '172537.923000', '172537.926000', '172537.928000', '172537.931000', '172537.933000', '172537.936000', '172537.938000', '172537.941000', '172537.944000', '172537.946000', '172537.949000', '172537.951000', '172537.954000', '172537.956000', '172537.959000', '172537.962000', '172537.964000', '172537.967000', '172537.969000', '172537.972000', '172537.975000', '172537.977000', '172537.980000', '172537.982000', '172537.985000', '172537.987000', '172537.990000', '172537.992000', '172537.995000', '172537.998000', '172538.001000', '172538.004000', '172538.007000', '172538.009000', '172538.012000', '172538.014000', '172538.017000', '172538.019000', '172538.022000', '172538.025000', '172538.027000', '172538.030000', '172557.918000', '172557.921000', '172557.924000', '172557.926000', '172557.929000', '172557.932000', '172557.934000', '172557.937000', '172557.939000', '172557.942000', '172557.944000', '172557.947000', '172557.950000', '172557.953000', '172557.955000', '172557.958000', '172557.960000', '172557.963000', '172557.965000', '172557.968000', '172557.971000', '172557.973000', '172557.976000', '172557.978000', '172557.981000', '172557.983000', '172557.986000', '172557.988000', '172557.991000', '172557.994000', '172557.996000', '172557.999000', '172558.001000', '172558.004000', '172558.007000', '172558.009000', '172558.012000', '172558.014000', '172558.017000', '172558.019000', '172558.022000', '172558.025000', '172558.027000', '172617.919000', '172617.921000', '172617.924000', '172617.927000', '172617.929000', '172617.932000', '172617.935000', '172617.937000', '172617.940000', '172617.942000', '172617.945000', '172617.948000', '172617.950000', '172617.953000', '172617.955000', '172617.958000', '172617.961000', '172617.963000', '172617.966000', '172617.968000', '172617.971000', '172617.974000', '172617.976000', '172617.979000', '172617.981000', '172617.984000', '172617.987000', '172617.989000', '172617.992000', '172617.994000', '172617.997000', '172618.000000', '172618.003000', '172618.006000', '172618.008000', '172618.011000', '172618.013000', '172618.016000', '172618.018000', '172618.021000', '172618.024000', '172618.026000', '172618.029000', '172618.031000', '172635.342000', '172635.345000', '172635.348000', '172635.351000', '172635.353000', '172635.356000', '172635.358000', '172635.361000', '172635.364000', '172635.366000', '172635.369000', '172635.371000', '172635.374000', '172635.376000', '172635.379000', '172635.382000', '172635.384000', '172635.397000', '172635.400000', '172635.402000', '172635.405000', '172635.407000', '172635.410000', '172635.413000', '172635.415000', '172635.418000', '172635.420000', '172635.423000', '172635.425000', '172635.428000', '172635.431000', '172635.433000', '172635.436000', '172635.438000', '172635.441000', '172635.444000', '172635.446000', '172635.449000'], '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': [14067, 10076, 14605, 9291, 13694, 9423, 12316, 16911, 11881, 14560, 10384, 14270, 10585, 15192, 11123, 10476, 8429, 8209, 9127, 13095, 9309, 10906, 8769, 10899, 8116, 12484, 8635, 12709, 8895, 12185, 8579, 11839, 10776, 14370, 15562, 13578, 15595, 9511, 15461, 9483, 14533, 10108, 12857, 8771, 11624, 8382, 11533, 8517, 10610, 8715, 10382, 8585, 10474, 10754, 10118, 11466, 9141, 12100, 9559, 12349, 9522, 12046, 8491, 11321, 8607, 11504, 9868, 12057, 8601, 11883, 8717, 11471, 8493, 10897, 8672, 10005, 9881, 10060, 12202, 9950, 12697, 9235, 11847, 9514, 12587, 9916, 12656, 9018, 11687, 8757, 12179, 8422, 11941, 8472, 10997, 11031, 10975, 9597, 10843, 11616, 10338, 14211, 10723, 12141, 9366, 11871, 9458, 12791, 10178, 12372, 9520, 11653, 8768, 11586, 9128, 12488, 8589, 11398, 9370, 10937, 13114, 10782, 11786, 9796, 12757, 10072, 13083, 10516, 13184, 9166, 12712, 9574, 12078, 9806, 12656, 8937, 12533, 8826, 12199, 9193, 12282, 8924, 11714, 9075, 12596, 11567, 11377, 8498, 10819, 9620, 10673, 12693, 10899, 12906, 11028, 12149, 9946, 11999, 9844, 12843, 10545, 12457, 9376, 12079, 9114, 12469, 9281, 12622, 8600, 11393, 9990, 10663, 11605, 10038, 12519, 9253, 13293, 9501, 11745, 8455, 12157, 9893, 12839, 9556, 12291, 8702, 11429, 11847, 10085, 13444, 10753, 12583, 9481, 12077, 9159, 12005, 9083, 12005, 8826, 11428, 9184, 10430, 12530, 10524, 11773, 9578, 12586, 9767, 12287, 9946, 12204, 8702, 12792, 8714, 12200, 8466, 11232, 8204, 11182, 8944, 10023, 9635, 9624, 9100, 9336, 9824, 10278, 11267, 10241, 8698, 10772, 8546, 13695, 11441, 14982, 10185, 14293, 10062, 8345, 10671, 14598, 10896, 9321, 12756, 8779, 10638, 11166, 7998, 11816, 8953, 10361, 11458, 11533, 14055, 10242, 14501, 15679, 14246, 14574, 8958, 10649, 8804, 11155, 12971, 11005, 12658, 10105, 11317, 9864, 10951, 9032, 11184, 8679, 10471, 8145, 10034, 8192, 9558, 8274, 9142, 7985, 9244, 8472, 9326, 7636, 9137, 7756, 8842, 8862, 9280, 11908, 9412, 13129, 9168, 12600, 9129, 13188, 9580, 12566, 9428, 12129, 8914, 11756, 13063, 10506, 13744, 9580, 13280, 9593, 13712, 9875, 13254, 8889, 12071, 10895, 10666, 13723, 10500, 12573, 10366, 12424, 9090, 11778, 9100, 11789, 10041, 11337, 11201, 9467, 12417, 9578, 12844, 9116, 11725, 8526, 10730, 11340, 10319, 12684, 10387, 12399, 9838, 11733, 8808, 12784, 9986, 11660, 9843, 10253, 14014, 10388, 13681, 10583, 12419, 9495, 12449, 9403, 12481, 9000, 12862, 8581, 11779, 8881, 11387, 11060, 10697, 12366, 9388, 11579, 8420, 11017, 9228, 11785, 8406, 11345, 8456, 11534, 8545, 11517, 8424, 11036, 8997, 11093, 10872, 10956, 12062, 10316, 12995, 10459, 12670, 10113, 11858, 8746, 10628, 8334, 11450, 8383, 11026, 8081, 9752, 10196, 9087, 12991, 9690, 12004, 9857, 11811, 8544, 10989, 8594, 10381, 11630, 10438, 12007, 9552, 11800, 9061, 12652, 9242, 11500, 8425, 11044, 9273, 10667, 11153, 10653, 10283, 9357, 11840, 9229, 12440, 10138, 11995, 8692, 12219, 9149, 11974, 9106, 11458, 8798, 10484, 10655, 10196, 12796, 10327, 11386, 9011, 11157, 9156, 12299, 9220, 11228, 8736, 10196, 10240, 10073, 13454, 10362, 11628, 9474, 11386, 9252, 12660, 9271, 11236, 8469, 10581, 9872, 10168, 13352, 10147, 11761, 9459, 11533, 9500, 12152, 10167, 11773, 8830, 11525, 8807, 11433, 9296, 10672, 8928, 9876, 12501, 9609, 12298, 10203, 12024, 8922, 10899, 8572, 9865, 12775, 10083, 11852, 9111, 11259, 8645, 11038, 8883, 11785, 8506, 10714, 8489, 10741, 9712, 10717, 12312, 9834, 12936, 9884, 12625, 9232, 11906, 8522, 10599, 10412, 10200, 13330, 10547, 12412, 9482, 12359, 8689, 11259, 9746, 11107, 9620, 10280, 12939, 11266, 13498, 10763, 11528, 8795, 9990, 8788, 9216, 9608, 8985, 11159, 13711, 11612, 12532, 9051, 11818, 8637, 12305, 10475, 11567, 10150, 10475, 13406, 10584, 12723, 10892, 11727, 9690, 11636, 9007, 10823, 8424, 10089, 8179, 10139, 10630, 9800, 11095, 9018, 11478, 9402, 11605, 8664, 10643, 8240, 10296, 8915, 9798, 9312, 9647, 12369, 9416, 12432, 10062, 12246, 9023, 11876, 8644, 11579, 9415, 11682, 8654, 10301, 9922, 10575, 13169, 10273, 11859, 9196, 11771, 9293, 11957, 9330, 11336, 8827, 10068, 12683, 10457, 12280, 10847, 11869, 8829, 11569, 8463, 10517, 10135, 10315, 12232, 9546, 11684, 9446, 12470, 9366, 11896, 8472, 10870, 9203, 10252, 12831, 10601, 11838, 9770, 11297, 9457, 12313, 9927, 11870, 8403, 10804, 8713, 9698, 12784, 9428, 11735, 9034, 11748, 9588, 11771, 10179, 11511, 8452, 11144, 8596, 10106, 10233, 10258, 10274, 9766, 11390, 9179, 11292, 9402, 11568, 8555, 11116, 8490, 9989, 12273, 9984, 12910, 9035, 11646, 8835, 11133, 8919, 11094, 9808, 11119, 10021, 10288, 11929, 9183, 11485, 9292, 11247, 8055, 11091, 8132, 10655, 11417, 9597, 12526, 9349, 11388, 8875, 11503, 8580, 11866, 8239, 11255, 8723, 11608, 11686, 11165, 12492, 9972, 12350, 9917, 12980, 10199, 12276, 8273, 10728, 9963, 10069, 13285, 10962, 12068, 9644, 11690, 8905, 11176, 9194, 12274, 8695, 11208, 10209, 10813, 12987, 11086, 12060, 9691, 11610, 9084, 11583, 9702, 11643, 8934, 11894, 9174, 12195, 9316, 12305, 8431, 11409, 8657, 10446, 12291, 10673, 11936, 9799, 11149, 9320, 13849, 8934, 10719, 8754, 9788, 8377, 8010, 10668, 8252, 12024, 8681, 11241, 9295, 14104, 9833, 15407, 10484, 13787, 8524, 15232, 9778, 15165, 11076, 11499, 8732, 10832, 8780, 10519, 14543, 10140, 11818, 8535, 10624, 8249, 10137, 8238, 9396, 7900, 9381, 10626, 9583, 11590, 9471, 11907, 8908, 13543, 9266, 11489, 8814, 11873, 9028, 11758, 8626, 12449, 8446, 11095, 9552, 11313, 8901, 10519, 11227, 10550, 14745, 9980, 11552, 9024, 11430, 8800, 10688, 10435, 9840, 12427, 8893, 11641, 8244, 11317, 10337, 10578, 10686, 9443, 12151, 8895, 12858, 9979, 12119, 8643, 12594, 8835, 11141, 10158, 10577, 11071, 9853, 12018, 9983, 12727, 10584, 12149, 8617, 10546, 11017, 11457, 12845, 10109, 12188, 9089, 11818, 8907, 12026, 9479, 12126, 8829, 10843, 8352, 11595, 9920], 'WindowCenter': [4591.0, 4557.0, 4571.0, 4518.0, 4548.0, 4504.0, 4534.0, 4542.0, 4523.0, 4529.0, 4513.0, 4533.0, 4513.0, 4540.0, 4509.0, 4510.0, 4492.0, 4487.0, 4502.0, 4518.0, 4488.0, 4498.0, 4478.0, 4509.0, 4505.0, 4534.0, 4494.0, 4533.0, 4487.0, 4511.0, 4476.0, 4510.0, 4497.0, 4519.0, 4515.0, 4507.0, 4512.0, 4476.0, 4502.0, 4474.0, 4501.0, 4473.0, 4489.0, 4462.0, 4482.0, 4450.0, 4482.0, 4463.0, 4483.0, 4462.0, 4487.0, 4463.0, 4486.0, 4483.0, 4485.0, 4492.0, 4475.0, 4501.0, 4485.0, 4504.0, 4487.0, 4505.0, 4477.0, 4497.0, 4481.0, 4506.0, 4498.0, 4507.0, 4488.0, 4509.0, 4478.0, 4509.0, 4479.0, 4501.0, 4478.0, 4499.0, 4496.0, 4500.0, 4518.0, 4502.0, 4518.0, 4500.0, 4509.0, 4502.0, 4520.0, 4501.0, 4520.0, 4502.0, 4524.0, 4492.0, 4520.0, 4481.0, 4520.0, 4478.0, 4511.0, 4510.0, 4511.0, 4499.0, 4512.0, 4508.0, 4510.0, 4530.0, 4510.0, 4509.0, 4491.0, 4507.0, 4489.0, 4518.0, 4498.0, 4508.0, 4498.0, 4506.0, 4476.0, 4509.0, 4489.0, 4519.0, 4476.0, 4509.0, 4476.0, 4509.0, 4516.0, 4500.0, 4508.0, 4498.0, 4506.0, 4497.0, 4517.0, 4498.0, 4518.0, 4499.0, 4517.0, 4499.0, 4509.0, 4500.0, 4518.0, 4491.0, 4518.0, 4488.0, 4522.0, 4491.0, 4520.0, 4489.0, 4520.0, 4488.0, 4523.0, 4509.0, 4511.0, 4477.0, 4511.0, 4488.0, 4500.0, 4517.0, 4509.0, 4517.0, 4509.0, 4506.0, 4500.0, 4507.0, 4499.0, 4519.0, 4499.0, 4509.0, 4490.0, 4508.0, 4489.0, 4520.0, 4491.0, 4521.0, 4491.0, 4566.0, 4555.0, 4565.0, 4524.0, 4502.0, 4519.0, 4499.0, 4516.0, 4484.0, 4501.0, 4484.0, 4527.0, 4496.0, 4517.0, 4483.0, 4507.0, 4475.0, 4509.0, 4505.0, 4498.0, 4517.0, 4509.0, 4517.0, 4499.0, 4518.0, 4485.0, 4509.0, 4477.0, 4518.0, 4487.0, 4519.0, 4499.0, 4523.0, 4529.0, 4511.0, 4517.0, 4500.0, 4518.0, 4511.0, 4519.0, 4512.0, 4520.0, 4476.0, 4528.0, 4490.0, 4532.0, 4504.0, 4536.0, 4491.0, 4522.0, 4513.0, 4526.0, 4500.0, 4501.0, 4502.0, 4499.0, 4509.0, 4508.0, 4508.0, 4514.0, 4490.0, 4522.0, 4488.0, 4557.0, 4522.0, 4543.0, 4513.0, 4541.0, 4511.0, 4489.0, 4522.0, 4530.0, 4519.0, 4504.0, 4517.0, 4490.0, 4521.0, 4545.0, 4489.0, 4517.0, 4486.0, 4495.0, 4522.0, 4519.0, 4531.0, 4487.0, 4520.0, 4504.0, 4491.0, 4487.0, 4446.0, 4456.0, 4445.0, 4467.0, 4473.0, 4467.0, 4465.0, 4456.0, 4462.0, 4456.0, 4465.0, 4446.0, 4466.0, 4444.0, 4466.0, 4438.0, 4470.0, 4450.0, 4472.0, 4462.0, 4484.0, 4467.0, 4498.0, 4488.0, 4503.0, 4481.0, 4502.0, 4481.0, 4491.0, 4489.0, 4492.0, 4493.0, 4517.0, 4559.0, 4541.0, 4557.0, 4529.0, 4555.0, 4526.0, 4532.0, 4502.0, 4531.0, 4491.0, 4535.0, 4544.0, 4538.0, 4556.0, 4525.0, 4543.0, 4512.0, 4543.0, 4511.0, 4531.0, 4500.0, 4533.0, 4511.0, 4524.0, 4542.0, 4523.0, 4530.0, 4523.0, 4532.0, 4501.0, 4522.0, 4513.0, 4534.0, 4512.0, 4522.0, 4521.0, 4511.0, 4520.0, 4501.0, 4531.0, 4500.0, 4522.0, 4500.0, 4535.0, 4520.0, 4524.0, 4532.0, 4512.0, 4531.0, 4515.0, 4532.0, 4501.0, 4534.0, 4500.0, 4522.0, 4498.0, 4512.0, 4529.0, 4512.0, 4529.0, 4509.0, 4517.0, 4500.0, 4517.0, 4499.0, 4521.0, 4490.0, 4532.0, 4490.0, 4521.0, 4488.0, 4522.0, 4521.0, 4525.0, 4560.0, 4556.0, 4562.0, 4503.0, 4523.0, 4500.0, 4488.0, 4472.0, 4505.0, 4489.0, 4531.0, 4502.0, 4531.0, 4490.0, 4524.0, 4500.0, 4522.0, 4521.0, 4525.0, 4532.0, 4522.0, 4530.0, 4523.0, 4546.0, 4524.0, 4521.0, 4519.0, 4498.0, 4451.0, 4509.0, 4476.0, 4536.0, 4503.0, 4513.0, 4507.0, 4501.0, 4517.0, 4487.0, 4505.0, 4496.0, 4517.0, 4488.0, 4520.0, 4488.0, 4511.0, 4507.0, 4510.0, 4517.0, 4499.0, 4506.0, 4486.0, 4519.0, 4485.0, 4506.0, 4477.0, 4510.0, 4498.0, 4523.0, 4519.0, 4509.0, 4496.0, 4498.0, 4518.0, 4500.0, 4530.0, 4511.0, 4520.0, 4500.0, 4531.0, 4500.0, 4550.0, 4517.0, 4534.0, 4501.0, 4521.0, 4509.0, 4522.0, 4529.0, 4508.0, 4507.0, 4500.0, 4519.0, 4498.0, 4522.0, 4501.0, 4509.0, 4486.0, 4509.0, 4497.0, 4500.0, 4530.0, 4508.0, 4505.0, 4498.0, 4506.0, 4486.0, 4521.0, 4485.0, 4507.0, 4477.0, 4507.0, 4508.0, 4509.0, 4514.0, 4495.0, 4504.0, 4495.0, 4503.0, 4485.0, 4506.0, 4498.0, 4504.0, 4488.0, 4507.0, 4487.0, 4520.0, 4485.0, 4497.0, 4486.0, 4498.0, 4514.0, 4497.0, 4517.0, 4496.0, 4518.0, 4486.0, 4506.0, 4476.0, 4499.0, 4516.0, 4497.0, 4505.0, 4488.0, 4507.0, 4490.0, 4510.0, 4500.0, 4520.0, 4487.0, 4510.0, 4501.0, 4522.0, 4500.0, 4520.0, 4517.0, 4512.0, 4529.0, 4510.0, 4521.0, 4499.0, 4520.0, 4486.0, 4509.0, 4494.0, 4499.0, 4516.0, 4497.0, 4504.0, 4486.0, 4516.0, 4485.0, 4522.0, 4498.0, 4508.0, 4485.0, 4508.0, 4528.0, 4534.0, 4530.0, 4519.0, 4518.0, 4501.0, 4522.0, 4502.0, 4512.0, 4525.0, 4514.0, 4537.0, 4542.0, 4524.0, 4520.0, 4488.0, 4507.0, 4475.0, 4519.0, 4496.0, 4508.0, 4483.0, 4497.0, 4514.0, 4496.0, 4504.0, 4494.0, 4492.0, 4482.0, 4493.0, 4473.0, 4496.0, 4474.0, 4499.0, 4475.0, 4496.0, 4493.0, 4494.0, 4504.0, 4487.0, 4507.0, 4497.0, 4506.0, 4487.0, 4507.0, 4475.0, 4508.0, 4488.0, 4500.0, 4486.0, 4501.0, 4518.0, 4499.0, 4519.0, 4499.0, 4518.0, 4498.0, 4518.0, 4488.0, 4533.0, 4501.0, 4533.0, 4490.0, 4512.0, 4498.0, 4512.0, 4529.0, 4511.0, 4517.0, 4499.0, 4518.0, 4498.0, 4523.0, 4501.0, 4522.0, 4488.0, 4500.0, 4516.0, 4510.0, 4518.0, 4509.0, 4507.0, 4499.0, 4508.0, 4487.0, 4511.0, 4497.0, 4510.0, 4516.0, 4498.0, 4518.0, 4499.0, 4520.0, 4499.0, 4520.0, 4478.0, 4509.0, 4487.0, 4509.0, 4519.0, 4509.0, 4517.0, 4498.0, 4507.0, 4497.0, 4519.0, 4499.0, 4519.0, 4477.0, 4508.0, 4476.0, 4498.0, 4517.0, 4498.0, 4516.0, 4499.0, 4517.0, 4499.0, 4520.0, 4523.0, 4520.0, 4491.0, 4520.0, 4488.0, 4510.0, 4508.0, 4510.0, 4497.0, 4500.0, 4506.0, 4488.0, 4510.0, 4498.0, 4509.0, 4486.0, 4510.0, 4475.0, 4498.0, 4517.0, 4525.0, 4535.0, 4478.0, 4484.0, 4464.0, 4471.0, 4452.0, 4474.0, 4489.0, 4487.0, 4475.0, 4523.0, 4556.0, 4524.0, 4518.0, 4497.0, 4507.0, 4476.0, 4509.0, 4477.0, 4510.0, 4519.0, 4512.0, 4529.0, 4502.0, 4519.0, 4499.0, 4520.0, 4489.0, 4519.0, 4478.0, 4509.0, 4488.0, 4522.0, 4519.0, 4521.0, 4516.0, 4500.0, 4516.0, 4498.0, 4519.0, 4497.0, 4508.0, 4474.0, 4508.0, 4485.0, 4498.0, 4516.0, 4496.0, 4504.0, 4485.0, 4506.0, 4476.0, 4509.0, 4489.0, 4507.0, 4474.0, 4507.0, 4484.0, 4508.0, 4516.0, 4508.0, 4506.0, 4497.0, 4506.0, 4490.0, 4518.0, 4499.0, 4517.0, 4500.0, 4519.0, 4500.0, 4522.0, 4500.0, 4522.0, 4479.0, 4520.0, 4488.0, 4512.0, 4518.0, 4508.0, 4505.0, 4499.0, 4508.0, 4500.0, 4542.0, 4501.0, 4509.0, 4474.0, 4496.0, 4477.0, 4476.0, 4511.0, 4491.0, 4522.0, 4492.0, 4537.0, 4528.0, 4555.0, 4525.0, 4567.0, 4510.0, 4517.0, 4489.0, 4539.0, 4497.0, 4526.0, 4494.0, 4492.0, 4462.0, 4494.0, 4461.0, 4493.0, 4501.0, 4482.0, 4489.0, 4459.0, 4480.0, 4462.0, 4495.0, 4475.0, 4497.0, 4477.0, 4511.0, 4519.0, 4523.0, 4519.0, 4512.0, 4518.0, 4501.0, 4527.0, 4500.0, 4520.0, 4512.0, 4543.0, 4513.0, 4531.0, 4500.0, 4530.0, 4490.0, 4534.0, 4512.0, 4532.0, 4499.0, 4522.0, 4519.0, 4522.0, 4539.0, 4509.0, 4516.0, 4500.0, 4520.0, 4498.0, 4521.0, 4508.0, 4509.0, 4518.0, 4498.0, 4520.0, 4490.0, 4533.0, 4522.0, 4510.0, 4505.0, 4499.0, 4528.0, 4512.0, 4542.0, 4522.0, 4530.0, 4501.0, 4530.0, 4489.0, 4520.0, 4508.0, 4522.0, 4520.0, 4512.0, 4517.0, 4508.0, 4530.0, 4522.0, 4531.0, 4500.0, 4520.0, 4505.0, 4520.0, 4515.0, 4507.0, 4515.0, 4498.0, 4516.0, 4498.0, 4519.0, 4498.0, 4516.0, 4486.0, 4519.0, 4476.0, 4518.0, 4497.0], 'WindowWidth': [10070.0, 10013.0, 10022.0, 9942.0, 9982.0, 9915.0, 9956.0, 9963.0, 9937.0, 9940.0, 9923.0, 9952.0, 9925.0, 9960.0, 9916.0, 9919.0, 9897.0, 9883.0, 9910.0, 9926.0, 9882.0, 9895.0, 9869.0, 9914.0, 9920.0, 9954.0, 9899.0, 9954.0, 9881.0, 9916.0, 9862.0, 9911.0, 9888.0, 9923.0, 9913.0, 9903.0, 9903.0, 9857.0, 9887.0, 9850.0, 9885.0, 9849.0, 9867.0, 9833.0, 9860.0, 9817.0, 9863.0, 9837.0, 9865.0, 9836.0, 9875.0, 9839.0, 9874.0, 9865.0, 9872.0, 9876.0, 9859.0, 9889.0, 9875.0, 9897.0, 9879.0, 9898.0, 9866.0, 9892.0, 9875.0, 9903.0, 9897.0, 9906.0, 9882.0, 9911.0, 9867.0, 9914.0, 9870.0, 9901.0, 9868.0, 9900.0, 9892.0, 9903.0, 9924.0, 9906.0, 9922.0, 9904.0, 9912.0, 9908.0, 9930.0, 9905.0, 9928.0, 9909.0, 9940.0, 9893.0, 9929.0, 9876.0, 9930.0, 9869.0, 9917.0, 9912.0, 9918.0, 9898.0, 9920.0, 9910.0, 9917.0, 9944.0, 9914.0, 9911.0, 9889.0, 9906.0, 9884.0, 9922.0, 9895.0, 9906.0, 9895.0, 9904.0, 9863.0, 9911.0, 9882.0, 9924.0, 9861.0, 9911.0, 9861.0, 9911.0, 9917.0, 9900.0, 9904.0, 9895.0, 9903.0, 9893.0, 9919.0, 9896.0, 9924.0, 9899.0, 9919.0, 9899.0, 9910.0, 9900.0, 9922.0, 9890.0, 9923.0, 9884.0, 9932.0, 9889.0, 9929.0, 9885.0, 9930.0, 9883.0, 9937.0, 9911.0, 9916.0, 9866.0, 9916.0, 9880.0, 9901.0, 9918.0, 9912.0, 9919.0, 9912.0, 9902.0, 9900.0, 9906.0, 9898.0, 9924.0, 9898.0, 9909.0, 9886.0, 9910.0, 9886.0, 9927.0, 9888.0, 9928.0, 9890.0, 10022.0, 10010.0, 10020.0, 9941.0, 9907.0, 9923.0, 9900.0, 9921.0, 9871.0, 9891.0, 9877.0, 9939.0, 9892.0, 9920.0, 9867.0, 9906.0, 9859.0, 9913.0, 9900.0, 9898.0, 9925.0, 9915.0, 9922.0, 9901.0, 9923.0, 9877.0, 9911.0, 9865.0, 9922.0, 9879.0, 9928.0, 9899.0, 9942.0, 9943.0, 9922.0, 9922.0, 9905.0, 9924.0, 9922.0, 9929.0, 9924.0, 9929.0, 9863.0, 9939.0, 9889.0, 9950.0, 9917.0, 9961.0, 9893.0, 9938.0, 9930.0, 9951.0, 9903.0, 9907.0, 9910.0, 9903.0, 9914.0, 9913.0, 9911.0, 9928.0, 9890.0, 9935.0, 9885.0, 9994.0, 9939.0, 9969.0, 9925.0, 9962.0, 9922.0, 9888.0, 9939.0, 9947.0, 9930.0, 9915.0, 9919.0, 9891.0, 9937.0, 9977.0, 9892.0, 9923.0, 9881.0, 9886.0, 9938.0, 9928.0, 9944.0, 9878.0, 9933.0, 9900.0, 9873.0, 9859.0, 9801.0, 9814.0, 9797.0, 9831.0, 9835.0, 9831.0, 9825.0, 9814.0, 9818.0, 9814.0, 9826.0, 9802.0, 9829.0, 9800.0, 9830.0, 9795.0, 9843.0, 9815.0, 9848.0, 9837.0, 9872.0, 9850.0, 9901.0, 9887.0, 9913.0, 9880.0, 9907.0, 9877.0, 9889.0, 9883.0, 9892.0, 9876.0, 9937.0, 9999.0, 9983.0, 9995.0, 9962.0, 9989.0, 9949.0, 9953.0, 9907.0, 9948.0, 9891.0, 9959.0, 9968.0, 9969.0, 9991.0, 9949.0, 9966.0, 9925.0, 9967.0, 9919.0, 9946.0, 9903.0, 9952.0, 9919.0, 9942.0, 9964.0, 9939.0, 9946.0, 9940.0, 9950.0, 9907.0, 9936.0, 9927.0, 9958.0, 9923.0, 9936.0, 9932.0, 9921.0, 9930.0, 9904.0, 9947.0, 9904.0, 9937.0, 9905.0, 9961.0, 9932.0, 9943.0, 9951.0, 9926.0, 9949.0, 9930.0, 9950.0, 9907.0, 9955.0, 9904.0, 9936.0, 9898.0, 9921.0, 9941.0, 9921.0, 9942.0, 9914.0, 9922.0, 9902.0, 9923.0, 9900.0, 9932.0, 9891.0, 9947.0, 9889.0, 9934.0, 9884.0, 9936.0, 9933.0, 9946.0, 10003.0, 10012.0, 10014.0, 9915.0, 9939.0, 9904.0, 9866.0, 9852.0, 9902.0, 9887.0, 9949.0, 9910.0, 9951.0, 9892.0, 9942.0, 9904.0, 9938.0, 9936.0, 9947.0, 9951.0, 9940.0, 9946.0, 9939.0, 9980.0, 9945.0, 9932.0, 9944.0, 9893.0, 9819.0, 9910.0, 9863.0, 9966.0, 9917.0, 9928.0, 9911.0, 9906.0, 9920.0, 9880.0, 9901.0, 9892.0, 9922.0, 9884.0, 9931.0, 9884.0, 9921.0, 9909.0, 9916.0, 9921.0, 9899.0, 9906.0, 9879.0, 9926.0, 9877.0, 9908.0, 9867.0, 9916.0, 9897.0, 9942.0, 9931.0, 9916.0, 9892.0, 9899.0, 9924.0, 9905.0, 9944.0, 9922.0, 9931.0, 9908.0, 9947.0, 9908.0, 9991.0, 9941.0, 9960.0, 9908.0, 9936.0, 9913.0, 9940.0, 9946.0, 9915.0, 9909.0, 9904.0, 9928.0, 9899.0, 9938.0, 9905.0, 9915.0, 9879.0, 9916.0, 9894.0, 9903.0, 9943.0, 9912.0, 9905.0, 9898.0, 9905.0, 9879.0, 9932.0, 9875.0, 9906.0, 9868.0, 9911.0, 9912.0, 9915.0, 9916.0, 9889.0, 9898.0, 9890.0, 9896.0, 9876.0, 9904.0, 9896.0, 9900.0, 9885.0, 9908.0, 9881.0, 9930.0, 9877.0, 9895.0, 9878.0, 9898.0, 9915.0, 9897.0, 9922.0, 9894.0, 9925.0, 9878.0, 9906.0, 9864.0, 9900.0, 9919.0, 9895.0, 9902.0, 9884.0, 9910.0, 9892.0, 9916.0, 9903.0, 9930.0, 9883.0, 9919.0, 9909.0, 9938.0, 9904.0, 9934.0, 9923.0, 9924.0, 9944.0, 9921.0, 9933.0, 9901.0, 9929.0, 9878.0, 9914.0, 9886.0, 9898.0, 9918.0, 9893.0, 9899.0, 9879.0, 9919.0, 9878.0, 9938.0, 9898.0, 9912.0, 9877.0, 9913.0, 9941.0, 9960.0, 9949.0, 9931.0, 9926.0, 9907.0, 9937.0, 9914.0, 9927.0, 9949.0, 9931.0, 9969.0, 9967.0, 9943.0, 9931.0, 9883.0, 9908.0, 9862.0, 9929.0, 9891.0, 9910.0, 9870.0, 9893.0, 9911.0, 9890.0, 9901.0, 9886.0, 9879.0, 9867.0, 9882.0, 9854.0, 9888.0, 9860.0, 9898.0, 9860.0, 9892.0, 9883.0, 9887.0, 9901.0, 9883.0, 9908.0, 9895.0, 9904.0, 9881.0, 9910.0, 9864.0, 9913.0, 9885.0, 9904.0, 9878.0, 9905.0, 9924.0, 9902.0, 9929.0, 9901.0, 9927.0, 9899.0, 9927.0, 9885.0, 9956.0, 9909.0, 9952.0, 9889.0, 9923.0, 9898.0, 9923.0, 9944.0, 9919.0, 9923.0, 9903.0, 9927.0, 9900.0, 9938.0, 9909.0, 9935.0, 9882.0, 9903.0, 9918.0, 9917.0, 9925.0, 9914.0, 9907.0, 9900.0, 9911.0, 9883.0, 9919.0, 9895.0, 9917.0, 9920.0, 9898.0, 9926.0, 9900.0, 9932.0, 9899.0, 9928.0, 9869.0, 9916.0, 9882.0, 9916.0, 9927.0, 9917.0, 9922.0, 9897.0, 9908.0, 9895.0, 9929.0, 9901.0, 9929.0, 9867.0, 9912.0, 9865.0, 9898.0, 9924.0, 9899.0, 9919.0, 9902.0, 9923.0, 9900.0, 9932.0, 9942.0, 9933.0, 9893.0, 9931.0, 9883.0, 9917.0, 9913.0, 9916.0, 9896.0, 9904.0, 9906.0, 9885.0, 9916.0, 9897.0, 9914.0, 9880.0, 9916.0, 9864.0, 9899.0, 9923.0, 9950.0, 9960.0, 9866.0, 9866.0, 9839.0, 9842.0, 9816.0, 9847.0, 9881.0, 9874.0, 9857.0, 9940.0, 9998.0, 9948.0, 9928.0, 9895.0, 9907.0, 9866.0, 9914.0, 9867.0, 9915.0, 9927.0, 9922.0, 9941.0, 9910.0, 9927.0, 9903.0, 9931.0, 9887.0, 9926.0, 9869.0, 9914.0, 9883.0, 9938.0, 9930.0, 9934.0, 9919.0, 9902.0, 9919.0, 9895.0, 9925.0, 9892.0, 9908.0, 9858.0, 9911.0, 9873.0, 9897.0, 9919.0, 9890.0, 9897.0, 9873.0, 9904.0, 9863.0, 9913.0, 9884.0, 9908.0, 9859.0, 9907.0, 9870.0, 9910.0, 9917.0, 9910.0, 9902.0, 9895.0, 9904.0, 9889.0, 9927.0, 9900.0, 9922.0, 9904.0, 9927.0, 9902.0, 9936.0, 9903.0, 9934.0, 9872.0, 9930.0, 9884.0, 9922.0, 9923.0, 9910.0, 9902.0, 9899.0, 9913.0, 9903.0, 9966.0, 9909.0, 9912.0, 9858.0, 9892.0, 9869.0, 9867.0, 9922.0, 9893.0, 9937.0, 9894.0, 9969.0, 9955.0, 9990.0, 9950.0, 10011.0, 9918.0, 9920.0, 9888.0, 9957.0, 9895.0, 9934.0, 9884.0, 9880.0, 9839.0, 9884.0, 9835.0, 9882.0, 9888.0, 9864.0, 9872.0, 9829.0, 9862.0, 9840.0, 9890.0, 9862.0, 9896.0, 9869.0, 9923.0, 9931.0, 9943.0, 9931.0, 9926.0, 9928.0, 9912.0, 9939.0, 9908.0, 9933.0, 9927.0, 9971.0, 9930.0, 9948.0, 9905.0, 9946.0, 9893.0, 9958.0, 9924.0, 9955.0, 9903.0, 9938.0, 9929.0, 9937.0, 9957.0, 9918.0, 9923.0, 9906.0, 9932.0, 9901.0, 9937.0, 9913.0, 9917.0, 9927.0, 9902.0, 9932.0, 9894.0, 9957.0, 9939.0, 9920.0, 9907.0, 9903.0, 9942.0, 9928.0, 9969.0, 9941.0, 9947.0, 9909.0, 9946.0, 9888.0, 9935.0, 9915.0, 9939.0, 9934.0, 9926.0, 9926.0, 9914.0, 9946.0, 9939.0, 9950.0, 9907.0, 9935.0, 9906.0, 9935.0, 9919.0, 9909.0, 9917.0, 9899.0, 9922.0, 9900.0, 9929.0, 9898.0, 9922.0, 9881.0, 9929.0, 9868.0, 9928.0, 9896.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.0020090700344431688</td></tr>
<tr><td colspan=3>aqi</td><td>0.04162512123995407</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.26839892065522</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2482690067701152</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9967077339999995</td></tr>
<tr><td colspan=3>efc</td><td>0.4625</td></tr>
<tr><td colspan=3>fber</td><td>8438.7822</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14221940827450646</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.91044776119403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3962726918017854</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3298696717243055</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5168706672658545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3420777364151966</td></tr>
<tr><td colspan=3>gcor</td><td>0.0178199</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0008906330913305283</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026268083602190018</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.167231911307214</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>23.9601</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.9051</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.8473</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300350.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.9352</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7197</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.502</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3731.8258</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.7055</td></tr>
<tr><td colspan=3>tsnr</td><td>34.94915371265961</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>