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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-03/func/sub-0017_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>45dae893011b9b6cc99a30168aaa34e2</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>12:51:19.445000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996333, -0.0805395, 0.0288849, 0.0773634, 0.992178, 0.0979684]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10437</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7769, -7191, 618, -4, -156, 58, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>303d42b0-75bf-4f67-811e-61333f511147||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6730880737304688, 0.20756037533283234, 0.09868305176496506, 98.06231689453125], [0.21608157455921173, 2.661940813064575, 0.2575111389160156, -110.35053253173828], [0.07749605178833008, -0.2628420293331146, 2.685879707336426, -32.51108169555664], [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': ['125119.445000', '125119.905000', '125120.365000', '125120.825000', '125121.285000', '125121.745000', '125122.205000', '125122.665000', '125123.125000', '125123.585000', '125124.045000', '125124.505000', '125124.965000', '125125.425000', '125125.885000', '125126.345000', '125126.805000', '125127.265000', '125127.725000', '125128.185000', '125128.645000', '125129.105000', '125129.565000', '125130.025000', '125130.485000', '125130.945000', '125131.405000', '125131.865000', '125132.325000', '125132.785000', '125133.245000', '125133.705000', '125134.165000', '125134.625000', '125135.085000', '125135.545000', '125136.005000', '125136.465000', '125136.925000', '125137.385000', '125137.845000', '125138.305000', '125138.765000', '125139.225000', '125139.685000', '125140.145000', '125140.605000', '125141.065000', '125141.525000', '125141.985000', '125142.445000', '125142.905000', '125143.365000', '125143.825000', '125144.285000', '125144.745000', '125145.205000', '125145.665000', '125146.125000', '125146.585000', '125147.045000', '125147.505000', '125147.965000', '125148.425000', '125148.885000', '125149.345000', '125149.805000', '125150.265000', '125150.725000', '125151.185000', '125151.645000', '125152.105000', '125152.565000', '125153.025000', '125153.485000', '125153.945000', '125154.405000', '125154.865000', '125155.325000', '125155.785000', '125156.245000', '125156.705000', '125157.165000', '125157.625000', '125158.085000', '125158.545000', '125159.005000', '125159.465000', '125159.925000', '125200.385000', '125200.845000', '125201.305000', '125201.765000', '125202.225000', '125202.685000', '125203.145000', '125203.605000', '125204.065000', '125204.525000', '125204.985000', '125205.445000', '125205.905000', '125206.365000', '125206.825000', '125207.285000', '125207.745000', '125208.205000', '125208.665000', '125209.125000', '125209.585000', '125210.045000', '125210.505000', '125210.965000', '125211.425000', '125211.885000', '125212.345000', '125212.805000', '125213.265000', '125213.725000', '125214.185000', '125214.645000', '125215.105000', '125215.565000', '125216.025000', '125216.485000', '125216.945000', '125217.405000', '125217.865000', '125218.325000', '125218.785000', '125219.245000', '125219.705000', '125220.165000', '125220.625000', '125221.085000', '125221.545000', '125222.005000', '125222.465000', '125222.925000', '125223.385000', '125223.845000', '125224.305000', '125224.765000', '125225.225000', '125225.685000', '125226.145000', '125226.605000', '125227.065000', '125227.525000', '125227.985000', '125228.445000', '125228.905000', '125229.365000', '125229.825000', '125230.285000', '125230.745000', '125231.205000', '125231.665000', '125232.125000', '125232.585000', '125233.045000', '125233.505000', '125233.965000', '125234.425000', '125234.885000', '125235.345000', '125235.805000', '125236.265000', '125236.725000', '125237.185000', '125237.645000', '125238.105000', '125238.565000', '125239.025000', '125239.485000', '125239.945000', '125240.405000', '125240.865000', '125241.325000', '125241.785000', '125242.245000', '125242.705000', '125243.165000', '125243.625000', '125244.085000', '125244.545000', '125245.005000', '125245.465000', '125245.925000', '125246.385000', '125246.845000', '125247.305000', '125247.765000', '125248.225000', '125248.685000', '125249.145000', '125249.605000', '125250.065000', '125250.525000', '125250.985000', '125251.445000', '125251.905000', '125252.365000', '125252.825000', '125253.285000', '125253.745000', '125254.205000', '125254.665000', '125255.125000', '125255.585000', '125256.045000', '125256.505000', '125256.965000', '125257.425000', '125257.885000', '125258.345000', '125258.805000', '125259.265000', '125259.725000', '125300.185000', '125300.645000', '125301.105000', '125301.565000', '125302.025000', '125302.485000', '125302.945000', '125303.405000', '125303.865000', '125304.325000', '125304.785000', '125305.245000', '125305.705000', '125306.165000', '125306.625000', '125307.085000', '125307.545000', '125308.005000', '125308.465000', '125308.925000', '125309.385000', '125309.845000', '125310.305000', '125310.765000', '125311.225000', '125311.685000', '125312.145000', '125312.605000', '125313.065000', '125313.525000', '125313.985000', '125314.445000', '125314.905000', '125315.365000', '125315.825000', '125316.285000', '125316.745000', '125317.205000', '125317.665000', '125318.125000', '125318.585000', '125319.045000', '125319.505000', '125319.965000', '125320.425000', '125320.885000', '125321.345000', '125321.805000', '125322.265000', '125322.725000', '125323.185000', '125323.645000', '125324.105000', '125324.565000', '125325.025000', '125325.485000', '125325.945000', '125326.405000', '125326.865000', '125327.325000', '125327.785000', '125328.245000', '125328.705000', '125329.165000', '125329.625000', '125330.085000', '125330.545000', '125331.005000', '125331.465000', '125331.925000', '125332.385000', '125332.845000', '125333.305000', '125333.765000', '125334.225000', '125334.685000', '125335.145000', '125335.605000', '125336.065000', '125336.525000', '125336.985000', '125337.445000', '125337.905000', '125338.365000', '125338.825000', '125339.285000', '125339.745000', '125340.205000', '125340.665000', '125341.125000', '125341.585000', '125342.045000', '125342.505000', '125342.965000', '125343.425000', '125343.885000', '125344.345000', '125344.805000', '125345.265000', '125345.725000', '125346.185000', '125346.645000', '125347.105000', '125347.565000', '125348.025000', '125348.485000', '125348.945000', '125349.405000', '125349.865000', '125350.325000', '125350.785000', '125351.245000', '125351.705000', '125352.165000', '125352.625000', '125353.085000', '125353.545000', '125354.005000', '125354.465000', '125354.925000', '125355.385000', '125355.845000', '125356.305000', '125356.765000', '125357.225000', '125357.685000', '125358.145000', '125358.605000', '125359.065000', '125359.525000', '125359.985000', '125400.445000', '125400.905000', '125401.365000', '125401.825000', '125402.285000', '125402.745000', '125403.205000', '125403.665000', '125404.125000', '125404.585000', '125405.045000', '125405.505000', '125405.965000', '125406.425000', '125406.885000', '125407.345000', '125407.805000', '125408.265000', '125408.725000', '125409.185000', '125409.645000', '125410.105000', '125410.565000', '125411.025000', '125411.485000', '125411.945000', '125412.405000', '125412.865000', '125413.325000', '125413.785000', '125414.245000', '125414.705000', '125415.165000', '125415.625000', '125416.085000', '125416.545000', '125417.005000', '125417.465000', '125417.925000', '125418.385000', '125418.845000', '125419.305000', '125419.765000', '125420.225000', '125420.685000', '125421.145000', '125421.605000', '125422.065000', '125422.525000', '125422.985000', '125423.445000', '125423.905000', '125424.365000', '125424.825000', '125425.285000', '125425.745000', '125426.205000', '125426.665000', '125427.125000', '125427.585000', '125428.045000', '125428.505000', '125428.965000', '125429.425000', '125429.885000', '125430.345000', '125430.805000', '125431.265000', '125431.725000', '125432.185000', '125432.645000', '125433.105000', '125433.565000', '125434.025000', '125434.485000', '125434.945000', '125435.405000', '125435.865000', '125436.325000', '125436.785000', '125437.245000', '125437.705000', '125438.165000', '125438.625000', '125439.085000', '125439.545000', '125440.005000', '125440.465000', '125440.925000', '125441.385000', '125441.845000', '125442.305000', '125442.765000', '125443.225000', '125443.685000', '125444.145000', '125444.605000', '125445.065000', '125445.525000', '125445.985000', '125446.445000', '125446.905000', '125447.365000', '125447.825000', '125448.285000', '125448.745000', '125449.205000', '125449.665000', '125450.125000', '125450.585000', '125451.045000', '125451.505000', '125451.965000', '125452.425000', '125452.885000', '125453.345000', '125453.805000', '125454.265000', '125454.725000', '125455.185000', '125455.645000', '125456.105000', '125456.565000', '125457.025000', '125457.485000', '125457.945000', '125458.405000', '125458.865000', '125459.325000', '125459.785000', '125500.245000', '125500.705000', '125501.165000', '125501.625000', '125502.085000', '125502.545000', '125503.005000', '125503.465000', '125503.925000', '125504.385000', '125504.845000', '125505.305000', '125505.765000', '125506.225000', '125506.685000', '125507.145000', '125507.605000', '125508.065000', '125508.525000', '125508.985000', '125509.445000', '125509.905000', '125510.365000', '125510.825000', '125511.285000', '125511.745000', '125512.205000', '125512.665000', '125513.125000', '125513.585000', '125514.045000', '125514.505000', '125514.965000', '125515.425000', '125515.885000', '125516.345000', '125516.805000', '125517.265000', '125517.725000', '125518.185000', '125518.645000', '125519.105000', '125519.565000', '125520.025000', '125520.485000', '125520.945000', '125521.405000', '125521.865000', '125522.325000', '125522.785000', '125523.245000', '125523.705000', '125524.165000', '125524.625000', '125525.085000', '125525.545000', '125526.005000', '125526.465000', '125526.925000', '125527.385000', '125527.845000', '125528.305000', '125528.765000', '125529.225000', '125529.685000', '125530.145000', '125530.605000', '125531.065000', '125531.525000', '125531.985000', '125532.445000', '125532.905000', '125533.365000', '125533.825000', '125534.285000', '125534.745000', '125535.205000', '125535.665000', '125536.125000', '125536.585000', '125537.045000', '125537.505000', '125537.965000', '125538.425000', '125538.885000', '125539.345000', '125539.805000', '125540.265000', '125540.725000', '125541.185000', '125541.645000', '125542.105000', '125542.565000', '125543.025000', '125543.485000', '125543.945000', '125544.405000', '125544.865000', '125545.325000', '125545.785000', '125546.245000', '125546.705000', '125547.165000', '125547.625000', '125548.085000', '125548.545000', '125549.005000', '125549.465000', '125549.925000', '125550.385000', '125550.845000', '125551.305000', '125551.765000', '125552.225000', '125552.685000', '125553.145000', '125553.605000', '125554.065000', '125554.525000', '125554.985000', '125555.445000', '125555.905000', '125556.365000', '125556.825000', '125557.285000', '125557.745000', '125558.205000', '125558.665000', '125559.125000', '125559.585000', '125600.045000', '125600.505000', '125600.965000', '125601.425000', '125601.885000', '125602.345000', '125602.805000', '125603.265000', '125603.725000', '125604.185000', '125604.645000', '125605.105000', '125605.565000', '125606.025000', '125606.485000', '125606.945000', '125607.405000', '125607.865000', '125608.325000', '125608.785000', '125609.245000', '125609.705000', '125610.165000', '125610.625000', '125611.085000', '125611.545000', '125612.005000', '125612.465000', '125612.925000', '125613.385000', '125613.845000', '125614.305000', '125614.765000', '125615.225000', '125615.685000', '125616.145000', '125616.605000', '125617.065000', '125617.525000', '125617.985000', '125618.445000', '125618.905000', '125619.365000', '125619.825000', '125620.285000', '125620.745000', '125621.205000', '125621.665000', '125622.125000', '125622.585000', '125623.045000', '125623.505000', '125623.965000', '125624.425000', '125624.885000', '125625.345000', '125625.805000', '125626.265000', '125626.725000', '125627.185000', '125627.645000', '125628.105000', '125628.565000', '125629.025000', '125629.485000', '125629.945000', '125630.405000', '125630.865000', '125631.325000', '125631.785000', '125632.245000', '125632.705000', '125633.165000', '125633.625000', '125634.085000', '125634.545000', '125635.005000', '125635.465000', '125635.925000', '125636.385000', '125636.845000', '125637.305000', '125637.765000', '125638.225000', '125638.685000', '125639.145000', '125639.605000', '125640.065000', '125640.525000', '125640.985000', '125641.445000', '125641.905000', '125642.365000', '125642.825000', '125643.285000', '125643.745000', '125644.205000', '125644.665000', '125645.125000', '125645.585000', '125646.045000', '125646.505000', '125646.965000', '125647.425000', '125647.885000', '125648.345000', '125648.805000', '125649.265000', '125649.725000', '125650.185000', '125650.645000', '125651.105000', '125651.565000', '125652.025000', '125652.485000', '125652.945000', '125653.405000', '125653.865000', '125654.325000', '125654.785000', '125655.245000', '125655.705000', '125656.165000', '125656.625000', '125657.085000', '125657.545000', '125658.005000', '125658.465000', '125658.925000', '125659.385000', '125659.845000', '125700.305000', '125700.765000', '125701.225000', '125701.685000', '125702.145000', '125702.605000', '125703.065000', '125703.525000', '125703.985000', '125704.445000', '125704.905000', '125705.365000', '125705.825000', '125706.285000', '125706.745000', '125707.205000', '125707.665000', '125708.125000', '125708.585000', '125709.045000', '125709.505000', '125709.965000', '125710.425000', '125710.885000', '125711.345000', '125711.805000', '125712.265000', '125712.725000', '125713.185000', '125713.645000', '125714.105000', '125714.565000', '125715.025000', '125715.485000', '125715.945000', '125716.405000', '125716.865000', '125717.325000', '125717.785000', '125718.245000', '125718.705000', '125719.165000', '125719.625000', '125720.085000', '125720.545000', '125721.005000', '125721.465000', '125721.925000', '125722.385000', '125722.845000', '125723.305000', '125723.765000', '125724.225000', '125724.685000', '125725.145000', '125725.605000', '125726.065000', '125726.525000', '125726.985000', '125727.445000', '125727.905000', '125728.365000', '125728.825000', '125729.285000', '125729.745000', '125730.205000', '125730.665000', '125731.125000', '125731.585000', '125732.045000', '125732.505000', '125732.965000', '125733.425000', '125733.885000', '125734.345000', '125734.805000', '125735.265000', '125735.725000', '125736.185000', '125736.645000', '125737.105000', '125737.565000', '125738.025000', '125738.485000', '125738.945000', '125739.405000', '125739.865000', '125740.325000', '125740.785000', '125741.245000', '125741.705000', '125742.165000', '125742.625000', '125743.085000', '125743.545000', '125744.005000', '125744.465000', '125744.925000', '125745.385000', '125745.845000', '125746.305000', '125746.765000', '125747.225000', '125747.685000', '125748.145000', '125748.605000', '125749.065000', '125749.525000', '125749.985000', '125750.445000', '125750.905000', '125751.365000', '125751.825000', '125752.285000', '125752.745000', '125753.205000', '125753.665000', '125754.125000', '125754.585000', '125755.045000', '125755.505000', '125755.965000', '125756.425000', '125756.885000', '125757.345000', '125757.805000', '125758.265000', '125758.725000', '125759.185000', '125759.645000', '125800.105000'], 'ContentTime': ['125123.505000', '125123.508000', '125123.511000', '125143.471000', '125143.474000', '125143.477000', '125143.480000', '125143.482000', '125143.485000', '125143.488000', '125143.491000', '125143.494000', '125143.497000', '125143.500000', '125143.502000', '125143.505000', '125143.508000', '125143.511000', '125143.514000', '125143.517000', '125143.520000', '125143.523000', '125143.525000', '125143.528000', '125143.531000', '125143.534000', '125143.537000', '125143.540000', '125143.543000', '125143.549000', '125143.552000', '125143.554000', '125143.557000', '125143.560000', '125143.563000', '125143.566000', '125143.569000', '125143.572000', '125143.583000', '125143.585000', '125143.588000', '125143.591000', '125143.594000', '125143.597000', '125143.600000', '125143.602000', '125143.605000', '125143.608000', '125143.611000', '125143.614000', '125203.472000', '125203.475000', '125203.478000', '125203.481000', '125203.483000', '125203.486000', '125203.489000', '125203.492000', '125203.495000', '125203.498000', '125203.501000', '125203.503000', '125203.506000', '125203.509000', '125203.512000', '125203.515000', '125203.517000', '125203.520000', '125203.523000', '125203.526000', '125203.529000', '125203.532000', '125203.535000', '125203.537000', '125203.540000', '125203.543000', '125203.546000', '125203.549000', '125203.552000', '125203.554000', '125203.557000', '125203.560000', '125203.563000', '125203.566000', '125203.575000', '125203.578000', '125203.581000', '125203.584000', '125203.587000', '125203.590000', '125203.592000', '125203.595000', '125203.598000', '125203.601000', '125223.472000', '125223.475000', '125223.478000', '125223.480000', '125223.485000', '125223.488000', '125223.491000', '125223.494000', '125223.497000', '125223.500000', '125223.502000', '125223.505000', '125223.508000', '125223.511000', '125223.514000', '125223.517000', '125223.519000', '125223.522000', '125223.525000', '125223.528000', '125223.531000', '125223.534000', '125223.537000', '125223.540000', '125223.543000', '125223.545000', '125223.548000', '125223.551000', '125223.554000', '125223.557000', '125223.560000', '125223.567000', '125223.570000', '125223.573000', '125223.576000', '125223.578000', '125223.581000', '125223.584000', '125223.587000', '125223.590000', '125223.593000', '125223.595000', '125223.598000', '125243.472000', '125243.475000', '125243.478000', '125243.481000', '125243.484000', '125243.487000', '125243.489000', '125243.492000', '125243.495000', '125243.498000', '125243.501000', '125243.503000', '125243.506000', '125243.509000', '125243.512000', '125243.515000', '125243.518000', '125243.521000', '125243.532000', '125243.535000', '125243.538000', '125243.541000', '125243.544000', '125243.546000', '125243.549000', '125243.552000', '125243.555000', '125243.558000', '125243.561000', '125243.564000', '125243.567000', '125243.569000', '125243.572000', '125243.575000', '125243.578000', '125243.581000', '125243.584000', '125243.587000', '125243.589000', '125243.592000', '125243.595000', '125243.599000', '125243.602000', '125243.605000', '125303.472000', '125303.475000', '125303.478000', '125303.481000', '125303.484000', '125303.486000', '125303.489000', '125303.493000', '125303.496000', '125303.499000', '125303.502000', '125303.505000', '125303.508000', '125303.511000', '125303.513000', '125303.516000', '125303.519000', '125303.522000', '125303.525000', '125303.528000', '125303.531000', '125303.533000', '125303.536000', '125303.539000', '125303.542000', '125303.545000', '125303.548000', '125303.551000', '125303.553000', '125303.556000', '125303.559000', '125303.562000', '125303.565000', '125303.568000', '125303.571000', '125303.574000', '125303.577000', '125303.580000', '125303.583000', '125303.585000', '125303.588000', '125303.591000', '125303.594000', '125323.471000', '125323.474000', '125323.477000', '125323.480000', '125323.483000', '125323.486000', '125323.488000', '125323.491000', '125323.494000', '125323.497000', '125323.500000', '125323.503000', '125323.506000', '125323.508000', '125323.511000', '125323.514000', '125323.517000', '125323.520000', '125323.523000', '125323.526000', '125323.529000', '125323.531000', '125323.534000', '125323.537000', '125323.540000', '125323.543000', '125323.546000', '125323.548000', '125323.551000', '125323.554000', '125323.557000', '125323.560000', '125323.563000', '125323.566000', '125323.569000', '125323.571000', '125323.574000', '125323.577000', '125323.580000', '125323.583000', '125323.586000', '125323.589000', '125323.591000', '125323.594000', '125343.471000', '125343.474000', '125343.477000', '125343.480000', '125343.482000', '125343.485000', '125343.488000', '125343.491000', '125343.494000', '125343.497000', '125343.500000', '125343.503000', '125343.505000', '125343.508000', '125343.511000', '125343.514000', '125343.517000', '125343.520000', '125343.523000', '125343.525000', '125343.528000', '125343.531000', '125343.534000', '125343.537000', '125343.540000', '125343.542000', '125343.545000', '125343.548000', '125343.551000', '125343.554000', '125343.557000', '125343.560000', '125343.563000', '125343.566000', '125343.570000', '125343.572000', '125343.575000', '125343.578000', '125343.581000', '125343.584000', '125343.587000', '125343.589000', '125343.592000', '125403.471000', '125403.474000', '125403.477000', '125403.480000', '125403.482000', '125403.485000', '125403.488000', '125403.491000', '125403.494000', '125403.497000', '125403.500000', '125403.503000', '125403.506000', '125403.508000', '125403.511000', '125403.514000', '125403.517000', '125403.520000', '125403.523000', '125403.526000', '125403.529000', '125403.531000', '125403.534000', '125403.537000', '125403.540000', '125403.543000', '125403.546000', '125403.549000', '125403.551000', '125403.554000', '125403.557000', '125403.560000', '125403.563000', '125403.566000', '125403.569000', '125403.571000', '125403.574000', '125403.577000', '125403.580000', '125403.583000', '125403.586000', '125403.589000', '125403.591000', '125403.594000', '125423.472000', '125423.475000', '125423.478000', '125423.481000', '125423.484000', '125423.487000', '125423.489000', '125423.492000', '125423.495000', '125423.498000', '125423.501000', '125423.504000', '125423.507000', '125423.516000', '125423.519000', '125423.522000', '125423.525000', '125423.528000', '125423.531000', '125423.534000', '125423.537000', '125423.540000', '125423.543000', '125423.546000', '125423.549000', '125423.552000', '125423.554000', '125423.557000', '125423.560000', '125423.563000', '125423.566000', '125423.569000', '125423.572000', '125423.575000', '125423.578000', '125423.581000', '125423.583000', '125423.587000', '125423.590000', '125423.593000', '125423.596000', '125423.599000', '125423.602000', '125443.472000', '125443.475000', '125443.478000', '125443.481000', '125443.484000', '125443.487000', '125443.490000', '125443.492000', '125443.495000', '125443.498000', '125443.501000', '125443.504000', '125443.507000', '125443.510000', '125443.513000', '125443.516000', '125443.518000', '125443.521000', '125443.524000', '125443.527000', '125443.530000', '125443.533000', '125443.536000', '125443.538000', '125443.541000', '125443.544000', '125443.547000', '125443.550000', '125443.553000', '125443.556000', '125443.559000', '125443.561000', '125443.571000', '125443.574000', '125443.577000', '125443.580000', '125443.582000', '125443.585000', '125443.588000', '125443.591000', '125443.594000', '125443.597000', '125443.600000', '125443.603000', '125503.472000', '125503.475000', '125503.478000', '125503.481000', '125503.484000', '125503.487000', '125503.489000', '125503.492000', '125503.495000', '125503.498000', '125503.501000', '125503.504000', '125503.507000', '125503.510000', '125503.512000', '125503.515000', '125503.518000', '125503.521000', '125503.524000', '125503.527000', '125503.535000', '125503.538000', '125503.541000', '125503.543000', '125503.546000', '125503.549000', '125503.552000', '125503.555000', '125503.558000', '125503.561000', '125503.564000', '125503.567000', '125503.570000', '125503.573000', '125503.575000', '125503.578000', '125503.581000', '125503.584000', '125503.587000', '125503.590000', '125503.593000', '125503.595000', '125503.598000', '125523.472000', '125523.475000', '125523.478000', '125523.481000', '125523.484000', '125523.487000', '125523.490000', '125523.492000', '125523.495000', '125523.498000', '125523.501000', '125523.504000', '125523.507000', '125523.510000', '125523.513000', '125523.515000', '125523.518000', '125523.521000', '125523.524000', '125523.527000', '125523.530000', '125523.533000', '125523.535000', '125523.538000', '125523.541000', '125523.544000', '125523.547000', '125523.550000', '125523.553000', '125523.555000', '125523.558000', '125523.561000', '125523.564000', '125523.567000', '125523.570000', '125523.573000', '125523.575000', '125523.578000', '125523.581000', '125523.584000', '125523.587000', '125523.590000', '125523.593000', '125523.596000', '125543.471000', '125543.474000', '125543.477000', '125543.480000', '125543.483000', '125543.485000', '125543.488000', '125543.491000', '125543.494000', '125543.497000', '125543.500000', '125543.503000', '125543.506000', '125543.508000', '125543.511000', '125543.514000', '125543.517000', '125543.520000', '125543.523000', '125543.526000', '125543.529000', '125543.531000', '125543.534000', '125543.537000', '125543.540000', '125543.543000', '125543.546000', '125543.549000', '125543.551000', '125543.554000', '125543.557000', '125543.560000', '125543.563000', '125543.566000', '125543.571000', '125543.575000', '125543.577000', '125543.580000', '125543.583000', '125543.586000', '125543.589000', '125543.592000', '125543.595000', '125603.471000', '125603.474000', '125603.477000', '125603.480000', '125603.483000', '125603.486000', '125603.488000', '125603.491000', '125603.494000', '125603.497000', '125603.500000', '125603.503000', '125603.506000', '125603.509000', '125603.511000', '125603.514000', '125603.517000', '125603.520000', '125603.523000', '125603.526000', '125603.529000', '125603.531000', '125603.534000', '125603.537000', '125603.540000', '125603.543000', '125603.546000', '125603.549000', '125603.552000', '125603.555000', '125603.557000', '125603.560000', '125603.563000', '125603.566000', '125603.569000', '125603.572000', '125603.575000', '125603.578000', '125603.581000', '125603.583000', '125603.586000', '125603.589000', '125603.592000', '125603.595000', '125623.471000', '125623.474000', '125623.477000', '125623.480000', '125623.483000', '125623.486000', '125623.489000', '125623.491000', '125623.494000', '125623.497000', '125623.500000', '125623.503000', '125623.506000', '125623.509000', '125623.512000', '125623.514000', '125623.517000', '125623.520000', '125623.523000', '125623.526000', '125623.529000', '125623.532000', '125623.535000', '125623.537000', '125623.540000', '125623.543000', '125623.546000', '125623.549000', '125623.552000', '125623.555000', '125623.558000', '125623.561000', '125623.564000', '125623.566000', '125623.569000', '125623.572000', '125623.575000', '125623.578000', '125623.581000', '125623.584000', '125623.587000', '125623.589000', '125623.592000', '125643.472000', '125643.475000', '125643.478000', '125643.481000', '125643.484000', '125643.486000', '125643.489000', '125643.492000', '125643.495000', '125643.498000', '125643.501000', '125643.504000', '125643.507000', '125643.509000', '125643.512000', '125643.515000', '125643.518000', '125643.521000', '125643.524000', '125643.527000', '125643.530000', '125643.532000', '125643.535000', '125643.538000', '125643.541000', '125643.544000', '125643.547000', '125643.550000', '125643.552000', '125643.555000', '125643.558000', '125643.561000', '125643.564000', '125643.567000', '125643.570000', '125643.573000', '125643.576000', '125643.578000', '125643.581000', '125643.584000', '125643.587000', '125643.590000', '125643.593000', '125643.596000', '125703.472000', '125703.475000', '125703.478000', '125703.481000', '125703.484000', '125703.487000', '125703.490000', '125703.493000', '125703.495000', '125703.498000', '125703.501000', '125703.504000', '125703.507000', '125703.510000', '125703.513000', '125703.516000', '125703.518000', '125703.521000', '125703.524000', '125703.527000', '125703.530000', '125703.533000', '125703.536000', '125703.539000', '125703.541000', '125703.544000', '125703.547000', '125703.550000', '125703.553000', '125703.556000', '125703.559000', '125703.561000', '125703.564000', '125703.567000', '125703.570000', '125703.573000', '125703.576000', '125703.579000', '125703.582000', '125703.584000', '125703.587000', '125703.590000', '125703.593000', '125723.472000', '125723.475000', '125723.478000', '125723.481000', '125723.484000', '125723.501000', '125723.504000', '125723.507000', '125723.510000', '125723.513000', '125723.516000', '125723.519000', '125723.522000', '125723.524000', '125723.529000', '125723.532000', '125723.535000', '125723.538000', '125723.541000', '125723.544000', '125723.546000', '125723.549000', '125723.552000', '125723.555000', '125723.558000', '125723.561000', '125723.564000', '125723.566000', '125723.569000', '125723.573000', '125723.576000', '125723.579000', '125723.582000', '125723.585000', '125723.588000', '125723.591000', '125723.594000', '125723.596000', '125723.599000', '125723.602000', '125723.605000', '125723.608000', '125723.611000', '125723.614000', '125743.472000', '125743.475000', '125743.478000', '125743.481000', '125743.484000', '125743.487000', '125743.489000', '125743.492000', '125743.495000', '125743.498000', '125743.501000', '125743.504000', '125743.507000', '125743.509000', '125743.512000', '125743.515000', '125743.518000', '125743.521000', '125743.524000', '125743.527000', '125743.530000', '125743.533000', '125743.535000', '125743.538000', '125743.541000', '125743.544000', '125743.547000', '125743.550000', '125743.553000', '125743.555000', '125743.558000', '125743.561000', '125743.564000', '125743.567000', '125743.570000', '125743.573000', '125743.576000', '125743.579000', '125743.581000', '125743.584000', '125743.587000', '125743.590000', '125743.593000', '125801.231000', '125801.235000', '125801.238000', '125801.242000', '125801.245000', '125801.248000', '125801.251000', '125801.254000', '125801.258000', '125801.261000', '125801.264000', '125801.267000', '125801.270000', '125801.272000', '125801.275000', '125801.278000', '125801.281000', '125801.284000', '125801.287000', '125801.290000', '125801.293000', '125801.296000', '125801.299000', '125801.302000', '125801.305000', '125801.308000', '125801.311000', '125801.314000', '125801.316000', '125801.319000', '125801.322000', '125801.325000', '125801.328000', '125801.331000', '125801.334000', '125801.337000', '125801.340000', '125801.343000', '125801.346000'], 'InstanceCreationTime': ['125123.505000', '125123.508000', '125123.511000', '125143.471000', '125143.474000', '125143.477000', '125143.480000', '125143.482000', '125143.485000', '125143.488000', '125143.491000', '125143.494000', '125143.497000', '125143.500000', '125143.502000', '125143.505000', '125143.508000', '125143.511000', '125143.514000', '125143.517000', '125143.520000', '125143.523000', '125143.525000', '125143.528000', '125143.531000', '125143.534000', '125143.537000', '125143.540000', '125143.543000', '125143.549000', '125143.552000', '125143.554000', '125143.557000', '125143.560000', '125143.563000', '125143.566000', '125143.569000', '125143.572000', '125143.583000', '125143.585000', '125143.588000', '125143.591000', '125143.594000', '125143.597000', '125143.600000', '125143.602000', '125143.605000', '125143.608000', '125143.611000', '125143.614000', '125203.472000', '125203.475000', '125203.478000', '125203.481000', '125203.483000', '125203.486000', '125203.489000', '125203.492000', '125203.495000', '125203.498000', '125203.501000', '125203.503000', '125203.506000', '125203.509000', '125203.512000', '125203.515000', '125203.517000', '125203.520000', '125203.523000', '125203.526000', '125203.529000', '125203.532000', '125203.535000', '125203.537000', '125203.540000', '125203.543000', '125203.546000', '125203.549000', '125203.552000', '125203.554000', '125203.557000', '125203.560000', '125203.563000', '125203.566000', '125203.575000', '125203.578000', '125203.581000', '125203.584000', '125203.587000', '125203.590000', '125203.592000', '125203.595000', '125203.598000', '125203.601000', '125223.472000', '125223.475000', '125223.478000', '125223.480000', '125223.485000', '125223.488000', '125223.491000', '125223.494000', '125223.497000', '125223.500000', '125223.502000', '125223.505000', '125223.508000', '125223.511000', '125223.514000', '125223.517000', '125223.519000', '125223.522000', '125223.525000', '125223.528000', '125223.531000', '125223.534000', '125223.537000', '125223.540000', '125223.543000', '125223.545000', '125223.548000', '125223.551000', '125223.554000', '125223.557000', '125223.560000', '125223.567000', '125223.570000', '125223.573000', '125223.576000', '125223.578000', '125223.581000', '125223.584000', '125223.587000', '125223.590000', '125223.593000', '125223.595000', '125223.598000', '125243.472000', '125243.475000', '125243.478000', '125243.481000', '125243.484000', '125243.487000', '125243.489000', '125243.492000', '125243.495000', '125243.498000', '125243.501000', '125243.503000', '125243.506000', '125243.509000', '125243.512000', '125243.515000', '125243.518000', '125243.521000', '125243.532000', '125243.535000', '125243.538000', '125243.541000', '125243.544000', '125243.546000', '125243.549000', '125243.552000', '125243.555000', '125243.558000', '125243.561000', '125243.564000', '125243.567000', '125243.569000', '125243.572000', '125243.575000', '125243.578000', '125243.581000', '125243.584000', '125243.587000', '125243.589000', '125243.592000', '125243.595000', '125243.599000', '125243.602000', '125243.605000', '125303.472000', '125303.475000', '125303.478000', '125303.481000', '125303.484000', '125303.486000', '125303.489000', '125303.493000', '125303.496000', '125303.499000', '125303.502000', '125303.505000', '125303.508000', '125303.511000', '125303.513000', '125303.516000', '125303.519000', '125303.522000', '125303.525000', '125303.528000', '125303.531000', '125303.533000', '125303.536000', '125303.539000', '125303.542000', '125303.545000', '125303.548000', '125303.551000', '125303.553000', '125303.556000', '125303.559000', '125303.562000', '125303.565000', '125303.568000', '125303.571000', '125303.574000', '125303.577000', '125303.580000', '125303.583000', '125303.585000', '125303.588000', '125303.591000', '125303.594000', '125323.471000', '125323.474000', '125323.477000', '125323.480000', '125323.483000', '125323.486000', '125323.488000', '125323.491000', '125323.494000', '125323.497000', '125323.500000', '125323.503000', '125323.506000', '125323.508000', '125323.511000', '125323.514000', '125323.517000', '125323.520000', '125323.523000', '125323.526000', '125323.529000', '125323.531000', '125323.534000', '125323.537000', '125323.540000', '125323.543000', '125323.546000', '125323.548000', '125323.551000', '125323.554000', '125323.557000', '125323.560000', '125323.563000', '125323.566000', '125323.569000', '125323.571000', '125323.574000', '125323.577000', '125323.580000', '125323.583000', '125323.586000', '125323.589000', '125323.591000', '125323.594000', '125343.471000', '125343.474000', '125343.477000', '125343.480000', '125343.482000', '125343.485000', '125343.488000', '125343.491000', '125343.494000', '125343.497000', '125343.500000', '125343.503000', '125343.505000', '125343.508000', '125343.511000', '125343.514000', '125343.517000', '125343.520000', '125343.523000', '125343.525000', '125343.528000', '125343.531000', '125343.534000', '125343.537000', '125343.540000', '125343.542000', '125343.545000', '125343.548000', '125343.551000', '125343.554000', '125343.557000', '125343.560000', '125343.563000', '125343.566000', '125343.570000', '125343.572000', '125343.575000', '125343.578000', '125343.581000', '125343.584000', '125343.587000', '125343.589000', '125343.592000', '125403.471000', '125403.474000', '125403.477000', '125403.480000', '125403.482000', '125403.485000', '125403.488000', '125403.491000', '125403.494000', '125403.497000', '125403.500000', '125403.503000', '125403.506000', '125403.508000', '125403.511000', '125403.514000', '125403.517000', '125403.520000', '125403.523000', '125403.526000', '125403.529000', '125403.531000', '125403.534000', '125403.537000', '125403.540000', '125403.543000', '125403.546000', '125403.549000', '125403.551000', '125403.554000', '125403.557000', '125403.560000', '125403.563000', '125403.566000', '125403.569000', '125403.571000', '125403.574000', '125403.577000', '125403.580000', '125403.583000', '125403.586000', '125403.589000', '125403.591000', '125403.594000', '125423.472000', '125423.475000', '125423.478000', '125423.481000', '125423.484000', '125423.487000', '125423.489000', '125423.492000', '125423.495000', '125423.498000', '125423.501000', '125423.504000', '125423.507000', '125423.516000', '125423.519000', '125423.522000', '125423.525000', '125423.528000', '125423.531000', '125423.534000', '125423.537000', '125423.540000', '125423.543000', '125423.546000', '125423.549000', '125423.552000', '125423.554000', '125423.557000', '125423.560000', '125423.563000', '125423.566000', '125423.569000', '125423.572000', '125423.575000', '125423.578000', '125423.581000', '125423.583000', '125423.587000', '125423.590000', '125423.593000', '125423.596000', '125423.599000', '125423.602000', '125443.472000', '125443.475000', '125443.478000', '125443.481000', '125443.484000', '125443.487000', '125443.490000', '125443.492000', '125443.495000', '125443.498000', '125443.501000', '125443.504000', '125443.507000', '125443.510000', '125443.513000', '125443.516000', '125443.518000', '125443.521000', '125443.524000', '125443.527000', '125443.530000', '125443.533000', '125443.536000', '125443.538000', '125443.541000', '125443.544000', '125443.547000', '125443.550000', '125443.553000', '125443.556000', '125443.559000', '125443.561000', '125443.571000', '125443.574000', '125443.577000', '125443.580000', '125443.582000', '125443.585000', '125443.588000', '125443.591000', '125443.594000', '125443.597000', '125443.600000', '125443.603000', '125503.472000', '125503.475000', '125503.478000', '125503.481000', '125503.484000', '125503.487000', '125503.489000', '125503.492000', '125503.495000', '125503.498000', '125503.501000', '125503.504000', '125503.507000', '125503.510000', '125503.512000', '125503.515000', '125503.518000', '125503.521000', '125503.524000', '125503.527000', '125503.535000', '125503.538000', '125503.541000', '125503.543000', '125503.546000', '125503.549000', '125503.552000', '125503.555000', '125503.558000', '125503.561000', '125503.564000', '125503.567000', '125503.570000', '125503.573000', '125503.575000', '125503.578000', '125503.581000', '125503.584000', '125503.587000', '125503.590000', '125503.593000', '125503.595000', '125503.598000', '125523.472000', '125523.475000', '125523.478000', '125523.481000', '125523.484000', '125523.487000', '125523.490000', '125523.492000', '125523.495000', '125523.498000', '125523.501000', '125523.504000', '125523.507000', '125523.510000', '125523.513000', '125523.515000', '125523.518000', '125523.521000', '125523.524000', '125523.527000', '125523.530000', '125523.533000', '125523.535000', '125523.538000', '125523.541000', '125523.544000', '125523.547000', '125523.550000', '125523.553000', '125523.555000', '125523.558000', '125523.561000', '125523.564000', '125523.567000', '125523.570000', '125523.573000', '125523.575000', '125523.578000', '125523.581000', '125523.584000', '125523.587000', '125523.590000', '125523.593000', '125523.596000', '125543.471000', '125543.474000', '125543.477000', '125543.480000', '125543.483000', '125543.485000', '125543.488000', '125543.491000', '125543.494000', '125543.497000', '125543.500000', '125543.503000', '125543.506000', '125543.508000', '125543.511000', '125543.514000', '125543.517000', '125543.520000', '125543.523000', '125543.526000', '125543.529000', '125543.531000', '125543.534000', '125543.537000', '125543.540000', '125543.543000', '125543.546000', '125543.549000', '125543.551000', '125543.554000', '125543.557000', '125543.560000', '125543.563000', '125543.566000', '125543.571000', '125543.575000', '125543.577000', '125543.580000', '125543.583000', '125543.586000', '125543.589000', '125543.592000', '125543.595000', '125603.471000', '125603.474000', '125603.477000', '125603.480000', '125603.483000', '125603.486000', '125603.488000', '125603.491000', '125603.494000', '125603.497000', '125603.500000', '125603.503000', '125603.506000', '125603.509000', '125603.511000', '125603.514000', '125603.517000', '125603.520000', '125603.523000', '125603.526000', '125603.529000', '125603.531000', '125603.534000', '125603.537000', '125603.540000', '125603.543000', '125603.546000', '125603.549000', '125603.552000', '125603.555000', '125603.557000', '125603.560000', '125603.563000', '125603.566000', '125603.569000', '125603.572000', '125603.575000', '125603.578000', '125603.581000', '125603.583000', '125603.586000', '125603.589000', '125603.592000', '125603.595000', '125623.471000', '125623.474000', '125623.477000', '125623.480000', '125623.483000', '125623.486000', '125623.489000', '125623.491000', '125623.494000', '125623.497000', '125623.500000', '125623.503000', '125623.506000', '125623.509000', '125623.512000', '125623.514000', '125623.517000', '125623.520000', '125623.523000', '125623.526000', '125623.529000', '125623.532000', '125623.535000', '125623.537000', '125623.540000', '125623.543000', '125623.546000', '125623.549000', '125623.552000', '125623.555000', '125623.558000', '125623.561000', '125623.564000', '125623.566000', '125623.569000', '125623.572000', '125623.575000', '125623.578000', '125623.581000', '125623.584000', '125623.587000', '125623.589000', '125623.592000', '125643.472000', '125643.475000', '125643.478000', '125643.481000', '125643.484000', '125643.486000', '125643.489000', '125643.492000', '125643.495000', '125643.498000', '125643.501000', '125643.504000', '125643.507000', '125643.509000', '125643.512000', '125643.515000', '125643.518000', '125643.521000', '125643.524000', '125643.527000', '125643.530000', '125643.532000', '125643.535000', '125643.538000', '125643.541000', '125643.544000', '125643.547000', '125643.550000', '125643.552000', '125643.555000', '125643.558000', '125643.561000', '125643.564000', '125643.567000', '125643.570000', '125643.573000', '125643.576000', '125643.578000', '125643.581000', '125643.584000', '125643.587000', '125643.590000', '125643.593000', '125643.596000', '125703.472000', '125703.475000', '125703.478000', '125703.481000', '125703.484000', '125703.487000', '125703.490000', '125703.493000', '125703.495000', '125703.498000', '125703.501000', '125703.504000', '125703.507000', '125703.510000', '125703.513000', '125703.516000', '125703.518000', '125703.521000', '125703.524000', '125703.527000', '125703.530000', '125703.533000', '125703.536000', '125703.539000', '125703.541000', '125703.544000', '125703.547000', '125703.550000', '125703.553000', '125703.556000', '125703.559000', '125703.561000', '125703.564000', '125703.567000', '125703.570000', '125703.573000', '125703.576000', '125703.579000', '125703.582000', '125703.584000', '125703.587000', '125703.590000', '125703.593000', '125723.472000', '125723.475000', '125723.478000', '125723.481000', '125723.484000', '125723.501000', '125723.504000', '125723.507000', '125723.510000', '125723.513000', '125723.516000', '125723.519000', '125723.522000', '125723.524000', '125723.529000', '125723.532000', '125723.535000', '125723.538000', '125723.541000', '125723.544000', '125723.546000', '125723.549000', '125723.552000', '125723.555000', '125723.558000', '125723.561000', '125723.564000', '125723.566000', '125723.569000', '125723.573000', '125723.576000', '125723.579000', '125723.582000', '125723.585000', '125723.588000', '125723.591000', '125723.594000', '125723.596000', '125723.599000', '125723.602000', '125723.605000', '125723.608000', '125723.611000', '125723.614000', '125743.472000', '125743.475000', '125743.478000', '125743.481000', '125743.484000', '125743.487000', '125743.489000', '125743.492000', '125743.495000', '125743.498000', '125743.501000', '125743.504000', '125743.507000', '125743.509000', '125743.512000', '125743.515000', '125743.518000', '125743.521000', '125743.524000', '125743.527000', '125743.530000', '125743.533000', '125743.535000', '125743.538000', '125743.541000', '125743.544000', '125743.547000', '125743.550000', '125743.553000', '125743.555000', '125743.558000', '125743.561000', '125743.564000', '125743.567000', '125743.570000', '125743.573000', '125743.576000', '125743.579000', '125743.581000', '125743.584000', '125743.587000', '125743.590000', '125743.593000', '125801.231000', '125801.235000', '125801.238000', '125801.242000', '125801.245000', '125801.248000', '125801.251000', '125801.254000', '125801.258000', '125801.261000', '125801.264000', '125801.267000', '125801.270000', '125801.272000', '125801.275000', '125801.278000', '125801.281000', '125801.284000', '125801.287000', '125801.290000', '125801.293000', '125801.296000', '125801.299000', '125801.302000', '125801.305000', '125801.308000', '125801.311000', '125801.314000', '125801.316000', '125801.319000', '125801.322000', '125801.325000', '125801.328000', '125801.331000', '125801.334000', '125801.337000', '125801.340000', '125801.343000', '125801.346000'], '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': [9941, 17510, 10670, 17343, 11898, 16911, 12561, 16594, 10716, 15932, 10841, 15639, 10072, 15410, 10523, 14580, 16396, 12614, 17591, 11826, 17170, 10907, 15814, 9665, 15054, 9979, 11787, 7923, 15684, 9425, 16527, 9808, 16140, 9582, 15996, 9644, 15371, 9752, 16515, 10806, 17321, 12359, 16986, 12504, 16787, 10266, 16875, 9796, 14045, 17550, 11001, 17191, 9656, 15458, 12033, 12233, 17181, 10260, 16555, 8777, 14352, 11245, 11731, 15672, 9624, 15666, 9217, 14980, 9249, 14880, 8731, 14402, 8469, 14644, 8422, 14341, 9386, 14190, 10515, 13893, 14120, 14432, 15013, 13673, 17766, 11706, 17352, 12303, 16691, 10360, 16716, 10557, 16836, 11056, 16597, 11967, 16116, 17116, 14988, 17804, 14681, 16210, 10810, 15836, 12378, 14605, 17440, 14173, 16430, 10826, 15807, 10638, 14856, 14673, 13415, 16874, 11933, 16324, 9684, 15832, 9864, 14788, 10884, 13807, 14319, 12409, 16513, 10885, 15876, 9101, 15129, 12747, 12358, 16759, 10218, 16423, 8758, 13513, 17038, 10413, 16781, 8958, 15147, 8267, 13222, 14005, 11147, 16006, 9873, 15383, 9335, 14785, 9059, 14242, 11460, 9761, 14838, 8597, 15368, 10699, 14395, 17390, 11748, 16727, 10181, 16632, 16782, 13667, 17474, 13340, 16228, 10850, 16520, 10529, 16443, 10838, 15305, 9354, 14838, 9187, 15751, 15385, 13583, 18189, 12521, 16224, 10151, 16041, 9567, 12444, 9638, 14486, 18128, 13701, 17518, 12194, 16848, 10522, 15288, 15302, 12665, 17469, 10981, 16297, 9400, 13752, 15639, 11895, 17040, 10170, 16095, 8792, 15246, 8537, 14435, 13769, 11918, 16568, 9878, 16515, 8903, 14435, 13792, 11703, 16900, 11415, 16713, 9592, 16294, 8987, 15466, 8750, 14438, 14652, 12442, 17593, 10504, 16969, 10464, 15958, 10457, 16146, 10759, 16479, 11925, 15493, 12279, 16914, 10400, 16645, 10025, 14221, 17272, 10251, 17202, 10021, 15841, 15767, 11609, 17631, 9878, 16412, 9382, 13491, 15577, 11343, 17066, 9516, 15880, 9139, 14927, 8982, 13735, 12251, 11756, 16398, 9454, 16312, 9378, 13754, 16999, 10094, 16726, 9686, 13829, 17430, 10208, 16779, 9910, 14491, 15766, 10338, 16620, 9000, 15963, 8603, 15380, 8956, 14289, 14967, 10193, 16551, 9353, 14188, 16101, 10351, 17210, 8857, 16128, 14244, 11411, 17533, 9615, 16266, 9391, 13217, 17452, 9508, 16650, 9205, 14782, 13430, 11518, 16825, 9882, 16120, 8918, 14985, 11340, 12107, 16428, 9497, 15741, 9275, 13950, 13092, 11918, 16766, 9524, 16288, 9445, 14596, 15298, 11468, 17052, 9496, 16650, 9415, 14957, 16586, 11153, 17176, 10489, 16787, 9143, 16310, 10696, 12415, 16782, 9841, 16460, 9298, 14998, 9683, 14571, 12409, 12529, 16916, 12331, 16730, 11798, 17061, 10020, 16794, 9448, 15815, 17790, 12364, 17245, 9872, 16598, 18922, 11102, 16700, 11401, 14389, 17551, 11944, 17071, 10404, 16651, 10137, 15216, 11950, 13530, 15794, 11890, 17245, 12744, 16259, 10643, 16996, 12060, 16603, 11147, 15592, 11874, 15436, 11288, 15916, 11101, 16381, 11196, 14840, 12113, 11418, 14728, 9390, 16351, 10925, 16129, 12969, 14624, 17445, 12822, 16668, 11749, 15585, 18544, 12939, 16500, 11711, 16288, 10381, 13031, 17129, 12299, 15776, 9134, 12886, 7668, 12885, 8172, 16817, 11615, 16641, 12102, 15145, 11637, 16543, 12501, 16330, 12633, 16815, 10579, 16188, 9694, 15398, 11557, 14331, 11853, 15726, 12079, 15185, 16156, 9214, 16614, 12179, 11784, 13039, 9016, 17508, 12330, 14547, 15076, 8797, 15270, 14020, 10791, 18165, 14598, 13648, 18215, 17258, 16889, 18668, 16695, 18688, 16336, 11974, 17130, 12673, 17850, 14554, 19480, 14332, 16370, 13278, 17298, 12046, 16717, 9645, 16384, 13681, 17253, 13935, 16383, 12040, 12754, 11606, 12771, 15925, 10866, 13767, 10052, 14061, 10368, 14500, 11319, 14816, 10407, 15217, 9626, 16354, 10555, 16494, 10921, 16679, 9267, 15624, 9457, 15877, 8750, 16116, 9549, 16155, 10380, 14891, 15100, 12503, 17298, 10444, 16297, 9404, 14403, 8519, 13463, 8485, 14285, 7962, 13910, 8259, 13810, 9109, 15374, 8717, 15949, 9120, 16248, 10189, 16044, 9979, 16254, 9449, 16268, 16529, 12444, 17947, 11980, 16361, 15577, 16856, 16176, 15360, 11330, 17649, 11285, 18222, 18244, 15069, 16739, 11275, 13480, 17004, 12649, 16004, 11934, 15878, 9390, 14320, 15660, 11894, 16265, 9066, 14629, 9641, 13071, 14980, 11897, 16137, 10327, 16141, 9204, 15220, 13238, 11283, 16612, 9252, 14648, 14362, 10847, 16490, 9387, 15405, 11031, 11385, 16990, 9974, 15927, 9249, 13446, 13291, 10740, 16246, 9341, 15190, 8774, 14726, 8932, 14917, 9551, 14790, 10475, 13603, 10917, 15802, 10204, 15470, 9323, 15463, 9565, 15028, 17683, 12487, 16704, 10365, 16024, 11903, 15558, 15897, 13725, 16713, 13287, 16185, 11186, 16537, 14488, 13417, 17634, 12727, 15592, 10529, 13908, 16542, 12396, 16128, 9142, 14885, 14607, 12392, 16893, 10064, 15690, 9512, 13410, 16911, 11505, 16028, 9083, 14927, 8152, 13397, 10510, 12374, 13874, 11311, 14460, 10208, 15214, 9491, 15210, 9312, 14706, 9279, 14289, 15131, 12264, 16833, 10488, 16013, 9291, 15625, 13747, 12800, 17225, 11645, 17036, 9482, 16018, 9632, 15578, 9129, 14242, 16768, 10664, 16418, 9371, 15477, 16764, 11689, 16909, 9140, 15437, 12555, 12198, 16662, 10505, 15975, 9101, 14364, 12522, 11810, 16245, 10407, 15775, 9265, 15888, 8548, 15209, 8898, 15635, 9768, 15429, 8564, 15663, 9091, 15293, 16295, 11553, 16884, 11024, 14651, 16923, 10666, 16399, 9887, 13737, 17456, 10800, 16315, 9546, 14038, 16872, 10933, 16396, 9005, 15161, 11293, 12574, 16927, 10477, 16417, 9170, 15558, 9028, 15253, 9563, 15382, 8893, 15769, 9178, 15723, 9403, 14549, 17881, 11161, 17261, 10400, 15042, 17001, 10877, 16374, 9613, 15587, 8996, 14327, 15693, 11319, 17011, 11861, 16264, 9192, 15629, 10078, 12982, 17050, 9914, 15868, 9651, 13288, 17364, 9938, 16301, 9367, 13294, 16929, 10909, 16308, 9287, 14270, 15188, 10762, 16215, 9347, 15881, 9469, 14046, 8496, 13871, 8579, 13703, 9096, 15038, 10556, 14249, 15434, 11183, 16751, 9762, 16275, 11121, 14565, 17657, 10819, 16904, 10500, 14742, 16798, 11571, 16326, 9688, 15497, 14566, 11894, 17270, 10437, 15825, 9202, 13450, 17331, 10847, 16416, 9901, 15260, 9099, 14443, 9021, 13474, 13215, 12434, 16103, 11087], 'WindowCenter': [4839.0, 4890.0, 4820.0, 4866.0, 4818.0, 4857.0, 4828.0, 4845.0, 4780.0, 4804.0, 4768.0, 4817.0, 4756.0, 4804.0, 4754.0, 4796.0, 4805.0, 4776.0, 4815.0, 4770.0, 4805.0, 4753.0, 4791.0, 4757.0, 4827.0, 4776.0, 4796.0, 4722.0, 4810.0, 4740.0, 4800.0, 4742.0, 4804.0, 4769.0, 4827.0, 4769.0, 4830.0, 4783.0, 4840.0, 4802.0, 4838.0, 4799.0, 4826.0, 4798.0, 4818.0, 4767.0, 4817.0, 4756.0, 4795.0, 4814.0, 4754.0, 4801.0, 4732.0, 4791.0, 4761.0, 4771.0, 4800.0, 4751.0, 4800.0, 4733.0, 4792.0, 4761.0, 4772.0, 4803.0, 4754.0, 4813.0, 4757.0, 4817.0, 4770.0, 4827.0, 4772.0, 4830.0, 4764.0, 4843.0, 4776.0, 4846.0, 4784.0, 4845.0, 4799.0, 4833.0, 4844.0, 4844.0, 4843.0, 4846.0, 4866.0, 4813.0, 4854.0, 4824.0, 4852.0, 4804.0, 4850.0, 4790.0, 4841.0, 4793.0, 4842.0, 4801.0, 4840.0, 4826.0, 4805.0, 4825.0, 4803.0, 4802.0, 4753.0, 4794.0, 4758.0, 4778.0, 4798.0, 4777.0, 4789.0, 4737.0, 4777.0, 4735.0, 4774.0, 4764.0, 4755.0, 4787.0, 4745.0, 4773.0, 4714.0, 4777.0, 4727.0, 4776.0, 4738.0, 4781.0, 4776.0, 4767.0, 4796.0, 4748.0, 4798.0, 4743.0, 4804.0, 4783.0, 4782.0, 4811.0, 4753.0, 4812.0, 4735.0, 4793.0, 4810.0, 4764.0, 4812.0, 4744.0, 4797.0, 4735.0, 4795.0, 4804.0, 4774.0, 4809.0, 4764.0, 4830.0, 4772.0, 4827.0, 4783.0, 4843.0, 4826.0, 4819.0, 4870.0, 4800.0, 4869.0, 4805.0, 4847.0, 4856.0, 4817.0, 4858.0, 4796.0, 4856.0, 4838.0, 4821.0, 4838.0, 4821.0, 4842.0, 4778.0, 4828.0, 4765.0, 4827.0, 4780.0, 4829.0, 4772.0, 4819.0, 4757.0, 4817.0, 4804.0, 4784.0, 4823.0, 4786.0, 4828.0, 4769.0, 4816.0, 4756.0, 4773.0, 4753.0, 4782.0, 4797.0, 4758.0, 4786.0, 4747.0, 4789.0, 4741.0, 4790.0, 4779.0, 4759.0, 4798.0, 4738.0, 4785.0, 4716.0, 4766.0, 4776.0, 4757.0, 4786.0, 4738.0, 4787.0, 4722.0, 4802.0, 4734.0, 4805.0, 4792.0, 4776.0, 4813.0, 4755.0, 4813.0, 4745.0, 4804.0, 4793.0, 4784.0, 4813.0, 4786.0, 4812.0, 4756.0, 4815.0, 4756.0, 4817.0, 4761.0, 4831.0, 4830.0, 4799.0, 4837.0, 4777.0, 4836.0, 4790.0, 4842.0, 4793.0, 4842.0, 4804.0, 4828.0, 4800.0, 4832.0, 4827.0, 4854.0, 4793.0, 4844.0, 4782.0, 4822.0, 4839.0, 4781.0, 4840.0, 4770.0, 4831.0, 4818.0, 4789.0, 4827.0, 4769.0, 4827.0, 4758.0, 4797.0, 4814.0, 4776.0, 4825.0, 4768.0, 4826.0, 4757.0, 4817.0, 4761.0, 4821.0, 4800.0, 4803.0, 4840.0, 4782.0, 4842.0, 4772.0, 4822.0, 4840.0, 4779.0, 4830.0, 4768.0, 4808.0, 4828.0, 4769.0, 4827.0, 4767.0, 4807.0, 4816.0, 4767.0, 4825.0, 4759.0, 4826.0, 4760.0, 4841.0, 4772.0, 4844.0, 4830.0, 4794.0, 4849.0, 4782.0, 4823.0, 4834.0, 4794.0, 4852.0, 4772.0, 4839.0, 4820.0, 4801.0, 4840.0, 4782.0, 4840.0, 4771.0, 4811.0, 4839.0, 4771.0, 4839.0, 4769.0, 4830.0, 4821.0, 4802.0, 4839.0, 4782.0, 4841.0, 4771.0, 4827.0, 4801.0, 4811.0, 4840.0, 4795.0, 4844.0, 4784.0, 4835.0, 4823.0, 4814.0, 4853.0, 4784.0, 4854.0, 4796.0, 4845.0, 4843.0, 4815.0, 4854.0, 4795.0, 4854.0, 4784.0, 4845.0, 4854.0, 4815.0, 4852.0, 4793.0, 4855.0, 4784.0, 4854.0, 4791.0, 4813.0, 4852.0, 4796.0, 4853.0, 4797.0, 4858.0, 4796.0, 4846.0, 4823.0, 4823.0, 4864.0, 4838.0, 4866.0, 4828.0, 4864.0, 4807.0, 4857.0, 4797.0, 4856.0, 4854.0, 4815.0, 4844.0, 4771.0, 4829.0, 4837.0, 4778.0, 4817.0, 4774.0, 4794.0, 4813.0, 4773.0, 4811.0, 4761.0, 4810.0, 4751.0, 4804.0, 4772.0, 4782.0, 4802.0, 4771.0, 4808.0, 4793.0, 4814.0, 4765.0, 4811.0, 4783.0, 4811.0, 4786.0, 4817.0, 4787.0, 4814.0, 4778.0, 4824.0, 4789.0, 4826.0, 4776.0, 4805.0, 4786.0, 4787.0, 4816.0, 4758.0, 4826.0, 4776.0, 4817.0, 4795.0, 4794.0, 4813.0, 4771.0, 4794.0, 4750.0, 4791.0, 4798.0, 4761.0, 4788.0, 4748.0, 4789.0, 4724.0, 4756.0, 4786.0, 4770.0, 4800.0, 4731.0, 4779.0, 4708.0, 4765.0, 4707.0, 4811.0, 4762.0, 4800.0, 4775.0, 4816.0, 4789.0, 4828.0, 4799.0, 4829.0, 4803.0, 4830.0, 4766.0, 4830.0, 4754.0, 4830.0, 4785.0, 4816.0, 4785.0, 4814.0, 4784.0, 4815.0, 4814.0, 4759.0, 4814.0, 4786.0, 4774.0, 4773.0, 4720.0, 4813.0, 4788.0, 4796.0, 4819.0, 4763.0, 4818.0, 4821.0, 4750.0, 4824.0, 4832.0, 4836.0, 4883.0, 4854.0, 4830.0, 4840.0, 4793.0, 4787.0, 4777.0, 4739.0, 4784.0, 4757.0, 4784.0, 4752.0, 4780.0, 4750.0, 4757.0, 4744.0, 4757.0, 4720.0, 4748.0, 4689.0, 4734.0, 4740.0, 4747.0, 4741.0, 4762.0, 4746.0, 4756.0, 4749.0, 4759.0, 4762.0, 4739.0, 4781.0, 4738.0, 4782.0, 4728.0, 4781.0, 4753.0, 4792.0, 4763.0, 4801.0, 4741.0, 4801.0, 4740.0, 4799.0, 4751.0, 4801.0, 4745.0, 4815.0, 4744.0, 4802.0, 4720.0, 4800.0, 4729.0, 4799.0, 4741.0, 4792.0, 4802.0, 4785.0, 4813.0, 4763.0, 4801.0, 4755.0, 4804.0, 4746.0, 4795.0, 4756.0, 4816.0, 4760.0, 4820.0, 4775.0, 4849.0, 4803.0, 4859.0, 4800.0, 4892.0, 4824.0, 4881.0, 4807.0, 4842.0, 4793.0, 4842.0, 4794.0, 4859.0, 4845.0, 4814.0, 4856.0, 4796.0, 4833.0, 4831.0, 4830.0, 4816.0, 4805.0, 4775.0, 4827.0, 4764.0, 4829.0, 4817.0, 4792.0, 4807.0, 4740.0, 4746.0, 4774.0, 4756.0, 4774.0, 4733.0, 4762.0, 4705.0, 4753.0, 4760.0, 4733.0, 4760.0, 4701.0, 4762.0, 4713.0, 4753.0, 4762.0, 4745.0, 4774.0, 4738.0, 4799.0, 4732.0, 4815.0, 4783.0, 4775.0, 4803.0, 4743.0, 4806.0, 4792.0, 4763.0, 4814.0, 4743.0, 4805.0, 4763.0, 4775.0, 4812.0, 4754.0, 4815.0, 4747.0, 4795.0, 4793.0, 4776.0, 4826.0, 4768.0, 4815.0, 4759.0, 4817.0, 4759.0, 4828.0, 4809.0, 4843.0, 4817.0, 4844.0, 4815.0, 4853.0, 4810.0, 4856.0, 4798.0, 4858.0, 4796.0, 4846.0, 4862.0, 4813.0, 4844.0, 4782.0, 4831.0, 4804.0, 4831.0, 4829.0, 4824.0, 4839.0, 4797.0, 4814.0, 4764.0, 4802.0, 4779.0, 4768.0, 4788.0, 4758.0, 4779.0, 4724.0, 4755.0, 4762.0, 4733.0, 4763.0, 4704.0, 4764.0, 4751.0, 4744.0, 4772.0, 4713.0, 4760.0, 4714.0, 4753.0, 4772.0, 4732.0, 4773.0, 4714.0, 4774.0, 4707.0, 4764.0, 4749.0, 4772.0, 4790.0, 4773.0, 4801.0, 4764.0, 4816.0, 4769.0, 4831.0, 4769.0, 4820.0, 4766.0, 4819.0, 4815.0, 4797.0, 4838.0, 4779.0, 4818.0, 4755.0, 4817.0, 4805.0, 4798.0, 4839.0, 4787.0, 4825.0, 4755.0, 4814.0, 4768.0, 4826.0, 4760.0, 4806.0, 4825.0, 4778.0, 4814.0, 4758.0, 4815.0, 4813.0, 4777.0, 4815.0, 4745.0, 4803.0, 4782.0, 4786.0, 4812.0, 4763.0, 4801.0, 4743.0, 4801.0, 4784.0, 4783.0, 4812.0, 4774.0, 4824.0, 4767.0, 4826.0, 4769.0, 4828.0, 4772.0, 4848.0, 4797.0, 4842.0, 4774.0, 4839.0, 4789.0, 4854.0, 4843.0, 4802.0, 4841.0, 4779.0, 4820.0, 4827.0, 4767.0, 4817.0, 4766.0, 4809.0, 4824.0, 4767.0, 4813.0, 4757.0, 4796.0, 4815.0, 4765.0, 4816.0, 4758.0, 4818.0, 4775.0, 4784.0, 4824.0, 4776.0, 4825.0, 4772.0, 4816.0, 4757.0, 4831.0, 4781.0, 4840.0, 4787.0, 4844.0, 4785.0, 4846.0, 4786.0, 4846.0, 4862.0, 4803.0, 4843.0, 4792.0, 4831.0, 4828.0, 4775.0, 4830.0, 4758.0, 4815.0, 4758.0, 4818.0, 4813.0, 4789.0, 4838.0, 4802.0, 4828.0, 4772.0, 4825.0, 4768.0, 4809.0, 4827.0, 4771.0, 4818.0, 4758.0, 4797.0, 4824.0, 4756.0, 4817.0, 4755.0, 4797.0, 4815.0, 4766.0, 4815.0, 4745.0, 4803.0, 4802.0, 4764.0, 4811.0, 4757.0, 4815.0, 4769.0, 4807.0, 4760.0, 4820.0, 4760.0, 4822.0, 4773.0, 4843.0, 4792.0, 4832.0, 4833.0, 4802.0, 4840.0, 4782.0, 4841.0, 4791.0, 4819.0, 4828.0, 4779.0, 4827.0, 4777.0, 4808.0, 4816.0, 4777.0, 4814.0, 4743.0, 4805.0, 4805.0, 4777.0, 4812.0, 4763.0, 4798.0, 4743.0, 4791.0, 4811.0, 4773.0, 4811.0, 4753.0, 4804.0, 4744.0, 4806.0, 4756.0, 4809.0, 4804.0, 4810.0, 4827.0, 4791.0], 'WindowWidth': [10553.0, 10610.0, 10511.0, 10566.0, 10500.0, 10554.0, 10511.0, 10536.0, 10430.0, 10455.0, 10411.0, 10477.0, 10391.0, 10455.0, 10385.0, 10443.0, 10459.0, 10418.0, 10473.0, 10405.0, 10455.0, 10382.0, 10431.0, 10395.0, 10499.0, 10432.0, 10454.0, 10344.0, 10461.0, 10363.0, 10442.0, 10367.0, 10455.0, 10419.0, 10496.0, 10416.0, 10502.0, 10447.0, 10519.0, 10469.0, 10512.0, 10456.0, 10490.0, 10451.0, 10479.0, 10409.0, 10477.0, 10390.0, 10440.0, 10469.0, 10385.0, 10443.0, 10352.0, 10430.0, 10389.0, 10401.0, 10441.0, 10376.0, 10442.0, 10354.0, 10434.0, 10393.0, 10409.0, 10452.0, 10387.0, 10469.0, 10397.0, 10478.0, 10422.0, 10497.0, 10429.0, 10504.0, 10420.0, 10527.0, 10440.0, 10537.0, 10450.0, 10533.0, 10468.0, 10517.0, 10535.0, 10533.0, 10533.0, 10540.0, 10569.0, 10490.0, 10547.0, 10505.0, 10543.0, 10479.0, 10538.0, 10453.0, 10525.0, 10458.0, 10528.0, 10467.0, 10520.0, 10497.0, 10463.0, 10499.0, 10455.0, 10456.0, 10384.0, 10442.0, 10384.0, 10411.0, 10445.0, 10407.0, 10426.0, 10353.0, 10408.0, 10347.0, 10398.0, 10384.0, 10371.0, 10421.0, 10362.0, 10395.0, 10316.0, 10404.0, 10338.0, 10403.0, 10354.0, 10418.0, 10407.0, 10394.0, 10435.0, 10370.0, 10439.0, 10372.0, 10455.0, 10425.0, 10423.0, 10461.0, 10385.0, 10465.0, 10363.0, 10439.0, 10461.0, 10401.0, 10464.0, 10375.0, 10443.0, 10365.0, 10447.0, 10460.0, 10419.0, 10464.0, 10408.0, 10505.0, 10427.0, 10499.0, 10447.0, 10532.0, 10516.0, 10508.0, 10580.0, 10483.0, 10574.0, 10481.0, 10539.0, 10554.0, 10499.0, 10559.0, 10467.0, 10552.0, 10518.0, 10493.0, 10520.0, 10493.0, 10528.0, 10428.0, 10499.0, 10407.0, 10496.0, 10434.0, 10503.0, 10425.0, 10487.0, 10400.0, 10480.0, 10460.0, 10428.0, 10490.0, 10436.0, 10502.0, 10416.0, 10479.0, 10397.0, 10411.0, 10387.0, 10421.0, 10437.0, 10376.0, 10415.0, 10361.0, 10423.0, 10359.0, 10427.0, 10413.0, 10383.0, 10435.0, 10353.0, 10414.0, 10322.0, 10389.0, 10404.0, 10379.0, 10418.0, 10355.0, 10422.0, 10341.0, 10448.0, 10363.0, 10458.0, 10439.0, 10420.0, 10466.0, 10391.0, 10467.0, 10377.0, 10455.0, 10442.0, 10430.0, 10468.0, 10436.0, 10468.0, 10397.0, 10474.0, 10397.0, 10480.0, 10409.0, 10505.0, 10505.0, 10460.0, 10509.0, 10426.0, 10506.0, 10450.0, 10524.0, 10460.0, 10525.0, 10476.0, 10500.0, 10464.0, 10512.0, 10512.0, 10545.0, 10461.0, 10532.0, 10440.0, 10493.0, 10519.0, 10437.0, 10517.0, 10420.0, 10504.0, 10485.0, 10443.0, 10495.0, 10418.0, 10492.0, 10400.0, 10451.0, 10473.0, 10421.0, 10487.0, 10416.0, 10490.0, 10400.0, 10481.0, 10410.0, 10493.0, 10461.0, 10469.0, 10519.0, 10442.0, 10522.0, 10426.0, 10494.0, 10518.0, 10433.0, 10502.0, 10414.0, 10470.0, 10497.0, 10415.0, 10493.0, 10411.0, 10466.0, 10479.0, 10413.0, 10490.0, 10406.0, 10492.0, 10408.0, 10523.0, 10429.0, 10530.0, 10509.0, 10461.0, 10533.0, 10444.0, 10498.0, 10508.0, 10460.0, 10537.0, 10428.0, 10517.0, 10489.0, 10464.0, 10519.0, 10442.0, 10518.0, 10423.0, 10478.0, 10516.0, 10424.0, 10514.0, 10419.0, 10504.0, 10493.0, 10467.0, 10516.0, 10442.0, 10519.0, 10425.0, 10501.0, 10468.0, 10480.0, 10522.0, 10465.0, 10532.0, 10450.0, 10518.0, 10499.0, 10489.0, 10541.0, 10450.0, 10544.0, 10468.0, 10534.0, 10531.0, 10491.0, 10545.0, 10466.0, 10545.0, 10450.0, 10532.0, 10549.0, 10492.0, 10540.0, 10459.0, 10546.0, 10446.0, 10542.0, 10455.0, 10485.0, 10541.0, 10470.0, 10543.0, 10471.0, 10561.0, 10470.0, 10537.0, 10504.0, 10503.0, 10565.0, 10534.0, 10568.0, 10518.0, 10562.0, 10487.0, 10556.0, 10473.0, 10552.0, 10550.0, 10493.0, 10534.0, 10424.0, 10503.0, 10516.0, 10429.0, 10484.0, 10415.0, 10444.0, 10469.0, 10411.0, 10465.0, 10396.0, 10460.0, 10380.0, 10455.0, 10411.0, 10422.0, 10453.0, 10407.0, 10457.0, 10444.0, 10473.0, 10405.0, 10464.0, 10427.0, 10465.0, 10438.0, 10481.0, 10441.0, 10477.0, 10428.0, 10488.0, 10445.0, 10493.0, 10425.0, 10463.0, 10439.0, 10443.0, 10479.0, 10403.0, 10495.0, 10423.0, 10481.0, 10448.0, 10442.0, 10475.0, 10405.0, 10441.0, 10373.0, 10430.0, 10439.0, 10386.0, 10423.0, 10369.0, 10422.0, 10330.0, 10373.0, 10417.0, 10402.0, 10445.0, 10349.0, 10418.0, 10323.0, 10391.0, 10310.0, 10460.0, 10393.0, 10441.0, 10412.0, 10479.0, 10446.0, 10494.0, 10456.0, 10499.0, 10468.0, 10500.0, 10410.0, 10501.0, 10391.0, 10503.0, 10440.0, 10479.0, 10436.0, 10473.0, 10431.0, 10476.0, 10472.0, 10403.0, 10469.0, 10434.0, 10413.0, 10409.0, 10334.0, 10466.0, 10437.0, 10446.0, 10484.0, 10416.0, 10481.0, 10491.0, 10373.0, 10486.0, 10512.0, 10525.0, 10603.0, 10560.0, 10507.0, 10530.0, 10443.0, 10427.0, 10406.0, 10352.0, 10410.0, 10382.0, 10416.0, 10362.0, 10405.0, 10356.0, 10366.0, 10352.0, 10365.0, 10311.0, 10347.0, 10270.0, 10316.0, 10340.0, 10341.0, 10341.0, 10373.0, 10361.0, 10374.0, 10366.0, 10378.0, 10375.0, 10353.0, 10418.0, 10358.0, 10419.0, 10338.0, 10416.0, 10380.0, 10436.0, 10399.0, 10446.0, 10362.0, 10443.0, 10361.0, 10439.0, 10376.0, 10446.0, 10376.0, 10473.0, 10375.0, 10450.0, 10333.0, 10443.0, 10345.0, 10440.0, 10363.0, 10432.0, 10451.0, 10432.0, 10466.0, 10398.0, 10448.0, 10395.0, 10460.0, 10381.0, 10447.0, 10399.0, 10481.0, 10411.0, 10493.0, 10441.0, 10549.0, 10491.0, 10560.0, 10483.0, 10615.0, 10524.0, 10600.0, 10488.0, 10525.0, 10457.0, 10527.0, 10464.0, 10561.0, 10537.0, 10488.0, 10555.0, 10456.0, 10512.0, 10508.0, 10501.0, 10479.0, 10460.0, 10418.0, 10494.0, 10403.0, 10502.0, 10487.0, 10437.0, 10469.0, 10356.0, 10359.0, 10399.0, 10373.0, 10396.0, 10336.0, 10375.0, 10301.0, 10363.0, 10372.0, 10335.0, 10371.0, 10292.0, 10376.0, 10311.0, 10365.0, 10380.0, 10358.0, 10398.0, 10354.0, 10441.0, 10353.0, 10473.0, 10427.0, 10418.0, 10451.0, 10372.0, 10460.0, 10439.0, 10399.0, 10469.0, 10373.0, 10458.0, 10398.0, 10414.0, 10465.0, 10389.0, 10471.0, 10383.0, 10445.0, 10443.0, 10424.0, 10493.0, 10418.0, 10475.0, 10407.0, 10481.0, 10406.0, 10500.0, 10495.0, 10532.0, 10501.0, 10534.0, 10496.0, 10545.0, 10496.0, 10555.0, 10478.0, 10558.0, 10473.0, 10540.0, 10558.0, 10488.0, 10538.0, 10441.0, 10512.0, 10476.0, 10512.0, 10502.0, 10503.0, 10527.0, 10452.0, 10480.0, 10400.0, 10457.0, 10416.0, 10397.0, 10432.0, 10379.0, 10412.0, 10328.0, 10369.0, 10383.0, 10336.0, 10380.0, 10298.0, 10381.0, 10362.0, 10351.0, 10389.0, 10311.0, 10371.0, 10312.0, 10365.0, 10391.0, 10337.0, 10394.0, 10316.0, 10398.0, 10312.0, 10389.0, 10371.0, 10407.0, 10434.0, 10415.0, 10452.0, 10407.0, 10476.0, 10418.0, 10506.0, 10418.0, 10488.0, 10413.0, 10486.0, 10480.0, 10454.0, 10513.0, 10430.0, 10482.0, 10395.0, 10479.0, 10463.0, 10456.0, 10520.0, 10442.0, 10491.0, 10396.0, 10475.0, 10416.0, 10494.0, 10405.0, 10465.0, 10492.0, 10427.0, 10475.0, 10401.0, 10475.0, 10472.0, 10421.0, 10473.0, 10376.0, 10454.0, 10426.0, 10432.0, 10465.0, 10398.0, 10448.0, 10374.0, 10450.0, 10430.0, 10429.0, 10469.0, 10420.0, 10488.0, 10417.0, 10492.0, 10423.0, 10499.0, 10429.0, 10533.0, 10473.0, 10526.0, 10438.0, 10522.0, 10463.0, 10546.0, 10533.0, 10469.0, 10526.0, 10433.0, 10489.0, 10499.0, 10411.0, 10482.0, 10411.0, 10468.0, 10488.0, 10409.0, 10470.0, 10394.0, 10447.0, 10474.0, 10405.0, 10474.0, 10400.0, 10479.0, 10419.0, 10431.0, 10487.0, 10423.0, 10491.0, 10429.0, 10477.0, 10399.0, 10506.0, 10442.0, 10521.0, 10458.0, 10530.0, 10454.0, 10535.0, 10454.0, 10537.0, 10556.0, 10474.0, 10529.0, 10454.0, 10504.0, 10501.0, 10421.0, 10505.0, 10401.0, 10476.0, 10402.0, 10482.0, 10471.0, 10443.0, 10513.0, 10469.0, 10498.0, 10428.0, 10495.0, 10419.0, 10472.0, 10497.0, 10423.0, 10482.0, 10401.0, 10451.0, 10488.0, 10394.0, 10476.0, 10392.0, 10450.0, 10473.0, 10406.0, 10472.0, 10375.0, 10454.0, 10452.0, 10402.0, 10465.0, 10397.0, 10474.0, 10416.0, 10467.0, 10408.0, 10489.0, 10409.0, 10498.0, 10432.0, 10531.0, 10459.0, 10514.0, 10517.0, 10472.0, 10522.0, 10439.0, 10522.0, 10452.0, 10486.0, 10502.0, 10429.0, 10496.0, 10426.0, 10467.0, 10479.0, 10423.0, 10472.0, 10373.0, 10458.0, 10458.0, 10420.0, 10465.0, 10399.0, 10444.0, 10373.0, 10435.0, 10464.0, 10417.0, 10463.0, 10385.0, 10456.0, 10377.0, 10462.0, 10396.0, 10472.0, 10465.0, 10475.0, 10498.0, 10450.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.007006294591484465</td></tr>
<tr><td colspan=3>aqi</td><td>0.03098468757192175</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.501599184343256</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3555865257258073</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1174885558640553</td></tr>
<tr><td colspan=3>efc</td><td>0.4929</td></tr>
<tr><td colspan=3>fber</td><td>5078.3687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15537195395461115</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>153</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.60644418872267</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6266939918702454</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4593886686363318</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.939245202650206</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4814481043241976</td></tr>
<tr><td colspan=3>gcor</td><td>0.0351563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013817486353218555</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039898209273815155</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8876664851773692</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>14.0661</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.3574</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.4206</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297212.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1109.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.6475</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2771</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.3329</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3945.0337</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1078.275</td></tr>
<tr><td colspan=3>tsnr</td><td>32.887468703091145</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>