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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-03/func/sub-0021_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7e8e8e928921eafd96bab1bcdfdede5f</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:55:23.332500</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.999904, -0.00606079, 0.0124279, 0.00610821, 0.999974, -0.00378182]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7757, -7248, 554, -38, 2, -37, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>19360b4e-5652-48e0-a3c2-2a749e2ed252||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.6826703548431396, 0.01638789102435112, 0.033492524176836014, 111.96635437011719], [0.016260646283626556, 2.6828577518463135, -0.010414899326860905, -98.06129455566406], [0.03334309533238411, 0.01014634594321251, 2.6997721195220947, -57.33991622924805], [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': ['135523.332500', '135523.792500', '135524.252500', '135524.712500', '135525.172500', '135525.632500', '135526.092500', '135526.552500', '135527.012500', '135527.472500', '135527.932500', '135528.392500', '135528.852500', '135529.312500', '135529.772500', '135530.232500', '135530.692500', '135531.152500', '135531.612500', '135532.072500', '135532.532500', '135532.992500', '135533.452500', '135533.912500', '135534.372500', '135534.832500', '135535.292500', '135535.752500', '135536.212500', '135536.672500', '135537.132500', '135537.592500', '135538.052500', '135538.512500', '135538.972500', '135539.432500', '135539.892500', '135540.352500', '135540.812500', '135541.272500', '135541.732500', '135542.192500', '135542.652500', '135543.112500', '135543.572500', '135544.032500', '135544.492500', '135544.952500', '135545.412500', '135545.872500', '135546.332500', '135546.792500', '135547.252500', '135547.712500', '135548.172500', '135548.632500', '135549.092500', '135549.552500', '135550.012500', '135550.472500', '135550.932500', '135551.392500', '135551.852500', '135552.312500', '135552.772500', '135553.232500', '135553.692500', '135554.152500', '135554.612500', '135555.072500', '135555.532500', '135555.992500', '135556.452500', '135556.912500', '135557.372500', '135557.832500', '135558.292500', '135558.752500', '135559.212500', '135559.672500', '135600.132500', '135600.592500', '135601.052500', '135601.512500', '135601.972500', '135602.432500', '135602.892500', '135603.352500', '135603.812500', '135604.272500', '135604.732500', '135605.192500', '135605.652500', '135606.112500', '135606.572500', '135607.032500', '135607.492500', '135607.952500', '135608.412500', '135608.872500', '135609.332500', '135609.792500', '135610.252500', '135610.712500', '135611.172500', '135611.632500', '135612.092500', '135612.552500', '135613.012500', '135613.472500', '135613.932500', '135614.392500', '135614.852500', '135615.312500', '135615.772500', '135616.232500', '135616.692500', '135617.152500', '135617.612500', '135618.072500', '135618.532500', '135618.992500', '135619.452500', '135619.912500', '135620.372500', '135620.832500', '135621.292500', '135621.752500', '135622.212500', '135622.672500', '135623.132500', '135623.592500', '135624.052500', '135624.512500', '135624.972500', '135625.432500', '135625.892500', '135626.352500', '135626.812500', '135627.272500', '135627.732500', '135628.192500', '135628.652500', '135629.112500', '135629.572500', '135630.032500', '135630.492500', '135630.952500', '135631.412500', '135631.872500', '135632.332500', '135632.792500', '135633.252500', '135633.712500', '135634.172500', '135634.632500', '135635.092500', '135635.552500', '135636.012500', '135636.472500', '135636.932500', '135637.392500', '135637.852500', '135638.312500', '135638.772500', '135639.232500', '135639.692500', '135640.152500', '135640.612500', '135641.072500', '135641.532500', '135641.992500', '135642.452500', '135642.912500', '135643.372500', '135643.832500', '135644.292500', '135644.752500', '135645.212500', '135645.672500', '135646.132500', '135646.592500', '135647.052500', '135647.512500', '135647.972500', '135648.432500', '135648.892500', '135649.352500', '135649.812500', '135650.272500', '135650.732500', '135651.192500', '135651.652500', '135652.112500', '135652.572500', '135653.032500', '135653.492500', '135653.952500', '135654.412500', '135654.872500', '135655.332500', '135655.792500', '135656.252500', '135656.712500', '135657.172500', '135657.632500', '135658.092500', '135658.552500', '135659.012500', '135659.472500', '135659.932500', '135700.392500', '135700.852500', '135701.312500', '135701.772500', '135702.232500', '135702.692500', '135703.152500', '135703.612500', '135704.072500', '135704.532500', '135704.992500', '135705.452500', '135705.912500', '135706.372500', '135706.832500', '135707.292500', '135707.752500', '135708.212500', '135708.672500', '135709.132500', '135709.592500', '135710.052500', '135710.512500', '135710.972500', '135711.432500', '135711.892500', '135712.352500', '135712.812500', '135713.272500', '135713.732500', '135714.192500', '135714.652500', '135715.112500', '135715.572500', '135716.032500', '135716.492500', '135716.952500', '135717.412500', '135717.872500', '135718.332500', '135718.792500', '135719.252500', '135719.712500', '135720.172500', '135720.632500', '135721.092500', '135721.552500', '135722.012500', '135722.472500', '135722.932500', '135723.392500', '135723.852500', '135724.312500', '135724.772500', '135725.232500', '135725.692500', '135726.152500', '135726.612500', '135727.072500', '135727.532500', '135727.992500', '135728.452500', '135728.912500', '135729.372500', '135729.832500', '135730.292500', '135730.752500', '135731.212500', '135731.672500', '135732.132500', '135732.592500', '135733.052500', '135733.512500', '135733.972500', '135734.432500', '135734.892500', '135735.352500', '135735.812500', '135736.272500', '135736.732500', '135737.192500', '135737.652500', '135738.112500', '135738.572500', '135739.032500', '135739.492500', '135739.952500', '135740.412500', '135740.872500', '135741.332500', '135741.792500', '135742.252500', '135742.712500', '135743.172500', '135743.632500', '135744.092500', '135744.552500', '135745.012500', '135745.472500', '135745.932500', '135746.392500', '135746.852500', '135747.312500', '135747.772500', '135748.232500', '135748.692500', '135749.152500', '135749.612500', '135750.072500', '135750.532500', '135750.992500', '135751.452500', '135751.912500', '135752.372500', '135752.832500', '135753.292500', '135753.752500', '135754.212500', '135754.672500', '135755.132500', '135755.592500', '135756.052500', '135756.512500', '135756.972500', '135757.432500', '135757.892500', '135758.352500', '135758.812500', '135759.272500', '135759.732500', '135800.192500', '135800.652500', '135801.112500', '135801.572500', '135802.032500', '135802.492500', '135802.952500', '135803.412500', '135803.872500', '135804.332500', '135804.792500', '135805.252500', '135805.712500', '135806.172500', '135806.632500', '135807.092500', '135807.552500', '135808.012500', '135808.472500', '135808.932500', '135809.392500', '135809.852500', '135810.312500', '135810.772500', '135811.232500', '135811.692500', '135812.152500', '135812.612500', '135813.072500', '135813.532500', '135813.992500', '135814.452500', '135814.912500', '135815.372500', '135815.832500', '135816.292500', '135816.752500', '135817.212500', '135817.672500', '135818.132500', '135818.592500', '135819.052500', '135819.512500', '135819.972500', '135820.432500', '135820.892500', '135821.352500', '135821.812500', '135822.272500', '135822.732500', '135823.192500', '135823.652500', '135824.112500', '135824.572500', '135825.032500', '135825.492500', '135825.952500', '135826.412500', '135826.872500', '135827.332500', '135827.792500', '135828.252500', '135828.712500', '135829.172500', '135829.632500', '135830.092500', '135830.552500', '135831.012500', '135831.472500', '135831.932500', '135832.392500', '135832.852500', '135833.312500', '135833.772500', '135834.232500', '135834.692500', '135835.152500', '135835.612500', '135836.072500', '135836.532500', '135836.992500', '135837.452500', '135837.912500', '135838.372500', '135838.832500', '135839.292500', '135839.752500', '135840.212500', '135840.672500', '135841.132500', '135841.592500', '135842.052500', '135842.512500', '135842.972500', '135843.432500', '135843.892500', '135844.352500', '135844.812500', '135845.272500', '135845.732500', '135846.192500', '135846.652500', '135847.112500', '135847.572500', '135848.032500', '135848.492500', '135848.952500', '135849.412500', '135849.872500', '135850.332500', '135850.792500', '135851.252500', '135851.712500', '135852.172500', '135852.632500', '135853.092500', '135853.552500', '135854.012500', '135854.472500', '135854.932500', '135855.392500', '135855.852500', '135856.312500', '135856.772500', '135857.232500', '135857.692500', '135858.152500', '135858.612500', '135859.072500', '135859.532500', '135859.992500', '135900.452500', '135900.912500', '135901.372500', '135901.832500', '135902.292500', '135902.752500', '135903.212500', '135903.672500', '135904.132500', '135904.592500', '135905.052500', '135905.512500', '135905.972500', '135906.432500', '135906.892500', '135907.352500', '135907.812500', '135908.272500', '135908.732500', '135909.192500', '135909.652500', '135910.112500', '135910.572500', '135911.032500', '135911.492500', '135911.952500', '135912.412500', '135912.872500', '135913.332500', '135913.792500', '135914.252500', '135914.712500', '135915.172500', '135915.632500', '135916.092500', '135916.552500', '135917.012500', '135917.472500', '135917.932500', '135918.392500', '135918.852500', '135919.312500', '135919.772500', '135920.232500', '135920.692500', '135921.152500', '135921.612500', '135922.072500', '135922.532500', '135922.992500', '135923.452500', '135923.912500', '135924.372500', '135924.832500', '135925.292500', '135925.752500', '135926.212500', '135926.672500', '135927.132500', '135927.592500', '135928.052500', '135928.512500', '135928.972500', '135929.432500', '135929.892500', '135930.352500', '135930.812500', '135931.272500', '135931.732500', '135932.192500', '135932.652500', '135933.112500', '135933.572500', '135934.032500', '135934.492500', '135934.952500', '135935.412500', '135935.872500', '135936.332500', '135936.792500', '135937.252500', '135937.712500', '135938.172500', '135938.632500', '135939.092500', '135939.552500', '135940.012500', '135940.472500', '135940.932500', '135941.392500', '135941.852500', '135942.312500', '135942.772500', '135943.232500', '135943.692500', '135944.152500', '135944.612500', '135945.072500', '135945.532500', '135945.992500', '135946.452500', '135946.912500', '135947.372500', '135947.832500', '135948.292500', '135948.752500', '135949.212500', '135949.672500', '135950.132500', '135950.592500', '135951.052500', '135951.512500', '135951.972500', '135952.432500', '135952.892500', '135953.352500', '135953.812500', '135954.272500', '135954.732500', '135955.192500', '135955.652500', '135956.112500', '135956.572500', '135957.032500', '135957.492500', '135957.952500', '135958.412500', '135958.872500', '135959.332500', '135959.792500', '140000.252500', '140000.712500', '140001.172500', '140001.632500', '140002.092500', '140002.552500', '140003.012500', '140003.472500', '140003.932500', '140004.392500', '140004.852500', '140005.312500', '140005.772500', '140006.232500', '140006.692500', '140007.152500', '140007.612500', '140008.072500', '140008.532500', '140008.992500', '140009.452500', '140009.912500', '140010.372500', '140010.832500', '140011.292500', '140011.752500', '140012.212500', '140012.672500', '140013.132500', '140013.592500', '140014.052500', '140014.512500', '140014.972500', '140015.432500', '140015.892500', '140016.352500', '140016.812500', '140017.272500', '140017.732500', '140018.192500', '140018.652500', '140019.112500', '140019.572500', '140020.032500', '140020.492500', '140020.952500', '140021.412500', '140021.872500', '140022.332500', '140022.792500', '140023.252500', '140023.712500', '140024.172500', '140024.632500', '140025.092500', '140025.552500', '140026.012500', '140026.472500', '140026.932500', '140027.392500', '140027.852500', '140028.312500', '140028.772500', '140029.232500', '140029.692500', '140030.152500', '140030.612500', '140031.072500', '140031.532500', '140031.992500', '140032.452500', '140032.912500', '140033.372500', '140033.832500', '140034.292500', '140034.752500', '140035.212500', '140035.672500', '140036.132500', '140036.592500', '140037.052500', '140037.512500', '140037.972500', '140038.432500', '140038.892500', '140039.352500', '140039.812500', '140040.272500', '140040.732500', '140041.192500', '140041.652500', '140042.112500', '140042.572500', '140043.032500', '140043.492500', '140043.952500', '140044.412500', '140044.872500', '140045.332500', '140045.792500', '140046.252500', '140046.712500', '140047.172500', '140047.632500', '140048.092500', '140048.552500', '140049.012500', '140049.472500', '140049.932500', '140050.392500', '140050.852500', '140051.312500', '140051.772500', '140052.232500', '140052.692500', '140053.152500', '140053.612500', '140054.072500', '140054.532500', '140054.992500', '140055.452500', '140055.912500', '140056.372500', '140056.832500', '140057.292500', '140057.752500', '140058.212500', '140058.672500', '140059.132500', '140059.592500', '140100.052500', '140100.512500', '140100.972500', '140101.432500', '140101.892500', '140102.352500', '140102.812500', '140103.272500', '140103.732500', '140104.192500', '140104.652500', '140105.112500', '140105.572500', '140106.032500', '140106.492500', '140106.952500', '140107.412500', '140107.872500', '140108.332500', '140108.792500', '140109.252500', '140109.712500', '140110.172500', '140110.632500', '140111.092500', '140111.552500', '140112.012500', '140112.472500', '140112.932500', '140113.392500', '140113.852500', '140114.312500', '140114.772500', '140115.232500', '140115.692500', '140116.152500', '140116.612500', '140117.072500', '140117.532500', '140117.992500', '140118.452500', '140118.912500', '140119.372500', '140119.832500', '140120.292500', '140120.752500', '140121.212500', '140121.672500', '140122.132500', '140122.592500', '140123.052500', '140123.512500', '140123.972500', '140124.432500', '140124.892500', '140125.352500', '140125.812500', '140126.272500', '140126.732500', '140127.192500', '140127.652500', '140128.112500', '140128.572500', '140129.032500', '140129.492500', '140129.952500', '140130.412500', '140130.872500', '140131.332500', '140131.792500', '140132.252500', '140132.712500', '140133.172500', '140133.632500', '140134.092500', '140134.552500', '140135.012500', '140135.472500', '140135.932500', '140136.392500', '140136.852500', '140137.312500', '140137.772500', '140138.232500', '140138.692500', '140139.152500', '140139.612500', '140140.072500', '140140.532500', '140140.992500', '140141.452500', '140141.912500', '140142.372500', '140142.832500', '140143.292500', '140143.752500', '140144.212500', '140144.672500', '140145.132500', '140145.592500', '140146.052500', '140146.512500', '140146.972500', '140147.432500', '140147.892500', '140148.352500', '140148.812500', '140149.272500', '140149.732500', '140150.192500', '140150.652500', '140151.112500', '140151.572500', '140152.032500', '140152.492500', '140152.952500', '140153.412500', '140153.872500', '140154.332500', '140154.792500', '140155.252500', '140155.712500', '140156.172500', '140156.632500', '140157.092500', '140157.552500', '140158.012500', '140158.472500', '140158.932500', '140159.392500', '140159.852500', '140200.312500', '140200.772500', '140201.232500', '140201.692500', '140202.152500', '140202.612500', '140203.072500', '140203.532500', '140203.992500'], 'ContentTime': ['135543.918000', '135543.921000', '135543.924000', '135543.927000', '135543.930000', '135543.932000', '135543.935000', '135543.939000', '135543.944000', '135543.947000', '135543.967000', '135543.970000', '135543.973000', '135543.976000', '135543.979000', '135543.982000', '135543.985000', '135543.987000', '135543.990000', '135543.993000', '135543.996000', '135544.000000', '135544.003000', '135544.006000', '135544.009000', '135544.012000', '135544.014000', '135544.017000', '135544.020000', '135544.023000', '135544.026000', '135544.029000', '135544.031000', '135544.034000', '135544.037000', '135544.040000', '135544.043000', '135544.045000', '135544.048000', '135544.051000', '135544.054000', '135544.057000', '135544.060000', '135603.842000', '135603.845000', '135603.848000', '135603.851000', '135603.859000', '135603.861000', '135603.864000', '135603.867000', '135603.870000', '135603.873000', '135603.875000', '135603.878000', '135603.881000', '135603.884000', '135603.887000', '135603.890000', '135603.892000', '135603.895000', '135603.898000', '135603.901000', '135603.904000', '135603.907000', '135603.909000', '135603.912000', '135603.915000', '135603.918000', '135603.921000', '135603.924000', '135603.926000', '135603.929000', '135603.932000', '135603.935000', '135603.938000', '135603.940000', '135603.943000', '135603.952000', '135603.955000', '135603.958000', '135603.961000', '135603.963000', '135603.966000', '135603.969000', '135603.972000', '135603.975000', '135623.842000', '135623.845000', '135623.848000', '135623.852000', '135623.855000', '135623.858000', '135623.861000', '135623.863000', '135623.866000', '135623.869000', '135623.872000', '135623.875000', '135623.881000', '135623.884000', '135623.894000', '135623.897000', '135623.900000', '135623.903000', '135623.906000', '135623.909000', '135623.912000', '135623.915000', '135623.918000', '135623.920000', '135623.923000', '135623.926000', '135623.929000', '135623.932000', '135623.935000', '135623.937000', '135623.940000', '135623.943000', '135623.946000', '135623.949000', '135623.951000', '135623.954000', '135623.957000', '135623.960000', '135623.963000', '135623.965000', '135623.969000', '135623.971000', '135623.974000', '135643.843000', '135643.846000', '135643.849000', '135643.851000', '135643.854000', '135643.857000', '135643.860000', '135643.863000', '135643.866000', '135643.868000', '135643.887000', '135643.889000', '135643.892000', '135643.895000', '135643.898000', '135643.901000', '135643.903000', '135643.906000', '135643.909000', '135643.912000', '135643.923000', '135643.926000', '135643.929000', '135643.932000', '135643.935000', '135643.938000', '135643.941000', '135643.943000', '135643.946000', '135643.949000', '135643.952000', '135643.955000', '135643.963000', '135643.966000', '135643.969000', '135643.972000', '135643.974000', '135643.977000', '135643.980000', '135643.983000', '135643.986000', '135643.989000', '135643.991000', '135643.994000', '135703.842000', '135703.845000', '135703.848000', '135703.851000', '135703.860000', '135703.863000', '135703.866000', '135703.869000', '135703.871000', '135703.874000', '135703.877000', '135703.880000', '135703.883000', '135703.886000', '135703.888000', '135703.891000', '135703.894000', '135703.897000', '135703.900000', '135703.902000', '135703.905000', '135703.908000', '135703.911000', '135703.914000', '135703.917000', '135703.920000', '135703.922000', '135703.925000', '135703.928000', '135703.931000', '135703.934000', '135703.937000', '135703.939000', '135703.942000', '135703.946000', '135703.952000', '135703.954000', '135703.957000', '135703.960000', '135703.963000', '135703.966000', '135703.969000', '135703.972000', '135723.842000', '135723.845000', '135723.848000', '135723.851000', '135723.853000', '135723.856000', '135723.859000', '135723.862000', '135723.865000', '135723.868000', '135723.870000', '135723.873000', '135723.876000', '135723.879000', '135723.885000', '135723.888000', '135723.891000', '135723.894000', '135723.897000', '135723.900000', '135723.902000', '135723.905000', '135723.908000', '135723.911000', '135723.914000', '135723.917000', '135723.920000', '135723.922000', '135723.925000', '135723.928000', '135723.931000', '135723.934000', '135723.936000', '135723.939000', '135723.942000', '135723.945000', '135723.948000', '135723.951000', '135723.954000', '135723.956000', '135723.959000', '135723.962000', '135723.965000', '135723.968000', '135743.842000', '135743.845000', '135743.848000', '135743.851000', '135743.853000', '135743.856000', '135743.859000', '135743.862000', '135743.865000', '135743.868000', '135743.871000', '135743.873000', '135743.876000', '135743.879000', '135743.882000', '135743.885000', '135743.888000', '135743.892000', '135743.895000', '135743.898000', '135743.901000', '135743.904000', '135743.907000', '135743.910000', '135743.913000', '135743.916000', '135743.918000', '135743.921000', '135743.932000', '135743.935000', '135743.938000', '135743.941000', '135743.943000', '135743.946000', '135743.949000', '135743.952000', '135743.955000', '135743.958000', '135743.961000', '135743.966000', '135743.969000', '135743.972000', '135743.975000', '135803.842000', '135803.845000', '135803.848000', '135803.851000', '135803.853000', '135803.856000', '135803.859000', '135803.862000', '135803.865000', '135803.868000', '135803.871000', '135803.873000', '135803.876000', '135803.879000', '135803.882000', '135803.885000', '135803.892000', '135803.895000', '135803.898000', '135803.901000', '135803.904000', '135803.906000', '135803.919000', '135803.921000', '135803.924000', '135803.927000', '135803.930000', '135803.933000', '135803.936000', '135803.938000', '135803.941000', '135803.944000', '135803.947000', '135803.950000', '135803.952000', '135803.955000', '135803.958000', '135803.961000', '135803.964000', '135803.967000', '135803.970000', '135803.972000', '135803.975000', '135803.978000', '135823.842000', '135823.845000', '135823.848000', '135823.851000', '135823.854000', '135823.870000', '135823.873000', '135823.876000', '135823.879000', '135823.882000', '135823.885000', '135823.888000', '135823.890000', '135823.893000', '135823.896000', '135823.899000', '135823.902000', '135823.904000', '135823.907000', '135823.910000', '135823.913000', '135823.916000', '135823.919000', '135823.922000', '135823.924000', '135823.927000', '135823.930000', '135823.933000', '135823.936000', '135823.939000', '135823.942000', '135823.944000', '135823.947000', '135823.950000', '135823.953000', '135823.956000', '135823.959000', '135823.962000', '135823.965000', '135823.968000', '135823.971000', '135823.974000', '135823.976000', '135843.842000', '135843.845000', '135843.848000', '135843.851000', '135843.853000', '135843.856000', '135843.859000', '135843.862000', '135843.865000', '135843.868000', '135843.875000', '135843.878000', '135843.881000', '135843.884000', '135843.886000', '135843.889000', '135843.892000', '135843.895000', '135843.898000', '135843.901000', '135843.903000', '135843.906000', '135843.909000', '135843.912000', '135843.915000', '135843.918000', '135843.921000', '135843.923000', '135843.926000', '135843.929000', '135843.932000', '135843.935000', '135843.937000', '135843.940000', '135843.943000', '135843.946000', '135843.953000', '135843.956000', '135843.959000', '135843.961000', '135843.964000', '135843.976000', '135843.979000', '135843.982000', '135903.843000', '135903.846000', '135903.849000', '135903.852000', '135903.855000', '135903.858000', '135903.861000', '135903.864000', '135903.866000', '135903.869000', '135903.872000', '135903.875000', '135903.878000', '135903.881000', '135903.883000', '135903.886000', '135903.899000', '135903.902000', '135903.905000', '135903.908000', '135903.911000', '135903.914000', '135903.916000', '135903.919000', '135903.922000', '135903.925000', '135903.929000', '135903.933000', '135903.935000', '135903.938000', '135903.941000', '135903.944000', '135903.947000', '135903.950000', '135903.953000', '135903.955000', '135903.958000', '135903.961000', '135903.964000', '135903.967000', '135903.970000', '135903.972000', '135903.975000', '135923.842000', '135923.845000', '135923.848000', '135923.851000', '135923.854000', '135923.856000', '135923.859000', '135923.862000', '135923.865000', '135923.868000', '135923.871000', '135923.873000', '135923.876000', '135923.879000', '135923.882000', '135923.885000', '135923.888000', '135923.890000', '135923.894000', '135923.897000', '135923.900000', '135923.903000', '135923.906000', '135923.909000', '135923.912000', '135923.914000', '135923.917000', '135923.920000', '135923.923000', '135923.926000', '135923.929000', '135923.932000', '135923.934000', '135923.937000', '135923.940000', '135923.943000', '135923.946000', '135923.949000', '135923.951000', '135923.954000', '135923.957000', '135923.960000', '135923.963000', '135923.965000', '135943.842000', '135943.845000', '135943.848000', '135943.851000', '135943.854000', '135943.856000', '135943.859000', '135943.862000', '135943.865000', '135943.868000', '135943.871000', '135943.873000', '135943.876000', '135943.879000', '135943.882000', '135943.885000', '135943.888000', '135943.890000', '135943.893000', '135943.896000', '135943.899000', '135943.902000', '135943.905000', '135943.907000', '135943.910000', '135943.913000', '135943.916000', '135943.919000', '135943.922000', '135943.924000', '135943.942000', '135943.945000', '135943.952000', '135943.955000', '135943.958000', '135943.961000', '135943.964000', '135943.966000', '135943.969000', '135943.972000', '135943.975000', '135943.978000', '135943.980000', '140003.842000', '140003.845000', '140003.848000', '140003.851000', '140003.854000', '140003.856000', '140003.859000', '140003.862000', '140003.865000', '140003.868000', '140003.871000', '140003.873000', '140003.876000', '140003.879000', '140003.882000', '140003.885000', '140003.888000', '140003.891000', '140003.894000', '140003.897000', '140003.900000', '140003.903000', '140003.905000', '140003.908000', '140003.911000', '140003.914000', '140003.917000', '140003.920000', '140003.923000', '140003.925000', '140003.928000', '140003.931000', '140003.934000', '140003.937000', '140003.940000', '140003.943000', '140003.945000', '140003.948000', '140003.951000', '140003.954000', '140003.957000', '140003.960000', '140003.962000', '140003.965000', '140023.842000', '140023.845000', '140023.848000', '140023.851000', '140023.854000', '140023.856000', '140023.859000', '140023.862000', '140023.865000', '140023.874000', '140023.877000', '140023.880000', '140023.882000', '140023.885000', '140023.888000', '140023.891000', '140023.894000', '140023.897000', '140023.899000', '140023.902000', '140023.905000', '140023.908000', '140023.911000', '140023.914000', '140023.917000', '140023.919000', '140023.922000', '140023.925000', '140023.928000', '140023.931000', '140023.934000', '140023.937000', '140023.940000', '140023.943000', '140023.946000', '140023.948000', '140023.951000', '140023.954000', '140023.957000', '140023.960000', '140023.963000', '140023.967000', '140023.970000', '140043.842000', '140043.845000', '140043.848000', '140043.851000', '140043.854000', '140043.857000', '140043.859000', '140043.862000', '140043.865000', '140043.868000', '140043.871000', '140043.873000', '140043.876000', '140043.879000', '140043.882000', '140043.885000', '140043.888000', '140043.891000', '140043.893000', '140043.896000', '140043.899000', '140043.902000', '140043.905000', '140043.908000', '140043.911000', '140043.913000', '140043.916000', '140043.919000', '140043.922000', '140043.925000', '140043.928000', '140043.930000', '140043.933000', '140043.936000', '140043.939000', '140043.942000', '140043.945000', '140043.948000', '140043.950000', '140043.953000', '140043.956000', '140043.959000', '140043.962000', '140043.965000', '140103.842000', '140103.845000', '140103.848000', '140103.851000', '140103.854000', '140103.856000', '140103.859000', '140103.862000', '140103.865000', '140103.868000', '140103.871000', '140103.874000', '140103.876000', '140103.879000', '140103.882000', '140103.885000', '140103.888000', '140103.891000', '140103.894000', '140103.896000', '140103.899000', '140103.902000', '140103.905000', '140103.908000', '140103.911000', '140103.914000', '140103.917000', '140103.920000', '140103.923000', '140103.925000', '140103.928000', '140103.931000', '140103.934000', '140103.937000', '140103.940000', '140103.942000', '140103.945000', '140103.948000', '140103.951000', '140103.954000', '140103.957000', '140103.960000', '140103.962000', '140123.843000', '140123.846000', '140123.849000', '140123.852000', '140123.855000', '140123.857000', '140123.860000', '140123.863000', '140123.866000', '140123.869000', '140123.872000', '140123.875000', '140123.878000', '140123.881000', '140123.883000', '140123.886000', '140123.889000', '140123.892000', '140123.895000', '140123.898000', '140123.901000', '140123.903000', '140123.906000', '140123.909000', '140123.912000', '140123.916000', '140123.919000', '140123.922000', '140123.925000', '140123.935000', '140123.938000', '140123.941000', '140123.944000', '140123.946000', '140123.949000', '140123.952000', '140123.955000', '140123.958000', '140123.961000', '140123.963000', '140123.966000', '140123.969000', '140123.972000', '140123.975000', '140143.842000', '140143.845000', '140143.848000', '140143.851000', '140143.854000', '140143.856000', '140143.859000', '140143.862000', '140143.865000', '140143.868000', '140143.871000', '140143.874000', '140143.876000', '140143.879000', '140143.882000', '140143.885000', '140143.888000', '140143.891000', '140143.894000', '140143.896000', '140143.899000', '140143.902000', '140143.905000', '140143.908000', '140143.911000', '140143.914000', '140143.916000', '140143.919000', '140143.922000', '140143.925000', '140143.928000', '140143.931000', '140143.934000', '140143.936000', '140143.939000', '140143.942000', '140143.945000', '140143.948000', '140143.951000', '140143.953000', '140143.956000', '140143.959000', '140143.962000', '140203.842000', '140203.845000', '140203.848000', '140203.851000', '140203.854000', '140203.856000', '140203.859000', '140203.862000', '140203.865000', '140203.868000', '140203.871000', '140203.874000', '140203.877000', '140203.880000', '140203.883000', '140203.886000', '140203.888000', '140203.891000', '140203.894000', '140203.897000', '140203.900000', '140203.903000', '140203.906000', '140203.908000', '140203.911000', '140203.914000', '140203.917000', '140203.920000', '140203.923000', '140203.926000', '140203.929000', '140203.931000', '140203.934000', '140203.937000', '140203.946000', '140203.949000', '140203.952000', '140203.955000', '140203.958000', '140203.961000', '140203.964000', '140203.967000', '140203.969000', '140204.883000', '140204.895000', '140204.898000'], 'InstanceCreationTime': ['135543.918000', '135543.921000', '135543.924000', '135543.927000', '135543.930000', '135543.932000', '135543.935000', '135543.939000', '135543.944000', '135543.947000', '135543.967000', '135543.970000', '135543.973000', '135543.976000', '135543.979000', '135543.982000', '135543.985000', '135543.987000', '135543.990000', '135543.993000', '135543.996000', '135544.000000', '135544.003000', '135544.006000', '135544.009000', '135544.012000', '135544.014000', '135544.017000', '135544.020000', '135544.023000', '135544.026000', '135544.029000', '135544.031000', '135544.034000', '135544.037000', '135544.040000', '135544.043000', '135544.045000', '135544.048000', '135544.051000', '135544.054000', '135544.057000', '135544.060000', '135603.842000', '135603.845000', '135603.848000', '135603.851000', '135603.859000', '135603.861000', '135603.864000', '135603.867000', '135603.870000', '135603.873000', '135603.875000', '135603.878000', '135603.881000', '135603.884000', '135603.887000', '135603.890000', '135603.892000', '135603.895000', '135603.898000', '135603.901000', '135603.904000', '135603.907000', '135603.909000', '135603.912000', '135603.915000', '135603.918000', '135603.921000', '135603.924000', '135603.926000', '135603.929000', '135603.932000', '135603.935000', '135603.938000', '135603.940000', '135603.943000', '135603.952000', '135603.955000', '135603.958000', '135603.961000', '135603.963000', '135603.966000', '135603.969000', '135603.972000', '135603.975000', '135623.842000', '135623.845000', '135623.848000', '135623.852000', '135623.855000', '135623.858000', '135623.861000', '135623.863000', '135623.866000', '135623.869000', '135623.872000', '135623.875000', '135623.881000', '135623.884000', '135623.894000', '135623.897000', '135623.900000', '135623.903000', '135623.906000', '135623.909000', '135623.912000', '135623.915000', '135623.918000', '135623.920000', '135623.923000', '135623.926000', '135623.929000', '135623.932000', '135623.935000', '135623.937000', '135623.940000', '135623.943000', '135623.946000', '135623.949000', '135623.951000', '135623.954000', '135623.957000', '135623.960000', '135623.963000', '135623.965000', '135623.969000', '135623.971000', '135623.974000', '135643.843000', '135643.846000', '135643.849000', '135643.851000', '135643.854000', '135643.857000', '135643.860000', '135643.863000', '135643.866000', '135643.868000', '135643.887000', '135643.889000', '135643.892000', '135643.895000', '135643.898000', '135643.901000', '135643.903000', '135643.906000', '135643.909000', '135643.912000', '135643.923000', '135643.926000', '135643.929000', '135643.932000', '135643.935000', '135643.938000', '135643.941000', '135643.943000', '135643.946000', '135643.949000', '135643.952000', '135643.955000', '135643.963000', '135643.966000', '135643.969000', '135643.972000', '135643.974000', '135643.977000', '135643.980000', '135643.983000', '135643.986000', '135643.989000', '135643.991000', '135643.994000', '135703.842000', '135703.845000', '135703.848000', '135703.851000', '135703.860000', '135703.863000', '135703.866000', '135703.869000', '135703.871000', '135703.874000', '135703.877000', '135703.880000', '135703.883000', '135703.886000', '135703.888000', '135703.891000', '135703.894000', '135703.897000', '135703.900000', '135703.902000', '135703.905000', '135703.908000', '135703.911000', '135703.914000', '135703.917000', '135703.920000', '135703.922000', '135703.925000', '135703.928000', '135703.931000', '135703.934000', '135703.937000', '135703.939000', '135703.942000', '135703.946000', '135703.952000', '135703.954000', '135703.957000', '135703.960000', '135703.963000', '135703.966000', '135703.969000', '135703.972000', '135723.842000', '135723.845000', '135723.848000', '135723.851000', '135723.853000', '135723.856000', '135723.859000', '135723.862000', '135723.865000', '135723.868000', '135723.870000', '135723.873000', '135723.876000', '135723.879000', '135723.885000', '135723.888000', '135723.891000', '135723.894000', '135723.897000', '135723.900000', '135723.902000', '135723.905000', '135723.908000', '135723.911000', '135723.914000', '135723.917000', '135723.920000', '135723.922000', '135723.925000', '135723.928000', '135723.931000', '135723.934000', '135723.936000', '135723.939000', '135723.942000', '135723.945000', '135723.948000', '135723.951000', '135723.954000', '135723.956000', '135723.959000', '135723.962000', '135723.965000', '135723.968000', '135743.842000', '135743.845000', '135743.848000', '135743.851000', '135743.853000', '135743.856000', '135743.859000', '135743.862000', '135743.865000', '135743.868000', '135743.871000', '135743.873000', '135743.876000', '135743.879000', '135743.882000', '135743.885000', '135743.888000', '135743.892000', '135743.895000', '135743.898000', '135743.901000', '135743.904000', '135743.907000', '135743.910000', '135743.913000', '135743.916000', '135743.918000', '135743.921000', '135743.932000', '135743.935000', '135743.938000', '135743.941000', '135743.943000', '135743.946000', '135743.949000', '135743.952000', '135743.955000', '135743.958000', '135743.961000', '135743.966000', '135743.969000', '135743.972000', '135743.975000', '135803.842000', '135803.845000', '135803.848000', '135803.851000', '135803.853000', '135803.856000', '135803.859000', '135803.862000', '135803.865000', '135803.868000', '135803.871000', '135803.873000', '135803.876000', '135803.879000', '135803.882000', '135803.885000', '135803.892000', '135803.895000', '135803.898000', '135803.901000', '135803.904000', '135803.906000', '135803.919000', '135803.921000', '135803.924000', '135803.927000', '135803.930000', '135803.933000', '135803.936000', '135803.938000', '135803.941000', '135803.944000', '135803.947000', '135803.950000', '135803.952000', '135803.955000', '135803.958000', '135803.961000', '135803.964000', '135803.967000', '135803.970000', '135803.972000', '135803.975000', '135803.978000', '135823.842000', '135823.845000', '135823.848000', '135823.851000', '135823.854000', '135823.870000', '135823.873000', '135823.876000', '135823.879000', '135823.882000', '135823.885000', '135823.888000', '135823.890000', '135823.893000', '135823.896000', '135823.899000', '135823.902000', '135823.904000', '135823.907000', '135823.910000', '135823.913000', '135823.916000', '135823.919000', '135823.922000', '135823.924000', '135823.927000', '135823.930000', '135823.933000', '135823.936000', '135823.939000', '135823.942000', '135823.944000', '135823.947000', '135823.950000', '135823.953000', '135823.956000', '135823.959000', '135823.962000', '135823.965000', '135823.968000', '135823.971000', '135823.974000', '135823.976000', '135843.842000', '135843.845000', '135843.848000', '135843.851000', '135843.853000', '135843.856000', '135843.859000', '135843.862000', '135843.865000', '135843.868000', '135843.875000', '135843.878000', '135843.881000', '135843.884000', '135843.886000', '135843.889000', '135843.892000', '135843.895000', '135843.898000', '135843.901000', '135843.903000', '135843.906000', '135843.909000', '135843.912000', '135843.915000', '135843.918000', '135843.921000', '135843.923000', '135843.926000', '135843.929000', '135843.932000', '135843.935000', '135843.937000', '135843.940000', '135843.943000', '135843.946000', '135843.953000', '135843.956000', '135843.959000', '135843.961000', '135843.964000', '135843.976000', '135843.979000', '135843.982000', '135903.843000', '135903.846000', '135903.849000', '135903.852000', '135903.855000', '135903.858000', '135903.861000', '135903.864000', '135903.866000', '135903.869000', '135903.872000', '135903.875000', '135903.878000', '135903.881000', '135903.883000', '135903.886000', '135903.899000', '135903.902000', '135903.905000', '135903.908000', '135903.911000', '135903.914000', '135903.916000', '135903.919000', '135903.922000', '135903.925000', '135903.929000', '135903.933000', '135903.935000', '135903.938000', '135903.941000', '135903.944000', '135903.947000', '135903.950000', '135903.953000', '135903.955000', '135903.958000', '135903.961000', '135903.964000', '135903.967000', '135903.970000', '135903.972000', '135903.975000', '135923.842000', '135923.845000', '135923.848000', '135923.851000', '135923.854000', '135923.856000', '135923.859000', '135923.862000', '135923.865000', '135923.868000', '135923.871000', '135923.873000', '135923.876000', '135923.879000', '135923.882000', '135923.885000', '135923.888000', '135923.890000', '135923.894000', '135923.897000', '135923.900000', '135923.903000', '135923.906000', '135923.909000', '135923.912000', '135923.914000', '135923.917000', '135923.920000', '135923.923000', '135923.926000', '135923.929000', '135923.932000', '135923.934000', '135923.937000', '135923.940000', '135923.943000', '135923.946000', '135923.949000', '135923.951000', '135923.954000', '135923.957000', '135923.960000', '135923.963000', '135923.965000', '135943.842000', '135943.845000', '135943.848000', '135943.851000', '135943.854000', '135943.856000', '135943.859000', '135943.862000', '135943.865000', '135943.868000', '135943.871000', '135943.873000', '135943.876000', '135943.879000', '135943.882000', '135943.885000', '135943.888000', '135943.890000', '135943.893000', '135943.896000', '135943.899000', '135943.902000', '135943.905000', '135943.907000', '135943.910000', '135943.913000', '135943.916000', '135943.919000', '135943.922000', '135943.924000', '135943.942000', '135943.945000', '135943.952000', '135943.955000', '135943.958000', '135943.961000', '135943.964000', '135943.966000', '135943.969000', '135943.972000', '135943.975000', '135943.978000', '135943.980000', '140003.842000', '140003.845000', '140003.848000', '140003.851000', '140003.854000', '140003.856000', '140003.859000', '140003.862000', '140003.865000', '140003.868000', '140003.871000', '140003.873000', '140003.876000', '140003.879000', '140003.882000', '140003.885000', '140003.888000', '140003.891000', '140003.894000', '140003.897000', '140003.900000', '140003.903000', '140003.905000', '140003.908000', '140003.911000', '140003.914000', '140003.917000', '140003.920000', '140003.923000', '140003.925000', '140003.928000', '140003.931000', '140003.934000', '140003.937000', '140003.940000', '140003.943000', '140003.945000', '140003.948000', '140003.951000', '140003.954000', '140003.957000', '140003.960000', '140003.962000', '140003.965000', '140023.842000', '140023.845000', '140023.848000', '140023.851000', '140023.854000', '140023.856000', '140023.859000', '140023.862000', '140023.865000', '140023.874000', '140023.877000', '140023.880000', '140023.882000', '140023.885000', '140023.888000', '140023.891000', '140023.894000', '140023.897000', '140023.899000', '140023.902000', '140023.905000', '140023.908000', '140023.911000', '140023.914000', '140023.917000', '140023.919000', '140023.922000', '140023.925000', '140023.928000', '140023.931000', '140023.934000', '140023.937000', '140023.940000', '140023.943000', '140023.946000', '140023.948000', '140023.951000', '140023.954000', '140023.957000', '140023.960000', '140023.963000', '140023.967000', '140023.970000', '140043.842000', '140043.845000', '140043.848000', '140043.851000', '140043.854000', '140043.857000', '140043.859000', '140043.862000', '140043.865000', '140043.868000', '140043.871000', '140043.873000', '140043.876000', '140043.879000', '140043.882000', '140043.885000', '140043.888000', '140043.891000', '140043.893000', '140043.896000', '140043.899000', '140043.902000', '140043.905000', '140043.908000', '140043.911000', '140043.913000', '140043.916000', '140043.919000', '140043.922000', '140043.925000', '140043.928000', '140043.930000', '140043.933000', '140043.936000', '140043.939000', '140043.942000', '140043.945000', '140043.948000', '140043.950000', '140043.953000', '140043.956000', '140043.959000', '140043.962000', '140043.965000', '140103.842000', '140103.845000', '140103.848000', '140103.851000', '140103.854000', '140103.856000', '140103.859000', '140103.862000', '140103.865000', '140103.868000', '140103.871000', '140103.874000', '140103.876000', '140103.879000', '140103.882000', '140103.885000', '140103.888000', '140103.891000', '140103.894000', '140103.896000', '140103.899000', '140103.902000', '140103.905000', '140103.908000', '140103.911000', '140103.914000', '140103.917000', '140103.920000', '140103.923000', '140103.925000', '140103.928000', '140103.931000', '140103.934000', '140103.937000', '140103.940000', '140103.942000', '140103.945000', '140103.948000', '140103.951000', '140103.954000', '140103.957000', '140103.960000', '140103.962000', '140123.843000', '140123.846000', '140123.849000', '140123.852000', '140123.855000', '140123.857000', '140123.860000', '140123.863000', '140123.866000', '140123.869000', '140123.872000', '140123.875000', '140123.878000', '140123.881000', '140123.883000', '140123.886000', '140123.889000', '140123.892000', '140123.895000', '140123.898000', '140123.901000', '140123.903000', '140123.906000', '140123.909000', '140123.912000', '140123.916000', '140123.919000', '140123.922000', '140123.925000', '140123.935000', '140123.938000', '140123.941000', '140123.944000', '140123.946000', '140123.949000', '140123.952000', '140123.955000', '140123.958000', '140123.961000', '140123.963000', '140123.966000', '140123.969000', '140123.972000', '140123.975000', '140143.842000', '140143.845000', '140143.848000', '140143.851000', '140143.854000', '140143.856000', '140143.859000', '140143.862000', '140143.865000', '140143.868000', '140143.871000', '140143.874000', '140143.876000', '140143.879000', '140143.882000', '140143.885000', '140143.888000', '140143.891000', '140143.894000', '140143.896000', '140143.899000', '140143.902000', '140143.905000', '140143.908000', '140143.911000', '140143.914000', '140143.916000', '140143.919000', '140143.922000', '140143.925000', '140143.928000', '140143.931000', '140143.934000', '140143.936000', '140143.939000', '140143.942000', '140143.945000', '140143.948000', '140143.951000', '140143.953000', '140143.956000', '140143.959000', '140143.962000', '140203.842000', '140203.845000', '140203.848000', '140203.851000', '140203.854000', '140203.856000', '140203.859000', '140203.862000', '140203.865000', '140203.868000', '140203.871000', '140203.874000', '140203.877000', '140203.880000', '140203.883000', '140203.886000', '140203.888000', '140203.891000', '140203.894000', '140203.897000', '140203.900000', '140203.903000', '140203.906000', '140203.908000', '140203.911000', '140203.914000', '140203.917000', '140203.920000', '140203.923000', '140203.926000', '140203.929000', '140203.931000', '140203.934000', '140203.937000', '140203.946000', '140203.949000', '140203.952000', '140203.955000', '140203.958000', '140203.961000', '140203.964000', '140203.967000', '140203.969000', '140204.883000', '140204.895000', '140204.898000'], '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': [14610, 11804, 13852, 10880, 13586, 12363, 10811, 15907, 10659, 13445, 10137, 12919, 10687, 11429, 10669, 10548, 14908, 11204, 13921, 11226, 15607, 12777, 10243, 13815, 11264, 14270, 12793, 14490, 11832, 15344, 12034, 14368, 11861, 15393, 11951, 15636, 16801, 17101, 13401, 12348, 13371, 10044, 17252, 11901, 15067, 10891, 15830, 11779, 10085, 14484, 11902, 13803, 14699, 12626, 11785, 13928, 15216, 12190, 17151, 12117, 14913, 11432, 14584, 10840, 11852, 12498, 9668, 14490, 9399, 13720, 9606, 14469, 9617, 14581, 9325, 14160, 12578, 12529, 14633, 11829, 14478, 10729, 13657, 9866, 13988, 9868, 12604, 14185, 10277, 13130, 10852, 13382, 9325, 12855, 9521, 12378, 16447, 10138, 13691, 10589, 12731, 9788, 12975, 9445, 14054, 9922, 13249, 16516, 10623, 15191, 10879, 14076, 12151, 15213, 11668, 14958, 11320, 14884, 11126, 14605, 10815, 13689, 16102, 11101, 13644, 9817, 14493, 11204, 11929, 14444, 10571, 13193, 11344, 13143, 9478, 14385, 9154, 12477, 14574, 11890, 14025, 11918, 14617, 10915, 14749, 9262, 11578, 14984, 10979, 14607, 11139, 14187, 9363, 10576, 14881, 10555, 14409, 11584, 13832, 11644, 10855, 13764, 10229, 15290, 15539, 11748, 15308, 12015, 14646, 12539, 15155, 10335, 15659, 15676, 12551, 15448, 11828, 14812, 10288, 13457, 17676, 12839, 14560, 10112, 14109, 15814, 12334, 13282, 10244, 13112, 14345, 11481, 14243, 9919, 13688, 13580, 11209, 14286, 10849, 14593, 10173, 9602, 15561, 11145, 14628, 11605, 14660, 10846, 12591, 11600, 10436, 15460, 11987, 12855, 10489, 14597, 10771, 14629, 10976, 11116, 13864, 10849, 14799, 11534, 14694, 10960, 15682, 10364, 15367, 15126, 12416, 15524, 12807, 15013, 12523, 14888, 10929, 15158, 10804, 15396, 10542, 14191, 16612, 12018, 16107, 12265, 14666, 10650, 14499, 11980, 12496, 15648, 11716, 13799, 12304, 14038, 10344, 14088, 10757, 11953, 16307, 11541, 13605, 12219, 13322, 10577, 14570, 9625, 10350, 9614, 10135, 14417, 12135, 13251, 11829, 14121, 10594, 14742, 10207, 11490, 14306, 11452, 13621, 11472, 14017, 11240, 11207, 15055, 12782, 14624, 10755, 11122, 15444, 12593, 14026, 10455, 14508, 11673, 8984, 11545, 8978, 9421, 10017, 9211, 16013, 15614, 19163, 11571, 16464, 10529, 13402, 10863, 15999, 12658, 16059, 13043, 12841, 14382, 11715, 15508, 11971, 15946, 11319, 15423, 10754, 15928, 13667, 14949, 13138, 11435, 15574, 13011, 13453, 12721, 9893, 15900, 14168, 13793, 13336, 10835, 15595, 11995, 15266, 12317, 16347, 13581, 15173, 12838, 15681, 11699, 15916, 9941, 9999, 12803, 10079, 14772, 11438, 14312, 13031, 12909, 11505, 13904, 11121, 11358, 10918, 14563, 11750, 13913, 12133, 12102, 11993, 13179, 9548, 12760, 10341, 13522, 14544, 10060, 9268, 10275, 9945, 12709, 12190, 14931, 12744, 14491, 12757, 14209, 12433, 14242, 9548, 14052, 12151, 11265, 14707, 11353, 14608, 10775, 14504, 9104, 12415, 15670, 12306, 13871, 9633, 13813, 12255, 11969, 13981, 11162, 14135, 9216, 11914, 14560, 12779, 12893, 9947, 13245, 9201, 11177, 15089, 12062, 14029, 9766, 14084, 9341, 9636, 13252, 11135, 13121, 10560, 13422, 12200, 15354, 9688, 9981, 9437, 9962, 9562, 13744, 9402, 13707, 9575, 14436, 9517, 14661, 9355, 14186, 11062, 13565, 14840, 11767, 9837, 11236, 10559, 13299, 12744, 14142, 11514, 14036, 17058, 12704, 16484, 13089, 15695, 11932, 15442, 9920, 13994, 16678, 13132, 15090, 10919, 14759, 14312, 12561, 15093, 12602, 13782, 9370, 11241, 15374, 12661, 14204, 9504, 13164, 14906, 11899, 13931, 10329, 13550, 9483, 10728, 15268, 11301, 13652, 11915, 14416, 9432, 14011, 9241, 11919, 9364, 9618, 14846, 10171, 14747, 11351, 14168, 9503, 14404, 9561, 13414, 12206, 10586, 15314, 11894, 17007, 11200, 15638, 10582, 15776, 12423, 11746, 13525, 11672, 15098, 11470, 14367, 12182, 14196, 9737, 14093, 12169, 9904, 14736, 12539, 14286, 10150, 14930, 10073, 13604, 8849, 14037, 9396, 14302, 9871, 14872, 9675, 14886, 10109, 14773, 11363, 14453, 11190, 14142, 10909, 14265, 9919, 14024, 9620, 14139, 9176, 14019, 13274, 12048, 14008, 11963, 13825, 11799, 14045, 9880, 13959, 9408, 13024, 13648, 11686, 13811, 12230, 14408, 10149, 13425, 9405, 13078, 10307, 12183, 11083, 12087, 9478, 13524, 11048, 13587, 10515, 12284, 10430, 12612, 14268, 11831, 13928, 11988, 13539, 11691, 14008, 9724, 12345, 9141, 12711, 11092, 9148, 10690, 9509, 13970, 11885, 14228, 9212, 11572, 12627, 14850, 13375, 15140, 12806, 17207, 12229, 18225, 17276, 19683, 14051, 18877, 13515, 17442, 10831, 15429, 10630, 14543, 15957, 11976, 14513, 11397, 13924, 9818, 13441, 15089, 11411, 13811, 10516, 14122, 10301, 12398, 14864, 11759, 14530, 10294, 14072, 10122, 12309, 15403, 11858, 14201, 9879, 12792, 9599, 11269, 13459, 10474, 12596, 9745, 11929, 9671, 12124, 9324, 11525, 9009, 12191, 12656, 11748, 14783, 11500, 14777, 9532, 14674, 15662, 12562, 15841, 12016, 14925, 10379, 15240, 9411, 15186, 11306, 14596, 9396, 16765, 10466, 14615, 10536, 14930, 12530, 13005, 13651, 11060, 15119, 14579, 13789, 15602, 12660, 15465, 12164, 15582, 10608, 15918, 11459, 15511, 16514, 13779, 16729, 12689, 13215, 10952, 15157, 12253, 14627, 12330, 16640, 12398, 14370, 11242, 10127, 11998, 9693, 14761, 12341, 14896, 12832, 15513, 12615, 16037, 10304, 14790, 16865, 12769, 15680, 12853, 16705, 11358, 15933, 16619, 13094, 16476, 12602, 15399, 10313, 12404, 16137, 12155, 14288, 11554, 13727, 9023, 12049, 14555, 11463, 13482, 10702, 14287, 10124, 11718, 13578, 10748, 13889, 10989, 13585, 9773, 12261, 12739, 9214, 14250, 12063, 12251, 9935, 13302, 10575, 14874, 12889, 13783, 9739, 11533, 9319, 13763, 9770, 11357, 9452, 13959, 9584, 14397, 11710, 13414, 15438, 11286, 13546, 10368, 14293, 9994, 11258, 14381, 11221, 13702, 12105, 13804, 9764, 14928, 9719, 12025, 14583, 14990, 9044, 9415, 9293, 11894, 11377, 13767, 12128, 12500, 12801, 9717, 13534, 14803, 12042, 15579, 12037, 14616, 12501, 14364, 9947, 12885, 15927, 11651, 14189, 13056, 13043, 10055, 11866, 9919, 11276, 9755, 10563, 15798, 11985, 15533, 12573, 14474, 12814, 13958, 10635, 12798, 10064, 12710, 9163, 13249, 9569, 11813, 12892, 10005, 12123, 10081, 11611, 9411, 11879, 13161, 9976, 11877, 9673], 'WindowCenter': [5370.0, 5315.0, 5318.0, 5258.0, 5277.0, 5252.0, 5233.0, 5259.0, 5219.0, 5239.0, 5206.0, 5253.0, 5219.0, 5073.0, 5216.0, 5192.0, 5197.0, 5165.0, 5187.0, 5161.0, 5193.0, 5167.0, 5177.0, 5212.0, 5184.0, 5223.0, 5215.0, 5236.0, 5219.0, 5222.0, 5192.0, 5198.0, 5196.0, 5222.0, 5204.0, 5186.0, 5204.0, 5191.0, 5160.0, 5172.0, 5192.0, 5153.0, 5208.0, 5197.0, 5224.0, 5186.0, 5196.0, 5166.0, 5148.0, 5186.0, 5166.0, 5187.0, 5184.0, 5168.0, 5178.0, 5191.0, 5183.0, 5165.0, 5190.0, 5154.0, 5171.0, 5155.0, 5172.0, 5145.0, 5154.0, 5166.0, 5137.0, 5187.0, 5138.0, 5199.0, 5148.0, 5198.0, 5149.0, 5199.0, 5151.0, 5202.0, 5178.0, 5179.0, 5198.0, 5180.0, 5200.0, 5171.0, 5188.0, 5151.0, 5199.0, 5148.0, 5182.0, 5189.0, 5164.0, 5189.0, 5171.0, 5191.0, 5150.0, 5194.0, 5162.0, 5194.0, 5207.0, 5174.0, 5202.0, 5184.0, 5192.0, 5165.0, 5193.0, 5163.0, 5211.0, 5166.0, 5216.0, 5233.0, 5185.0, 5223.0, 5196.0, 5215.0, 5203.0, 5220.0, 5194.0, 5215.0, 5183.0, 5211.0, 5174.0, 5204.0, 5167.0, 5214.0, 5211.0, 5199.0, 5201.0, 5161.0, 5200.0, 5155.0, 5165.0, 5182.0, 5158.0, 5188.0, 5193.0, 5196.0, 5157.0, 5195.0, 5121.0, 5162.0, 5169.0, 5163.0, 5182.0, 5165.0, 5195.0, 5166.0, 5196.0, 5145.0, 5177.0, 5194.0, 5178.0, 5205.0, 5206.0, 5224.0, 5172.0, 5209.0, 5232.0, 5219.0, 5206.0, 5212.0, 5232.0, 5235.0, 5214.0, 5243.0, 5216.0, 5254.0, 5251.0, 5222.0, 5237.0, 5220.0, 5239.0, 5220.0, 5255.0, 5204.0, 5252.0, 5226.0, 5210.0, 5217.0, 5197.0, 5216.0, 5165.0, 5194.0, 5211.0, 5181.0, 5193.0, 5150.0, 5182.0, 5189.0, 5168.0, 5167.0, 5137.0, 5177.0, 5177.0, 5161.0, 5187.0, 5140.0, 5190.0, 5180.0, 5170.0, 5200.0, 5174.0, 5204.0, 5164.0, 5168.0, 5224.0, 5188.0, 5215.0, 5197.0, 5227.0, 5199.0, 5220.0, 5200.0, 5203.0, 5230.0, 5212.0, 5220.0, 5202.0, 5238.0, 5213.0, 5242.0, 5212.0, 5216.0, 5233.0, 5216.0, 5254.0, 5227.0, 5256.0, 5215.0, 5257.0, 5207.0, 5266.0, 5254.0, 5234.0, 5253.0, 5226.0, 5240.0, 5224.0, 5243.0, 5214.0, 5243.0, 5203.0, 5244.0, 5204.0, 5234.0, 5238.0, 5211.0, 5229.0, 5199.0, 5218.0, 5190.0, 5231.0, 5211.0, 5224.0, 5242.0, 5210.0, 5232.0, 5211.0, 5208.0, 5160.0, 5195.0, 5178.0, 5241.0, 5257.0, 5232.0, 5223.0, 5170.0, 5180.0, 5152.0, 5192.0, 5155.0, 5176.0, 5167.0, 5178.0, 5213.0, 5196.0, 5194.0, 5195.0, 5220.0, 5188.0, 5217.0, 5165.0, 5186.0, 5214.0, 5200.0, 5207.0, 5188.0, 5216.0, 5182.0, 5184.0, 5213.0, 5206.0, 5216.0, 5188.0, 5187.0, 5227.0, 5207.0, 5281.0, 5245.0, 5231.0, 5208.0, 5177.0, 5207.0, 5174.0, 5177.0, 5195.0, 5179.0, 5263.0, 5241.0, 5236.0, 5171.0, 5165.0, 5137.0, 5234.0, 5232.0, 5247.0, 5226.0, 5242.0, 5222.0, 5197.0, 5197.0, 5176.0, 5217.0, 5176.0, 5205.0, 5153.0, 5193.0, 5163.0, 5189.0, 5183.0, 5149.0, 5141.0, 5152.0, 5192.0, 5156.0, 5150.0, 5155.0, 5136.0, 5185.0, 5211.0, 5121.0, 5164.0, 5145.0, 5187.0, 5159.0, 5175.0, 5154.0, 5187.0, 5179.0, 5183.0, 5165.0, 5118.0, 5180.0, 5181.0, 5146.0, 5130.0, 5162.0, 5131.0, 5194.0, 5164.0, 5183.0, 5188.0, 5200.0, 5192.0, 5201.0, 5183.0, 5179.0, 5184.0, 5207.0, 5179.0, 5200.0, 5193.0, 5180.0, 5177.0, 5190.0, 5175.0, 5204.0, 5175.0, 5183.0, 5164.0, 5143.0, 5129.0, 5151.0, 5162.0, 5208.0, 5205.0, 5226.0, 5205.0, 5200.0, 5193.0, 5203.0, 5207.0, 5227.0, 5167.0, 5215.0, 5196.0, 5187.0, 5211.0, 5201.0, 5214.0, 5171.0, 5190.0, 5131.0, 5179.0, 5195.0, 5177.0, 5189.0, 5148.0, 5188.0, 5167.0, 5168.0, 5187.0, 5158.0, 5188.0, 5136.0, 5168.0, 5186.0, 5180.0, 5178.0, 5160.0, 5191.0, 5150.0, 5184.0, 5212.0, 5191.0, 5202.0, 5163.0, 5211.0, 5166.0, 5178.0, 5203.0, 5196.0, 5217.0, 5211.0, 5204.0, 5204.0, 5209.0, 5161.0, 5193.0, 5181.0, 5180.0, 5180.0, 5230.0, 5193.0, 5244.0, 5196.0, 5231.0, 5193.0, 5243.0, 5184.0, 5244.0, 5230.0, 5262.0, 5308.0, 5264.0, 5212.0, 5247.0, 5226.0, 5269.0, 5242.0, 5246.0, 5198.0, 5216.0, 5251.0, 5236.0, 5238.0, 5220.0, 5251.0, 5204.0, 5225.0, 5165.0, 5207.0, 5221.0, 5201.0, 5214.0, 5173.0, 5216.0, 5201.0, 5192.0, 5215.0, 5182.0, 5192.0, 5153.0, 5171.0, 5210.0, 5202.0, 5211.0, 5168.0, 5208.0, 5212.0, 5195.0, 5212.0, 5186.0, 5214.0, 5175.0, 5199.0, 5224.0, 5201.0, 5226.0, 5221.0, 5235.0, 5192.0, 5239.0, 5197.0, 5231.0, 5193.0, 5205.0, 5247.0, 5218.0, 5253.0, 5223.0, 5251.0, 5205.0, 5254.0, 5206.0, 5256.0, 5243.0, 5240.0, 5290.0, 5249.0, 5290.0, 5226.0, 5283.0, 5246.0, 5285.0, 5231.0, 5229.0, 5260.0, 5229.0, 5243.0, 5212.0, 5229.0, 5210.0, 5232.0, 5182.0, 5194.0, 5170.0, 5204.0, 5256.0, 5248.0, 5225.0, 5151.0, 5141.0, 5188.0, 5177.0, 5110.0, 5200.0, 5166.0, 5225.0, 5199.0, 5254.0, 5218.0, 5264.0, 5214.0, 5264.0, 5235.0, 5231.0, 5210.0, 5244.0, 5222.0, 5241.0, 5206.0, 5253.0, 5205.0, 5255.0, 5205.0, 5255.0, 5242.0, 5234.0, 5256.0, 5236.0, 5252.0, 5234.0, 5242.0, 5204.0, 5253.0, 5216.0, 5255.0, 5241.0, 5234.0, 5239.0, 5233.0, 5251.0, 5202.0, 5242.0, 5205.0, 5257.0, 5216.0, 5248.0, 5233.0, 5233.0, 5203.0, 5257.0, 5213.0, 5230.0, 5201.0, 5223.0, 5202.0, 5234.0, 5240.0, 5233.0, 5243.0, 5221.0, 5258.0, 5251.0, 5288.0, 5220.0, 5254.0, 5215.0, 5252.0, 5244.0, 5226.0, 5261.0, 5242.0, 5279.0, 5270.0, 5279.0, 5217.0, 5190.0, 5272.0, 5292.0, 5268.0, 5267.0, 5247.0, 5264.0, 5187.0, 5261.0, 5210.0, 5204.0, 5164.0, 5196.0, 5179.0, 5205.0, 5153.0, 5168.0, 5101.0, 5141.0, 5135.0, 5108.0, 5126.0, 5107.0, 5128.0, 5090.0, 5129.0, 5146.0, 5121.0, 5130.0, 5100.0, 5137.0, 5096.0, 5129.0, 5139.0, 5121.0, 5146.0, 5111.0, 5155.0, 5113.0, 5144.0, 5164.0, 5145.0, 5163.0, 5126.0, 5167.0, 5129.0, 5161.0, 5180.0, 5165.0, 5185.0, 5167.0, 5189.0, 5171.0, 5201.0, 5173.0, 5202.0, 5173.0, 5226.0, 5222.0, 5217.0, 5245.0, 5218.0, 5247.0, 5185.0, 5245.0, 5242.0, 5224.0, 5254.0, 5226.0, 5244.0, 5195.0, 5245.0, 5185.0, 5246.0, 5216.0, 5284.0, 5212.0, 5286.0, 5233.0, 5271.0, 5219.0, 5254.0, 5237.0, 5246.0, 5256.0, 5226.0, 5258.0, 5257.0, 5259.0, 5268.0, 5252.0, 5271.0, 5252.0, 5269.0, 5229.0, 5268.0, 5227.0, 5271.0, 5268.0, 5263.0, 5260.0, 5211.0, 5249.0, 5215.0, 5240.0, 5223.0, 5245.0, 5226.0, 5257.0, 5223.0, 5233.0, 5214.0, 5260.0, 5268.0, 5238.0, 5267.0, 5247.0, 5249.0, 5247.0, 5264.0, 5248.0, 5235.0, 5174.0, 5239.0, 5246.0, 5219.0, 5224.0, 5207.0, 5236.0, 5187.0, 5225.0, 5237.0, 5212.0, 5214.0, 5184.0, 5236.0, 5196.0, 5209.0, 5201.0, 5170.0, 5176.0, 5146.0, 5146.0, 5112.0, 5165.0, 5172.0, 5167.0, 5179.0, 5162.0, 5205.0, 5152.0, 5162.0, 5167.0, 5160.0, 5179.0, 5161.0, 5191.0, 5162.0, 5195.0, 5206.0, 5194.0, 5216.0, 5183.0, 5222.0, 5185.0, 5226.0, 5194.0, 5214.0, 5194.0, 5215.0, 5173.0, 5207.0, 5200.0, 5272.0, 5220.0, 5210.0, 5174.0, 5212.0, 5173.0, 5213.0, 5191.0, 5213.0, 5212.0, 5179.0, 5199.0, 5171.0, 5206.0, 5165.0, 5186.0, 5207.0, 5176.0, 5181.0, 5172.0, 5186.0, 5152.0, 5218.0, 5173.0, 5187.0, 5211.0, 5211.0, 5129.0, 5194.0, 5216.0, 5248.0, 5220.0, 5217.0, 5210.0, 5218.0, 5210.0, 5182.0, 5231.0, 5242.0, 5214.0, 5235.0, 5207.0, 5216.0, 5197.0, 5204.0, 5151.0, 5182.0, 5198.0, 5180.0, 5193.0, 5188.0, 5178.0, 5161.0, 5184.0, 5162.0, 5174.0, 5150.0, 5171.0, 5228.0, 5174.0, 5203.0, 5178.0, 5175.0, 5167.0, 5174.0, 5158.0, 5165.0, 5142.0, 5175.0, 5136.0, 5176.0, 5135.0, 5164.0, 5159.0, 5146.0, 5165.0, 5143.0, 5167.0, 5136.0, 5168.0, 5175.0, 5148.0, 5166.0, 5137.0], 'WindowWidth': [11566.0, 11465.0, 11459.0, 11357.0, 11377.0, 11330.0, 11303.0, 11335.0, 11277.0, 11302.0, 11256.0, 11333.0, 11277.0, 10998.0, 11277.0, 11230.0, 11206.0, 11165.0, 11191.0, 11159.0, 11199.0, 11165.0, 11192.0, 11242.0, 11204.0, 11257.0, 11249.0, 11282.0, 11264.0, 11259.0, 11214.0, 11216.0, 11223.0, 11262.0, 11237.0, 11189.0, 11226.0, 11199.0, 11152.0, 11173.0, 11206.0, 11152.0, 11225.0, 11226.0, 11260.0, 11207.0, 11209.0, 11165.0, 11138.0, 11190.0, 11165.0, 11200.0, 11189.0, 11170.0, 11187.0, 11207.0, 11184.0, 11164.0, 11191.0, 11142.0, 11162.0, 11145.0, 11164.0, 11135.0, 11143.0, 11162.0, 11126.0, 11197.0, 11131.0, 11218.0, 11144.0, 11213.0, 11147.0, 11217.0, 11151.0, 11224.0, 11188.0, 11190.0, 11216.0, 11193.0, 11221.0, 11182.0, 11202.0, 11150.0, 11216.0, 11144.0, 11193.0, 11200.0, 11173.0, 11203.0, 11180.0, 11205.0, 11150.0, 11214.0, 11169.0, 11213.0, 11227.0, 11186.0, 11223.0, 11204.0, 11211.0, 11175.0, 11213.0, 11172.0, 11236.0, 11179.0, 11252.0, 11271.0, 11211.0, 11258.0, 11227.0, 11248.0, 11231.0, 11251.0, 11218.0, 11249.0, 11201.0, 11239.0, 11185.0, 11229.0, 11172.0, 11247.0, 11239.0, 11235.0, 11225.0, 11166.0, 11220.0, 11149.0, 11163.0, 11184.0, 11157.0, 11207.0, 11225.0, 11219.0, 11159.0, 11207.0, 11095.0, 11154.0, 11162.0, 11158.0, 11185.0, 11163.0, 11208.0, 11168.0, 11210.0, 11141.0, 11189.0, 11207.0, 11192.0, 11224.0, 11244.0, 11267.0, 11192.0, 11253.0, 11278.0, 11270.0, 11231.0, 11258.0, 11282.0, 11295.0, 11262.0, 11301.0, 11269.0, 11320.0, 11313.0, 11271.0, 11287.0, 11265.0, 11291.0, 11265.0, 11324.0, 11248.0, 11312.0, 11269.0, 11248.0, 11255.0, 11225.0, 11251.0, 11176.0, 11215.0, 11237.0, 11191.0, 11209.0, 11145.0, 11192.0, 11200.0, 11169.0, 11167.0, 11124.0, 11181.0, 11180.0, 11161.0, 11195.0, 11132.0, 11201.0, 11189.0, 11176.0, 11218.0, 11186.0, 11227.0, 11172.0, 11183.0, 11259.0, 11213.0, 11248.0, 11225.0, 11267.0, 11233.0, 11264.0, 11235.0, 11242.0, 11275.0, 11255.0, 11263.0, 11243.0, 11289.0, 11260.0, 11300.0, 11255.0, 11265.0, 11286.0, 11267.0, 11318.0, 11284.0, 11321.0, 11263.0, 11323.0, 11254.0, 11339.0, 11318.0, 11292.0, 11315.0, 11277.0, 11294.0, 11274.0, 11302.0, 11262.0, 11301.0, 11243.0, 11300.0, 11243.0, 11286.0, 11289.0, 11252.0, 11273.0, 11229.0, 11258.0, 11220.0, 11281.0, 11253.0, 11274.0, 11298.0, 11250.0, 11281.0, 11248.0, 11241.0, 11164.0, 11216.0, 11197.0, 11309.0, 11328.0, 11295.0, 11269.0, 11170.0, 11186.0, 11147.0, 11206.0, 11162.0, 11192.0, 11184.0, 11200.0, 11245.0, 11224.0, 11215.0, 11219.0, 11259.0, 11212.0, 11254.0, 11177.0, 11207.0, 11245.0, 11229.0, 11236.0, 11212.0, 11249.0, 11199.0, 11202.0, 11243.0, 11238.0, 11252.0, 11210.0, 11212.0, 11266.0, 11242.0, 11374.0, 11327.0, 11282.0, 11245.0, 11205.0, 11246.0, 11199.0, 11202.0, 11229.0, 11209.0, 11336.0, 11298.0, 11285.0, 11177.0, 11150.0, 11117.0, 11292.0, 11298.0, 11306.0, 11278.0, 11300.0, 11269.0, 11225.0, 11222.0, 11188.0, 11254.0, 11191.0, 11230.0, 11150.0, 11213.0, 11171.0, 11199.0, 11197.0, 11128.0, 11120.0, 11142.0, 11201.0, 11143.0, 11125.0, 11141.0, 11118.0, 11187.0, 11249.0, 11070.0, 11156.0, 11130.0, 11194.0, 11155.0, 11173.0, 11141.0, 11194.0, 11187.0, 11186.0, 11162.0, 11060.0, 11197.0, 11184.0, 11143.0, 11116.0, 11160.0, 11117.0, 11212.0, 11164.0, 11190.0, 11204.0, 11229.0, 11220.0, 11230.0, 11206.0, 11201.0, 11212.0, 11233.0, 11198.0, 11226.0, 11222.0, 11197.0, 11190.0, 11214.0, 11200.0, 11237.0, 11194.0, 11196.0, 11152.0, 11137.0, 11113.0, 11148.0, 11167.0, 11239.0, 11237.0, 11268.0, 11235.0, 11222.0, 11215.0, 11226.0, 11241.0, 11273.0, 11184.0, 11250.0, 11224.0, 11213.0, 11239.0, 11237.0, 11248.0, 11182.0, 11207.0, 11121.0, 11187.0, 11209.0, 11186.0, 11203.0, 11146.0, 11202.0, 11171.0, 11174.0, 11196.0, 11156.0, 11199.0, 11126.0, 11172.0, 11196.0, 11190.0, 11187.0, 11167.0, 11209.0, 11152.0, 11203.0, 11241.0, 11213.0, 11226.0, 11176.0, 11241.0, 11182.0, 11204.0, 11235.0, 11229.0, 11259.0, 11257.0, 11226.0, 11237.0, 11236.0, 11171.0, 11226.0, 11205.0, 11204.0, 11204.0, 11274.0, 11231.0, 11302.0, 11234.0, 11278.0, 11226.0, 11297.0, 11216.0, 11300.0, 11291.0, 11341.0, 11421.0, 11350.0, 11262.0, 11321.0, 11290.0, 11357.0, 11308.0, 11314.0, 11232.0, 11252.0, 11315.0, 11299.0, 11288.0, 11265.0, 11314.0, 11238.0, 11271.0, 11182.0, 11240.0, 11255.0, 11226.0, 11250.0, 11189.0, 11253.0, 11226.0, 11216.0, 11247.0, 11198.0, 11214.0, 11158.0, 11184.0, 11238.0, 11228.0, 11243.0, 11185.0, 11243.0, 11245.0, 11224.0, 11245.0, 11210.0, 11250.0, 11198.0, 11236.0, 11265.0, 11238.0, 11271.0, 11269.0, 11282.0, 11229.0, 11295.0, 11243.0, 11289.0, 11234.0, 11255.0, 11306.0, 11274.0, 11318.0, 11280.0, 11316.0, 11255.0, 11323.0, 11257.0, 11330.0, 11309.0, 11316.0, 11385.0, 11327.0, 11381.0, 11282.0, 11377.0, 11324.0, 11373.0, 11286.0, 11285.0, 11333.0, 11289.0, 11298.0, 11253.0, 11272.0, 11244.0, 11280.0, 11210.0, 11210.0, 11173.0, 11247.0, 11323.0, 11318.0, 11268.0, 11150.0, 11104.0, 11226.0, 11174.0, 11076.0, 11217.0, 11180.0, 11267.0, 11239.0, 11323.0, 11276.0, 11336.0, 11268.0, 11340.0, 11298.0, 11282.0, 11251.0, 11304.0, 11274.0, 11299.0, 11257.0, 11321.0, 11255.0, 11330.0, 11258.0, 11324.0, 11305.0, 11295.0, 11328.0, 11302.0, 11320.0, 11295.0, 11305.0, 11253.0, 11322.0, 11277.0, 11331.0, 11304.0, 11295.0, 11298.0, 11289.0, 11317.0, 11248.0, 11304.0, 11259.0, 11330.0, 11274.0, 11321.0, 11295.0, 11294.0, 11253.0, 11332.0, 11261.0, 11282.0, 11240.0, 11274.0, 11244.0, 11292.0, 11298.0, 11291.0, 11304.0, 11273.0, 11332.0, 11329.0, 11393.0, 11286.0, 11329.0, 11276.0, 11321.0, 11317.0, 11295.0, 11353.0, 11329.0, 11374.0, 11367.0, 11374.0, 11282.0, 11213.0, 11371.0, 11395.0, 11356.0, 11349.0, 11321.0, 11345.0, 11212.0, 11343.0, 11242.0, 11230.0, 11161.0, 11211.0, 11190.0, 11231.0, 11153.0, 11166.0, 11058.0, 11112.0, 11097.0, 11061.0, 11088.0, 11059.0, 11093.0, 11038.0, 11096.0, 11115.0, 11085.0, 11096.0, 11052.0, 11105.0, 11044.0, 11094.0, 11107.0, 11085.0, 11118.0, 11073.0, 11139.0, 11078.0, 11124.0, 11150.0, 11129.0, 11152.0, 11103.0, 11163.0, 11111.0, 11161.0, 11184.0, 11171.0, 11198.0, 11181.0, 11211.0, 11190.0, 11231.0, 11195.0, 11237.0, 11199.0, 11275.0, 11267.0, 11265.0, 11302.0, 11265.0, 11305.0, 11218.0, 11303.0, 11295.0, 11274.0, 11315.0, 11275.0, 11298.0, 11231.0, 11301.0, 11218.0, 11306.0, 11264.0, 11376.0, 11270.0, 11376.0, 11302.0, 11352.0, 11278.0, 11318.0, 11298.0, 11311.0, 11325.0, 11283.0, 11330.0, 11325.0, 11333.0, 11345.0, 11325.0, 11354.0, 11326.0, 11351.0, 11290.0, 11347.0, 11284.0, 11353.0, 11348.0, 11342.0, 11332.0, 11247.0, 11318.0, 11266.0, 11294.0, 11272.0, 11307.0, 11279.0, 11322.0, 11269.0, 11281.0, 11262.0, 11356.0, 11365.0, 11318.0, 11346.0, 11314.0, 11309.0, 11317.0, 11338.0, 11316.0, 11284.0, 11190.0, 11295.0, 11305.0, 11265.0, 11265.0, 11241.0, 11287.0, 11215.0, 11266.0, 11288.0, 11254.0, 11247.0, 11203.0, 11294.0, 11240.0, 11246.0, 11221.0, 11174.0, 11178.0, 11132.0, 11121.0, 11082.0, 11161.0, 11171.0, 11169.0, 11188.0, 11171.0, 11233.0, 11151.0, 11163.0, 11165.0, 11159.0, 11185.0, 11163.0, 11206.0, 11168.0, 11217.0, 11237.0, 11232.0, 11249.0, 11199.0, 11272.0, 11212.0, 11268.0, 11228.0, 11251.0, 11216.0, 11251.0, 11192.0, 11246.0, 11246.0, 11365.0, 11282.0, 11252.0, 11191.0, 11245.0, 11191.0, 11247.0, 11214.0, 11246.0, 11242.0, 11194.0, 11222.0, 11187.0, 11230.0, 11174.0, 11206.0, 11234.0, 11189.0, 11189.0, 11176.0, 11200.0, 11150.0, 11249.0, 11193.0, 11202.0, 11241.0, 11241.0, 11118.0, 11241.0, 11278.0, 11320.0, 11269.0, 11256.0, 11251.0, 11259.0, 11249.0, 11211.0, 11285.0, 11301.0, 11261.0, 11282.0, 11243.0, 11255.0, 11225.0, 11234.0, 11153.0, 11197.0, 11216.0, 11194.0, 11212.0, 11202.0, 11189.0, 11166.0, 11202.0, 11170.0, 11188.0, 11150.0, 11181.0, 11273.0, 11183.0, 11222.0, 11187.0, 11175.0, 11162.0, 11172.0, 11157.0, 11161.0, 11126.0, 11175.0, 11123.0, 11179.0, 11119.0, 11158.0, 11148.0, 11135.0, 11162.0, 11132.0, 11167.0, 11123.0, 11169.0, 11175.0, 11142.0, 11165.0, 11124.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.006634045977011495</td></tr>
<tr><td colspan=3>aqi</td><td>0.10666765045977011</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.15031419041431</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1376182254315288</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863791926006903</td></tr>
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
<tr><td colspan=3>fber</td><td>4185.5029</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.31289731293724266</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>307</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.28735632183908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.857596750465831</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.788998842595995</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7772467519670956</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.006544656834402</td></tr>
<tr><td colspan=3>gcor</td><td>0.0283531</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.01778813637793064</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021613894030451775</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.742552308122842</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.4073</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.8865</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>274.0938</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290108.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1307.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>564.0958</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.812</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.9079</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4365.6039</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.6941</td></tr>
<tr><td colspan=3>tsnr</td><td>20.386298175668344</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>