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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-01_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-01_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-0058/ses-01/func/sub-0058_ses-01_task-social_acq-mb8_run-01_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>2a44f79aab6b155062269db9ba27fcc8</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:38:55.492500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996098, 0.0223451, -0.085374, -0.024866, 0.999282, -0.0285787]</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-01_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.105946</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7714, -7286, 630, -89, -38, 4, 116]</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>255.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f2bf566b-1648-4b7b-b2e5-fb9e09e2e127||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672459125518799, -0.06671367585659027, -0.2286200225353241, 118.4611587524414], [-0.05995040014386177, 2.6810011863708496, -0.08259332180023193, -88.66121673583984], [-0.2290520817041397, 0.07667459547519684, 2.689035415649414, -73.95065307617188], [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': ['113855.492500', '113855.952500', '113856.412500', '113856.872500', '113857.332500', '113857.792500', '113858.252500', '113858.712500', '113859.172500', '113859.632500', '113900.092500', '113900.552500', '113901.012500', '113901.472500', '113901.932500', '113902.392500', '113902.852500', '113903.312500', '113903.772500', '113904.232500', '113904.692500', '113905.152500', '113905.612500', '113906.072500', '113906.532500', '113906.992500', '113907.452500', '113907.912500', '113908.372500', '113908.832500', '113909.292500', '113909.752500', '113910.212500', '113910.672500', '113911.132500', '113911.592500', '113912.052500', '113912.512500', '113912.972500', '113913.432500', '113913.892500', '113914.352500', '113914.812500', '113915.272500', '113915.732500', '113916.192500', '113916.652500', '113917.112500', '113917.572500', '113918.032500', '113918.492500', '113918.952500', '113919.412500', '113919.872500', '113920.332500', '113920.792500', '113921.252500', '113921.712500', '113922.172500', '113922.632500', '113923.092500', '113923.552500', '113924.012500', '113924.472500', '113924.932500', '113925.392500', '113925.852500', '113926.312500', '113926.772500', '113927.232500', '113927.692500', '113928.152500', '113928.612500', '113929.072500', '113929.532500', '113929.992500', '113930.452500', '113930.912500', '113931.372500', '113931.832500', '113932.292500', '113932.752500', '113933.212500', '113933.672500', '113934.132500', '113934.592500', '113935.052500', '113935.512500', '113935.972500', '113936.432500', '113936.892500', '113937.352500', '113937.812500', '113938.272500', '113938.732500', '113939.192500', '113939.652500', '113940.112500', '113940.572500', '113941.032500', '113941.492500', '113941.952500', '113942.412500', '113942.872500', '113943.332500', '113943.792500', '113944.252500', '113944.712500', '113945.172500', '113945.632500', '113946.092500', '113946.552500', '113947.012500', '113947.472500', '113947.932500', '113948.392500', '113948.852500', '113949.312500', '113949.772500', '113950.232500', '113950.692500', '113951.152500', '113951.612500', '113952.072500', '113952.532500', '113952.992500', '113953.452500', '113953.912500', '113954.372500', '113954.832500', '113955.292500', '113955.752500', '113956.212500', '113956.672500', '113957.132500', '113957.592500', '113958.052500', '113958.512500', '113958.972500', '113959.432500', '113959.892500', '114000.352500', '114000.812500', '114001.272500', '114001.732500', '114002.192500', '114002.652500', '114003.112500', '114003.572500', '114004.032500', '114004.492500', '114004.952500', '114005.412500', '114005.872500', '114006.332500', '114006.792500', '114007.252500', '114007.712500', '114008.172500', '114008.632500', '114009.092500', '114009.552500', '114010.012500', '114010.472500', '114010.932500', '114011.392500', '114011.852500', '114012.312500', '114012.772500', '114013.232500', '114013.692500', '114014.152500', '114014.612500', '114015.072500', '114015.532500', '114015.992500', '114016.452500', '114016.912500', '114017.372500', '114017.832500', '114018.292500', '114018.752500', '114019.212500', '114019.672500', '114020.132500', '114020.592500', '114021.052500', '114021.512500', '114021.972500', '114022.432500', '114022.892500', '114023.352500', '114023.812500', '114024.272500', '114024.732500', '114025.192500', '114025.652500', '114026.112500', '114026.572500', '114027.032500', '114027.492500', '114027.952500', '114028.412500', '114028.872500', '114029.332500', '114029.792500', '114030.252500', '114030.712500', '114031.172500', '114031.632500', '114032.092500', '114032.552500', '114033.012500', '114033.472500', '114033.932500', '114034.392500', '114034.852500', '114035.312500', '114035.772500', '114036.232500', '114036.692500', '114037.152500', '114037.612500', '114038.072500', '114038.532500', '114038.992500', '114039.452500', '114039.912500', '114040.372500', '114040.832500', '114041.292500', '114041.752500', '114042.212500', '114042.672500', '114043.132500', '114043.592500', '114044.052500', '114044.512500', '114044.972500', '114045.432500', '114045.892500', '114046.352500', '114046.812500', '114047.272500', '114047.732500', '114048.192500', '114048.652500', '114049.112500', '114049.572500', '114050.032500', '114050.492500', '114050.952500', '114051.412500', '114051.872500', '114052.332500', '114052.792500', '114053.252500', '114053.712500', '114054.172500', '114054.632500', '114055.092500', '114055.552500', '114056.012500', '114056.472500', '114056.932500', '114057.392500', '114057.852500', '114058.312500', '114058.772500', '114059.232500', '114059.692500', '114100.152500', '114100.612500', '114101.072500', '114101.532500', '114101.992500', '114102.452500', '114102.912500', '114103.372500', '114103.832500', '114104.292500', '114104.752500', '114105.212500', '114105.672500', '114106.132500', '114106.592500', '114107.052500', '114107.512500', '114107.972500', '114108.432500', '114108.892500', '114109.352500', '114109.812500', '114110.272500', '114110.732500', '114111.192500', '114111.652500', '114112.112500', '114112.572500', '114113.032500', '114113.492500', '114113.952500', '114114.412500', '114114.872500', '114115.332500', '114115.792500', '114116.252500', '114116.712500', '114117.172500', '114117.632500', '114118.092500', '114118.552500', '114119.012500', '114119.472500', '114119.932500', '114120.392500', '114120.852500', '114121.312500', '114121.772500', '114122.232500', '114122.692500', '114123.152500', '114123.612500', '114124.072500', '114124.532500', '114124.992500', '114125.452500', '114125.912500', '114126.372500', '114126.832500', '114127.292500', '114127.752500', '114128.212500', '114128.672500', '114129.132500', '114129.592500', '114130.052500', '114130.512500', '114130.972500', '114131.432500', '114131.892500', '114132.352500', '114132.812500', '114133.272500', '114133.732500', '114134.192500', '114134.652500', '114135.112500', '114135.572500', '114136.032500', '114136.492500', '114136.952500', '114137.412500', '114137.872500', '114138.332500', '114138.792500', '114139.252500', '114139.712500', '114140.172500', '114140.632500', '114141.092500', '114141.552500', '114142.012500', '114142.472500', '114142.932500', '114143.392500', '114143.852500', '114144.312500', '114144.772500', '114145.232500', '114145.692500', '114146.152500', '114146.612500', '114147.072500', '114147.532500', '114147.992500', '114148.452500', '114148.912500', '114149.372500', '114149.832500', '114150.292500', '114150.752500', '114151.212500', '114151.672500', '114152.132500', '114152.592500', '114153.052500', '114153.512500', '114153.972500', '114154.432500', '114154.892500', '114155.352500', '114155.812500', '114156.272500', '114156.732500', '114157.192500', '114157.652500', '114158.112500', '114158.572500', '114159.032500', '114159.492500', '114159.952500', '114200.412500', '114200.872500', '114201.332500', '114201.792500', '114202.252500', '114202.712500', '114203.172500', '114203.632500', '114204.092500', '114204.552500', '114205.012500', '114205.472500', '114205.932500', '114206.392500', '114206.852500', '114207.312500', '114207.772500', '114208.232500', '114208.692500', '114209.152500', '114209.612500', '114210.072500', '114210.532500', '114210.992500', '114211.452500', '114211.912500', '114212.372500', '114212.832500', '114213.292500', '114213.752500', '114214.212500', '114214.672500', '114215.132500', '114215.592500', '114216.052500', '114216.512500', '114216.972500', '114217.432500', '114217.892500', '114218.352500', '114218.812500', '114219.272500', '114219.732500', '114220.192500', '114220.652500', '114221.112500', '114221.572500', '114222.032500', '114222.492500', '114222.952500', '114223.412500', '114223.872500', '114224.332500', '114224.792500', '114225.252500', '114225.712500', '114226.172500', '114226.632500', '114227.092500', '114227.552500', '114228.012500', '114228.472500', '114228.932500', '114229.392500', '114229.852500', '114230.312500', '114230.772500', '114231.232500', '114231.692500', '114232.152500', '114232.612500', '114233.072500', '114233.532500', '114233.992500', '114234.452500', '114234.912500', '114235.372500', '114235.832500', '114236.292500', '114236.752500', '114237.212500', '114237.672500', '114238.132500', '114238.592500', '114239.052500', '114239.512500', '114239.972500', '114240.432500', '114240.892500', '114241.352500', '114241.812500', '114242.272500', '114242.732500', '114243.192500', '114243.652500', '114244.112500', '114244.572500', '114245.032500', '114245.492500', '114245.952500', '114246.412500', '114246.872500', '114247.332500', '114247.792500', '114248.252500', '114248.712500', '114249.172500', '114249.632500', '114250.092500', '114250.552500', '114251.012500', '114251.472500', '114251.932500', '114252.392500', '114252.852500', '114253.312500', '114253.772500', '114254.232500', '114254.692500', '114255.152500', '114255.612500', '114256.072500', '114256.532500', '114256.992500', '114257.452500', '114257.912500', '114258.372500', '114258.832500', '114259.292500', '114259.752500', '114300.212500', '114300.672500', '114301.132500', '114301.592500', '114302.052500', '114302.512500', '114302.972500', '114303.432500', '114303.892500', '114304.352500', '114304.812500', '114305.272500', '114305.732500', '114306.192500', '114306.652500', '114307.112500', '114307.572500', '114308.032500', '114308.492500', '114308.952500', '114309.412500', '114309.872500', '114310.332500', '114310.792500', '114311.252500', '114311.712500', '114312.172500', '114312.632500', '114313.092500', '114313.552500', '114314.012500', '114314.472500', '114314.932500', '114315.392500', '114315.852500', '114316.312500', '114316.772500', '114317.232500', '114317.692500', '114318.152500', '114318.612500', '114319.072500', '114319.532500', '114319.992500', '114320.452500', '114320.912500', '114321.372500', '114321.832500', '114322.292500', '114322.752500', '114323.212500', '114323.672500', '114324.132500', '114324.592500', '114325.052500', '114325.512500', '114325.972500', '114326.432500', '114326.892500', '114327.352500', '114327.812500', '114328.272500', '114328.732500', '114329.192500', '114329.652500', '114330.112500', '114330.572500', '114331.032500', '114331.492500', '114331.952500', '114332.412500', '114332.872500', '114333.332500', '114333.792500', '114334.252500', '114334.712500', '114335.172500', '114335.632500', '114336.092500', '114336.552500', '114337.012500', '114337.472500', '114337.932500', '114338.392500', '114338.852500', '114339.312500', '114339.772500', '114340.232500', '114340.692500', '114341.152500', '114341.612500', '114342.072500', '114342.532500', '114342.992500', '114343.452500', '114343.912500', '114344.372500', '114344.832500', '114345.292500', '114345.752500', '114346.212500', '114346.672500', '114347.132500', '114347.592500', '114348.052500', '114348.512500', '114348.972500', '114349.432500', '114349.892500', '114350.352500', '114350.812500', '114351.272500', '114351.732500', '114352.192500', '114352.652500', '114353.112500', '114353.572500', '114354.032500', '114354.492500', '114354.952500', '114355.412500', '114355.872500', '114356.332500', '114356.792500', '114357.252500', '114357.712500', '114358.172500', '114358.632500', '114359.092500', '114359.552500', '114400.012500', '114400.472500', '114400.932500', '114401.392500', '114401.852500', '114402.312500', '114402.772500', '114403.232500', '114403.692500', '114404.152500', '114404.612500', '114405.072500', '114405.532500', '114405.992500', '114406.452500', '114406.912500', '114407.372500', '114407.832500', '114408.292500', '114408.752500', '114409.212500', '114409.672500', '114410.132500', '114410.592500', '114411.052500', '114411.512500', '114411.972500', '114412.432500', '114412.892500', '114413.352500', '114413.812500', '114414.272500', '114414.732500', '114415.192500', '114415.652500', '114416.112500', '114416.572500', '114417.032500', '114417.492500', '114417.952500', '114418.412500', '114418.872500', '114419.332500', '114419.792500', '114420.252500', '114420.712500', '114421.172500', '114421.632500', '114422.092500', '114422.552500', '114423.012500', '114423.472500', '114423.932500', '114424.392500', '114424.852500', '114425.312500', '114425.772500', '114426.232500', '114426.692500', '114427.152500', '114427.612500', '114428.072500', '114428.532500', '114428.992500', '114429.452500', '114429.912500', '114430.372500', '114430.832500', '114431.292500', '114431.752500', '114432.212500', '114432.672500', '114433.132500', '114433.592500', '114434.052500', '114434.512500', '114434.972500', '114435.432500', '114435.892500', '114436.352500', '114436.812500', '114437.272500', '114437.732500', '114438.192500', '114438.652500', '114439.112500', '114439.572500', '114440.032500', '114440.492500', '114440.952500', '114441.412500', '114441.872500', '114442.332500', '114442.792500', '114443.252500', '114443.712500', '114444.172500', '114444.632500', '114445.092500', '114445.552500', '114446.012500', '114446.472500', '114446.932500', '114447.392500', '114447.852500', '114448.312500', '114448.772500', '114449.232500', '114449.692500', '114450.152500', '114450.612500', '114451.072500', '114451.532500', '114451.992500', '114452.452500', '114452.912500', '114453.372500', '114453.832500', '114454.292500', '114454.752500', '114455.212500', '114455.672500', '114456.132500', '114456.592500', '114457.052500', '114457.512500', '114457.972500', '114458.432500', '114458.892500', '114459.352500', '114459.812500', '114500.272500', '114500.732500', '114501.192500', '114501.652500', '114502.112500', '114502.572500', '114503.032500', '114503.492500', '114503.952500', '114504.412500', '114504.872500', '114505.332500', '114505.792500', '114506.252500', '114506.712500', '114507.172500', '114507.632500', '114508.092500', '114508.552500', '114509.012500', '114509.472500', '114509.932500', '114510.392500', '114510.852500', '114511.312500', '114511.772500', '114512.232500', '114512.692500', '114513.152500', '114513.612500', '114514.072500', '114514.532500', '114514.992500', '114515.452500', '114515.912500', '114516.372500', '114516.832500', '114517.292500', '114517.752500', '114518.212500', '114518.672500', '114519.132500', '114519.592500', '114520.052500', '114520.512500', '114520.972500', '114521.432500', '114521.892500', '114522.352500', '114522.812500', '114523.272500', '114523.732500', '114524.192500', '114524.652500', '114525.112500', '114525.572500', '114526.032500', '114526.492500', '114526.952500', '114527.412500', '114527.872500', '114528.332500', '114528.792500', '114529.252500', '114529.712500', '114530.172500', '114530.632500', '114531.092500', '114531.552500', '114532.012500', '114532.472500', '114532.932500', '114533.392500', '114533.852500', '114534.312500', '114534.772500', '114535.232500', '114535.692500', '114536.152500'], 'ContentTime': ['113917.854000', '113917.857000', '113917.860000', '113917.862000', '113917.865000', '113917.868000', '113917.870000', '113917.873000', '113917.875000', '113917.878000', '113917.880000', '113917.883000', '113917.886000', '113917.888000', '113917.891000', '113917.893000', '113917.896000', '113917.898000', '113917.901000', '113917.903000', '113917.906000', '113917.909000', '113917.911000', '113917.914000', '113917.916000', '113917.919000', '113917.922000', '113917.924000', '113917.927000', '113917.929000', '113917.932000', '113917.934000', '113917.937000', '113917.940000', '113917.942000', '113917.945000', '113917.947000', '113917.950000', '113917.952000', '113917.955000', '113917.958000', '113917.960000', '113917.963000', '113917.965000', '113917.968000', '113937.824000', '113937.827000', '113937.830000', '113937.832000', '113937.835000', '113937.838000', '113937.840000', '113937.843000', '113937.845000', '113937.848000', '113937.850000', '113937.853000', '113937.855000', '113937.858000', '113937.861000', '113937.863000', '113937.866000', '113937.868000', '113937.871000', '113937.873000', '113937.876000', '113937.878000', '113937.881000', '113937.883000', '113937.886000', '113937.888000', '113937.891000', '113937.894000', '113937.896000', '113937.899000', '113937.901000', '113937.904000', '113937.906000', '113937.909000', '113937.911000', '113937.914000', '113937.917000', '113937.919000', '113937.922000', '113937.924000', '113937.927000', '113937.929000', '113937.932000', '113937.934000', '113957.824000', '113957.827000', '113957.830000', '113957.832000', '113957.835000', '113957.837000', '113957.840000', '113957.842000', '113957.845000', '113957.848000', '113957.850000', '113957.853000', '113957.855000', '113957.858000', '113957.861000', '113957.863000', '113957.866000', '113957.868000', '113957.871000', '113957.873000', '113957.876000', '113957.879000', '113957.881000', '113957.884000', '113957.886000', '113957.889000', '113957.891000', '113957.894000', '113957.897000', '113957.899000', '113957.902000', '113957.904000', '113957.907000', '113957.909000', '113957.912000', '113957.915000', '113957.917000', '113957.932000', '113957.934000', '113957.937000', '113957.939000', '113957.942000', '113957.945000', '114017.824000', '114017.826000', '114017.829000', '114017.832000', '114017.834000', '114017.837000', '114017.839000', '114017.842000', '114017.844000', '114017.847000', '114017.850000', '114017.852000', '114017.855000', '114017.858000', '114017.860000', '114017.863000', '114017.865000', '114017.868000', '114017.871000', '114017.873000', '114017.876000', '114017.878000', '114017.881000', '114017.883000', '114017.886000', '114017.889000', '114017.891000', '114017.894000', '114017.896000', '114017.899000', '114017.901000', '114017.904000', '114017.906000', '114017.909000', '114017.912000', '114017.914000', '114017.917000', '114017.919000', '114017.922000', '114017.925000', '114017.927000', '114017.930000', '114017.932000', '114017.935000', '114037.823000', '114037.826000', '114037.829000', '114037.831000', '114037.834000', '114037.837000', '114037.839000', '114037.842000', '114037.844000', '114037.847000', '114037.850000', '114037.852000', '114037.855000', '114037.857000', '114037.860000', '114037.863000', '114037.865000', '114037.868000', '114037.870000', '114037.873000', '114037.875000', '114037.878000', '114037.881000', '114037.883000', '114037.886000', '114037.889000', '114037.891000', '114037.894000', '114037.896000', '114037.899000', '114037.901000', '114037.904000', '114037.906000', '114037.909000', '114037.912000', '114037.914000', '114037.917000', '114037.920000', '114037.922000', '114037.925000', '114037.927000', '114037.930000', '114037.932000', '114057.824000', '114057.827000', '114057.830000', '114057.832000', '114057.835000', '114057.838000', '114057.840000', '114057.843000', '114057.845000', '114057.848000', '114057.850000', '114057.853000', '114057.856000', '114057.858000', '114057.861000', '114057.863000', '114057.866000', '114057.869000', '114057.871000', '114057.874000', '114057.876000', '114057.879000', '114057.882000', '114057.884000', '114057.887000', '114057.889000', '114057.892000', '114057.895000', '114057.897000', '114057.900000', '114057.902000', '114057.905000', '114057.907000', '114057.910000', '114057.913000', '114057.915000', '114057.918000', '114057.920000', '114057.923000', '114057.926000', '114057.928000', '114057.931000', '114057.933000', '114057.936000', '114117.824000', '114117.827000', '114117.830000', '114117.832000', '114117.835000', '114117.838000', '114117.840000', '114117.843000', '114117.846000', '114117.848000', '114117.851000', '114117.853000', '114117.856000', '114117.859000', '114117.861000', '114117.864000', '114117.866000', '114117.869000', '114117.871000', '114117.874000', '114117.877000', '114117.879000', '114117.882000', '114117.884000', '114117.887000', '114117.890000', '114117.892000', '114117.895000', '114117.897000', '114117.900000', '114117.903000', '114117.905000', '114117.908000', '114117.910000', '114117.913000', '114117.916000', '114117.918000', '114117.921000', '114117.923000', '114117.926000', '114117.928000', '114117.931000', '114117.934000', '114137.825000', '114137.827000', '114137.830000', '114137.833000', '114137.835000', '114137.838000', '114137.841000', '114137.844000', '114137.847000', '114137.849000', '114137.852000', '114137.855000', '114137.857000', '114137.860000', '114137.862000', '114137.865000', '114137.868000', '114137.870000', '114137.873000', '114137.890000', '114137.892000', '114137.895000', '114137.898000', '114137.900000', '114137.903000', '114137.905000', '114137.908000', '114137.911000', '114137.913000', '114137.916000', '114137.918000', '114137.921000', '114137.923000', '114137.926000', '114137.929000', '114137.931000', '114137.934000', '114137.936000', '114137.948000', '114137.950000', '114137.953000', '114137.955000', '114137.958000', '114137.960000', '114157.824000', '114157.827000', '114157.830000', '114157.832000', '114157.835000', '114157.838000', '114157.840000', '114157.843000', '114157.845000', '114157.848000', '114157.850000', '114157.853000', '114157.856000', '114157.858000', '114157.861000', '114157.863000', '114157.866000', '114157.868000', '114157.871000', '114157.874000', '114157.876000', '114157.879000', '114157.881000', '114157.884000', '114157.886000', '114157.889000', '114157.891000', '114157.894000', '114157.897000', '114157.899000', '114157.902000', '114157.904000', '114157.907000', '114157.909000', '114157.912000', '114157.915000', '114157.917000', '114157.920000', '114157.922000', '114157.925000', '114157.928000', '114157.930000', '114157.933000', '114217.825000', '114217.827000', '114217.830000', '114217.833000', '114217.835000', '114217.838000', '114217.840000', '114217.843000', '114217.845000', '114217.848000', '114217.851000', '114217.853000', '114217.856000', '114217.858000', '114217.861000', '114217.863000', '114217.866000', '114217.869000', '114217.871000', '114217.874000', '114217.876000', '114217.879000', '114217.882000', '114217.884000', '114217.887000', '114217.889000', '114217.892000', '114217.894000', '114217.897000', '114217.900000', '114217.902000', '114217.905000', '114217.907000', '114217.910000', '114217.913000', '114217.915000', '114217.918000', '114217.920000', '114217.923000', '114217.925000', '114217.928000', '114217.931000', '114217.933000', '114217.936000', '114237.824000', '114237.826000', '114237.829000', '114237.832000', '114237.834000', '114237.837000', '114237.839000', '114237.842000', '114237.845000', '114237.847000', '114237.850000', '114237.852000', '114237.855000', '114237.857000', '114237.860000', '114237.862000', '114237.865000', '114237.868000', '114237.870000', '114237.873000', '114237.876000', '114237.878000', '114237.881000', '114237.883000', '114237.886000', '114237.889000', '114237.891000', '114237.894000', '114237.896000', '114237.899000', '114237.902000', '114237.904000', '114237.907000', '114237.909000', '114237.912000', '114237.914000', '114237.917000', '114237.920000', '114237.922000', '114237.925000', '114237.927000', '114237.930000', '114237.932000', '114257.824000', '114257.827000', '114257.829000', '114257.832000', '114257.834000', '114257.837000', '114257.840000', '114257.842000', '114257.845000', '114257.848000', '114257.850000', '114257.853000', '114257.855000', '114257.858000', '114257.860000', '114257.863000', '114257.866000', '114257.868000', '114257.871000', '114257.873000', '114257.876000', '114257.879000', '114257.882000', '114257.885000', '114257.887000', '114257.890000', '114257.893000', '114257.895000', '114257.898000', '114257.901000', '114257.903000', '114257.906000', '114257.908000', '114257.911000', '114257.914000', '114257.916000', '114257.919000', '114257.921000', '114257.924000', '114257.927000', '114257.929000', '114257.932000', '114257.934000', '114317.825000', '114317.836000', '114317.839000', '114317.841000', '114317.844000', '114317.846000', '114317.849000', '114317.852000', '114317.854000', '114317.857000', '114317.860000', '114317.862000', '114317.865000', '114317.867000', '114317.870000', '114317.873000', '114317.875000', '114317.878000', '114317.880000', '114317.883000', '114317.886000', '114317.888000', '114317.891000', '114317.893000', '114317.896000', '114317.898000', '114317.901000', '114317.904000', '114317.906000', '114317.909000', '114317.911000', '114317.914000', '114317.917000', '114317.920000', '114317.922000', '114317.925000', '114317.927000', '114317.930000', '114317.933000', '114317.935000', '114317.938000', '114317.940000', '114317.943000', '114317.945000', '114337.825000', '114337.828000', '114337.830000', '114337.833000', '114337.836000', '114337.838000', '114337.841000', '114337.843000', '114337.846000', '114337.848000', '114337.851000', '114337.854000', '114337.856000', '114337.859000', '114337.861000', '114337.864000', '114337.867000', '114337.869000', '114337.872000', '114337.874000', '114337.877000', '114337.879000', '114337.882000', '114337.885000', '114337.887000', '114337.890000', '114337.892000', '114337.895000', '114337.897000', '114337.900000', '114337.903000', '114337.905000', '114337.908000', '114337.911000', '114337.913000', '114337.916000', '114337.918000', '114337.921000', '114337.924000', '114337.926000', '114337.929000', '114337.931000', '114337.934000', '114357.825000', '114357.828000', '114357.830000', '114357.833000', '114357.835000', '114357.838000', '114357.841000', '114357.843000', '114357.846000', '114357.848000', '114357.851000', '114357.854000', '114357.856000', '114357.859000', '114357.861000', '114357.864000', '114357.867000', '114357.869000', '114357.872000', '114357.874000', '114357.877000', '114357.880000', '114357.882000', '114357.885000', '114357.887000', '114357.890000', '114357.893000', '114357.895000', '114357.898000', '114357.900000', '114357.903000', '114357.906000', '114357.908000', '114357.911000', '114357.913000', '114357.916000', '114357.919000', '114357.921000', '114357.924000', '114357.926000', '114357.929000', '114357.932000', '114357.934000', '114357.937000', '114417.824000', '114417.827000', '114417.830000', '114417.833000', '114417.835000', '114417.838000', '114417.840000', '114417.843000', '114417.846000', '114417.848000', '114417.851000', '114417.853000', '114417.856000', '114417.858000', '114417.861000', '114417.864000', '114417.866000', '114417.869000', '114417.871000', '114417.874000', '114417.877000', '114417.880000', '114417.883000', '114417.886000', '114417.889000', '114417.891000', '114417.894000', '114417.896000', '114417.899000', '114417.901000', '114417.904000', '114417.907000', '114417.909000', '114417.912000', '114417.914000', '114417.917000', '114417.919000', '114417.922000', '114417.925000', '114417.927000', '114417.930000', '114417.933000', '114417.936000', '114437.825000', '114437.827000', '114437.830000', '114437.833000', '114437.835000', '114437.838000', '114437.840000', '114437.843000', '114437.845000', '114437.848000', '114437.851000', '114437.853000', '114437.856000', '114437.858000', '114437.861000', '114437.864000', '114437.866000', '114437.869000', '114437.871000', '114437.874000', '114437.877000', '114437.879000', '114437.882000', '114437.884000', '114437.887000', '114437.890000', '114437.904000', '114437.907000', '114437.909000', '114437.912000', '114437.914000', '114437.917000', '114437.920000', '114437.922000', '114437.925000', '114437.927000', '114437.930000', '114437.932000', '114437.935000', '114437.938000', '114437.940000', '114437.943000', '114437.946000', '114437.948000', '114457.824000', '114457.827000', '114457.829000', '114457.832000', '114457.834000', '114457.837000', '114457.840000', '114457.842000', '114457.845000', '114457.847000', '114457.850000', '114457.853000', '114457.855000', '114457.858000', '114457.860000', '114457.863000', '114457.866000', '114457.868000', '114457.871000', '114457.874000', '114457.877000', '114457.880000', '114457.883000', '114457.885000', '114457.888000', '114457.891000', '114457.893000', '114457.896000', '114457.899000', '114457.901000', '114457.904000', '114457.906000', '114457.909000', '114457.911000', '114457.914000', '114457.917000', '114457.919000', '114457.922000', '114457.924000', '114457.927000', '114457.930000', '114457.932000', '114457.935000', '114517.824000', '114517.827000', '114517.829000', '114517.832000', '114517.834000', '114517.837000', '114517.839000', '114517.842000', '114517.845000', '114517.847000', '114517.850000', '114517.852000', '114517.855000', '114517.858000', '114517.860000', '114517.863000', '114517.865000', '114517.868000', '114517.870000', '114517.873000', '114517.876000', '114517.878000', '114517.881000', '114517.883000', '114517.886000', '114517.889000', '114517.891000', '114517.894000', '114517.896000', '114517.899000', '114517.902000', '114517.904000', '114517.907000', '114517.909000', '114517.912000', '114517.914000', '114517.917000', '114517.920000', '114517.922000', '114517.925000', '114517.927000', '114517.930000', '114517.933000', '114517.935000', '114537.825000', '114537.828000', '114537.831000', '114537.834000', '114537.836000', '114537.839000', '114537.842000', '114537.844000', '114537.847000', '114537.849000', '114537.852000', '114537.855000', '114537.857000', '114537.860000', '114537.863000', '114537.865000', '114537.873000', '114537.876000', '114537.879000', '114537.882000', '114537.886000', '114537.889000', '114537.892000', '114537.895000', '114537.897000', '114537.900000', '114537.903000', '114537.906000', '114537.910000', '114537.913000', '114537.916000', '114537.919000', '114537.922000', '114537.924000', '114537.927000', '114537.930000', '114537.932000', '114537.936000', '114537.938000', '114537.941000', '114537.943000', '114537.946000', '114537.949000', '114538.027000'], 'InstanceCreationTime': ['113917.854000', '113917.857000', '113917.860000', '113917.862000', '113917.865000', '113917.868000', '113917.870000', '113917.873000', '113917.875000', '113917.878000', '113917.880000', '113917.883000', '113917.886000', '113917.888000', '113917.891000', '113917.893000', '113917.896000', '113917.898000', '113917.901000', '113917.903000', '113917.906000', '113917.909000', '113917.911000', '113917.914000', '113917.916000', '113917.919000', '113917.922000', '113917.924000', '113917.927000', '113917.929000', '113917.932000', '113917.934000', '113917.937000', '113917.940000', '113917.942000', '113917.945000', '113917.947000', '113917.950000', '113917.952000', '113917.955000', '113917.958000', '113917.960000', '113917.963000', '113917.965000', '113917.968000', '113937.824000', '113937.827000', '113937.830000', '113937.832000', '113937.835000', '113937.838000', '113937.840000', '113937.843000', '113937.845000', '113937.848000', '113937.850000', '113937.853000', '113937.855000', '113937.858000', '113937.861000', '113937.863000', '113937.866000', '113937.868000', '113937.871000', '113937.873000', '113937.876000', '113937.878000', '113937.881000', '113937.883000', '113937.886000', '113937.888000', '113937.891000', '113937.894000', '113937.896000', '113937.899000', '113937.901000', '113937.904000', '113937.906000', '113937.909000', '113937.911000', '113937.914000', '113937.917000', '113937.919000', '113937.922000', '113937.924000', '113937.927000', '113937.929000', '113937.932000', '113937.934000', '113957.824000', '113957.827000', '113957.830000', '113957.832000', '113957.835000', '113957.837000', '113957.840000', '113957.842000', '113957.845000', '113957.848000', '113957.850000', '113957.853000', '113957.855000', '113957.858000', '113957.861000', '113957.863000', '113957.866000', '113957.868000', '113957.871000', '113957.873000', '113957.876000', '113957.879000', '113957.881000', '113957.884000', '113957.886000', '113957.889000', '113957.891000', '113957.894000', '113957.897000', '113957.899000', '113957.902000', '113957.904000', '113957.907000', '113957.909000', '113957.912000', '113957.915000', '113957.917000', '113957.932000', '113957.934000', '113957.937000', '113957.939000', '113957.942000', '113957.945000', '114017.824000', '114017.826000', '114017.829000', '114017.832000', '114017.834000', '114017.837000', '114017.839000', '114017.842000', '114017.844000', '114017.847000', '114017.850000', '114017.852000', '114017.855000', '114017.858000', '114017.860000', '114017.863000', '114017.865000', '114017.868000', '114017.871000', '114017.873000', '114017.876000', '114017.878000', '114017.881000', '114017.883000', '114017.886000', '114017.889000', '114017.891000', '114017.894000', '114017.896000', '114017.899000', '114017.901000', '114017.904000', '114017.906000', '114017.909000', '114017.912000', '114017.914000', '114017.917000', '114017.919000', '114017.922000', '114017.925000', '114017.927000', '114017.930000', '114017.932000', '114017.935000', '114037.823000', '114037.826000', '114037.829000', '114037.831000', '114037.834000', '114037.837000', '114037.839000', '114037.842000', '114037.844000', '114037.847000', '114037.850000', '114037.852000', '114037.855000', '114037.857000', '114037.860000', '114037.863000', '114037.865000', '114037.868000', '114037.870000', '114037.873000', '114037.875000', '114037.878000', '114037.881000', '114037.883000', '114037.886000', '114037.889000', '114037.891000', '114037.894000', '114037.896000', '114037.899000', '114037.901000', '114037.904000', '114037.906000', '114037.909000', '114037.912000', '114037.914000', '114037.917000', '114037.920000', '114037.922000', '114037.925000', '114037.927000', '114037.930000', '114037.932000', '114057.824000', '114057.827000', '114057.830000', '114057.832000', '114057.835000', '114057.838000', '114057.840000', '114057.843000', '114057.845000', '114057.848000', '114057.850000', '114057.853000', '114057.856000', '114057.858000', '114057.861000', '114057.863000', '114057.866000', '114057.869000', '114057.871000', '114057.874000', '114057.876000', '114057.879000', '114057.882000', '114057.884000', '114057.887000', '114057.889000', '114057.892000', '114057.895000', '114057.897000', '114057.900000', '114057.902000', '114057.905000', '114057.907000', '114057.910000', '114057.913000', '114057.915000', '114057.918000', '114057.920000', '114057.923000', '114057.926000', '114057.928000', '114057.931000', '114057.933000', '114057.936000', '114117.824000', '114117.827000', '114117.830000', '114117.832000', '114117.835000', '114117.838000', '114117.840000', '114117.843000', '114117.846000', '114117.848000', '114117.851000', '114117.853000', '114117.856000', '114117.859000', '114117.861000', '114117.864000', '114117.866000', '114117.869000', '114117.871000', '114117.874000', '114117.877000', '114117.879000', '114117.882000', '114117.884000', '114117.887000', '114117.890000', '114117.892000', '114117.895000', '114117.897000', '114117.900000', '114117.903000', '114117.905000', '114117.908000', '114117.910000', '114117.913000', '114117.916000', '114117.918000', '114117.921000', '114117.923000', '114117.926000', '114117.928000', '114117.931000', '114117.934000', '114137.825000', '114137.827000', '114137.830000', '114137.833000', '114137.835000', '114137.838000', '114137.841000', '114137.844000', '114137.847000', '114137.849000', '114137.852000', '114137.855000', '114137.857000', '114137.860000', '114137.862000', '114137.865000', '114137.868000', '114137.870000', '114137.873000', '114137.890000', '114137.892000', '114137.895000', '114137.898000', '114137.900000', '114137.903000', '114137.905000', '114137.908000', '114137.911000', '114137.913000', '114137.916000', '114137.918000', '114137.921000', '114137.923000', '114137.926000', '114137.929000', '114137.931000', '114137.934000', '114137.936000', '114137.948000', '114137.950000', '114137.953000', '114137.955000', '114137.958000', '114137.960000', '114157.824000', '114157.827000', '114157.830000', '114157.832000', '114157.835000', '114157.838000', '114157.840000', '114157.843000', '114157.845000', '114157.848000', '114157.850000', '114157.853000', '114157.856000', '114157.858000', '114157.861000', '114157.863000', '114157.866000', '114157.868000', '114157.871000', '114157.874000', '114157.876000', '114157.879000', '114157.881000', '114157.884000', '114157.886000', '114157.889000', '114157.891000', '114157.894000', '114157.897000', '114157.899000', '114157.902000', '114157.904000', '114157.907000', '114157.909000', '114157.912000', '114157.915000', '114157.917000', '114157.920000', '114157.922000', '114157.925000', '114157.928000', '114157.930000', '114157.933000', '114217.825000', '114217.827000', '114217.830000', '114217.833000', '114217.835000', '114217.838000', '114217.840000', '114217.843000', '114217.845000', '114217.848000', '114217.851000', '114217.853000', '114217.856000', '114217.858000', '114217.861000', '114217.863000', '114217.866000', '114217.869000', '114217.871000', '114217.874000', '114217.876000', '114217.879000', '114217.882000', '114217.884000', '114217.887000', '114217.889000', '114217.892000', '114217.894000', '114217.897000', '114217.900000', '114217.902000', '114217.905000', '114217.907000', '114217.910000', '114217.913000', '114217.915000', '114217.918000', '114217.920000', '114217.923000', '114217.925000', '114217.928000', '114217.931000', '114217.933000', '114217.936000', '114237.824000', '114237.826000', '114237.829000', '114237.832000', '114237.834000', '114237.837000', '114237.839000', '114237.842000', '114237.845000', '114237.847000', '114237.850000', '114237.852000', '114237.855000', '114237.857000', '114237.860000', '114237.862000', '114237.865000', '114237.868000', '114237.870000', '114237.873000', '114237.876000', '114237.878000', '114237.881000', '114237.883000', '114237.886000', '114237.889000', '114237.891000', '114237.894000', '114237.896000', '114237.899000', '114237.902000', '114237.904000', '114237.907000', '114237.909000', '114237.912000', '114237.914000', '114237.917000', '114237.920000', '114237.922000', '114237.925000', '114237.927000', '114237.930000', '114237.932000', '114257.824000', '114257.827000', '114257.829000', '114257.832000', '114257.834000', '114257.837000', '114257.840000', '114257.842000', '114257.845000', '114257.848000', '114257.850000', '114257.853000', '114257.855000', '114257.858000', '114257.860000', '114257.863000', '114257.866000', '114257.868000', '114257.871000', '114257.873000', '114257.876000', '114257.879000', '114257.882000', '114257.885000', '114257.887000', '114257.890000', '114257.893000', '114257.895000', '114257.898000', '114257.901000', '114257.903000', '114257.906000', '114257.908000', '114257.911000', '114257.914000', '114257.916000', '114257.919000', '114257.921000', '114257.924000', '114257.927000', '114257.929000', '114257.932000', '114257.934000', '114317.825000', '114317.836000', '114317.839000', '114317.841000', '114317.844000', '114317.846000', '114317.849000', '114317.852000', '114317.854000', '114317.857000', '114317.860000', '114317.862000', '114317.865000', '114317.867000', '114317.870000', '114317.873000', '114317.875000', '114317.878000', '114317.880000', '114317.883000', '114317.886000', '114317.888000', '114317.891000', '114317.893000', '114317.896000', '114317.898000', '114317.901000', '114317.904000', '114317.906000', '114317.909000', '114317.911000', '114317.914000', '114317.917000', '114317.920000', '114317.922000', '114317.925000', '114317.927000', '114317.930000', '114317.933000', '114317.935000', '114317.938000', '114317.940000', '114317.943000', '114317.945000', '114337.825000', '114337.828000', '114337.830000', '114337.833000', '114337.836000', '114337.838000', '114337.841000', '114337.843000', '114337.846000', '114337.848000', '114337.851000', '114337.854000', '114337.856000', '114337.859000', '114337.861000', '114337.864000', '114337.867000', '114337.869000', '114337.872000', '114337.874000', '114337.877000', '114337.879000', '114337.882000', '114337.885000', '114337.887000', '114337.890000', '114337.892000', '114337.895000', '114337.897000', '114337.900000', '114337.903000', '114337.905000', '114337.908000', '114337.911000', '114337.913000', '114337.916000', '114337.918000', '114337.921000', '114337.924000', '114337.926000', '114337.929000', '114337.931000', '114337.934000', '114357.825000', '114357.828000', '114357.830000', '114357.833000', '114357.835000', '114357.838000', '114357.841000', '114357.843000', '114357.846000', '114357.848000', '114357.851000', '114357.854000', '114357.856000', '114357.859000', '114357.861000', '114357.864000', '114357.867000', '114357.869000', '114357.872000', '114357.874000', '114357.877000', '114357.880000', '114357.882000', '114357.885000', '114357.887000', '114357.890000', '114357.893000', '114357.895000', '114357.898000', '114357.900000', '114357.903000', '114357.906000', '114357.908000', '114357.911000', '114357.913000', '114357.916000', '114357.919000', '114357.921000', '114357.924000', '114357.926000', '114357.929000', '114357.932000', '114357.934000', '114357.937000', '114417.824000', '114417.827000', '114417.830000', '114417.833000', '114417.835000', '114417.838000', '114417.840000', '114417.843000', '114417.846000', '114417.848000', '114417.851000', '114417.853000', '114417.856000', '114417.858000', '114417.861000', '114417.864000', '114417.866000', '114417.869000', '114417.871000', '114417.874000', '114417.877000', '114417.880000', '114417.883000', '114417.886000', '114417.889000', '114417.891000', '114417.894000', '114417.896000', '114417.899000', '114417.901000', '114417.904000', '114417.907000', '114417.909000', '114417.912000', '114417.914000', '114417.917000', '114417.919000', '114417.922000', '114417.925000', '114417.927000', '114417.930000', '114417.933000', '114417.936000', '114437.825000', '114437.827000', '114437.830000', '114437.833000', '114437.835000', '114437.838000', '114437.840000', '114437.843000', '114437.845000', '114437.848000', '114437.851000', '114437.853000', '114437.856000', '114437.858000', '114437.861000', '114437.864000', '114437.866000', '114437.869000', '114437.871000', '114437.874000', '114437.877000', '114437.879000', '114437.882000', '114437.884000', '114437.887000', '114437.890000', '114437.904000', '114437.907000', '114437.909000', '114437.912000', '114437.914000', '114437.917000', '114437.920000', '114437.922000', '114437.925000', '114437.927000', '114437.930000', '114437.932000', '114437.935000', '114437.938000', '114437.940000', '114437.943000', '114437.946000', '114437.948000', '114457.824000', '114457.827000', '114457.829000', '114457.832000', '114457.834000', '114457.837000', '114457.840000', '114457.842000', '114457.845000', '114457.847000', '114457.850000', '114457.853000', '114457.855000', '114457.858000', '114457.860000', '114457.863000', '114457.866000', '114457.868000', '114457.871000', '114457.874000', '114457.877000', '114457.880000', '114457.883000', '114457.885000', '114457.888000', '114457.891000', '114457.893000', '114457.896000', '114457.899000', '114457.901000', '114457.904000', '114457.906000', '114457.909000', '114457.911000', '114457.914000', '114457.917000', '114457.919000', '114457.922000', '114457.924000', '114457.927000', '114457.930000', '114457.932000', '114457.935000', '114517.824000', '114517.827000', '114517.829000', '114517.832000', '114517.834000', '114517.837000', '114517.839000', '114517.842000', '114517.845000', '114517.847000', '114517.850000', '114517.852000', '114517.855000', '114517.858000', '114517.860000', '114517.863000', '114517.865000', '114517.868000', '114517.870000', '114517.873000', '114517.876000', '114517.878000', '114517.881000', '114517.883000', '114517.886000', '114517.889000', '114517.891000', '114517.894000', '114517.896000', '114517.899000', '114517.902000', '114517.904000', '114517.907000', '114517.909000', '114517.912000', '114517.914000', '114517.917000', '114517.920000', '114517.922000', '114517.925000', '114517.927000', '114517.930000', '114517.933000', '114517.935000', '114537.825000', '114537.828000', '114537.831000', '114537.834000', '114537.836000', '114537.839000', '114537.842000', '114537.844000', '114537.847000', '114537.849000', '114537.852000', '114537.855000', '114537.857000', '114537.860000', '114537.863000', '114537.865000', '114537.873000', '114537.876000', '114537.879000', '114537.882000', '114537.886000', '114537.889000', '114537.892000', '114537.895000', '114537.897000', '114537.900000', '114537.903000', '114537.906000', '114537.910000', '114537.913000', '114537.916000', '114537.919000', '114537.922000', '114537.924000', '114537.927000', '114537.930000', '114537.932000', '114537.936000', '114537.938000', '114537.941000', '114537.943000', '114537.946000', '114537.949000', '114538.027000'], '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': [7793, 9334, 7939, 11978, 11413, 12322, 10415, 13861, 10462, 11590, 10604, 11518, 10469, 9992, 10730, 8162, 10314, 7502, 10423, 8970, 11664, 11419, 11473, 7475, 11125, 8722, 10909, 8260, 10569, 7508, 11063, 11592, 11061, 7902, 11351, 8947, 11376, 9859, 11899, 9197, 10591, 8737, 10947, 8302, 11283, 8500, 10625, 8277, 10471, 7004, 10496, 11059, 10348, 10323, 9798, 8696, 9218, 7399, 10319, 7210, 11483, 8076, 12052, 8064, 10966, 8568, 10724, 7400, 10665, 7688, 11064, 8046, 12269, 9699, 10883, 8954, 11988, 9310, 12421, 9665, 13124, 9278, 11526, 8326, 10761, 9175, 10420, 8272, 11133, 7662, 11034, 7487, 11282, 8166, 10645, 8721, 11170, 9435, 12206, 9408, 10973, 9169, 11442, 9121, 10650, 9718, 11588, 9659, 12771, 9527, 13101, 9494, 10580, 9459, 11210, 9614, 11139, 9781, 13155, 9541, 10319, 9954, 10903, 9905, 11645, 9552, 11214, 8598, 10689, 8519, 10726, 8531, 11032, 8665, 10559, 10098, 10674, 7476, 10815, 7939, 11354, 8700, 10566, 8031, 11506, 9409, 11024, 10091, 11949, 10405, 8781, 10289, 8606, 10881, 8383, 10944, 8872, 10430, 7687, 11050, 8065, 11242, 9605, 12230, 7840, 13272, 10776, 13128, 7800, 10809, 9012, 8462, 8008, 8158, 12730, 9201, 8272, 9408, 7283, 12055, 9841, 11880, 15694, 14227, 14644, 12238, 15089, 10612, 14737, 11741, 10736, 9388, 10339, 8113, 10669, 8241, 10750, 7862, 10384, 9642, 10334, 7499, 9996, 7885, 10072, 7235, 10157, 11760, 10309, 14013, 10495, 12480, 9568, 8054, 9062, 9397, 9250, 11368, 9067, 10263, 8682, 10400, 8479, 11489, 9149, 11564, 7652, 11627, 8749, 10271, 8254, 10473, 8339, 11035, 10584, 11875, 9316, 10815, 8492, 10644, 7237, 10303, 7774, 10737, 7951, 10694, 10727, 10565, 11761, 10437, 9964, 10397, 10963, 9489, 11426, 8849, 11134, 9034, 10879, 9610, 10883, 7914, 10569, 7847, 10632, 8631, 11081, 7544, 10706, 9193, 11603, 9779, 11903, 7927, 11010, 9199, 8031, 9245, 7903, 9322, 12606, 8632, 11029, 8781, 10251, 8048, 10334, 7629, 10699, 12210, 10807, 13187, 10544, 8268, 11053, 8687, 10724, 15432, 11663, 14558, 11637, 13566, 10329, 10406, 10355, 11237, 9819, 10673, 9236, 10707, 8782, 10796, 9014, 11184, 9190, 10513, 9401, 10633, 10005, 7226, 9119, 7930, 10799, 7812, 11201, 8710, 11534, 7774, 10969, 8379, 10457, 8047, 10881, 8052, 12762, 11145, 13977, 9883, 11594, 8636, 10644, 9690, 11450, 9976, 11443, 9599, 10719, 9323, 10498, 7882, 10815, 8860, 11491, 8420, 11065, 8754, 11550, 9916, 7641, 9181, 9127, 10661, 8568, 11133, 8832, 11869, 9269, 10271, 9344, 6740, 9738, 6484, 11176, 8016, 11505, 8440, 12238, 10018, 10430, 9582, 7085, 9909, 6712, 11151, 8488, 10723, 13890, 11032, 8792, 9665, 8139, 10784, 7588, 10828, 8579, 11523, 9917, 10740, 8121, 11264, 7849, 11408, 7973, 11235, 8946, 11354, 11126, 11430, 9325, 13262, 10591, 10944, 10075, 11084, 9642, 10822, 9579, 10822, 9264, 10904, 11382, 10881, 10980, 10806, 8921, 10680, 7828, 11005, 9450, 12090, 9717, 8905, 9845, 6600, 9304, 7179, 11193, 9228, 9677, 10281, 8531, 11325, 8636, 11737, 9376, 14119, 9327, 11537, 9747, 10909, 8102, 10755, 11795, 10859, 9634, 10695, 7038, 10530, 10934, 10937, 7701, 11104, 8325, 11248, 8414, 11011, 7750, 10889, 9702, 10886, 10504, 10908, 9995, 9082, 9238, 9633, 11645, 7750, 11448, 8390, 10718, 12866, 10449, 13301, 9848, 12583, 10630, 12288, 9647, 11173, 11384, 13470, 11771, 11312, 9173, 11688, 10084, 11505, 10267, 8591, 9962, 7498, 10653, 8148, 10904, 8883, 11058, 10237, 10886, 10263, 10315, 7542, 10540, 7968, 10962, 8906, 10896, 9878, 11315, 9462, 8707, 9548, 7249, 10620, 9089, 11401, 8163, 11198, 8784, 11259, 10415, 11351, 9614, 9337, 10454, 8348, 10284, 11226, 11860, 9345, 8893, 10357, 8107, 10745, 13150, 10639, 12618, 10595, 8056, 10189, 8930, 10623, 7610, 11566, 7761, 10720, 8084, 10820, 7729, 10839, 9073, 10741, 9260, 10399, 8367, 10042, 9252, 9769, 10540, 8967, 10165, 8028, 10547, 11227, 10652, 8974, 10968, 9838, 12193, 11733, 14057, 11457, 12356, 10541, 11583, 10704, 13958, 10407, 14114, 10328, 10756, 10656, 11549, 10610, 11684, 9756, 10051, 10420, 8522, 10051, 8655, 10769, 9326, 10305, 9384, 11421, 8910, 10923, 7310, 10401, 6962, 10084, 10951, 10381, 11284, 10444, 12532, 9846, 11018, 8994, 10939, 9340, 11018, 9786, 6828, 8730, 8702, 9976, 8481, 8793, 9052, 10817, 7344, 10393, 12211, 10283, 11212, 10092, 11279, 10803, 13462, 10843, 13094, 16210, 13047, 15125, 14375, 15665, 11795, 14072, 10250, 12484, 10263, 12237, 9870, 10234, 9630, 10901, 10958, 11452, 10007, 10360, 8682, 10404, 9880, 8306, 10543, 9246, 10737, 10355, 7975, 8304, 10885, 11025, 9116, 8203, 11014, 10077, 12081, 10380, 12800, 10658, 13301, 11036, 11166, 14848, 9995, 10164, 9411, 8500, 10769, 9532, 11094, 10315, 10678, 10106, 10466, 10230, 10465, 9966, 12368, 10971, 11839, 10340, 8711, 8970, 10605, 11743, 8501, 9629, 10998, 10586, 7677, 10489, 11746, 10493, 14575, 10843, 15525, 10534, 14188, 9943, 11374, 14888, 9380, 10723, 10542, 11099, 10385, 10803, 10331, 10620, 10009, 10013, 10980, 9906, 10418, 10304, 7606, 9772, 7334, 10156, 8712, 10327, 9523, 10551, 8954, 11011, 10133, 10442, 8516, 8037, 10024, 9224, 9770, 10008, 8857, 9379, 8403, 10461, 8955, 10482, 10729, 11199, 9896, 13031, 10010, 13565, 11099, 12425, 10400, 12464, 12217, 8147, 7146, 9079, 7305, 11027, 9438, 11085, 11366, 12752, 10975, 15634, 12677, 10110, 15394, 12522, 16043, 12260, 10743, 15848, 12731, 16125, 13290, 13387, 10409, 9905, 11631, 11593, 11797, 9963, 10102, 9708, 11027, 10112, 10109, 10656, 10546, 10450, 10048, 8457, 9805, 9416, 9551, 8766, 8207, 10008, 8652, 6639, 9598, 8275, 9963, 8757, 10539, 9274, 11692, 10438, 13177, 9804, 14618, 10071, 14781, 10549, 14632, 10935, 14195, 10161, 13926, 10805, 8827, 9419, 8280, 10128, 9761, 11141, 9997, 11026, 9628, 10592, 8977, 7737, 8397, 10405, 10425, 8062, 10660, 9557, 11028, 9366, 10073, 9068, 12960, 9747, 11100, 10204, 10264, 9402, 8526, 11128, 8952, 15017], 'WindowCenter': [4050.0, 4043.0, 4020.0, 4049.0, 4048.0, 4048.0, 4036.0, 4044.0, 4023.0, 4030.0, 4026.0, 4020.0, 4023.0, 4014.0, 4020.0, 4002.0, 4027.0, 3990.0, 4021.0, 4013.0, 4036.0, 4034.0, 4039.0, 4003.0, 4036.0, 4013.0, 4023.0, 4002.0, 4023.0, 4005.0, 4033.0, 4035.0, 4040.0, 4017.0, 4036.0, 4033.0, 4046.0, 4036.0, 4046.0, 4039.0, 4037.0, 4019.0, 4036.0, 4015.0, 4034.0, 4014.0, 4025.0, 4002.0, 4026.0, 3991.0, 4026.0, 4039.0, 4041.0, 4035.0, 4035.0, 4016.0, 4014.0, 4004.0, 4038.0, 4007.0, 4052.0, 4017.0, 4051.0, 4031.0, 4049.0, 4033.0, 4053.0, 4018.0, 4038.0, 4017.0, 4056.0, 4019.0, 4067.0, 4041.0, 4036.0, 4028.0, 4048.0, 4046.0, 4058.0, 4039.0, 4061.0, 4026.0, 4037.0, 4017.0, 4037.0, 4029.0, 4026.0, 4016.0, 4036.0, 4006.0, 4037.0, 4005.0, 4037.0, 4015.0, 4031.0, 4015.0, 4036.0, 4025.0, 4042.0, 4028.0, 4032.0, 4016.0, 4035.0, 4014.0, 4025.0, 4029.0, 4040.0, 4027.0, 4045.0, 4024.0, 4032.0, 4011.0, 4023.0, 4015.0, 4030.0, 4013.0, 4022.0, 4030.0, 4032.0, 4013.0, 4024.0, 4023.0, 4024.0, 4023.0, 4032.0, 4013.0, 4035.0, 4012.0, 4028.0, 4002.0, 4023.0, 4013.0, 4024.0, 4014.0, 4023.0, 4025.0, 4022.0, 4004.0, 4034.0, 4018.0, 4032.0, 4015.0, 4023.0, 4015.0, 4038.0, 4026.0, 4039.0, 4040.0, 4049.0, 4037.0, 4016.0, 4029.0, 4017.0, 4038.0, 4014.0, 4038.0, 4015.0, 4032.0, 3992.0, 4024.0, 4004.0, 4035.0, 4023.0, 4035.0, 4005.0, 4046.0, 4025.0, 4049.0, 3992.0, 4023.0, 4016.0, 4019.0, 4028.0, 4018.0, 4063.0, 4030.0, 4017.0, 4029.0, 4007.0, 4046.0, 4026.0, 4042.0, 4045.0, 4033.0, 4038.0, 4023.0, 4039.0, 4008.0, 4031.0, 4007.0, 3997.0, 3998.0, 4007.0, 3988.0, 4009.0, 4000.0, 4023.0, 4002.0, 4024.0, 4024.0, 4026.0, 4005.0, 4023.0, 4002.0, 4023.0, 3999.0, 4023.0, 4037.0, 4024.0, 4045.0, 4024.0, 4036.0, 4013.0, 4007.0, 4012.0, 4013.0, 4036.0, 4037.0, 4030.0, 4027.0, 4014.0, 4030.0, 4015.0, 4032.0, 4025.0, 4036.0, 4009.0, 4036.0, 4016.0, 4025.0, 4006.0, 4025.0, 4003.0, 4024.0, 4024.0, 4036.0, 4012.0, 4020.0, 4005.0, 4017.0, 3989.0, 4011.0, 3991.0, 4020.0, 3988.0, 4022.0, 4019.0, 4012.0, 4022.0, 4021.0, 4014.0, 4023.0, 4021.0, 4015.0, 4018.0, 4014.0, 4020.0, 4015.0, 4024.0, 4014.0, 4028.0, 4001.0, 4022.0, 3989.0, 4021.0, 4001.0, 4021.0, 4003.0, 4039.0, 4024.0, 4041.0, 4023.0, 4034.0, 4008.0, 4027.0, 4024.0, 4016.0, 4025.0, 4005.0, 4026.0, 4045.0, 4016.0, 4035.0, 4015.0, 4038.0, 4018.0, 4032.0, 4002.0, 4024.0, 4033.0, 4022.0, 4044.0, 4025.0, 4007.0, 4021.0, 4003.0, 4023.0, 4049.0, 4019.0, 4029.0, 4019.0, 4018.0, 3997.0, 4001.0, 3998.0, 4013.0, 3998.0, 4014.0, 3999.0, 4015.0, 4001.0, 4021.0, 4013.0, 4027.0, 4013.0, 4023.0, 4023.0, 4023.0, 4025.0, 4004.0, 4017.0, 4003.0, 4037.0, 4005.0, 4039.0, 4015.0, 4041.0, 4004.0, 4026.0, 4002.0, 4023.0, 3992.0, 4024.0, 4002.0, 4037.0, 4021.0, 4033.0, 3998.0, 4009.0, 3987.0, 4014.0, 4000.0, 4010.0, 4010.0, 4019.0, 3999.0, 4008.0, 3999.0, 4009.0, 3990.0, 4010.0, 4002.0, 4019.0, 3989.0, 4021.0, 4001.0, 4032.0, 4021.0, 3993.0, 4018.0, 4014.0, 4022.0, 4016.0, 4033.0, 4027.0, 4048.0, 4038.0, 4037.0, 4027.0, 4011.0, 4041.0, 3998.0, 4048.0, 4031.0, 4054.0, 4017.0, 4046.0, 4037.0, 4036.0, 4025.0, 4005.0, 4037.0, 3995.0, 4036.0, 4015.0, 4039.0, 4050.0, 4043.0, 4013.0, 4020.0, 4003.0, 4021.0, 3992.0, 4023.0, 4000.0, 4021.0, 4009.0, 4028.0, 3990.0, 4022.0, 4008.0, 4021.0, 3990.0, 4023.0, 4000.0, 4020.0, 4034.0, 4030.0, 3999.0, 4033.0, 4008.0, 4008.0, 4000.0, 4015.0, 3996.0, 4008.0, 4012.0, 4024.0, 4012.0, 4029.0, 4034.0, 4035.0, 4024.0, 4027.0, 4001.0, 4020.0, 3991.0, 4024.0, 4024.0, 4039.0, 4029.0, 4018.0, 4021.0, 3987.0, 4015.0, 3994.0, 4048.0, 4030.0, 4030.0, 4024.0, 4026.0, 4036.0, 4030.0, 4049.0, 4026.0, 4053.0, 4013.0, 4023.0, 4014.0, 4022.0, 4008.0, 4022.0, 4032.0, 4020.0, 4015.0, 4026.0, 3992.0, 4021.0, 4022.0, 4022.0, 4006.0, 4039.0, 4015.0, 4033.0, 4016.0, 4025.0, 3999.0, 4029.0, 4024.0, 4037.0, 4038.0, 4026.0, 4022.0, 4014.0, 4020.0, 4028.0, 4050.0, 4009.0, 4040.0, 4004.0, 4023.0, 4036.0, 4025.0, 4039.0, 4020.0, 4029.0, 4012.0, 4030.0, 3998.0, 4019.0, 4019.0, 4022.0, 4007.0, 4013.0, 4000.0, 4006.0, 4007.0, 4008.0, 4016.0, 3990.0, 4015.0, 3976.0, 4008.0, 3987.0, 4017.0, 3997.0, 4009.0, 4015.0, 4011.0, 4017.0, 4017.0, 3983.0, 4005.0, 3988.0, 4011.0, 4002.0, 4020.0, 4022.0, 4023.0, 4012.0, 4003.0, 4011.0, 3994.0, 4041.0, 4014.0, 4039.0, 4016.0, 4032.0, 4013.0, 4037.0, 4035.0, 4042.0, 4014.0, 4014.0, 4024.0, 4004.0, 4032.0, 4037.0, 4036.0, 4015.0, 4013.0, 4025.0, 4003.0, 4038.0, 4043.0, 4026.0, 4033.0, 4010.0, 3989.0, 4018.0, 4011.0, 4021.0, 4002.0, 4040.0, 4002.0, 4033.0, 4001.0, 4023.0, 4004.0, 4034.0, 4027.0, 4021.0, 4012.0, 4021.0, 4008.0, 4007.0, 4011.0, 4031.0, 4041.0, 4029.0, 4049.0, 4015.0, 4036.0, 4035.0, 4036.0, 4014.0, 4032.0, 4019.0, 4035.0, 4033.0, 4045.0, 4021.0, 4031.0, 4024.0, 4020.0, 4009.0, 4031.0, 4013.0, 4032.0, 4008.0, 4009.0, 4006.0, 4008.0, 4008.0, 4006.0, 4002.0, 4010.0, 4009.0, 3999.0, 4010.0, 4001.0, 4021.0, 4012.0, 4021.0, 4021.0, 4034.0, 4015.0, 4022.0, 3993.0, 4022.0, 3980.0, 4030.0, 4025.0, 4026.0, 4024.0, 4024.0, 4033.0, 4018.0, 4010.0, 4001.0, 4022.0, 4031.0, 4024.0, 4025.0, 3986.0, 3999.0, 4000.0, 4019.0, 4021.0, 4018.0, 4022.0, 4052.0, 4022.0, 4055.0, 4052.0, 4024.0, 4025.0, 4015.0, 4029.0, 4029.0, 4031.0, 4017.0, 4027.0, 4031.0, 4005.0, 4024.0, 4012.0, 4016.0, 3984.0, 3991.0, 3976.0, 3995.0, 3975.0, 3980.0, 3971.0, 3974.0, 3970.0, 3992.0, 4001.0, 4004.0, 4000.0, 4012.0, 3987.0, 4015.0, 4019.0, 4003.0, 4018.0, 4014.0, 4025.0, 4029.0, 4008.0, 4008.0, 4022.0, 4024.0, 4002.0, 3999.0, 4021.0, 4020.0, 4023.0, 4011.0, 4035.0, 4015.0, 4047.0, 4023.0, 4024.0, 4050.0, 4011.0, 4011.0, 4000.0, 3999.0, 4021.0, 4023.0, 4030.0, 4024.0, 4024.0, 4029.0, 4030.0, 4024.0, 4015.0, 4016.0, 4029.0, 4026.0, 4035.0, 4022.0, 3999.0, 4010.0, 4020.0, 4028.0, 4000.0, 4027.0, 4023.0, 4038.0, 4013.0, 4030.0, 4024.0, 4023.0, 4046.0, 4030.0, 4051.0, 4038.0, 4038.0, 4002.0, 3971.0, 4066.0, 4012.0, 4007.0, 4011.0, 4021.0, 4029.0, 4019.0, 4018.0, 4011.0, 4002.0, 3997.0, 4009.0, 4013.0, 4012.0, 4012.0, 3990.0, 4012.0, 3991.0, 4021.0, 4003.0, 4026.0, 4013.0, 4030.0, 4015.0, 4027.0, 4023.0, 4027.0, 4005.0, 4002.0, 4023.0, 4033.0, 4037.0, 4043.0, 4031.0, 4036.0, 4020.0, 4038.0, 4027.0, 4043.0, 4039.0, 4025.0, 4023.0, 4050.0, 4025.0, 4057.0, 4033.0, 4024.0, 4014.0, 4034.0, 4020.0, 4000.0, 3990.0, 4017.0, 3991.0, 4023.0, 4012.0, 4023.0, 4037.0, 4037.0, 4028.0, 4047.0, 4034.0, 4001.0, 4033.0, 4014.0, 4033.0, 3995.0, 3985.0, 4015.0, 3996.0, 4015.0, 3994.0, 3996.0, 3975.0, 3970.0, 3980.0, 3985.0, 3976.0, 3971.0, 3981.0, 3977.0, 3983.0, 3984.0, 3985.0, 3990.0, 4001.0, 3993.0, 3997.0, 3988.0, 3998.0, 4005.0, 4018.0, 4001.0, 4002.0, 4026.0, 4020.0, 3998.0, 4029.0, 4014.0, 4029.0, 4014.0, 4034.0, 4025.0, 4036.0, 4029.0, 4052.0, 4013.0, 4046.0, 4019.0, 4039.0, 4014.0, 4038.0, 4011.0, 4029.0, 4012.0, 4034.0, 4025.0, 3999.0, 4007.0, 3989.0, 4014.0, 4014.0, 4025.0, 4013.0, 4024.0, 4015.0, 4029.0, 4018.0, 4007.0, 4004.0, 4025.0, 4024.0, 4008.0, 4023.0, 4026.0, 4033.0, 4016.0, 4031.0, 4020.0, 4052.0, 4024.0, 4037.0, 4026.0, 4024.0, 4014.0, 4016.0, 4039.0, 4021.0, 4060.0], 'WindowWidth': [9051.0, 9029.0, 8989.0, 9022.0, 9019.0, 9019.0, 8999.0, 9007.0, 8976.0, 8987.0, 8979.0, 8967.0, 8973.0, 8961.0, 8965.0, 8944.0, 8980.0, 8927.0, 8967.0, 8960.0, 8993.0, 8990.0, 9000.0, 8949.0, 8993.0, 8962.0, 8975.0, 8945.0, 8975.0, 8952.0, 8989.0, 8992.0, 9003.0, 8972.0, 8995.0, 8998.0, 9010.0, 8999.0, 9012.0, 9006.0, 8999.0, 8976.0, 8995.0, 8968.0, 8992.0, 8964.0, 8979.0, 8946.0, 8981.0, 8931.0, 8980.0, 9006.0, 9012.0, 8999.0, 8995.0, 8969.0, 8964.0, 8952.0, 9003.0, 8959.0, 9022.0, 8975.0, 9023.0, 9000.0, 9024.0, 9004.0, 9029.0, 8978.0, 9003.0, 8975.0, 9036.0, 8980.0, 9052.0, 9011.0, 8999.0, 8990.0, 9016.0, 9021.0, 9031.0, 9009.0, 9036.0, 8983.0, 8998.0, 8972.0, 8998.0, 8989.0, 8982.0, 8969.0, 8994.0, 8956.0, 8999.0, 8956.0, 8998.0, 8968.0, 8989.0, 8967.0, 8993.0, 8980.0, 9007.0, 8986.0, 8993.0, 8970.0, 8990.0, 8964.0, 8978.0, 8988.0, 9005.0, 8984.0, 9006.0, 8979.0, 8986.0, 8958.0, 8973.0, 8963.0, 8987.0, 8962.0, 8973.0, 8987.0, 8985.0, 8960.0, 8973.0, 8975.0, 8975.0, 8975.0, 8985.0, 8962.0, 8992.0, 8960.0, 8983.0, 8944.0, 8972.0, 8961.0, 8978.0, 8967.0, 8975.0, 8978.0, 8972.0, 8953.0, 8992.0, 8976.0, 8987.0, 8970.0, 8975.0, 8968.0, 8998.0, 8984.0, 9005.0, 9007.0, 9020.0, 9000.0, 8969.0, 8988.0, 8970.0, 9002.0, 8966.0, 9002.0, 8967.0, 8992.0, 8931.0, 8976.0, 8950.0, 8992.0, 8975.0, 8995.0, 8952.0, 9010.0, 8979.0, 9013.0, 8932.0, 8974.0, 8970.0, 8979.0, 8995.0, 8978.0, 9042.0, 8992.0, 8975.0, 8993.0, 8961.0, 9014.0, 8982.0, 9009.0, 9013.0, 8988.0, 9000.0, 8970.0, 8999.0, 8944.0, 8980.0, 8939.0, 8925.0, 8931.0, 8940.0, 8920.0, 8947.0, 8939.0, 8972.0, 8947.0, 8977.0, 8977.0, 8982.0, 8953.0, 8976.0, 8947.0, 8975.0, 8945.0, 8975.0, 8998.0, 8980.0, 9010.0, 8980.0, 8996.0, 8959.0, 8953.0, 8957.0, 8959.0, 9001.0, 8999.0, 8994.0, 8985.0, 8965.0, 8989.0, 8967.0, 8986.0, 8981.0, 8999.0, 8961.0, 8996.0, 8965.0, 8976.0, 8952.0, 8976.0, 8949.0, 8977.0, 8977.0, 8994.0, 8956.0, 8965.0, 8947.0, 8964.0, 8923.0, 8955.0, 8927.0, 8968.0, 8921.0, 8969.0, 8963.0, 8953.0, 8970.0, 8967.0, 8961.0, 8972.0, 8967.0, 8963.0, 8962.0, 8961.0, 8967.0, 8964.0, 8976.0, 8963.0, 8983.0, 8943.0, 8970.0, 8925.0, 8968.0, 8941.0, 8969.0, 8948.0, 9007.0, 8980.0, 9008.0, 8977.0, 8989.0, 8955.0, 8982.0, 8979.0, 8974.0, 8985.0, 8953.0, 8984.0, 9010.0, 8971.0, 8997.0, 8970.0, 9001.0, 8976.0, 8994.0, 8944.0, 8978.0, 8989.0, 8974.0, 9003.0, 8976.0, 8951.0, 8968.0, 8943.0, 8971.0, 9014.0, 8962.0, 8981.0, 8963.0, 8960.0, 8928.0, 8935.0, 8931.0, 8953.0, 8930.0, 8956.0, 8936.0, 8957.0, 8941.0, 8965.0, 8960.0, 8980.0, 8962.0, 8976.0, 8978.0, 8977.0, 8979.0, 8950.0, 8969.0, 8949.0, 8999.0, 8954.0, 9000.0, 8968.0, 9006.0, 8952.0, 8981.0, 8944.0, 8974.0, 8930.0, 8976.0, 8943.0, 8997.0, 8967.0, 8988.0, 8931.0, 8948.0, 8916.0, 8956.0, 8935.0, 8950.0, 8950.0, 8961.0, 8935.0, 8946.0, 8934.0, 8946.0, 8923.0, 8948.0, 8941.0, 8961.0, 8923.0, 8965.0, 8943.0, 8985.0, 8971.0, 8933.0, 8969.0, 8962.0, 8971.0, 8969.0, 8989.0, 8985.0, 9018.0, 9006.0, 9001.0, 8989.0, 8972.0, 9010.0, 8949.0, 9017.0, 8999.0, 9030.0, 8975.0, 9012.0, 9000.0, 8999.0, 8982.0, 8955.0, 8999.0, 8941.0, 8998.0, 8967.0, 9002.0, 9020.0, 9009.0, 8962.0, 8973.0, 8945.0, 8968.0, 8926.0, 8973.0, 8940.0, 8968.0, 8948.0, 8980.0, 8925.0, 8968.0, 8954.0, 8967.0, 8925.0, 8971.0, 8938.0, 8966.0, 8989.0, 8989.0, 8937.0, 8986.0, 8944.0, 8945.0, 8934.0, 8956.0, 8927.0, 8945.0, 8957.0, 8972.0, 8957.0, 8985.0, 8991.0, 8996.0, 8975.0, 8978.0, 8941.0, 8966.0, 8930.0, 8977.0, 8978.0, 8997.0, 8988.0, 8969.0, 8970.0, 8928.0, 8965.0, 8939.0, 9018.0, 8993.0, 8993.0, 8979.0, 8985.0, 8998.0, 8995.0, 9024.0, 8986.0, 9025.0, 8960.0, 8973.0, 8961.0, 8971.0, 8954.0, 8972.0, 8982.0, 8963.0, 8963.0, 8982.0, 8931.0, 8967.0, 8972.0, 8971.0, 8953.0, 8999.0, 8967.0, 8989.0, 8969.0, 8978.0, 8946.0, 8982.0, 8977.0, 8999.0, 9002.0, 8979.0, 8973.0, 8962.0, 8974.0, 8987.0, 9025.0, 8963.0, 9004.0, 8948.0, 8974.0, 8994.0, 8976.0, 9001.0, 8971.0, 8985.0, 8955.0, 8985.0, 8931.0, 8962.0, 8960.0, 8968.0, 8940.0, 8953.0, 8934.0, 8939.0, 8943.0, 8945.0, 8961.0, 8922.0, 8958.0, 8901.0, 8944.0, 8916.0, 8964.0, 8929.0, 8948.0, 8960.0, 8951.0, 8963.0, 8962.0, 8914.0, 8939.0, 8920.0, 8951.0, 8943.0, 8969.0, 8972.0, 8973.0, 8957.0, 8944.0, 8954.0, 8938.0, 9004.0, 8964.0, 9002.0, 8967.0, 8985.0, 8962.0, 8996.0, 8994.0, 9007.0, 8964.0, 8961.0, 8973.0, 8950.0, 8992.0, 8996.0, 8995.0, 8966.0, 8963.0, 8978.0, 8945.0, 8999.0, 9004.0, 8980.0, 8989.0, 8952.0, 8922.0, 8967.0, 8955.0, 8969.0, 8947.0, 8999.0, 8946.0, 8989.0, 8944.0, 8975.0, 8950.0, 8991.0, 8987.0, 8968.0, 8959.0, 8968.0, 8957.0, 8944.0, 8953.0, 8991.0, 9007.0, 8992.0, 9024.0, 8970.0, 8998.0, 8995.0, 9000.0, 8964.0, 8992.0, 8970.0, 8992.0, 8985.0, 9008.0, 8970.0, 8983.0, 8973.0, 8964.0, 8949.0, 8982.0, 8957.0, 8983.0, 8945.0, 8946.0, 8940.0, 8943.0, 8943.0, 8941.0, 8940.0, 8952.0, 8949.0, 8936.0, 8951.0, 8941.0, 8967.0, 8959.0, 8969.0, 8977.0, 8987.0, 8964.0, 8971.0, 8932.0, 8971.0, 8912.0, 8986.0, 8976.0, 8976.0, 8974.0, 8974.0, 8987.0, 8966.0, 8952.0, 8939.0, 8971.0, 8991.0, 8977.0, 8979.0, 8924.0, 8935.0, 8938.0, 8969.0, 8976.0, 8970.0, 8980.0, 9023.0, 8987.0, 9034.0, 9027.0, 8976.0, 8978.0, 8962.0, 8984.0, 8980.0, 8984.0, 8963.0, 8978.0, 8979.0, 8937.0, 8975.0, 8949.0, 8951.0, 8901.0, 8908.0, 8888.0, 8912.0, 8886.0, 8888.0, 8878.0, 8884.0, 8878.0, 8909.0, 8928.0, 8933.0, 8934.0, 8951.0, 8912.0, 8955.0, 8966.0, 8942.0, 8965.0, 8959.0, 8975.0, 8987.0, 8957.0, 8953.0, 8969.0, 8974.0, 8941.0, 8935.0, 8965.0, 8969.0, 8971.0, 8954.0, 8988.0, 8961.0, 9007.0, 8972.0, 8970.0, 9013.0, 8949.0, 8950.0, 8934.0, 8934.0, 8967.0, 8973.0, 8986.0, 8978.0, 8977.0, 8986.0, 8987.0, 8975.0, 8962.0, 8964.0, 8981.0, 8977.0, 8992.0, 8971.0, 8935.0, 8951.0, 8965.0, 8978.0, 8937.0, 8981.0, 8976.0, 9000.0, 8968.0, 8989.0, 8972.0, 8971.0, 9005.0, 8982.0, 9017.0, 9000.0, 8991.0, 8935.0, 8868.0, 9047.0, 8956.0, 8943.0, 8949.0, 8965.0, 8984.0, 8962.0, 8964.0, 8951.0, 8940.0, 8928.0, 8948.0, 8954.0, 8952.0, 8952.0, 8924.0, 8955.0, 8927.0, 8969.0, 8946.0, 8979.0, 8960.0, 8985.0, 8967.0, 8982.0, 8975.0, 8983.0, 8951.0, 8945.0, 8975.0, 8996.0, 8999.0, 9014.0, 8995.0, 9006.0, 8979.0, 9002.0, 8986.0, 9009.0, 9001.0, 8981.0, 8974.0, 9019.0, 8982.0, 9029.0, 8988.0, 8971.0, 8955.0, 8985.0, 8964.0, 8937.0, 8928.0, 8969.0, 8930.0, 8974.0, 8959.0, 8976.0, 8996.0, 8998.0, 8985.0, 9011.0, 8986.0, 8937.0, 8985.0, 8953.0, 8979.0, 8918.0, 8904.0, 8955.0, 8921.0, 8950.0, 8915.0, 8915.0, 8884.0, 8873.0, 8885.0, 8897.0, 8879.0, 8878.0, 8892.0, 8890.0, 8896.0, 8898.0, 8901.0, 8913.0, 8930.0, 8913.0, 8925.0, 8917.0, 8930.0, 8944.0, 8965.0, 8938.0, 8943.0, 8981.0, 8975.0, 8948.0, 8986.0, 8963.0, 8986.0, 8962.0, 8995.0, 8977.0, 8995.0, 8986.0, 9019.0, 8959.0, 9006.0, 8966.0, 8997.0, 8955.0, 8992.0, 8950.0, 8973.0, 8954.0, 8985.0, 8973.0, 8933.0, 8947.0, 8920.0, 8955.0, 8958.0, 8971.0, 8957.0, 8972.0, 8963.0, 8983.0, 8969.0, 8955.0, 8949.0, 8978.0, 8975.0, 8958.0, 8975.0, 8981.0, 8994.0, 8969.0, 8992.0, 8977.0, 9021.0, 8978.0, 8995.0, 8979.0, 8976.0, 8963.0, 8967.0, 9004.0, 8979.0, 9034.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.0026600229885057466</td></tr>
<tr><td colspan=3>aqi</td><td>0.028809188735632183</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.82400173819334</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2359123041196782</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00662593607595</td></tr>
<tr><td colspan=3>efc</td><td>0.4916</td></tr>
<tr><td colspan=3>fber</td><td>5625.522</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10099209553970324</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.505747126436782</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.419989343278849</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2930367635115614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.641260937027432</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3256703292975542</td></tr>
<tr><td colspan=3>gcor</td><td>0.0201803</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015655681490898132</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038571350276470184</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.050292381344537</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.8732</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6148</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.3562</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296002.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.8899</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8735</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.0439</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3211.8472</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.7121</td></tr>
<tr><td colspan=3>tsnr</td><td>37.49101204611361</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>