<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0029_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0029_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0029_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-03/func/sub-0029_ses-03_task-social_acq-mb8_run-03_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>78c8424c5662b6d41ce43cc3f8bb39a3</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>11:41:48.885000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994524, -0.0805585, 0.0665739, 0.0772229, 0.995696, 0.0512475]</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-03_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.0993137</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7760, -7304, 621, -32, -238, -44, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a55c7e8a-8099-4951-9056-41da4b9e781e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6682355403900146, 0.20718330144882202, 0.19012270867824554, 101.27615356445312], [0.2161325067281723, 2.671379327774048, 0.1237296611070633, -93.88292694091797], [0.17861302196979523, -0.13749317824840546, 2.6904544830322266, -82.82622528076172], [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': ['114148.885000', '114149.345000', '114149.805000', '114150.265000', '114150.725000', '114151.185000', '114151.645000', '114152.105000', '114152.565000', '114153.025000', '114153.485000', '114153.945000', '114154.405000', '114154.865000', '114155.325000', '114155.785000', '114156.245000', '114156.705000', '114157.165000', '114157.625000', '114158.085000', '114158.545000', '114159.005000', '114159.465000', '114159.925000', '114200.385000', '114200.845000', '114201.305000', '114201.765000', '114202.225000', '114202.685000', '114203.145000', '114203.605000', '114204.065000', '114204.525000', '114204.985000', '114205.445000', '114205.905000', '114206.365000', '114206.825000', '114207.285000', '114207.745000', '114208.205000', '114208.665000', '114209.125000', '114209.585000', '114210.045000', '114210.505000', '114210.965000', '114211.425000', '114211.885000', '114212.345000', '114212.805000', '114213.265000', '114213.725000', '114214.185000', '114214.645000', '114215.105000', '114215.565000', '114216.025000', '114216.485000', '114216.945000', '114217.405000', '114217.865000', '114218.325000', '114218.785000', '114219.245000', '114219.705000', '114220.165000', '114220.625000', '114221.085000', '114221.545000', '114222.005000', '114222.465000', '114222.925000', '114223.385000', '114223.845000', '114224.305000', '114224.765000', '114225.225000', '114225.685000', '114226.145000', '114226.605000', '114227.065000', '114227.525000', '114227.985000', '114228.445000', '114228.905000', '114229.365000', '114229.825000', '114230.285000', '114230.745000', '114231.205000', '114231.665000', '114232.125000', '114232.585000', '114233.045000', '114233.505000', '114233.965000', '114234.425000', '114234.885000', '114235.345000', '114235.805000', '114236.265000', '114236.725000', '114237.185000', '114237.645000', '114238.105000', '114238.565000', '114239.025000', '114239.485000', '114239.945000', '114240.405000', '114240.865000', '114241.325000', '114241.785000', '114242.245000', '114242.705000', '114243.165000', '114243.625000', '114244.085000', '114244.545000', '114245.005000', '114245.465000', '114245.925000', '114246.385000', '114246.845000', '114247.305000', '114247.765000', '114248.225000', '114248.685000', '114249.145000', '114249.605000', '114250.065000', '114250.525000', '114250.985000', '114251.445000', '114251.905000', '114252.365000', '114252.825000', '114253.285000', '114253.745000', '114254.205000', '114254.665000', '114255.125000', '114255.585000', '114256.045000', '114256.505000', '114256.965000', '114257.425000', '114257.885000', '114258.345000', '114258.805000', '114259.265000', '114259.725000', '114300.185000', '114300.645000', '114301.105000', '114301.565000', '114302.025000', '114302.485000', '114302.945000', '114303.405000', '114303.865000', '114304.325000', '114304.785000', '114305.245000', '114305.705000', '114306.165000', '114306.625000', '114307.085000', '114307.545000', '114308.005000', '114308.465000', '114308.925000', '114309.385000', '114309.845000', '114310.305000', '114310.765000', '114311.225000', '114311.685000', '114312.145000', '114312.605000', '114313.065000', '114313.525000', '114313.985000', '114314.445000', '114314.905000', '114315.365000', '114315.825000', '114316.285000', '114316.745000', '114317.205000', '114317.665000', '114318.125000', '114318.585000', '114319.045000', '114319.505000', '114319.965000', '114320.425000', '114320.885000', '114321.345000', '114321.805000', '114322.265000', '114322.725000', '114323.185000', '114323.645000', '114324.105000', '114324.565000', '114325.025000', '114325.485000', '114325.945000', '114326.405000', '114326.865000', '114327.325000', '114327.785000', '114328.245000', '114328.705000', '114329.165000', '114329.625000', '114330.085000', '114330.545000', '114331.005000', '114331.465000', '114331.925000', '114332.385000', '114332.845000', '114333.305000', '114333.765000', '114334.225000', '114334.685000', '114335.145000', '114335.605000', '114336.065000', '114336.525000', '114336.985000', '114337.445000', '114337.905000', '114338.365000', '114338.825000', '114339.285000', '114339.745000', '114340.205000', '114340.665000', '114341.125000', '114341.585000', '114342.045000', '114342.505000', '114342.965000', '114343.425000', '114343.885000', '114344.345000', '114344.805000', '114345.265000', '114345.725000', '114346.185000', '114346.645000', '114347.105000', '114347.565000', '114348.025000', '114348.485000', '114348.945000', '114349.405000', '114349.865000', '114350.325000', '114350.785000', '114351.245000', '114351.705000', '114352.165000', '114352.625000', '114353.085000', '114353.545000', '114354.005000', '114354.465000', '114354.925000', '114355.385000', '114355.845000', '114356.305000', '114356.765000', '114357.225000', '114357.685000', '114358.145000', '114358.605000', '114359.065000', '114359.525000', '114359.985000', '114400.445000', '114400.905000', '114401.365000', '114401.825000', '114402.285000', '114402.745000', '114403.205000', '114403.665000', '114404.125000', '114404.585000', '114405.045000', '114405.505000', '114405.965000', '114406.425000', '114406.885000', '114407.345000', '114407.805000', '114408.265000', '114408.725000', '114409.185000', '114409.645000', '114410.105000', '114410.565000', '114411.025000', '114411.485000', '114411.945000', '114412.405000', '114412.865000', '114413.325000', '114413.785000', '114414.245000', '114414.705000', '114415.165000', '114415.625000', '114416.085000', '114416.545000', '114417.005000', '114417.465000', '114417.925000', '114418.385000', '114418.845000', '114419.305000', '114419.765000', '114420.225000', '114420.685000', '114421.145000', '114421.605000', '114422.065000', '114422.525000', '114422.985000', '114423.445000', '114423.905000', '114424.365000', '114424.825000', '114425.285000', '114425.745000', '114426.205000', '114426.665000', '114427.125000', '114427.585000', '114428.045000', '114428.505000', '114428.965000', '114429.425000', '114429.885000', '114430.345000', '114430.805000', '114431.265000', '114431.725000', '114432.185000', '114432.645000', '114433.105000', '114433.565000', '114434.025000', '114434.485000', '114434.945000', '114435.405000', '114435.865000', '114436.325000', '114436.785000', '114437.245000', '114437.705000', '114438.165000', '114438.625000', '114439.085000', '114439.545000', '114440.005000', '114440.465000', '114440.925000', '114441.385000', '114441.845000', '114442.305000', '114442.765000', '114443.225000', '114443.685000', '114444.145000', '114444.605000', '114445.065000', '114445.525000', '114445.985000', '114446.445000', '114446.905000', '114447.365000', '114447.825000', '114448.285000', '114448.745000', '114449.205000', '114449.665000', '114450.125000', '114450.585000', '114451.045000', '114451.505000', '114451.965000', '114452.425000', '114452.885000', '114453.345000', '114453.805000', '114454.265000', '114454.725000', '114455.185000', '114455.645000', '114456.105000', '114456.565000', '114457.025000', '114457.485000', '114457.945000', '114458.405000', '114458.865000', '114459.325000', '114459.785000', '114500.245000', '114500.705000', '114501.165000', '114501.625000', '114502.085000', '114502.545000', '114503.005000', '114503.465000', '114503.925000', '114504.385000', '114504.845000', '114505.305000', '114505.765000', '114506.225000', '114506.685000', '114507.145000', '114507.605000', '114508.065000', '114508.525000', '114508.985000', '114509.445000', '114509.905000', '114510.365000', '114510.825000', '114511.285000', '114511.745000', '114512.205000', '114512.665000', '114513.125000', '114513.585000', '114514.045000', '114514.505000', '114514.965000', '114515.425000', '114515.885000', '114516.345000', '114516.805000', '114517.265000', '114517.725000', '114518.185000', '114518.645000', '114519.105000', '114519.565000', '114520.025000', '114520.485000', '114520.945000', '114521.405000', '114521.865000', '114522.325000', '114522.785000', '114523.245000', '114523.705000', '114524.165000', '114524.625000', '114525.085000', '114525.545000', '114526.005000', '114526.465000', '114526.925000', '114527.385000', '114527.845000', '114528.305000', '114528.765000', '114529.225000', '114529.685000', '114530.145000', '114530.605000', '114531.065000', '114531.525000', '114531.985000', '114532.445000', '114532.905000', '114533.365000', '114533.825000', '114534.285000', '114534.745000', '114535.205000', '114535.665000', '114536.125000', '114536.585000', '114537.045000', '114537.505000', '114537.965000', '114538.425000', '114538.885000', '114539.345000', '114539.805000', '114540.265000', '114540.725000', '114541.185000', '114541.645000', '114542.105000', '114542.565000', '114543.025000', '114543.485000', '114543.945000', '114544.405000', '114544.865000', '114545.325000', '114545.785000', '114546.245000', '114546.705000', '114547.165000', '114547.625000', '114548.085000', '114548.545000', '114549.005000', '114549.465000', '114549.925000', '114550.385000', '114550.845000', '114551.305000', '114551.765000', '114552.225000', '114552.685000', '114553.145000', '114553.605000', '114554.065000', '114554.525000', '114554.985000', '114555.445000', '114555.905000', '114556.365000', '114556.825000', '114557.285000', '114557.745000', '114558.205000', '114558.665000', '114559.125000', '114559.585000', '114600.045000', '114600.505000', '114600.965000', '114601.425000', '114601.885000', '114602.345000', '114602.805000', '114603.265000', '114603.725000', '114604.185000', '114604.645000', '114605.105000', '114605.565000', '114606.025000', '114606.485000', '114606.945000', '114607.405000', '114607.865000', '114608.325000', '114608.785000', '114609.245000', '114609.705000', '114610.165000', '114610.625000', '114611.085000', '114611.545000', '114612.005000', '114612.465000', '114612.925000', '114613.385000', '114613.845000', '114614.305000', '114614.765000', '114615.225000', '114615.685000', '114616.145000', '114616.605000', '114617.065000', '114617.525000', '114617.985000', '114618.445000', '114618.905000', '114619.365000', '114619.825000', '114620.285000', '114620.745000', '114621.205000', '114621.665000', '114622.125000', '114622.585000', '114623.045000', '114623.505000', '114623.965000', '114624.425000', '114624.885000', '114625.345000', '114625.805000', '114626.265000', '114626.725000', '114627.185000', '114627.645000', '114628.105000', '114628.565000', '114629.025000', '114629.485000', '114629.945000', '114630.405000', '114630.865000', '114631.325000', '114631.785000', '114632.245000', '114632.705000', '114633.165000', '114633.625000', '114634.085000', '114634.545000', '114635.005000', '114635.465000', '114635.925000', '114636.385000', '114636.845000', '114637.305000', '114637.765000', '114638.225000', '114638.685000', '114639.145000', '114639.605000', '114640.065000', '114640.525000', '114640.985000', '114641.445000', '114641.905000', '114642.365000', '114642.825000', '114643.285000', '114643.745000', '114644.205000', '114644.665000', '114645.125000', '114645.585000', '114646.045000', '114646.505000', '114646.965000', '114647.425000', '114647.885000', '114648.345000', '114648.805000', '114649.265000', '114649.725000', '114650.185000', '114650.645000', '114651.105000', '114651.565000', '114652.025000', '114652.485000', '114652.945000', '114653.405000', '114653.865000', '114654.325000', '114654.785000', '114655.245000', '114655.705000', '114656.165000', '114656.625000', '114657.085000', '114657.545000', '114658.005000', '114658.465000', '114658.925000', '114659.385000', '114659.845000', '114700.305000', '114700.765000', '114701.225000', '114701.685000', '114702.145000', '114702.605000', '114703.065000', '114703.525000', '114703.985000', '114704.445000', '114704.905000', '114705.365000', '114705.825000', '114706.285000', '114706.745000', '114707.205000', '114707.665000', '114708.125000', '114708.585000', '114709.045000', '114709.505000', '114709.965000', '114710.425000', '114710.885000', '114711.345000', '114711.805000', '114712.265000', '114712.725000', '114713.185000', '114713.645000', '114714.105000', '114714.565000', '114715.025000', '114715.485000', '114715.945000', '114716.405000', '114716.865000', '114717.325000', '114717.785000', '114718.245000', '114718.705000', '114719.165000', '114719.625000', '114720.085000', '114720.545000', '114721.005000', '114721.465000', '114721.925000', '114722.385000', '114722.845000', '114723.305000', '114723.765000', '114724.225000', '114724.685000', '114725.145000', '114725.605000', '114726.065000', '114726.525000', '114726.985000', '114727.445000', '114727.905000', '114728.365000', '114728.825000', '114729.285000', '114729.745000', '114730.205000', '114730.665000', '114731.125000', '114731.585000', '114732.045000', '114732.505000', '114732.965000', '114733.425000', '114733.885000', '114734.345000', '114734.805000', '114735.265000', '114735.725000', '114736.185000', '114736.645000', '114737.105000', '114737.565000', '114738.025000', '114738.485000', '114738.945000', '114739.405000', '114739.865000', '114740.325000', '114740.785000', '114741.245000', '114741.705000', '114742.165000', '114742.625000', '114743.085000', '114743.545000', '114744.005000', '114744.465000', '114744.925000', '114745.385000', '114745.845000', '114746.305000', '114746.765000', '114747.225000', '114747.685000', '114748.145000', '114748.605000', '114749.065000', '114749.525000', '114749.985000', '114750.445000', '114750.905000', '114751.365000', '114751.825000', '114752.285000', '114752.745000', '114753.205000', '114753.665000', '114754.125000', '114754.585000', '114755.045000', '114755.505000', '114755.965000', '114756.425000', '114756.885000', '114757.345000', '114757.805000', '114758.265000', '114758.725000', '114759.185000', '114759.645000', '114800.105000', '114800.565000', '114801.025000', '114801.485000', '114801.945000', '114802.405000', '114802.865000', '114803.325000', '114803.785000', '114804.245000', '114804.705000', '114805.165000', '114805.625000', '114806.085000', '114806.545000', '114807.005000', '114807.465000', '114807.925000', '114808.385000', '114808.845000', '114809.305000', '114809.765000', '114810.225000', '114810.685000', '114811.145000', '114811.605000', '114812.065000', '114812.525000', '114812.985000', '114813.445000', '114813.905000', '114814.365000', '114814.825000', '114815.285000', '114815.745000', '114816.205000', '114816.665000', '114817.125000', '114817.585000', '114818.045000', '114818.505000', '114818.965000', '114819.425000', '114819.885000', '114820.345000', '114820.805000', '114821.265000', '114821.725000', '114822.185000', '114822.645000', '114823.105000', '114823.565000', '114824.025000', '114824.485000', '114824.945000', '114825.405000', '114825.865000', '114826.325000', '114826.785000', '114827.245000', '114827.705000', '114828.165000', '114828.625000', '114829.085000', '114829.545000'], 'ContentTime': ['114205.337000', '114205.340000', '114205.343000', '114205.346000', '114205.349000', '114205.352000', '114205.355000', '114205.358000', '114205.361000', '114205.364000', '114205.367000', '114205.373000', '114205.376000', '114205.379000', '114205.382000', '114205.385000', '114205.388000', '114205.391000', '114205.394000', '114205.396000', '114205.399000', '114205.402000', '114205.405000', '114205.408000', '114205.411000', '114205.414000', '114205.417000', '114205.420000', '114205.423000', '114205.426000', '114205.429000', '114205.440000', '114205.443000', '114205.446000', '114205.449000', '114225.305000', '114225.320000', '114225.323000', '114225.326000', '114225.329000', '114225.332000', '114225.335000', '114225.338000', '114225.341000', '114225.344000', '114225.347000', '114225.350000', '114225.353000', '114225.356000', '114225.359000', '114225.361000', '114225.364000', '114225.367000', '114225.370000', '114225.373000', '114225.376000', '114225.379000', '114225.382000', '114225.385000', '114225.388000', '114225.391000', '114225.394000', '114225.398000', '114225.401000', '114225.404000', '114225.407000', '114225.410000', '114225.413000', '114225.416000', '114225.419000', '114225.422000', '114225.425000', '114225.428000', '114225.431000', '114225.434000', '114225.437000', '114225.440000', '114225.443000', '114245.305000', '114245.308000', '114245.311000', '114245.314000', '114245.317000', '114245.333000', '114245.336000', '114245.339000', '114245.342000', '114245.345000', '114245.348000', '114245.351000', '114245.354000', '114245.357000', '114245.360000', '114245.363000', '114245.366000', '114245.369000', '114245.372000', '114245.375000', '114245.378000', '114245.381000', '114245.384000', '114245.387000', '114245.389000', '114245.392000', '114245.395000', '114245.398000', '114245.401000', '114245.404000', '114245.407000', '114245.410000', '114245.413000', '114245.416000', '114245.419000', '114245.422000', '114245.425000', '114245.428000', '114245.431000', '114245.434000', '114245.436000', '114245.439000', '114245.442000', '114245.445000', '114305.305000', '114305.308000', '114305.311000', '114305.314000', '114305.317000', '114305.320000', '114305.323000', '114305.326000', '114305.329000', '114305.332000', '114305.335000', '114305.338000', '114305.341000', '114305.343000', '114305.346000', '114305.349000', '114305.352000', '114305.355000', '114305.358000', '114305.361000', '114305.364000', '114305.367000', '114305.370000', '114305.373000', '114305.376000', '114305.379000', '114305.382000', '114305.385000', '114305.388000', '114305.391000', '114305.394000', '114305.397000', '114305.399000', '114305.403000', '114305.405000', '114305.408000', '114305.411000', '114305.414000', '114305.417000', '114305.420000', '114305.423000', '114305.426000', '114305.429000', '114325.305000', '114325.308000', '114325.311000', '114325.314000', '114325.317000', '114325.320000', '114325.323000', '114325.326000', '114325.329000', '114325.332000', '114325.335000', '114325.338000', '114325.341000', '114325.344000', '114325.347000', '114325.349000', '114325.352000', '114325.355000', '114325.358000', '114325.361000', '114325.364000', '114325.367000', '114325.370000', '114325.373000', '114325.376000', '114325.379000', '114325.382000', '114325.385000', '114325.388000', '114325.391000', '114325.394000', '114325.397000', '114325.400000', '114325.403000', '114325.406000', '114325.409000', '114325.412000', '114325.415000', '114325.417000', '114325.420000', '114325.423000', '114325.426000', '114325.429000', '114325.432000', '114345.305000', '114345.308000', '114345.311000', '114345.314000', '114345.317000', '114345.320000', '114345.323000', '114345.326000', '114345.329000', '114345.332000', '114345.335000', '114345.338000', '114345.341000', '114345.344000', '114345.346000', '114345.349000', '114345.352000', '114345.355000', '114345.358000', '114345.361000', '114345.364000', '114345.367000', '114345.370000', '114345.373000', '114345.376000', '114345.379000', '114345.382000', '114345.385000', '114345.388000', '114345.391000', '114345.394000', '114345.397000', '114345.400000', '114345.403000', '114345.406000', '114345.409000', '114345.411000', '114345.414000', '114345.417000', '114345.420000', '114345.423000', '114345.426000', '114345.429000', '114405.306000', '114405.309000', '114405.312000', '114405.315000', '114405.318000', '114405.321000', '114405.324000', '114405.327000', '114405.330000', '114405.333000', '114405.336000', '114405.339000', '114405.342000', '114405.345000', '114405.347000', '114405.350000', '114405.354000', '114405.356000', '114405.359000', '114405.362000', '114405.365000', '114405.368000', '114405.371000', '114405.374000', '114405.377000', '114405.380000', '114405.383000', '114405.386000', '114405.389000', '114405.392000', '114405.395000', '114405.398000', '114405.401000', '114405.405000', '114405.408000', '114405.411000', '114405.414000', '114405.417000', '114405.420000', '114405.423000', '114405.426000', '114405.429000', '114405.432000', '114405.435000', '114425.306000', '114425.324000', '114425.327000', '114425.330000', '114425.333000', '114425.336000', '114425.339000', '114425.342000', '114425.345000', '114425.348000', '114425.351000', '114425.353000', '114425.356000', '114425.359000', '114425.362000', '114425.365000', '114425.368000', '114425.371000', '114425.374000', '114425.377000', '114425.380000', '114425.383000', '114425.386000', '114425.389000', '114425.392000', '114425.395000', '114425.398000', '114425.401000', '114425.404000', '114425.407000', '114425.410000', '114425.413000', '114425.416000', '114425.419000', '114425.422000', '114425.425000', '114425.428000', '114425.431000', '114425.434000', '114425.437000', '114425.440000', '114425.443000', '114425.445000', '114445.305000', '114445.308000', '114445.311000', '114445.314000', '114445.317000', '114445.320000', '114445.323000', '114445.326000', '114445.329000', '114445.332000', '114445.335000', '114445.338000', '114445.341000', '114445.344000', '114445.347000', '114445.350000', '114445.352000', '114445.355000', '114445.358000', '114445.361000', '114445.364000', '114445.367000', '114445.370000', '114445.373000', '114445.376000', '114445.379000', '114445.382000', '114445.385000', '114445.388000', '114445.391000', '114445.394000', '114445.396000', '114445.399000', '114445.402000', '114445.405000', '114445.408000', '114445.411000', '114445.414000', '114445.417000', '114445.420000', '114445.423000', '114445.426000', '114445.429000', '114445.432000', '114505.305000', '114505.308000', '114505.311000', '114505.314000', '114505.317000', '114505.320000', '114505.323000', '114505.326000', '114505.329000', '114505.332000', '114505.335000', '114505.338000', '114505.341000', '114505.344000', '114505.347000', '114505.350000', '114505.353000', '114505.356000', '114505.358000', '114505.361000', '114505.365000', '114505.368000', '114505.370000', '114505.373000', '114505.376000', '114505.379000', '114505.382000', '114505.385000', '114505.388000', '114505.391000', '114505.394000', '114505.397000', '114505.400000', '114505.403000', '114505.406000', '114505.409000', '114505.412000', '114505.415000', '114505.418000', '114505.421000', '114505.424000', '114505.427000', '114505.430000', '114525.305000', '114525.308000', '114525.311000', '114525.314000', '114525.317000', '114525.320000', '114525.323000', '114525.326000', '114525.329000', '114525.332000', '114525.335000', '114525.338000', '114525.341000', '114525.344000', '114525.347000', '114525.350000', '114525.353000', '114525.356000', '114525.359000', '114525.362000', '114525.365000', '114525.368000', '114525.371000', '114525.374000', '114525.377000', '114525.380000', '114525.383000', '114525.386000', '114525.389000', '114525.392000', '114525.395000', '114525.398000', '114525.401000', '114525.404000', '114525.407000', '114525.409000', '114525.412000', '114525.415000', '114525.418000', '114525.421000', '114525.424000', '114525.427000', '114525.430000', '114545.305000', '114545.308000', '114545.311000', '114545.314000', '114545.317000', '114545.320000', '114545.323000', '114545.326000', '114545.329000', '114545.332000', '114545.335000', '114545.338000', '114545.341000', '114545.344000', '114545.347000', '114545.350000', '114545.353000', '114545.356000', '114545.359000', '114545.362000', '114545.365000', '114545.367000', '114545.370000', '114545.373000', '114545.376000', '114545.379000', '114545.382000', '114545.397000', '114545.400000', '114545.403000', '114545.406000', '114545.409000', '114545.412000', '114545.415000', '114545.418000', '114545.421000', '114545.424000', '114545.426000', '114545.429000', '114545.432000', '114545.435000', '114545.438000', '114545.441000', '114545.444000', '114605.305000', '114605.308000', '114605.311000', '114605.314000', '114605.317000', '114605.320000', '114605.323000', '114605.326000', '114605.329000', '114605.332000', '114605.335000', '114605.339000', '114605.342000', '114605.345000', '114605.348000', '114605.351000', '114605.354000', '114605.357000', '114605.360000', '114605.363000', '114605.366000', '114605.369000', '114605.372000', '114605.374000', '114605.377000', '114605.380000', '114605.383000', '114605.386000', '114605.389000', '114605.392000', '114605.395000', '114605.398000', '114605.401000', '114605.404000', '114605.407000', '114605.410000', '114605.413000', '114605.416000', '114605.419000', '114605.422000', '114605.425000', '114605.428000', '114605.431000', '114625.306000', '114625.309000', '114625.312000', '114625.315000', '114625.318000', '114625.321000', '114625.324000', '114625.327000', '114625.330000', '114625.333000', '114625.336000', '114625.339000', '114625.342000', '114625.345000', '114625.348000', '114625.351000', '114625.354000', '114625.356000', '114625.359000', '114625.362000', '114625.365000', '114625.368000', '114625.371000', '114625.374000', '114625.377000', '114625.380000', '114625.383000', '114625.386000', '114625.389000', '114625.392000', '114625.395000', '114625.398000', '114625.401000', '114625.404000', '114625.407000', '114625.410000', '114625.413000', '114625.416000', '114625.419000', '114625.422000', '114625.425000', '114625.428000', '114625.431000', '114625.433000', '114645.306000', '114645.309000', '114645.312000', '114645.315000', '114645.318000', '114645.321000', '114645.324000', '114645.327000', '114645.330000', '114645.333000', '114645.336000', '114645.339000', '114645.342000', '114645.345000', '114645.350000', '114645.353000', '114645.356000', '114645.359000', '114645.362000', '114645.365000', '114645.368000', '114645.371000', '114645.374000', '114645.377000', '114645.380000', '114645.383000', '114645.386000', '114645.389000', '114645.392000', '114645.395000', '114645.398000', '114645.401000', '114645.404000', '114645.407000', '114645.410000', '114645.413000', '114645.416000', '114645.419000', '114645.422000', '114645.425000', '114645.428000', '114645.431000', '114645.434000', '114705.305000', '114705.308000', '114705.311000', '114705.314000', '114705.317000', '114705.320000', '114705.323000', '114705.326000', '114705.329000', '114705.332000', '114705.335000', '114705.338000', '114705.341000', '114705.344000', '114705.347000', '114705.350000', '114705.353000', '114705.356000', '114705.359000', '114705.361000', '114705.364000', '114705.367000', '114705.370000', '114705.373000', '114705.376000', '114705.379000', '114705.382000', '114705.385000', '114705.388000', '114705.391000', '114705.394000', '114705.397000', '114705.400000', '114705.403000', '114705.406000', '114705.409000', '114705.412000', '114705.415000', '114705.418000', '114705.421000', '114705.424000', '114705.427000', '114705.430000', '114705.433000', '114725.305000', '114725.308000', '114725.312000', '114725.315000', '114725.318000', '114725.321000', '114725.324000', '114725.327000', '114725.330000', '114725.333000', '114725.336000', '114725.339000', '114725.342000', '114725.345000', '114725.348000', '114725.351000', '114725.354000', '114725.357000', '114725.360000', '114725.363000', '114725.366000', '114725.370000', '114725.373000', '114725.376000', '114725.379000', '114725.382000', '114725.385000', '114725.387000', '114725.390000', '114725.393000', '114725.396000', '114725.399000', '114725.402000', '114725.405000', '114725.408000', '114725.411000', '114725.414000', '114725.417000', '114725.420000', '114725.423000', '114725.426000', '114725.429000', '114725.432000', '114745.305000', '114745.308000', '114745.311000', '114745.314000', '114745.317000', '114745.320000', '114745.323000', '114745.326000', '114745.329000', '114745.332000', '114745.335000', '114745.338000', '114745.341000', '114745.344000', '114745.347000', '114745.350000', '114745.353000', '114745.356000', '114745.359000', '114745.362000', '114745.365000', '114745.368000', '114745.371000', '114745.374000', '114745.377000', '114745.380000', '114745.383000', '114745.386000', '114745.389000', '114745.392000', '114745.395000', '114745.397000', '114745.400000', '114745.403000', '114745.406000', '114745.409000', '114745.412000', '114745.415000', '114745.418000', '114745.421000', '114745.424000', '114745.427000', '114745.430000', '114745.433000', '114805.305000', '114805.308000', '114805.311000', '114805.314000', '114805.317000', '114805.320000', '114805.323000', '114805.326000', '114805.329000', '114805.332000', '114805.335000', '114805.338000', '114805.341000', '114805.344000', '114805.347000', '114805.349000', '114805.352000', '114805.355000', '114805.358000', '114805.361000', '114805.364000', '114805.367000', '114805.370000', '114805.373000', '114805.376000', '114805.379000', '114805.382000', '114805.385000', '114805.388000', '114805.391000', '114805.397000', '114805.400000', '114805.403000', '114805.406000', '114805.409000', '114805.412000', '114805.415000', '114805.418000', '114805.421000', '114805.424000', '114805.427000', '114805.430000', '114805.433000', '114825.305000', '114825.308000', '114825.311000', '114825.314000', '114825.317000', '114825.320000', '114825.323000', '114825.326000', '114825.329000', '114825.332000', '114825.335000', '114825.338000', '114825.341000', '114825.344000', '114825.347000', '114825.350000', '114825.352000', '114825.355000', '114825.358000', '114825.361000', '114825.364000', '114825.367000', '114825.370000', '114825.373000', '114825.376000', '114825.379000', '114825.382000', '114825.385000', '114825.388000', '114825.391000', '114825.394000', '114825.397000', '114825.400000', '114825.403000', '114825.406000', '114825.409000', '114825.412000', '114825.414000', '114825.417000', '114825.420000', '114825.423000', '114825.426000', '114825.429000', '114825.432000', '114830.285000', '114830.289000', '114830.292000', '114830.295000', '114830.298000', '114830.301000', '114830.304000', '114830.308000', '114830.311000', '114830.314000', '114830.317000'], 'InstanceCreationTime': ['114205.337000', '114205.340000', '114205.343000', '114205.346000', '114205.349000', '114205.352000', '114205.355000', '114205.358000', '114205.361000', '114205.364000', '114205.367000', '114205.373000', '114205.376000', '114205.379000', '114205.382000', '114205.385000', '114205.388000', '114205.391000', '114205.394000', '114205.396000', '114205.399000', '114205.402000', '114205.405000', '114205.408000', '114205.411000', '114205.414000', '114205.417000', '114205.420000', '114205.423000', '114205.426000', '114205.429000', '114205.440000', '114205.443000', '114205.446000', '114205.449000', '114225.305000', '114225.320000', '114225.323000', '114225.326000', '114225.329000', '114225.332000', '114225.335000', '114225.338000', '114225.341000', '114225.344000', '114225.347000', '114225.350000', '114225.353000', '114225.356000', '114225.359000', '114225.361000', '114225.364000', '114225.367000', '114225.370000', '114225.373000', '114225.376000', '114225.379000', '114225.382000', '114225.385000', '114225.388000', '114225.391000', '114225.394000', '114225.398000', '114225.401000', '114225.404000', '114225.407000', '114225.410000', '114225.413000', '114225.416000', '114225.419000', '114225.422000', '114225.425000', '114225.428000', '114225.431000', '114225.434000', '114225.437000', '114225.440000', '114225.443000', '114245.305000', '114245.308000', '114245.311000', '114245.314000', '114245.317000', '114245.333000', '114245.336000', '114245.339000', '114245.342000', '114245.345000', '114245.348000', '114245.351000', '114245.354000', '114245.357000', '114245.360000', '114245.363000', '114245.366000', '114245.369000', '114245.372000', '114245.375000', '114245.378000', '114245.381000', '114245.384000', '114245.387000', '114245.389000', '114245.392000', '114245.395000', '114245.398000', '114245.401000', '114245.404000', '114245.407000', '114245.410000', '114245.413000', '114245.416000', '114245.419000', '114245.422000', '114245.425000', '114245.428000', '114245.431000', '114245.434000', '114245.436000', '114245.439000', '114245.442000', '114245.445000', '114305.305000', '114305.308000', '114305.311000', '114305.314000', '114305.317000', '114305.320000', '114305.323000', '114305.326000', '114305.329000', '114305.332000', '114305.335000', '114305.338000', '114305.341000', '114305.343000', '114305.346000', '114305.349000', '114305.352000', '114305.355000', '114305.358000', '114305.361000', '114305.364000', '114305.367000', '114305.370000', '114305.373000', '114305.376000', '114305.379000', '114305.382000', '114305.385000', '114305.388000', '114305.391000', '114305.394000', '114305.397000', '114305.399000', '114305.403000', '114305.405000', '114305.408000', '114305.411000', '114305.414000', '114305.417000', '114305.420000', '114305.423000', '114305.426000', '114305.429000', '114325.305000', '114325.308000', '114325.311000', '114325.314000', '114325.317000', '114325.320000', '114325.323000', '114325.326000', '114325.329000', '114325.332000', '114325.335000', '114325.338000', '114325.341000', '114325.344000', '114325.347000', '114325.349000', '114325.352000', '114325.355000', '114325.358000', '114325.361000', '114325.364000', '114325.367000', '114325.370000', '114325.373000', '114325.376000', '114325.379000', '114325.382000', '114325.385000', '114325.388000', '114325.391000', '114325.394000', '114325.397000', '114325.400000', '114325.403000', '114325.406000', '114325.409000', '114325.412000', '114325.415000', '114325.417000', '114325.420000', '114325.423000', '114325.426000', '114325.429000', '114325.432000', '114345.305000', '114345.308000', '114345.311000', '114345.314000', '114345.317000', '114345.320000', '114345.323000', '114345.326000', '114345.329000', '114345.332000', '114345.335000', '114345.338000', '114345.341000', '114345.344000', '114345.346000', '114345.349000', '114345.352000', '114345.355000', '114345.358000', '114345.361000', '114345.364000', '114345.367000', '114345.370000', '114345.373000', '114345.376000', '114345.379000', '114345.382000', '114345.385000', '114345.388000', '114345.391000', '114345.394000', '114345.397000', '114345.400000', '114345.403000', '114345.406000', '114345.409000', '114345.411000', '114345.414000', '114345.417000', '114345.420000', '114345.423000', '114345.426000', '114345.429000', '114405.306000', '114405.309000', '114405.312000', '114405.315000', '114405.318000', '114405.321000', '114405.324000', '114405.327000', '114405.330000', '114405.333000', '114405.336000', '114405.339000', '114405.342000', '114405.345000', '114405.347000', '114405.350000', '114405.354000', '114405.356000', '114405.359000', '114405.362000', '114405.365000', '114405.368000', '114405.371000', '114405.374000', '114405.377000', '114405.380000', '114405.383000', '114405.386000', '114405.389000', '114405.392000', '114405.395000', '114405.398000', '114405.401000', '114405.405000', '114405.408000', '114405.411000', '114405.414000', '114405.417000', '114405.420000', '114405.423000', '114405.426000', '114405.429000', '114405.432000', '114405.435000', '114425.306000', '114425.324000', '114425.327000', '114425.330000', '114425.333000', '114425.336000', '114425.339000', '114425.342000', '114425.345000', '114425.348000', '114425.351000', '114425.353000', '114425.356000', '114425.359000', '114425.362000', '114425.365000', '114425.368000', '114425.371000', '114425.374000', '114425.377000', '114425.380000', '114425.383000', '114425.386000', '114425.389000', '114425.392000', '114425.395000', '114425.398000', '114425.401000', '114425.404000', '114425.407000', '114425.410000', '114425.413000', '114425.416000', '114425.419000', '114425.422000', '114425.425000', '114425.428000', '114425.431000', '114425.434000', '114425.437000', '114425.440000', '114425.443000', '114425.445000', '114445.305000', '114445.308000', '114445.311000', '114445.314000', '114445.317000', '114445.320000', '114445.323000', '114445.326000', '114445.329000', '114445.332000', '114445.335000', '114445.338000', '114445.341000', '114445.344000', '114445.347000', '114445.350000', '114445.352000', '114445.355000', '114445.358000', '114445.361000', '114445.364000', '114445.367000', '114445.370000', '114445.373000', '114445.376000', '114445.379000', '114445.382000', '114445.385000', '114445.388000', '114445.391000', '114445.394000', '114445.396000', '114445.399000', '114445.402000', '114445.405000', '114445.408000', '114445.411000', '114445.414000', '114445.417000', '114445.420000', '114445.423000', '114445.426000', '114445.429000', '114445.432000', '114505.305000', '114505.308000', '114505.311000', '114505.314000', '114505.317000', '114505.320000', '114505.323000', '114505.326000', '114505.329000', '114505.332000', '114505.335000', '114505.338000', '114505.341000', '114505.344000', '114505.347000', '114505.350000', '114505.353000', '114505.356000', '114505.358000', '114505.361000', '114505.365000', '114505.368000', '114505.370000', '114505.373000', '114505.376000', '114505.379000', '114505.382000', '114505.385000', '114505.388000', '114505.391000', '114505.394000', '114505.397000', '114505.400000', '114505.403000', '114505.406000', '114505.409000', '114505.412000', '114505.415000', '114505.418000', '114505.421000', '114505.424000', '114505.427000', '114505.430000', '114525.305000', '114525.308000', '114525.311000', '114525.314000', '114525.317000', '114525.320000', '114525.323000', '114525.326000', '114525.329000', '114525.332000', '114525.335000', '114525.338000', '114525.341000', '114525.344000', '114525.347000', '114525.350000', '114525.353000', '114525.356000', '114525.359000', '114525.362000', '114525.365000', '114525.368000', '114525.371000', '114525.374000', '114525.377000', '114525.380000', '114525.383000', '114525.386000', '114525.389000', '114525.392000', '114525.395000', '114525.398000', '114525.401000', '114525.404000', '114525.407000', '114525.409000', '114525.412000', '114525.415000', '114525.418000', '114525.421000', '114525.424000', '114525.427000', '114525.430000', '114545.305000', '114545.308000', '114545.311000', '114545.314000', '114545.317000', '114545.320000', '114545.323000', '114545.326000', '114545.329000', '114545.332000', '114545.335000', '114545.338000', '114545.341000', '114545.344000', '114545.347000', '114545.350000', '114545.353000', '114545.356000', '114545.359000', '114545.362000', '114545.365000', '114545.367000', '114545.370000', '114545.373000', '114545.376000', '114545.379000', '114545.382000', '114545.397000', '114545.400000', '114545.403000', '114545.406000', '114545.409000', '114545.412000', '114545.415000', '114545.418000', '114545.421000', '114545.424000', '114545.426000', '114545.429000', '114545.432000', '114545.435000', '114545.438000', '114545.441000', '114545.444000', '114605.305000', '114605.308000', '114605.311000', '114605.314000', '114605.317000', '114605.320000', '114605.323000', '114605.326000', '114605.329000', '114605.332000', '114605.335000', '114605.339000', '114605.342000', '114605.345000', '114605.348000', '114605.351000', '114605.354000', '114605.357000', '114605.360000', '114605.363000', '114605.366000', '114605.369000', '114605.372000', '114605.374000', '114605.377000', '114605.380000', '114605.383000', '114605.386000', '114605.389000', '114605.392000', '114605.395000', '114605.398000', '114605.401000', '114605.404000', '114605.407000', '114605.410000', '114605.413000', '114605.416000', '114605.419000', '114605.422000', '114605.425000', '114605.428000', '114605.431000', '114625.306000', '114625.309000', '114625.312000', '114625.315000', '114625.318000', '114625.321000', '114625.324000', '114625.327000', '114625.330000', '114625.333000', '114625.336000', '114625.339000', '114625.342000', '114625.345000', '114625.348000', '114625.351000', '114625.354000', '114625.356000', '114625.359000', '114625.362000', '114625.365000', '114625.368000', '114625.371000', '114625.374000', '114625.377000', '114625.380000', '114625.383000', '114625.386000', '114625.389000', '114625.392000', '114625.395000', '114625.398000', '114625.401000', '114625.404000', '114625.407000', '114625.410000', '114625.413000', '114625.416000', '114625.419000', '114625.422000', '114625.425000', '114625.428000', '114625.431000', '114625.433000', '114645.306000', '114645.309000', '114645.312000', '114645.315000', '114645.318000', '114645.321000', '114645.324000', '114645.327000', '114645.330000', '114645.333000', '114645.336000', '114645.339000', '114645.342000', '114645.345000', '114645.350000', '114645.353000', '114645.356000', '114645.359000', '114645.362000', '114645.365000', '114645.368000', '114645.371000', '114645.374000', '114645.377000', '114645.380000', '114645.383000', '114645.386000', '114645.389000', '114645.392000', '114645.395000', '114645.398000', '114645.401000', '114645.404000', '114645.407000', '114645.410000', '114645.413000', '114645.416000', '114645.419000', '114645.422000', '114645.425000', '114645.428000', '114645.431000', '114645.434000', '114705.305000', '114705.308000', '114705.311000', '114705.314000', '114705.317000', '114705.320000', '114705.323000', '114705.326000', '114705.329000', '114705.332000', '114705.335000', '114705.338000', '114705.341000', '114705.344000', '114705.347000', '114705.350000', '114705.353000', '114705.356000', '114705.359000', '114705.361000', '114705.364000', '114705.367000', '114705.370000', '114705.373000', '114705.376000', '114705.379000', '114705.382000', '114705.385000', '114705.388000', '114705.391000', '114705.394000', '114705.397000', '114705.400000', '114705.403000', '114705.406000', '114705.409000', '114705.412000', '114705.415000', '114705.418000', '114705.421000', '114705.424000', '114705.427000', '114705.430000', '114705.433000', '114725.305000', '114725.308000', '114725.312000', '114725.315000', '114725.318000', '114725.321000', '114725.324000', '114725.327000', '114725.330000', '114725.333000', '114725.336000', '114725.339000', '114725.342000', '114725.345000', '114725.348000', '114725.351000', '114725.354000', '114725.357000', '114725.360000', '114725.363000', '114725.366000', '114725.370000', '114725.373000', '114725.376000', '114725.379000', '114725.382000', '114725.385000', '114725.387000', '114725.390000', '114725.393000', '114725.396000', '114725.399000', '114725.402000', '114725.405000', '114725.408000', '114725.411000', '114725.414000', '114725.417000', '114725.420000', '114725.423000', '114725.426000', '114725.429000', '114725.432000', '114745.305000', '114745.308000', '114745.311000', '114745.314000', '114745.317000', '114745.320000', '114745.323000', '114745.326000', '114745.329000', '114745.332000', '114745.335000', '114745.338000', '114745.341000', '114745.344000', '114745.347000', '114745.350000', '114745.353000', '114745.356000', '114745.359000', '114745.362000', '114745.365000', '114745.368000', '114745.371000', '114745.374000', '114745.377000', '114745.380000', '114745.383000', '114745.386000', '114745.389000', '114745.392000', '114745.395000', '114745.397000', '114745.400000', '114745.403000', '114745.406000', '114745.409000', '114745.412000', '114745.415000', '114745.418000', '114745.421000', '114745.424000', '114745.427000', '114745.430000', '114745.433000', '114805.305000', '114805.308000', '114805.311000', '114805.314000', '114805.317000', '114805.320000', '114805.323000', '114805.326000', '114805.329000', '114805.332000', '114805.335000', '114805.338000', '114805.341000', '114805.344000', '114805.347000', '114805.349000', '114805.352000', '114805.355000', '114805.358000', '114805.361000', '114805.364000', '114805.367000', '114805.370000', '114805.373000', '114805.376000', '114805.379000', '114805.382000', '114805.385000', '114805.388000', '114805.391000', '114805.397000', '114805.400000', '114805.403000', '114805.406000', '114805.409000', '114805.412000', '114805.415000', '114805.418000', '114805.421000', '114805.424000', '114805.427000', '114805.430000', '114805.433000', '114825.305000', '114825.308000', '114825.311000', '114825.314000', '114825.317000', '114825.320000', '114825.323000', '114825.326000', '114825.329000', '114825.332000', '114825.335000', '114825.338000', '114825.341000', '114825.344000', '114825.347000', '114825.350000', '114825.352000', '114825.355000', '114825.358000', '114825.361000', '114825.364000', '114825.367000', '114825.370000', '114825.373000', '114825.376000', '114825.379000', '114825.382000', '114825.385000', '114825.388000', '114825.391000', '114825.394000', '114825.397000', '114825.400000', '114825.403000', '114825.406000', '114825.409000', '114825.412000', '114825.414000', '114825.417000', '114825.420000', '114825.423000', '114825.426000', '114825.429000', '114825.432000', '114830.285000', '114830.289000', '114830.292000', '114830.295000', '114830.298000', '114830.301000', '114830.304000', '114830.308000', '114830.311000', '114830.314000', '114830.317000'], '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': [7652, 8494, 12848, 8288, 11576, 8385, 8802, 7875, 8419, 7055, 8581, 11924, 8301, 14148, 8539, 12332, 8683, 10930, 7803, 9476, 7658, 8160, 7604, 8185, 7659, 8471, 10849, 8328, 11838, 8312, 10316, 7984, 10049, 7606, 7524, 7750, 7426, 7609, 8423, 7401, 7491, 7550, 7874, 7979, 8498, 7447, 8127, 7536, 8732, 7622, 9733, 7782, 8758, 7575, 8342, 7756, 8439, 7195, 8569, 8824, 8120, 8369, 8468, 7372, 8605, 7573, 8395, 7586, 8417, 7786, 8474, 7429, 8141, 7366, 8666, 10004, 8646, 8766, 8647, 9837, 8696, 13289, 8881, 12054, 8328, 10350, 8722, 9746, 8078, 7729, 8279, 7405, 7322, 7627, 8398, 8171, 10746, 8517, 12345, 8596, 14370, 8669, 13493, 9737, 10913, 8164, 9799, 7789, 8983, 7790, 7415, 7821, 8396, 7957, 8798, 7752, 8077, 7974, 8614, 7419, 9597, 7878, 8663, 8122, 8164, 11171, 8494, 15011, 8807, 13595, 8638, 11997, 8249, 11680, 7910, 10296, 7795, 8932, 7505, 8546, 7176, 8535, 8629, 8314, 8426, 8284, 11928, 8396, 13721, 8729, 11421, 8715, 10485, 7820, 8744, 7927, 8186, 7254, 8648, 14504, 8775, 10801, 7629, 8340, 7791, 8043, 7300, 8388, 7176, 8367, 9329, 8886, 8574, 8326, 8334, 8000, 8836, 7601, 8310, 7598, 8223, 7720, 8350, 12556, 8759, 14525, 8771, 13130, 8558, 10809, 8645, 8530, 7841, 8010, 7606, 8527, 7752, 8389, 7051, 8227, 8548, 7916, 8894, 7329, 8328, 7661, 8595, 7464, 8405, 7762, 8751, 7310, 8244, 7772, 8249, 11600, 8459, 7294, 8616, 7157, 8260, 9567, 8470, 8365, 8415, 8673, 8483, 11082, 8418, 10468, 8365, 10744, 8120, 11946, 7909, 12760, 7943, 10757, 7454, 8639, 11054, 8542, 14950, 8436, 12780, 8462, 10769, 8347, 9527, 8016, 8164, 7907, 8473, 7639, 8146, 7869, 8284, 10196, 8280, 12532, 8687, 12608, 8504, 11315, 8446, 10499, 8153, 9032, 7955, 8029, 7689, 8219, 7569, 8327, 7762, 8431, 7681, 8313, 7390, 8472, 12614, 8646, 11030, 8484, 10196, 8131, 9133, 7551, 8391, 8173, 8334, 7468, 8434, 7282, 8407, 11223, 8670, 8949, 8204, 8950, 7815, 8831, 7696, 8195, 7503, 8163, 7566, 8391, 10374, 8659, 9676, 8579, 9744, 8346, 9862, 8110, 8599, 8272, 8458, 7835, 8526, 7573, 8311, 8002, 8094, 7467, 7987, 7624, 8449, 9482, 8664, 9665, 8170, 13505, 8697, 13548, 9368, 11771, 8422, 11013, 7996, 10536, 10319, 9148, 9567, 8216, 13749, 8416, 11279, 8418, 7904, 7839, 8180, 7325, 8438, 7145, 8594, 7543, 8651, 7709, 8247, 14090, 9667, 12725, 9322, 11263, 7779, 8594, 7524, 8193, 7982, 8482, 7032, 8439, 10409, 8596, 9140, 8347, 8628, 7416, 8256, 10457, 8358, 14634, 8321, 11204, 8540, 8626, 7983, 8627, 7456, 8399, 7907, 8363, 7383, 8605, 9928, 8248, 8699, 7987, 8755, 7886, 8497, 11988, 8420, 10492, 8525, 8841, 7974, 8925, 7686, 8114, 7233, 8668, 7052, 8448, 8010, 8390, 8794, 8513, 11629, 8437, 15134, 9452, 13251, 9591, 11386, 8207, 10431, 7737, 9370, 10041, 8410, 14013, 8325, 11989, 8405, 8532, 7825, 7437, 7483, 7728, 7630, 7896, 7340, 7969, 7357, 8202, 7793, 8241, 11105, 8454, 12898, 8587, 15980, 9295, 14105, 11098, 11343, 8067, 8882, 7697, 8697, 7716, 8401, 8007, 8544, 7449, 8668, 7257, 8466, 9468, 8331, 8913, 8365, 9079, 8378, 9888, 7860, 7964, 7495, 8663, 7195, 8621, 7321, 8280, 6923, 8133, 7983, 8485, 9410, 8017, 8822, 8243, 8460, 8021, 8506, 7499, 8629, 7447, 8741, 11197, 8432, 15862, 12973, 12886, 8295, 10965, 8126, 9420, 7745, 7819, 7699, 8738, 7281, 8653, 7680, 8511, 9556, 8494, 8133, 8679, 9744, 8403, 9470, 8086, 7914, 7469, 8272, 7489, 8149, 7557, 8394, 7510, 8900, 7598, 8764, 8539, 8895, 8101, 9052, 7561, 9025, 10488, 8450, 10955, 8014, 8189, 7707, 8282, 7307, 7946, 7399, 7976, 7310, 9090, 7518, 8675, 8261, 8802, 7100, 9101, 9371, 8430, 12098, 8675, 9954, 8540, 9757, 8474, 10461, 8531, 8705, 7930, 8956, 7724, 9306, 7674, 8681, 8040, 8818, 7494, 8575, 7335, 8774, 7206, 8501, 7757, 8346, 9402, 7906, 9263, 7605, 8094, 7674, 8766, 7450, 9624, 8209, 8753, 7915, 9227, 10663, 8795, 13688, 8507, 11446, 8661, 10650, 8471, 9977, 8508, 9603, 7863, 7999, 7970, 9350, 7509, 9191, 8046, 9170, 7528, 9015, 7173, 9036, 11503, 8369, 10183, 8357, 8826, 8150, 8583, 7804, 8621, 7615, 7465, 7805, 9256, 7383, 8780, 7498, 8514, 7119, 9228, 10564, 8664, 10587, 8463, 9854, 8302, 9067, 8021, 8648, 7301, 8995, 7109, 8882, 6917, 8992, 11385, 8172, 9788, 8010, 9092, 7959, 8839, 7267, 9249, 7395, 9055, 7627, 9369, 7403, 8964, 8447, 9158, 7076, 9256, 10585, 8923, 10780, 8368, 8889, 8511, 8848, 7656, 9347, 12125, 9077, 8755, 9277, 8138, 9440, 9612, 8445, 9188, 8265, 8195, 8226, 9084, 7470, 9000, 9383, 9156, 9348, 8888, 15971, 9130, 15032, 9370, 11396, 9756, 7772, 9383, 7749, 9684, 9228, 9618, 8535, 9356, 7646, 9541, 8584, 9160, 8390, 9600, 6865, 9301, 7669, 8834, 8183, 9112, 7975, 9316, 9179, 9148, 9018, 9352, 9129, 9480, 11291, 9115, 11137, 9106, 10771, 8849, 9765, 8175, 9763, 8053, 8290, 8549, 8667, 8384, 9481, 8205, 8201, 8037, 8240, 8168, 9692, 7598, 9435, 7941, 9374, 14768, 9225, 14103, 9780, 10571, 7805, 9667, 7469, 9281, 7756, 9249, 9808, 8418, 8762, 8237, 8087, 7953, 9623, 8006, 9150, 7786, 9737, 7586, 9326, 10376, 8569, 10416, 8445, 8854, 8485, 9513, 8039, 9806, 7465, 9054, 7919, 9295, 7688, 9400, 7736, 9624, 7810, 9542, 7480, 9431, 9080, 9166, 9823, 9938, 11708, 9041, 10933, 8666, 10408, 8749, 9577, 8991, 9905, 8191, 9283, 7963, 8480, 8111, 9080, 7937, 9745, 7707, 8192, 8090, 9735, 7919, 9214, 9597, 9526, 7893, 9501, 8677, 9641, 14249, 9426, 11636, 8924, 9396, 8951, 8672, 8202, 8210, 8066, 8418, 8076, 9724, 7877, 10378, 12194, 10280, 11792, 9742, 14641, 9414, 14693, 9338, 11597, 9367, 9983, 9137, 9336, 8193], 'WindowCenter': [4262.0, 4269.0, 4284.0, 4242.0, 4270.0, 4230.0, 4238.0, 4228.0, 4226.0, 4206.0, 4227.0, 4256.0, 4227.0, 4267.0, 4226.0, 4255.0, 4225.0, 4242.0, 4215.0, 4234.0, 4216.0, 4214.0, 4216.0, 4225.0, 4216.0, 4225.0, 4245.0, 4216.0, 4244.0, 4215.0, 4233.0, 4215.0, 4233.0, 4205.0, 4204.0, 4216.0, 4204.0, 4217.0, 4226.0, 4217.0, 4217.0, 4229.0, 4228.0, 4229.0, 4240.0, 4220.0, 4228.0, 4229.0, 4237.0, 4229.0, 4248.0, 4218.0, 4227.0, 4217.0, 4227.0, 4218.0, 4238.0, 4218.0, 4239.0, 4237.0, 4228.0, 4226.0, 4227.0, 4205.0, 4226.0, 4215.0, 4228.0, 4216.0, 4226.0, 4215.0, 4227.0, 4206.0, 4216.0, 4205.0, 4227.0, 4235.0, 4225.0, 4224.0, 4226.0, 4234.0, 4225.0, 4265.0, 4226.0, 4254.0, 4227.0, 4234.0, 4225.0, 4247.0, 4228.0, 4216.0, 4227.0, 4216.0, 4217.0, 4228.0, 4228.0, 4240.0, 4259.0, 4240.0, 4269.0, 4239.0, 4277.0, 4240.0, 4268.0, 4236.0, 4244.0, 4215.0, 4234.0, 4216.0, 4225.0, 4217.0, 4206.0, 4218.0, 4226.0, 4228.0, 4237.0, 4230.0, 4227.0, 4229.0, 4238.0, 4218.0, 4250.0, 4229.0, 4239.0, 4217.0, 4227.0, 4246.0, 4227.0, 4277.0, 4227.0, 4265.0, 4227.0, 4254.0, 4226.0, 4256.0, 4217.0, 4245.0, 4217.0, 4225.0, 4217.0, 4226.0, 4206.0, 4228.0, 4226.0, 4226.0, 4226.0, 4226.0, 4256.0, 4227.0, 4266.0, 4226.0, 4244.0, 4227.0, 4244.0, 4215.0, 4227.0, 4227.0, 4214.0, 4205.0, 4226.0, 4263.0, 4224.0, 4243.0, 4203.0, 4213.0, 4201.0, 4213.0, 4202.0, 4214.0, 4193.0, 4226.0, 4236.0, 4236.0, 4225.0, 4226.0, 4224.0, 4228.0, 4238.0, 4218.0, 4227.0, 4217.0, 4227.0, 4216.0, 4228.0, 4267.0, 4227.0, 4266.0, 4226.0, 4255.0, 4226.0, 4244.0, 4225.0, 4214.0, 4214.0, 4214.0, 4216.0, 4237.0, 4217.0, 4241.0, 4218.0, 4240.0, 4236.0, 4240.0, 4237.0, 4219.0, 4238.0, 4229.0, 4238.0, 4219.0, 4229.0, 4218.0, 4239.0, 4218.0, 4229.0, 4216.0, 4229.0, 4258.0, 4227.0, 4206.0, 4227.0, 4205.0, 4229.0, 4248.0, 4229.0, 4227.0, 4228.0, 4226.0, 4240.0, 4259.0, 4230.0, 4246.0, 4228.0, 4247.0, 4217.0, 4257.0, 4217.0, 4267.0, 4216.0, 4245.0, 4204.0, 4225.0, 4245.0, 4226.0, 4275.0, 4214.0, 4254.0, 4226.0, 4243.0, 4226.0, 4235.0, 4228.0, 4226.0, 4227.0, 4226.0, 4228.0, 4228.0, 4228.0, 4228.0, 4246.0, 4227.0, 4267.0, 4227.0, 4256.0, 4228.0, 4246.0, 4225.0, 4245.0, 4217.0, 4226.0, 4216.0, 4214.0, 4215.0, 4225.0, 4216.0, 4225.0, 4216.0, 4227.0, 4217.0, 4228.0, 4217.0, 4229.0, 4268.0, 4227.0, 4246.0, 4226.0, 4235.0, 4215.0, 4225.0, 4215.0, 4215.0, 4214.0, 4214.0, 4193.0, 4214.0, 4204.0, 4226.0, 4245.0, 4226.0, 4224.0, 4226.0, 4224.0, 4216.0, 4235.0, 4216.0, 4225.0, 4205.0, 4226.0, 4215.0, 4227.0, 4247.0, 4227.0, 4236.0, 4227.0, 4234.0, 4227.0, 4236.0, 4218.0, 4224.0, 4227.0, 4215.0, 4216.0, 4227.0, 4216.0, 4226.0, 4215.0, 4217.0, 4205.0, 4227.0, 4217.0, 4229.0, 4236.0, 4238.0, 4236.0, 4227.0, 4266.0, 4227.0, 4267.0, 4237.0, 4256.0, 4215.0, 4245.0, 4214.0, 4245.0, 4234.0, 4224.0, 4224.0, 4213.0, 4250.0, 4214.0, 4244.0, 4213.0, 4203.0, 4203.0, 4212.0, 4204.0, 4226.0, 4206.0, 4228.0, 4216.0, 4238.0, 4217.0, 4228.0, 4264.0, 4237.0, 4255.0, 4235.0, 4244.0, 4204.0, 4225.0, 4204.0, 4215.0, 4203.0, 4224.0, 4194.0, 4226.0, 4245.0, 4226.0, 4224.0, 4216.0, 4224.0, 4205.0, 4215.0, 4245.0, 4215.0, 4264.0, 4214.0, 4243.0, 4214.0, 4212.0, 4213.0, 4225.0, 4205.0, 4214.0, 4213.0, 4215.0, 4203.0, 4226.0, 4236.0, 4226.0, 4214.0, 4214.0, 4215.0, 4214.0, 4227.0, 4255.0, 4215.0, 4234.0, 4226.0, 4223.0, 4215.0, 4236.0, 4216.0, 4215.0, 4206.0, 4226.0, 4207.0, 4228.0, 4228.0, 4228.0, 4226.0, 4227.0, 4246.0, 4228.0, 4275.0, 4236.0, 4255.0, 4237.0, 4244.0, 4214.0, 4246.0, 4205.0, 4224.0, 4223.0, 4214.0, 4263.0, 4214.0, 4244.0, 4214.0, 4213.0, 4204.0, 4202.0, 4204.0, 4214.0, 4218.0, 4216.0, 4206.0, 4216.0, 4206.0, 4226.0, 4216.0, 4228.0, 4247.0, 4216.0, 4256.0, 4215.0, 4261.0, 4224.0, 4264.0, 4245.0, 4233.0, 4203.0, 4212.0, 4201.0, 4214.0, 4203.0, 4213.0, 4202.0, 4213.0, 4204.0, 4225.0, 4217.0, 4228.0, 4236.0, 4228.0, 4225.0, 4227.0, 4224.0, 4228.0, 4237.0, 4217.0, 4216.0, 4205.0, 4225.0, 4194.0, 4228.0, 4207.0, 4226.0, 4195.0, 4216.0, 4214.0, 4227.0, 4237.0, 4228.0, 4227.0, 4228.0, 4226.0, 4217.0, 4227.0, 4208.0, 4227.0, 4206.0, 4226.0, 4246.0, 4226.0, 4274.0, 4253.0, 4254.0, 4214.0, 4232.0, 4213.0, 4224.0, 4216.0, 4203.0, 4205.0, 4224.0, 4204.0, 4226.0, 4216.0, 4225.0, 4224.0, 4222.0, 4213.0, 4224.0, 4234.0, 4227.0, 4235.0, 4217.0, 4214.0, 4206.0, 4214.0, 4206.0, 4216.0, 4217.0, 4226.0, 4205.0, 4226.0, 4205.0, 4227.0, 4227.0, 4227.0, 4215.0, 4226.0, 4203.0, 4225.0, 4246.0, 4227.0, 4245.0, 4216.0, 4214.0, 4215.0, 4224.0, 4217.0, 4227.0, 4217.0, 4227.0, 4206.0, 4237.0, 4217.0, 4240.0, 4228.0, 4238.0, 4196.0, 4237.0, 4235.0, 4228.0, 4269.0, 4229.0, 4237.0, 4228.0, 4237.0, 4229.0, 4246.0, 4228.0, 4226.0, 4217.0, 4226.0, 4206.0, 4237.0, 4216.0, 4227.0, 4214.0, 4225.0, 4193.0, 4225.0, 4205.0, 4227.0, 4205.0, 4226.0, 4215.0, 4227.0, 4236.0, 4230.0, 4238.0, 4219.0, 4216.0, 4218.0, 4226.0, 4206.0, 4237.0, 4216.0, 4226.0, 4215.0, 4226.0, 4234.0, 4225.0, 4267.0, 4226.0, 4244.0, 4225.0, 4231.0, 4215.0, 4235.0, 4226.0, 4236.0, 4217.0, 4214.0, 4215.0, 4226.0, 4204.0, 4225.0, 4215.0, 4225.0, 4204.0, 4224.0, 4193.0, 4225.0, 4256.0, 4228.0, 4235.0, 4217.0, 4226.0, 4217.0, 4225.0, 4218.0, 4226.0, 4218.0, 4207.0, 4218.0, 4238.0, 4217.0, 4239.0, 4207.0, 4227.0, 4207.0, 4239.0, 4246.0, 4228.0, 4248.0, 4228.0, 4237.0, 4227.0, 4224.0, 4216.0, 4227.0, 4218.0, 4239.0, 4207.0, 4237.0, 4195.0, 4239.0, 4259.0, 4230.0, 4248.0, 4228.0, 4225.0, 4217.0, 4237.0, 4219.0, 4239.0, 4206.0, 4228.0, 4206.0, 4237.0, 4207.0, 4239.0, 4215.0, 4238.0, 4195.0, 4237.0, 4247.0, 4239.0, 4258.0, 4228.0, 4226.0, 4227.0, 4226.0, 4204.0, 4239.0, 4257.0, 4226.0, 4214.0, 4227.0, 4204.0, 4235.0, 4236.0, 4228.0, 4233.0, 4228.0, 4227.0, 4228.0, 4238.0, 4218.0, 4238.0, 4226.0, 4237.0, 4226.0, 4227.0, 4277.0, 4236.0, 4278.0, 4237.0, 4258.0, 4237.0, 4216.0, 4237.0, 4205.0, 4237.0, 4226.0, 4237.0, 4216.0, 4226.0, 4205.0, 4236.0, 4227.0, 4237.0, 4215.0, 4237.0, 4196.0, 4239.0, 4217.0, 4239.0, 4227.0, 4239.0, 4216.0, 4239.0, 4239.0, 4241.0, 4239.0, 4241.0, 4235.0, 4239.0, 4249.0, 4240.0, 4248.0, 4228.0, 4246.0, 4227.0, 4236.0, 4231.0, 4247.0, 4217.0, 4216.0, 4229.0, 4226.0, 4229.0, 4249.0, 4229.0, 4228.0, 4219.0, 4227.0, 4229.0, 4252.0, 4219.0, 4240.0, 4230.0, 4240.0, 4277.0, 4226.0, 4265.0, 4236.0, 4247.0, 4205.0, 4235.0, 4204.0, 4239.0, 4205.0, 4225.0, 4237.0, 4228.0, 4225.0, 4216.0, 4215.0, 4215.0, 4236.0, 4216.0, 4237.0, 4205.0, 4237.0, 4205.0, 4237.0, 4247.0, 4239.0, 4247.0, 4228.0, 4226.0, 4228.0, 4237.0, 4218.0, 4249.0, 4208.0, 4227.0, 4218.0, 4237.0, 4204.0, 4239.0, 4218.0, 4239.0, 4216.0, 4238.0, 4206.0, 4239.0, 4238.0, 4240.0, 4238.0, 4248.0, 4256.0, 4239.0, 4248.0, 4229.0, 4246.0, 4227.0, 4235.0, 4227.0, 4237.0, 4230.0, 4237.0, 4218.0, 4226.0, 4217.0, 4237.0, 4229.0, 4238.0, 4218.0, 4217.0, 4216.0, 4236.0, 4216.0, 4238.0, 4237.0, 4236.0, 4214.0, 4236.0, 4215.0, 4237.0, 4263.0, 4237.0, 4245.0, 4226.0, 4224.0, 4228.0, 4226.0, 4228.0, 4228.0, 4218.0, 4227.0, 4218.0, 4236.0, 4218.0, 4250.0, 4257.0, 4236.0, 4246.0, 4225.0, 4265.0, 4225.0, 4262.0, 4224.0, 4244.0, 4224.0, 4223.0, 4226.0, 4225.0, 4228.0], 'WindowWidth': [9463.0, 9461.0, 9471.0, 9409.0, 9441.0, 9388.0, 9393.0, 9380.0, 9375.0, 9348.0, 9377.0, 9413.0, 9375.0, 9429.0, 9372.0, 9408.0, 9369.0, 9389.0, 9357.0, 9379.0, 9359.0, 9353.0, 9358.0, 9371.0, 9360.0, 9371.0, 9397.0, 9357.0, 9394.0, 9356.0, 9376.0, 9357.0, 9377.0, 9344.0, 9339.0, 9359.0, 9341.0, 9365.0, 9373.0, 9365.0, 9363.0, 9383.0, 9379.0, 9386.0, 9397.0, 9373.0, 9381.0, 9384.0, 9390.0, 9384.0, 9405.0, 9367.0, 9375.0, 9363.0, 9374.0, 9367.0, 9395.0, 9370.0, 9397.0, 9389.0, 9379.0, 9374.0, 9375.0, 9344.0, 9373.0, 9356.0, 9377.0, 9359.0, 9372.0, 9358.0, 9375.0, 9344.0, 9359.0, 9345.0, 9377.0, 9384.0, 9370.0, 9367.0, 9371.0, 9379.0, 9370.0, 9424.0, 9373.0, 9406.0, 9374.0, 9379.0, 9371.0, 9405.0, 9382.0, 9360.0, 9374.0, 9361.0, 9362.0, 9381.0, 9380.0, 9401.0, 9422.0, 9399.0, 9434.0, 9395.0, 9441.0, 9397.0, 9432.0, 9386.0, 9392.0, 9356.0, 9379.0, 9359.0, 9369.0, 9362.0, 9345.0, 9366.0, 9373.0, 9381.0, 9391.0, 9386.0, 9378.0, 9382.0, 9392.0, 9366.0, 9411.0, 9382.0, 9393.0, 9362.0, 9376.0, 9400.0, 9376.0, 9442.0, 9375.0, 9424.0, 9374.0, 9408.0, 9374.0, 9413.0, 9363.0, 9396.0, 9363.0, 9371.0, 9362.0, 9374.0, 9348.0, 9377.0, 9373.0, 9372.0, 9370.0, 9371.0, 9413.0, 9375.0, 9427.0, 9371.0, 9393.0, 9373.0, 9391.0, 9359.0, 9376.0, 9375.0, 9354.0, 9343.0, 9374.0, 9418.0, 9365.0, 9388.0, 9338.0, 9351.0, 9331.0, 9350.0, 9334.0, 9352.0, 9325.0, 9375.0, 9386.0, 9385.0, 9369.0, 9374.0, 9368.0, 9379.0, 9389.0, 9366.0, 9375.0, 9363.0, 9377.0, 9359.0, 9379.0, 9429.0, 9375.0, 9425.0, 9371.0, 9409.0, 9372.0, 9394.0, 9371.0, 9351.0, 9354.0, 9352.0, 9360.0, 9391.0, 9363.0, 9401.0, 9367.0, 9399.0, 9389.0, 9399.0, 9392.0, 9369.0, 9394.0, 9383.0, 9395.0, 9371.0, 9383.0, 9366.0, 9395.0, 9366.0, 9380.0, 9361.0, 9381.0, 9419.0, 9376.0, 9345.0, 9376.0, 9346.0, 9383.0, 9407.0, 9382.0, 9376.0, 9380.0, 9374.0, 9399.0, 9422.0, 9384.0, 9401.0, 9381.0, 9402.0, 9365.0, 9417.0, 9364.0, 9428.0, 9358.0, 9396.0, 9340.0, 9368.0, 9395.0, 9371.0, 9438.0, 9354.0, 9405.0, 9370.0, 9390.0, 9373.0, 9385.0, 9378.0, 9372.0, 9377.0, 9372.0, 9381.0, 9381.0, 9379.0, 9378.0, 9398.0, 9375.0, 9430.0, 9375.0, 9413.0, 9377.0, 9398.0, 9371.0, 9396.0, 9364.0, 9372.0, 9359.0, 9354.0, 9357.0, 9369.0, 9361.0, 9372.0, 9360.0, 9375.0, 9362.0, 9379.0, 9364.0, 9381.0, 9433.0, 9378.0, 9398.0, 9373.0, 9380.0, 9356.0, 9369.0, 9357.0, 9354.0, 9352.0, 9353.0, 9322.0, 9354.0, 9338.0, 9373.0, 9397.0, 9371.0, 9366.0, 9372.0, 9367.0, 9360.0, 9384.0, 9360.0, 9369.0, 9344.0, 9371.0, 9356.0, 9375.0, 9401.0, 9374.0, 9384.0, 9376.0, 9381.0, 9375.0, 9387.0, 9365.0, 9366.0, 9374.0, 9354.0, 9359.0, 9376.0, 9361.0, 9372.0, 9357.0, 9362.0, 9343.0, 9375.0, 9362.0, 9381.0, 9387.0, 9392.0, 9387.0, 9376.0, 9426.0, 9376.0, 9428.0, 9388.0, 9410.0, 9356.0, 9394.0, 9352.0, 9396.0, 9380.0, 9364.0, 9363.0, 9350.0, 9395.0, 9354.0, 9392.0, 9350.0, 9334.0, 9337.0, 9348.0, 9343.0, 9373.0, 9347.0, 9377.0, 9360.0, 9391.0, 9360.0, 9381.0, 9424.0, 9388.0, 9409.0, 9382.0, 9391.0, 9338.0, 9368.0, 9339.0, 9353.0, 9336.0, 9366.0, 9324.0, 9372.0, 9397.0, 9372.0, 9365.0, 9357.0, 9365.0, 9342.0, 9355.0, 9396.0, 9356.0, 9419.0, 9351.0, 9387.0, 9352.0, 9344.0, 9351.0, 9368.0, 9342.0, 9352.0, 9351.0, 9357.0, 9337.0, 9372.0, 9384.0, 9372.0, 9350.0, 9354.0, 9354.0, 9351.0, 9374.0, 9411.0, 9356.0, 9379.0, 9372.0, 9364.0, 9357.0, 9386.0, 9361.0, 9356.0, 9347.0, 9373.0, 9348.0, 9380.0, 9378.0, 9378.0, 9374.0, 9374.0, 9398.0, 9376.0, 9438.0, 9387.0, 9410.0, 9386.0, 9391.0, 9354.0, 9398.0, 9342.0, 9366.0, 9361.0, 9352.0, 9415.0, 9354.0, 9392.0, 9353.0, 9347.0, 9340.0, 9333.0, 9340.0, 9355.0, 9366.0, 9357.0, 9346.0, 9358.0, 9347.0, 9374.0, 9360.0, 9378.0, 9400.0, 9357.0, 9410.0, 9353.0, 9414.0, 9364.0, 9418.0, 9394.0, 9372.0, 9334.0, 9344.0, 9330.0, 9349.0, 9337.0, 9350.0, 9334.0, 9349.0, 9338.0, 9368.0, 9363.0, 9380.0, 9387.0, 9378.0, 9371.0, 9375.0, 9367.0, 9378.0, 9388.0, 9361.0, 9357.0, 9343.0, 9366.0, 9326.0, 9377.0, 9350.0, 9372.0, 9328.0, 9359.0, 9352.0, 9375.0, 9388.0, 9378.0, 9373.0, 9378.0, 9372.0, 9362.0, 9376.0, 9354.0, 9376.0, 9345.0, 9372.0, 9397.0, 9372.0, 9436.0, 9405.0, 9403.0, 9351.0, 9372.0, 9350.0, 9366.0, 9359.0, 9335.0, 9342.0, 9365.0, 9340.0, 9372.0, 9358.0, 9368.0, 9364.0, 9361.0, 9348.0, 9365.0, 9379.0, 9376.0, 9382.0, 9360.0, 9353.0, 9346.0, 9353.0, 9347.0, 9358.0, 9361.0, 9372.0, 9344.0, 9372.0, 9342.0, 9374.0, 9374.0, 9372.0, 9355.0, 9368.0, 9336.0, 9369.0, 9397.0, 9376.0, 9395.0, 9358.0, 9352.0, 9357.0, 9367.0, 9364.0, 9376.0, 9362.0, 9374.0, 9348.0, 9387.0, 9363.0, 9397.0, 9381.0, 9391.0, 9332.0, 9389.0, 9384.0, 9378.0, 9433.0, 9379.0, 9388.0, 9378.0, 9386.0, 9380.0, 9401.0, 9379.0, 9371.0, 9362.0, 9371.0, 9346.0, 9388.0, 9361.0, 9374.0, 9353.0, 9367.0, 9322.0, 9370.0, 9342.0, 9374.0, 9342.0, 9372.0, 9356.0, 9375.0, 9387.0, 9383.0, 9390.0, 9367.0, 9359.0, 9365.0, 9372.0, 9346.0, 9389.0, 9358.0, 9369.0, 9354.0, 9369.0, 9379.0, 9369.0, 9428.0, 9371.0, 9391.0, 9368.0, 9372.0, 9354.0, 9379.0, 9373.0, 9384.0, 9362.0, 9351.0, 9354.0, 9368.0, 9339.0, 9368.0, 9356.0, 9368.0, 9337.0, 9367.0, 9322.0, 9368.0, 9414.0, 9378.0, 9382.0, 9361.0, 9370.0, 9361.0, 9369.0, 9365.0, 9371.0, 9364.0, 9346.0, 9364.0, 9391.0, 9364.0, 9396.0, 9349.0, 9376.0, 9347.0, 9392.0, 9398.0, 9378.0, 9403.0, 9377.0, 9386.0, 9375.0, 9367.0, 9358.0, 9374.0, 9367.0, 9392.0, 9347.0, 9388.0, 9331.0, 9394.0, 9422.0, 9384.0, 9403.0, 9378.0, 9370.0, 9360.0, 9388.0, 9369.0, 9391.0, 9345.0, 9375.0, 9342.0, 9385.0, 9347.0, 9393.0, 9356.0, 9390.0, 9329.0, 9389.0, 9400.0, 9396.0, 9419.0, 9378.0, 9371.0, 9374.0, 9370.0, 9341.0, 9393.0, 9414.0, 9369.0, 9351.0, 9371.0, 9339.0, 9382.0, 9386.0, 9377.0, 9378.0, 9377.0, 9375.0, 9377.0, 9390.0, 9367.0, 9392.0, 9372.0, 9385.0, 9370.0, 9373.0, 9442.0, 9384.0, 9443.0, 9390.0, 9419.0, 9387.0, 9358.0, 9385.0, 9343.0, 9387.0, 9372.0, 9387.0, 9356.0, 9368.0, 9339.0, 9383.0, 9372.0, 9386.0, 9353.0, 9385.0, 9329.0, 9394.0, 9362.0, 9395.0, 9373.0, 9394.0, 9359.0, 9393.0, 9394.0, 9400.0, 9392.0, 9398.0, 9383.0, 9394.0, 9406.0, 9396.0, 9403.0, 9376.0, 9397.0, 9374.0, 9384.0, 9386.0, 9402.0, 9361.0, 9358.0, 9378.0, 9372.0, 9382.0, 9406.0, 9383.0, 9377.0, 9366.0, 9373.0, 9381.0, 9417.0, 9367.0, 9396.0, 9386.0, 9395.0, 9443.0, 9370.0, 9422.0, 9383.0, 9401.0, 9341.0, 9378.0, 9339.0, 9392.0, 9340.0, 9368.0, 9388.0, 9379.0, 9366.0, 9358.0, 9355.0, 9356.0, 9385.0, 9362.0, 9386.0, 9342.0, 9388.0, 9341.0, 9386.0, 9402.0, 9393.0, 9401.0, 9376.0, 9373.0, 9378.0, 9387.0, 9366.0, 9407.0, 9351.0, 9372.0, 9362.0, 9386.0, 9340.0, 9391.0, 9365.0, 9390.0, 9357.0, 9389.0, 9345.0, 9393.0, 9393.0, 9396.0, 9389.0, 9404.0, 9411.0, 9392.0, 9404.0, 9381.0, 9397.0, 9375.0, 9381.0, 9374.0, 9387.0, 9382.0, 9386.0, 9364.0, 9372.0, 9363.0, 9387.0, 9381.0, 9392.0, 9361.0, 9361.0, 9358.0, 9382.0, 9359.0, 9390.0, 9388.0, 9384.0, 9353.0, 9382.0, 9354.0, 9387.0, 9420.0, 9386.0, 9394.0, 9372.0, 9367.0, 9375.0, 9373.0, 9381.0, 9376.0, 9366.0, 9375.0, 9364.0, 9387.0, 9364.0, 9409.0, 9414.0, 9384.0, 9394.0, 9366.0, 9420.0, 9368.0, 9416.0, 9363.0, 9389.0, 9364.0, 9362.0, 9369.0, 9369.0, 9377.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.00038241379310344827</td></tr>
<tr><td colspan=3>aqi</td><td>0.02048817333333333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.973078544292264</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2175086766398164</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9896766337859622</td></tr>
<tr><td colspan=3>efc</td><td>0.4674</td></tr>
<tr><td colspan=3>fber</td><td>5704.2393</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08446857001642966</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5023389698777962</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.378730488741191</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7759123883625456</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3523740325296534</td></tr>
<tr><td colspan=3>gcor</td><td>0.00584472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018559593707323074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01842893287539482</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>3.8759647004515463</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.6487</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1369</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.2293</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303933.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.027</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2339</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.1679</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3468.0534</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.7565</td></tr>
<tr><td colspan=3>tsnr</td><td>42.57747693359852</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>