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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-04_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-04_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-0130/ses-01/func/sub-0130_ses-01_task-social_acq-mb8_run-04_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>ea0d1076dbdc6b4f5aae5f71533b06a5</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>21:41:33.085000</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.995098, -0.0442965, 0.0884185, 0.0544151, 0.991813, -0.115525]</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-04_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.08258</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92a2db2e-20d1-45d1-b9ed-c23a8758ab67||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.6697752475738525, 0.1459917575120926, 0.2229585498571396, 97.43636322021484], [0.11884413659572601, 2.660961627960205, -0.32337987422943115, -102.14352416992188], [0.23722034692764282, 0.3099460005760193, 2.6712758541107178, -124.54203796386719], [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': ['214133.085000', '214133.545000', '214134.005000', '214134.465000', '214134.925000', '214135.385000', '214135.845000', '214136.305000', '214136.765000', '214137.225000', '214137.685000', '214138.145000', '214138.605000', '214139.065000', '214139.525000', '214139.985000', '214140.445000', '214140.905000', '214141.365000', '214141.825000', '214142.285000', '214142.745000', '214143.205000', '214143.665000', '214144.125000', '214144.585000', '214145.045000', '214145.505000', '214145.965000', '214146.425000', '214146.885000', '214147.345000', '214147.805000', '214148.265000', '214148.725000', '214149.185000', '214149.645000', '214150.105000', '214150.565000', '214151.025000', '214151.485000', '214151.945000', '214152.405000', '214152.865000', '214153.325000', '214153.785000', '214154.245000', '214154.705000', '214155.165000', '214155.625000', '214156.085000', '214156.545000', '214157.005000', '214157.465000', '214157.925000', '214158.385000', '214158.845000', '214159.305000', '214159.765000', '214200.225000', '214200.685000', '214201.145000', '214201.605000', '214202.065000', '214202.525000', '214202.985000', '214203.445000', '214203.905000', '214204.365000', '214204.825000', '214205.285000', '214205.745000', '214206.205000', '214206.665000', '214207.125000', '214207.585000', '214208.045000', '214208.505000', '214208.965000', '214209.425000', '214209.885000', '214210.345000', '214210.805000', '214211.265000', '214211.725000', '214212.185000', '214212.645000', '214213.105000', '214213.565000', '214214.025000', '214214.485000', '214214.945000', '214215.405000', '214215.865000', '214216.325000', '214216.785000', '214217.245000', '214217.705000', '214218.165000', '214218.625000', '214219.085000', '214219.545000', '214220.005000', '214220.465000', '214220.925000', '214221.385000', '214221.845000', '214222.305000', '214222.765000', '214223.225000', '214223.685000', '214224.145000', '214224.605000', '214225.065000', '214225.525000', '214225.985000', '214226.445000', '214226.905000', '214227.365000', '214227.825000', '214228.285000', '214228.745000', '214229.205000', '214229.665000', '214230.125000', '214230.585000', '214231.045000', '214231.505000', '214231.965000', '214232.425000', '214232.885000', '214233.345000', '214233.805000', '214234.265000', '214234.725000', '214235.185000', '214235.645000', '214236.105000', '214236.565000', '214237.025000', '214237.485000', '214237.945000', '214238.405000', '214238.865000', '214239.325000', '214239.785000', '214240.245000', '214240.705000', '214241.165000', '214241.625000', '214242.085000', '214242.545000', '214243.005000', '214243.465000', '214243.925000', '214244.385000', '214244.845000', '214245.305000', '214245.765000', '214246.225000', '214246.685000', '214247.145000', '214247.605000', '214248.065000', '214248.525000', '214248.985000', '214249.445000', '214249.905000', '214250.365000', '214250.825000', '214251.285000', '214251.745000', '214252.205000', '214252.665000', '214253.125000', '214253.585000', '214254.045000', '214254.505000', '214254.965000', '214255.425000', '214255.885000', '214256.345000', '214256.805000', '214257.265000', '214257.725000', '214258.185000', '214258.645000', '214259.105000', '214259.565000', '214300.025000', '214300.485000', '214300.945000', '214301.405000', '214301.865000', '214302.325000', '214302.785000', '214303.245000', '214303.705000', '214304.165000', '214304.625000', '214305.085000', '214305.545000', '214306.005000', '214306.465000', '214306.925000', '214307.385000', '214307.845000', '214308.305000', '214308.765000', '214309.225000', '214309.685000', '214310.145000', '214310.605000', '214311.065000', '214311.525000', '214311.985000', '214312.445000', '214312.905000', '214313.365000', '214313.825000', '214314.285000', '214314.745000', '214315.205000', '214315.665000', '214316.125000', '214316.585000', '214317.045000', '214317.505000', '214317.965000', '214318.425000', '214318.885000', '214319.345000', '214319.805000', '214320.265000', '214320.725000', '214321.185000', '214321.645000', '214322.105000', '214322.565000', '214323.025000', '214323.485000', '214323.945000', '214324.405000', '214324.865000', '214325.325000', '214325.785000', '214326.245000', '214326.705000', '214327.165000', '214327.625000', '214328.085000', '214328.545000', '214329.005000', '214329.465000', '214329.925000', '214330.385000', '214330.845000', '214331.305000', '214331.765000', '214332.225000', '214332.685000', '214333.145000', '214333.605000', '214334.065000', '214334.525000', '214334.985000', '214335.445000', '214335.905000', '214336.365000', '214336.825000', '214337.285000', '214337.745000', '214338.205000', '214338.665000', '214339.125000', '214339.585000', '214340.045000', '214340.505000', '214340.965000', '214341.425000', '214341.885000', '214342.345000', '214342.805000', '214343.265000', '214343.725000', '214344.185000', '214344.645000', '214345.105000', '214345.565000', '214346.025000', '214346.485000', '214346.945000', '214347.405000', '214347.865000', '214348.325000', '214348.785000', '214349.245000', '214349.705000', '214350.165000', '214350.625000', '214351.085000', '214351.545000', '214352.005000', '214352.465000', '214352.925000', '214353.385000', '214353.845000', '214354.305000', '214354.765000', '214355.225000', '214355.685000', '214356.145000', '214356.605000', '214357.065000', '214357.525000', '214357.985000', '214358.445000', '214358.905000', '214359.365000', '214359.825000', '214400.285000', '214400.745000', '214401.205000', '214401.665000', '214402.125000', '214402.585000', '214403.045000', '214403.505000', '214403.965000', '214404.425000', '214404.885000', '214405.345000', '214405.805000', '214406.265000', '214406.725000', '214407.185000', '214407.645000', '214408.105000', '214408.565000', '214409.025000', '214409.485000', '214409.945000', '214410.405000', '214410.865000', '214411.325000', '214411.785000', '214412.245000', '214412.705000', '214413.165000', '214413.625000', '214414.085000', '214414.545000', '214415.005000', '214415.465000', '214415.925000', '214416.385000', '214416.845000', '214417.305000', '214417.765000', '214418.225000', '214418.685000', '214419.145000', '214419.605000', '214420.065000', '214420.525000', '214420.985000', '214421.445000', '214421.905000', '214422.365000', '214422.825000', '214423.285000', '214423.745000', '214424.205000', '214424.665000', '214425.125000', '214425.585000', '214426.045000', '214426.505000', '214426.965000', '214427.425000', '214427.885000', '214428.345000', '214428.805000', '214429.265000', '214429.725000', '214430.185000', '214430.645000', '214431.105000', '214431.565000', '214432.025000', '214432.485000', '214432.945000', '214433.405000', '214433.865000', '214434.325000', '214434.785000', '214435.245000', '214435.705000', '214436.165000', '214436.625000', '214437.085000', '214437.545000', '214438.005000', '214438.465000', '214438.925000', '214439.385000', '214439.845000', '214440.305000', '214440.765000', '214441.225000', '214441.685000', '214442.145000', '214442.605000', '214443.065000', '214443.525000', '214443.985000', '214444.445000', '214444.905000', '214445.365000', '214445.825000', '214446.285000', '214446.745000', '214447.205000', '214447.665000', '214448.125000', '214448.585000', '214449.045000', '214449.505000', '214449.965000', '214450.425000', '214450.885000', '214451.345000', '214451.805000', '214452.265000', '214452.725000', '214453.185000', '214453.645000', '214454.105000', '214454.565000', '214455.025000', '214455.485000', '214455.945000', '214456.405000', '214456.865000', '214457.325000', '214457.785000', '214458.245000', '214458.705000', '214459.165000', '214459.625000', '214500.085000', '214500.545000', '214501.005000', '214501.465000', '214501.925000', '214502.385000', '214502.845000', '214503.305000', '214503.765000', '214504.225000', '214504.685000', '214505.145000', '214505.605000', '214506.065000', '214506.525000', '214506.985000', '214507.445000', '214507.905000', '214508.365000', '214508.825000', '214509.285000', '214509.745000', '214510.205000', '214510.665000', '214511.125000', '214511.585000', '214512.045000', '214512.505000', '214512.965000', '214513.425000', '214513.885000', '214514.345000', '214514.805000', '214515.265000', '214515.725000', '214516.185000', '214516.645000', '214517.105000', '214517.565000', '214518.025000', '214518.485000', '214518.945000', '214519.405000', '214519.865000', '214520.325000', '214520.785000', '214521.245000', '214521.705000', '214522.165000', '214522.625000', '214523.085000', '214523.545000', '214524.005000', '214524.465000', '214524.925000', '214525.385000', '214525.845000', '214526.305000', '214526.765000', '214527.225000', '214527.685000', '214528.145000', '214528.605000', '214529.065000', '214529.525000', '214529.985000', '214530.445000', '214530.905000', '214531.365000', '214531.825000', '214532.285000', '214532.745000', '214533.205000', '214533.665000', '214534.125000', '214534.585000', '214535.045000', '214535.505000', '214535.965000', '214536.425000', '214536.885000', '214537.345000', '214537.805000', '214538.265000', '214538.725000', '214539.185000', '214539.645000', '214540.105000', '214540.565000', '214541.025000', '214541.485000', '214541.945000', '214542.405000', '214542.865000', '214543.325000', '214543.785000', '214544.245000', '214544.705000', '214545.165000', '214545.625000', '214546.085000', '214546.545000', '214547.005000', '214547.465000', '214547.925000', '214548.385000', '214548.845000', '214549.305000', '214549.765000', '214550.225000', '214550.685000', '214551.145000', '214551.605000', '214552.065000', '214552.525000', '214552.985000', '214553.445000', '214553.905000', '214554.365000', '214554.825000', '214555.285000', '214555.745000', '214556.205000', '214556.665000', '214557.125000', '214557.585000', '214558.045000', '214558.505000', '214558.965000', '214559.425000', '214559.885000', '214600.345000', '214600.805000', '214601.265000', '214601.725000', '214602.185000', '214602.645000', '214603.105000', '214603.565000', '214604.025000', '214604.485000', '214604.945000', '214605.405000', '214605.865000', '214606.325000', '214606.785000', '214607.245000', '214607.705000', '214608.165000', '214608.625000', '214609.085000', '214609.545000', '214610.005000', '214610.465000', '214610.925000', '214611.385000', '214611.845000', '214612.305000', '214612.765000', '214613.225000', '214613.685000', '214614.145000', '214614.605000', '214615.065000', '214615.525000', '214615.985000', '214616.445000', '214616.905000', '214617.365000', '214617.825000', '214618.285000', '214618.745000', '214619.205000', '214619.665000', '214620.125000', '214620.585000', '214621.045000', '214621.505000', '214621.965000', '214622.425000', '214622.885000', '214623.345000', '214623.805000', '214624.265000', '214624.725000', '214625.185000', '214625.645000', '214626.105000', '214626.565000', '214627.025000', '214627.485000', '214627.945000', '214628.405000', '214628.865000', '214629.325000', '214629.785000', '214630.245000', '214630.705000', '214631.165000', '214631.625000', '214632.085000', '214632.545000', '214633.005000', '214633.465000', '214633.925000', '214634.385000', '214634.845000', '214635.305000', '214635.765000', '214636.225000', '214636.685000', '214637.145000', '214637.605000', '214638.065000', '214638.525000', '214638.985000', '214639.445000', '214639.905000', '214640.365000', '214640.825000', '214641.285000', '214641.745000', '214642.205000', '214642.665000', '214643.125000', '214643.585000', '214644.045000', '214644.505000', '214644.965000', '214645.425000', '214645.885000', '214646.345000', '214646.805000', '214647.265000', '214647.725000', '214648.185000', '214648.645000', '214649.105000', '214649.565000', '214650.025000', '214650.485000', '214650.945000', '214651.405000', '214651.865000', '214652.325000', '214652.785000', '214653.245000', '214653.705000', '214654.165000', '214654.625000', '214655.085000', '214655.545000', '214656.005000', '214656.465000', '214656.925000', '214657.385000', '214657.845000', '214658.305000', '214658.765000', '214659.225000', '214659.685000', '214700.145000', '214700.605000', '214701.065000', '214701.525000', '214701.985000', '214702.445000', '214702.905000', '214703.365000', '214703.825000', '214704.285000', '214704.745000', '214705.205000', '214705.665000', '214706.125000', '214706.585000', '214707.045000', '214707.505000', '214707.965000', '214708.425000', '214708.885000', '214709.345000', '214709.805000', '214710.265000', '214710.725000', '214711.185000', '214711.645000', '214712.105000', '214712.565000', '214713.025000', '214713.485000', '214713.945000', '214714.405000', '214714.865000', '214715.325000', '214715.785000', '214716.245000', '214716.705000', '214717.165000', '214717.625000', '214718.085000', '214718.545000', '214719.005000', '214719.465000', '214719.925000', '214720.385000', '214720.845000', '214721.305000', '214721.765000', '214722.225000', '214722.685000', '214723.145000', '214723.605000', '214724.065000', '214724.525000', '214724.985000', '214725.445000', '214725.905000', '214726.365000', '214726.825000', '214727.285000', '214727.745000', '214728.205000', '214728.665000', '214729.125000', '214729.585000', '214730.045000', '214730.505000', '214730.965000', '214731.425000', '214731.885000', '214732.345000', '214732.805000', '214733.265000', '214733.725000', '214734.185000', '214734.645000', '214735.105000', '214735.565000', '214736.025000', '214736.485000', '214736.945000', '214737.405000', '214737.865000', '214738.325000', '214738.785000', '214739.245000', '214739.705000', '214740.165000', '214740.625000', '214741.085000', '214741.545000', '214742.005000', '214742.465000', '214742.925000', '214743.385000', '214743.845000', '214744.305000', '214744.765000', '214745.225000', '214745.685000', '214746.145000', '214746.605000', '214747.065000', '214747.525000', '214747.985000', '214748.445000', '214748.905000', '214749.365000', '214749.825000', '214750.285000', '214750.745000', '214751.205000', '214751.665000', '214752.125000', '214752.585000', '214753.045000', '214753.505000', '214753.965000', '214754.425000', '214754.885000', '214755.345000', '214755.805000', '214756.265000', '214756.725000', '214757.185000', '214757.645000', '214758.105000', '214758.565000', '214759.025000', '214759.485000', '214759.945000', '214800.405000', '214800.865000', '214801.325000', '214801.785000', '214802.245000', '214802.705000', '214803.165000', '214803.625000', '214804.085000', '214804.545000', '214805.005000', '214805.465000', '214805.925000', '214806.385000', '214806.845000', '214807.305000', '214807.765000', '214808.225000', '214808.685000', '214809.145000', '214809.605000', '214810.065000', '214810.525000', '214810.985000', '214811.445000', '214811.905000', '214812.365000', '214812.825000', '214813.285000', '214813.745000'], 'ContentTime': ['214202.655000', '214202.659000', '214202.662000', '214202.664000', '214202.667000', '214202.670000', '214202.672000', '214202.675000', '214202.683000', '214202.685000', '214202.688000', '214202.691000', '214202.693000', '214202.696000', '214202.699000', '214202.701000', '214202.704000', '214202.706000', '214202.709000', '214202.711000', '214202.714000', '214202.717000', '214202.719000', '214202.722000', '214202.724000', '214202.727000', '214202.729000', '214202.732000', '214202.735000', '214202.737000', '214202.740000', '214202.742000', '214202.745000', '214202.747000', '214202.750000', '214202.753000', '214202.755000', '214202.758000', '214202.765000', '214202.767000', '214202.770000', '214202.773000', '214202.775000', '214202.778000', '214202.780000', '214202.783000', '214202.785000', '214202.788000', '214202.790000', '214202.793000', '214202.796000', '214202.798000', '214202.801000', '214202.803000', '214202.806000', '214202.808000', '214202.811000', '214202.813000', '214202.816000', '214202.819000', '214202.821000', '214222.624000', '214222.626000', '214222.629000', '214222.631000', '214222.634000', '214222.637000', '214222.639000', '214222.642000', '214222.644000', '214222.647000', '214222.649000', '214222.652000', '214222.654000', '214222.657000', '214222.659000', '214222.662000', '214222.665000', '214222.667000', '214222.670000', '214222.673000', '214222.675000', '214222.678000', '214222.680000', '214222.683000', '214222.686000', '214222.688000', '214222.691000', '214222.693000', '214222.696000', '214222.699000', '214222.701000', '214222.704000', '214222.706000', '214222.709000', '214222.711000', '214222.714000', '214222.717000', '214222.719000', '214222.722000', '214222.724000', '214222.727000', '214222.729000', '214222.732000', '214222.734000', '214242.623000', '214242.626000', '214242.629000', '214242.631000', '214242.634000', '214242.636000', '214242.639000', '214242.642000', '214242.644000', '214242.647000', '214242.650000', '214242.652000', '214242.655000', '214242.657000', '214242.660000', '214242.662000', '214242.665000', '214242.667000', '214242.670000', '214242.672000', '214242.675000', '214242.696000', '214242.699000', '214242.701000', '214242.704000', '214242.706000', '214242.709000', '214242.711000', '214242.714000', '214242.716000', '214242.719000', '214242.721000', '214242.724000', '214242.727000', '214242.729000', '214242.732000', '214242.734000', '214242.737000', '214242.739000', '214242.742000', '214242.747000', '214242.749000', '214242.752000', '214302.623000', '214302.625000', '214302.628000', '214302.631000', '214302.633000', '214302.636000', '214302.638000', '214302.641000', '214302.643000', '214302.646000', '214302.649000', '214302.651000', '214302.654000', '214302.656000', '214302.659000', '214302.661000', '214302.664000', '214302.666000', '214302.669000', '214302.672000', '214302.674000', '214302.677000', '214302.679000', '214302.682000', '214302.685000', '214302.687000', '214302.690000', '214302.692000', '214302.695000', '214302.697000', '214302.700000', '214302.703000', '214302.705000', '214302.708000', '214302.710000', '214302.713000', '214302.715000', '214302.718000', '214302.721000', '214302.723000', '214302.726000', '214302.728000', '214302.731000', '214302.733000', '214322.624000', '214322.626000', '214322.629000', '214322.632000', '214322.634000', '214322.637000', '214322.639000', '214322.642000', '214322.644000', '214322.647000', '214322.649000', '214322.652000', '214322.655000', '214322.657000', '214322.660000', '214322.662000', '214322.665000', '214322.668000', '214322.670000', '214322.673000', '214322.675000', '214322.678000', '214322.681000', '214322.683000', '214322.686000', '214322.688000', '214322.691000', '214322.694000', '214322.696000', '214322.699000', '214322.701000', '214322.704000', '214322.707000', '214322.709000', '214322.712000', '214322.714000', '214322.717000', '214322.719000', '214322.722000', '214322.725000', '214322.727000', '214322.732000', '214322.735000', '214342.624000', '214342.626000', '214342.629000', '214342.632000', '214342.634000', '214342.637000', '214342.639000', '214342.642000', '214342.644000', '214342.647000', '214342.650000', '214342.652000', '214342.655000', '214342.657000', '214342.660000', '214342.662000', '214342.665000', '214342.667000', '214342.670000', '214342.673000', '214342.675000', '214342.678000', '214342.680000', '214342.683000', '214342.686000', '214342.688000', '214342.691000', '214342.693000', '214342.696000', '214342.698000', '214342.701000', '214342.704000', '214342.706000', '214342.709000', '214342.711000', '214342.714000', '214342.717000', '214342.720000', '214342.722000', '214342.725000', '214342.727000', '214342.730000', '214342.732000', '214342.735000', '214402.623000', '214402.626000', '214402.629000', '214402.632000', '214402.634000', '214402.637000', '214402.639000', '214402.642000', '214402.645000', '214402.647000', '214402.650000', '214402.652000', '214402.655000', '214402.657000', '214402.660000', '214402.663000', '214402.665000', '214402.668000', '214402.670000', '214402.673000', '214402.676000', '214402.678000', '214402.681000', '214402.683000', '214402.686000', '214402.688000', '214402.691000', '214402.694000', '214402.696000', '214402.699000', '214402.701000', '214402.704000', '214402.706000', '214402.709000', '214402.712000', '214402.714000', '214402.717000', '214402.719000', '214402.722000', '214402.724000', '214402.727000', '214402.730000', '214402.733000', '214422.623000', '214422.626000', '214422.629000', '214422.632000', '214422.634000', '214422.637000', '214422.639000', '214422.642000', '214422.644000', '214422.647000', '214422.650000', '214422.652000', '214422.655000', '214422.657000', '214422.660000', '214422.662000', '214422.665000', '214422.680000', '214422.683000', '214422.685000', '214422.688000', '214422.691000', '214422.693000', '214422.696000', '214422.698000', '214422.701000', '214422.703000', '214422.706000', '214422.708000', '214422.711000', '214422.714000', '214422.716000', '214422.719000', '214422.721000', '214422.724000', '214422.727000', '214422.729000', '214422.732000', '214422.735000', '214422.737000', '214422.740000', '214422.742000', '214422.745000', '214422.747000', '214442.623000', '214442.626000', '214442.629000', '214442.632000', '214442.634000', '214442.637000', '214442.639000', '214442.642000', '214442.644000', '214442.647000', '214442.650000', '214442.652000', '214442.655000', '214442.657000', '214442.660000', '214442.662000', '214442.665000', '214442.668000', '214442.670000', '214442.673000', '214442.676000', '214442.678000', '214442.681000', '214442.683000', '214442.686000', '214442.688000', '214442.691000', '214442.694000', '214442.696000', '214442.699000', '214442.702000', '214442.704000', '214442.707000', '214442.709000', '214442.712000', '214442.714000', '214442.717000', '214442.719000', '214442.722000', '214442.725000', '214442.727000', '214442.730000', '214442.732000', '214502.623000', '214502.626000', '214502.629000', '214502.632000', '214502.634000', '214502.637000', '214502.639000', '214502.642000', '214502.644000', '214502.647000', '214502.650000', '214502.652000', '214502.655000', '214502.657000', '214502.660000', '214502.662000', '214502.665000', '214502.668000', '214502.670000', '214502.673000', '214502.675000', '214502.678000', '214502.680000', '214502.683000', '214502.686000', '214502.688000', '214502.691000', '214502.693000', '214502.696000', '214502.699000', '214502.701000', '214502.704000', '214502.707000', '214502.709000', '214502.712000', '214502.714000', '214502.717000', '214502.719000', '214502.722000', '214502.725000', '214502.727000', '214502.730000', '214502.732000', '214502.735000', '214522.622000', '214522.625000', '214522.628000', '214522.631000', '214522.633000', '214522.636000', '214522.638000', '214522.641000', '214522.643000', '214522.646000', '214522.649000', '214522.651000', '214522.654000', '214522.657000', '214522.659000', '214522.662000', '214522.664000', '214522.667000', '214522.670000', '214522.672000', '214522.675000', '214522.677000', '214522.680000', '214522.683000', '214522.685000', '214522.688000', '214522.690000', '214522.693000', '214522.696000', '214522.698000', '214522.701000', '214522.703000', '214522.706000', '214522.708000', '214522.711000', '214522.714000', '214522.716000', '214522.719000', '214522.721000', '214522.724000', '214522.726000', '214522.729000', '214522.732000', '214542.624000', '214542.626000', '214542.629000', '214542.632000', '214542.634000', '214542.637000', '214542.639000', '214542.642000', '214542.644000', '214542.647000', '214542.650000', '214542.652000', '214542.655000', '214542.658000', '214542.660000', '214542.663000', '214542.666000', '214542.684000', '214542.695000', '214542.697000', '214542.700000', '214542.702000', '214542.705000', '214542.708000', '214542.710000', '214542.713000', '214542.715000', '214542.718000', '214542.721000', '214542.723000', '214542.726000', '214542.728000', '214542.731000', '214542.733000', '214542.736000', '214542.739000', '214542.741000', '214542.744000', '214542.746000', '214542.749000', '214542.751000', '214542.754000', '214542.757000', '214542.759000', '214602.624000', '214602.626000', '214602.629000', '214602.632000', '214602.634000', '214602.637000', '214602.639000', '214602.642000', '214602.644000', '214602.647000', '214602.650000', '214602.652000', '214602.655000', '214602.657000', '214602.660000', '214602.662000', '214602.665000', '214602.668000', '214602.671000', '214602.673000', '214602.676000', '214602.678000', '214602.681000', '214602.683000', '214602.686000', '214602.689000', '214602.691000', '214602.694000', '214602.697000', '214602.699000', '214602.702000', '214602.704000', '214602.707000', '214602.709000', '214602.712000', '214602.715000', '214602.717000', '214602.720000', '214602.722000', '214602.725000', '214602.727000', '214602.730000', '214602.733000', '214622.624000', '214622.626000', '214622.629000', '214622.632000', '214622.634000', '214622.637000', '214622.639000', '214622.642000', '214622.645000', '214622.647000', '214622.650000', '214622.653000', '214622.656000', '214622.659000', '214622.661000', '214622.664000', '214622.667000', '214622.669000', '214622.672000', '214622.675000', '214622.677000', '214622.680000', '214622.682000', '214622.685000', '214622.688000', '214622.690000', '214622.693000', '214622.695000', '214622.698000', '214622.701000', '214622.703000', '214622.706000', '214622.708000', '214622.711000', '214622.714000', '214622.716000', '214622.719000', '214622.721000', '214622.724000', '214622.726000', '214622.729000', '214622.732000', '214622.734000', '214642.624000', '214642.627000', '214642.629000', '214642.632000', '214642.634000', '214642.637000', '214642.639000', '214642.642000', '214642.645000', '214642.647000', '214642.650000', '214642.652000', '214642.655000', '214642.657000', '214642.660000', '214642.663000', '214642.665000', '214642.668000', '214642.670000', '214642.673000', '214642.675000', '214642.678000', '214642.681000', '214642.683000', '214642.686000', '214642.688000', '214642.691000', '214642.694000', '214642.696000', '214642.699000', '214642.701000', '214642.704000', '214642.707000', '214642.709000', '214642.712000', '214642.714000', '214642.717000', '214642.719000', '214642.722000', '214642.725000', '214642.727000', '214642.730000', '214642.732000', '214642.735000', '214702.624000', '214702.627000', '214702.629000', '214702.632000', '214702.634000', '214702.637000', '214702.639000', '214702.642000', '214702.645000', '214702.647000', '214702.650000', '214702.652000', '214702.655000', '214702.657000', '214702.660000', '214702.663000', '214702.665000', '214702.668000', '214702.671000', '214702.673000', '214702.676000', '214702.678000', '214702.681000', '214702.684000', '214702.686000', '214702.689000', '214702.692000', '214702.694000', '214702.697000', '214702.699000', '214702.702000', '214702.705000', '214702.707000', '214702.710000', '214702.712000', '214702.715000', '214702.718000', '214702.720000', '214702.723000', '214702.725000', '214702.728000', '214702.730000', '214702.733000', '214702.760000', '214722.624000', '214722.626000', '214722.629000', '214722.631000', '214722.634000', '214722.637000', '214722.639000', '214722.642000', '214722.644000', '214722.647000', '214722.656000', '214722.659000', '214722.661000', '214722.664000', '214722.667000', '214722.669000', '214722.672000', '214722.674000', '214722.677000', '214722.679000', '214722.682000', '214722.685000', '214722.687000', '214722.698000', '214722.701000', '214722.703000', '214722.706000', '214722.708000', '214722.711000', '214722.714000', '214722.716000', '214722.719000', '214722.721000', '214722.724000', '214722.727000', '214722.729000', '214722.732000', '214722.734000', '214722.737000', '214722.739000', '214722.742000', '214722.745000', '214722.747000', '214742.622000', '214742.625000', '214742.628000', '214742.630000', '214742.633000', '214742.635000', '214742.638000', '214742.641000', '214742.643000', '214742.646000', '214742.648000', '214742.651000', '214742.654000', '214742.656000', '214742.659000', '214742.661000', '214742.664000', '214742.666000', '214742.669000', '214742.672000', '214742.675000', '214742.678000', '214742.681000', '214742.683000', '214742.686000', '214742.688000', '214742.691000', '214742.694000', '214742.696000', '214742.699000', '214742.701000', '214742.704000', '214742.706000', '214742.709000', '214742.712000', '214742.714000', '214742.717000', '214742.719000', '214742.722000', '214742.725000', '214742.727000', '214742.730000', '214742.732000', '214802.624000', '214802.626000', '214802.629000', '214802.632000', '214802.634000', '214802.637000', '214802.639000', '214802.642000', '214802.645000', '214802.647000', '214802.650000', '214802.652000', '214802.655000', '214802.657000', '214802.660000', '214802.663000', '214802.665000', '214802.668000', '214802.671000', '214802.673000', '214802.676000', '214802.679000', '214802.681000', '214802.684000', '214802.686000', '214802.689000', '214802.692000', '214802.694000', '214802.697000', '214802.699000', '214802.702000', '214802.705000', '214802.707000', '214802.710000', '214802.712000', '214802.715000', '214802.718000', '214802.720000', '214802.723000', '214802.725000', '214802.728000', '214802.730000', '214802.733000', '214802.736000', '214815.237000', '214815.240000', '214815.243000', '214815.246000', '214815.248000', '214815.251000', '214815.254000', '214815.257000', '214815.259000', '214815.262000', '214815.266000', '214815.269000', '214815.272000', '214815.275000', '214815.278000', '214815.281000', '214815.284000', '214815.287000', '214815.290000', '214815.292000', '214815.295000', '214815.299000', '214815.302000', '214815.305000', '214815.307000', '214815.311000', '214815.314000', '214815.317000'], 'InstanceCreationTime': ['214202.655000', '214202.659000', '214202.662000', '214202.664000', '214202.667000', '214202.670000', '214202.672000', '214202.675000', '214202.683000', '214202.685000', '214202.688000', '214202.691000', '214202.693000', '214202.696000', '214202.699000', '214202.701000', '214202.704000', '214202.706000', '214202.709000', '214202.711000', '214202.714000', '214202.717000', '214202.719000', '214202.722000', '214202.724000', '214202.727000', '214202.729000', '214202.732000', '214202.735000', '214202.737000', '214202.740000', '214202.742000', '214202.745000', '214202.747000', '214202.750000', '214202.753000', '214202.755000', '214202.758000', '214202.765000', '214202.767000', '214202.770000', '214202.773000', '214202.775000', '214202.778000', '214202.780000', '214202.783000', '214202.785000', '214202.788000', '214202.790000', '214202.793000', '214202.796000', '214202.798000', '214202.801000', '214202.803000', '214202.806000', '214202.808000', '214202.811000', '214202.813000', '214202.816000', '214202.819000', '214202.821000', '214222.624000', '214222.626000', '214222.629000', '214222.631000', '214222.634000', '214222.637000', '214222.639000', '214222.642000', '214222.644000', '214222.647000', '214222.649000', '214222.652000', '214222.654000', '214222.657000', '214222.659000', '214222.662000', '214222.665000', '214222.667000', '214222.670000', '214222.673000', '214222.675000', '214222.678000', '214222.680000', '214222.683000', '214222.686000', '214222.688000', '214222.691000', '214222.693000', '214222.696000', '214222.699000', '214222.701000', '214222.704000', '214222.706000', '214222.709000', '214222.711000', '214222.714000', '214222.717000', '214222.719000', '214222.722000', '214222.724000', '214222.727000', '214222.729000', '214222.732000', '214222.734000', '214242.623000', '214242.626000', '214242.629000', '214242.631000', '214242.634000', '214242.636000', '214242.639000', '214242.642000', '214242.644000', '214242.647000', '214242.650000', '214242.652000', '214242.655000', '214242.657000', '214242.660000', '214242.662000', '214242.665000', '214242.667000', '214242.670000', '214242.672000', '214242.675000', '214242.696000', '214242.699000', '214242.701000', '214242.704000', '214242.706000', '214242.709000', '214242.711000', '214242.714000', '214242.716000', '214242.719000', '214242.721000', '214242.724000', '214242.727000', '214242.729000', '214242.732000', '214242.734000', '214242.737000', '214242.739000', '214242.742000', '214242.747000', '214242.749000', '214242.752000', '214302.623000', '214302.625000', '214302.628000', '214302.631000', '214302.633000', '214302.636000', '214302.638000', '214302.641000', '214302.643000', '214302.646000', '214302.649000', '214302.651000', '214302.654000', '214302.656000', '214302.659000', '214302.661000', '214302.664000', '214302.666000', '214302.669000', '214302.672000', '214302.674000', '214302.677000', '214302.679000', '214302.682000', '214302.685000', '214302.687000', '214302.690000', '214302.692000', '214302.695000', '214302.697000', '214302.700000', '214302.703000', '214302.705000', '214302.708000', '214302.710000', '214302.713000', '214302.715000', '214302.718000', '214302.721000', '214302.723000', '214302.726000', '214302.728000', '214302.731000', '214302.733000', '214322.624000', '214322.626000', '214322.629000', '214322.632000', '214322.634000', '214322.637000', '214322.639000', '214322.642000', '214322.644000', '214322.647000', '214322.649000', '214322.652000', '214322.655000', '214322.657000', '214322.660000', '214322.662000', '214322.665000', '214322.668000', '214322.670000', '214322.673000', '214322.675000', '214322.678000', '214322.681000', '214322.683000', '214322.686000', '214322.688000', '214322.691000', '214322.694000', '214322.696000', '214322.699000', '214322.701000', '214322.704000', '214322.707000', '214322.709000', '214322.712000', '214322.714000', '214322.717000', '214322.719000', '214322.722000', '214322.725000', '214322.727000', '214322.732000', '214322.735000', '214342.624000', '214342.626000', '214342.629000', '214342.632000', '214342.634000', '214342.637000', '214342.639000', '214342.642000', '214342.644000', '214342.647000', '214342.650000', '214342.652000', '214342.655000', '214342.657000', '214342.660000', '214342.662000', '214342.665000', '214342.667000', '214342.670000', '214342.673000', '214342.675000', '214342.678000', '214342.680000', '214342.683000', '214342.686000', '214342.688000', '214342.691000', '214342.693000', '214342.696000', '214342.698000', '214342.701000', '214342.704000', '214342.706000', '214342.709000', '214342.711000', '214342.714000', '214342.717000', '214342.720000', '214342.722000', '214342.725000', '214342.727000', '214342.730000', '214342.732000', '214342.735000', '214402.623000', '214402.626000', '214402.629000', '214402.632000', '214402.634000', '214402.637000', '214402.639000', '214402.642000', '214402.645000', '214402.647000', '214402.650000', '214402.652000', '214402.655000', '214402.657000', '214402.660000', '214402.663000', '214402.665000', '214402.668000', '214402.670000', '214402.673000', '214402.676000', '214402.678000', '214402.681000', '214402.683000', '214402.686000', '214402.688000', '214402.691000', '214402.694000', '214402.696000', '214402.699000', '214402.701000', '214402.704000', '214402.706000', '214402.709000', '214402.712000', '214402.714000', '214402.717000', '214402.719000', '214402.722000', '214402.724000', '214402.727000', '214402.730000', '214402.733000', '214422.623000', '214422.626000', '214422.629000', '214422.632000', '214422.634000', '214422.637000', '214422.639000', '214422.642000', '214422.644000', '214422.647000', '214422.650000', '214422.652000', '214422.655000', '214422.657000', '214422.660000', '214422.662000', '214422.665000', '214422.680000', '214422.683000', '214422.685000', '214422.688000', '214422.691000', '214422.693000', '214422.696000', '214422.698000', '214422.701000', '214422.703000', '214422.706000', '214422.708000', '214422.711000', '214422.714000', '214422.716000', '214422.719000', '214422.721000', '214422.724000', '214422.727000', '214422.729000', '214422.732000', '214422.735000', '214422.737000', '214422.740000', '214422.742000', '214422.745000', '214422.747000', '214442.623000', '214442.626000', '214442.629000', '214442.632000', '214442.634000', '214442.637000', '214442.639000', '214442.642000', '214442.644000', '214442.647000', '214442.650000', '214442.652000', '214442.655000', '214442.657000', '214442.660000', '214442.662000', '214442.665000', '214442.668000', '214442.670000', '214442.673000', '214442.676000', '214442.678000', '214442.681000', '214442.683000', '214442.686000', '214442.688000', '214442.691000', '214442.694000', '214442.696000', '214442.699000', '214442.702000', '214442.704000', '214442.707000', '214442.709000', '214442.712000', '214442.714000', '214442.717000', '214442.719000', '214442.722000', '214442.725000', '214442.727000', '214442.730000', '214442.732000', '214502.623000', '214502.626000', '214502.629000', '214502.632000', '214502.634000', '214502.637000', '214502.639000', '214502.642000', '214502.644000', '214502.647000', '214502.650000', '214502.652000', '214502.655000', '214502.657000', '214502.660000', '214502.662000', '214502.665000', '214502.668000', '214502.670000', '214502.673000', '214502.675000', '214502.678000', '214502.680000', '214502.683000', '214502.686000', '214502.688000', '214502.691000', '214502.693000', '214502.696000', '214502.699000', '214502.701000', '214502.704000', '214502.707000', '214502.709000', '214502.712000', '214502.714000', '214502.717000', '214502.719000', '214502.722000', '214502.725000', '214502.727000', '214502.730000', '214502.732000', '214502.735000', '214522.622000', '214522.625000', '214522.628000', '214522.631000', '214522.633000', '214522.636000', '214522.638000', '214522.641000', '214522.643000', '214522.646000', '214522.649000', '214522.651000', '214522.654000', '214522.657000', '214522.659000', '214522.662000', '214522.664000', '214522.667000', '214522.670000', '214522.672000', '214522.675000', '214522.677000', '214522.680000', '214522.683000', '214522.685000', '214522.688000', '214522.690000', '214522.693000', '214522.696000', '214522.698000', '214522.701000', '214522.703000', '214522.706000', '214522.708000', '214522.711000', '214522.714000', '214522.716000', '214522.719000', '214522.721000', '214522.724000', '214522.726000', '214522.729000', '214522.732000', '214542.624000', '214542.626000', '214542.629000', '214542.632000', '214542.634000', '214542.637000', '214542.639000', '214542.642000', '214542.644000', '214542.647000', '214542.650000', '214542.652000', '214542.655000', '214542.658000', '214542.660000', '214542.663000', '214542.666000', '214542.684000', '214542.695000', '214542.697000', '214542.700000', '214542.702000', '214542.705000', '214542.708000', '214542.710000', '214542.713000', '214542.715000', '214542.718000', '214542.721000', '214542.723000', '214542.726000', '214542.728000', '214542.731000', '214542.733000', '214542.736000', '214542.739000', '214542.741000', '214542.744000', '214542.746000', '214542.749000', '214542.751000', '214542.754000', '214542.757000', '214542.759000', '214602.624000', '214602.626000', '214602.629000', '214602.632000', '214602.634000', '214602.637000', '214602.639000', '214602.642000', '214602.644000', '214602.647000', '214602.650000', '214602.652000', '214602.655000', '214602.657000', '214602.660000', '214602.662000', '214602.665000', '214602.668000', '214602.671000', '214602.673000', '214602.676000', '214602.678000', '214602.681000', '214602.683000', '214602.686000', '214602.689000', '214602.691000', '214602.694000', '214602.697000', '214602.699000', '214602.702000', '214602.704000', '214602.707000', '214602.709000', '214602.712000', '214602.715000', '214602.717000', '214602.720000', '214602.722000', '214602.725000', '214602.727000', '214602.730000', '214602.733000', '214622.624000', '214622.626000', '214622.629000', '214622.632000', '214622.634000', '214622.637000', '214622.639000', '214622.642000', '214622.645000', '214622.647000', '214622.650000', '214622.653000', '214622.656000', '214622.659000', '214622.661000', '214622.664000', '214622.667000', '214622.669000', '214622.672000', '214622.675000', '214622.677000', '214622.680000', '214622.682000', '214622.685000', '214622.688000', '214622.690000', '214622.693000', '214622.695000', '214622.698000', '214622.701000', '214622.703000', '214622.706000', '214622.708000', '214622.711000', '214622.714000', '214622.716000', '214622.719000', '214622.721000', '214622.724000', '214622.726000', '214622.729000', '214622.732000', '214622.734000', '214642.624000', '214642.627000', '214642.629000', '214642.632000', '214642.634000', '214642.637000', '214642.639000', '214642.642000', '214642.645000', '214642.647000', '214642.650000', '214642.652000', '214642.655000', '214642.657000', '214642.660000', '214642.663000', '214642.665000', '214642.668000', '214642.670000', '214642.673000', '214642.675000', '214642.678000', '214642.681000', '214642.683000', '214642.686000', '214642.688000', '214642.691000', '214642.694000', '214642.696000', '214642.699000', '214642.701000', '214642.704000', '214642.707000', '214642.709000', '214642.712000', '214642.714000', '214642.717000', '214642.719000', '214642.722000', '214642.725000', '214642.727000', '214642.730000', '214642.732000', '214642.735000', '214702.624000', '214702.627000', '214702.629000', '214702.632000', '214702.634000', '214702.637000', '214702.639000', '214702.642000', '214702.645000', '214702.647000', '214702.650000', '214702.652000', '214702.655000', '214702.657000', '214702.660000', '214702.663000', '214702.665000', '214702.668000', '214702.671000', '214702.673000', '214702.676000', '214702.678000', '214702.681000', '214702.684000', '214702.686000', '214702.689000', '214702.692000', '214702.694000', '214702.697000', '214702.699000', '214702.702000', '214702.705000', '214702.707000', '214702.710000', '214702.712000', '214702.715000', '214702.718000', '214702.720000', '214702.723000', '214702.725000', '214702.728000', '214702.730000', '214702.733000', '214702.760000', '214722.624000', '214722.626000', '214722.629000', '214722.631000', '214722.634000', '214722.637000', '214722.639000', '214722.642000', '214722.644000', '214722.647000', '214722.656000', '214722.659000', '214722.661000', '214722.664000', '214722.667000', '214722.669000', '214722.672000', '214722.674000', '214722.677000', '214722.679000', '214722.682000', '214722.685000', '214722.687000', '214722.698000', '214722.701000', '214722.703000', '214722.706000', '214722.708000', '214722.711000', '214722.714000', '214722.716000', '214722.719000', '214722.721000', '214722.724000', '214722.727000', '214722.729000', '214722.732000', '214722.734000', '214722.737000', '214722.739000', '214722.742000', '214722.745000', '214722.747000', '214742.622000', '214742.625000', '214742.628000', '214742.630000', '214742.633000', '214742.635000', '214742.638000', '214742.641000', '214742.643000', '214742.646000', '214742.648000', '214742.651000', '214742.654000', '214742.656000', '214742.659000', '214742.661000', '214742.664000', '214742.666000', '214742.669000', '214742.672000', '214742.675000', '214742.678000', '214742.681000', '214742.683000', '214742.686000', '214742.688000', '214742.691000', '214742.694000', '214742.696000', '214742.699000', '214742.701000', '214742.704000', '214742.706000', '214742.709000', '214742.712000', '214742.714000', '214742.717000', '214742.719000', '214742.722000', '214742.725000', '214742.727000', '214742.730000', '214742.732000', '214802.624000', '214802.626000', '214802.629000', '214802.632000', '214802.634000', '214802.637000', '214802.639000', '214802.642000', '214802.645000', '214802.647000', '214802.650000', '214802.652000', '214802.655000', '214802.657000', '214802.660000', '214802.663000', '214802.665000', '214802.668000', '214802.671000', '214802.673000', '214802.676000', '214802.679000', '214802.681000', '214802.684000', '214802.686000', '214802.689000', '214802.692000', '214802.694000', '214802.697000', '214802.699000', '214802.702000', '214802.705000', '214802.707000', '214802.710000', '214802.712000', '214802.715000', '214802.718000', '214802.720000', '214802.723000', '214802.725000', '214802.728000', '214802.730000', '214802.733000', '214802.736000', '214815.237000', '214815.240000', '214815.243000', '214815.246000', '214815.248000', '214815.251000', '214815.254000', '214815.257000', '214815.259000', '214815.262000', '214815.266000', '214815.269000', '214815.272000', '214815.275000', '214815.278000', '214815.281000', '214815.284000', '214815.287000', '214815.290000', '214815.292000', '214815.295000', '214815.299000', '214815.302000', '214815.305000', '214815.307000', '214815.311000', '214815.314000', '214815.317000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [6563, 8988, 6085, 7342, 9194, 7228, 8679, 5899, 7176, 8636, 6019, 8409, 6395, 7444, 6227, 6191, 8998, 6135, 7847, 6003, 7848, 9105, 6254, 8301, 6138, 8783, 5876, 7615, 9321, 7672, 8922, 5869, 7624, 8592, 5996, 8933, 6285, 8608, 5835, 6860, 9099, 6770, 8070, 6004, 6471, 8552, 6728, 9353, 5799, 6378, 8422, 6119, 8002, 5580, 6615, 9079, 6913, 8241, 5732, 6310, 8768, 6458, 7130, 5848, 6200, 8237, 6103, 7159, 5851, 6217, 8127, 6186, 7046, 6462, 6309, 8814, 6566, 8819, 6392, 6270, 9683, 5868, 7774, 7858, 6215, 7432, 5897, 7596, 8387, 6192, 8131, 6100, 6814, 8272, 6350, 7990, 5851, 6602, 6743, 6062, 8148, 6264, 7481, 6514, 6421, 8568, 6486, 8249, 6244, 10446, 6159, 8330, 6046, 6647, 8439, 6109, 9791, 7347, 6493, 7739, 5783, 7750, 5922, 6530, 8669, 7008, 8069, 5993, 6118, 8542, 6078, 7251, 5976, 6092, 7560, 6080, 7923, 5752, 6573, 7943, 6022, 9066, 5850, 9717, 8463, 7374, 8666, 5892, 8765, 8603, 6131, 8098, 6181, 7588, 7714, 6067, 8746, 6310, 8609, 6075, 6183, 8503, 5966, 7393, 6028, 6282, 8135, 6567, 9361, 5767, 6576, 8397, 6627, 7022, 5924, 6873, 8366, 6101, 7769, 6200, 7194, 8077, 6005, 9239, 5811, 7693, 8313, 6223, 8155, 5917, 7502, 8216, 6092, 8446, 5977, 6446, 8156, 6807, 7503, 6096, 6153, 8059, 5822, 7017, 6977, 6144, 7123, 5979, 7074, 8435, 6056, 8185, 5874, 6883, 7951, 6137, 7995, 6086, 6943, 6418, 6025, 8351, 6096, 7449, 6279, 6072, 7763, 6017, 9353, 6144, 6726, 8363, 6014, 9627, 6229, 7146, 8504, 6041, 7363, 6213, 7728, 6326, 7555, 6312, 10094, 6546, 8290, 8714, 6804, 7925, 6325, 6984, 8743, 5929, 9372, 8551, 6982, 8634, 5861, 6887, 7861, 6274, 7768, 6548, 7011, 6274, 6504, 7452, 6024, 7589, 6046, 8770, 5728, 7781, 8644, 6700, 7895, 5893, 8330, 6271, 6785, 8742, 6864, 8565, 5851, 6893, 8213, 6007, 8714, 6684, 9575, 5803, 7550, 8715, 6481, 7543, 6036, 7220, 5934, 6912, 8529, 6749, 8645, 5972, 7482, 7877, 6058, 8654, 6773, 8036, 6124, 6529, 8103, 6211, 7951, 6270, 7493, 5797, 6685, 8360, 6413, 7233, 6019, 6998, 6492, 6455, 8420, 6605, 7946, 5758, 6846, 6471, 6234, 8625, 6294, 8058, 5985, 6839, 6796, 6102, 8431, 6245, 9408, 5914, 8003, 8593, 6329, 7936, 6050, 7765, 6050, 8949, 9335, 6263, 7938, 6250, 9780, 6309, 7066, 6105, 7755, 9036, 8773, 8125, 6709, 9061, 5779, 9010, 7957, 6976, 8078, 6617, 9028, 5740, 8881, 7319, 6283, 7834, 6418, 7097, 5953, 7503, 6069, 6426, 8048, 6662, 9524, 5797, 6771, 6218, 6230, 7862, 6605, 9922, 5893, 6878, 7542, 6254, 7344, 6187, 7733, 6025, 6256, 8020, 5970, 7787, 6095, 7997, 6128, 7345, 8325, 6400, 8832, 6051, 7989, 5823, 6138, 7805, 6432, 8109, 6071, 7040, 6170, 6078, 8386, 6660, 9915, 5768, 7711, 7378, 6225, 8523, 6916, 7163, 6112, 6620, 7972, 6297, 8268, 5988, 7829, 5926, 6192, 7848, 6196, 9089, 5897, 6114, 8179, 6008, 8749, 5857, 6565, 7258, 6084, 7654, 5875, 8504, 5965, 6136, 8523, 6143, 8164, 5797, 7373, 7201, 6057, 8365, 6182, 9225, 5993, 6258, 7891, 6018, 7902, 5880, 8396, 6175, 6220, 7964, 6135, 8742, 5845, 7034, 8548, 6403, 8131, 5792, 7770, 8615, 6112, 8106, 6080, 7601, 6216, 6174, 8461, 6775, 7507, 6003, 6662, 8339, 6368, 8173, 6018, 7043, 7918, 6161, 8312, 6117, 7931, 5827, 6246, 8096, 6292, 9423, 5845, 8355, 5795, 6719, 8136, 6503, 9725, 5957, 6352, 7720, 6021, 7365, 5786, 6649, 6464, 6088, 7830, 6393, 8229, 6014, 6515, 6431, 6271, 7402, 6337, 9526, 6160, 7549, 6863, 6151, 8078, 6381, 9841, 6505, 8862, 8627, 6017, 9493, 5857, 11012, 7219, 6428, 7861, 6104, 9266, 5723, 7035, 5879, 6774, 8111, 6927, 9937, 6242, 7090, 8040, 6588, 7554, 5950, 6901, 8421, 6171, 8343, 6038, 6402, 7842, 6403, 7005, 6089, 6711, 7425, 6218, 7975, 6524, 7523, 6255, 6744, 8594, 6863, 8877, 5693, 6947, 8370, 6188, 9625, 6292, 7239, 8157, 5961, 7897, 8110, 6183, 7670, 5942, 6608, 8093, 6472, 8238, 5877, 6473, 7850, 6143, 7575, 5875, 6181, 8170, 6342, 8630, 5888, 6542, 8777, 6654, 9548, 5748, 7233, 8751, 6515, 7857, 6077, 6128, 8003, 6123, 8647, 5950, 6582, 8291, 6319, 7579, 5996, 6827, 8699, 6817, 8210, 5811, 6689, 7771, 5996, 8794, 6035, 7518, 7847, 6386, 8039, 6122, 6887, 7410, 6319, 8221, 6005, 6806, 6590, 6061, 7632, 5867, 7968, 6053, 6208, 8174, 6038, 8008, 5834, 6207, 8262, 6477, 8109, 5927, 7538, 8744, 6654, 8644, 6118, 6851, 8093, 6057, 8883, 5923, 7912, 7969, 6232, 8635, 5857, 6893, 8012, 6511, 10410, 5942, 6815, 6249, 6271, 7703, 6209, 7203, 6150, 7936, 6370, 10814, 7988, 7329, 8153, 6066, 7122, 6464, 6341, 8910, 6474, 7834, 6474, 6256, 7917, 6027, 7230, 6622, 6224, 7959, 6139, 8255, 6536, 6266, 8197, 5910, 7219, 6694, 6263, 9231, 6119, 7239, 6026, 6632, 8148, 6266, 9443, 6738, 8238, 5752, 7257, 6498, 6337, 9540, 7666, 8227, 6110, 7196, 9518, 6041, 8795, 6597, 7311, 6446, 6513, 9061, 6384, 8508, 5893, 7157, 6720, 6420, 9435, 6634, 8413, 5962, 6712, 8838, 5968, 9281, 6090, 7214, 6183, 6208, 9117, 6235, 8898, 5830, 7066, 6370, 6361, 9177, 6518, 8049, 6231, 6984, 8246, 6129, 9254, 6152, 7861, 6479, 6386, 8703, 6075, 7934, 7246, 6211, 8360, 5918, 6915, 8273, 6232, 7684, 6317, 6288, 8727, 6102, 7432, 6232, 6713, 8402, 6198, 8841, 6672, 7261, 6425, 7241, 9051, 6116, 9108, 6421, 8704, 5983, 6829, 9202, 6992, 8707, 5772, 7188, 6630, 6181, 9344, 6679, 8317, 6138, 6392, 8882, 6323, 8853, 5903, 6808, 9065, 6102, 9846, 5912, 6421, 8642, 6071, 7460, 5798, 6901, 6884, 5978, 7987, 6507, 8137, 6331, 6648, 9134, 7071, 8607, 6211], 'WindowCenter': [3752.0, 3781.0, 3737.0, 3758.0, 3765.0, 3745.0, 3753.0, 3710.0, 3744.0, 3752.0, 3721.0, 3751.0, 3721.0, 3742.0, 3721.0, 3721.0, 3752.0, 3722.0, 3753.0, 3721.0, 3754.0, 3752.0, 3723.0, 3753.0, 3710.0, 3753.0, 3710.0, 3743.0, 3763.0, 3743.0, 3753.0, 3699.0, 3741.0, 3751.0, 3710.0, 3752.0, 3721.0, 3752.0, 3708.0, 3719.0, 3751.0, 3720.0, 3741.0, 3707.0, 3719.0, 3750.0, 3730.0, 3762.0, 3709.0, 3720.0, 3739.0, 3709.0, 3740.0, 3696.0, 3720.0, 3750.0, 3730.0, 3741.0, 3696.0, 3718.0, 3750.0, 3719.0, 3730.0, 3697.0, 3709.0, 3739.0, 3710.0, 3732.0, 3709.0, 3722.0, 3741.0, 3710.0, 3732.0, 3722.0, 3721.0, 3752.0, 3732.0, 3765.0, 3719.0, 3720.0, 3763.0, 3711.0, 3742.0, 3741.0, 3710.0, 3731.0, 3709.0, 3742.0, 3752.0, 3722.0, 3742.0, 3710.0, 3720.0, 3753.0, 3720.0, 3742.0, 3709.0, 3733.0, 3721.0, 3722.0, 3754.0, 3723.0, 3745.0, 3723.0, 3723.0, 3754.0, 3722.0, 3753.0, 3721.0, 3776.0, 3723.0, 3755.0, 3723.0, 3734.0, 3753.0, 3711.0, 3764.0, 3730.0, 3720.0, 3730.0, 3697.0, 3741.0, 3709.0, 3721.0, 3752.0, 3730.0, 3741.0, 3708.0, 3709.0, 3750.0, 3708.0, 3742.0, 3709.0, 3722.0, 3742.0, 3723.0, 3755.0, 3712.0, 3735.0, 3741.0, 3722.0, 3754.0, 3711.0, 3764.0, 3742.0, 3744.0, 3753.0, 3699.0, 3753.0, 3751.0, 3709.0, 3740.0, 3709.0, 3730.0, 3729.0, 3710.0, 3751.0, 3721.0, 3752.0, 3706.0, 3709.0, 3740.0, 3708.0, 3730.0, 3707.0, 3708.0, 3738.0, 3719.0, 3751.0, 3697.0, 3732.0, 3739.0, 3719.0, 3729.0, 3710.0, 3732.0, 3741.0, 3722.0, 3742.0, 3710.0, 3732.0, 3740.0, 3722.0, 3753.0, 3710.0, 3742.0, 3739.0, 3708.0, 3741.0, 3710.0, 3732.0, 3740.0, 3710.0, 3741.0, 3709.0, 3721.0, 3740.0, 3720.0, 3732.0, 3708.0, 3708.0, 3741.0, 3710.0, 3732.0, 3718.0, 3708.0, 3719.0, 3721.0, 3732.0, 3740.0, 3721.0, 3753.0, 3699.0, 3730.0, 3740.0, 3711.0, 3742.0, 3710.0, 3732.0, 3720.0, 3722.0, 3752.0, 3722.0, 3745.0, 3720.0, 3721.0, 3742.0, 3722.0, 3765.0, 3709.0, 3733.0, 3742.0, 3710.0, 3764.0, 3720.0, 3744.0, 3751.0, 3711.0, 3731.0, 3723.0, 3742.0, 3734.0, 3754.0, 3735.0, 3776.0, 3722.0, 3755.0, 3754.0, 3721.0, 3743.0, 3709.0, 3720.0, 3741.0, 3707.0, 3752.0, 3739.0, 3721.0, 3740.0, 3696.0, 3718.0, 3737.0, 3718.0, 3729.0, 3720.0, 3732.0, 3720.0, 3721.0, 3742.0, 3722.0, 3742.0, 3722.0, 3754.0, 3712.0, 3756.0, 3753.0, 3733.0, 3742.0, 3710.0, 3753.0, 3720.0, 3722.0, 3752.0, 3731.0, 3753.0, 3710.0, 3731.0, 3752.0, 3721.0, 3741.0, 3720.0, 3763.0, 3698.0, 3742.0, 3740.0, 3719.0, 3730.0, 3708.0, 3730.0, 3709.0, 3732.0, 3752.0, 3721.0, 3753.0, 3710.0, 3729.0, 3742.0, 3710.0, 3751.0, 3719.0, 3742.0, 3709.0, 3720.0, 3741.0, 3710.0, 3741.0, 3720.0, 3732.0, 3699.0, 3732.0, 3752.0, 3720.0, 3731.0, 3710.0, 3733.0, 3721.0, 3720.0, 3752.0, 3733.0, 3754.0, 3711.0, 3733.0, 3722.0, 3723.0, 3753.0, 3733.0, 3753.0, 3722.0, 3734.0, 3732.0, 3723.0, 3753.0, 3722.0, 3765.0, 3711.0, 3754.0, 3753.0, 3722.0, 3741.0, 3711.0, 3742.0, 3720.0, 3764.0, 3764.0, 3723.0, 3743.0, 3721.0, 3765.0, 3723.0, 3734.0, 3721.0, 3755.0, 3765.0, 3755.0, 3743.0, 3721.0, 3753.0, 3699.0, 3753.0, 3740.0, 3731.0, 3740.0, 3720.0, 3752.0, 3710.0, 3752.0, 3729.0, 3721.0, 3730.0, 3719.0, 3730.0, 3710.0, 3732.0, 3708.0, 3720.0, 3741.0, 3720.0, 3762.0, 3709.0, 3721.0, 3708.0, 3710.0, 3739.0, 3731.0, 3763.0, 3698.0, 3734.0, 3742.0, 3720.0, 3729.0, 3710.0, 3742.0, 3710.0, 3721.0, 3742.0, 3722.0, 3741.0, 3722.0, 3754.0, 3710.0, 3731.0, 3740.0, 3721.0, 3753.0, 3711.0, 3741.0, 3699.0, 3709.0, 3729.0, 3722.0, 3742.0, 3710.0, 3743.0, 3709.0, 3711.0, 3740.0, 3731.0, 3763.0, 3711.0, 3743.0, 3730.0, 3710.0, 3751.0, 3731.0, 3730.0, 3710.0, 3730.0, 3740.0, 3722.0, 3752.0, 3710.0, 3743.0, 3709.0, 3710.0, 3740.0, 3711.0, 3752.0, 3699.0, 3711.0, 3740.0, 3709.0, 3752.0, 3710.0, 3721.0, 3730.0, 3710.0, 3741.0, 3712.0, 3754.0, 3721.0, 3721.0, 3752.0, 3711.0, 3754.0, 3712.0, 3743.0, 3730.0, 3712.0, 3742.0, 3710.0, 3764.0, 3710.0, 3722.0, 3741.0, 3721.0, 3742.0, 3710.0, 3755.0, 3711.0, 3723.0, 3742.0, 3710.0, 3753.0, 3711.0, 3733.0, 3751.0, 3721.0, 3742.0, 3699.0, 3743.0, 3752.0, 3710.0, 3741.0, 3710.0, 3742.0, 3709.0, 3711.0, 3742.0, 3721.0, 3732.0, 3709.0, 3732.0, 3752.0, 3722.0, 3752.0, 3710.0, 3732.0, 3740.0, 3710.0, 3753.0, 3711.0, 3743.0, 3700.0, 3721.0, 3741.0, 3722.0, 3763.0, 3709.0, 3753.0, 3699.0, 3720.0, 3729.0, 3720.0, 3764.0, 3709.0, 3720.0, 3729.0, 3709.0, 3730.0, 3709.0, 3721.0, 3720.0, 3721.0, 3740.0, 3721.0, 3754.0, 3723.0, 3723.0, 3722.0, 3724.0, 3743.0, 3733.0, 3778.0, 3722.0, 3756.0, 3733.0, 3723.0, 3754.0, 3734.0, 3775.0, 3721.0, 3766.0, 3752.0, 3722.0, 3763.0, 3711.0, 3776.0, 3731.0, 3722.0, 3741.0, 3722.0, 3763.0, 3710.0, 3732.0, 3700.0, 3722.0, 3742.0, 3731.0, 3763.0, 3709.0, 3720.0, 3728.0, 3718.0, 3729.0, 3708.0, 3729.0, 3740.0, 3709.0, 3753.0, 3709.0, 3720.0, 3738.0, 3720.0, 3731.0, 3710.0, 3731.0, 3741.0, 3722.0, 3741.0, 3723.0, 3745.0, 3722.0, 3735.0, 3753.0, 3733.0, 3764.0, 3711.0, 3733.0, 3741.0, 3721.0, 3764.0, 3721.0, 3732.0, 3742.0, 3709.0, 3743.0, 3740.0, 3710.0, 3742.0, 3709.0, 3721.0, 3741.0, 3721.0, 3742.0, 3710.0, 3722.0, 3741.0, 3721.0, 3743.0, 3700.0, 3722.0, 3741.0, 3720.0, 3753.0, 3710.0, 3721.0, 3751.0, 3721.0, 3764.0, 3696.0, 3729.0, 3740.0, 3708.0, 3742.0, 3709.0, 3709.0, 3740.0, 3711.0, 3751.0, 3709.0, 3721.0, 3742.0, 3720.0, 3731.0, 3710.0, 3721.0, 3740.0, 3721.0, 3741.0, 3698.0, 3720.0, 3730.0, 3710.0, 3752.0, 3708.0, 3731.0, 3728.0, 3720.0, 3742.0, 3710.0, 3732.0, 3728.0, 3719.0, 3752.0, 3710.0, 3734.0, 3720.0, 3709.0, 3741.0, 3710.0, 3743.0, 3710.0, 3710.0, 3739.0, 3710.0, 3743.0, 3709.0, 3710.0, 3741.0, 3719.0, 3742.0, 3721.0, 3742.0, 3752.0, 3731.0, 3753.0, 3709.0, 3720.0, 3740.0, 3710.0, 3753.0, 3709.0, 3742.0, 3740.0, 3710.0, 3752.0, 3697.0, 3731.0, 3739.0, 3720.0, 3763.0, 3709.0, 3721.0, 3720.0, 3722.0, 3743.0, 3722.0, 3743.0, 3723.0, 3753.0, 3724.0, 3777.0, 3743.0, 3733.0, 3742.0, 3709.0, 3732.0, 3719.0, 3720.0, 3751.0, 3720.0, 3742.0, 3708.0, 3708.0, 3740.0, 3709.0, 3743.0, 3719.0, 3721.0, 3741.0, 3709.0, 3754.0, 3720.0, 3721.0, 3752.0, 3710.0, 3743.0, 3730.0, 3733.0, 3764.0, 3710.0, 3731.0, 3710.0, 3730.0, 3740.0, 3733.0, 3775.0, 3732.0, 3753.0, 3710.0, 3743.0, 3720.0, 3733.0, 3762.0, 3743.0, 3753.0, 3709.0, 3732.0, 3762.0, 3709.0, 3752.0, 3720.0, 3731.0, 3720.0, 3721.0, 3752.0, 3721.0, 3752.0, 3710.0, 3732.0, 3719.0, 3720.0, 3762.0, 3731.0, 3753.0, 3709.0, 3720.0, 3749.0, 3720.0, 3763.0, 3710.0, 3730.0, 3709.0, 3709.0, 3752.0, 3721.0, 3751.0, 3709.0, 3732.0, 3720.0, 3722.0, 3763.0, 3722.0, 3754.0, 3710.0, 3732.0, 3752.0, 3723.0, 3763.0, 3710.0, 3744.0, 3720.0, 3720.0, 3751.0, 3720.0, 3744.0, 3730.0, 3709.0, 3752.0, 3709.0, 3732.0, 3740.0, 3721.0, 3742.0, 3721.0, 3722.0, 3753.0, 3712.0, 3742.0, 3722.0, 3732.0, 3752.0, 3723.0, 3763.0, 3733.0, 3743.0, 3723.0, 3744.0, 3764.0, 3724.0, 3765.0, 3735.0, 3767.0, 3724.0, 3734.0, 3764.0, 3734.0, 3754.0, 3712.0, 3735.0, 3732.0, 3724.0, 3763.0, 3733.0, 3754.0, 3722.0, 3721.0, 3751.0, 3723.0, 3755.0, 3710.0, 3732.0, 3752.0, 3710.0, 3764.0, 3710.0, 3722.0, 3751.0, 3710.0, 3731.0, 3711.0, 3744.0, 3733.0, 3725.0, 3755.0, 3735.0, 3758.0, 3736.0, 3746.0, 3765.0, 3745.0, 3766.0, 3722.0], 'WindowWidth': [8461.0, 8493.0, 8429.0, 8454.0, 8459.0, 8432.0, 8438.0, 8377.0, 8428.0, 8437.0, 8396.0, 8432.0, 8394.0, 8422.0, 8394.0, 8395.0, 8435.0, 8398.0, 8438.0, 8395.0, 8443.0, 8437.0, 8398.0, 8437.0, 8377.0, 8438.0, 8379.0, 8424.0, 8449.0, 8424.0, 8437.0, 8361.0, 8420.0, 8432.0, 8378.0, 8436.0, 8392.0, 8436.0, 8372.0, 8388.0, 8432.0, 8390.0, 8420.0, 8371.0, 8388.0, 8429.0, 8405.0, 8449.0, 8373.0, 8390.0, 8413.0, 8373.0, 8417.0, 8354.0, 8388.0, 8428.0, 8402.0, 8419.0, 8353.0, 8385.0, 8428.0, 8387.0, 8404.0, 8356.0, 8373.0, 8411.0, 8378.0, 8409.0, 8375.0, 8397.0, 8419.0, 8378.0, 8409.0, 8395.0, 8394.0, 8436.0, 8410.0, 8455.0, 8388.0, 8390.0, 8452.0, 8380.0, 8422.0, 8416.0, 8375.0, 8404.0, 8376.0, 8421.0, 8435.0, 8397.0, 8422.0, 8376.0, 8390.0, 8437.0, 8393.0, 8422.0, 8376.0, 8411.0, 8392.0, 8397.0, 8441.0, 8399.0, 8432.0, 8399.0, 8402.0, 8441.0, 8398.0, 8438.0, 8395.0, 8472.0, 8401.0, 8446.0, 8399.0, 8417.0, 8440.0, 8381.0, 8453.0, 8403.0, 8390.0, 8401.0, 8355.0, 8419.0, 8373.0, 8392.0, 8432.0, 8402.0, 8419.0, 8371.0, 8375.0, 8428.0, 8373.0, 8421.0, 8375.0, 8395.0, 8422.0, 8400.0, 8444.0, 8385.0, 8418.0, 8422.0, 8396.0, 8440.0, 8381.0, 8453.0, 8422.0, 8427.0, 8437.0, 8360.0, 8436.0, 8432.0, 8374.0, 8415.0, 8371.0, 8403.0, 8399.0, 8375.0, 8430.0, 8391.0, 8434.0, 8366.0, 8373.0, 8415.0, 8371.0, 8401.0, 8367.0, 8371.0, 8408.0, 8386.0, 8431.0, 8355.0, 8410.0, 8413.0, 8387.0, 8400.0, 8376.0, 8410.0, 8419.0, 8396.0, 8422.0, 8376.0, 8407.0, 8417.0, 8396.0, 8437.0, 8376.0, 8421.0, 8413.0, 8372.0, 8418.0, 8377.0, 8407.0, 8417.0, 8376.0, 8416.0, 8373.0, 8395.0, 8417.0, 8390.0, 8407.0, 8370.0, 8373.0, 8419.0, 8377.0, 8408.0, 8384.0, 8372.0, 8387.0, 8392.0, 8409.0, 8416.0, 8394.0, 8438.0, 8360.0, 8404.0, 8416.0, 8381.0, 8420.0, 8377.0, 8409.0, 8389.0, 8397.0, 8434.0, 8398.0, 8431.0, 8390.0, 8393.0, 8421.0, 8396.0, 8455.0, 8375.0, 8411.0, 8421.0, 8376.0, 8453.0, 8391.0, 8430.0, 8433.0, 8380.0, 8405.0, 8400.0, 8425.0, 8416.0, 8442.0, 8420.0, 8474.0, 8397.0, 8444.0, 8441.0, 8393.0, 8423.0, 8371.0, 8388.0, 8417.0, 8367.0, 8434.0, 8411.0, 8389.0, 8416.0, 8350.0, 8383.0, 8407.0, 8384.0, 8398.0, 8388.0, 8407.0, 8391.0, 8395.0, 8420.0, 8396.0, 8423.0, 8397.0, 8442.0, 8385.0, 8446.0, 8437.0, 8411.0, 8422.0, 8376.0, 8437.0, 8390.0, 8395.0, 8432.0, 8407.0, 8435.0, 8375.0, 8405.0, 8435.0, 8394.0, 8418.0, 8389.0, 8449.0, 8358.0, 8419.0, 8416.0, 8386.0, 8401.0, 8370.0, 8404.0, 8374.0, 8409.0, 8433.0, 8394.0, 8437.0, 8376.0, 8400.0, 8419.0, 8377.0, 8431.0, 8387.0, 8421.0, 8374.0, 8389.0, 8418.0, 8378.0, 8419.0, 8389.0, 8407.0, 8360.0, 8409.0, 8434.0, 8390.0, 8405.0, 8376.0, 8411.0, 8392.0, 8393.0, 8436.0, 8413.0, 8441.0, 8381.0, 8411.0, 8397.0, 8400.0, 8438.0, 8413.0, 8439.0, 8395.0, 8414.0, 8411.0, 8400.0, 8438.0, 8397.0, 8455.0, 8380.0, 8442.0, 8439.0, 8397.0, 8419.0, 8380.0, 8423.0, 8392.0, 8453.0, 8452.0, 8400.0, 8423.0, 8395.0, 8456.0, 8399.0, 8414.0, 8396.0, 8445.0, 8457.0, 8443.0, 8425.0, 8393.0, 8436.0, 8360.0, 8437.0, 8415.0, 8406.0, 8416.0, 8388.0, 8432.0, 8376.0, 8434.0, 8399.0, 8392.0, 8401.0, 8386.0, 8401.0, 8378.0, 8408.0, 8372.0, 8391.0, 8417.0, 8390.0, 8447.0, 8374.0, 8393.0, 8370.0, 8375.0, 8413.0, 8405.0, 8450.0, 8358.0, 8416.0, 8419.0, 8391.0, 8398.0, 8377.0, 8422.0, 8378.0, 8395.0, 8421.0, 8395.0, 8421.0, 8397.0, 8441.0, 8377.0, 8407.0, 8416.0, 8392.0, 8438.0, 8379.0, 8420.0, 8360.0, 8374.0, 8400.0, 8395.0, 8422.0, 8378.0, 8426.0, 8375.0, 8380.0, 8416.0, 8408.0, 8451.0, 8380.0, 8422.0, 8401.0, 8378.0, 8432.0, 8405.0, 8404.0, 8375.0, 8404.0, 8416.0, 8396.0, 8435.0, 8377.0, 8423.0, 8373.0, 8375.0, 8414.0, 8381.0, 8435.0, 8360.0, 8380.0, 8414.0, 8372.0, 8435.0, 8378.0, 8394.0, 8403.0, 8377.0, 8418.0, 8384.0, 8441.0, 8393.0, 8395.0, 8434.0, 8381.0, 8439.0, 8384.0, 8426.0, 8404.0, 8382.0, 8421.0, 8377.0, 8454.0, 8376.0, 8397.0, 8419.0, 8394.0, 8422.0, 8378.0, 8442.0, 8379.0, 8399.0, 8422.0, 8378.0, 8438.0, 8381.0, 8411.0, 8432.0, 8394.0, 8422.0, 8360.0, 8424.0, 8434.0, 8378.0, 8419.0, 8376.0, 8421.0, 8374.0, 8380.0, 8420.0, 8392.0, 8409.0, 8374.0, 8409.0, 8437.0, 8395.0, 8436.0, 8378.0, 8409.0, 8416.0, 8378.0, 8436.0, 8379.0, 8424.0, 8364.0, 8393.0, 8419.0, 8396.0, 8451.0, 8375.0, 8438.0, 8359.0, 8389.0, 8398.0, 8391.0, 8453.0, 8372.0, 8388.0, 8398.0, 8374.0, 8405.0, 8376.0, 8393.0, 8389.0, 8394.0, 8416.0, 8393.0, 8440.0, 8397.0, 8398.0, 8394.0, 8400.0, 8423.0, 8414.0, 8481.0, 8398.0, 8446.0, 8412.0, 8400.0, 8441.0, 8416.0, 8471.0, 8394.0, 8457.0, 8435.0, 8396.0, 8453.0, 8379.0, 8472.0, 8406.0, 8394.0, 8419.0, 8396.0, 8451.0, 8376.0, 8408.0, 8362.0, 8394.0, 8420.0, 8407.0, 8450.0, 8372.0, 8388.0, 8396.0, 8382.0, 8397.0, 8370.0, 8400.0, 8413.0, 8372.0, 8438.0, 8373.0, 8388.0, 8411.0, 8389.0, 8406.0, 8374.0, 8406.0, 8420.0, 8398.0, 8420.0, 8400.0, 8429.0, 8397.0, 8417.0, 8438.0, 8413.0, 8454.0, 8378.0, 8409.0, 8419.0, 8395.0, 8453.0, 8391.0, 8409.0, 8420.0, 8374.0, 8423.0, 8415.0, 8377.0, 8421.0, 8374.0, 8391.0, 8419.0, 8393.0, 8421.0, 8374.0, 8394.0, 8417.0, 8393.0, 8423.0, 8362.0, 8396.0, 8419.0, 8390.0, 8437.0, 8377.0, 8393.0, 8432.0, 8393.0, 8451.0, 8353.0, 8399.0, 8415.0, 8371.0, 8419.0, 8371.0, 8374.0, 8414.0, 8380.0, 8432.0, 8374.0, 8393.0, 8419.0, 8388.0, 8402.0, 8375.0, 8391.0, 8413.0, 8390.0, 8418.0, 8358.0, 8390.0, 8401.0, 8377.0, 8434.0, 8371.0, 8405.0, 8397.0, 8389.0, 8419.0, 8375.0, 8408.0, 8396.0, 8387.0, 8433.0, 8377.0, 8414.0, 8388.0, 8375.0, 8417.0, 8377.0, 8426.0, 8377.0, 8378.0, 8415.0, 8377.0, 8425.0, 8374.0, 8378.0, 8418.0, 8387.0, 8421.0, 8392.0, 8423.0, 8435.0, 8406.0, 8436.0, 8372.0, 8389.0, 8416.0, 8376.0, 8435.0, 8373.0, 8421.0, 8414.0, 8378.0, 8434.0, 8356.0, 8403.0, 8410.0, 8389.0, 8450.0, 8373.0, 8392.0, 8390.0, 8398.0, 8424.0, 8398.0, 8426.0, 8400.0, 8438.0, 8402.0, 8475.0, 8423.0, 8411.0, 8420.0, 8373.0, 8406.0, 8387.0, 8391.0, 8431.0, 8388.0, 8421.0, 8370.0, 8371.0, 8414.0, 8374.0, 8423.0, 8388.0, 8394.0, 8419.0, 8376.0, 8441.0, 8390.0, 8393.0, 8433.0, 8378.0, 8427.0, 8404.0, 8412.0, 8452.0, 8378.0, 8407.0, 8376.0, 8404.0, 8418.0, 8414.0, 8469.0, 8411.0, 8440.0, 8379.0, 8425.0, 8391.0, 8412.0, 8448.0, 8424.0, 8437.0, 8374.0, 8407.0, 8447.0, 8376.0, 8433.0, 8389.0, 8407.0, 8389.0, 8394.0, 8436.0, 8395.0, 8435.0, 8379.0, 8409.0, 8388.0, 8392.0, 8448.0, 8407.0, 8438.0, 8374.0, 8391.0, 8428.0, 8392.0, 8450.0, 8378.0, 8405.0, 8375.0, 8376.0, 8434.0, 8393.0, 8432.0, 8375.0, 8409.0, 8390.0, 8396.0, 8451.0, 8395.0, 8441.0, 8377.0, 8410.0, 8435.0, 8399.0, 8452.0, 8379.0, 8427.0, 8391.0, 8391.0, 8430.0, 8390.0, 8427.0, 8403.0, 8376.0, 8435.0, 8374.0, 8408.0, 8416.0, 8394.0, 8424.0, 8394.0, 8397.0, 8438.0, 8383.0, 8424.0, 8396.0, 8412.0, 8436.0, 8400.0, 8451.0, 8412.0, 8425.0, 8401.0, 8430.0, 8455.0, 8403.0, 8459.0, 8419.0, 8466.0, 8404.0, 8417.0, 8455.0, 8415.0, 8441.0, 8384.0, 8417.0, 8411.0, 8401.0, 8452.0, 8412.0, 8442.0, 8395.0, 8395.0, 8433.0, 8399.0, 8442.0, 8378.0, 8409.0, 8434.0, 8379.0, 8455.0, 8378.0, 8394.0, 8431.0, 8378.0, 8406.0, 8382.0, 8428.0, 8413.0, 8407.0, 8444.0, 8420.0, 8455.0, 8423.0, 8436.0, 8459.0, 8432.0, 8461.0, 8397.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.0064936551724137925</td></tr>
<tr><td colspan=3>aqi</td><td>0.025160175862068965</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.487229433947064</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2348819294821627</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0908937987802088</td></tr>
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
<tr><td colspan=3>fber</td><td>6041.0957</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09259366225559755</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.413793103448276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.540604979180552</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4762173045987423</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.737856934724404</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4077406982185097</td></tr>
<tr><td colspan=3>gcor</td><td>0.00378201</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016313182190060616</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02157185599207878</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.69482979659082</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.8475</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8415</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.5964</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>309614.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>656.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.5416</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9229</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.509</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2985.7549</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.188</td></tr>
<tr><td colspan=3>tsnr</td><td>40.360769781051204</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>