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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-01/func/sub-0038_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7c5f031421270f5c78d02487e3c0bf83</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>13:34:0.222500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999291, -0.0017273, 0.0376102, -0.00174414, 0.995751, 0.0920724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0990316</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7152, 561, -100, -91, -88, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34264b50-8399-4fad-9787-e500fd618837||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810247898101807, -0.004679391160607338, 0.10154540836811066, 109.68830108642578], [0.0046342164278030396, 2.6715266704559326, 0.24859626591205597, -98.03394317626953], [0.10090538114309311, -0.24702343344688416, 2.686612844467163, -24.633638381958008], [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': ['133400.222500', '133400.682500', '133401.142500', '133401.602500', '133402.062500', '133402.522500', '133402.982500', '133403.442500', '133403.902500', '133404.362500', '133404.822500', '133405.282500', '133405.742500', '133406.202500', '133406.662500', '133407.122500', '133407.582500', '133408.042500', '133408.502500', '133408.962500', '133409.422500', '133409.882500', '133410.342500', '133410.802500', '133411.262500', '133411.722500', '133412.182500', '133412.642500', '133413.102500', '133413.562500', '133414.022500', '133414.482500', '133414.942500', '133415.402500', '133415.862500', '133416.322500', '133416.782500', '133417.242500', '133417.702500', '133418.162500', '133418.622500', '133419.082500', '133419.542500', '133420.002500', '133420.462500', '133420.922500', '133421.382500', '133421.842500', '133422.302500', '133422.762500', '133423.222500', '133423.682500', '133424.142500', '133424.602500', '133425.062500', '133425.522500', '133425.982500', '133426.442500', '133426.902500', '133427.362500', '133427.822500', '133428.282500', '133428.742500', '133429.202500', '133429.662500', '133430.122500', '133430.582500', '133431.042500', '133431.502500', '133431.962500', '133432.422500', '133432.882500', '133433.342500', '133433.802500', '133434.262500', '133434.722500', '133435.182500', '133435.642500', '133436.102500', '133436.562500', '133437.022500', '133437.482500', '133437.942500', '133438.402500', '133438.862500', '133439.322500', '133439.782500', '133440.242500', '133440.702500', '133441.162500', '133441.622500', '133442.082500', '133442.542500', '133443.002500', '133443.462500', '133443.922500', '133444.382500', '133444.842500', '133445.302500', '133445.762500', '133446.222500', '133446.682500', '133447.142500', '133447.602500', '133448.062500', '133448.522500', '133448.982500', '133449.442500', '133449.902500', '133450.362500', '133450.822500', '133451.282500', '133451.742500', '133452.202500', '133452.662500', '133453.122500', '133453.582500', '133454.042500', '133454.502500', '133454.962500', '133455.422500', '133455.882500', '133456.342500', '133456.802500', '133457.262500', '133457.722500', '133458.182500', '133458.642500', '133459.102500', '133459.562500', '133500.022500', '133500.482500', '133500.942500', '133501.402500', '133501.862500', '133502.322500', '133502.782500', '133503.242500', '133503.702500', '133504.162500', '133504.622500', '133505.082500', '133505.542500', '133506.002500', '133506.462500', '133506.922500', '133507.382500', '133507.842500', '133508.302500', '133508.762500', '133509.222500', '133509.682500', '133510.142500', '133510.602500', '133511.062500', '133511.522500', '133511.982500', '133512.442500', '133512.902500', '133513.362500', '133513.822500', '133514.282500', '133514.742500', '133515.202500', '133515.662500', '133516.122500', '133516.582500', '133517.042500', '133517.502500', '133517.962500', '133518.422500', '133518.882500', '133519.342500', '133519.802500', '133520.262500', '133520.722500', '133521.182500', '133521.642500', '133522.102500', '133522.562500', '133523.022500', '133523.482500', '133523.942500', '133524.402500', '133524.862500', '133525.322500', '133525.782500', '133526.242500', '133526.702500', '133527.162500', '133527.622500', '133528.082500', '133528.542500', '133529.002500', '133529.462500', '133529.922500', '133530.382500', '133530.842500', '133531.302500', '133531.762500', '133532.222500', '133532.682500', '133533.142500', '133533.602500', '133534.062500', '133534.522500', '133534.982500', '133535.442500', '133535.902500', '133536.362500', '133536.822500', '133537.282500', '133537.742500', '133538.202500', '133538.662500', '133539.122500', '133539.582500', '133540.042500', '133540.502500', '133540.962500', '133541.422500', '133541.882500', '133542.342500', '133542.802500', '133543.262500', '133543.722500', '133544.182500', '133544.642500', '133545.102500', '133545.562500', '133546.022500', '133546.482500', '133546.942500', '133547.402500', '133547.862500', '133548.322500', '133548.782500', '133549.242500', '133549.702500', '133550.162500', '133550.622500', '133551.082500', '133551.542500', '133552.002500', '133552.462500', '133552.922500', '133553.382500', '133553.842500', '133554.302500', '133554.762500', '133555.222500', '133555.682500', '133556.142500', '133556.602500', '133557.062500', '133557.522500', '133557.982500', '133558.442500', '133558.902500', '133559.362500', '133559.822500', '133600.282500', '133600.742500', '133601.202500', '133601.662500', '133602.122500', '133602.582500', '133603.042500', '133603.502500', '133603.962500', '133604.422500', '133604.882500', '133605.342500', '133605.802500', '133606.262500', '133606.722500', '133607.182500', '133607.642500', '133608.102500', '133608.562500', '133609.022500', '133609.482500', '133609.942500', '133610.402500', '133610.862500', '133611.322500', '133611.782500', '133612.242500', '133612.702500', '133613.162500', '133613.622500', '133614.082500', '133614.542500', '133615.002500', '133615.462500', '133615.922500', '133616.382500', '133616.842500', '133617.302500', '133617.762500', '133618.222500', '133618.682500', '133619.142500', '133619.602500', '133620.062500', '133620.522500', '133620.982500', '133621.442500', '133621.902500', '133622.362500', '133622.822500', '133623.282500', '133623.742500', '133624.202500', '133624.662500', '133625.122500', '133625.582500', '133626.042500', '133626.502500', '133626.962500', '133627.422500', '133627.882500', '133628.342500', '133628.802500', '133629.262500', '133629.722500', '133630.182500', '133630.642500', '133631.102500', '133631.562500', '133632.022500', '133632.482500', '133632.942500', '133633.402500', '133633.862500', '133634.322500', '133634.782500', '133635.242500', '133635.702500', '133636.162500', '133636.622500', '133637.082500', '133637.542500', '133638.002500', '133638.462500', '133638.922500', '133639.382500', '133639.842500', '133640.302500', '133640.762500', '133641.222500', '133641.682500', '133642.142500', '133642.602500', '133643.062500', '133643.522500', '133643.982500', '133644.442500', '133644.902500', '133645.362500', '133645.822500', '133646.282500', '133646.742500', '133647.202500', '133647.662500', '133648.122500', '133648.582500', '133649.042500', '133649.502500', '133649.962500', '133650.422500', '133650.882500', '133651.342500', '133651.802500', '133652.262500', '133652.722500', '133653.182500', '133653.642500', '133654.102500', '133654.562500', '133655.022500', '133655.482500', '133655.942500', '133656.402500', '133656.862500', '133657.322500', '133657.782500', '133658.242500', '133658.702500', '133659.162500', '133659.622500', '133700.082500', '133700.542500', '133701.002500', '133701.462500', '133701.922500', '133702.382500', '133702.842500', '133703.302500', '133703.762500', '133704.222500', '133704.682500', '133705.142500', '133705.602500', '133706.062500', '133706.522500', '133706.982500', '133707.442500', '133707.902500', '133708.362500', '133708.822500', '133709.282500', '133709.742500', '133710.202500', '133710.662500', '133711.122500', '133711.582500', '133712.042500', '133712.502500', '133712.962500', '133713.422500', '133713.882500', '133714.342500', '133714.802500', '133715.262500', '133715.722500', '133716.182500', '133716.642500', '133717.102500', '133717.562500', '133718.022500', '133718.482500', '133718.942500', '133719.402500', '133719.862500', '133720.322500', '133720.782500', '133721.242500', '133721.702500', '133722.162500', '133722.622500', '133723.082500', '133723.542500', '133724.002500', '133724.462500', '133724.922500', '133725.382500', '133725.842500', '133726.302500', '133726.762500', '133727.222500', '133727.682500', '133728.142500', '133728.602500', '133729.062500', '133729.522500', '133729.982500', '133730.442500', '133730.902500', '133731.362500', '133731.822500', '133732.282500', '133732.742500', '133733.202500', '133733.662500', '133734.122500', '133734.582500', '133735.042500', '133735.502500', '133735.962500', '133736.422500', '133736.882500', '133737.342500', '133737.802500', '133738.262500', '133738.722500', '133739.182500', '133739.642500', '133740.102500', '133740.562500', '133741.022500', '133741.482500', '133741.942500', '133742.402500', '133742.862500', '133743.322500', '133743.782500', '133744.242500', '133744.702500', '133745.162500', '133745.622500', '133746.082500', '133746.542500', '133747.002500', '133747.462500', '133747.922500', '133748.382500', '133748.842500', '133749.302500', '133749.762500', '133750.222500', '133750.682500', '133751.142500', '133751.602500', '133752.062500', '133752.522500', '133752.982500', '133753.442500', '133753.902500', '133754.362500', '133754.822500', '133755.282500', '133755.742500', '133756.202500', '133756.662500', '133757.122500', '133757.582500', '133758.042500', '133758.502500', '133758.962500', '133759.422500', '133759.882500', '133800.342500', '133800.802500', '133801.262500', '133801.722500', '133802.182500', '133802.642500', '133803.102500', '133803.562500', '133804.022500', '133804.482500', '133804.942500', '133805.402500', '133805.862500', '133806.322500', '133806.782500', '133807.242500', '133807.702500', '133808.162500', '133808.622500', '133809.082500', '133809.542500', '133810.002500', '133810.462500', '133810.922500', '133811.382500', '133811.842500', '133812.302500', '133812.762500', '133813.222500', '133813.682500', '133814.142500', '133814.602500', '133815.062500', '133815.522500', '133815.982500', '133816.442500', '133816.902500', '133817.362500', '133817.822500', '133818.282500', '133818.742500', '133819.202500', '133819.662500', '133820.122500', '133820.582500', '133821.042500', '133821.502500', '133821.962500', '133822.422500', '133822.882500', '133823.342500', '133823.802500', '133824.262500', '133824.722500', '133825.182500', '133825.642500', '133826.102500', '133826.562500', '133827.022500', '133827.482500', '133827.942500', '133828.402500', '133828.862500', '133829.322500', '133829.782500', '133830.242500', '133830.702500', '133831.162500', '133831.622500', '133832.082500', '133832.542500', '133833.002500', '133833.462500', '133833.922500', '133834.382500', '133834.842500', '133835.302500', '133835.762500', '133836.222500', '133836.682500', '133837.142500', '133837.602500', '133838.062500', '133838.522500', '133838.982500', '133839.442500', '133839.902500', '133840.362500', '133840.822500', '133841.282500', '133841.742500', '133842.202500', '133842.662500', '133843.122500', '133843.582500', '133844.042500', '133844.502500', '133844.962500', '133845.422500', '133845.882500', '133846.342500', '133846.802500', '133847.262500', '133847.722500', '133848.182500', '133848.642500', '133849.102500', '133849.562500', '133850.022500', '133850.482500', '133850.942500', '133851.402500', '133851.862500', '133852.322500', '133852.782500', '133853.242500', '133853.702500', '133854.162500', '133854.622500', '133855.082500', '133855.542500', '133856.002500', '133856.462500', '133856.922500', '133857.382500', '133857.842500', '133858.302500', '133858.762500', '133859.222500', '133859.682500', '133900.142500', '133900.602500', '133901.062500', '133901.522500', '133901.982500', '133902.442500', '133902.902500', '133903.362500', '133903.822500', '133904.282500', '133904.742500', '133905.202500', '133905.662500', '133906.122500', '133906.582500', '133907.042500', '133907.502500', '133907.962500', '133908.422500', '133908.882500', '133909.342500', '133909.802500', '133910.262500', '133910.722500', '133911.182500', '133911.642500', '133912.102500', '133912.562500', '133913.022500', '133913.482500', '133913.942500', '133914.402500', '133914.862500', '133915.322500', '133915.782500', '133916.242500', '133916.702500', '133917.162500', '133917.622500', '133918.082500', '133918.542500', '133919.002500', '133919.462500', '133919.922500', '133920.382500', '133920.842500', '133921.302500', '133921.762500', '133922.222500', '133922.682500', '133923.142500', '133923.602500', '133924.062500', '133924.522500', '133924.982500', '133925.442500', '133925.902500', '133926.362500', '133926.822500', '133927.282500', '133927.742500', '133928.202500', '133928.662500', '133929.122500', '133929.582500', '133930.042500', '133930.502500', '133930.962500', '133931.422500', '133931.882500', '133932.342500', '133932.802500', '133933.262500', '133933.722500', '133934.182500', '133934.642500', '133935.102500', '133935.562500', '133936.022500', '133936.482500', '133936.942500', '133937.402500', '133937.862500', '133938.322500', '133938.782500', '133939.242500', '133939.702500', '133940.162500', '133940.622500', '133941.082500', '133941.542500', '133942.002500', '133942.462500', '133942.922500', '133943.382500', '133943.842500', '133944.302500', '133944.762500', '133945.222500', '133945.682500', '133946.142500', '133946.602500', '133947.062500', '133947.522500', '133947.982500', '133948.442500', '133948.902500', '133949.362500', '133949.822500', '133950.282500', '133950.742500', '133951.202500', '133951.662500', '133952.122500', '133952.582500', '133953.042500', '133953.502500', '133953.962500', '133954.422500', '133954.882500', '133955.342500', '133955.802500', '133956.262500', '133956.722500', '133957.182500', '133957.642500', '133958.102500', '133958.562500', '133959.022500', '133959.482500', '133959.942500', '134000.402500', '134000.862500', '134001.322500', '134001.782500', '134002.242500', '134002.702500', '134003.162500', '134003.622500', '134004.082500', '134004.542500', '134005.002500', '134005.462500', '134005.922500', '134006.382500', '134006.842500', '134007.302500', '134007.762500', '134008.222500', '134008.682500', '134009.142500', '134009.602500', '134010.062500', '134010.522500', '134010.982500', '134011.442500', '134011.902500', '134012.362500', '134012.822500', '134013.282500', '134013.742500', '134014.202500', '134014.662500', '134015.122500', '134015.582500', '134016.042500', '134016.502500', '134016.962500', '134017.422500', '134017.882500', '134018.342500', '134018.802500', '134019.262500', '134019.722500', '134020.182500', '134020.642500', '134021.102500', '134021.562500', '134022.022500', '134022.482500', '134022.942500', '134023.402500', '134023.862500', '134024.322500', '134024.782500', '134025.242500', '134025.702500', '134026.162500', '134026.622500', '134027.082500', '134027.542500', '134028.002500', '134028.462500', '134028.922500', '134029.382500', '134029.842500', '134030.302500', '134030.762500', '134031.222500', '134031.682500', '134032.142500', '134032.602500', '134033.062500', '134033.522500', '134033.982500', '134034.442500', '134034.902500', '134035.362500', '134035.822500', '134036.282500', '134036.742500', '134037.202500', '134037.662500', '134038.122500', '134038.582500', '134039.042500', '134039.502500', '134039.962500', '134040.422500', '134040.882500'], 'ContentTime': ['133415.164000', '133415.167000', '133415.170000', '133415.173000', '133415.176000', '133415.179000', '133415.184000', '133415.188000', '133415.191000', '133415.194000', '133415.197000', '133415.200000', '133415.203000', '133415.214000', '133415.216000', '133415.219000', '133415.222000', '133415.225000', '133415.228000', '133415.237000', '133415.239000', '133415.242000', '133415.245000', '133415.248000', '133415.251000', '133415.254000', '133415.256000', '133415.259000', '133415.262000', '133415.265000', '133435.123000', '133435.126000', '133435.129000', '133435.132000', '133435.134000', '133435.137000', '133435.140000', '133435.143000', '133435.146000', '133435.149000', '133435.152000', '133435.164000', '133435.167000', '133435.169000', '133435.172000', '133435.175000', '133435.178000', '133435.181000', '133435.184000', '133435.186000', '133435.189000', '133435.192000', '133435.195000', '133435.198000', '133435.201000', '133435.203000', '133435.206000', '133435.209000', '133435.212000', '133435.215000', '133435.218000', '133435.220000', '133435.223000', '133435.226000', '133435.229000', '133435.232000', '133435.234000', '133435.237000', '133435.240000', '133435.243000', '133435.246000', '133435.248000', '133435.251000', '133435.254000', '133455.123000', '133455.126000', '133455.128000', '133455.131000', '133455.134000', '133455.137000', '133455.140000', '133455.143000', '133455.146000', '133455.155000', '133455.158000', '133455.160000', '133455.163000', '133455.166000', '133455.169000', '133455.172000', '133455.174000', '133455.177000', '133455.180000', '133455.183000', '133455.189000', '133455.191000', '133455.194000', '133455.197000', '133455.200000', '133455.203000', '133455.206000', '133455.209000', '133455.212000', '133455.215000', '133455.244000', '133455.247000', '133455.250000', '133455.252000', '133455.255000', '133455.258000', '133455.261000', '133455.264000', '133455.267000', '133455.270000', '133455.272000', '133455.275000', '133455.278000', '133515.123000', '133515.126000', '133515.129000', '133515.132000', '133515.134000', '133515.137000', '133515.140000', '133515.143000', '133515.146000', '133515.149000', '133515.152000', '133515.154000', '133515.157000', '133515.160000', '133515.163000', '133515.166000', '133515.169000', '133515.172000', '133515.174000', '133515.177000', '133515.180000', '133515.183000', '133515.186000', '133515.189000', '133515.191000', '133515.194000', '133515.197000', '133515.200000', '133515.203000', '133515.206000', '133515.209000', '133515.211000', '133515.214000', '133515.217000', '133515.220000', '133515.223000', '133515.225000', '133515.228000', '133515.231000', '133515.234000', '133515.237000', '133515.240000', '133515.243000', '133515.246000', '133535.123000', '133535.126000', '133535.129000', '133535.132000', '133535.135000', '133535.137000', '133535.140000', '133535.143000', '133535.146000', '133535.149000', '133535.152000', '133535.154000', '133535.157000', '133535.160000', '133535.163000', '133535.167000', '133535.170000', '133535.173000', '133535.176000', '133535.179000', '133535.182000', '133535.185000', '133535.188000', '133535.191000', '133535.193000', '133535.196000', '133535.199000', '133535.202000', '133535.205000', '133535.208000', '133535.210000', '133535.213000', '133535.216000', '133535.219000', '133535.222000', '133535.225000', '133535.228000', '133535.231000', '133535.233000', '133535.236000', '133535.239000', '133535.242000', '133535.245000', '133555.123000', '133555.126000', '133555.128000', '133555.131000', '133555.134000', '133555.137000', '133555.140000', '133555.143000', '133555.146000', '133555.149000', '133555.152000', '133555.154000', '133555.157000', '133555.160000', '133555.163000', '133555.166000', '133555.169000', '133555.172000', '133555.175000', '133555.177000', '133555.180000', '133555.183000', '133555.194000', '133555.196000', '133555.199000', '133555.202000', '133555.205000', '133555.208000', '133555.211000', '133555.214000', '133555.217000', '133555.219000', '133555.222000', '133555.225000', '133555.228000', '133555.231000', '133555.234000', '133555.237000', '133555.239000', '133555.242000', '133555.245000', '133555.248000', '133555.251000', '133555.254000', '133615.123000', '133615.126000', '133615.129000', '133615.132000', '133615.135000', '133615.137000', '133615.140000', '133615.143000', '133615.146000', '133615.149000', '133615.152000', '133615.154000', '133615.157000', '133615.160000', '133615.163000', '133615.166000', '133615.169000', '133615.172000', '133615.175000', '133615.177000', '133615.180000', '133615.183000', '133615.186000', '133615.189000', '133615.192000', '133615.195000', '133615.198000', '133615.200000', '133615.203000', '133615.206000', '133615.209000', '133615.212000', '133615.215000', '133615.217000', '133615.221000', '133615.223000', '133615.226000', '133615.229000', '133615.232000', '133615.235000', '133615.238000', '133615.240000', '133615.243000', '133635.123000', '133635.126000', '133635.129000', '133635.132000', '133635.134000', '133635.137000', '133635.140000', '133635.143000', '133635.146000', '133635.149000', '133635.151000', '133635.154000', '133635.157000', '133635.160000', '133635.163000', '133635.166000', '133635.169000', '133635.172000', '133635.174000', '133635.177000', '133635.180000', '133635.183000', '133635.186000', '133635.189000', '133635.192000', '133635.194000', '133635.197000', '133635.200000', '133635.203000', '133635.206000', '133635.209000', '133635.212000', '133635.215000', '133635.217000', '133635.220000', '133635.223000', '133635.226000', '133635.229000', '133635.232000', '133635.234000', '133635.237000', '133635.240000', '133635.243000', '133635.246000', '133655.123000', '133655.126000', '133655.129000', '133655.132000', '133655.135000', '133655.138000', '133655.141000', '133655.143000', '133655.146000', '133655.149000', '133655.152000', '133655.155000', '133655.158000', '133655.161000', '133655.164000', '133655.166000', '133655.169000', '133655.172000', '133655.175000', '133655.178000', '133655.181000', '133655.184000', '133655.186000', '133655.189000', '133655.192000', '133655.195000', '133655.198000', '133655.201000', '133655.204000', '133655.208000', '133655.210000', '133655.213000', '133655.216000', '133655.219000', '133655.222000', '133655.225000', '133655.228000', '133655.230000', '133655.233000', '133655.236000', '133655.239000', '133655.242000', '133655.245000', '133715.123000', '133715.126000', '133715.129000', '133715.132000', '133715.134000', '133715.137000', '133715.140000', '133715.143000', '133715.146000', '133715.149000', '133715.152000', '133715.155000', '133715.157000', '133715.160000', '133715.163000', '133715.166000', '133715.169000', '133715.172000', '133715.175000', '133715.178000', '133715.180000', '133715.183000', '133715.186000', '133715.189000', '133715.192000', '133715.195000', '133715.197000', '133715.200000', '133715.203000', '133715.206000', '133715.209000', '133715.212000', '133715.215000', '133715.217000', '133715.221000', '133715.223000', '133715.226000', '133715.229000', '133715.232000', '133715.235000', '133715.237000', '133715.240000', '133715.243000', '133715.246000', '133735.123000', '133735.126000', '133735.135000', '133735.138000', '133735.141000', '133735.144000', '133735.147000', '133735.149000', '133735.152000', '133735.155000', '133735.158000', '133735.161000', '133735.164000', '133735.167000', '133735.169000', '133735.172000', '133735.175000', '133735.178000', '133735.181000', '133735.184000', '133735.187000', '133735.190000', '133735.193000', '133735.195000', '133735.198000', '133735.201000', '133735.204000', '133735.207000', '133735.210000', '133735.213000', '133735.215000', '133735.218000', '133735.221000', '133735.224000', '133735.227000', '133735.230000', '133735.233000', '133735.236000', '133735.238000', '133735.241000', '133735.244000', '133735.247000', '133735.250000', '133755.123000', '133755.129000', '133755.132000', '133755.135000', '133755.138000', '133755.141000', '133755.144000', '133755.147000', '133755.149000', '133755.152000', '133755.155000', '133755.158000', '133755.161000', '133755.164000', '133755.166000', '133755.169000', '133755.172000', '133755.175000', '133755.178000', '133755.181000', '133755.184000', '133755.187000', '133755.189000', '133755.192000', '133755.195000', '133755.198000', '133755.201000', '133755.204000', '133755.206000', '133755.209000', '133755.212000', '133755.215000', '133755.218000', '133755.221000', '133755.224000', '133755.226000', '133755.229000', '133755.232000', '133755.235000', '133755.238000', '133755.241000', '133755.244000', '133755.246000', '133755.249000', '133815.123000', '133815.126000', '133815.129000', '133815.132000', '133815.135000', '133815.138000', '133815.140000', '133815.143000', '133815.146000', '133815.149000', '133815.152000', '133815.155000', '133815.157000', '133815.160000', '133815.163000', '133815.166000', '133815.169000', '133815.172000', '133815.175000', '133815.178000', '133815.180000', '133815.183000', '133815.186000', '133815.189000', '133815.192000', '133815.195000', '133815.197000', '133815.200000', '133815.203000', '133815.206000', '133815.209000', '133815.212000', '133815.215000', '133815.218000', '133815.220000', '133815.223000', '133815.226000', '133815.229000', '133815.232000', '133815.235000', '133815.238000', '133815.241000', '133815.244000', '133835.123000', '133835.126000', '133835.129000', '133835.132000', '133835.135000', '133835.137000', '133835.140000', '133835.143000', '133835.146000', '133835.149000', '133835.152000', '133835.154000', '133835.158000', '133835.161000', '133835.164000', '133835.166000', '133835.169000', '133835.172000', '133835.175000', '133835.178000', '133835.181000', '133835.184000', '133835.187000', '133835.190000', '133835.193000', '133835.195000', '133835.198000', '133835.201000', '133835.204000', '133835.207000', '133835.210000', '133835.213000', '133835.216000', '133835.218000', '133835.221000', '133835.224000', '133835.227000', '133835.230000', '133835.233000', '133835.236000', '133835.238000', '133835.241000', '133835.244000', '133835.247000', '133855.123000', '133855.126000', '133855.129000', '133855.132000', '133855.135000', '133855.138000', '133855.141000', '133855.143000', '133855.146000', '133855.149000', '133855.152000', '133855.155000', '133855.158000', '133855.161000', '133855.164000', '133855.167000', '133855.169000', '133855.172000', '133855.175000', '133855.178000', '133855.181000', '133855.184000', '133855.187000', '133855.190000', '133855.192000', '133855.195000', '133855.198000', '133855.211000', '133855.214000', '133855.217000', '133855.220000', '133855.223000', '133855.226000', '133855.228000', '133855.231000', '133855.234000', '133855.237000', '133855.240000', '133855.243000', '133855.246000', '133855.248000', '133855.251000', '133855.254000', '133915.123000', '133915.126000', '133915.129000', '133915.132000', '133915.135000', '133915.137000', '133915.140000', '133915.143000', '133915.146000', '133915.149000', '133915.152000', '133915.155000', '133915.157000', '133915.160000', '133915.163000', '133915.166000', '133915.169000', '133915.172000', '133915.175000', '133915.178000', '133915.181000', '133915.183000', '133915.186000', '133915.189000', '133915.192000', '133915.195000', '133915.198000', '133915.201000', '133915.204000', '133915.206000', '133915.209000', '133915.212000', '133915.215000', '133915.218000', '133915.221000', '133915.224000', '133915.226000', '133915.229000', '133915.232000', '133915.235000', '133915.238000', '133915.241000', '133915.244000', '133915.246000', '133935.123000', '133935.126000', '133935.129000', '133935.132000', '133935.135000', '133935.138000', '133935.140000', '133935.143000', '133935.146000', '133935.149000', '133935.152000', '133935.155000', '133935.158000', '133935.160000', '133935.163000', '133935.166000', '133935.169000', '133935.172000', '133935.175000', '133935.178000', '133935.181000', '133935.184000', '133935.186000', '133935.189000', '133935.192000', '133935.195000', '133935.198000', '133935.201000', '133935.204000', '133935.207000', '133935.209000', '133935.212000', '133935.215000', '133935.218000', '133935.221000', '133935.224000', '133935.227000', '133935.229000', '133935.232000', '133935.235000', '133935.238000', '133935.241000', '133935.244000', '133955.123000', '133955.128000', '133955.131000', '133955.134000', '133955.137000', '133955.140000', '133955.142000', '133955.145000', '133955.148000', '133955.151000', '133955.154000', '133955.157000', '133955.160000', '133955.163000', '133955.166000', '133955.168000', '133955.171000', '133955.174000', '133955.177000', '133955.180000', '133955.183000', '133955.187000', '133955.190000', '133955.193000', '133955.196000', '133955.199000', '133955.202000', '133955.205000', '133955.207000', '133955.210000', '133955.213000', '133955.216000', '133955.219000', '133955.222000', '133955.225000', '133955.227000', '133955.230000', '133955.233000', '133955.236000', '133955.239000', '133955.242000', '133955.245000', '133955.248000', '134015.123000', '134015.126000', '134015.129000', '134015.132000', '134015.135000', '134015.137000', '134015.140000', '134015.143000', '134015.146000', '134015.149000', '134015.152000', '134015.155000', '134015.158000', '134015.161000', '134015.163000', '134015.166000', '134015.169000', '134015.172000', '134015.175000', '134015.178000', '134015.181000', '134015.184000', '134015.186000', '134015.189000', '134015.192000', '134015.195000', '134015.198000', '134015.201000', '134015.204000', '134015.207000', '134015.209000', '134015.212000', '134015.215000', '134015.218000', '134015.221000', '134015.224000', '134015.227000', '134015.229000', '134015.232000', '134015.235000', '134015.238000', '134015.241000', '134015.244000', '134015.247000', '134035.123000', '134035.126000', '134035.129000', '134035.132000', '134035.135000', '134035.138000', '134035.141000', '134035.144000', '134035.147000', '134035.150000', '134035.153000', '134035.156000', '134035.159000', '134035.162000', '134035.164000', '134035.167000', '134035.170000', '134035.173000', '134035.176000', '134035.179000', '134035.182000', '134035.185000', '134035.187000', '134035.190000', '134035.193000', '134035.196000', '134035.199000', '134035.202000', '134035.205000', '134035.208000', '134035.210000', '134035.213000', '134035.216000', '134035.219000', '134035.222000', '134035.225000', '134035.228000', '134035.230000', '134035.233000', '134035.236000', '134035.239000', '134035.242000', '134035.245000', '134042.098000', '134042.102000', '134042.105000', '134042.108000', '134042.111000', '134042.114000', '134042.117000', '134042.120000', '134042.123000', '134042.126000', '134042.129000', '134042.132000', '134042.135000', '134042.138000', '134042.141000', '134042.144000'], 'InstanceCreationTime': ['133415.164000', '133415.167000', '133415.170000', '133415.173000', '133415.176000', '133415.179000', '133415.184000', '133415.188000', '133415.191000', '133415.194000', '133415.197000', '133415.200000', '133415.203000', '133415.214000', '133415.216000', '133415.219000', '133415.222000', '133415.225000', '133415.228000', '133415.237000', '133415.239000', '133415.242000', '133415.245000', '133415.248000', '133415.251000', '133415.254000', '133415.256000', '133415.259000', '133415.262000', '133415.265000', '133435.123000', '133435.126000', '133435.129000', '133435.132000', '133435.134000', '133435.137000', '133435.140000', '133435.143000', '133435.146000', '133435.149000', '133435.152000', '133435.164000', '133435.167000', '133435.169000', '133435.172000', '133435.175000', '133435.178000', '133435.181000', '133435.184000', '133435.186000', '133435.189000', '133435.192000', '133435.195000', '133435.198000', '133435.201000', '133435.203000', '133435.206000', '133435.209000', '133435.212000', '133435.215000', '133435.218000', '133435.220000', '133435.223000', '133435.226000', '133435.229000', '133435.232000', '133435.234000', '133435.237000', '133435.240000', '133435.243000', '133435.246000', '133435.248000', '133435.251000', '133435.254000', '133455.123000', '133455.126000', '133455.128000', '133455.131000', '133455.134000', '133455.137000', '133455.140000', '133455.143000', '133455.146000', '133455.155000', '133455.158000', '133455.160000', '133455.163000', '133455.166000', '133455.169000', '133455.172000', '133455.174000', '133455.177000', '133455.180000', '133455.183000', '133455.189000', '133455.191000', '133455.194000', '133455.197000', '133455.200000', '133455.203000', '133455.206000', '133455.209000', '133455.212000', '133455.215000', '133455.244000', '133455.247000', '133455.250000', '133455.252000', '133455.255000', '133455.258000', '133455.261000', '133455.264000', '133455.267000', '133455.270000', '133455.272000', '133455.275000', '133455.278000', '133515.123000', '133515.126000', '133515.129000', '133515.132000', '133515.134000', '133515.137000', '133515.140000', '133515.143000', '133515.146000', '133515.149000', '133515.152000', '133515.154000', '133515.157000', '133515.160000', '133515.163000', '133515.166000', '133515.169000', '133515.172000', '133515.174000', '133515.177000', '133515.180000', '133515.183000', '133515.186000', '133515.189000', '133515.191000', '133515.194000', '133515.197000', '133515.200000', '133515.203000', '133515.206000', '133515.209000', '133515.211000', '133515.214000', '133515.217000', '133515.220000', '133515.223000', '133515.225000', '133515.228000', '133515.231000', '133515.234000', '133515.237000', '133515.240000', '133515.243000', '133515.246000', '133535.123000', '133535.126000', '133535.129000', '133535.132000', '133535.135000', '133535.137000', '133535.140000', '133535.143000', '133535.146000', '133535.149000', '133535.152000', '133535.154000', '133535.157000', '133535.160000', '133535.163000', '133535.167000', '133535.170000', '133535.173000', '133535.176000', '133535.179000', '133535.182000', '133535.185000', '133535.188000', '133535.191000', '133535.193000', '133535.196000', '133535.199000', '133535.202000', '133535.205000', '133535.208000', '133535.210000', '133535.213000', '133535.216000', '133535.219000', '133535.222000', '133535.225000', '133535.228000', '133535.231000', '133535.233000', '133535.236000', '133535.239000', '133535.242000', '133535.245000', '133555.123000', '133555.126000', '133555.128000', '133555.131000', '133555.134000', '133555.137000', '133555.140000', '133555.143000', '133555.146000', '133555.149000', '133555.152000', '133555.154000', '133555.157000', '133555.160000', '133555.163000', '133555.166000', '133555.169000', '133555.172000', '133555.175000', '133555.177000', '133555.180000', '133555.183000', '133555.194000', '133555.196000', '133555.199000', '133555.202000', '133555.205000', '133555.208000', '133555.211000', '133555.214000', '133555.217000', '133555.219000', '133555.222000', '133555.225000', '133555.228000', '133555.231000', '133555.234000', '133555.237000', '133555.239000', '133555.242000', '133555.245000', '133555.248000', '133555.251000', '133555.254000', '133615.123000', '133615.126000', '133615.129000', '133615.132000', '133615.135000', '133615.137000', '133615.140000', '133615.143000', '133615.146000', '133615.149000', '133615.152000', '133615.154000', '133615.157000', '133615.160000', '133615.163000', '133615.166000', '133615.169000', '133615.172000', '133615.175000', '133615.177000', '133615.180000', '133615.183000', '133615.186000', '133615.189000', '133615.192000', '133615.195000', '133615.198000', '133615.200000', '133615.203000', '133615.206000', '133615.209000', '133615.212000', '133615.215000', '133615.217000', '133615.221000', '133615.223000', '133615.226000', '133615.229000', '133615.232000', '133615.235000', '133615.238000', '133615.240000', '133615.243000', '133635.123000', '133635.126000', '133635.129000', '133635.132000', '133635.134000', '133635.137000', '133635.140000', '133635.143000', '133635.146000', '133635.149000', '133635.151000', '133635.154000', '133635.157000', '133635.160000', '133635.163000', '133635.166000', '133635.169000', '133635.172000', '133635.174000', '133635.177000', '133635.180000', '133635.183000', '133635.186000', '133635.189000', '133635.192000', '133635.194000', '133635.197000', '133635.200000', '133635.203000', '133635.206000', '133635.209000', '133635.212000', '133635.215000', '133635.217000', '133635.220000', '133635.223000', '133635.226000', '133635.229000', '133635.232000', '133635.234000', '133635.237000', '133635.240000', '133635.243000', '133635.246000', '133655.123000', '133655.126000', '133655.129000', '133655.132000', '133655.135000', '133655.138000', '133655.141000', '133655.143000', '133655.146000', '133655.149000', '133655.152000', '133655.155000', '133655.158000', '133655.161000', '133655.164000', '133655.166000', '133655.169000', '133655.172000', '133655.175000', '133655.178000', '133655.181000', '133655.184000', '133655.186000', '133655.189000', '133655.192000', '133655.195000', '133655.198000', '133655.201000', '133655.204000', '133655.208000', '133655.210000', '133655.213000', '133655.216000', '133655.219000', '133655.222000', '133655.225000', '133655.228000', '133655.230000', '133655.233000', '133655.236000', '133655.239000', '133655.242000', '133655.245000', '133715.123000', '133715.126000', '133715.129000', '133715.132000', '133715.134000', '133715.137000', '133715.140000', '133715.143000', '133715.146000', '133715.149000', '133715.152000', '133715.155000', '133715.157000', '133715.160000', '133715.163000', '133715.166000', '133715.169000', '133715.172000', '133715.175000', '133715.178000', '133715.180000', '133715.183000', '133715.186000', '133715.189000', '133715.192000', '133715.195000', '133715.197000', '133715.200000', '133715.203000', '133715.206000', '133715.209000', '133715.212000', '133715.215000', '133715.217000', '133715.221000', '133715.223000', '133715.226000', '133715.229000', '133715.232000', '133715.235000', '133715.237000', '133715.240000', '133715.243000', '133715.246000', '133735.123000', '133735.126000', '133735.135000', '133735.138000', '133735.141000', '133735.144000', '133735.147000', '133735.149000', '133735.152000', '133735.155000', '133735.158000', '133735.161000', '133735.164000', '133735.167000', '133735.169000', '133735.172000', '133735.175000', '133735.178000', '133735.181000', '133735.184000', '133735.187000', '133735.190000', '133735.193000', '133735.195000', '133735.198000', '133735.201000', '133735.204000', '133735.207000', '133735.210000', '133735.213000', '133735.215000', '133735.218000', '133735.221000', '133735.224000', '133735.227000', '133735.230000', '133735.233000', '133735.236000', '133735.238000', '133735.241000', '133735.244000', '133735.247000', '133735.250000', '133755.123000', '133755.129000', '133755.132000', '133755.135000', '133755.138000', '133755.141000', '133755.144000', '133755.147000', '133755.149000', '133755.152000', '133755.155000', '133755.158000', '133755.161000', '133755.164000', '133755.166000', '133755.169000', '133755.172000', '133755.175000', '133755.178000', '133755.181000', '133755.184000', '133755.187000', '133755.189000', '133755.192000', '133755.195000', '133755.198000', '133755.201000', '133755.204000', '133755.206000', '133755.209000', '133755.212000', '133755.215000', '133755.218000', '133755.221000', '133755.224000', '133755.226000', '133755.229000', '133755.232000', '133755.235000', '133755.238000', '133755.241000', '133755.244000', '133755.246000', '133755.249000', '133815.123000', '133815.126000', '133815.129000', '133815.132000', '133815.135000', '133815.138000', '133815.140000', '133815.143000', '133815.146000', '133815.149000', '133815.152000', '133815.155000', '133815.157000', '133815.160000', '133815.163000', '133815.166000', '133815.169000', '133815.172000', '133815.175000', '133815.178000', '133815.180000', '133815.183000', '133815.186000', '133815.189000', '133815.192000', '133815.195000', '133815.197000', '133815.200000', '133815.203000', '133815.206000', '133815.209000', '133815.212000', '133815.215000', '133815.218000', '133815.220000', '133815.223000', '133815.226000', '133815.229000', '133815.232000', '133815.235000', '133815.238000', '133815.241000', '133815.244000', '133835.123000', '133835.126000', '133835.129000', '133835.132000', '133835.135000', '133835.137000', '133835.140000', '133835.143000', '133835.146000', '133835.149000', '133835.152000', '133835.154000', '133835.158000', '133835.161000', '133835.164000', '133835.166000', '133835.169000', '133835.172000', '133835.175000', '133835.178000', '133835.181000', '133835.184000', '133835.187000', '133835.190000', '133835.193000', '133835.195000', '133835.198000', '133835.201000', '133835.204000', '133835.207000', '133835.210000', '133835.213000', '133835.216000', '133835.218000', '133835.221000', '133835.224000', '133835.227000', '133835.230000', '133835.233000', '133835.236000', '133835.238000', '133835.241000', '133835.244000', '133835.247000', '133855.123000', '133855.126000', '133855.129000', '133855.132000', '133855.135000', '133855.138000', '133855.141000', '133855.143000', '133855.146000', '133855.149000', '133855.152000', '133855.155000', '133855.158000', '133855.161000', '133855.164000', '133855.167000', '133855.169000', '133855.172000', '133855.175000', '133855.178000', '133855.181000', '133855.184000', '133855.187000', '133855.190000', '133855.192000', '133855.195000', '133855.198000', '133855.211000', '133855.214000', '133855.217000', '133855.220000', '133855.223000', '133855.226000', '133855.228000', '133855.231000', '133855.234000', '133855.237000', '133855.240000', '133855.243000', '133855.246000', '133855.248000', '133855.251000', '133855.254000', '133915.123000', '133915.126000', '133915.129000', '133915.132000', '133915.135000', '133915.137000', '133915.140000', '133915.143000', '133915.146000', '133915.149000', '133915.152000', '133915.155000', '133915.157000', '133915.160000', '133915.163000', '133915.166000', '133915.169000', '133915.172000', '133915.175000', '133915.178000', '133915.181000', '133915.183000', '133915.186000', '133915.189000', '133915.192000', '133915.195000', '133915.198000', '133915.201000', '133915.204000', '133915.206000', '133915.209000', '133915.212000', '133915.215000', '133915.218000', '133915.221000', '133915.224000', '133915.226000', '133915.229000', '133915.232000', '133915.235000', '133915.238000', '133915.241000', '133915.244000', '133915.246000', '133935.123000', '133935.126000', '133935.129000', '133935.132000', '133935.135000', '133935.138000', '133935.140000', '133935.143000', '133935.146000', '133935.149000', '133935.152000', '133935.155000', '133935.158000', '133935.160000', '133935.163000', '133935.166000', '133935.169000', '133935.172000', '133935.175000', '133935.178000', '133935.181000', '133935.184000', '133935.186000', '133935.189000', '133935.192000', '133935.195000', '133935.198000', '133935.201000', '133935.204000', '133935.207000', '133935.209000', '133935.212000', '133935.215000', '133935.218000', '133935.221000', '133935.224000', '133935.227000', '133935.229000', '133935.232000', '133935.235000', '133935.238000', '133935.241000', '133935.244000', '133955.123000', '133955.128000', '133955.131000', '133955.134000', '133955.137000', '133955.140000', '133955.142000', '133955.145000', '133955.148000', '133955.151000', '133955.154000', '133955.157000', '133955.160000', '133955.163000', '133955.166000', '133955.168000', '133955.171000', '133955.174000', '133955.177000', '133955.180000', '133955.183000', '133955.187000', '133955.190000', '133955.193000', '133955.196000', '133955.199000', '133955.202000', '133955.205000', '133955.207000', '133955.210000', '133955.213000', '133955.216000', '133955.219000', '133955.222000', '133955.225000', '133955.227000', '133955.230000', '133955.233000', '133955.236000', '133955.239000', '133955.242000', '133955.245000', '133955.248000', '134015.123000', '134015.126000', '134015.129000', '134015.132000', '134015.135000', '134015.137000', '134015.140000', '134015.143000', '134015.146000', '134015.149000', '134015.152000', '134015.155000', '134015.158000', '134015.161000', '134015.163000', '134015.166000', '134015.169000', '134015.172000', '134015.175000', '134015.178000', '134015.181000', '134015.184000', '134015.186000', '134015.189000', '134015.192000', '134015.195000', '134015.198000', '134015.201000', '134015.204000', '134015.207000', '134015.209000', '134015.212000', '134015.215000', '134015.218000', '134015.221000', '134015.224000', '134015.227000', '134015.229000', '134015.232000', '134015.235000', '134015.238000', '134015.241000', '134015.244000', '134015.247000', '134035.123000', '134035.126000', '134035.129000', '134035.132000', '134035.135000', '134035.138000', '134035.141000', '134035.144000', '134035.147000', '134035.150000', '134035.153000', '134035.156000', '134035.159000', '134035.162000', '134035.164000', '134035.167000', '134035.170000', '134035.173000', '134035.176000', '134035.179000', '134035.182000', '134035.185000', '134035.187000', '134035.190000', '134035.193000', '134035.196000', '134035.199000', '134035.202000', '134035.205000', '134035.208000', '134035.210000', '134035.213000', '134035.216000', '134035.219000', '134035.222000', '134035.225000', '134035.228000', '134035.230000', '134035.233000', '134035.236000', '134035.239000', '134035.242000', '134035.245000', '134042.098000', '134042.102000', '134042.105000', '134042.108000', '134042.111000', '134042.114000', '134042.117000', '134042.120000', '134042.123000', '134042.126000', '134042.129000', '134042.132000', '134042.135000', '134042.138000', '134042.141000', '134042.144000'], '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': [8563, 9968, 8418, 8562, 8234, 8275, 15067, 9065, 12583, 8494, 9956, 8353, 8219, 15371, 7868, 12529, 10793, 10923, 8061, 8807, 8346, 8311, 8176, 7552, 8319, 8310, 7956, 7619, 12303, 7777, 12812, 7830, 11828, 8219, 10797, 8214, 10517, 8070, 10703, 8270, 9372, 12850, 8044, 12268, 9528, 10772, 8206, 8678, 8348, 9721, 8092, 10984, 7917, 10033, 7928, 12405, 8417, 9946, 8348, 8431, 9369, 7994, 12559, 7986, 11080, 8763, 8884, 8359, 7597, 12604, 8185, 10631, 8563, 8254, 8424, 7990, 12603, 8400, 9651, 8373, 7926, 13794, 8203, 10268, 8717, 8237, 8328, 7645, 8120, 8095, 11548, 7946, 11791, 7804, 12585, 7987, 8492, 7880, 12850, 9123, 11871, 8092, 9204, 12405, 7980, 14024, 10388, 11130, 8259, 8499, 8305, 7600, 8093, 7851, 11919, 8016, 10912, 7763, 10134, 8247, 7611, 9481, 7898, 11356, 9286, 11025, 8368, 7723, 9225, 7932, 11144, 7882, 10718, 8256, 7778, 8775, 7811, 11802, 7750, 10527, 8129, 9686, 8321, 7613, 8004, 7817, 11881, 8178, 10531, 8388, 8137, 12468, 7929, 10971, 8457, 9337, 8321, 7669, 13601, 7854, 11316, 8171, 9523, 8172, 7889, 7966, 7753, 12060, 8391, 10898, 8093, 8733, 8171, 7654, 12541, 8690, 10146, 8305, 7655, 8064, 7723, 11917, 7824, 10670, 8104, 9544, 8753, 9818, 8877, 8963, 8558, 9438, 8542, 12564, 8238, 10887, 8790, 8626, 13543, 11089, 12174, 9557, 9493, 15298, 11976, 12927, 10938, 7873, 15384, 9615, 10246, 8149, 7743, 12686, 7819, 9256, 8439, 8492, 8201, 7709, 8022, 7920, 8224, 7807, 8016, 7395, 8198, 7524, 12540, 7758, 10961, 8399, 9142, 8048, 7807, 12986, 7982, 11081, 8812, 8737, 8519, 7817, 11502, 7951, 11311, 8178, 10650, 8604, 9784, 8978, 9026, 7993, 9153, 8529, 12339, 8377, 10427, 8757, 8495, 9789, 8362, 14124, 9321, 11502, 15692, 13861, 13886, 9874, 9197, 16798, 7877, 11200, 8524, 8703, 8293, 7711, 12088, 7994, 9868, 8196, 9559, 8256, 7838, 8340, 7666, 11221, 7906, 10517, 8156, 8940, 8218, 7792, 12647, 8099, 10678, 8487, 8502, 8522, 8645, 8080, 10679, 8030, 10592, 8097, 11198, 7879, 9069, 7932, 13305, 8215, 10836, 10231, 8458, 13386, 7622, 12763, 8248, 10767, 8781, 9491, 8646, 8060, 8690, 9019, 8596, 10389, 8167, 11336, 8320, 12167, 9466, 12353, 8307, 11243, 10781, 8718, 13883, 11918, 12295, 9204, 8710, 13573, 7941, 11309, 9228, 9192, 8330, 7745, 9564, 7936, 11314, 7813, 10216, 7874, 9643, 8544, 9174, 8400, 7881, 7967, 7807, 12072, 7988, 10980, 8155, 9964, 8380, 10503, 8233, 8112, 8341, 7850, 11982, 7973, 11335, 8079, 10622, 8103, 10050, 8602, 8924, 10545, 7668, 11572, 7911, 9254, 8596, 8330, 8450, 7643, 8332, 7616, 11320, 8232, 10781, 8390, 9219, 8543, 7913, 12135, 7999, 10990, 8371, 9703, 8700, 7905, 8578, 8526, 8867, 9891, 8792, 9062, 8140, 8792, 8443, 11395, 8122, 11393, 9009, 8350, 12347, 8268, 11690, 8483, 9258, 13987, 8451, 13680, 7923, 12228, 8710, 9127, 8836, 8140, 8544, 7960, 8389, 7896, 11372, 8021, 11238, 7884, 10646, 8050, 9479, 8295, 9560, 8558, 8067, 8241, 7523, 8679, 7903, 11843, 7981, 10779, 8023, 9864, 8158, 7821, 8676, 8176, 12270, 7837, 11128, 8297, 9405, 8444, 9001, 8504, 7925, 8636, 7660, 11255, 8021, 11228, 8454, 9168, 8441, 7701, 10338, 7980, 11800, 8193, 10408, 7922, 8978, 8355, 9553, 8583, 8168, 8664, 7643, 10258, 8121, 11607, 8289, 10296, 8183, 9970, 8660, 9692, 8714, 7720, 8493, 7831, 11291, 8278, 11289, 8316, 10379, 8356, 8055, 8651, 7963, 8131, 7610, 8319, 7980, 9509, 7980, 8384, 7567, 8620, 8005, 12144, 8285, 11278, 8343, 11143, 8095, 10066, 9333, 8858, 13429, 7620, 12940, 7811, 10762, 8466, 9843, 8847, 8753, 8887, 7167, 8491, 7853, 8474, 10197, 8464, 11192, 8518, 12712, 8142, 11143, 8083, 10381, 11079, 9553, 7944, 8197, 8327, 8161, 8304, 10077, 8182, 9316, 8248, 7446, 10304, 7916, 11738, 7691, 11800, 8091, 10276, 8427, 7634, 8292, 7436, 8573, 7998, 8443, 7829, 8319, 7986, 8099, 7653, 12032, 8067, 11035, 8000, 11178, 8391, 9780, 8741, 7838, 13827, 7646, 12687, 8203, 9884, 8450, 9462, 8128, 7588, 13084, 7970, 10909, 8304, 10259, 8638, 8138, 8608, 8118, 8493, 8243, 8480, 8450, 8770, 9174, 8861, 7867, 8375, 8335, 8267, 7679, 12500, 9868, 10676, 8242, 8095, 9504, 7600, 11875, 9119, 10257, 7887, 7962, 8144, 7777, 8874, 7399, 11710, 7723, 10013, 7750, 10606, 7764, 9664, 8101, 8025, 8071, 7530, 10382, 7224, 11165, 7820, 9961, 8075, 9731, 8193, 7281, 11803, 7498, 10273, 7965, 10002, 8195, 7910, 8109, 7495, 11011, 8045, 10200, 8209, 8092, 8088, 7492, 11568, 7819, 11087, 7681, 10385, 8161, 9811, 8426, 8100, 8373, 7589, 9520, 7871, 12065, 7899, 10061, 7924, 9618, 8250, 8888, 8084, 7682, 12191, 8414, 11944, 7863, 11282, 7858, 10023, 8169, 9681, 8078, 9357, 8121, 9203, 8201, 9922, 8122, 9987, 8286, 8855, 8364, 8386, 8686, 8116, 8344, 9943, 8532, 9303, 8655, 7654, 11669, 7864, 10355, 8264, 9407, 8375, 7377, 8312, 7704, 11490, 7795, 11481, 7898, 9343, 8266, 8125, 8418, 7761, 8856, 7626, 11745, 7961, 10948, 8199, 9965, 8352, 9032, 8233, 7648, 11371, 7863, 10881, 7828, 10683, 8144, 10273, 8200, 7599, 8312, 7715, 11417, 7994, 11211, 8255, 8494, 8472, 7595, 11354, 7861, 11098, 8566, 10587, 8564, 10593, 8424, 10845, 8707, 9104, 8378, 8885, 9064, 9131, 8752, 12338, 7970, 12649, 10343, 12908, 10761, 14336, 10125, 12808, 8543, 9035, 15633, 9838, 12996, 12849, 11204, 8161, 8136, 8599, 8251, 8769, 8314, 8519, 7386, 8198, 7835, 11333, 7511, 11268, 7950, 9294, 8174, 9880, 8218, 9342, 8614, 8602, 8568, 8342, 8699, 7926, 11729, 7916, 11800, 8112, 10297, 8652, 9247, 8632, 8692, 8509, 7962, 10922, 8186, 11845, 8389, 10673, 8393, 9431, 8932, 9717, 9544, 9858, 9490, 9419, 7926, 10016, 9155, 10139, 9039, 10206, 9998, 9631, 12716, 9471, 10681, 13821, 8903, 14634], 'WindowCenter': [3969.0, 3978.0, 3943.0, 3943.0, 3929.0, 3930.0, 3969.0, 3928.0, 3959.0, 3917.0, 3937.0, 3904.0, 3914.0, 3954.0, 3902.0, 3943.0, 3923.0, 3921.0, 3890.0, 3900.0, 3900.0, 3913.0, 3913.0, 3901.0, 3916.0, 3913.0, 3903.0, 3905.0, 3945.0, 3905.0, 3944.0, 3904.0, 3944.0, 3916.0, 3946.0, 3916.0, 3935.0, 3914.0, 3935.0, 3914.0, 3925.0, 3944.0, 3903.0, 3945.0, 3925.0, 3933.0, 3913.0, 3901.0, 3913.0, 3922.0, 3903.0, 3932.0, 3915.0, 3935.0, 3915.0, 3945.0, 3915.0, 3936.0, 3915.0, 3916.0, 3927.0, 3904.0, 3943.0, 3906.0, 3934.0, 3925.0, 3924.0, 3912.0, 3904.0, 3944.0, 3914.0, 3947.0, 3926.0, 3916.0, 3914.0, 3916.0, 3957.0, 3928.0, 3938.0, 3916.0, 3916.0, 3956.0, 3915.0, 3939.0, 3927.0, 3916.0, 3916.0, 3916.0, 3919.0, 3929.0, 3961.0, 3929.0, 3959.0, 3930.0, 3970.0, 3931.0, 3939.0, 3942.0, 3973.0, 3953.0, 3960.0, 3917.0, 3927.0, 3945.0, 3904.0, 3956.0, 3938.0, 3933.0, 3902.0, 3912.0, 3901.0, 3890.0, 3889.0, 3901.0, 3931.0, 3903.0, 3933.0, 3904.0, 3922.0, 3901.0, 3903.0, 3921.0, 3914.0, 3932.0, 3924.0, 3932.0, 3901.0, 3901.0, 3923.0, 3914.0, 3933.0, 3903.0, 3936.0, 3902.0, 3902.0, 3917.0, 3903.0, 3943.0, 3907.0, 3934.0, 3913.0, 3936.0, 3926.0, 3920.0, 3914.0, 3918.0, 3945.0, 3919.0, 3947.0, 3915.0, 3918.0, 3944.0, 3914.0, 3939.0, 3916.0, 3925.0, 3913.0, 3904.0, 3953.0, 3902.0, 3934.0, 3913.0, 3927.0, 3912.0, 3903.0, 3902.0, 3904.0, 3948.0, 3915.0, 3933.0, 3903.0, 3913.0, 3901.0, 3904.0, 3942.0, 3912.0, 3921.0, 3899.0, 3890.0, 3891.0, 3889.0, 3921.0, 3889.0, 3920.0, 3901.0, 3923.0, 3927.0, 3935.0, 3926.0, 3925.0, 3926.0, 3936.0, 3940.0, 3971.0, 3928.0, 3948.0, 3927.0, 3928.0, 3957.0, 3947.0, 3947.0, 3922.0, 3911.0, 3942.0, 3931.0, 3931.0, 3906.0, 3876.0, 3926.0, 3895.0, 3906.0, 3874.0, 3874.0, 3913.0, 3873.0, 3881.0, 3883.0, 3896.0, 3885.0, 3876.0, 3887.0, 3900.0, 3914.0, 3904.0, 3913.0, 3904.0, 3913.0, 3905.0, 3954.0, 3914.0, 3950.0, 3915.0, 3925.0, 3903.0, 3904.0, 3943.0, 3903.0, 3934.0, 3924.0, 3913.0, 3915.0, 3902.0, 3931.0, 3902.0, 3935.0, 3912.0, 3933.0, 3930.0, 3936.0, 3927.0, 3928.0, 3916.0, 3938.0, 3940.0, 3969.0, 3932.0, 3948.0, 3926.0, 3940.0, 3937.0, 3931.0, 3969.0, 3929.0, 3947.0, 3954.0, 3944.0, 3943.0, 3910.0, 3910.0, 3942.0, 3886.0, 3907.0, 3896.0, 3896.0, 3889.0, 3875.0, 3915.0, 3887.0, 3906.0, 3899.0, 3921.0, 3900.0, 3905.0, 3901.0, 3902.0, 3935.0, 3914.0, 3933.0, 3913.0, 3913.0, 3913.0, 3903.0, 3943.0, 3915.0, 3946.0, 3928.0, 3913.0, 3924.0, 3930.0, 3927.0, 3948.0, 3928.0, 3959.0, 3942.0, 3973.0, 3943.0, 3940.0, 3930.0, 3971.0, 3928.0, 3954.0, 3938.0, 3916.0, 3945.0, 3904.0, 3944.0, 3914.0, 3938.0, 3913.0, 3923.0, 3913.0, 3902.0, 3914.0, 3924.0, 3927.0, 3947.0, 3932.0, 3959.0, 3941.0, 3972.0, 3956.0, 3960.0, 3929.0, 3949.0, 3935.0, 3915.0, 3957.0, 3935.0, 3932.0, 3911.0, 3904.0, 3939.0, 3901.0, 3920.0, 3910.0, 3901.0, 3887.0, 3888.0, 3909.0, 3900.0, 3930.0, 3905.0, 3920.0, 3901.0, 3923.0, 3926.0, 3924.0, 3913.0, 3915.0, 3903.0, 3904.0, 3946.0, 3915.0, 3933.0, 3917.0, 3923.0, 3915.0, 3952.0, 3914.0, 3915.0, 3917.0, 3914.0, 3944.0, 3916.0, 3948.0, 3916.0, 3935.0, 3918.0, 3938.0, 3914.0, 3926.0, 3933.0, 3903.0, 3933.0, 3902.0, 3912.0, 3913.0, 3914.0, 3913.0, 3908.0, 3912.0, 3908.0, 3945.0, 3927.0, 3946.0, 3916.0, 3926.0, 3914.0, 3915.0, 3956.0, 3919.0, 3938.0, 3914.0, 3927.0, 3913.0, 3903.0, 3918.0, 3927.0, 3939.0, 3949.0, 3940.0, 3940.0, 3930.0, 3941.0, 3941.0, 3960.0, 3933.0, 3961.0, 3939.0, 3932.0, 3959.0, 3927.0, 3947.0, 3915.0, 3925.0, 3955.0, 3903.0, 3943.0, 3902.0, 3931.0, 3900.0, 3912.0, 3912.0, 3901.0, 3900.0, 3902.0, 3901.0, 3903.0, 3936.0, 3915.0, 3933.0, 3904.0, 3933.0, 3903.0, 3923.0, 3914.0, 3937.0, 3915.0, 3915.0, 3913.0, 3903.0, 3912.0, 3904.0, 3944.0, 3915.0, 3935.0, 3915.0, 3924.0, 3903.0, 3904.0, 3913.0, 3915.0, 3945.0, 3905.0, 3934.0, 3914.0, 3927.0, 3914.0, 3926.0, 3925.0, 3916.0, 3913.0, 3905.0, 3934.0, 3915.0, 3946.0, 3915.0, 3925.0, 3917.0, 3903.0, 3922.0, 3907.0, 3944.0, 3914.0, 3922.0, 3902.0, 3912.0, 3902.0, 3924.0, 3913.0, 3913.0, 3916.0, 3907.0, 3933.0, 3917.0, 3945.0, 3916.0, 3934.0, 3914.0, 3938.0, 3927.0, 3938.0, 3927.0, 3917.0, 3915.0, 3906.0, 3946.0, 3927.0, 3947.0, 3917.0, 3935.0, 3919.0, 3915.0, 3926.0, 3917.0, 3918.0, 3906.0, 3913.0, 3916.0, 3938.0, 3933.0, 3931.0, 3919.0, 3927.0, 3929.0, 3974.0, 3945.0, 3959.0, 3930.0, 3949.0, 3917.0, 3938.0, 3927.0, 3930.0, 3955.0, 3903.0, 3943.0, 3892.0, 3922.0, 3913.0, 3934.0, 3924.0, 3912.0, 3913.0, 3896.0, 3913.0, 3905.0, 3915.0, 3936.0, 3932.0, 3959.0, 3929.0, 3959.0, 3917.0, 3946.0, 3904.0, 3938.0, 3949.0, 3924.0, 3901.0, 3902.0, 3901.0, 3913.0, 3913.0, 3936.0, 3914.0, 3924.0, 3901.0, 3891.0, 3922.0, 3902.0, 3931.0, 3891.0, 3931.0, 3902.0, 3923.0, 3913.0, 3891.0, 3901.0, 3891.0, 3913.0, 3916.0, 3926.0, 3918.0, 3926.0, 3929.0, 3917.0, 3919.0, 3959.0, 3929.0, 3947.0, 3918.0, 3947.0, 3918.0, 3926.0, 3914.0, 3906.0, 3956.0, 3905.0, 3943.0, 3917.0, 3923.0, 3914.0, 3929.0, 3903.0, 3903.0, 3944.0, 3903.0, 3937.0, 3914.0, 3938.0, 3919.0, 3904.0, 3915.0, 3904.0, 3915.0, 3916.0, 3917.0, 3929.0, 3929.0, 3939.0, 3930.0, 3915.0, 3915.0, 3917.0, 3914.0, 3905.0, 3949.0, 3926.0, 3934.0, 3903.0, 3903.0, 3914.0, 3895.0, 3933.0, 3912.0, 3910.0, 3889.0, 3889.0, 3889.0, 3902.0, 3899.0, 3890.0, 3929.0, 3890.0, 3924.0, 3903.0, 3935.0, 3902.0, 3926.0, 3903.0, 3903.0, 3905.0, 3915.0, 3934.0, 3903.0, 3933.0, 3903.0, 3923.0, 3903.0, 3928.0, 3903.0, 3894.0, 3933.0, 3892.0, 3923.0, 3915.0, 3924.0, 3904.0, 3904.0, 3906.0, 3893.0, 3934.0, 3919.0, 3934.0, 3914.0, 3904.0, 3901.0, 3897.0, 3944.0, 3906.0, 3945.0, 3916.0, 3936.0, 3917.0, 3938.0, 3927.0, 3917.0, 3915.0, 3921.0, 3936.0, 3917.0, 3959.0, 3917.0, 3937.0, 3917.0, 3926.0, 3916.0, 3926.0, 3907.0, 3917.0, 3958.0, 3920.0, 3947.0, 3915.0, 3934.0, 3916.0, 3925.0, 3915.0, 3924.0, 3902.0, 3926.0, 3906.0, 3926.0, 3916.0, 3929.0, 3905.0, 3937.0, 3916.0, 3925.0, 3914.0, 3916.0, 3914.0, 3914.0, 3914.0, 3935.0, 3914.0, 3925.0, 3911.0, 3892.0, 3933.0, 3890.0, 3910.0, 3902.0, 3912.0, 3899.0, 3894.0, 3899.0, 3891.0, 3933.0, 3906.0, 3945.0, 3919.0, 3925.0, 3914.0, 3916.0, 3916.0, 3922.0, 3926.0, 3917.0, 3948.0, 3916.0, 3948.0, 3929.0, 3938.0, 3928.0, 3931.0, 3916.0, 3918.0, 3959.0, 3918.0, 3948.0, 3907.0, 3937.0, 3916.0, 3938.0, 3916.0, 3906.0, 3913.0, 3904.0, 3933.0, 3908.0, 3945.0, 3915.0, 3914.0, 3902.0, 3904.0, 3937.0, 3904.0, 3945.0, 3926.0, 3936.0, 3915.0, 3933.0, 3915.0, 3934.0, 3916.0, 3926.0, 3928.0, 3939.0, 3944.0, 3939.0, 3930.0, 3958.0, 3930.0, 3958.0, 3952.0, 3958.0, 3948.0, 3955.0, 3923.0, 3932.0, 3888.0, 3898.0, 3939.0, 3912.0, 3929.0, 3919.0, 3906.0, 3885.0, 3874.0, 3884.0, 3898.0, 3898.0, 3899.0, 3896.0, 3879.0, 3898.0, 3901.0, 3943.0, 3893.0, 3931.0, 3904.0, 3927.0, 3931.0, 3938.0, 3927.0, 3926.0, 3926.0, 3926.0, 3927.0, 3929.0, 3926.0, 3918.0, 3946.0, 3920.0, 3946.0, 3918.0, 3936.0, 3916.0, 3914.0, 3914.0, 3917.0, 3913.0, 3904.0, 3934.0, 3915.0, 3944.0, 3915.0, 3935.0, 3918.0, 3923.0, 3927.0, 3936.0, 3936.0, 3923.0, 3923.0, 3922.0, 3904.0, 3924.0, 3925.0, 3936.0, 3927.0, 3938.0, 3938.0, 3938.0, 3958.0, 3924.0, 3936.0, 3943.0, 3913.0, 3954.0], 'WindowWidth': [8867.0, 8874.0, 8819.0, 8815.0, 8792.0, 8794.0, 8843.0, 8787.0, 8828.0, 8768.0, 8794.0, 8744.0, 8757.0, 8811.0, 8738.0, 8796.0, 8768.0, 8761.0, 8720.0, 8731.0, 8733.0, 8756.0, 8755.0, 8738.0, 8761.0, 8758.0, 8742.0, 8751.0, 8803.0, 8749.0, 8799.0, 8746.0, 8799.0, 8768.0, 8805.0, 8766.0, 8788.0, 8762.0, 8789.0, 8759.0, 8777.0, 8798.0, 8744.0, 8800.0, 8774.0, 8780.0, 8755.0, 8737.0, 8757.0, 8766.0, 8745.0, 8781.0, 8764.0, 8789.0, 8765.0, 8804.0, 8763.0, 8794.0, 8764.0, 8766.0, 8778.0, 8745.0, 8796.0, 8750.0, 8784.0, 8777.0, 8774.0, 8754.0, 8745.0, 8799.0, 8762.0, 8810.0, 8781.0, 8767.0, 8761.0, 8767.0, 8821.0, 8786.0, 8798.0, 8765.0, 8766.0, 8817.0, 8764.0, 8800.0, 8782.0, 8766.0, 8765.0, 8768.0, 8774.0, 8790.0, 8832.0, 8788.0, 8828.0, 8792.0, 8845.0, 8796.0, 8806.0, 8814.0, 8857.0, 8829.0, 8831.0, 8768.0, 8782.0, 8802.0, 8745.0, 8819.0, 8795.0, 8781.0, 8741.0, 8750.0, 8738.0, 8722.0, 8718.0, 8736.0, 8778.0, 8743.0, 8782.0, 8746.0, 8767.0, 8737.0, 8742.0, 8764.0, 8760.0, 8781.0, 8773.0, 8779.0, 8737.0, 8738.0, 8768.0, 8761.0, 8784.0, 8744.0, 8787.0, 8738.0, 8741.0, 8765.0, 8745.0, 8795.0, 8752.0, 8784.0, 8759.0, 8795.0, 8781.0, 8775.0, 8761.0, 8771.0, 8803.0, 8775.0, 8808.0, 8762.0, 8770.0, 8799.0, 8760.0, 8797.0, 8766.0, 8776.0, 8757.0, 8747.0, 8809.0, 8741.0, 8786.0, 8759.0, 8777.0, 8754.0, 8745.0, 8741.0, 8746.0, 8811.0, 8762.0, 8783.0, 8742.0, 8756.0, 8735.0, 8743.0, 8795.0, 8754.0, 8762.0, 8733.0, 8722.0, 8720.0, 8716.0, 8761.0, 8719.0, 8759.0, 8736.0, 8771.0, 8784.0, 8791.0, 8780.0, 8778.0, 8780.0, 8796.0, 8809.0, 8851.0, 8789.0, 8814.0, 8782.0, 8787.0, 8823.0, 8810.0, 8809.0, 8767.0, 8749.0, 8793.0, 8774.0, 8773.0, 8731.0, 8692.0, 8761.0, 8716.0, 8733.0, 8687.0, 8685.0, 8736.0, 8684.0, 8692.0, 8698.0, 8722.0, 8705.0, 8694.0, 8712.0, 8733.0, 8758.0, 8748.0, 8758.0, 8748.0, 8757.0, 8750.0, 8814.0, 8762.0, 8815.0, 8763.0, 8776.0, 8742.0, 8745.0, 8795.0, 8742.0, 8785.0, 8773.0, 8757.0, 8759.0, 8739.0, 8776.0, 8738.0, 8786.0, 8755.0, 8785.0, 8789.0, 8794.0, 8784.0, 8786.0, 8769.0, 8802.0, 8809.0, 8844.0, 8797.0, 8814.0, 8782.0, 8805.0, 8799.0, 8794.0, 8842.0, 8786.0, 8808.0, 8815.0, 8799.0, 8798.0, 8747.0, 8745.0, 8790.0, 8707.0, 8735.0, 8722.0, 8722.0, 8713.0, 8693.0, 8745.0, 8711.0, 8735.0, 8733.0, 8763.0, 8736.0, 8746.0, 8737.0, 8742.0, 8789.0, 8762.0, 8785.0, 8759.0, 8757.0, 8756.0, 8746.0, 8797.0, 8764.0, 8805.0, 8784.0, 8756.0, 8774.0, 8790.0, 8785.0, 8814.0, 8789.0, 8831.0, 8817.0, 8858.0, 8818.0, 8807.0, 8794.0, 8847.0, 8787.0, 8827.0, 8798.0, 8766.0, 8803.0, 8745.0, 8798.0, 8759.0, 8795.0, 8757.0, 8767.0, 8758.0, 8740.0, 8762.0, 8776.0, 8786.0, 8810.0, 8798.0, 8831.0, 8811.0, 8853.0, 8835.0, 8832.0, 8791.0, 8818.0, 8789.0, 8763.0, 8822.0, 8789.0, 8779.0, 8748.0, 8742.0, 8785.0, 8735.0, 8761.0, 8745.0, 8732.0, 8711.0, 8715.0, 8745.0, 8735.0, 8774.0, 8746.0, 8762.0, 8739.0, 8769.0, 8780.0, 8774.0, 8759.0, 8763.0, 8744.0, 8747.0, 8806.0, 8764.0, 8783.0, 8766.0, 8770.0, 8764.0, 8821.0, 8763.0, 8763.0, 8766.0, 8760.0, 8800.0, 8767.0, 8810.0, 8766.0, 8787.0, 8770.0, 8795.0, 8760.0, 8779.0, 8784.0, 8743.0, 8780.0, 8740.0, 8753.0, 8758.0, 8760.0, 8758.0, 8755.0, 8755.0, 8756.0, 8802.0, 8782.0, 8805.0, 8766.0, 8778.0, 8758.0, 8763.0, 8820.0, 8773.0, 8795.0, 8761.0, 8776.0, 8756.0, 8743.0, 8769.0, 8784.0, 8804.0, 8815.0, 8806.0, 8807.0, 8793.0, 8810.0, 8811.0, 8833.0, 8801.0, 8835.0, 8803.0, 8796.0, 8828.0, 8783.0, 8809.0, 8761.0, 8775.0, 8816.0, 8744.0, 8796.0, 8738.0, 8774.0, 8734.0, 8751.0, 8755.0, 8737.0, 8735.0, 8740.0, 8737.0, 8742.0, 8790.0, 8762.0, 8784.0, 8747.0, 8782.0, 8744.0, 8770.0, 8760.0, 8794.0, 8763.0, 8763.0, 8757.0, 8744.0, 8754.0, 8745.0, 8801.0, 8764.0, 8788.0, 8763.0, 8773.0, 8743.0, 8746.0, 8760.0, 8764.0, 8802.0, 8750.0, 8786.0, 8758.0, 8777.0, 8758.0, 8779.0, 8776.0, 8765.0, 8758.0, 8748.0, 8786.0, 8763.0, 8806.0, 8765.0, 8775.0, 8763.0, 8744.0, 8767.0, 8752.0, 8800.0, 8759.0, 8767.0, 8741.0, 8751.0, 8739.0, 8772.0, 8757.0, 8758.0, 8762.0, 8754.0, 8782.0, 8767.0, 8806.0, 8767.0, 8788.0, 8763.0, 8797.0, 8782.0, 8799.0, 8782.0, 8770.0, 8762.0, 8752.0, 8805.0, 8784.0, 8808.0, 8770.0, 8789.0, 8770.0, 8764.0, 8780.0, 8770.0, 8771.0, 8752.0, 8759.0, 8767.0, 8801.0, 8798.0, 8794.0, 8776.0, 8784.0, 8791.0, 8855.0, 8818.0, 8831.0, 8794.0, 8814.0, 8769.0, 8797.0, 8782.0, 8788.0, 8816.0, 8743.0, 8795.0, 8725.0, 8763.0, 8756.0, 8787.0, 8774.0, 8752.0, 8755.0, 8736.0, 8757.0, 8748.0, 8764.0, 8792.0, 8795.0, 8830.0, 8792.0, 8829.0, 8769.0, 8805.0, 8748.0, 8800.0, 8812.0, 8772.0, 8736.0, 8740.0, 8738.0, 8757.0, 8758.0, 8793.0, 8760.0, 8770.0, 8736.0, 8722.0, 8765.0, 8741.0, 8775.0, 8724.0, 8775.0, 8738.0, 8768.0, 8756.0, 8724.0, 8738.0, 8726.0, 8757.0, 8767.0, 8782.0, 8773.0, 8781.0, 8789.0, 8770.0, 8774.0, 8829.0, 8790.0, 8809.0, 8771.0, 8807.0, 8769.0, 8778.0, 8762.0, 8752.0, 8818.0, 8747.0, 8797.0, 8765.0, 8769.0, 8758.0, 8784.0, 8743.0, 8743.0, 8797.0, 8741.0, 8788.0, 8759.0, 8794.0, 8770.0, 8745.0, 8762.0, 8747.0, 8761.0, 8765.0, 8768.0, 8789.0, 8790.0, 8801.0, 8788.0, 8763.0, 8764.0, 8769.0, 8760.0, 8750.0, 8814.0, 8779.0, 8785.0, 8741.0, 8742.0, 8755.0, 8732.0, 8782.0, 8751.0, 8744.0, 8716.0, 8717.0, 8717.0, 8739.0, 8730.0, 8721.0, 8769.0, 8720.0, 8767.0, 8743.0, 8786.0, 8741.0, 8774.0, 8741.0, 8743.0, 8749.0, 8763.0, 8785.0, 8744.0, 8782.0, 8743.0, 8768.0, 8743.0, 8781.0, 8741.0, 8731.0, 8781.0, 8727.0, 8767.0, 8763.0, 8773.0, 8745.0, 8746.0, 8748.0, 8730.0, 8785.0, 8773.0, 8786.0, 8759.0, 8746.0, 8738.0, 8740.0, 8802.0, 8753.0, 8803.0, 8766.0, 8789.0, 8768.0, 8799.0, 8783.0, 8769.0, 8765.0, 8778.0, 8791.0, 8771.0, 8830.0, 8772.0, 8794.0, 8770.0, 8778.0, 8764.0, 8778.0, 8754.0, 8768.0, 8826.0, 8776.0, 8806.0, 8762.0, 8786.0, 8765.0, 8774.0, 8759.0, 8771.0, 8741.0, 8774.0, 8751.0, 8776.0, 8764.0, 8782.0, 8750.0, 8794.0, 8764.0, 8775.0, 8761.0, 8768.0, 8761.0, 8760.0, 8760.0, 8791.0, 8759.0, 8775.0, 8751.0, 8725.0, 8780.0, 8719.0, 8745.0, 8738.0, 8750.0, 8731.0, 8729.0, 8730.0, 8722.0, 8781.0, 8752.0, 8801.0, 8771.0, 8774.0, 8759.0, 8764.0, 8768.0, 8782.0, 8780.0, 8770.0, 8810.0, 8767.0, 8810.0, 8790.0, 8799.0, 8785.0, 8791.0, 8766.0, 8773.0, 8830.0, 8773.0, 8810.0, 8755.0, 8793.0, 8765.0, 8798.0, 8766.0, 8751.0, 8757.0, 8746.0, 8784.0, 8755.0, 8802.0, 8761.0, 8759.0, 8740.0, 8744.0, 8789.0, 8745.0, 8801.0, 8781.0, 8793.0, 8764.0, 8783.0, 8763.0, 8784.0, 8765.0, 8780.0, 8786.0, 8803.0, 8815.0, 8803.0, 8791.0, 8828.0, 8792.0, 8825.0, 8822.0, 8826.0, 8812.0, 8816.0, 8768.0, 8778.0, 8713.0, 8727.0, 8783.0, 8746.0, 8769.0, 8752.0, 8729.0, 8703.0, 8686.0, 8701.0, 8728.0, 8727.0, 8729.0, 8722.0, 8705.0, 8728.0, 8739.0, 8797.0, 8731.0, 8777.0, 8745.0, 8779.0, 8792.0, 8798.0, 8783.0, 8779.0, 8780.0, 8778.0, 8782.0, 8789.0, 8783.0, 8772.0, 8806.0, 8774.0, 8805.0, 8769.0, 8791.0, 8765.0, 8758.0, 8758.0, 8764.0, 8755.0, 8744.0, 8788.0, 8762.0, 8801.0, 8763.0, 8789.0, 8769.0, 8773.0, 8784.0, 8793.0, 8793.0, 8769.0, 8770.0, 8767.0, 8746.0, 8772.0, 8775.0, 8792.0, 8782.0, 8798.0, 8800.0, 8800.0, 8824.0, 8773.0, 8791.0, 8796.0, 8754.0, 8814.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.0008262140391254314</td></tr>
<tr><td colspan=3>aqi</td><td>0.02091407548906789</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.59439345323735</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2211534214976953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0111667056682023</td></tr>
<tr><td colspan=3>efc</td><td>0.4502</td></tr>
<tr><td colspan=3>fber</td><td>6215.9072</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09519703136096828</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.487917146144994</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3747330623270066</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.291154490829166</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6650558455510263</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1679888506008282</td></tr>
<tr><td colspan=3>gcor</td><td>0.0195665</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02134261280298233</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025952674448490143</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.77372996477162</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>35.959</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1813</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.5977</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309511.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.9058</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0004</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.4225</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3181.3692</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.1385</td></tr>
<tr><td colspan=3>tsnr</td><td>43.97968162747566</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>