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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-01_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-01_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-0070/ses-04/func/sub-0070_ses-04_task-social_acq-mb8_run-01_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>602e63ba5ea59432dcc18f10facd6ace</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>12:38:56.867500</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.998554, 0.0133182, -0.0520853, -0.00627423, 0.991078, 0.133132]</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-01_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.0941432</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7793, -7246, 454, -31, -287, -23, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>282.589</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d541351-7c91-4f8d-8798-54fa028c387f||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.679046869277954, -0.016833288595080376, -0.1441628336906433, 112.70991516113281], [-0.03573165461421013, 2.6589910984039307, 0.3580529987812042, -96.50149536132812], [-0.1397409290075302, -0.35718223452568054, 2.6722676753997803, -55.6845588684082], [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': ['123856.867500', '123857.327500', '123857.787500', '123858.247500', '123858.707500', '123859.167500', '123859.627500', '123900.087500', '123900.547500', '123901.007500', '123901.467500', '123901.927500', '123902.387500', '123902.847500', '123903.307500', '123903.767500', '123904.227500', '123904.687500', '123905.147500', '123905.607500', '123906.067500', '123906.527500', '123906.987500', '123907.447500', '123907.907500', '123908.367500', '123908.827500', '123909.287500', '123909.747500', '123910.207500', '123910.667500', '123911.127500', '123911.587500', '123912.047500', '123912.507500', '123912.967500', '123913.427500', '123913.887500', '123914.347500', '123914.807500', '123915.267500', '123915.727500', '123916.187500', '123916.647500', '123917.107500', '123917.567500', '123918.027500', '123918.487500', '123918.947500', '123919.407500', '123919.867500', '123920.327500', '123920.787500', '123921.247500', '123921.707500', '123922.167500', '123922.627500', '123923.087500', '123923.547500', '123924.007500', '123924.467500', '123924.927500', '123925.387500', '123925.847500', '123926.307500', '123926.767500', '123927.227500', '123927.687500', '123928.147500', '123928.607500', '123929.067500', '123929.527500', '123929.987500', '123930.447500', '123930.907500', '123931.367500', '123931.827500', '123932.287500', '123932.747500', '123933.207500', '123933.667500', '123934.127500', '123934.587500', '123935.047500', '123935.507500', '123935.967500', '123936.427500', '123936.887500', '123937.347500', '123937.807500', '123938.267500', '123938.727500', '123939.187500', '123939.647500', '123940.107500', '123940.567500', '123941.027500', '123941.487500', '123941.947500', '123942.407500', '123942.867500', '123943.327500', '123943.787500', '123944.247500', '123944.707500', '123945.167500', '123945.627500', '123946.087500', '123946.547500', '123947.007500', '123947.467500', '123947.927500', '123948.387500', '123948.847500', '123949.307500', '123949.767500', '123950.227500', '123950.687500', '123951.147500', '123951.607500', '123952.067500', '123952.527500', '123952.987500', '123953.447500', '123953.907500', '123954.367500', '123954.827500', '123955.287500', '123955.747500', '123956.207500', '123956.667500', '123957.127500', '123957.587500', '123958.047500', '123958.507500', '123958.967500', '123959.427500', '123959.887500', '124000.347500', '124000.807500', '124001.267500', '124001.727500', '124002.187500', '124002.647500', '124003.107500', '124003.567500', '124004.027500', '124004.487500', '124004.947500', '124005.407500', '124005.867500', '124006.327500', '124006.787500', '124007.247500', '124007.707500', '124008.167500', '124008.627500', '124009.087500', '124009.547500', '124010.007500', '124010.467500', '124010.927500', '124011.387500', '124011.847500', '124012.307500', '124012.767500', '124013.227500', '124013.687500', '124014.147500', '124014.607500', '124015.067500', '124015.527500', '124015.987500', '124016.447500', '124016.907500', '124017.367500', '124017.827500', '124018.287500', '124018.747500', '124019.207500', '124019.667500', '124020.127500', '124020.587500', '124021.047500', '124021.507500', '124021.967500', '124022.427500', '124022.887500', '124023.347500', '124023.807500', '124024.267500', '124024.727500', '124025.187500', '124025.647500', '124026.107500', '124026.567500', '124027.027500', '124027.487500', '124027.947500', '124028.407500', '124028.867500', '124029.327500', '124029.787500', '124030.247500', '124030.707500', '124031.167500', '124031.627500', '124032.087500', '124032.547500', '124033.007500', '124033.467500', '124033.927500', '124034.387500', '124034.847500', '124035.307500', '124035.767500', '124036.227500', '124036.687500', '124037.147500', '124037.607500', '124038.067500', '124038.527500', '124038.987500', '124039.447500', '124039.907500', '124040.367500', '124040.827500', '124041.287500', '124041.747500', '124042.207500', '124042.667500', '124043.127500', '124043.587500', '124044.047500', '124044.507500', '124044.967500', '124045.427500', '124045.887500', '124046.347500', '124046.807500', '124047.267500', '124047.727500', '124048.187500', '124048.647500', '124049.107500', '124049.567500', '124050.027500', '124050.487500', '124050.947500', '124051.407500', '124051.867500', '124052.327500', '124052.787500', '124053.247500', '124053.707500', '124054.167500', '124054.627500', '124055.087500', '124055.547500', '124056.007500', '124056.467500', '124056.927500', '124057.387500', '124057.847500', '124058.307500', '124058.767500', '124059.227500', '124059.687500', '124100.147500', '124100.607500', '124101.067500', '124101.527500', '124101.987500', '124102.447500', '124102.907500', '124103.367500', '124103.827500', '124104.287500', '124104.747500', '124105.207500', '124105.667500', '124106.127500', '124106.587500', '124107.047500', '124107.507500', '124107.967500', '124108.427500', '124108.887500', '124109.347500', '124109.807500', '124110.267500', '124110.727500', '124111.187500', '124111.647500', '124112.107500', '124112.567500', '124113.027500', '124113.487500', '124113.947500', '124114.407500', '124114.867500', '124115.327500', '124115.787500', '124116.247500', '124116.707500', '124117.167500', '124117.627500', '124118.087500', '124118.547500', '124119.007500', '124119.467500', '124119.927500', '124120.387500', '124120.847500', '124121.307500', '124121.767500', '124122.227500', '124122.687500', '124123.147500', '124123.607500', '124124.067500', '124124.527500', '124124.987500', '124125.447500', '124125.907500', '124126.367500', '124126.827500', '124127.287500', '124127.747500', '124128.207500', '124128.667500', '124129.127500', '124129.587500', '124130.047500', '124130.507500', '124130.967500', '124131.427500', '124131.887500', '124132.347500', '124132.807500', '124133.267500', '124133.727500', '124134.187500', '124134.647500', '124135.107500', '124135.567500', '124136.027500', '124136.487500', '124136.947500', '124137.407500', '124137.867500', '124138.327500', '124138.787500', '124139.247500', '124139.707500', '124140.167500', '124140.627500', '124141.087500', '124141.547500', '124142.007500', '124142.467500', '124142.927500', '124143.387500', '124143.847500', '124144.307500', '124144.767500', '124145.227500', '124145.687500', '124146.147500', '124146.607500', '124147.067500', '124147.527500', '124147.987500', '124148.447500', '124148.907500', '124149.367500', '124149.827500', '124150.287500', '124150.747500', '124151.207500', '124151.667500', '124152.127500', '124152.587500', '124153.047500', '124153.507500', '124153.967500', '124154.427500', '124154.887500', '124155.347500', '124155.807500', '124156.267500', '124156.727500', '124157.187500', '124157.647500', '124158.107500', '124158.567500', '124159.027500', '124159.487500', '124159.947500', '124200.407500', '124200.867500', '124201.327500', '124201.787500', '124202.247500', '124202.707500', '124203.167500', '124203.627500', '124204.087500', '124204.547500', '124205.007500', '124205.467500', '124205.927500', '124206.387500', '124206.847500', '124207.307500', '124207.767500', '124208.227500', '124208.687500', '124209.147500', '124209.607500', '124210.067500', '124210.527500', '124210.987500', '124211.447500', '124211.907500', '124212.367500', '124212.827500', '124213.287500', '124213.747500', '124214.207500', '124214.667500', '124215.127500', '124215.587500', '124216.047500', '124216.507500', '124216.967500', '124217.427500', '124217.887500', '124218.347500', '124218.807500', '124219.267500', '124219.727500', '124220.187500', '124220.647500', '124221.107500', '124221.567500', '124222.027500', '124222.487500', '124222.947500', '124223.407500', '124223.867500', '124224.327500', '124224.787500', '124225.247500', '124225.707500', '124226.167500', '124226.627500', '124227.087500', '124227.547500', '124228.007500', '124228.467500', '124228.927500', '124229.387500', '124229.847500', '124230.307500', '124230.767500', '124231.227500', '124231.687500', '124232.147500', '124232.607500', '124233.067500', '124233.527500', '124233.987500', '124234.447500', '124234.907500', '124235.367500', '124235.827500', '124236.287500', '124236.747500', '124237.207500', '124237.667500', '124238.127500', '124238.587500', '124239.047500', '124239.507500', '124239.967500', '124240.427500', '124240.887500', '124241.347500', '124241.807500', '124242.267500', '124242.727500', '124243.187500', '124243.647500', '124244.107500', '124244.567500', '124245.027500', '124245.487500', '124245.947500', '124246.407500', '124246.867500', '124247.327500', '124247.787500', '124248.247500', '124248.707500', '124249.167500', '124249.627500', '124250.087500', '124250.547500', '124251.007500', '124251.467500', '124251.927500', '124252.387500', '124252.847500', '124253.307500', '124253.767500', '124254.227500', '124254.687500', '124255.147500', '124255.607500', '124256.067500', '124256.527500', '124256.987500', '124257.447500', '124257.907500', '124258.367500', '124258.827500', '124259.287500', '124259.747500', '124300.207500', '124300.667500', '124301.127500', '124301.587500', '124302.047500', '124302.507500', '124302.967500', '124303.427500', '124303.887500', '124304.347500', '124304.807500', '124305.267500', '124305.727500', '124306.187500', '124306.647500', '124307.107500', '124307.567500', '124308.027500', '124308.487500', '124308.947500', '124309.407500', '124309.867500', '124310.327500', '124310.787500', '124311.247500', '124311.707500', '124312.167500', '124312.627500', '124313.087500', '124313.547500', '124314.007500', '124314.467500', '124314.927500', '124315.387500', '124315.847500', '124316.307500', '124316.767500', '124317.227500', '124317.687500', '124318.147500', '124318.607500', '124319.067500', '124319.527500', '124319.987500', '124320.447500', '124320.907500', '124321.367500', '124321.827500', '124322.287500', '124322.747500', '124323.207500', '124323.667500', '124324.127500', '124324.587500', '124325.047500', '124325.507500', '124325.967500', '124326.427500', '124326.887500', '124327.347500', '124327.807500', '124328.267500', '124328.727500', '124329.187500', '124329.647500', '124330.107500', '124330.567500', '124331.027500', '124331.487500', '124331.947500', '124332.407500', '124332.867500', '124333.327500', '124333.787500', '124334.247500', '124334.707500', '124335.167500', '124335.627500', '124336.087500', '124336.547500', '124337.007500', '124337.467500', '124337.927500', '124338.387500', '124338.847500', '124339.307500', '124339.767500', '124340.227500', '124340.687500', '124341.147500', '124341.607500', '124342.067500', '124342.527500', '124342.987500', '124343.447500', '124343.907500', '124344.367500', '124344.827500', '124345.287500', '124345.747500', '124346.207500', '124346.667500', '124347.127500', '124347.587500', '124348.047500', '124348.507500', '124348.967500', '124349.427500', '124349.887500', '124350.347500', '124350.807500', '124351.267500', '124351.727500', '124352.187500', '124352.647500', '124353.107500', '124353.567500', '124354.027500', '124354.487500', '124354.947500', '124355.407500', '124355.867500', '124356.327500', '124356.787500', '124357.247500', '124357.707500', '124358.167500', '124358.627500', '124359.087500', '124359.547500', '124400.007500', '124400.467500', '124400.927500', '124401.387500', '124401.847500', '124402.307500', '124402.767500', '124403.227500', '124403.687500', '124404.147500', '124404.607500', '124405.067500', '124405.527500', '124405.987500', '124406.447500', '124406.907500', '124407.367500', '124407.827500', '124408.287500', '124408.747500', '124409.207500', '124409.667500', '124410.127500', '124410.587500', '124411.047500', '124411.507500', '124411.967500', '124412.427500', '124412.887500', '124413.347500', '124413.807500', '124414.267500', '124414.727500', '124415.187500', '124415.647500', '124416.107500', '124416.567500', '124417.027500', '124417.487500', '124417.947500', '124418.407500', '124418.867500', '124419.327500', '124419.787500', '124420.247500', '124420.707500', '124421.167500', '124421.627500', '124422.087500', '124422.547500', '124423.007500', '124423.467500', '124423.927500', '124424.387500', '124424.847500', '124425.307500', '124425.767500', '124426.227500', '124426.687500', '124427.147500', '124427.607500', '124428.067500', '124428.527500', '124428.987500', '124429.447500', '124429.907500', '124430.367500', '124430.827500', '124431.287500', '124431.747500', '124432.207500', '124432.667500', '124433.127500', '124433.587500', '124434.047500', '124434.507500', '124434.967500', '124435.427500', '124435.887500', '124436.347500', '124436.807500', '124437.267500', '124437.727500', '124438.187500', '124438.647500', '124439.107500', '124439.567500', '124440.027500', '124440.487500', '124440.947500', '124441.407500', '124441.867500', '124442.327500', '124442.787500', '124443.247500', '124443.707500', '124444.167500', '124444.627500', '124445.087500', '124445.547500', '124446.007500', '124446.467500', '124446.927500', '124447.387500', '124447.847500', '124448.307500', '124448.767500', '124449.227500', '124449.687500', '124450.147500', '124450.607500', '124451.067500', '124451.527500', '124451.987500', '124452.447500', '124452.907500', '124453.367500', '124453.827500', '124454.287500', '124454.747500', '124455.207500', '124455.667500', '124456.127500', '124456.587500', '124457.047500', '124457.507500', '124457.967500', '124458.427500', '124458.887500', '124459.347500', '124459.807500', '124500.267500', '124500.727500', '124501.187500', '124501.647500', '124502.107500', '124502.567500', '124503.027500', '124503.487500', '124503.947500', '124504.407500', '124504.867500', '124505.327500', '124505.787500', '124506.247500', '124506.707500', '124507.167500', '124507.627500', '124508.087500', '124508.547500', '124509.007500', '124509.467500', '124509.927500', '124510.387500', '124510.847500', '124511.307500', '124511.767500', '124512.227500', '124512.687500', '124513.147500', '124513.607500', '124514.067500', '124514.527500', '124514.987500', '124515.447500', '124515.907500', '124516.367500', '124516.827500', '124517.287500', '124517.747500', '124518.207500', '124518.667500', '124519.127500', '124519.587500', '124520.047500', '124520.507500', '124520.967500', '124521.427500', '124521.887500', '124522.347500', '124522.807500', '124523.267500', '124523.727500', '124524.187500', '124524.647500', '124525.107500', '124525.567500', '124526.027500', '124526.487500', '124526.947500', '124527.407500', '124527.867500', '124528.327500', '124528.787500', '124529.247500', '124529.707500', '124530.167500', '124530.627500', '124531.087500', '124531.547500', '124532.007500', '124532.467500', '124532.927500', '124533.387500', '124533.847500', '124534.307500', '124534.767500', '124535.227500', '124535.687500', '124536.147500', '124536.607500', '124537.067500', '124537.527500'], 'ContentTime': ['123918.702000', '123918.705000', '123918.707000', '123918.710000', '123918.713000', '123918.716000', '123918.718000', '123918.721000', '123918.723000', '123918.726000', '123918.728000', '123918.743000', '123918.746000', '123918.756000', '123918.759000', '123918.761000', '123918.764000', '123918.766000', '123918.769000', '123918.771000', '123918.774000', '123918.777000', '123918.779000', '123918.782000', '123918.784000', '123918.787000', '123918.790000', '123918.792000', '123918.795000', '123918.797000', '123918.800000', '123918.803000', '123918.805000', '123918.808000', '123918.810000', '123918.813000', '123918.815000', '123918.818000', '123918.820000', '123918.823000', '123918.825000', '123918.828000', '123918.831000', '123918.837000', '123918.840000', '123918.842000', '123938.668000', '123938.671000', '123938.674000', '123938.676000', '123938.679000', '123938.681000', '123938.684000', '123938.687000', '123938.689000', '123938.692000', '123938.694000', '123938.697000', '123938.700000', '123938.702000', '123938.705000', '123938.707000', '123938.710000', '123938.712000', '123938.715000', '123938.717000', '123938.720000', '123938.723000', '123938.725000', '123938.728000', '123938.730000', '123938.733000', '123938.736000', '123938.745000', '123938.747000', '123938.750000', '123938.752000', '123938.755000', '123938.757000', '123938.760000', '123938.763000', '123938.765000', '123938.768000', '123938.770000', '123938.773000', '123938.776000', '123938.778000', '123938.781000', '123938.783000', '123958.668000', '123958.671000', '123958.674000', '123958.676000', '123958.679000', '123958.681000', '123958.684000', '123958.687000', '123958.689000', '123958.692000', '123958.695000', '123958.697000', '123958.700000', '123958.702000', '123958.705000', '123958.707000', '123958.710000', '123958.712000', '123958.715000', '123958.718000', '123958.720000', '123958.723000', '123958.725000', '123958.728000', '123958.731000', '123958.733000', '123958.736000', '123958.738000', '123958.741000', '123958.743000', '123958.751000', '123958.754000', '123958.756000', '123958.759000', '123958.762000', '123958.764000', '123958.767000', '123958.769000', '123958.772000', '123958.775000', '123958.777000', '123958.780000', '123958.782000', '123958.785000', '124018.668000', '124018.671000', '124018.674000', '124018.676000', '124018.679000', '124018.682000', '124018.684000', '124018.687000', '124018.689000', '124018.692000', '124018.694000', '124018.697000', '124018.700000', '124018.702000', '124018.705000', '124018.707000', '124018.710000', '124018.712000', '124018.742000', '124018.745000', '124018.747000', '124018.750000', '124018.753000', '124018.755000', '124018.758000', '124018.760000', '124018.763000', '124018.766000', '124018.768000', '124018.771000', '124018.774000', '124018.777000', '124018.780000', '124018.783000', '124018.785000', '124018.788000', '124018.790000', '124018.793000', '124018.796000', '124018.798000', '124018.801000', '124018.804000', '124018.806000', '124038.667000', '124038.670000', '124038.673000', '124038.675000', '124038.678000', '124038.681000', '124038.683000', '124038.686000', '124038.688000', '124038.691000', '124038.694000', '124038.696000', '124038.699000', '124038.701000', '124038.704000', '124038.706000', '124038.709000', '124038.712000', '124038.714000', '124038.717000', '124038.719000', '124038.722000', '124038.725000', '124038.727000', '124038.730000', '124038.732000', '124038.735000', '124038.737000', '124038.740000', '124038.743000', '124038.745000', '124038.748000', '124038.750000', '124038.753000', '124038.755000', '124038.758000', '124038.761000', '124038.763000', '124038.766000', '124038.768000', '124038.771000', '124038.773000', '124038.776000', '124038.778000', '124058.667000', '124058.670000', '124058.673000', '124058.675000', '124058.678000', '124058.681000', '124058.683000', '124058.686000', '124058.688000', '124058.691000', '124058.693000', '124058.696000', '124058.698000', '124058.701000', '124058.704000', '124058.706000', '124058.709000', '124058.711000', '124058.714000', '124058.717000', '124058.728000', '124058.730000', '124058.733000', '124058.735000', '124058.738000', '124058.740000', '124058.743000', '124058.746000', '124058.748000', '124058.751000', '124058.753000', '124058.756000', '124058.759000', '124058.761000', '124058.764000', '124058.766000', '124058.769000', '124058.772000', '124058.774000', '124058.777000', '124058.779000', '124058.782000', '124058.785000', '124118.668000', '124118.671000', '124118.674000', '124118.676000', '124118.679000', '124118.682000', '124118.684000', '124118.687000', '124118.689000', '124118.692000', '124118.695000', '124118.697000', '124118.700000', '124118.702000', '124118.705000', '124118.707000', '124118.710000', '124118.713000', '124118.715000', '124118.718000', '124118.720000', '124118.723000', '124118.726000', '124118.728000', '124118.731000', '124118.734000', '124118.736000', '124118.739000', '124118.741000', '124118.744000', '124118.747000', '124118.749000', '124118.752000', '124118.754000', '124118.757000', '124118.760000', '124118.762000', '124118.765000', '124118.768000', '124118.770000', '124118.773000', '124118.775000', '124118.778000', '124118.780000', '124138.669000', '124138.671000', '124138.674000', '124138.676000', '124138.679000', '124138.682000', '124138.684000', '124138.687000', '124138.689000', '124138.692000', '124138.694000', '124138.697000', '124138.699000', '124138.702000', '124138.705000', '124138.707000', '124138.710000', '124138.712000', '124138.715000', '124138.718000', '124138.720000', '124138.723000', '124138.725000', '124138.728000', '124138.731000', '124138.733000', '124138.736000', '124138.738000', '124138.741000', '124138.743000', '124138.746000', '124138.756000', '124138.759000', '124138.762000', '124138.764000', '124138.767000', '124138.770000', '124138.772000', '124138.775000', '124138.777000', '124138.780000', '124138.782000', '124138.785000', '124158.668000', '124158.671000', '124158.674000', '124158.677000', '124158.679000', '124158.682000', '124158.685000', '124158.687000', '124158.690000', '124158.693000', '124158.695000', '124158.698000', '124158.700000', '124158.703000', '124158.706000', '124158.708000', '124158.711000', '124158.714000', '124158.716000', '124158.719000', '124158.721000', '124158.724000', '124158.727000', '124158.729000', '124158.732000', '124158.734000', '124158.737000', '124158.740000', '124158.742000', '124158.745000', '124158.747000', '124158.750000', '124158.753000', '124158.755000', '124158.758000', '124158.760000', '124158.763000', '124158.765000', '124158.768000', '124158.771000', '124158.773000', '124158.776000', '124158.778000', '124158.781000', '124218.668000', '124218.671000', '124218.674000', '124218.677000', '124218.679000', '124218.682000', '124218.684000', '124218.687000', '124218.690000', '124218.692000', '124218.695000', '124218.697000', '124218.700000', '124218.703000', '124218.705000', '124218.708000', '124218.711000', '124218.713000', '124218.716000', '124218.718000', '124218.721000', '124218.723000', '124218.726000', '124218.729000', '124218.731000', '124218.734000', '124218.736000', '124218.739000', '124218.742000', '124218.744000', '124218.747000', '124218.750000', '124218.752000', '124218.755000', '124218.757000', '124218.760000', '124218.762000', '124218.765000', '124218.768000', '124218.770000', '124218.773000', '124218.775000', '124218.778000', '124238.668000', '124238.671000', '124238.674000', '124238.676000', '124238.679000', '124238.682000', '124238.684000', '124238.687000', '124238.689000', '124238.692000', '124238.695000', '124238.697000', '124238.700000', '124238.702000', '124238.705000', '124238.708000', '124238.710000', '124238.713000', '124238.716000', '124238.718000', '124238.721000', '124238.723000', '124238.726000', '124238.729000', '124238.731000', '124238.734000', '124238.736000', '124238.739000', '124238.741000', '124238.744000', '124238.747000', '124238.749000', '124238.752000', '124238.754000', '124238.757000', '124238.760000', '124238.762000', '124238.765000', '124238.767000', '124238.770000', '124238.773000', '124238.775000', '124238.778000', '124238.780000', '124258.667000', '124258.670000', '124258.673000', '124258.675000', '124258.678000', '124258.681000', '124258.683000', '124258.686000', '124258.688000', '124258.691000', '124258.694000', '124258.696000', '124258.699000', '124258.701000', '124258.704000', '124258.707000', '124258.709000', '124258.712000', '124258.714000', '124258.717000', '124258.720000', '124258.722000', '124258.725000', '124258.727000', '124258.730000', '124258.732000', '124258.735000', '124258.738000', '124258.740000', '124258.743000', '124258.745000', '124258.748000', '124258.751000', '124258.753000', '124258.756000', '124258.758000', '124258.761000', '124258.764000', '124258.766000', '124258.769000', '124258.771000', '124258.774000', '124258.777000', '124318.669000', '124318.672000', '124318.674000', '124318.677000', '124318.680000', '124318.682000', '124318.685000', '124318.687000', '124318.690000', '124318.693000', '124318.695000', '124318.698000', '124318.700000', '124318.703000', '124318.705000', '124318.708000', '124318.711000', '124318.713000', '124318.716000', '124318.718000', '124318.721000', '124318.724000', '124318.726000', '124318.729000', '124318.731000', '124318.734000', '124318.737000', '124318.739000', '124318.742000', '124318.745000', '124318.747000', '124318.750000', '124318.752000', '124318.755000', '124318.757000', '124318.760000', '124318.762000', '124318.765000', '124318.768000', '124318.770000', '124318.773000', '124318.775000', '124318.778000', '124318.780000', '124338.669000', '124338.671000', '124338.674000', '124338.676000', '124338.679000', '124338.682000', '124338.684000', '124338.687000', '124338.690000', '124338.692000', '124338.695000', '124338.697000', '124338.700000', '124338.703000', '124338.705000', '124338.708000', '124338.711000', '124338.713000', '124338.716000', '124338.718000', '124338.721000', '124338.724000', '124338.726000', '124338.729000', '124338.731000', '124338.734000', '124338.737000', '124338.739000', '124338.742000', '124338.744000', '124338.747000', '124338.750000', '124338.752000', '124338.755000', '124338.757000', '124338.760000', '124338.762000', '124338.765000', '124338.768000', '124338.770000', '124338.773000', '124338.775000', '124338.778000', '124358.668000', '124358.671000', '124358.674000', '124358.676000', '124358.679000', '124358.682000', '124358.684000', '124358.687000', '124358.689000', '124358.692000', '124358.695000', '124358.697000', '124358.730000', '124358.732000', '124358.735000', '124358.737000', '124358.740000', '124358.743000', '124358.745000', '124358.748000', '124358.750000', '124358.753000', '124358.756000', '124358.758000', '124358.761000', '124358.763000', '124358.766000', '124358.769000', '124358.771000', '124358.774000', '124358.776000', '124358.779000', '124358.782000', '124358.784000', '124358.787000', '124358.789000', '124358.792000', '124358.795000', '124358.797000', '124358.800000', '124358.802000', '124358.805000', '124358.808000', '124418.668000', '124418.671000', '124418.674000', '124418.676000', '124418.679000', '124418.682000', '124418.684000', '124418.687000', '124418.689000', '124418.692000', '124418.695000', '124418.697000', '124418.700000', '124418.702000', '124418.705000', '124418.708000', '124418.710000', '124418.713000', '124418.715000', '124418.718000', '124418.721000', '124418.723000', '124418.726000', '124418.728000', '124418.731000', '124418.750000', '124418.753000', '124418.756000', '124418.758000', '124418.761000', '124418.763000', '124418.766000', '124418.769000', '124418.771000', '124418.774000', '124418.776000', '124418.779000', '124418.781000', '124418.784000', '124418.787000', '124418.789000', '124418.792000', '124418.794000', '124418.797000', '124438.668000', '124438.671000', '124438.674000', '124438.676000', '124438.679000', '124438.682000', '124438.684000', '124438.687000', '124438.689000', '124438.692000', '124438.695000', '124438.697000', '124438.700000', '124438.702000', '124438.705000', '124438.709000', '124438.712000', '124438.715000', '124438.718000', '124438.720000', '124438.723000', '124438.725000', '124438.728000', '124438.731000', '124438.733000', '124438.736000', '124438.738000', '124438.741000', '124438.744000', '124438.746000', '124438.749000', '124438.751000', '124438.754000', '124438.757000', '124438.759000', '124438.762000', '124438.765000', '124438.767000', '124438.770000', '124438.772000', '124438.775000', '124438.777000', '124438.780000', '124438.783000', '124458.669000', '124458.671000', '124458.674000', '124458.677000', '124458.679000', '124458.682000', '124458.684000', '124458.687000', '124458.690000', '124458.692000', '124458.695000', '124458.697000', '124458.700000', '124458.702000', '124458.705000', '124458.708000', '124458.710000', '124458.713000', '124458.716000', '124458.718000', '124458.721000', '124458.723000', '124458.728000', '124458.730000', '124458.733000', '124458.735000', '124458.738000', '124458.741000', '124458.743000', '124458.746000', '124458.748000', '124458.751000', '124458.754000', '124458.756000', '124458.759000', '124458.761000', '124458.764000', '124458.767000', '124458.769000', '124458.772000', '124458.774000', '124458.777000', '124458.780000', '124518.667000', '124518.670000', '124518.673000', '124518.675000', '124518.678000', '124518.680000', '124518.683000', '124518.686000', '124518.688000', '124518.691000', '124518.694000', '124518.696000', '124518.699000', '124518.701000', '124518.704000', '124518.706000', '124518.709000', '124518.712000', '124518.714000', '124518.717000', '124518.719000', '124518.722000', '124518.724000', '124518.738000', '124518.741000', '124518.743000', '124518.746000', '124518.749000', '124518.751000', '124518.754000', '124518.756000', '124518.759000', '124518.762000', '124518.764000', '124518.767000', '124518.769000', '124518.772000', '124518.774000', '124518.777000', '124518.780000', '124518.782000', '124518.785000', '124518.787000', '124518.790000', '124538.455000', '124538.458000', '124538.461000', '124538.464000', '124538.467000', '124538.470000', '124538.473000', '124538.476000', '124538.479000', '124538.483000', '124538.486000', '124538.488000', '124538.491000', '124538.495000', '124538.499000', '124538.503000', '124538.507000', '124538.510000', '124538.515000', '124538.519000', '124538.524000', '124538.530000', '124538.545000', '124538.548000', '124538.550000', '124538.553000', '124538.556000', '124538.559000', '124538.561000', '124538.564000', '124538.567000', '124538.569000', '124538.572000', '124538.575000', '124538.578000', '124538.582000', '124538.585000', '124538.590000', '124538.596000', '124538.599000', '124538.603000', '124538.606000', '124538.610000'], 'InstanceCreationTime': ['123918.702000', '123918.705000', '123918.707000', '123918.710000', '123918.713000', '123918.716000', '123918.718000', '123918.721000', '123918.723000', '123918.726000', '123918.728000', '123918.743000', '123918.746000', '123918.756000', '123918.759000', '123918.761000', '123918.764000', '123918.766000', '123918.769000', '123918.771000', '123918.774000', '123918.777000', '123918.779000', '123918.782000', '123918.784000', '123918.787000', '123918.790000', '123918.792000', '123918.795000', '123918.797000', '123918.800000', '123918.803000', '123918.805000', '123918.808000', '123918.810000', '123918.813000', '123918.815000', '123918.818000', '123918.820000', '123918.823000', '123918.825000', '123918.828000', '123918.831000', '123918.837000', '123918.840000', '123918.842000', '123938.668000', '123938.671000', '123938.674000', '123938.676000', '123938.679000', '123938.681000', '123938.684000', '123938.687000', '123938.689000', '123938.692000', '123938.694000', '123938.697000', '123938.700000', '123938.702000', '123938.705000', '123938.707000', '123938.710000', '123938.712000', '123938.715000', '123938.717000', '123938.720000', '123938.723000', '123938.725000', '123938.728000', '123938.730000', '123938.733000', '123938.736000', '123938.745000', '123938.747000', '123938.750000', '123938.752000', '123938.755000', '123938.757000', '123938.760000', '123938.763000', '123938.765000', '123938.768000', '123938.770000', '123938.773000', '123938.776000', '123938.778000', '123938.781000', '123938.783000', '123958.668000', '123958.671000', '123958.674000', '123958.676000', '123958.679000', '123958.681000', '123958.684000', '123958.687000', '123958.689000', '123958.692000', '123958.695000', '123958.697000', '123958.700000', '123958.702000', '123958.705000', '123958.707000', '123958.710000', '123958.712000', '123958.715000', '123958.718000', '123958.720000', '123958.723000', '123958.725000', '123958.728000', '123958.731000', '123958.733000', '123958.736000', '123958.738000', '123958.741000', '123958.743000', '123958.751000', '123958.754000', '123958.756000', '123958.759000', '123958.762000', '123958.764000', '123958.767000', '123958.769000', '123958.772000', '123958.775000', '123958.777000', '123958.780000', '123958.782000', '123958.785000', '124018.668000', '124018.671000', '124018.674000', '124018.676000', '124018.679000', '124018.682000', '124018.684000', '124018.687000', '124018.689000', '124018.692000', '124018.694000', '124018.697000', '124018.700000', '124018.702000', '124018.705000', '124018.707000', '124018.710000', '124018.712000', '124018.742000', '124018.745000', '124018.747000', '124018.750000', '124018.753000', '124018.755000', '124018.758000', '124018.760000', '124018.763000', '124018.766000', '124018.768000', '124018.771000', '124018.774000', '124018.777000', '124018.780000', '124018.783000', '124018.785000', '124018.788000', '124018.790000', '124018.793000', '124018.796000', '124018.798000', '124018.801000', '124018.804000', '124018.806000', '124038.667000', '124038.670000', '124038.673000', '124038.675000', '124038.678000', '124038.681000', '124038.683000', '124038.686000', '124038.688000', '124038.691000', '124038.694000', '124038.696000', '124038.699000', '124038.701000', '124038.704000', '124038.706000', '124038.709000', '124038.712000', '124038.714000', '124038.717000', '124038.719000', '124038.722000', '124038.725000', '124038.727000', '124038.730000', '124038.732000', '124038.735000', '124038.737000', '124038.740000', '124038.743000', '124038.745000', '124038.748000', '124038.750000', '124038.753000', '124038.755000', '124038.758000', '124038.761000', '124038.763000', '124038.766000', '124038.768000', '124038.771000', '124038.773000', '124038.776000', '124038.778000', '124058.667000', '124058.670000', '124058.673000', '124058.675000', '124058.678000', '124058.681000', '124058.683000', '124058.686000', '124058.688000', '124058.691000', '124058.693000', '124058.696000', '124058.698000', '124058.701000', '124058.704000', '124058.706000', '124058.709000', '124058.711000', '124058.714000', '124058.717000', '124058.728000', '124058.730000', '124058.733000', '124058.735000', '124058.738000', '124058.740000', '124058.743000', '124058.746000', '124058.748000', '124058.751000', '124058.753000', '124058.756000', '124058.759000', '124058.761000', '124058.764000', '124058.766000', '124058.769000', '124058.772000', '124058.774000', '124058.777000', '124058.779000', '124058.782000', '124058.785000', '124118.668000', '124118.671000', '124118.674000', '124118.676000', '124118.679000', '124118.682000', '124118.684000', '124118.687000', '124118.689000', '124118.692000', '124118.695000', '124118.697000', '124118.700000', '124118.702000', '124118.705000', '124118.707000', '124118.710000', '124118.713000', '124118.715000', '124118.718000', '124118.720000', '124118.723000', '124118.726000', '124118.728000', '124118.731000', '124118.734000', '124118.736000', '124118.739000', '124118.741000', '124118.744000', '124118.747000', '124118.749000', '124118.752000', '124118.754000', '124118.757000', '124118.760000', '124118.762000', '124118.765000', '124118.768000', '124118.770000', '124118.773000', '124118.775000', '124118.778000', '124118.780000', '124138.669000', '124138.671000', '124138.674000', '124138.676000', '124138.679000', '124138.682000', '124138.684000', '124138.687000', '124138.689000', '124138.692000', '124138.694000', '124138.697000', '124138.699000', '124138.702000', '124138.705000', '124138.707000', '124138.710000', '124138.712000', '124138.715000', '124138.718000', '124138.720000', '124138.723000', '124138.725000', '124138.728000', '124138.731000', '124138.733000', '124138.736000', '124138.738000', '124138.741000', '124138.743000', '124138.746000', '124138.756000', '124138.759000', '124138.762000', '124138.764000', '124138.767000', '124138.770000', '124138.772000', '124138.775000', '124138.777000', '124138.780000', '124138.782000', '124138.785000', '124158.668000', '124158.671000', '124158.674000', '124158.677000', '124158.679000', '124158.682000', '124158.685000', '124158.687000', '124158.690000', '124158.693000', '124158.695000', '124158.698000', '124158.700000', '124158.703000', '124158.706000', '124158.708000', '124158.711000', '124158.714000', '124158.716000', '124158.719000', '124158.721000', '124158.724000', '124158.727000', '124158.729000', '124158.732000', '124158.734000', '124158.737000', '124158.740000', '124158.742000', '124158.745000', '124158.747000', '124158.750000', '124158.753000', '124158.755000', '124158.758000', '124158.760000', '124158.763000', '124158.765000', '124158.768000', '124158.771000', '124158.773000', '124158.776000', '124158.778000', '124158.781000', '124218.668000', '124218.671000', '124218.674000', '124218.677000', '124218.679000', '124218.682000', '124218.684000', '124218.687000', '124218.690000', '124218.692000', '124218.695000', '124218.697000', '124218.700000', '124218.703000', '124218.705000', '124218.708000', '124218.711000', '124218.713000', '124218.716000', '124218.718000', '124218.721000', '124218.723000', '124218.726000', '124218.729000', '124218.731000', '124218.734000', '124218.736000', '124218.739000', '124218.742000', '124218.744000', '124218.747000', '124218.750000', '124218.752000', '124218.755000', '124218.757000', '124218.760000', '124218.762000', '124218.765000', '124218.768000', '124218.770000', '124218.773000', '124218.775000', '124218.778000', '124238.668000', '124238.671000', '124238.674000', '124238.676000', '124238.679000', '124238.682000', '124238.684000', '124238.687000', '124238.689000', '124238.692000', '124238.695000', '124238.697000', '124238.700000', '124238.702000', '124238.705000', '124238.708000', '124238.710000', '124238.713000', '124238.716000', '124238.718000', '124238.721000', '124238.723000', '124238.726000', '124238.729000', '124238.731000', '124238.734000', '124238.736000', '124238.739000', '124238.741000', '124238.744000', '124238.747000', '124238.749000', '124238.752000', '124238.754000', '124238.757000', '124238.760000', '124238.762000', '124238.765000', '124238.767000', '124238.770000', '124238.773000', '124238.775000', '124238.778000', '124238.780000', '124258.667000', '124258.670000', '124258.673000', '124258.675000', '124258.678000', '124258.681000', '124258.683000', '124258.686000', '124258.688000', '124258.691000', '124258.694000', '124258.696000', '124258.699000', '124258.701000', '124258.704000', '124258.707000', '124258.709000', '124258.712000', '124258.714000', '124258.717000', '124258.720000', '124258.722000', '124258.725000', '124258.727000', '124258.730000', '124258.732000', '124258.735000', '124258.738000', '124258.740000', '124258.743000', '124258.745000', '124258.748000', '124258.751000', '124258.753000', '124258.756000', '124258.758000', '124258.761000', '124258.764000', '124258.766000', '124258.769000', '124258.771000', '124258.774000', '124258.777000', '124318.669000', '124318.672000', '124318.674000', '124318.677000', '124318.680000', '124318.682000', '124318.685000', '124318.687000', '124318.690000', '124318.693000', '124318.695000', '124318.698000', '124318.700000', '124318.703000', '124318.705000', '124318.708000', '124318.711000', '124318.713000', '124318.716000', '124318.718000', '124318.721000', '124318.724000', '124318.726000', '124318.729000', '124318.731000', '124318.734000', '124318.737000', '124318.739000', '124318.742000', '124318.745000', '124318.747000', '124318.750000', '124318.752000', '124318.755000', '124318.757000', '124318.760000', '124318.762000', '124318.765000', '124318.768000', '124318.770000', '124318.773000', '124318.775000', '124318.778000', '124318.780000', '124338.669000', '124338.671000', '124338.674000', '124338.676000', '124338.679000', '124338.682000', '124338.684000', '124338.687000', '124338.690000', '124338.692000', '124338.695000', '124338.697000', '124338.700000', '124338.703000', '124338.705000', '124338.708000', '124338.711000', '124338.713000', '124338.716000', '124338.718000', '124338.721000', '124338.724000', '124338.726000', '124338.729000', '124338.731000', '124338.734000', '124338.737000', '124338.739000', '124338.742000', '124338.744000', '124338.747000', '124338.750000', '124338.752000', '124338.755000', '124338.757000', '124338.760000', '124338.762000', '124338.765000', '124338.768000', '124338.770000', '124338.773000', '124338.775000', '124338.778000', '124358.668000', '124358.671000', '124358.674000', '124358.676000', '124358.679000', '124358.682000', '124358.684000', '124358.687000', '124358.689000', '124358.692000', '124358.695000', '124358.697000', '124358.730000', '124358.732000', '124358.735000', '124358.737000', '124358.740000', '124358.743000', '124358.745000', '124358.748000', '124358.750000', '124358.753000', '124358.756000', '124358.758000', '124358.761000', '124358.763000', '124358.766000', '124358.769000', '124358.771000', '124358.774000', '124358.776000', '124358.779000', '124358.782000', '124358.784000', '124358.787000', '124358.789000', '124358.792000', '124358.795000', '124358.797000', '124358.800000', '124358.802000', '124358.805000', '124358.808000', '124418.668000', '124418.671000', '124418.674000', '124418.676000', '124418.679000', '124418.682000', '124418.684000', '124418.687000', '124418.689000', '124418.692000', '124418.695000', '124418.697000', '124418.700000', '124418.702000', '124418.705000', '124418.708000', '124418.710000', '124418.713000', '124418.715000', '124418.718000', '124418.721000', '124418.723000', '124418.726000', '124418.728000', '124418.731000', '124418.750000', '124418.753000', '124418.756000', '124418.758000', '124418.761000', '124418.763000', '124418.766000', '124418.769000', '124418.771000', '124418.774000', '124418.776000', '124418.779000', '124418.781000', '124418.784000', '124418.787000', '124418.789000', '124418.792000', '124418.794000', '124418.797000', '124438.668000', '124438.671000', '124438.674000', '124438.676000', '124438.679000', '124438.682000', '124438.684000', '124438.687000', '124438.689000', '124438.692000', '124438.695000', '124438.697000', '124438.700000', '124438.702000', '124438.705000', '124438.709000', '124438.712000', '124438.715000', '124438.718000', '124438.720000', '124438.723000', '124438.725000', '124438.728000', '124438.731000', '124438.733000', '124438.736000', '124438.738000', '124438.741000', '124438.744000', '124438.746000', '124438.749000', '124438.751000', '124438.754000', '124438.757000', '124438.759000', '124438.762000', '124438.765000', '124438.767000', '124438.770000', '124438.772000', '124438.775000', '124438.777000', '124438.780000', '124438.783000', '124458.669000', '124458.671000', '124458.674000', '124458.677000', '124458.679000', '124458.682000', '124458.684000', '124458.687000', '124458.690000', '124458.692000', '124458.695000', '124458.697000', '124458.700000', '124458.702000', '124458.705000', '124458.708000', '124458.710000', '124458.713000', '124458.716000', '124458.718000', '124458.721000', '124458.723000', '124458.728000', '124458.730000', '124458.733000', '124458.735000', '124458.738000', '124458.741000', '124458.743000', '124458.746000', '124458.748000', '124458.751000', '124458.754000', '124458.756000', '124458.759000', '124458.761000', '124458.764000', '124458.767000', '124458.769000', '124458.772000', '124458.774000', '124458.777000', '124458.780000', '124518.667000', '124518.670000', '124518.673000', '124518.675000', '124518.678000', '124518.680000', '124518.683000', '124518.686000', '124518.688000', '124518.691000', '124518.694000', '124518.696000', '124518.699000', '124518.701000', '124518.704000', '124518.706000', '124518.709000', '124518.712000', '124518.714000', '124518.717000', '124518.719000', '124518.722000', '124518.724000', '124518.738000', '124518.741000', '124518.743000', '124518.746000', '124518.749000', '124518.751000', '124518.754000', '124518.756000', '124518.759000', '124518.762000', '124518.764000', '124518.767000', '124518.769000', '124518.772000', '124518.774000', '124518.777000', '124518.780000', '124518.782000', '124518.785000', '124518.787000', '124518.790000', '124538.455000', '124538.458000', '124538.461000', '124538.464000', '124538.467000', '124538.470000', '124538.473000', '124538.476000', '124538.479000', '124538.483000', '124538.486000', '124538.488000', '124538.491000', '124538.495000', '124538.499000', '124538.503000', '124538.507000', '124538.510000', '124538.515000', '124538.519000', '124538.524000', '124538.530000', '124538.545000', '124538.548000', '124538.550000', '124538.553000', '124538.556000', '124538.559000', '124538.561000', '124538.564000', '124538.567000', '124538.569000', '124538.572000', '124538.575000', '124538.578000', '124538.582000', '124538.585000', '124538.590000', '124538.596000', '124538.599000', '124538.603000', '124538.606000', '124538.610000'], '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': [7466, 9913, 9209, 12754, 9158, 10209, 7363, 10476, 7747, 13056, 10313, 11115, 7747, 7269, 10335, 7592, 11844, 6972, 9736, 7677, 11620, 9596, 15604, 8885, 7629, 7777, 7091, 10882, 8394, 11441, 7197, 8630, 6970, 11219, 9692, 9176, 8319, 6884, 9802, 8002, 9768, 7135, 8482, 7058, 10880, 8525, 13060, 7312, 8636, 7399, 9471, 10287, 7224, 8584, 7210, 10292, 8256, 12460, 8707, 10530, 7683, 11209, 9697, 8983, 8593, 7255, 9373, 7244, 12883, 8629, 13507, 7265, 9235, 8052, 13621, 10314, 9356, 8074, 6933, 11319, 8644, 13355, 7246, 9036, 7795, 11529, 9807, 9551, 8193, 7227, 9630, 8059, 13215, 9875, 8363, 7581, 7718, 11540, 8649, 16730, 11724, 8599, 7758, 7605, 10039, 8476, 14068, 9174, 10603, 8119, 10348, 9954, 8014, 9920, 8301, 8093, 8509, 8268, 7200, 10577, 10761, 13005, 9751, 7797, 9076, 8418, 12591, 10908, 16981, 8724, 11045, 8658, 12248, 9425, 15217, 7747, 7159, 7859, 7624, 8810, 8264, 9008, 8774, 12492, 10090, 9567, 8462, 7844, 8332, 10007, 12089, 9548, 10184, 8381, 10270, 8945, 12645, 9277, 17454, 8716, 11024, 8682, 12088, 9198, 13869, 8563, 10975, 8549, 11775, 9106, 10285, 8515, 7408, 9361, 9542, 9988, 7695, 8208, 7449, 9229, 7267, 12353, 7998, 10797, 8105, 9528, 8360, 12766, 8986, 7716, 8744, 7088, 10732, 8427, 11054, 7995, 9670, 9028, 13602, 10261, 16453, 8271, 10477, 9539, 11842, 11586, 8750, 8985, 8038, 10871, 8506, 13927, 9002, 11101, 9038, 12758, 9589, 11618, 9324, 7694, 8321, 9291, 11697, 7694, 9334, 7556, 10701, 8092, 14141, 8845, 12171, 9306, 13221, 9534, 14619, 9034, 10620, 9434, 11488, 10214, 8871, 9308, 7767, 10519, 8882, 13419, 8375, 10339, 8056, 11869, 8340, 14004, 8734, 10683, 9277, 12233, 9810, 12278, 9441, 7507, 7739, 9246, 12939, 8166, 10127, 8113, 9993, 8663, 14556, 9911, 14958, 9189, 10082, 9602, 13365, 10665, 8527, 8532, 8011, 12271, 9226, 13428, 8400, 10288, 9277, 13016, 9922, 14930, 9321, 10236, 10095, 11824, 11292, 9001, 9531, 8715, 10447, 9043, 14323, 8461, 10383, 9336, 13191, 8618, 13726, 9339, 10109, 9682, 13083, 10280, 11531, 9460, 7596, 9479, 9500, 12436, 8056, 10442, 8115, 12853, 8897, 14361, 9671, 12092, 10397, 11693, 10212, 7590, 9549, 8323, 11530, 8803, 14821, 9794, 12532, 10094, 13352, 10793, 11653, 9193, 8765, 10252, 8540, 14433, 8604, 11188, 9666, 13574, 9452, 14491, 9718, 11072, 10447, 11387, 10019, 7973, 8585, 7939, 11524, 8094, 14172, 8815, 11571, 9821, 13880, 10205, 16088, 9305, 11503, 9939, 14145, 10984, 14308, 9917, 7911, 10414, 11297, 10718, 7805, 9047, 7810, 11726, 8197, 11366, 8210, 8971, 8444, 12521, 9799, 13868, 9637, 9645, 10674, 11975, 11027, 8379, 9138, 8937, 13442, 9069, 14859, 8816, 10446, 8874, 12831, 9679, 12923, 9708, 10031, 9931, 12988, 10768, 7778, 8327, 8324, 12037, 8990, 13439, 8997, 10799, 9561, 13049, 9754, 16483, 9663, 12884, 9879, 12765, 10602, 10320, 8753, 8647, 9838, 7885, 14039, 8890, 11064, 9187, 12795, 9874, 13964, 10478, 8077, 9297, 10292, 11975, 8804, 10153, 9420, 12976, 9772, 15170, 9927, 7849, 8519, 8529, 13553, 8768, 12379, 9604, 13307, 9885, 14036, 9839, 7866, 8872, 8719, 12908, 8140, 13489, 8299, 7087, 7857, 10004, 8345, 8812, 8819, 13173, 9626, 14368, 10690, 11093, 9997, 9498, 13252, 10424, 14508, 10953, 11655, 10774, 9340, 11368, 10244, 15975, 10778, 17446, 10028, 12292, 10364, 12124, 10854, 11823, 10182, 8587, 8568, 8366, 8461, 8358, 11525, 9227, 10553, 9488, 8862, 10340, 10898, 9728, 8031, 8092, 8042, 11369, 8774, 13607, 9441, 11479, 10202, 8833, 11662, 8524, 10800, 9842, 12113, 10254, 14776, 11233, 16175, 10235, 9475, 10891, 11764, 10806, 7902, 8917, 8215, 10827, 8458, 13782, 9281, 11276, 10102, 11939, 10466, 11511, 9161, 7801, 8557, 8588, 13881, 9055, 10550, 7595, 12038, 8301, 12503, 8277, 10807, 7261, 9484, 7547, 12070, 9483, 13116, 9162, 10115, 9636, 11984, 9910, 13058, 9996, 10086, 10391, 10061, 10127, 10661, 10433, 8086, 10593, 9095, 11414, 7869, 9488, 8211, 8598, 7433, 12280, 8426, 11766, 8339, 10214, 9383, 11827, 9234, 14944, 9446, 11772, 9285, 12135, 9543, 13766, 10126, 8334, 10428, 9889, 11378, 9211, 9358, 7940, 9947, 7629, 13642, 8845, 11344, 8523, 12926, 9282, 16490, 9574, 12123, 9830, 12506, 10009, 10390, 9386, 7790, 10072, 8713, 12595, 8315, 10502, 8443, 12207, 9510, 15828, 9812, 10395, 10591, 10037, 11035, 9279, 10945, 8279, 9073, 8997, 12078, 9563, 13664, 9571, 10078, 10828, 10363, 10948, 7808, 9517, 8213, 9209, 8128, 13697, 9421, 12045, 10166, 9871, 10436, 11409, 10327, 8648, 8889, 8884, 11827, 8539, 15752, 9647, 12087, 10314, 12646, 10081, 12659, 10416, 8874, 9372, 9705, 11053, 8420, 9108, 8295, 9143, 7709, 12397, 8324, 13070, 9122, 9890, 9091, 11640, 9383, 12037, 10125, 8131, 8199, 8713, 12390, 8784, 10188, 9120, 10591, 8713, 14266, 8887, 12015, 9530, 12649, 9800, 13669, 9791, 10821, 10228, 10048, 9213, 8043, 8352, 7497, 9302, 7177, 12154, 8190, 8974, 9079, 8093, 8014, 7801, 9708, 9987, 8203, 10743, 9437, 10483, 9726, 13588, 10612, 16546, 9575, 9898, 9911, 11196, 10074, 11188, 9497, 8007, 9815, 8898, 10059, 8139, 8123, 8254, 9775, 7771, 11774, 8287, 9288, 8351, 9291, 8522, 12678, 8492, 11760, 8740, 9356, 8784, 11669, 8917, 13578, 9035, 9841, 9467, 10467, 9784, 8203, 8690, 7892, 10308, 8334, 12568, 8058, 10503, 8438, 11437, 8905, 15274, 9774, 11986, 9534, 12090, 9717, 15371, 10294, 7972, 7588, 7809, 11265, 7800, 9067, 8556, 9179, 7939, 13053, 9398, 12539, 9535, 8463, 10198, 10637, 10510, 8190, 8800, 8967, 10680, 8523, 13347, 8476, 10748, 8831, 11788, 8863, 15254, 9098, 10254, 9192, 7753, 9551, 8658, 12678, 8521, 9907, 8804, 11539, 9060, 14943, 9631, 11267, 9542, 12218, 9887, 12683, 9406, 7957, 8578, 8690, 12130, 8753, 12857, 8780, 10256, 9172, 11245, 9693, 11197, 8727, 8180, 8372, 8744, 11986, 8777, 11528, 9730], 'WindowCenter': [4205.0, 4233.0, 4208.0, 4240.0, 4207.0, 4205.0, 4162.0, 4203.0, 4172.0, 4223.0, 4216.0, 4213.0, 4173.0, 4162.0, 4214.0, 4172.0, 4227.0, 4163.0, 4192.0, 4174.0, 4213.0, 4203.0, 4247.0, 4196.0, 4172.0, 4174.0, 4163.0, 4213.0, 4183.0, 4215.0, 4162.0, 4183.0, 4163.0, 4213.0, 4206.0, 4193.0, 4184.0, 4164.0, 4215.0, 4184.0, 4218.0, 4163.0, 4194.0, 4165.0, 4215.0, 4197.0, 4237.0, 4176.0, 4194.0, 4176.0, 4205.0, 4218.0, 4175.0, 4195.0, 4174.0, 4215.0, 4195.0, 4238.0, 4199.0, 4215.0, 4187.0, 4226.0, 4219.0, 4197.0, 4196.0, 4176.0, 4206.0, 4174.0, 4238.0, 4208.0, 4236.0, 4175.0, 4204.0, 4186.0, 4237.0, 4219.0, 4205.0, 4186.0, 4163.0, 4225.0, 4194.0, 4236.0, 4174.0, 4194.0, 4173.0, 4224.0, 4216.0, 4217.0, 4197.0, 4176.0, 4204.0, 4185.0, 4239.0, 4218.0, 4195.0, 4175.0, 4185.0, 4227.0, 4196.0, 4247.0, 4228.0, 4195.0, 4173.0, 4172.0, 4203.0, 4183.0, 4247.0, 4205.0, 4215.0, 4185.0, 4204.0, 4205.0, 4184.0, 4205.0, 4183.0, 4182.0, 4192.0, 4184.0, 4176.0, 4216.0, 4228.0, 4239.0, 4206.0, 4175.0, 4193.0, 4183.0, 4224.0, 4216.0, 4246.0, 4182.0, 4201.0, 4182.0, 4210.0, 4190.0, 4230.0, 4170.0, 4159.0, 4170.0, 4171.0, 4190.0, 4183.0, 4194.0, 4195.0, 4236.0, 4231.0, 4206.0, 4197.0, 4183.0, 4184.0, 4202.0, 4225.0, 4192.0, 4202.0, 4171.0, 4201.0, 4180.0, 4223.0, 4191.0, 4245.0, 4181.0, 4200.0, 4180.0, 4209.0, 4191.0, 4222.0, 4182.0, 4200.0, 4181.0, 4211.0, 4193.0, 4203.0, 4183.0, 4161.0, 4205.0, 4203.0, 4205.0, 4172.0, 4183.0, 4173.0, 4204.0, 4173.0, 4236.0, 4186.0, 4215.0, 4185.0, 4204.0, 4195.0, 4237.0, 4207.0, 4174.0, 4196.0, 4176.0, 4226.0, 4197.0, 4228.0, 4185.0, 4206.0, 4206.0, 4236.0, 4217.0, 4247.0, 4184.0, 4213.0, 4204.0, 4225.0, 4227.0, 4194.0, 4194.0, 4182.0, 4213.0, 4193.0, 4237.0, 4194.0, 4214.0, 4206.0, 4223.0, 4206.0, 4224.0, 4205.0, 4174.0, 4195.0, 4204.0, 4238.0, 4185.0, 4206.0, 4175.0, 4215.0, 4184.0, 4249.0, 4196.0, 4224.0, 4206.0, 4234.0, 4206.0, 4247.0, 4195.0, 4213.0, 4205.0, 4214.0, 4216.0, 4195.0, 4204.0, 4174.0, 4216.0, 4194.0, 4237.0, 4185.0, 4204.0, 4182.0, 4212.0, 4183.0, 4234.0, 4193.0, 4213.0, 4204.0, 4225.0, 4215.0, 4236.0, 4206.0, 4172.0, 4185.0, 4205.0, 4238.0, 4196.0, 4215.0, 4184.0, 4215.0, 4195.0, 4236.0, 4216.0, 4246.0, 4193.0, 4203.0, 4204.0, 4234.0, 4228.0, 4194.0, 4193.0, 4183.0, 4225.0, 4204.0, 4247.0, 4183.0, 4202.0, 4204.0, 4234.0, 4212.0, 4247.0, 4194.0, 4202.0, 4213.0, 4212.0, 4225.0, 4194.0, 4204.0, 4180.0, 4201.0, 4190.0, 4235.0, 4181.0, 4201.0, 4192.0, 4222.0, 4193.0, 4234.0, 4204.0, 4201.0, 4204.0, 4233.0, 4216.0, 4224.0, 4205.0, 4184.0, 4216.0, 4203.0, 4237.0, 4184.0, 4214.0, 4184.0, 4223.0, 4193.0, 4247.0, 4204.0, 4224.0, 4216.0, 4223.0, 4215.0, 4183.0, 4204.0, 4194.0, 4224.0, 4194.0, 4248.0, 4216.0, 4223.0, 4215.0, 4233.0, 4215.0, 4226.0, 4194.0, 4181.0, 4202.0, 4181.0, 4247.0, 4193.0, 4213.0, 4203.0, 4223.0, 4203.0, 4234.0, 4204.0, 4212.0, 4214.0, 4223.0, 4215.0, 4184.0, 4194.0, 4195.0, 4225.0, 4196.0, 4249.0, 4206.0, 4226.0, 4216.0, 4247.0, 4217.0, 4247.0, 4196.0, 4213.0, 4204.0, 4233.0, 4215.0, 4234.0, 4203.0, 4168.0, 4201.0, 4211.0, 4213.0, 4171.0, 4192.0, 4172.0, 4223.0, 4183.0, 4225.0, 4183.0, 4193.0, 4195.0, 4235.0, 4217.0, 4247.0, 4205.0, 4204.0, 4215.0, 4225.0, 4227.0, 4183.0, 4194.0, 4193.0, 4234.0, 4193.0, 4244.0, 4192.0, 4201.0, 4192.0, 4221.0, 4205.0, 4234.0, 4205.0, 4203.0, 4214.0, 4233.0, 4227.0, 4172.0, 4183.0, 4193.0, 4225.0, 4194.0, 4238.0, 4193.0, 4213.0, 4203.0, 4224.0, 4205.0, 4246.0, 4204.0, 4223.0, 4202.0, 4222.0, 4214.0, 4203.0, 4183.0, 4192.0, 4204.0, 4183.0, 4247.0, 4194.0, 4214.0, 4204.0, 4234.0, 4216.0, 4247.0, 4215.0, 4183.0, 4204.0, 4214.0, 4236.0, 4195.0, 4204.0, 4204.0, 4234.0, 4203.0, 4246.0, 4204.0, 4183.0, 4193.0, 4193.0, 4236.0, 4196.0, 4225.0, 4216.0, 4235.0, 4216.0, 4247.0, 4216.0, 4184.0, 4206.0, 4193.0, 4234.0, 4184.0, 4233.0, 4194.0, 4174.0, 4195.0, 4217.0, 4182.0, 4192.0, 4192.0, 4234.0, 4204.0, 4235.0, 4227.0, 4226.0, 4215.0, 4203.0, 4222.0, 4201.0, 4220.0, 4201.0, 4200.0, 4202.0, 4179.0, 4212.0, 4199.0, 4233.0, 4199.0, 4241.0, 4188.0, 4208.0, 4187.0, 4196.0, 4198.0, 4208.0, 4201.0, 4179.0, 4179.0, 4179.0, 4179.0, 4181.0, 4210.0, 4203.0, 4211.0, 4203.0, 4192.0, 4215.0, 4225.0, 4218.0, 4184.0, 4184.0, 4184.0, 4225.0, 4194.0, 4247.0, 4205.0, 4224.0, 4215.0, 4206.0, 4238.0, 4208.0, 4227.0, 4216.0, 4225.0, 4216.0, 4246.0, 4227.0, 4246.0, 4216.0, 4204.0, 4214.0, 4223.0, 4214.0, 4183.0, 4192.0, 4193.0, 4224.0, 4194.0, 4246.0, 4218.0, 4225.0, 4227.0, 4237.0, 4227.0, 4227.0, 4206.0, 4173.0, 4195.0, 4193.0, 4247.0, 4193.0, 4227.0, 4186.0, 4225.0, 4194.0, 4235.0, 4194.0, 4214.0, 4172.0, 4204.0, 4173.0, 4235.0, 4216.0, 4236.0, 4206.0, 4214.0, 4215.0, 4225.0, 4217.0, 4236.0, 4216.0, 4213.0, 4214.0, 4202.0, 4214.0, 4213.0, 4214.0, 4172.0, 4227.0, 4193.0, 4225.0, 4184.0, 4205.0, 4184.0, 4194.0, 4174.0, 4237.0, 4196.0, 4238.0, 4197.0, 4215.0, 4206.0, 4236.0, 4206.0, 4258.0, 4217.0, 4226.0, 4217.0, 4234.0, 4216.0, 4246.0, 4217.0, 4183.0, 4225.0, 4214.0, 4237.0, 4207.0, 4207.0, 4185.0, 4216.0, 4184.0, 4247.0, 4195.0, 4225.0, 4195.0, 4235.0, 4204.0, 4257.0, 4205.0, 4223.0, 4214.0, 4234.0, 4215.0, 4215.0, 4204.0, 4184.0, 4215.0, 4193.0, 4237.0, 4194.0, 4214.0, 4194.0, 4235.0, 4205.0, 4246.0, 4216.0, 4214.0, 4215.0, 4202.0, 4215.0, 4205.0, 4225.0, 4184.0, 4193.0, 4203.0, 4222.0, 4204.0, 4235.0, 4204.0, 4213.0, 4225.0, 4214.0, 4225.0, 4185.0, 4205.0, 4193.0, 4204.0, 4182.0, 4247.0, 4205.0, 4225.0, 4214.0, 4213.0, 4215.0, 4225.0, 4215.0, 4193.0, 4194.0, 4205.0, 4224.0, 4194.0, 4247.0, 4205.0, 4223.0, 4214.0, 4222.0, 4215.0, 4235.0, 4214.0, 4193.0, 4202.0, 4203.0, 4225.0, 4182.0, 4193.0, 4181.0, 4202.0, 4184.0, 4234.0, 4194.0, 4235.0, 4204.0, 4214.0, 4205.0, 4224.0, 4216.0, 4236.0, 4216.0, 4183.0, 4193.0, 4193.0, 4236.0, 4195.0, 4214.0, 4203.0, 4214.0, 4192.0, 4247.0, 4193.0, 4222.0, 4201.0, 4221.0, 4203.0, 4233.0, 4202.0, 4211.0, 4214.0, 4214.0, 4204.0, 4184.0, 4195.0, 4174.0, 4204.0, 4173.0, 4235.0, 4196.0, 4194.0, 4206.0, 4184.0, 4184.0, 4185.0, 4215.0, 4217.0, 4197.0, 4227.0, 4207.0, 4215.0, 4216.0, 4236.0, 4217.0, 4256.0, 4205.0, 4191.0, 4202.0, 4211.0, 4202.0, 4211.0, 4192.0, 4170.0, 4202.0, 4191.0, 4203.0, 4182.0, 4183.0, 4183.0, 4215.0, 4184.0, 4237.0, 4194.0, 4204.0, 4183.0, 4204.0, 4194.0, 4235.0, 4195.0, 4224.0, 4194.0, 4193.0, 4194.0, 4223.0, 4205.0, 4235.0, 4205.0, 4203.0, 4215.0, 4214.0, 4217.0, 4195.0, 4197.0, 4184.0, 4216.0, 4195.0, 4239.0, 4186.0, 4215.0, 4195.0, 4225.0, 4205.0, 4248.0, 4216.0, 4223.0, 4203.0, 4224.0, 4204.0, 4245.0, 4215.0, 4171.0, 4173.0, 4173.0, 4224.0, 4185.0, 4205.0, 4195.0, 4206.0, 4196.0, 4246.0, 4218.0, 4236.0, 4216.0, 4193.0, 4215.0, 4214.0, 4228.0, 4195.0, 4194.0, 4194.0, 4214.0, 4193.0, 4235.0, 4196.0, 4213.0, 4205.0, 4224.0, 4204.0, 4257.0, 4207.0, 4214.0, 4204.0, 4185.0, 4216.0, 4195.0, 4250.0, 4195.0, 4214.0, 4204.0, 4224.0, 4204.0, 4246.0, 4204.0, 4213.0, 4203.0, 4223.0, 4204.0, 4235.0, 4193.0, 4171.0, 4193.0, 4192.0, 4222.0, 4192.0, 4235.0, 4192.0, 4201.0, 4202.0, 4211.0, 4204.0, 4225.0, 4206.0, 4193.0, 4195.0, 4205.0, 4236.0, 4207.0, 4225.0, 4216.0], 'WindowWidth': [9357.0, 9387.0, 9347.0, 9395.0, 9340.0, 9334.0, 9272.0, 9326.0, 9286.0, 9356.0, 9351.0, 9341.0, 9286.0, 9273.0, 9343.0, 9284.0, 9367.0, 9275.0, 9311.0, 9290.0, 9343.0, 9329.0, 9394.0, 9322.0, 9284.0, 9289.0, 9275.0, 9341.0, 9300.0, 9347.0, 9272.0, 9298.0, 9276.0, 9342.0, 9337.0, 9313.0, 9304.0, 9279.0, 9347.0, 9306.0, 9355.0, 9276.0, 9315.0, 9282.0, 9347.0, 9327.0, 9382.0, 9298.0, 9318.0, 9298.0, 9334.0, 9357.0, 9293.0, 9319.0, 9293.0, 9348.0, 9322.0, 9387.0, 9332.0, 9348.0, 9315.0, 9365.0, 9362.0, 9324.0, 9324.0, 9298.0, 9337.0, 9293.0, 9385.0, 9344.0, 9378.0, 9293.0, 9331.0, 9311.0, 9382.0, 9362.0, 9332.0, 9310.0, 9272.0, 9362.0, 9319.0, 9377.0, 9292.0, 9315.0, 9290.0, 9360.0, 9354.0, 9355.0, 9326.0, 9297.0, 9333.0, 9309.0, 9387.0, 9358.0, 9322.0, 9295.0, 9310.0, 9366.0, 9323.0, 9397.0, 9369.0, 9321.0, 9287.0, 9286.0, 9327.0, 9301.0, 9398.0, 9335.0, 9348.0, 9308.0, 9330.0, 9336.0, 9304.0, 9333.0, 9300.0, 9299.0, 9313.0, 9304.0, 9297.0, 9351.0, 9373.0, 9389.0, 9338.0, 9292.0, 9313.0, 9302.0, 9359.0, 9350.0, 9395.0, 9297.0, 9320.0, 9298.0, 9332.0, 9307.0, 9359.0, 9280.0, 9266.0, 9279.0, 9283.0, 9306.0, 9302.0, 9316.0, 9323.0, 9378.0, 9380.0, 9337.0, 9327.0, 9302.0, 9303.0, 9324.0, 9363.0, 9312.0, 9324.0, 9279.0, 9320.0, 9291.0, 9356.0, 9309.0, 9392.0, 9293.0, 9316.0, 9289.0, 9329.0, 9308.0, 9354.0, 9297.0, 9318.0, 9295.0, 9333.0, 9313.0, 9325.0, 9298.0, 9270.0, 9333.0, 9328.0, 9336.0, 9286.0, 9301.0, 9287.0, 9333.0, 9289.0, 9378.0, 9312.0, 9346.0, 9307.0, 9333.0, 9322.0, 9381.0, 9340.0, 9291.0, 9322.0, 9300.0, 9366.0, 9327.0, 9370.0, 9308.0, 9335.0, 9337.0, 9379.0, 9356.0, 9395.0, 9304.0, 9340.0, 9332.0, 9360.0, 9369.0, 9317.0, 9316.0, 9299.0, 9341.0, 9314.0, 9380.0, 9317.0, 9343.0, 9338.0, 9357.0, 9339.0, 9360.0, 9334.0, 9291.0, 9322.0, 9333.0, 9386.0, 9310.0, 9337.0, 9293.0, 9347.0, 9304.0, 9400.0, 9322.0, 9357.0, 9338.0, 9372.0, 9339.0, 9395.0, 9322.0, 9342.0, 9334.0, 9344.0, 9353.0, 9321.0, 9331.0, 9290.0, 9350.0, 9318.0, 9385.0, 9307.0, 9328.0, 9300.0, 9338.0, 9302.0, 9373.0, 9313.0, 9340.0, 9333.0, 9361.0, 9351.0, 9377.0, 9337.0, 9287.0, 9308.0, 9334.0, 9385.0, 9324.0, 9349.0, 9304.0, 9347.0, 9320.0, 9381.0, 9353.0, 9392.0, 9315.0, 9328.0, 9332.0, 9371.0, 9372.0, 9318.0, 9315.0, 9302.0, 9363.0, 9331.0, 9397.0, 9303.0, 9324.0, 9331.0, 9372.0, 9344.0, 9395.0, 9318.0, 9326.0, 9342.0, 9339.0, 9364.0, 9317.0, 9330.0, 9293.0, 9323.0, 9306.0, 9375.0, 9294.0, 9321.0, 9312.0, 9353.0, 9315.0, 9373.0, 9329.0, 9321.0, 9332.0, 9368.0, 9353.0, 9358.0, 9333.0, 9306.0, 9351.0, 9328.0, 9382.0, 9305.0, 9342.0, 9304.0, 9355.0, 9317.0, 9395.0, 9333.0, 9358.0, 9350.0, 9357.0, 9350.0, 9304.0, 9332.0, 9318.0, 9360.0, 9319.0, 9401.0, 9351.0, 9357.0, 9349.0, 9371.0, 9349.0, 9363.0, 9318.0, 9296.0, 9327.0, 9296.0, 9396.0, 9315.0, 9339.0, 9327.0, 9353.0, 9330.0, 9373.0, 9328.0, 9339.0, 9345.0, 9356.0, 9351.0, 9304.0, 9318.0, 9322.0, 9363.0, 9325.0, 9401.0, 9339.0, 9364.0, 9350.0, 9397.0, 9357.0, 9397.0, 9321.0, 9341.0, 9330.0, 9370.0, 9350.0, 9371.0, 9326.0, 9273.0, 9321.0, 9334.0, 9341.0, 9280.0, 9311.0, 9287.0, 9355.0, 9302.0, 9362.0, 9303.0, 9315.0, 9323.0, 9376.0, 9354.0, 9393.0, 9335.0, 9330.0, 9347.0, 9361.0, 9367.0, 9300.0, 9317.0, 9316.0, 9373.0, 9314.0, 9388.0, 9311.0, 9321.0, 9313.0, 9351.0, 9335.0, 9372.0, 9331.0, 9329.0, 9344.0, 9371.0, 9366.0, 9286.0, 9302.0, 9315.0, 9363.0, 9319.0, 9384.0, 9315.0, 9340.0, 9328.0, 9356.0, 9335.0, 9395.0, 9329.0, 9353.0, 9325.0, 9352.0, 9345.0, 9328.0, 9302.0, 9313.0, 9330.0, 9302.0, 9393.0, 9318.0, 9343.0, 9331.0, 9372.0, 9351.0, 9395.0, 9347.0, 9302.0, 9333.0, 9344.0, 9380.0, 9319.0, 9329.0, 9329.0, 9369.0, 9330.0, 9394.0, 9332.0, 9300.0, 9315.0, 9315.0, 9377.0, 9323.0, 9359.0, 9351.0, 9375.0, 9350.0, 9394.0, 9351.0, 9303.0, 9340.0, 9318.0, 9373.0, 9307.0, 9371.0, 9319.0, 9293.0, 9324.0, 9354.0, 9301.0, 9314.0, 9311.0, 9373.0, 9331.0, 9376.0, 9369.0, 9366.0, 9348.0, 9329.0, 9351.0, 9321.0, 9347.0, 9322.0, 9318.0, 9323.0, 9287.0, 9337.0, 9316.0, 9373.0, 9318.0, 9379.0, 9301.0, 9326.0, 9294.0, 9304.0, 9312.0, 9326.0, 9321.0, 9291.0, 9290.0, 9290.0, 9291.0, 9296.0, 9333.0, 9329.0, 9336.0, 9327.0, 9313.0, 9348.0, 9361.0, 9356.0, 9306.0, 9306.0, 9307.0, 9362.0, 9320.0, 9395.0, 9335.0, 9357.0, 9348.0, 9337.0, 9385.0, 9344.0, 9366.0, 9351.0, 9361.0, 9353.0, 9394.0, 9368.0, 9393.0, 9348.0, 9328.0, 9344.0, 9355.0, 9347.0, 9300.0, 9313.0, 9315.0, 9358.0, 9320.0, 9393.0, 9356.0, 9363.0, 9368.0, 9381.0, 9370.0, 9367.0, 9338.0, 9290.0, 9322.0, 9316.0, 9396.0, 9316.0, 9369.0, 9309.0, 9360.0, 9318.0, 9378.0, 9320.0, 9345.0, 9287.0, 9330.0, 9290.0, 9375.0, 9353.0, 9377.0, 9339.0, 9345.0, 9346.0, 9361.0, 9355.0, 9380.0, 9351.0, 9341.0, 9344.0, 9325.0, 9345.0, 9341.0, 9344.0, 9285.0, 9367.0, 9317.0, 9363.0, 9306.0, 9334.0, 9304.0, 9318.0, 9293.0, 9382.0, 9325.0, 9382.0, 9326.0, 9346.0, 9337.0, 9377.0, 9339.0, 9415.0, 9354.0, 9363.0, 9354.0, 9373.0, 9353.0, 9392.0, 9351.0, 9302.0, 9362.0, 9347.0, 9382.0, 9343.0, 9340.0, 9309.0, 9351.0, 9306.0, 9397.0, 9320.0, 9360.0, 9322.0, 9375.0, 9333.0, 9412.0, 9335.0, 9355.0, 9345.0, 9373.0, 9350.0, 9347.0, 9332.0, 9305.0, 9349.0, 9317.0, 9382.0, 9320.0, 9344.0, 9320.0, 9376.0, 9336.0, 9395.0, 9350.0, 9343.0, 9346.0, 9328.0, 9349.0, 9335.0, 9363.0, 9304.0, 9314.0, 9329.0, 9352.0, 9333.0, 9377.0, 9332.0, 9342.0, 9363.0, 9345.0, 9364.0, 9308.0, 9334.0, 9316.0, 9333.0, 9302.0, 9395.0, 9336.0, 9360.0, 9345.0, 9344.0, 9348.0, 9360.0, 9350.0, 9315.0, 9317.0, 9334.0, 9359.0, 9320.0, 9397.0, 9333.0, 9354.0, 9343.0, 9353.0, 9348.0, 9374.0, 9345.0, 9314.0, 9328.0, 9329.0, 9362.0, 9301.0, 9316.0, 9299.0, 9327.0, 9306.0, 9374.0, 9322.0, 9378.0, 9334.0, 9345.0, 9336.0, 9360.0, 9353.0, 9380.0, 9351.0, 9302.0, 9318.0, 9315.0, 9382.0, 9323.0, 9345.0, 9328.0, 9343.0, 9312.0, 9395.0, 9315.0, 9350.0, 9321.0, 9348.0, 9328.0, 9367.0, 9325.0, 9338.0, 9345.0, 9346.0, 9334.0, 9307.0, 9322.0, 9292.0, 9332.0, 9292.0, 9378.0, 9324.0, 9317.0, 9340.0, 9307.0, 9305.0, 9311.0, 9350.0, 9356.0, 9330.0, 9369.0, 9342.0, 9348.0, 9352.0, 9379.0, 9358.0, 9406.0, 9333.0, 9307.0, 9324.0, 9332.0, 9326.0, 9334.0, 9309.0, 9277.0, 9323.0, 9309.0, 9330.0, 9299.0, 9300.0, 9302.0, 9349.0, 9306.0, 9382.0, 9320.0, 9332.0, 9301.0, 9329.0, 9319.0, 9375.0, 9324.0, 9359.0, 9316.0, 9314.0, 9319.0, 9357.0, 9336.0, 9378.0, 9335.0, 9328.0, 9349.0, 9346.0, 9357.0, 9323.0, 9325.0, 9307.0, 9351.0, 9320.0, 9389.0, 9311.0, 9348.0, 9322.0, 9362.0, 9334.0, 9401.0, 9351.0, 9356.0, 9328.0, 9358.0, 9333.0, 9390.0, 9348.0, 9282.0, 9289.0, 9290.0, 9362.0, 9309.0, 9335.0, 9320.0, 9338.0, 9327.0, 9393.0, 9358.0, 9379.0, 9349.0, 9317.0, 9350.0, 9347.0, 9372.0, 9322.0, 9320.0, 9318.0, 9346.0, 9316.0, 9377.0, 9323.0, 9342.0, 9334.0, 9360.0, 9335.0, 9411.0, 9342.0, 9344.0, 9330.0, 9311.0, 9352.0, 9321.0, 9404.0, 9323.0, 9346.0, 9333.0, 9360.0, 9333.0, 9395.0, 9332.0, 9341.0, 9328.0, 9355.0, 9332.0, 9375.0, 9316.0, 9282.0, 9316.0, 9313.0, 9355.0, 9312.0, 9375.0, 9310.0, 9321.0, 9324.0, 9338.0, 9333.0, 9365.0, 9339.0, 9318.0, 9325.0, 9337.0, 9381.0, 9344.0, 9362.0, 9351.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.0017771954022988506</td></tr>
<tr><td colspan=3>aqi</td><td>0.03561653931034483</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.575415581726126</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2191017297698494</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9922810505523579</td></tr>
<tr><td colspan=3>efc</td><td>0.4838</td></tr>
<tr><td colspan=3>fber</td><td>5077.7456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1476374249022747</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.2183908045977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4931455599309706</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3767252160617276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7200964806023915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3826149831287937</td></tr>
<tr><td colspan=3>gcor</td><td>0.00366275</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02438914030790329</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03610430285334587</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.023733068329623</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.2434</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4228</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.9393</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.7737</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6237</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.3952</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3399.611</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3576.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78709.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.7213</td></tr>
<tr><td colspan=3>tsnr</td><td>32.76204424467869</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>