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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-04/func/sub-0106_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>01a7b8b6e074ce72d3621a01fbae00ea</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>19:39:45.665000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0950832</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7778, -7251, 357, -119, -59, -25, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ffb952d-c99f-4f2e-b6b1-149a1b5bb13b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [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': ['193945.665000', '193946.125000', '193946.585000', '193947.045000', '193947.505000', '193947.965000', '193948.425000', '193948.885000', '193949.345000', '193949.805000', '193950.265000', '193950.725000', '193951.185000', '193951.645000', '193952.105000', '193952.565000', '193953.025000', '193953.485000', '193953.945000', '193954.405000', '193954.865000', '193955.325000', '193955.785000', '193956.245000', '193956.705000', '193957.165000', '193957.625000', '193958.085000', '193958.545000', '193959.005000', '193959.465000', '193959.925000', '194000.385000', '194000.845000', '194001.305000', '194001.765000', '194002.225000', '194002.685000', '194003.145000', '194003.605000', '194004.065000', '194004.525000', '194004.985000', '194005.445000', '194005.905000', '194006.365000', '194006.825000', '194007.285000', '194007.745000', '194008.205000', '194008.665000', '194009.125000', '194009.585000', '194010.045000', '194010.505000', '194010.965000', '194011.425000', '194011.885000', '194012.345000', '194012.805000', '194013.265000', '194013.725000', '194014.185000', '194014.645000', '194015.105000', '194015.565000', '194016.025000', '194016.485000', '194016.945000', '194017.405000', '194017.865000', '194018.325000', '194018.785000', '194019.245000', '194019.705000', '194020.165000', '194020.625000', '194021.085000', '194021.545000', '194022.005000', '194022.465000', '194022.925000', '194023.385000', '194023.845000', '194024.305000', '194024.765000', '194025.225000', '194025.685000', '194026.145000', '194026.605000', '194027.065000', '194027.525000', '194027.985000', '194028.445000', '194028.905000', '194029.365000', '194029.825000', '194030.285000', '194030.745000', '194031.205000', '194031.665000', '194032.125000', '194032.585000', '194033.045000', '194033.505000', '194033.965000', '194034.425000', '194034.885000', '194035.345000', '194035.805000', '194036.265000', '194036.725000', '194037.185000', '194037.645000', '194038.105000', '194038.565000', '194039.025000', '194039.485000', '194039.945000', '194040.405000', '194040.865000', '194041.325000', '194041.785000', '194042.245000', '194042.705000', '194043.165000', '194043.625000', '194044.085000', '194044.545000', '194045.005000', '194045.465000', '194045.925000', '194046.385000', '194046.845000', '194047.305000', '194047.765000', '194048.225000', '194048.685000', '194049.145000', '194049.605000', '194050.065000', '194050.525000', '194050.985000', '194051.445000', '194051.905000', '194052.365000', '194052.825000', '194053.285000', '194053.745000', '194054.205000', '194054.665000', '194055.125000', '194055.585000', '194056.045000', '194056.505000', '194056.965000', '194057.425000', '194057.885000', '194058.345000', '194058.805000', '194059.265000', '194059.725000', '194100.185000', '194100.645000', '194101.105000', '194101.565000', '194102.025000', '194102.485000', '194102.945000', '194103.405000', '194103.865000', '194104.325000', '194104.785000', '194105.245000', '194105.705000', '194106.165000', '194106.625000', '194107.085000', '194107.545000', '194108.005000', '194108.465000', '194108.925000', '194109.385000', '194109.845000', '194110.305000', '194110.765000', '194111.225000', '194111.685000', '194112.145000', '194112.605000', '194113.065000', '194113.525000', '194113.985000', '194114.445000', '194114.905000', '194115.365000', '194115.825000', '194116.285000', '194116.745000', '194117.205000', '194117.665000', '194118.125000', '194118.585000', '194119.045000', '194119.505000', '194119.965000', '194120.425000', '194120.885000', '194121.345000', '194121.805000', '194122.265000', '194122.725000', '194123.185000', '194123.645000', '194124.105000', '194124.565000', '194125.025000', '194125.485000', '194125.945000', '194126.405000', '194126.865000', '194127.325000', '194127.785000', '194128.245000', '194128.705000', '194129.165000', '194129.625000', '194130.085000', '194130.545000', '194131.005000', '194131.465000', '194131.925000', '194132.385000', '194132.845000', '194133.305000', '194133.765000', '194134.225000', '194134.685000', '194135.145000', '194135.605000', '194136.065000', '194136.525000', '194136.985000', '194137.445000', '194137.905000', '194138.365000', '194138.825000', '194139.285000', '194139.745000', '194140.205000', '194140.665000', '194141.125000', '194141.585000', '194142.045000', '194142.505000', '194142.965000', '194143.425000', '194143.885000', '194144.345000', '194144.805000', '194145.265000', '194145.725000', '194146.185000', '194146.645000', '194147.105000', '194147.565000', '194148.025000', '194148.485000', '194148.945000', '194149.405000', '194149.865000', '194150.325000', '194150.785000', '194151.245000', '194151.705000', '194152.165000', '194152.625000', '194153.085000', '194153.545000', '194154.005000', '194154.465000', '194154.925000', '194155.385000', '194155.845000', '194156.305000', '194156.765000', '194157.225000', '194157.685000', '194158.145000', '194158.605000', '194159.065000', '194159.525000', '194159.985000', '194200.445000', '194200.905000', '194201.365000', '194201.825000', '194202.285000', '194202.745000', '194203.205000', '194203.665000', '194204.125000', '194204.585000', '194205.045000', '194205.505000', '194205.965000', '194206.425000', '194206.885000', '194207.345000', '194207.805000', '194208.265000', '194208.725000', '194209.185000', '194209.645000', '194210.105000', '194210.565000', '194211.025000', '194211.485000', '194211.945000', '194212.405000', '194212.865000', '194213.325000', '194213.785000', '194214.245000', '194214.705000', '194215.165000', '194215.625000', '194216.085000', '194216.545000', '194217.005000', '194217.465000', '194217.925000', '194218.385000', '194218.845000', '194219.305000', '194219.765000', '194220.225000', '194220.685000', '194221.145000', '194221.605000', '194222.065000', '194222.525000', '194222.985000', '194223.445000', '194223.905000', '194224.365000', '194224.825000', '194225.285000', '194225.745000', '194226.205000', '194226.665000', '194227.125000', '194227.585000', '194228.045000', '194228.505000', '194228.965000', '194229.425000', '194229.885000', '194230.345000', '194230.805000', '194231.265000', '194231.725000', '194232.185000', '194232.645000', '194233.105000', '194233.565000', '194234.025000', '194234.485000', '194234.945000', '194235.405000', '194235.865000', '194236.325000', '194236.785000', '194237.245000', '194237.705000', '194238.165000', '194238.625000', '194239.085000', '194239.545000', '194240.005000', '194240.465000', '194240.925000', '194241.385000', '194241.845000', '194242.305000', '194242.765000', '194243.225000', '194243.685000', '194244.145000', '194244.605000', '194245.065000', '194245.525000', '194245.985000', '194246.445000', '194246.905000', '194247.365000', '194247.825000', '194248.285000', '194248.745000', '194249.205000', '194249.665000', '194250.125000', '194250.585000', '194251.045000', '194251.505000', '194251.965000', '194252.425000', '194252.885000', '194253.345000', '194253.805000', '194254.265000', '194254.725000', '194255.185000', '194255.645000', '194256.105000', '194256.565000', '194257.025000', '194257.485000', '194257.945000', '194258.405000', '194258.865000', '194259.325000', '194259.785000', '194300.245000', '194300.705000', '194301.165000', '194301.625000', '194302.085000', '194302.545000', '194303.005000', '194303.465000', '194303.925000', '194304.385000', '194304.845000', '194305.305000', '194305.765000', '194306.225000', '194306.685000', '194307.145000', '194307.605000', '194308.065000', '194308.525000', '194308.985000', '194309.445000', '194309.905000', '194310.365000', '194310.825000', '194311.285000', '194311.745000', '194312.205000', '194312.665000', '194313.125000', '194313.585000', '194314.045000', '194314.505000', '194314.965000', '194315.425000', '194315.885000', '194316.345000', '194316.805000', '194317.265000', '194317.725000', '194318.185000', '194318.645000', '194319.105000', '194319.565000', '194320.025000', '194320.485000', '194320.945000', '194321.405000', '194321.865000', '194322.325000', '194322.785000', '194323.245000', '194323.705000', '194324.165000', '194324.625000', '194325.085000', '194325.545000', '194326.005000', '194326.465000', '194326.925000', '194327.385000', '194327.845000', '194328.305000', '194328.765000', '194329.225000', '194329.685000', '194330.145000', '194330.605000', '194331.065000', '194331.525000', '194331.985000', '194332.445000', '194332.905000', '194333.365000', '194333.825000', '194334.285000', '194334.745000', '194335.205000', '194335.665000', '194336.125000', '194336.585000', '194337.045000', '194337.505000', '194337.965000', '194338.425000', '194338.885000', '194339.345000', '194339.805000', '194340.265000', '194340.725000', '194341.185000', '194341.645000', '194342.105000', '194342.565000', '194343.025000', '194343.485000', '194343.945000', '194344.405000', '194344.865000', '194345.325000', '194345.785000', '194346.245000', '194346.705000', '194347.165000', '194347.625000', '194348.085000', '194348.545000', '194349.005000', '194349.465000', '194349.925000', '194350.385000', '194350.845000', '194351.305000', '194351.765000', '194352.225000', '194352.685000', '194353.145000', '194353.605000', '194354.065000', '194354.525000', '194354.985000', '194355.445000', '194355.905000', '194356.365000', '194356.825000', '194357.285000', '194357.745000', '194358.205000', '194358.665000', '194359.125000', '194359.585000', '194400.045000', '194400.505000', '194400.965000', '194401.425000', '194401.885000', '194402.345000', '194402.805000', '194403.265000', '194403.725000', '194404.185000', '194404.645000', '194405.105000', '194405.565000', '194406.025000', '194406.485000', '194406.945000', '194407.405000', '194407.865000', '194408.325000', '194408.785000', '194409.245000', '194409.705000', '194410.165000', '194410.625000', '194411.085000', '194411.545000', '194412.005000', '194412.465000', '194412.925000', '194413.385000', '194413.845000', '194414.305000', '194414.765000', '194415.225000', '194415.685000', '194416.145000', '194416.605000', '194417.065000', '194417.525000', '194417.985000', '194418.445000', '194418.905000', '194419.365000', '194419.825000', '194420.285000', '194420.745000', '194421.205000', '194421.665000', '194422.125000', '194422.585000', '194423.045000', '194423.505000', '194423.965000', '194424.425000', '194424.885000', '194425.345000', '194425.805000', '194426.265000', '194426.725000', '194427.185000', '194427.645000', '194428.105000', '194428.565000', '194429.025000', '194429.485000', '194429.945000', '194430.405000', '194430.865000', '194431.325000', '194431.785000', '194432.245000', '194432.705000', '194433.165000', '194433.625000', '194434.085000', '194434.545000', '194435.005000', '194435.465000', '194435.925000', '194436.385000', '194436.845000', '194437.305000', '194437.765000', '194438.225000', '194438.685000', '194439.145000', '194439.605000', '194440.065000', '194440.525000', '194440.985000', '194441.445000', '194441.905000', '194442.365000', '194442.825000', '194443.285000', '194443.745000', '194444.205000', '194444.665000', '194445.125000', '194445.585000', '194446.045000', '194446.505000', '194446.965000', '194447.425000', '194447.885000', '194448.345000', '194448.805000', '194449.265000', '194449.725000', '194450.185000', '194450.645000', '194451.105000', '194451.565000', '194452.025000', '194452.485000', '194452.945000', '194453.405000', '194453.865000', '194454.325000', '194454.785000', '194455.245000', '194455.705000', '194456.165000', '194456.625000', '194457.085000', '194457.545000', '194458.005000', '194458.465000', '194458.925000', '194459.385000', '194459.845000', '194500.305000', '194500.765000', '194501.225000', '194501.685000', '194502.145000', '194502.605000', '194503.065000', '194503.525000', '194503.985000', '194504.445000', '194504.905000', '194505.365000', '194505.825000', '194506.285000', '194506.745000', '194507.205000', '194507.665000', '194508.125000', '194508.585000', '194509.045000', '194509.505000', '194509.965000', '194510.425000', '194510.885000', '194511.345000', '194511.805000', '194512.265000', '194512.725000', '194513.185000', '194513.645000', '194514.105000', '194514.565000', '194515.025000', '194515.485000', '194515.945000', '194516.405000', '194516.865000', '194517.325000', '194517.785000', '194518.245000', '194518.705000', '194519.165000', '194519.625000', '194520.085000', '194520.545000', '194521.005000', '194521.465000', '194521.925000', '194522.385000', '194522.845000', '194523.305000', '194523.765000', '194524.225000', '194524.685000', '194525.145000', '194525.605000', '194526.065000', '194526.525000', '194526.985000', '194527.445000', '194527.905000', '194528.365000', '194528.825000', '194529.285000', '194529.745000', '194530.205000', '194530.665000', '194531.125000', '194531.585000', '194532.045000', '194532.505000', '194532.965000', '194533.425000', '194533.885000', '194534.345000', '194534.805000', '194535.265000', '194535.725000', '194536.185000', '194536.645000', '194537.105000', '194537.565000', '194538.025000', '194538.485000', '194538.945000', '194539.405000', '194539.865000', '194540.325000', '194540.785000', '194541.245000', '194541.705000', '194542.165000', '194542.625000', '194543.085000', '194543.545000', '194544.005000', '194544.465000', '194544.925000', '194545.385000', '194545.845000', '194546.305000', '194546.765000', '194547.225000', '194547.685000', '194548.145000', '194548.605000', '194549.065000', '194549.525000', '194549.985000', '194550.445000', '194550.905000', '194551.365000', '194551.825000', '194552.285000', '194552.745000', '194553.205000', '194553.665000', '194554.125000', '194554.585000', '194555.045000', '194555.505000', '194555.965000', '194556.425000', '194556.885000', '194557.345000', '194557.805000', '194558.265000', '194558.725000', '194559.185000', '194559.645000', '194600.105000', '194600.565000', '194601.025000', '194601.485000', '194601.945000', '194602.405000', '194602.865000', '194603.325000', '194603.785000', '194604.245000', '194604.705000', '194605.165000', '194605.625000', '194606.085000', '194606.545000', '194607.005000', '194607.465000', '194607.925000', '194608.385000', '194608.845000', '194609.305000', '194609.765000', '194610.225000', '194610.685000', '194611.145000', '194611.605000', '194612.065000', '194612.525000', '194612.985000', '194613.445000', '194613.905000', '194614.365000', '194614.825000', '194615.285000', '194615.745000', '194616.205000', '194616.665000', '194617.125000', '194617.585000', '194618.045000', '194618.505000', '194618.965000', '194619.425000', '194619.885000', '194620.345000', '194620.805000', '194621.265000', '194621.725000', '194622.185000', '194622.645000', '194623.105000', '194623.565000', '194624.025000', '194624.485000', '194624.945000', '194625.405000', '194625.865000', '194626.325000'], 'ContentTime': ['194013.917000', '194013.920000', '194013.926000', '194013.929000', '194013.932000', '194013.934000', '194013.937000', '194013.939000', '194013.942000', '194013.945000', '194013.947000', '194013.950000', '194013.952000', '194013.955000', '194013.958000', '194013.961000', '194013.964000', '194013.967000', '194013.970000', '194013.972000', '194013.975000', '194013.977000', '194013.980000', '194013.983000', '194013.985000', '194013.988000', '194013.990000', '194013.993000', '194013.996000', '194013.999000', '194014.001000', '194014.004000', '194014.006000', '194014.009000', '194014.011000', '194014.014000', '194014.017000', '194014.019000', '194014.022000', '194014.024000', '194014.027000', '194014.029000', '194014.032000', '194014.035000', '194014.037000', '194014.040000', '194014.042000', '194014.045000', '194014.048000', '194014.050000', '194014.053000', '194014.056000', '194014.058000', '194014.061000', '194014.063000', '194014.066000', '194014.069000', '194014.071000', '194033.881000', '194033.884000', '194033.887000', '194033.889000', '194033.892000', '194033.895000', '194033.897000', '194033.907000', '194033.910000', '194033.912000', '194033.915000', '194033.918000', '194033.920000', '194033.923000', '194033.925000', '194033.928000', '194033.931000', '194033.933000', '194033.936000', '194033.938000', '194033.941000', '194033.944000', '194033.946000', '194033.949000', '194033.951000', '194033.954000', '194033.986000', '194033.988000', '194033.991000', '194033.994000', '194033.996000', '194034.000000', '194034.002000', '194034.005000', '194034.008000', '194034.010000', '194034.013000', '194034.015000', '194034.018000', '194034.021000', '194034.023000', '194034.026000', '194034.028000', '194034.031000', '194053.880000', '194053.883000', '194053.886000', '194053.888000', '194053.891000', '194053.894000', '194053.896000', '194053.899000', '194053.901000', '194053.904000', '194053.907000', '194053.909000', '194053.912000', '194053.914000', '194053.917000', '194053.919000', '194053.922000', '194053.925000', '194053.927000', '194053.930000', '194053.932000', '194053.935000', '194053.937000', '194053.940000', '194053.943000', '194053.945000', '194053.948000', '194053.950000', '194053.953000', '194053.955000', '194053.958000', '194053.961000', '194053.964000', '194053.967000', '194053.970000', '194053.972000', '194053.975000', '194053.978000', '194053.980000', '194053.983000', '194053.985000', '194053.988000', '194053.991000', '194113.880000', '194113.883000', '194113.886000', '194113.888000', '194113.891000', '194113.893000', '194113.896000', '194113.899000', '194113.901000', '194113.904000', '194113.906000', '194113.909000', '194113.912000', '194113.914000', '194113.917000', '194113.919000', '194113.922000', '194113.924000', '194113.927000', '194113.930000', '194113.932000', '194113.935000', '194113.938000', '194113.940000', '194113.943000', '194113.945000', '194113.948000', '194113.950000', '194113.953000', '194113.956000', '194113.958000', '194113.961000', '194113.963000', '194113.966000', '194113.968000', '194113.971000', '194113.974000', '194113.976000', '194113.979000', '194113.982000', '194113.984000', '194113.987000', '194113.989000', '194113.992000', '194133.880000', '194133.883000', '194133.886000', '194133.889000', '194133.891000', '194133.894000', '194133.896000', '194133.899000', '194133.902000', '194133.904000', '194133.907000', '194133.909000', '194133.912000', '194133.915000', '194133.917000', '194133.920000', '194133.922000', '194133.925000', '194133.927000', '194133.930000', '194133.933000', '194133.935000', '194133.938000', '194133.941000', '194133.943000', '194133.946000', '194133.948000', '194133.951000', '194133.954000', '194133.956000', '194133.959000', '194133.962000', '194133.965000', '194133.967000', '194133.970000', '194133.973000', '194133.975000', '194133.978000', '194133.980000', '194133.983000', '194133.986000', '194133.988000', '194133.991000', '194153.880000', '194153.883000', '194153.886000', '194153.888000', '194153.891000', '194153.894000', '194153.896000', '194153.899000', '194153.910000', '194153.913000', '194153.915000', '194153.918000', '194153.921000', '194153.923000', '194153.926000', '194153.928000', '194153.931000', '194153.933000', '194153.936000', '194153.939000', '194153.941000', '194153.944000', '194153.947000', '194153.949000', '194153.952000', '194153.955000', '194153.957000', '194153.960000', '194153.962000', '194153.965000', '194153.968000', '194153.970000', '194153.973000', '194153.975000', '194153.978000', '194153.981000', '194153.983000', '194153.986000', '194153.989000', '194153.991000', '194153.994000', '194153.997000', '194154.001000', '194154.003000', '194213.881000', '194213.883000', '194213.886000', '194213.889000', '194213.891000', '194213.894000', '194213.896000', '194213.899000', '194213.902000', '194213.904000', '194213.907000', '194213.909000', '194213.912000', '194213.914000', '194213.917000', '194213.920000', '194213.922000', '194213.925000', '194213.927000', '194213.930000', '194213.933000', '194213.980000', '194213.982000', '194213.985000', '194213.988000', '194213.990000', '194213.994000', '194213.997000', '194214.001000', '194214.003000', '194214.006000', '194214.009000', '194214.011000', '194214.014000', '194214.016000', '194214.019000', '194214.022000', '194214.024000', '194214.027000', '194214.029000', '194214.032000', '194214.035000', '194214.037000', '194233.881000', '194233.884000', '194233.887000', '194233.889000', '194233.892000', '194233.895000', '194233.897000', '194233.900000', '194233.902000', '194233.905000', '194233.908000', '194233.910000', '194233.913000', '194233.916000', '194233.918000', '194233.921000', '194233.923000', '194233.926000', '194233.929000', '194233.931000', '194233.934000', '194233.936000', '194233.939000', '194233.942000', '194233.944000', '194233.947000', '194233.949000', '194233.952000', '194233.955000', '194233.957000', '194233.960000', '194233.962000', '194233.965000', '194233.967000', '194233.970000', '194233.973000', '194233.975000', '194233.978000', '194233.980000', '194233.983000', '194233.986000', '194233.988000', '194233.991000', '194233.993000', '194253.882000', '194253.884000', '194253.887000', '194253.890000', '194253.892000', '194253.895000', '194253.897000', '194253.900000', '194253.903000', '194253.905000', '194253.908000', '194253.910000', '194253.913000', '194253.916000', '194253.918000', '194253.921000', '194253.923000', '194253.926000', '194253.928000', '194253.931000', '194253.934000', '194253.936000', '194253.939000', '194253.941000', '194253.944000', '194253.947000', '194253.949000', '194253.952000', '194253.954000', '194253.957000', '194253.960000', '194253.962000', '194253.965000', '194253.967000', '194253.970000', '194253.973000', '194253.975000', '194253.978000', '194253.980000', '194253.983000', '194253.986000', '194253.988000', '194253.991000', '194313.880000', '194313.883000', '194313.886000', '194313.888000', '194313.891000', '194313.894000', '194313.896000', '194313.899000', '194313.902000', '194313.904000', '194313.907000', '194313.909000', '194313.912000', '194313.915000', '194313.917000', '194313.920000', '194313.922000', '194313.925000', '194313.928000', '194313.930000', '194313.933000', '194313.936000', '194313.938000', '194313.941000', '194313.943000', '194313.946000', '194313.949000', '194313.951000', '194313.954000', '194313.956000', '194313.959000', '194313.962000', '194313.964000', '194313.967000', '194313.970000', '194313.972000', '194313.975000', '194313.977000', '194313.980000', '194313.983000', '194313.985000', '194313.988000', '194313.990000', '194313.993000', '194333.881000', '194333.883000', '194333.886000', '194333.889000', '194333.892000', '194333.894000', '194333.897000', '194333.899000', '194333.902000', '194333.904000', '194333.907000', '194333.910000', '194333.912000', '194333.915000', '194333.917000', '194333.920000', '194333.923000', '194333.925000', '194333.928000', '194333.930000', '194333.933000', '194333.936000', '194333.938000', '194333.941000', '194333.943000', '194333.946000', '194333.949000', '194333.951000', '194333.954000', '194333.957000', '194333.959000', '194333.962000', '194333.964000', '194333.967000', '194333.970000', '194333.972000', '194333.975000', '194333.977000', '194333.980000', '194333.983000', '194333.985000', '194333.988000', '194333.991000', '194353.880000', '194353.883000', '194353.886000', '194353.889000', '194353.891000', '194353.894000', '194353.896000', '194353.899000', '194353.902000', '194353.904000', '194353.907000', '194353.909000', '194353.912000', '194353.915000', '194353.917000', '194353.920000', '194353.922000', '194353.931000', '194353.934000', '194353.937000', '194353.939000', '194353.942000', '194353.944000', '194353.947000', '194353.949000', '194353.952000', '194353.955000', '194353.958000', '194353.960000', '194353.963000', '194353.965000', '194353.968000', '194353.971000', '194353.973000', '194353.976000', '194353.979000', '194353.981000', '194353.984000', '194353.986000', '194353.989000', '194353.992000', '194353.994000', '194353.997000', '194354.001000', '194413.881000', '194413.884000', '194413.886000', '194413.889000', '194413.891000', '194413.894000', '194413.897000', '194413.899000', '194413.902000', '194413.904000', '194413.907000', '194413.910000', '194413.912000', '194413.915000', '194413.917000', '194413.920000', '194413.923000', '194413.925000', '194413.928000', '194413.931000', '194413.933000', '194413.936000', '194413.938000', '194413.941000', '194413.944000', '194413.946000', '194413.949000', '194413.951000', '194413.954000', '194413.957000', '194413.959000', '194413.962000', '194413.964000', '194413.967000', '194413.970000', '194413.972000', '194413.975000', '194413.977000', '194413.980000', '194413.983000', '194413.985000', '194413.988000', '194413.990000', '194433.882000', '194433.885000', '194433.887000', '194433.890000', '194433.893000', '194433.895000', '194433.898000', '194433.900000', '194433.903000', '194433.906000', '194433.908000', '194433.911000', '194433.913000', '194433.916000', '194433.919000', '194433.921000', '194433.924000', '194433.927000', '194433.929000', '194433.932000', '194433.934000', '194433.937000', '194433.940000', '194433.942000', '194433.945000', '194433.948000', '194433.950000', '194433.953000', '194433.956000', '194433.958000', '194433.961000', '194433.963000', '194433.966000', '194433.969000', '194433.971000', '194433.974000', '194433.976000', '194433.979000', '194433.982000', '194433.984000', '194433.987000', '194433.990000', '194433.992000', '194453.881000', '194453.884000', '194453.887000', '194453.890000', '194453.892000', '194453.895000', '194453.897000', '194453.900000', '194453.903000', '194453.905000', '194453.908000', '194453.910000', '194453.913000', '194453.916000', '194453.918000', '194453.921000', '194453.924000', '194453.926000', '194453.929000', '194453.932000', '194453.934000', '194453.937000', '194453.939000', '194453.942000', '194453.945000', '194453.947000', '194453.950000', '194453.952000', '194453.955000', '194453.958000', '194453.960000', '194453.963000', '194453.966000', '194453.968000', '194453.971000', '194453.973000', '194453.976000', '194453.979000', '194453.981000', '194453.984000', '194453.986000', '194453.989000', '194453.992000', '194453.994000', '194513.881000', '194513.884000', '194513.887000', '194513.889000', '194513.892000', '194513.895000', '194513.897000', '194513.900000', '194513.902000', '194513.905000', '194513.908000', '194513.910000', '194513.913000', '194513.915000', '194513.918000', '194513.921000', '194513.923000', '194513.926000', '194513.928000', '194513.931000', '194513.934000', '194513.936000', '194513.939000', '194513.942000', '194513.944000', '194513.947000', '194513.949000', '194513.952000', '194513.954000', '194513.957000', '194513.960000', '194513.962000', '194513.965000', '194513.968000', '194513.970000', '194513.973000', '194513.975000', '194513.978000', '194513.981000', '194513.983000', '194513.986000', '194513.988000', '194513.998000', '194514.002000', '194533.880000', '194533.883000', '194533.886000', '194533.888000', '194533.891000', '194533.894000', '194533.896000', '194533.899000', '194533.901000', '194533.904000', '194533.909000', '194533.911000', '194533.914000', '194533.917000', '194533.919000', '194533.922000', '194533.924000', '194533.927000', '194533.929000', '194533.932000', '194533.935000', '194533.937000', '194533.940000', '194533.942000', '194533.945000', '194533.947000', '194533.950000', '194533.953000', '194533.955000', '194533.958000', '194533.960000', '194533.963000', '194533.966000', '194533.968000', '194533.971000', '194533.973000', '194533.976000', '194533.978000', '194533.981000', '194533.984000', '194533.986000', '194533.989000', '194533.992000', '194553.880000', '194553.883000', '194553.886000', '194553.888000', '194553.891000', '194553.894000', '194553.896000', '194553.899000', '194553.901000', '194553.904000', '194553.907000', '194553.909000', '194553.912000', '194553.915000', '194553.917000', '194553.921000', '194553.924000', '194553.927000', '194553.929000', '194553.932000', '194553.934000', '194553.937000', '194553.940000', '194553.942000', '194553.945000', '194553.947000', '194553.950000', '194553.953000', '194553.955000', '194553.958000', '194553.960000', '194553.963000', '194553.965000', '194553.968000', '194553.971000', '194553.973000', '194553.976000', '194553.979000', '194553.981000', '194553.984000', '194553.987000', '194553.989000', '194553.992000', '194553.994000', '194613.880000', '194613.883000', '194613.886000', '194613.889000', '194613.891000', '194613.894000', '194613.896000', '194613.899000', '194613.902000', '194613.904000', '194613.907000', '194613.909000', '194613.912000', '194613.915000', '194613.917000', '194613.920000', '194613.922000', '194613.925000', '194613.928000', '194613.930000', '194613.933000', '194613.935000', '194613.938000', '194613.941000', '194613.943000', '194613.946000', '194613.948000', '194613.951000', '194613.954000', '194613.956000', '194613.959000', '194613.961000', '194613.964000', '194613.967000', '194613.969000', '194613.972000', '194613.975000', '194613.977000', '194613.980000', '194613.983000', '194613.985000', '194613.988000', '194613.990000', '194627.909000', '194627.912000', '194627.915000', '194627.917000', '194627.920000', '194627.923000', '194627.926000', '194627.928000', '194627.931000', '194627.933000', '194627.936000', '194627.939000', '194627.942000', '194627.944000', '194627.947000', '194627.950000', '194627.952000', '194627.955000', '194627.958000', '194627.960000', '194627.963000', '194627.966000', '194627.968000', '194627.971000', '194627.974000', '194627.977000', '194627.979000', '194627.982000', '194627.985000', '194627.987000', '194627.990000'], 'InstanceCreationTime': ['194013.917000', '194013.920000', '194013.926000', '194013.929000', '194013.932000', '194013.934000', '194013.937000', '194013.939000', '194013.942000', '194013.945000', '194013.947000', '194013.950000', '194013.952000', '194013.955000', '194013.958000', '194013.961000', '194013.964000', '194013.967000', '194013.970000', '194013.972000', '194013.975000', '194013.977000', '194013.980000', '194013.983000', '194013.985000', '194013.988000', '194013.990000', '194013.993000', '194013.996000', '194013.999000', '194014.001000', '194014.004000', '194014.006000', '194014.009000', '194014.011000', '194014.014000', '194014.017000', '194014.019000', '194014.022000', '194014.024000', '194014.027000', '194014.029000', '194014.032000', '194014.035000', '194014.037000', '194014.040000', '194014.042000', '194014.045000', '194014.048000', '194014.050000', '194014.053000', '194014.056000', '194014.058000', '194014.061000', '194014.063000', '194014.066000', '194014.069000', '194014.071000', '194033.881000', '194033.884000', '194033.887000', '194033.889000', '194033.892000', '194033.895000', '194033.897000', '194033.907000', '194033.910000', '194033.912000', '194033.915000', '194033.918000', '194033.920000', '194033.923000', '194033.925000', '194033.928000', '194033.931000', '194033.933000', '194033.936000', '194033.938000', '194033.941000', '194033.944000', '194033.946000', '194033.949000', '194033.951000', '194033.954000', '194033.986000', '194033.988000', '194033.991000', '194033.994000', '194033.996000', '194034.000000', '194034.002000', '194034.005000', '194034.008000', '194034.010000', '194034.013000', '194034.015000', '194034.018000', '194034.021000', '194034.023000', '194034.026000', '194034.028000', '194034.031000', '194053.880000', '194053.883000', '194053.886000', '194053.888000', '194053.891000', '194053.894000', '194053.896000', '194053.899000', '194053.901000', '194053.904000', '194053.907000', '194053.909000', '194053.912000', '194053.914000', '194053.917000', '194053.919000', '194053.922000', '194053.925000', '194053.927000', '194053.930000', '194053.932000', '194053.935000', '194053.937000', '194053.940000', '194053.943000', '194053.945000', '194053.948000', '194053.950000', '194053.953000', '194053.955000', '194053.958000', '194053.961000', '194053.964000', '194053.967000', '194053.970000', '194053.972000', '194053.975000', '194053.978000', '194053.980000', '194053.983000', '194053.985000', '194053.988000', '194053.991000', '194113.880000', '194113.883000', '194113.886000', '194113.888000', '194113.891000', '194113.893000', '194113.896000', '194113.899000', '194113.901000', '194113.904000', '194113.906000', '194113.909000', '194113.912000', '194113.914000', '194113.917000', '194113.919000', '194113.922000', '194113.924000', '194113.927000', '194113.930000', '194113.932000', '194113.935000', '194113.938000', '194113.940000', '194113.943000', '194113.945000', '194113.948000', '194113.950000', '194113.953000', '194113.956000', '194113.958000', '194113.961000', '194113.963000', '194113.966000', '194113.968000', '194113.971000', '194113.974000', '194113.976000', '194113.979000', '194113.982000', '194113.984000', '194113.987000', '194113.989000', '194113.992000', '194133.880000', '194133.883000', '194133.886000', '194133.889000', '194133.891000', '194133.894000', '194133.896000', '194133.899000', '194133.902000', '194133.904000', '194133.907000', '194133.909000', '194133.912000', '194133.915000', '194133.917000', '194133.920000', '194133.922000', '194133.925000', '194133.927000', '194133.930000', '194133.933000', '194133.935000', '194133.938000', '194133.941000', '194133.943000', '194133.946000', '194133.948000', '194133.951000', '194133.954000', '194133.956000', '194133.959000', '194133.962000', '194133.965000', '194133.967000', '194133.970000', '194133.973000', '194133.975000', '194133.978000', '194133.980000', '194133.983000', '194133.986000', '194133.988000', '194133.991000', '194153.880000', '194153.883000', '194153.886000', '194153.888000', '194153.891000', '194153.894000', '194153.896000', '194153.899000', '194153.910000', '194153.913000', '194153.915000', '194153.918000', '194153.921000', '194153.923000', '194153.926000', '194153.928000', '194153.931000', '194153.933000', '194153.936000', '194153.939000', '194153.941000', '194153.944000', '194153.947000', '194153.949000', '194153.952000', '194153.955000', '194153.957000', '194153.960000', '194153.962000', '194153.965000', '194153.968000', '194153.970000', '194153.973000', '194153.975000', '194153.978000', '194153.981000', '194153.983000', '194153.986000', '194153.989000', '194153.991000', '194153.994000', '194153.997000', '194154.001000', '194154.003000', '194213.881000', '194213.883000', '194213.886000', '194213.889000', '194213.891000', '194213.894000', '194213.896000', '194213.899000', '194213.902000', '194213.904000', '194213.907000', '194213.909000', '194213.912000', '194213.914000', '194213.917000', '194213.920000', '194213.922000', '194213.925000', '194213.927000', '194213.930000', '194213.933000', '194213.980000', '194213.982000', '194213.985000', '194213.988000', '194213.990000', '194213.994000', '194213.997000', '194214.001000', '194214.003000', '194214.006000', '194214.009000', '194214.011000', '194214.014000', '194214.016000', '194214.019000', '194214.022000', '194214.024000', '194214.027000', '194214.029000', '194214.032000', '194214.035000', '194214.037000', '194233.881000', '194233.884000', '194233.887000', '194233.889000', '194233.892000', '194233.895000', '194233.897000', '194233.900000', '194233.902000', '194233.905000', '194233.908000', '194233.910000', '194233.913000', '194233.916000', '194233.918000', '194233.921000', '194233.923000', '194233.926000', '194233.929000', '194233.931000', '194233.934000', '194233.936000', '194233.939000', '194233.942000', '194233.944000', '194233.947000', '194233.949000', '194233.952000', '194233.955000', '194233.957000', '194233.960000', '194233.962000', '194233.965000', '194233.967000', '194233.970000', '194233.973000', '194233.975000', '194233.978000', '194233.980000', '194233.983000', '194233.986000', '194233.988000', '194233.991000', '194233.993000', '194253.882000', '194253.884000', '194253.887000', '194253.890000', '194253.892000', '194253.895000', '194253.897000', '194253.900000', '194253.903000', '194253.905000', '194253.908000', '194253.910000', '194253.913000', '194253.916000', '194253.918000', '194253.921000', '194253.923000', '194253.926000', '194253.928000', '194253.931000', '194253.934000', '194253.936000', '194253.939000', '194253.941000', '194253.944000', '194253.947000', '194253.949000', '194253.952000', '194253.954000', '194253.957000', '194253.960000', '194253.962000', '194253.965000', '194253.967000', '194253.970000', '194253.973000', '194253.975000', '194253.978000', '194253.980000', '194253.983000', '194253.986000', '194253.988000', '194253.991000', '194313.880000', '194313.883000', '194313.886000', '194313.888000', '194313.891000', '194313.894000', '194313.896000', '194313.899000', '194313.902000', '194313.904000', '194313.907000', '194313.909000', '194313.912000', '194313.915000', '194313.917000', '194313.920000', '194313.922000', '194313.925000', '194313.928000', '194313.930000', '194313.933000', '194313.936000', '194313.938000', '194313.941000', '194313.943000', '194313.946000', '194313.949000', '194313.951000', '194313.954000', '194313.956000', '194313.959000', '194313.962000', '194313.964000', '194313.967000', '194313.970000', '194313.972000', '194313.975000', '194313.977000', '194313.980000', '194313.983000', '194313.985000', '194313.988000', '194313.990000', '194313.993000', '194333.881000', '194333.883000', '194333.886000', '194333.889000', '194333.892000', '194333.894000', '194333.897000', '194333.899000', '194333.902000', '194333.904000', '194333.907000', '194333.910000', '194333.912000', '194333.915000', '194333.917000', '194333.920000', '194333.923000', '194333.925000', '194333.928000', '194333.930000', '194333.933000', '194333.936000', '194333.938000', '194333.941000', '194333.943000', '194333.946000', '194333.949000', '194333.951000', '194333.954000', '194333.957000', '194333.959000', '194333.962000', '194333.964000', '194333.967000', '194333.970000', '194333.972000', '194333.975000', '194333.977000', '194333.980000', '194333.983000', '194333.985000', '194333.988000', '194333.991000', '194353.880000', '194353.883000', '194353.886000', '194353.889000', '194353.891000', '194353.894000', '194353.896000', '194353.899000', '194353.902000', '194353.904000', '194353.907000', '194353.909000', '194353.912000', '194353.915000', '194353.917000', '194353.920000', '194353.922000', '194353.931000', '194353.934000', '194353.937000', '194353.939000', '194353.942000', '194353.944000', '194353.947000', '194353.949000', '194353.952000', '194353.955000', '194353.958000', '194353.960000', '194353.963000', '194353.965000', '194353.968000', '194353.971000', '194353.973000', '194353.976000', '194353.979000', '194353.981000', '194353.984000', '194353.986000', '194353.989000', '194353.992000', '194353.994000', '194353.997000', '194354.001000', '194413.881000', '194413.884000', '194413.886000', '194413.889000', '194413.891000', '194413.894000', '194413.897000', '194413.899000', '194413.902000', '194413.904000', '194413.907000', '194413.910000', '194413.912000', '194413.915000', '194413.917000', '194413.920000', '194413.923000', '194413.925000', '194413.928000', '194413.931000', '194413.933000', '194413.936000', '194413.938000', '194413.941000', '194413.944000', '194413.946000', '194413.949000', '194413.951000', '194413.954000', '194413.957000', '194413.959000', '194413.962000', '194413.964000', '194413.967000', '194413.970000', '194413.972000', '194413.975000', '194413.977000', '194413.980000', '194413.983000', '194413.985000', '194413.988000', '194413.990000', '194433.882000', '194433.885000', '194433.887000', '194433.890000', '194433.893000', '194433.895000', '194433.898000', '194433.900000', '194433.903000', '194433.906000', '194433.908000', '194433.911000', '194433.913000', '194433.916000', '194433.919000', '194433.921000', '194433.924000', '194433.927000', '194433.929000', '194433.932000', '194433.934000', '194433.937000', '194433.940000', '194433.942000', '194433.945000', '194433.948000', '194433.950000', '194433.953000', '194433.956000', '194433.958000', '194433.961000', '194433.963000', '194433.966000', '194433.969000', '194433.971000', '194433.974000', '194433.976000', '194433.979000', '194433.982000', '194433.984000', '194433.987000', '194433.990000', '194433.992000', '194453.881000', '194453.884000', '194453.887000', '194453.890000', '194453.892000', '194453.895000', '194453.897000', '194453.900000', '194453.903000', '194453.905000', '194453.908000', '194453.910000', '194453.913000', '194453.916000', '194453.918000', '194453.921000', '194453.924000', '194453.926000', '194453.929000', '194453.932000', '194453.934000', '194453.937000', '194453.939000', '194453.942000', '194453.945000', '194453.947000', '194453.950000', '194453.952000', '194453.955000', '194453.958000', '194453.960000', '194453.963000', '194453.966000', '194453.968000', '194453.971000', '194453.973000', '194453.976000', '194453.979000', '194453.981000', '194453.984000', '194453.986000', '194453.989000', '194453.992000', '194453.994000', '194513.881000', '194513.884000', '194513.887000', '194513.889000', '194513.892000', '194513.895000', '194513.897000', '194513.900000', '194513.902000', '194513.905000', '194513.908000', '194513.910000', '194513.913000', '194513.915000', '194513.918000', '194513.921000', '194513.923000', '194513.926000', '194513.928000', '194513.931000', '194513.934000', '194513.936000', '194513.939000', '194513.942000', '194513.944000', '194513.947000', '194513.949000', '194513.952000', '194513.954000', '194513.957000', '194513.960000', '194513.962000', '194513.965000', '194513.968000', '194513.970000', '194513.973000', '194513.975000', '194513.978000', '194513.981000', '194513.983000', '194513.986000', '194513.988000', '194513.998000', '194514.002000', '194533.880000', '194533.883000', '194533.886000', '194533.888000', '194533.891000', '194533.894000', '194533.896000', '194533.899000', '194533.901000', '194533.904000', '194533.909000', '194533.911000', '194533.914000', '194533.917000', '194533.919000', '194533.922000', '194533.924000', '194533.927000', '194533.929000', '194533.932000', '194533.935000', '194533.937000', '194533.940000', '194533.942000', '194533.945000', '194533.947000', '194533.950000', '194533.953000', '194533.955000', '194533.958000', '194533.960000', '194533.963000', '194533.966000', '194533.968000', '194533.971000', '194533.973000', '194533.976000', '194533.978000', '194533.981000', '194533.984000', '194533.986000', '194533.989000', '194533.992000', '194553.880000', '194553.883000', '194553.886000', '194553.888000', '194553.891000', '194553.894000', '194553.896000', '194553.899000', '194553.901000', '194553.904000', '194553.907000', '194553.909000', '194553.912000', '194553.915000', '194553.917000', '194553.921000', '194553.924000', '194553.927000', '194553.929000', '194553.932000', '194553.934000', '194553.937000', '194553.940000', '194553.942000', '194553.945000', '194553.947000', '194553.950000', '194553.953000', '194553.955000', '194553.958000', '194553.960000', '194553.963000', '194553.965000', '194553.968000', '194553.971000', '194553.973000', '194553.976000', '194553.979000', '194553.981000', '194553.984000', '194553.987000', '194553.989000', '194553.992000', '194553.994000', '194613.880000', '194613.883000', '194613.886000', '194613.889000', '194613.891000', '194613.894000', '194613.896000', '194613.899000', '194613.902000', '194613.904000', '194613.907000', '194613.909000', '194613.912000', '194613.915000', '194613.917000', '194613.920000', '194613.922000', '194613.925000', '194613.928000', '194613.930000', '194613.933000', '194613.935000', '194613.938000', '194613.941000', '194613.943000', '194613.946000', '194613.948000', '194613.951000', '194613.954000', '194613.956000', '194613.959000', '194613.961000', '194613.964000', '194613.967000', '194613.969000', '194613.972000', '194613.975000', '194613.977000', '194613.980000', '194613.983000', '194613.985000', '194613.988000', '194613.990000', '194627.909000', '194627.912000', '194627.915000', '194627.917000', '194627.920000', '194627.923000', '194627.926000', '194627.928000', '194627.931000', '194627.933000', '194627.936000', '194627.939000', '194627.942000', '194627.944000', '194627.947000', '194627.950000', '194627.952000', '194627.955000', '194627.958000', '194627.960000', '194627.963000', '194627.966000', '194627.968000', '194627.971000', '194627.974000', '194627.977000', '194627.979000', '194627.982000', '194627.985000', '194627.987000', '194627.990000'], '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': [11260, 10871, 11248, 9603, 11570, 10996, 11575, 10939, 9924, 11382, 10456, 11838, 10159, 11708, 10890, 9327, 11255, 10146, 11776, 10703, 9834, 11666, 10074, 11673, 10402, 12273, 11367, 11675, 10677, 8523, 10942, 9937, 12071, 10532, 14033, 11080, 9402, 12364, 10710, 11817, 12303, 11791, 14051, 11708, 9818, 12030, 11489, 12519, 10876, 9147, 11764, 10813, 11060, 11090, 9512, 11392, 11270, 10009, 11807, 11025, 9530, 11770, 11014, 14358, 11467, 9958, 12031, 10373, 8846, 11347, 9462, 12020, 10671, 9446, 11480, 10060, 11948, 9961, 9913, 10882, 10401, 11379, 10753, 8426, 11203, 9793, 11822, 11010, 13184, 10758, 8953, 11078, 8973, 11620, 11670, 13473, 10813, 9432, 11168, 10094, 9551, 10466, 10009, 11649, 10454, 9032, 10965, 8968, 11547, 8798, 11592, 9460, 11796, 10481, 8436, 10299, 8133, 10957, 9691, 11636, 9572, 8561, 10430, 9545, 11089, 9974, 12195, 10381, 11282, 10253, 8816, 10613, 9193, 10881, 10124, 11807, 9508, 12226, 10029, 12281, 9897, 10807, 10766, 9737, 11216, 10097, 8649, 10622, 8717, 11117, 9958, 11754, 9763, 10416, 10353, 9610, 10918, 9258, 11073, 9751, 12079, 10779, 9363, 9873, 9003, 10822, 9448, 11648, 10158, 8959, 10176, 8725, 11042, 10460, 11564, 10495, 9591, 10862, 9071, 11992, 10888, 12469, 10872, 9114, 11078, 9029, 11455, 10399, 12137, 10361, 8672, 10603, 9076, 11378, 11250, 10193, 10538, 8721, 11312, 9986, 11884, 9877, 9811, 10684, 8699, 11493, 9727, 11883, 10677, 12347, 10562, 8880, 11471, 10340, 11429, 10211, 12815, 10913, 9424, 11322, 9518, 11913, 11180, 11672, 10494, 9292, 10663, 10161, 11159, 10488, 9648, 10330, 8955, 11172, 9093, 11190, 9504, 11713, 9099, 11293, 9189, 11540, 9858, 12084, 9683, 8775, 10213, 9392, 10628, 9492, 11826, 10661, 11167, 10056, 10936, 10193, 12051, 10260, 11212, 10695, 8357, 10213, 9902, 10686, 9135, 10948, 9456, 11491, 9940, 11858, 9939, 11848, 10060, 8568, 9972, 9091, 10292, 9123, 10878, 9737, 11327, 10366, 11437, 9547, 11679, 11434, 11795, 10901, 8219, 10232, 8543, 10156, 8867, 10668, 9986, 11085, 9673, 11502, 9476, 11421, 10300, 11778, 10804, 11699, 10284, 11903, 10935, 11832, 11617, 11829, 10052, 8923, 10525, 10110, 10995, 9775, 11206, 9868, 11747, 9350, 11587, 10043, 12196, 9893, 11658, 9614, 11495, 9669, 11282, 9972, 11283, 10535, 11611, 10425, 11401, 9778, 11121, 9810, 10654, 9406, 10363, 10311, 10674, 10221, 11190, 10033, 11472, 9824, 8097, 10137, 11914, 10908, 11419, 10195, 11661, 9833, 9874, 10280, 8567, 10187, 10252, 10542, 9398, 11099, 11695, 9063, 11199, 11531, 9829, 11115, 9659, 12671, 10461, 8214, 11749, 9954, 9187, 9247, 11658, 10440, 10391, 12139, 12032, 12673, 12791, 13692, 12514, 15790, 12379, 12099, 12369, 10067, 12253, 10323, 12523, 11453, 9269, 11970, 9656, 12132, 11400, 11160, 11325, 10519, 12235, 10662, 9180, 11284, 9616, 12301, 11530, 11297, 11231, 9389, 11174, 10620, 9258, 10796, 9283, 11851, 10456, 9754, 10984, 10267, 11159, 10683, 9380, 11445, 10279, 12933, 11392, 14719, 11085, 9670, 11757, 9652, 11650, 9802, 11720, 10676, 8512, 10601, 9812, 11386, 9099, 11398, 9969, 11576, 10466, 8944, 10884, 8604, 11067, 10931, 11188, 9567, 10926, 9479, 11347, 8831, 10869, 9578, 11731, 9026, 11243, 9628, 11594, 11082, 11643, 12326, 11598, 10059, 11002, 9633, 11618, 11026, 11811, 11706, 11174, 11093, 9391, 11734, 8996, 11473, 9502, 11570, 10984, 12127, 10622, 11273, 10456, 11892, 11050, 11880, 11708, 10977, 10435, 9719, 10498, 9038, 11064, 10390, 11431, 9946, 8819, 10078, 12468, 10482, 12153, 11666, 11697, 10543, 9148, 10277, 9197, 10261, 10004, 10199, 10498, 10542, 9055, 10804, 9290, 11188, 9407, 11291, 14651, 11036, 10190, 10731, 8936, 11014, 9351, 11141, 9256, 11031, 9586, 11091, 9990, 10905, 9561, 11557, 9736, 10884, 9401, 10773, 10110, 10972, 10028, 10701, 10100, 10648, 9887, 10974, 10222, 11198, 11062, 11178, 9665, 11151, 9781, 11232, 10873, 11217, 10974, 11384, 9731, 8395, 10412, 9356, 10807, 10292, 11649, 9641, 10964, 10390, 10338, 10329, 8652, 11134, 9438, 10867, 10116, 11018, 9808, 11557, 10421, 11689, 9239, 10762, 10565, 11016, 10768, 11107, 10240, 9197, 10592, 9048, 10990, 10137, 11509, 10466, 10798, 10038, 10591, 10344, 12282, 10510, 8885, 10763, 9491, 10730, 9273, 10638, 10338, 11235, 9450, 10692, 8828, 10895, 9599, 10982, 13449, 10572, 10168, 10675, 8680, 11066, 9354, 10900, 9782, 11414, 10623, 10457, 9724, 9212, 10478, 9230, 11282, 12010, 9713, 11213, 10346, 9363, 11606, 11254, 11351, 11356, 10344, 12169, 10792, 11482, 11811, 11494, 11116, 11090, 10999, 11627, 11139, 11949, 11252, 12045, 11333, 12609, 11289, 9123, 10744, 10013, 10959, 10689, 11405, 10885, 11693, 11220, 11661, 11282, 9526, 10874, 9791, 12151, 9719, 12088, 10504, 12239, 10480, 10247, 11497, 9841, 11281, 12892, 11506, 12252, 11268, 10273, 11298, 9530, 11315, 9811, 11598, 13140, 11383, 10428, 11228, 9236, 11237, 9731, 11410, 9718, 11785, 9674, 11547, 9394, 11132, 10260, 11348, 10362, 11720, 10419, 11849, 9841, 10926, 10894, 11970, 11405, 11548, 11550, 9787, 11574, 10095, 11732, 11472, 10703, 11749, 10115, 11645, 10287, 12196, 10449, 11940, 11524, 11441, 11155, 11059, 11254, 11781, 11669, 11282, 11301, 11063, 11291, 9808, 11274, 9276, 11748, 9907, 11885, 10665, 11728, 11254, 12034, 11006, 11647, 10780, 11862, 10510, 11646, 11235, 11746, 11212, 11725, 11560, 8541, 11409, 9387, 11853, 14256, 11663, 11528, 11758, 9894, 11155, 9730, 12002, 10351, 11697, 12709, 11906, 10749, 11333, 9917, 11806, 9743, 12205, 10049, 12141, 10834, 11889, 10609, 11930, 10829, 11992, 11659, 11860, 11158, 10613, 11648, 11634, 11490, 11402, 11765, 9108, 11374, 9972, 11406, 12131, 11839, 11783, 10871, 11538, 10719, 11806, 10752, 11749, 10119, 11688, 11661, 11756, 11392, 11130, 11417, 11499, 11288, 11562, 11548, 11350, 11750, 11800, 11523, 11289, 10419, 11276, 11418, 10979, 11635, 10865, 11487, 11112, 11517, 10405, 11829, 9857, 12052, 11609, 11523, 9175, 11624, 9680, 11465, 11699, 11459, 11605, 11306, 11666, 10936, 11606, 10615, 11887, 9206, 11912, 9700, 11829, 10739], 'WindowCenter': [4365.0, 4338.0, 4334.0, 4313.0, 4322.0, 4320.0, 4319.0, 4309.0, 4297.0, 4320.0, 4320.0, 4331.0, 4335.0, 4333.0, 4322.0, 4310.0, 4334.0, 4336.0, 4334.0, 4334.0, 4322.0, 4335.0, 4324.0, 4346.0, 4325.0, 4360.0, 4347.0, 4359.0, 4335.0, 4325.0, 4334.0, 4321.0, 4333.0, 4321.0, 4342.0, 4323.0, 4301.0, 4330.0, 4311.0, 4332.0, 4322.0, 4320.0, 4317.0, 4295.0, 4283.0, 4304.0, 4293.0, 4306.0, 4307.0, 4285.0, 4305.0, 4293.0, 4306.0, 4304.0, 4296.0, 4316.0, 4318.0, 4308.0, 4330.0, 4333.0, 4309.0, 4331.0, 4331.0, 4340.0, 4318.0, 4296.0, 4317.0, 4309.0, 4297.0, 4318.0, 4310.0, 4320.0, 4309.0, 4299.0, 4318.0, 4308.0, 4319.0, 4311.0, 4324.0, 4322.0, 4322.0, 4331.0, 4331.0, 4315.0, 4334.0, 4323.0, 4346.0, 4335.0, 4342.0, 4322.0, 4302.0, 4322.0, 4312.0, 4335.0, 4335.0, 4342.0, 4321.0, 4312.0, 4332.0, 4324.0, 4312.0, 4324.0, 4324.0, 4334.0, 4323.0, 4312.0, 4322.0, 4302.0, 4333.0, 4301.0, 4333.0, 4311.0, 4331.0, 4309.0, 4288.0, 4309.0, 4289.0, 4320.0, 4322.0, 4331.0, 4313.0, 4300.0, 4322.0, 4311.0, 4331.0, 4321.0, 4332.0, 4310.0, 4320.0, 4309.0, 4298.0, 4318.0, 4311.0, 4321.0, 4310.0, 4328.0, 4309.0, 4330.0, 4310.0, 4318.0, 4311.0, 4321.0, 4320.0, 4309.0, 4319.0, 4321.0, 4299.0, 4321.0, 4301.0, 4331.0, 4321.0, 4333.0, 4311.0, 4319.0, 4309.0, 4308.0, 4318.0, 4298.0, 4320.0, 4310.0, 4330.0, 4319.0, 4298.0, 4309.0, 4299.0, 4320.0, 4311.0, 4332.0, 4322.0, 4311.0, 4321.0, 4302.0, 4333.0, 4333.0, 4331.0, 4321.0, 4311.0, 4320.0, 4299.0, 4332.0, 4320.0, 4332.0, 4320.0, 4299.0, 4320.0, 4299.0, 4331.0, 4321.0, 4330.0, 4319.0, 4299.0, 4319.0, 4298.0, 4329.0, 4331.0, 4320.0, 4322.0, 4300.0, 4331.0, 4320.0, 4332.0, 4323.0, 4322.0, 4322.0, 4300.0, 4331.0, 4309.0, 4319.0, 4321.0, 4342.0, 4321.0, 4299.0, 4330.0, 4310.0, 4318.0, 4319.0, 4342.0, 4321.0, 4300.0, 4320.0, 4310.0, 4318.0, 4319.0, 4320.0, 4320.0, 4299.0, 4318.0, 4308.0, 4331.0, 4321.0, 4323.0, 4322.0, 4311.0, 4333.0, 4312.0, 4333.0, 4311.0, 4332.0, 4300.0, 4321.0, 4310.0, 4331.0, 4310.0, 4331.0, 4311.0, 4300.0, 4310.0, 4299.0, 4319.0, 4311.0, 4331.0, 4320.0, 4320.0, 4309.0, 4319.0, 4311.0, 4330.0, 4321.0, 4319.0, 4308.0, 4285.0, 4297.0, 4296.0, 4308.0, 4297.0, 4307.0, 4298.0, 4318.0, 4306.0, 4317.0, 4309.0, 4319.0, 4312.0, 4299.0, 4309.0, 4299.0, 4308.0, 4309.0, 4320.0, 4312.0, 4330.0, 4321.0, 4319.0, 4310.0, 4319.0, 4330.0, 4331.0, 4320.0, 4290.0, 4309.0, 4300.0, 4321.0, 4309.0, 4323.0, 4323.0, 4333.0, 4323.0, 4333.0, 4311.0, 4333.0, 4320.0, 4332.0, 4320.0, 4330.0, 4311.0, 4319.0, 4320.0, 4320.0, 4320.0, 4317.0, 4309.0, 4298.0, 4308.0, 4309.0, 4320.0, 4308.0, 4309.0, 4297.0, 4317.0, 4297.0, 4316.0, 4295.0, 4319.0, 4296.0, 4306.0, 4296.0, 4306.0, 4297.0, 4318.0, 4297.0, 4317.0, 4307.0, 4317.0, 4307.0, 4318.0, 4308.0, 4308.0, 4297.0, 4307.0, 4297.0, 4307.0, 4305.0, 4307.0, 4308.0, 4316.0, 4308.0, 4319.0, 4310.0, 4290.0, 4322.0, 4329.0, 4321.0, 4331.0, 4311.0, 4319.0, 4310.0, 4309.0, 4310.0, 4300.0, 4311.0, 4309.0, 4323.0, 4326.0, 4348.0, 4345.0, 4310.0, 4332.0, 4345.0, 4335.0, 4334.0, 4322.0, 4342.0, 4333.0, 4302.0, 4354.0, 4334.0, 4326.0, 4327.0, 4347.0, 4337.0, 4324.0, 4334.0, 4322.0, 4320.0, 4309.0, 4306.0, 4296.0, 4302.0, 4291.0, 4279.0, 4279.0, 4257.0, 4277.0, 4267.0, 4288.0, 4277.0, 4269.0, 4290.0, 4271.0, 4302.0, 4303.0, 4305.0, 4307.0, 4305.0, 4304.0, 4296.0, 4286.0, 4307.0, 4296.0, 4318.0, 4321.0, 4319.0, 4319.0, 4300.0, 4320.0, 4321.0, 4311.0, 4322.0, 4312.0, 4344.0, 4326.0, 4325.0, 4334.0, 4324.0, 4333.0, 4323.0, 4313.0, 4333.0, 4323.0, 4334.0, 4321.0, 4341.0, 4320.0, 4299.0, 4319.0, 4298.0, 4321.0, 4310.0, 4320.0, 4309.0, 4288.0, 4309.0, 4309.0, 4320.0, 4300.0, 4331.0, 4323.0, 4332.0, 4319.0, 4301.0, 4321.0, 4300.0, 4333.0, 4324.0, 4321.0, 4312.0, 4322.0, 4300.0, 4321.0, 4300.0, 4323.0, 4312.0, 4331.0, 4300.0, 4320.0, 4300.0, 4321.0, 4308.0, 4321.0, 4319.0, 4308.0, 4295.0, 4307.0, 4296.0, 4305.0, 4305.0, 4317.0, 4318.0, 4318.0, 4319.0, 4299.0, 4320.0, 4299.0, 4317.0, 4297.0, 4319.0, 4318.0, 4319.0, 4306.0, 4305.0, 4307.0, 4316.0, 4308.0, 4317.0, 4319.0, 4308.0, 4309.0, 4299.0, 4310.0, 4300.0, 4332.0, 4323.0, 4321.0, 4310.0, 4299.0, 4311.0, 4331.0, 4308.0, 4321.0, 4319.0, 4317.0, 4308.0, 4297.0, 4307.0, 4297.0, 4309.0, 4308.0, 4311.0, 4321.0, 4309.0, 4298.0, 4320.0, 4298.0, 4319.0, 4300.0, 4322.0, 4341.0, 4310.0, 4309.0, 4308.0, 4288.0, 4308.0, 4297.0, 4320.0, 4310.0, 4319.0, 4308.0, 4320.0, 4311.0, 4321.0, 4312.0, 4322.0, 4300.0, 4308.0, 4298.0, 4309.0, 4306.0, 4320.0, 4309.0, 4309.0, 4307.0, 4309.0, 4309.0, 4319.0, 4320.0, 4331.0, 4332.0, 4321.0, 4312.0, 4320.0, 4311.0, 4320.0, 4322.0, 4322.0, 4322.0, 4320.0, 4309.0, 4289.0, 4310.0, 4298.0, 4320.0, 4312.0, 4321.0, 4300.0, 4320.0, 4309.0, 4309.0, 4322.0, 4301.0, 4332.0, 4312.0, 4320.0, 4322.0, 4323.0, 4311.0, 4333.0, 4321.0, 4321.0, 4299.0, 4309.0, 4307.0, 4319.0, 4320.0, 4319.0, 4311.0, 4299.0, 4310.0, 4298.0, 4323.0, 4322.0, 4320.0, 4321.0, 4308.0, 4309.0, 4309.0, 4311.0, 4331.0, 4319.0, 4299.0, 4318.0, 4298.0, 4317.0, 4299.0, 4322.0, 4311.0, 4321.0, 4299.0, 4310.0, 4299.0, 4320.0, 4300.0, 4321.0, 4331.0, 4309.0, 4307.0, 4307.0, 4284.0, 4316.0, 4298.0, 4319.0, 4309.0, 4318.0, 4321.0, 4320.0, 4311.0, 4298.0, 4334.0, 4324.0, 4336.0, 4332.0, 4310.0, 4317.0, 4310.0, 4299.0, 4330.0, 4331.0, 4331.0, 4322.0, 4311.0, 4333.0, 4310.0, 4309.0, 4306.0, 4306.0, 4293.0, 4294.0, 4282.0, 4291.0, 4281.0, 4290.0, 4290.0, 4289.0, 4290.0, 4291.0, 4278.0, 4258.0, 4280.0, 4269.0, 4290.0, 4291.0, 4302.0, 4304.0, 4302.0, 4303.0, 4304.0, 4305.0, 4295.0, 4304.0, 4293.0, 4315.0, 4284.0, 4316.0, 4295.0, 4306.0, 4305.0, 4296.0, 4306.0, 4296.0, 4308.0, 4317.0, 4317.0, 4317.0, 4306.0, 4297.0, 4306.0, 4296.0, 4308.0, 4295.0, 4317.0, 4318.0, 4317.0, 4306.0, 4318.0, 4298.0, 4318.0, 4310.0, 4320.0, 4312.0, 4332.0, 4310.0, 4320.0, 4300.0, 4318.0, 4311.0, 4320.0, 4308.0, 4321.0, 4309.0, 4319.0, 4297.0, 4306.0, 4309.0, 4317.0, 4321.0, 4317.0, 4318.0, 4309.0, 4319.0, 4310.0, 4319.0, 4320.0, 4320.0, 4331.0, 4310.0, 4321.0, 4310.0, 4318.0, 4310.0, 4319.0, 4319.0, 4318.0, 4308.0, 4306.0, 4307.0, 4305.0, 4307.0, 4306.0, 4307.0, 4306.0, 4306.0, 4295.0, 4316.0, 4298.0, 4330.0, 4321.0, 4330.0, 4320.0, 4319.0, 4319.0, 4319.0, 4320.0, 4318.0, 4307.0, 4307.0, 4296.0, 4305.0, 4306.0, 4305.0, 4307.0, 4317.0, 4318.0, 4287.0, 4318.0, 4298.0, 4330.0, 4339.0, 4319.0, 4319.0, 4318.0, 4295.0, 4307.0, 4295.0, 4317.0, 4296.0, 4317.0, 4317.0, 4306.0, 4305.0, 4306.0, 4294.0, 4317.0, 4296.0, 4319.0, 4309.0, 4318.0, 4306.0, 4318.0, 4309.0, 4317.0, 4309.0, 4319.0, 4320.0, 4317.0, 4307.0, 4306.0, 4318.0, 4317.0, 4319.0, 4319.0, 4318.0, 4285.0, 4318.0, 4306.0, 4320.0, 4329.0, 4318.0, 4317.0, 4319.0, 4308.0, 4307.0, 4329.0, 4308.0, 4317.0, 4296.0, 4318.0, 4306.0, 4318.0, 4319.0, 4318.0, 4305.0, 4306.0, 4304.0, 4306.0, 4306.0, 4307.0, 4318.0, 4318.0, 4317.0, 4306.0, 4306.0, 4318.0, 4317.0, 4306.0, 4307.0, 4307.0, 4306.0, 4305.0, 4305.0, 4293.0, 4304.0, 4283.0, 4316.0, 4306.0, 4306.0, 4285.0, 4305.0, 4295.0, 4316.0, 4314.0, 4307.0, 4307.0, 4307.0, 4306.0, 4306.0, 4306.0, 4307.0, 4317.0, 4286.0, 4317.0, 4296.0, 4317.0, 4307.0], 'WindowWidth': [9636.0, 9584.0, 9570.0, 9539.0, 9547.0, 9541.0, 9538.0, 9524.0, 9505.0, 9540.0, 9541.0, 9557.0, 9569.0, 9561.0, 9545.0, 9527.0, 9567.0, 9573.0, 9566.0, 9567.0, 9548.0, 9567.0, 9552.0, 9589.0, 9555.0, 9612.0, 9590.0, 9615.0, 9574.0, 9560.0, 9568.0, 9548.0, 9564.0, 9545.0, 9574.0, 9549.0, 9516.0, 9556.0, 9529.0, 9560.0, 9547.0, 9538.0, 9531.0, 9496.0, 9475.0, 9504.0, 9489.0, 9513.0, 9517.0, 9483.0, 9510.0, 9493.0, 9512.0, 9508.0, 9499.0, 9529.0, 9534.0, 9522.0, 9557.0, 9565.0, 9526.0, 9561.0, 9561.0, 9569.0, 9535.0, 9501.0, 9531.0, 9522.0, 9505.0, 9535.0, 9528.0, 9541.0, 9526.0, 9510.0, 9535.0, 9521.0, 9540.0, 9533.0, 9554.0, 9548.0, 9549.0, 9560.0, 9561.0, 9544.0, 9571.0, 9553.0, 9588.0, 9570.0, 9575.0, 9547.0, 9520.0, 9549.0, 9534.0, 9570.0, 9570.0, 9575.0, 9546.0, 9533.0, 9562.0, 9555.0, 9536.0, 9553.0, 9555.0, 9569.0, 9552.0, 9536.0, 9548.0, 9520.0, 9564.0, 9517.0, 9567.0, 9532.0, 9560.0, 9526.0, 9496.0, 9525.0, 9500.0, 9545.0, 9551.0, 9562.0, 9538.0, 9518.0, 9548.0, 9531.0, 9559.0, 9547.0, 9562.0, 9529.0, 9541.0, 9526.0, 9509.0, 9538.0, 9531.0, 9545.0, 9529.0, 9552.0, 9527.0, 9554.0, 9529.0, 9537.0, 9532.0, 9545.0, 9543.0, 9526.0, 9539.0, 9544.0, 9513.0, 9544.0, 9517.0, 9560.0, 9547.0, 9564.0, 9533.0, 9539.0, 9526.0, 9524.0, 9538.0, 9509.0, 9542.0, 9528.0, 9558.0, 9538.0, 9510.0, 9525.0, 9512.0, 9543.0, 9533.0, 9563.0, 9550.0, 9532.0, 9546.0, 9520.0, 9566.0, 9566.0, 9561.0, 9547.0, 9533.0, 9544.0, 9514.0, 9562.0, 9543.0, 9562.0, 9542.0, 9513.0, 9540.0, 9512.0, 9558.0, 9545.0, 9558.0, 9540.0, 9514.0, 9540.0, 9511.0, 9556.0, 9561.0, 9546.0, 9549.0, 9519.0, 9561.0, 9545.0, 9564.0, 9552.0, 9549.0, 9548.0, 9517.0, 9558.0, 9527.0, 9540.0, 9545.0, 9578.0, 9546.0, 9514.0, 9557.0, 9528.0, 9538.0, 9542.0, 9576.0, 9546.0, 9515.0, 9540.0, 9527.0, 9536.0, 9539.0, 9542.0, 9542.0, 9513.0, 9538.0, 9524.0, 9558.0, 9548.0, 9552.0, 9552.0, 9535.0, 9565.0, 9535.0, 9565.0, 9533.0, 9563.0, 9515.0, 9543.0, 9527.0, 9559.0, 9530.0, 9558.0, 9529.0, 9514.0, 9528.0, 9513.0, 9541.0, 9532.0, 9559.0, 9541.0, 9543.0, 9527.0, 9539.0, 9530.0, 9557.0, 9546.0, 9538.0, 9522.0, 9486.0, 9504.0, 9503.0, 9521.0, 9505.0, 9521.0, 9507.0, 9536.0, 9518.0, 9531.0, 9524.0, 9538.0, 9534.0, 9511.0, 9525.0, 9511.0, 9524.0, 9527.0, 9544.0, 9534.0, 9557.0, 9545.0, 9541.0, 9530.0, 9540.0, 9556.0, 9557.0, 9543.0, 9500.0, 9526.0, 9517.0, 9544.0, 9529.0, 9551.0, 9552.0, 9564.0, 9551.0, 9564.0, 9534.0, 9565.0, 9543.0, 9560.0, 9541.0, 9555.0, 9529.0, 9538.0, 9542.0, 9543.0, 9543.0, 9535.0, 9525.0, 9509.0, 9522.0, 9526.0, 9540.0, 9522.0, 9524.0, 9504.0, 9531.0, 9504.0, 9531.0, 9502.0, 9538.0, 9501.0, 9516.0, 9503.0, 9516.0, 9505.0, 9537.0, 9506.0, 9534.0, 9519.0, 9532.0, 9520.0, 9535.0, 9521.0, 9523.0, 9504.0, 9519.0, 9504.0, 9519.0, 9513.0, 9520.0, 9521.0, 9533.0, 9523.0, 9538.0, 9530.0, 9504.0, 9547.0, 9556.0, 9546.0, 9559.0, 9531.0, 9539.0, 9527.0, 9526.0, 9529.0, 9514.0, 9529.0, 9526.0, 9551.0, 9564.0, 9599.0, 9588.0, 9533.0, 9563.0, 9588.0, 9573.0, 9568.0, 9552.0, 9576.0, 9567.0, 9523.0, 9600.0, 9576.0, 9562.0, 9563.0, 9590.0, 9577.0, 9554.0, 9567.0, 9545.0, 9538.0, 9523.0, 9513.0, 9499.0, 9499.0, 9480.0, 9461.0, 9460.0, 9429.0, 9456.0, 9443.0, 9473.0, 9459.0, 9450.0, 9481.0, 9457.0, 9500.0, 9503.0, 9511.0, 9516.0, 9511.0, 9509.0, 9499.0, 9484.0, 9515.0, 9501.0, 9533.0, 9543.0, 9539.0, 9539.0, 9512.0, 9542.0, 9544.0, 9530.0, 9548.0, 9533.0, 9581.0, 9558.0, 9555.0, 9566.0, 9553.0, 9563.0, 9550.0, 9535.0, 9564.0, 9551.0, 9568.0, 9543.0, 9568.0, 9539.0, 9510.0, 9537.0, 9506.0, 9544.0, 9528.0, 9540.0, 9523.0, 9494.0, 9522.0, 9523.0, 9540.0, 9513.0, 9557.0, 9549.0, 9560.0, 9540.0, 9516.0, 9544.0, 9513.0, 9563.0, 9552.0, 9545.0, 9531.0, 9545.0, 9514.0, 9544.0, 9513.0, 9551.0, 9534.0, 9558.0, 9514.0, 9542.0, 9513.0, 9543.0, 9522.0, 9542.0, 9536.0, 9519.0, 9497.0, 9516.0, 9499.0, 9513.0, 9514.0, 9534.0, 9535.0, 9534.0, 9538.0, 9510.0, 9538.0, 9508.0, 9533.0, 9504.0, 9539.0, 9535.0, 9538.0, 9515.0, 9513.0, 9517.0, 9527.0, 9520.0, 9531.0, 9536.0, 9519.0, 9523.0, 9510.0, 9527.0, 9514.0, 9563.0, 9550.0, 9543.0, 9528.0, 9512.0, 9529.0, 9556.0, 9521.0, 9543.0, 9538.0, 9530.0, 9521.0, 9503.0, 9519.0, 9504.0, 9523.0, 9521.0, 9530.0, 9544.0, 9526.0, 9508.0, 9541.0, 9509.0, 9538.0, 9513.0, 9545.0, 9571.0, 9526.0, 9522.0, 9519.0, 9492.0, 9522.0, 9507.0, 9543.0, 9530.0, 9539.0, 9522.0, 9542.0, 9530.0, 9544.0, 9534.0, 9546.0, 9512.0, 9522.0, 9507.0, 9522.0, 9515.0, 9541.0, 9526.0, 9524.0, 9519.0, 9523.0, 9524.0, 9538.0, 9542.0, 9559.0, 9561.0, 9544.0, 9533.0, 9541.0, 9530.0, 9540.0, 9546.0, 9547.0, 9546.0, 9540.0, 9525.0, 9498.0, 9525.0, 9510.0, 9541.0, 9533.0, 9545.0, 9512.0, 9539.0, 9526.0, 9525.0, 9545.0, 9520.0, 9562.0, 9534.0, 9544.0, 9546.0, 9549.0, 9531.0, 9562.0, 9542.0, 9543.0, 9508.0, 9523.0, 9519.0, 9538.0, 9540.0, 9537.0, 9528.0, 9510.0, 9527.0, 9511.0, 9550.0, 9547.0, 9541.0, 9542.0, 9522.0, 9525.0, 9523.0, 9530.0, 9558.0, 9538.0, 9511.0, 9534.0, 9507.0, 9534.0, 9512.0, 9546.0, 9530.0, 9544.0, 9511.0, 9528.0, 9510.0, 9540.0, 9512.0, 9544.0, 9559.0, 9524.0, 9517.0, 9518.0, 9485.0, 9530.0, 9507.0, 9539.0, 9525.0, 9537.0, 9544.0, 9542.0, 9531.0, 9508.0, 9568.0, 9557.0, 9572.0, 9561.0, 9528.0, 9533.0, 9526.0, 9511.0, 9553.0, 9560.0, 9557.0, 9547.0, 9529.0, 9563.0, 9525.0, 9524.0, 9514.0, 9512.0, 9490.0, 9492.0, 9472.0, 9483.0, 9468.0, 9479.0, 9480.0, 9479.0, 9480.0, 9484.0, 9463.0, 9435.0, 9466.0, 9450.0, 9482.0, 9486.0, 9502.0, 9507.0, 9502.0, 9504.0, 9508.0, 9510.0, 9498.0, 9510.0, 9493.0, 9524.0, 9481.0, 9527.0, 9499.0, 9514.0, 9512.0, 9500.0, 9514.0, 9501.0, 9520.0, 9531.0, 9530.0, 9532.0, 9514.0, 9502.0, 9514.0, 9501.0, 9520.0, 9500.0, 9530.0, 9533.0, 9532.0, 9516.0, 9533.0, 9506.0, 9535.0, 9526.0, 9540.0, 9532.0, 9559.0, 9527.0, 9540.0, 9513.0, 9536.0, 9529.0, 9539.0, 9521.0, 9542.0, 9520.0, 9535.0, 9503.0, 9515.0, 9523.0, 9532.0, 9541.0, 9535.0, 9534.0, 9523.0, 9538.0, 9526.0, 9538.0, 9542.0, 9540.0, 9556.0, 9526.0, 9543.0, 9526.0, 9535.0, 9526.0, 9538.0, 9535.0, 9536.0, 9520.0, 9512.0, 9515.0, 9511.0, 9514.0, 9513.0, 9516.0, 9513.0, 9514.0, 9499.0, 9530.0, 9507.0, 9556.0, 9547.0, 9553.0, 9540.0, 9536.0, 9539.0, 9538.0, 9539.0, 9536.0, 9516.0, 9516.0, 9500.0, 9512.0, 9513.0, 9512.0, 9516.0, 9531.0, 9534.0, 9490.0, 9534.0, 9507.0, 9555.0, 9564.0, 9538.0, 9538.0, 9533.0, 9499.0, 9516.0, 9499.0, 9531.0, 9502.0, 9532.0, 9532.0, 9515.0, 9510.0, 9514.0, 9496.0, 9531.0, 9502.0, 9537.0, 9524.0, 9535.0, 9516.0, 9533.0, 9523.0, 9532.0, 9525.0, 9539.0, 9541.0, 9533.0, 9517.0, 9514.0, 9535.0, 9531.0, 9537.0, 9539.0, 9535.0, 9487.0, 9532.0, 9517.0, 9540.0, 9554.0, 9537.0, 9532.0, 9538.0, 9519.0, 9517.0, 9550.0, 9522.0, 9531.0, 9502.0, 9534.0, 9516.0, 9532.0, 9538.0, 9534.0, 9511.0, 9515.0, 9510.0, 9514.0, 9513.0, 9519.0, 9535.0, 9534.0, 9530.0, 9516.0, 9515.0, 9533.0, 9531.0, 9516.0, 9519.0, 9515.0, 9516.0, 9510.0, 9510.0, 9492.0, 9509.0, 9479.0, 9527.0, 9516.0, 9513.0, 9484.0, 9513.0, 9497.0, 9529.0, 9524.0, 9516.0, 9516.0, 9516.0, 9514.0, 9513.0, 9513.0, 9515.0, 9529.0, 9487.0, 9529.0, 9503.0, 9531.0, 9517.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.00256795871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.03308513188073395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.30452199215843</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.190305032537313</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9893818336854191</td></tr>
<tr><td colspan=3>efc</td><td>0.4614</td></tr>
<tr><td colspan=3>fber</td><td>7865.6084</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.088438482954936</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8990825688073394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4848727883567436</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4017762154644653</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7583681160535614</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2944740335522047</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103494</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01333913579583168</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029371172189712524</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0221731120951</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>31.628</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.6986</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.8518</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302332.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>745.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.0943</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5449</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.1175</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3525.8993</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.6128</td></tr>
<tr><td colspan=3>tsnr</td><td>35.65379310620483</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>