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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:28:20.007500</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.99934, 0.0362429, -0.00247561, -0.0362948, 0.993237, -0.11029]</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-03_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.114833</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7708, -7228, 363, -38, -101, 15, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.573</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>552cd2e3-b111-4598-8c65-926f7f0f28f2||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.6811559200286865, -0.09737624228000641, 0.00415359390899539, 115.48279571533203], [-0.09723709523677826, 2.664780855178833, -0.29782935976982117, -77.49663543701172], [-0.0066418834030628204, 0.2959003150463104, 2.6835200786590576, -69.85901641845703], [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': ['132820.007500', '132820.467500', '132820.927500', '132821.387500', '132821.847500', '132822.307500', '132822.767500', '132823.227500', '132823.687500', '132824.147500', '132824.607500', '132825.067500', '132825.527500', '132825.987500', '132826.447500', '132826.907500', '132827.367500', '132827.827500', '132828.287500', '132828.747500', '132829.207500', '132829.667500', '132830.127500', '132830.587500', '132831.047500', '132831.507500', '132831.967500', '132832.427500', '132832.887500', '132833.347500', '132833.807500', '132834.267500', '132834.727500', '132835.187500', '132835.647500', '132836.107500', '132836.567500', '132837.027500', '132837.487500', '132837.947500', '132838.407500', '132838.867500', '132839.327500', '132839.787500', '132840.247500', '132840.707500', '132841.167500', '132841.627500', '132842.087500', '132842.547500', '132843.007500', '132843.467500', '132843.927500', '132844.387500', '132844.847500', '132845.307500', '132845.767500', '132846.227500', '132846.687500', '132847.147500', '132847.607500', '132848.067500', '132848.527500', '132848.987500', '132849.447500', '132849.907500', '132850.367500', '132850.827500', '132851.287500', '132851.747500', '132852.207500', '132852.667500', '132853.127500', '132853.587500', '132854.047500', '132854.507500', '132854.967500', '132855.427500', '132855.887500', '132856.347500', '132856.807500', '132857.267500', '132857.727500', '132858.187500', '132858.647500', '132859.107500', '132859.567500', '132900.027500', '132900.487500', '132900.947500', '132901.407500', '132901.867500', '132902.327500', '132902.787500', '132903.247500', '132903.707500', '132904.167500', '132904.627500', '132905.087500', '132905.547500', '132906.007500', '132906.467500', '132906.927500', '132907.387500', '132907.847500', '132908.307500', '132908.767500', '132909.227500', '132909.687500', '132910.147500', '132910.607500', '132911.067500', '132911.527500', '132911.987500', '132912.447500', '132912.907500', '132913.367500', '132913.827500', '132914.287500', '132914.747500', '132915.207500', '132915.667500', '132916.127500', '132916.587500', '132917.047500', '132917.507500', '132917.967500', '132918.427500', '132918.887500', '132919.347500', '132919.807500', '132920.267500', '132920.727500', '132921.187500', '132921.647500', '132922.107500', '132922.567500', '132923.027500', '132923.487500', '132923.947500', '132924.407500', '132924.867500', '132925.327500', '132925.787500', '132926.247500', '132926.707500', '132927.167500', '132927.627500', '132928.087500', '132928.547500', '132929.007500', '132929.467500', '132929.927500', '132930.387500', '132930.847500', '132931.307500', '132931.767500', '132932.227500', '132932.687500', '132933.147500', '132933.607500', '132934.067500', '132934.527500', '132934.987500', '132935.447500', '132935.907500', '132936.367500', '132936.827500', '132937.287500', '132937.747500', '132938.207500', '132938.667500', '132939.127500', '132939.587500', '132940.047500', '132940.507500', '132940.967500', '132941.427500', '132941.887500', '132942.347500', '132942.807500', '132943.267500', '132943.727500', '132944.187500', '132944.647500', '132945.107500', '132945.567500', '132946.027500', '132946.487500', '132946.947500', '132947.407500', '132947.867500', '132948.327500', '132948.787500', '132949.247500', '132949.707500', '132950.167500', '132950.627500', '132951.087500', '132951.547500', '132952.007500', '132952.467500', '132952.927500', '132953.387500', '132953.847500', '132954.307500', '132954.767500', '132955.227500', '132955.687500', '132956.147500', '132956.607500', '132957.067500', '132957.527500', '132957.987500', '132958.447500', '132958.907500', '132959.367500', '132959.827500', '133000.287500', '133000.747500', '133001.207500', '133001.667500', '133002.127500', '133002.587500', '133003.047500', '133003.507500', '133003.967500', '133004.427500', '133004.887500', '133005.347500', '133005.807500', '133006.267500', '133006.727500', '133007.187500', '133007.647500', '133008.107500', '133008.567500', '133009.027500', '133009.487500', '133009.947500', '133010.407500', '133010.867500', '133011.327500', '133011.787500', '133012.247500', '133012.707500', '133013.167500', '133013.627500', '133014.087500', '133014.547500', '133015.007500', '133015.467500', '133015.927500', '133016.387500', '133016.847500', '133017.307500', '133017.767500', '133018.227500', '133018.687500', '133019.147500', '133019.607500', '133020.067500', '133020.527500', '133020.987500', '133021.447500', '133021.907500', '133022.367500', '133022.827500', '133023.287500', '133023.747500', '133024.207500', '133024.667500', '133025.127500', '133025.587500', '133026.047500', '133026.507500', '133026.967500', '133027.427500', '133027.887500', '133028.347500', '133028.807500', '133029.267500', '133029.727500', '133030.187500', '133030.647500', '133031.107500', '133031.567500', '133032.027500', '133032.487500', '133032.947500', '133033.407500', '133033.867500', '133034.327500', '133034.787500', '133035.247500', '133035.707500', '133036.167500', '133036.627500', '133037.087500', '133037.547500', '133038.007500', '133038.467500', '133038.927500', '133039.387500', '133039.847500', '133040.307500', '133040.767500', '133041.227500', '133041.687500', '133042.147500', '133042.607500', '133043.067500', '133043.527500', '133043.987500', '133044.447500', '133044.907500', '133045.367500', '133045.827500', '133046.287500', '133046.747500', '133047.207500', '133047.667500', '133048.127500', '133048.587500', '133049.047500', '133049.507500', '133049.967500', '133050.427500', '133050.887500', '133051.347500', '133051.807500', '133052.267500', '133052.727500', '133053.187500', '133053.647500', '133054.107500', '133054.567500', '133055.027500', '133055.487500', '133055.947500', '133056.407500', '133056.867500', '133057.327500', '133057.787500', '133058.247500', '133058.707500', '133059.167500', '133059.627500', '133100.087500', '133100.547500', '133101.007500', '133101.467500', '133101.927500', '133102.387500', '133102.847500', '133103.307500', '133103.767500', '133104.227500', '133104.687500', '133105.147500', '133105.607500', '133106.067500', '133106.527500', '133106.987500', '133107.447500', '133107.907500', '133108.367500', '133108.827500', '133109.287500', '133109.747500', '133110.207500', '133110.667500', '133111.127500', '133111.587500', '133112.047500', '133112.507500', '133112.967500', '133113.427500', '133113.887500', '133114.347500', '133114.807500', '133115.267500', '133115.727500', '133116.187500', '133116.647500', '133117.107500', '133117.567500', '133118.027500', '133118.487500', '133118.947500', '133119.407500', '133119.867500', '133120.327500', '133120.787500', '133121.247500', '133121.707500', '133122.167500', '133122.627500', '133123.087500', '133123.547500', '133124.007500', '133124.467500', '133124.927500', '133125.387500', '133125.847500', '133126.307500', '133126.767500', '133127.227500', '133127.687500', '133128.147500', '133128.607500', '133129.067500', '133129.527500', '133129.987500', '133130.447500', '133130.907500', '133131.367500', '133131.827500', '133132.287500', '133132.747500', '133133.207500', '133133.667500', '133134.127500', '133134.587500', '133135.047500', '133135.507500', '133135.967500', '133136.427500', '133136.887500', '133137.347500', '133137.807500', '133138.267500', '133138.727500', '133139.187500', '133139.647500', '133140.107500', '133140.567500', '133141.027500', '133141.487500', '133141.947500', '133142.407500', '133142.867500', '133143.327500', '133143.787500', '133144.247500', '133144.707500', '133145.167500', '133145.627500', '133146.087500', '133146.547500', '133147.007500', '133147.467500', '133147.927500', '133148.387500', '133148.847500', '133149.307500', '133149.767500', '133150.227500', '133150.687500', '133151.147500', '133151.607500', '133152.067500', '133152.527500', '133152.987500', '133153.447500', '133153.907500', '133154.367500', '133154.827500', '133155.287500', '133155.747500', '133156.207500', '133156.667500', '133157.127500', '133157.587500', '133158.047500', '133158.507500', '133158.967500', '133159.427500', '133159.887500', '133200.347500', '133200.807500', '133201.267500', '133201.727500', '133202.187500', '133202.647500', '133203.107500', '133203.567500', '133204.027500', '133204.487500', '133204.947500', '133205.407500', '133205.867500', '133206.327500', '133206.787500', '133207.247500', '133207.707500', '133208.167500', '133208.627500', '133209.087500', '133209.547500', '133210.007500', '133210.467500', '133210.927500', '133211.387500', '133211.847500', '133212.307500', '133212.767500', '133213.227500', '133213.687500', '133214.147500', '133214.607500', '133215.067500', '133215.527500', '133215.987500', '133216.447500', '133216.907500', '133217.367500', '133217.827500', '133218.287500', '133218.747500', '133219.207500', '133219.667500', '133220.127500', '133220.587500', '133221.047500', '133221.507500', '133221.967500', '133222.427500', '133222.887500', '133223.347500', '133223.807500', '133224.267500', '133224.727500', '133225.187500', '133225.647500', '133226.107500', '133226.567500', '133227.027500', '133227.487500', '133227.947500', '133228.407500', '133228.867500', '133229.327500', '133229.787500', '133230.247500', '133230.707500', '133231.167500', '133231.627500', '133232.087500', '133232.547500', '133233.007500', '133233.467500', '133233.927500', '133234.387500', '133234.847500', '133235.307500', '133235.767500', '133236.227500', '133236.687500', '133237.147500', '133237.607500', '133238.067500', '133238.527500', '133238.987500', '133239.447500', '133239.907500', '133240.367500', '133240.827500', '133241.287500', '133241.747500', '133242.207500', '133242.667500', '133243.127500', '133243.587500', '133244.047500', '133244.507500', '133244.967500', '133245.427500', '133245.887500', '133246.347500', '133246.807500', '133247.267500', '133247.727500', '133248.187500', '133248.647500', '133249.107500', '133249.567500', '133250.027500', '133250.487500', '133250.947500', '133251.407500', '133251.867500', '133252.327500', '133252.787500', '133253.247500', '133253.707500', '133254.167500', '133254.627500', '133255.087500', '133255.547500', '133256.007500', '133256.467500', '133256.927500', '133257.387500', '133257.847500', '133258.307500', '133258.767500', '133259.227500', '133259.687500', '133300.147500', '133300.607500', '133301.067500', '133301.527500', '133301.987500', '133302.447500', '133302.907500', '133303.367500', '133303.827500', '133304.287500', '133304.747500', '133305.207500', '133305.667500', '133306.127500', '133306.587500', '133307.047500', '133307.507500', '133307.967500', '133308.427500', '133308.887500', '133309.347500', '133309.807500', '133310.267500', '133310.727500', '133311.187500', '133311.647500', '133312.107500', '133312.567500', '133313.027500', '133313.487500', '133313.947500', '133314.407500', '133314.867500', '133315.327500', '133315.787500', '133316.247500', '133316.707500', '133317.167500', '133317.627500', '133318.087500', '133318.547500', '133319.007500', '133319.467500', '133319.927500', '133320.387500', '133320.847500', '133321.307500', '133321.767500', '133322.227500', '133322.687500', '133323.147500', '133323.607500', '133324.067500', '133324.527500', '133324.987500', '133325.447500', '133325.907500', '133326.367500', '133326.827500', '133327.287500', '133327.747500', '133328.207500', '133328.667500', '133329.127500', '133329.587500', '133330.047500', '133330.507500', '133330.967500', '133331.427500', '133331.887500', '133332.347500', '133332.807500', '133333.267500', '133333.727500', '133334.187500', '133334.647500', '133335.107500', '133335.567500', '133336.027500', '133336.487500', '133336.947500', '133337.407500', '133337.867500', '133338.327500', '133338.787500', '133339.247500', '133339.707500', '133340.167500', '133340.627500', '133341.087500', '133341.547500', '133342.007500', '133342.467500', '133342.927500', '133343.387500', '133343.847500', '133344.307500', '133344.767500', '133345.227500', '133345.687500', '133346.147500', '133346.607500', '133347.067500', '133347.527500', '133347.987500', '133348.447500', '133348.907500', '133349.367500', '133349.827500', '133350.287500', '133350.747500', '133351.207500', '133351.667500', '133352.127500', '133352.587500', '133353.047500', '133353.507500', '133353.967500', '133354.427500', '133354.887500', '133355.347500', '133355.807500', '133356.267500', '133356.727500', '133357.187500', '133357.647500', '133358.107500', '133358.567500', '133359.027500', '133359.487500', '133359.947500', '133400.407500', '133400.867500', '133401.327500', '133401.787500', '133402.247500', '133402.707500', '133403.167500', '133403.627500', '133404.087500', '133404.547500', '133405.007500', '133405.467500', '133405.927500', '133406.387500', '133406.847500', '133407.307500', '133407.767500', '133408.227500', '133408.687500', '133409.147500', '133409.607500', '133410.067500', '133410.527500', '133410.987500', '133411.447500', '133411.907500', '133412.367500', '133412.827500', '133413.287500', '133413.747500', '133414.207500', '133414.667500', '133415.127500', '133415.587500', '133416.047500', '133416.507500', '133416.967500', '133417.427500', '133417.887500', '133418.347500', '133418.807500', '133419.267500', '133419.727500', '133420.187500', '133420.647500', '133421.107500', '133421.567500', '133422.027500', '133422.487500', '133422.947500', '133423.407500', '133423.867500', '133424.327500', '133424.787500', '133425.247500', '133425.707500', '133426.167500', '133426.627500', '133427.087500', '133427.547500', '133428.007500', '133428.467500', '133428.927500', '133429.387500', '133429.847500', '133430.307500', '133430.767500', '133431.227500', '133431.687500', '133432.147500', '133432.607500', '133433.067500', '133433.527500', '133433.987500', '133434.447500', '133434.907500', '133435.367500', '133435.827500', '133436.287500', '133436.747500', '133437.207500', '133437.667500', '133438.127500', '133438.587500', '133439.047500', '133439.507500', '133439.967500', '133440.427500', '133440.887500', '133441.347500', '133441.807500', '133442.267500', '133442.727500', '133443.187500', '133443.647500', '133444.107500', '133444.567500', '133445.027500', '133445.487500', '133445.947500', '133446.407500', '133446.867500', '133447.327500', '133447.787500', '133448.247500', '133448.707500', '133449.167500', '133449.627500', '133450.087500', '133450.547500', '133451.007500', '133451.467500', '133451.927500', '133452.387500', '133452.847500', '133453.307500', '133453.767500', '133454.227500', '133454.687500', '133455.147500', '133455.607500', '133456.067500', '133456.527500', '133456.987500', '133457.447500', '133457.907500', '133458.367500', '133458.827500', '133459.287500', '133459.747500', '133500.207500', '133500.667500'], 'ContentTime': ['132837.759000', '132837.763000', '132837.766000', '132837.769000', '132837.771000', '132837.774000', '132837.777000', '132837.780000', '132837.782000', '132837.785000', '132837.788000', '132837.791000', '132837.793000', '132837.796000', '132837.799000', '132837.802000', '132837.805000', '132837.807000', '132837.810000', '132837.813000', '132837.816000', '132837.818000', '132837.821000', '132837.824000', '132837.827000', '132837.829000', '132837.832000', '132837.835000', '132837.838000', '132837.841000', '132837.843000', '132837.846000', '132837.849000', '132837.852000', '132837.854000', '132837.857000', '132837.860000', '132857.708000', '132857.711000', '132857.713000', '132857.716000', '132857.719000', '132857.722000', '132857.724000', '132857.727000', '132857.730000', '132857.733000', '132857.735000', '132857.738000', '132857.741000', '132857.744000', '132857.747000', '132857.749000', '132857.752000', '132857.755000', '132857.758000', '132857.760000', '132857.763000', '132857.766000', '132857.769000', '132857.772000', '132857.774000', '132857.777000', '132857.780000', '132857.783000', '132857.785000', '132857.788000', '132857.791000', '132857.794000', '132857.797000', '132857.799000', '132857.802000', '132857.805000', '132857.808000', '132857.810000', '132857.813000', '132857.816000', '132857.819000', '132857.821000', '132857.824000', '132857.827000', '132917.708000', '132917.711000', '132917.714000', '132917.716000', '132917.719000', '132917.722000', '132917.725000', '132917.728000', '132917.731000', '132917.734000', '132917.737000', '132917.740000', '132917.742000', '132917.745000', '132917.748000', '132917.751000', '132917.753000', '132917.756000', '132917.759000', '132917.762000', '132917.765000', '132917.767000', '132917.770000', '132917.773000', '132917.776000', '132917.779000', '132917.781000', '132917.784000', '132917.787000', '132917.790000', '132917.792000', '132917.795000', '132917.798000', '132917.801000', '132917.804000', '132917.806000', '132917.809000', '132917.812000', '132917.815000', '132917.818000', '132917.820000', '132917.823000', '132917.826000', '132937.708000', '132937.711000', '132937.713000', '132937.716000', '132937.719000', '132937.722000', '132937.725000', '132937.727000', '132937.730000', '132937.733000', '132937.736000', '132937.738000', '132937.741000', '132937.744000', '132937.747000', '132937.750000', '132937.752000', '132937.755000', '132937.758000', '132937.761000', '132937.764000', '132937.767000', '132937.770000', '132937.772000', '132937.775000', '132937.778000', '132937.781000', '132937.784000', '132937.786000', '132937.789000', '132937.792000', '132937.810000', '132937.813000', '132937.816000', '132937.818000', '132937.821000', '132937.824000', '132937.827000', '132937.829000', '132937.832000', '132937.835000', '132937.838000', '132937.840000', '132937.843000', '132957.708000', '132957.711000', '132957.713000', '132957.716000', '132957.719000', '132957.722000', '132957.725000', '132957.727000', '132957.730000', '132957.733000', '132957.736000', '132957.739000', '132957.741000', '132957.744000', '132957.747000', '132957.750000', '132957.752000', '132957.755000', '132957.758000', '132957.761000', '132957.764000', '132957.767000', '132957.834000', '132957.837000', '132957.840000', '132957.843000', '132957.845000', '132957.848000', '132957.851000', '132957.854000', '132957.857000', '132957.860000', '132957.863000', '132957.865000', '132957.868000', '132957.871000', '132957.874000', '132957.877000', '132957.880000', '132957.882000', '132957.885000', '132957.888000', '132957.891000', '133017.708000', '133017.711000', '133017.713000', '133017.716000', '133017.719000', '133017.722000', '133017.725000', '133017.728000', '133017.730000', '133017.733000', '133017.736000', '133017.739000', '133017.742000', '133017.744000', '133017.747000', '133017.750000', '133017.753000', '133017.756000', '133017.759000', '133017.761000', '133017.764000', '133017.767000', '133017.770000', '133017.772000', '133017.775000', '133017.778000', '133017.781000', '133017.784000', '133017.786000', '133017.789000', '133017.792000', '133017.795000', '133017.798000', '133017.800000', '133017.803000', '133017.806000', '133017.809000', '133017.812000', '133017.814000', '133017.817000', '133017.820000', '133017.823000', '133017.825000', '133017.828000', '133037.708000', '133037.711000', '133037.714000', '133037.717000', '133037.720000', '133037.723000', '133037.726000', '133037.728000', '133037.731000', '133037.734000', '133037.737000', '133037.740000', '133037.742000', '133037.745000', '133037.748000', '133037.751000', '133037.754000', '133037.756000', '133037.759000', '133037.762000', '133037.765000', '133037.768000', '133037.816000', '133037.818000', '133037.821000', '133037.824000', '133037.827000', '133037.830000', '133037.832000', '133037.835000', '133037.838000', '133037.841000', '133037.843000', '133037.846000', '133037.849000', '133037.852000', '133037.855000', '133037.858000', '133037.860000', '133037.863000', '133037.866000', '133037.869000', '133037.872000', '133057.708000', '133057.711000', '133057.713000', '133057.716000', '133057.719000', '133057.722000', '133057.725000', '133057.727000', '133057.730000', '133057.733000', '133057.736000', '133057.739000', '133057.741000', '133057.744000', '133057.747000', '133057.750000', '133057.753000', '133057.755000', '133057.758000', '133057.761000', '133057.764000', '133057.766000', '133057.797000', '133057.800000', '133057.802000', '133057.805000', '133057.808000', '133057.811000', '133057.814000', '133057.816000', '133057.819000', '133057.822000', '133057.825000', '133057.828000', '133057.830000', '133057.833000', '133057.836000', '133057.839000', '133057.841000', '133057.844000', '133057.847000', '133057.850000', '133057.853000', '133057.855000', '133117.708000', '133117.711000', '133117.713000', '133117.716000', '133117.719000', '133117.722000', '133117.725000', '133117.727000', '133117.730000', '133117.733000', '133117.736000', '133117.752000', '133117.754000', '133117.757000', '133117.760000', '133117.763000', '133117.766000', '133117.769000', '133117.771000', '133117.774000', '133117.777000', '133117.780000', '133117.783000', '133117.785000', '133117.788000', '133117.791000', '133117.794000', '133117.797000', '133117.800000', '133117.803000', '133117.806000', '133117.808000', '133117.811000', '133117.814000', '133117.817000', '133117.819000', '133117.822000', '133117.825000', '133117.828000', '133117.831000', '133117.834000', '133117.836000', '133117.839000', '133137.708000', '133137.711000', '133137.713000', '133137.716000', '133137.719000', '133137.722000', '133137.725000', '133137.727000', '133137.730000', '133137.733000', '133137.736000', '133137.739000', '133137.741000', '133137.744000', '133137.747000', '133137.750000', '133137.753000', '133137.755000', '133137.758000', '133137.761000', '133137.764000', '133137.767000', '133137.852000', '133137.854000', '133137.857000', '133137.860000', '133137.863000', '133137.865000', '133137.868000', '133137.871000', '133137.874000', '133137.877000', '133137.879000', '133137.882000', '133137.885000', '133137.888000', '133137.891000', '133137.893000', '133137.896000', '133137.899000', '133137.902000', '133137.905000', '133137.907000', '133137.910000', '133157.708000', '133157.711000', '133157.714000', '133157.716000', '133157.719000', '133157.722000', '133157.725000', '133157.727000', '133157.730000', '133157.733000', '133157.736000', '133157.739000', '133157.742000', '133157.744000', '133157.747000', '133157.751000', '133157.754000', '133157.757000', '133157.759000', '133157.762000', '133157.765000', '133157.768000', '133157.795000', '133157.798000', '133157.801000', '133157.809000', '133157.812000', '133157.815000', '133157.818000', '133157.820000', '133157.823000', '133157.826000', '133157.829000', '133157.831000', '133157.834000', '133157.837000', '133157.840000', '133157.843000', '133157.846000', '133157.848000', '133157.851000', '133157.854000', '133157.857000', '133217.708000', '133217.711000', '133217.715000', '133217.717000', '133217.720000', '133217.723000', '133217.726000', '133217.729000', '133217.731000', '133217.734000', '133217.737000', '133217.740000', '133217.743000', '133217.746000', '133217.748000', '133217.751000', '133217.754000', '133217.757000', '133217.759000', '133217.762000', '133217.765000', '133217.768000', '133217.822000', '133217.825000', '133217.828000', '133217.831000', '133217.834000', '133217.836000', '133217.839000', '133217.842000', '133217.845000', '133217.848000', '133217.850000', '133217.853000', '133217.856000', '133217.859000', '133217.861000', '133217.864000', '133217.867000', '133217.870000', '133217.873000', '133217.875000', '133217.878000', '133217.881000', '133237.708000', '133237.711000', '133237.713000', '133237.716000', '133237.719000', '133237.722000', '133237.725000', '133237.728000', '133237.730000', '133237.733000', '133237.736000', '133237.739000', '133237.741000', '133237.744000', '133237.747000', '133237.750000', '133237.753000', '133237.756000', '133237.758000', '133237.761000', '133237.764000', '133237.767000', '133237.770000', '133237.772000', '133237.775000', '133237.778000', '133237.781000', '133237.784000', '133237.786000', '133237.789000', '133237.792000', '133237.795000', '133237.797000', '133237.800000', '133237.803000', '133237.806000', '133237.823000', '133237.826000', '133237.829000', '133237.832000', '133237.835000', '133237.838000', '133237.842000', '133257.708000', '133257.711000', '133257.714000', '133257.716000', '133257.719000', '133257.722000', '133257.725000', '133257.727000', '133257.730000', '133257.733000', '133257.736000', '133257.739000', '133257.741000', '133257.744000', '133257.747000', '133257.750000', '133257.753000', '133257.755000', '133257.758000', '133257.761000', '133257.764000', '133257.767000', '133257.770000', '133257.812000', '133257.815000', '133257.818000', '133257.820000', '133257.823000', '133257.826000', '133257.829000', '133257.831000', '133257.834000', '133257.837000', '133257.840000', '133257.842000', '133257.845000', '133257.848000', '133257.851000', '133257.854000', '133257.856000', '133257.859000', '133257.862000', '133257.865000', '133257.868000', '133317.708000', '133317.711000', '133317.714000', '133317.717000', '133317.719000', '133317.722000', '133317.725000', '133317.728000', '133317.731000', '133317.733000', '133317.736000', '133317.739000', '133317.742000', '133317.744000', '133317.747000', '133317.750000', '133317.753000', '133317.756000', '133317.758000', '133317.761000', '133317.764000', '133317.767000', '133317.770000', '133317.773000', '133317.775000', '133317.778000', '133317.781000', '133317.784000', '133317.789000', '133317.792000', '133317.795000', '133317.798000', '133317.800000', '133317.803000', '133317.806000', '133317.809000', '133317.812000', '133317.814000', '133317.817000', '133317.820000', '133317.823000', '133317.826000', '133317.828000', '133337.708000', '133337.711000', '133337.713000', '133337.716000', '133337.719000', '133337.722000', '133337.725000', '133337.727000', '133337.730000', '133337.733000', '133337.736000', '133337.739000', '133337.742000', '133337.744000', '133337.747000', '133337.750000', '133337.753000', '133337.756000', '133337.758000', '133337.761000', '133337.764000', '133337.767000', '133337.824000', '133337.827000', '133337.830000', '133337.833000', '133337.835000', '133337.838000', '133337.841000', '133337.844000', '133337.847000', '133337.850000', '133337.852000', '133337.855000', '133337.858000', '133337.861000', '133337.864000', '133337.867000', '133337.869000', '133337.872000', '133337.875000', '133337.878000', '133337.880000', '133337.883000', '133357.708000', '133357.711000', '133357.714000', '133357.717000', '133357.719000', '133357.722000', '133357.725000', '133357.728000', '133357.731000', '133357.733000', '133357.736000', '133357.739000', '133357.742000', '133357.745000', '133357.747000', '133357.750000', '133357.753000', '133357.756000', '133357.759000', '133357.761000', '133357.764000', '133357.767000', '133357.831000', '133357.834000', '133357.845000', '133357.848000', '133357.850000', '133357.853000', '133357.856000', '133357.859000', '133357.863000', '133357.866000', '133357.869000', '133357.872000', '133357.875000', '133357.878000', '133357.880000', '133357.883000', '133357.886000', '133357.889000', '133357.892000', '133357.894000', '133357.897000', '133417.708000', '133417.711000', '133417.714000', '133417.716000', '133417.728000', '133417.731000', '133417.734000', '133417.737000', '133417.739000', '133417.742000', '133417.745000', '133417.748000', '133417.751000', '133417.753000', '133417.756000', '133417.759000', '133417.762000', '133417.765000', '133417.767000', '133417.807000', '133417.810000', '133417.813000', '133417.815000', '133417.818000', '133417.821000', '133417.824000', '133417.826000', '133417.829000', '133417.832000', '133417.835000', '133417.838000', '133417.840000', '133417.843000', '133417.846000', '133417.849000', '133417.856000', '133417.858000', '133417.863000', '133417.865000', '133417.868000', '133417.871000', '133417.874000', '133417.877000', '133417.879000', '133437.708000', '133437.714000', '133437.717000', '133437.720000', '133437.723000', '133437.726000', '133437.728000', '133437.731000', '133437.734000', '133437.737000', '133437.739000', '133437.742000', '133437.745000', '133437.748000', '133437.751000', '133437.753000', '133437.756000', '133437.759000', '133437.762000', '133437.764000', '133437.767000', '133437.853000', '133437.856000', '133437.859000', '133437.862000', '133437.865000', '133437.868000', '133437.870000', '133437.873000', '133437.876000', '133437.879000', '133437.882000', '133437.885000', '133437.888000', '133437.893000', '133437.896000', '133437.899000', '133437.901000', '133437.904000', '133437.907000', '133437.910000', '133437.912000', '133437.915000', '133457.708000', '133457.711000', '133457.714000', '133457.716000', '133457.719000', '133457.722000', '133457.725000', '133457.728000', '133457.730000', '133457.733000', '133457.736000', '133457.739000', '133457.741000', '133457.744000', '133457.747000', '133457.750000', '133457.753000', '133457.755000', '133457.758000', '133457.761000', '133457.764000', '133457.767000', '133457.780000', '133457.783000', '133457.785000', '133457.788000', '133457.791000', '133457.794000', '133457.796000', '133457.799000', '133457.802000', '133457.805000', '133457.808000', '133457.811000', '133457.813000', '133457.816000', '133457.819000', '133457.822000', '133457.825000', '133457.828000', '133457.831000', '133457.833000', '133457.836000', '133457.839000', '133501.404000', '133501.408000', '133501.411000', '133501.415000', '133501.418000', '133501.421000', '133501.424000', '133501.427000'], 'InstanceCreationTime': ['132837.759000', '132837.763000', '132837.766000', '132837.769000', '132837.771000', '132837.774000', '132837.777000', '132837.780000', '132837.782000', '132837.785000', '132837.788000', '132837.791000', '132837.793000', '132837.796000', '132837.799000', '132837.802000', '132837.805000', '132837.807000', '132837.810000', '132837.813000', '132837.816000', '132837.818000', '132837.821000', '132837.824000', '132837.827000', '132837.829000', '132837.832000', '132837.835000', '132837.838000', '132837.841000', '132837.843000', '132837.846000', '132837.849000', '132837.852000', '132837.854000', '132837.857000', '132837.860000', '132857.708000', '132857.711000', '132857.713000', '132857.716000', '132857.719000', '132857.722000', '132857.724000', '132857.727000', '132857.730000', '132857.733000', '132857.735000', '132857.738000', '132857.741000', '132857.744000', '132857.747000', '132857.749000', '132857.752000', '132857.755000', '132857.758000', '132857.760000', '132857.763000', '132857.766000', '132857.769000', '132857.772000', '132857.774000', '132857.777000', '132857.780000', '132857.783000', '132857.785000', '132857.788000', '132857.791000', '132857.794000', '132857.797000', '132857.799000', '132857.802000', '132857.805000', '132857.808000', '132857.810000', '132857.813000', '132857.816000', '132857.819000', '132857.821000', '132857.824000', '132857.827000', '132917.708000', '132917.711000', '132917.714000', '132917.716000', '132917.719000', '132917.722000', '132917.725000', '132917.728000', '132917.731000', '132917.734000', '132917.737000', '132917.740000', '132917.742000', '132917.745000', '132917.748000', '132917.751000', '132917.753000', '132917.756000', '132917.759000', '132917.762000', '132917.765000', '132917.767000', '132917.770000', '132917.773000', '132917.776000', '132917.779000', '132917.781000', '132917.784000', '132917.787000', '132917.790000', '132917.792000', '132917.795000', '132917.798000', '132917.801000', '132917.804000', '132917.806000', '132917.809000', '132917.812000', '132917.815000', '132917.818000', '132917.820000', '132917.823000', '132917.826000', '132937.708000', '132937.711000', '132937.713000', '132937.716000', '132937.719000', '132937.722000', '132937.725000', '132937.727000', '132937.730000', '132937.733000', '132937.736000', '132937.738000', '132937.741000', '132937.744000', '132937.747000', '132937.750000', '132937.752000', '132937.755000', '132937.758000', '132937.761000', '132937.764000', '132937.767000', '132937.770000', '132937.772000', '132937.775000', '132937.778000', '132937.781000', '132937.784000', '132937.786000', '132937.789000', '132937.792000', '132937.810000', '132937.813000', '132937.816000', '132937.818000', '132937.821000', '132937.824000', '132937.827000', '132937.829000', '132937.832000', '132937.835000', '132937.838000', '132937.840000', '132937.843000', '132957.708000', '132957.711000', '132957.713000', '132957.716000', '132957.719000', '132957.722000', '132957.725000', '132957.727000', '132957.730000', '132957.733000', '132957.736000', '132957.739000', '132957.741000', '132957.744000', '132957.747000', '132957.750000', '132957.752000', '132957.755000', '132957.758000', '132957.761000', '132957.764000', '132957.767000', '132957.834000', '132957.837000', '132957.840000', '132957.843000', '132957.845000', '132957.848000', '132957.851000', '132957.854000', '132957.857000', '132957.860000', '132957.863000', '132957.865000', '132957.868000', '132957.871000', '132957.874000', '132957.877000', '132957.880000', '132957.882000', '132957.885000', '132957.888000', '132957.891000', '133017.708000', '133017.711000', '133017.713000', '133017.716000', '133017.719000', '133017.722000', '133017.725000', '133017.728000', '133017.730000', '133017.733000', '133017.736000', '133017.739000', '133017.742000', '133017.744000', '133017.747000', '133017.750000', '133017.753000', '133017.756000', '133017.759000', '133017.761000', '133017.764000', '133017.767000', '133017.770000', '133017.772000', '133017.775000', '133017.778000', '133017.781000', '133017.784000', '133017.786000', '133017.789000', '133017.792000', '133017.795000', '133017.798000', '133017.800000', '133017.803000', '133017.806000', '133017.809000', '133017.812000', '133017.814000', '133017.817000', '133017.820000', '133017.823000', '133017.825000', '133017.828000', '133037.708000', '133037.711000', '133037.714000', '133037.717000', '133037.720000', '133037.723000', '133037.726000', '133037.728000', '133037.731000', '133037.734000', '133037.737000', '133037.740000', '133037.742000', '133037.745000', '133037.748000', '133037.751000', '133037.754000', '133037.756000', '133037.759000', '133037.762000', '133037.765000', '133037.768000', '133037.816000', '133037.818000', '133037.821000', '133037.824000', '133037.827000', '133037.830000', '133037.832000', '133037.835000', '133037.838000', '133037.841000', '133037.843000', '133037.846000', '133037.849000', '133037.852000', '133037.855000', '133037.858000', '133037.860000', '133037.863000', '133037.866000', '133037.869000', '133037.872000', '133057.708000', '133057.711000', '133057.713000', '133057.716000', '133057.719000', '133057.722000', '133057.725000', '133057.727000', '133057.730000', '133057.733000', '133057.736000', '133057.739000', '133057.741000', '133057.744000', '133057.747000', '133057.750000', '133057.753000', '133057.755000', '133057.758000', '133057.761000', '133057.764000', '133057.766000', '133057.797000', '133057.800000', '133057.802000', '133057.805000', '133057.808000', '133057.811000', '133057.814000', '133057.816000', '133057.819000', '133057.822000', '133057.825000', '133057.828000', '133057.830000', '133057.833000', '133057.836000', '133057.839000', '133057.841000', '133057.844000', '133057.847000', '133057.850000', '133057.853000', '133057.855000', '133117.708000', '133117.711000', '133117.713000', '133117.716000', '133117.719000', '133117.722000', '133117.725000', '133117.727000', '133117.730000', '133117.733000', '133117.736000', '133117.752000', '133117.754000', '133117.757000', '133117.760000', '133117.763000', '133117.766000', '133117.769000', '133117.771000', '133117.774000', '133117.777000', '133117.780000', '133117.783000', '133117.785000', '133117.788000', '133117.791000', '133117.794000', '133117.797000', '133117.800000', '133117.803000', '133117.806000', '133117.808000', '133117.811000', '133117.814000', '133117.817000', '133117.819000', '133117.822000', '133117.825000', '133117.828000', '133117.831000', '133117.834000', '133117.836000', '133117.839000', '133137.708000', '133137.711000', '133137.713000', '133137.716000', '133137.719000', '133137.722000', '133137.725000', '133137.727000', '133137.730000', '133137.733000', '133137.736000', '133137.739000', '133137.741000', '133137.744000', '133137.747000', '133137.750000', '133137.753000', '133137.755000', '133137.758000', '133137.761000', '133137.764000', '133137.767000', '133137.852000', '133137.854000', '133137.857000', '133137.860000', '133137.863000', '133137.865000', '133137.868000', '133137.871000', '133137.874000', '133137.877000', '133137.879000', '133137.882000', '133137.885000', '133137.888000', '133137.891000', '133137.893000', '133137.896000', '133137.899000', '133137.902000', '133137.905000', '133137.907000', '133137.910000', '133157.708000', '133157.711000', '133157.714000', '133157.716000', '133157.719000', '133157.722000', '133157.725000', '133157.727000', '133157.730000', '133157.733000', '133157.736000', '133157.739000', '133157.742000', '133157.744000', '133157.747000', '133157.751000', '133157.754000', '133157.757000', '133157.759000', '133157.762000', '133157.765000', '133157.768000', '133157.795000', '133157.798000', '133157.801000', '133157.809000', '133157.812000', '133157.815000', '133157.818000', '133157.820000', '133157.823000', '133157.826000', '133157.829000', '133157.831000', '133157.834000', '133157.837000', '133157.840000', '133157.843000', '133157.846000', '133157.848000', '133157.851000', '133157.854000', '133157.857000', '133217.708000', '133217.711000', '133217.715000', '133217.717000', '133217.720000', '133217.723000', '133217.726000', '133217.729000', '133217.731000', '133217.734000', '133217.737000', '133217.740000', '133217.743000', '133217.746000', '133217.748000', '133217.751000', '133217.754000', '133217.757000', '133217.759000', '133217.762000', '133217.765000', '133217.768000', '133217.822000', '133217.825000', '133217.828000', '133217.831000', '133217.834000', '133217.836000', '133217.839000', '133217.842000', '133217.845000', '133217.848000', '133217.850000', '133217.853000', '133217.856000', '133217.859000', '133217.861000', '133217.864000', '133217.867000', '133217.870000', '133217.873000', '133217.875000', '133217.878000', '133217.881000', '133237.708000', '133237.711000', '133237.713000', '133237.716000', '133237.719000', '133237.722000', '133237.725000', '133237.728000', '133237.730000', '133237.733000', '133237.736000', '133237.739000', '133237.741000', '133237.744000', '133237.747000', '133237.750000', '133237.753000', '133237.756000', '133237.758000', '133237.761000', '133237.764000', '133237.767000', '133237.770000', '133237.772000', '133237.775000', '133237.778000', '133237.781000', '133237.784000', '133237.786000', '133237.789000', '133237.792000', '133237.795000', '133237.797000', '133237.800000', '133237.803000', '133237.806000', '133237.823000', '133237.826000', '133237.829000', '133237.832000', '133237.835000', '133237.838000', '133237.842000', '133257.708000', '133257.711000', '133257.714000', '133257.716000', '133257.719000', '133257.722000', '133257.725000', '133257.727000', '133257.730000', '133257.733000', '133257.736000', '133257.739000', '133257.741000', '133257.744000', '133257.747000', '133257.750000', '133257.753000', '133257.755000', '133257.758000', '133257.761000', '133257.764000', '133257.767000', '133257.770000', '133257.812000', '133257.815000', '133257.818000', '133257.820000', '133257.823000', '133257.826000', '133257.829000', '133257.831000', '133257.834000', '133257.837000', '133257.840000', '133257.842000', '133257.845000', '133257.848000', '133257.851000', '133257.854000', '133257.856000', '133257.859000', '133257.862000', '133257.865000', '133257.868000', '133317.708000', '133317.711000', '133317.714000', '133317.717000', '133317.719000', '133317.722000', '133317.725000', '133317.728000', '133317.731000', '133317.733000', '133317.736000', '133317.739000', '133317.742000', '133317.744000', '133317.747000', '133317.750000', '133317.753000', '133317.756000', '133317.758000', '133317.761000', '133317.764000', '133317.767000', '133317.770000', '133317.773000', '133317.775000', '133317.778000', '133317.781000', '133317.784000', '133317.789000', '133317.792000', '133317.795000', '133317.798000', '133317.800000', '133317.803000', '133317.806000', '133317.809000', '133317.812000', '133317.814000', '133317.817000', '133317.820000', '133317.823000', '133317.826000', '133317.828000', '133337.708000', '133337.711000', '133337.713000', '133337.716000', '133337.719000', '133337.722000', '133337.725000', '133337.727000', '133337.730000', '133337.733000', '133337.736000', '133337.739000', '133337.742000', '133337.744000', '133337.747000', '133337.750000', '133337.753000', '133337.756000', '133337.758000', '133337.761000', '133337.764000', '133337.767000', '133337.824000', '133337.827000', '133337.830000', '133337.833000', '133337.835000', '133337.838000', '133337.841000', '133337.844000', '133337.847000', '133337.850000', '133337.852000', '133337.855000', '133337.858000', '133337.861000', '133337.864000', '133337.867000', '133337.869000', '133337.872000', '133337.875000', '133337.878000', '133337.880000', '133337.883000', '133357.708000', '133357.711000', '133357.714000', '133357.717000', '133357.719000', '133357.722000', '133357.725000', '133357.728000', '133357.731000', '133357.733000', '133357.736000', '133357.739000', '133357.742000', '133357.745000', '133357.747000', '133357.750000', '133357.753000', '133357.756000', '133357.759000', '133357.761000', '133357.764000', '133357.767000', '133357.831000', '133357.834000', '133357.845000', '133357.848000', '133357.850000', '133357.853000', '133357.856000', '133357.859000', '133357.863000', '133357.866000', '133357.869000', '133357.872000', '133357.875000', '133357.878000', '133357.880000', '133357.883000', '133357.886000', '133357.889000', '133357.892000', '133357.894000', '133357.897000', '133417.708000', '133417.711000', '133417.714000', '133417.716000', '133417.728000', '133417.731000', '133417.734000', '133417.737000', '133417.739000', '133417.742000', '133417.745000', '133417.748000', '133417.751000', '133417.753000', '133417.756000', '133417.759000', '133417.762000', '133417.765000', '133417.767000', '133417.807000', '133417.810000', '133417.813000', '133417.815000', '133417.818000', '133417.821000', '133417.824000', '133417.826000', '133417.829000', '133417.832000', '133417.835000', '133417.838000', '133417.840000', '133417.843000', '133417.846000', '133417.849000', '133417.856000', '133417.858000', '133417.863000', '133417.865000', '133417.868000', '133417.871000', '133417.874000', '133417.877000', '133417.879000', '133437.708000', '133437.714000', '133437.717000', '133437.720000', '133437.723000', '133437.726000', '133437.728000', '133437.731000', '133437.734000', '133437.737000', '133437.739000', '133437.742000', '133437.745000', '133437.748000', '133437.751000', '133437.753000', '133437.756000', '133437.759000', '133437.762000', '133437.764000', '133437.767000', '133437.853000', '133437.856000', '133437.859000', '133437.862000', '133437.865000', '133437.868000', '133437.870000', '133437.873000', '133437.876000', '133437.879000', '133437.882000', '133437.885000', '133437.888000', '133437.893000', '133437.896000', '133437.899000', '133437.901000', '133437.904000', '133437.907000', '133437.910000', '133437.912000', '133437.915000', '133457.708000', '133457.711000', '133457.714000', '133457.716000', '133457.719000', '133457.722000', '133457.725000', '133457.728000', '133457.730000', '133457.733000', '133457.736000', '133457.739000', '133457.741000', '133457.744000', '133457.747000', '133457.750000', '133457.753000', '133457.755000', '133457.758000', '133457.761000', '133457.764000', '133457.767000', '133457.780000', '133457.783000', '133457.785000', '133457.788000', '133457.791000', '133457.794000', '133457.796000', '133457.799000', '133457.802000', '133457.805000', '133457.808000', '133457.811000', '133457.813000', '133457.816000', '133457.819000', '133457.822000', '133457.825000', '133457.828000', '133457.831000', '133457.833000', '133457.836000', '133457.839000', '133501.404000', '133501.408000', '133501.411000', '133501.415000', '133501.418000', '133501.421000', '133501.424000', '133501.427000'], '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': [9545, 10788, 9359, 11834, 8413, 10476, 8454, 11207, 9030, 13188, 9010, 17229, 9486, 13114, 9766, 12192, 8948, 11795, 8812, 12167, 9413, 9147, 9260, 7951, 9944, 8621, 12477, 9548, 9584, 9431, 7839, 10409, 7861, 11804, 8614, 11563, 9810, 8254, 15514, 11696, 8544, 10413, 8714, 12183, 9822, 12735, 11200, 8953, 16687, 9659, 8292, 10274, 9325, 8545, 10441, 9356, 10333, 15891, 12790, 8556, 10085, 9701, 8976, 11365, 9971, 8744, 11147, 9430, 11369, 10431, 8808, 10537, 9776, 9188, 10812, 8402, 13552, 10222, 8859, 10529, 8826, 11142, 9408, 7830, 11187, 8436, 12746, 9437, 8589, 9958, 8973, 10314, 10213, 9016, 12927, 10649, 9526, 16323, 9922, 8697, 9965, 9152, 11677, 9306, 11067, 9830, 9021, 15429, 11190, 8414, 10336, 9730, 8419, 9768, 9383, 11673, 10282, 8493, 13802, 9634, 8768, 11767, 9570, 8421, 11205, 9601, 8678, 10544, 8953, 12598, 10226, 8417, 10244, 8409, 10973, 8086, 11744, 8809, 12084, 9694, 7352, 10389, 7960, 10954, 9480, 8853, 10201, 8192, 12915, 8291, 10864, 8191, 10415, 7513, 10324, 8043, 10820, 7568, 10530, 7886, 11422, 8647, 11257, 10082, 9292, 10580, 7776, 10846, 7739, 11447, 8786, 10152, 9879, 8524, 15029, 11784, 15588, 12822, 10011, 10631, 8869, 12189, 9483, 10664, 9809, 8338, 10367, 8848, 12109, 12063, 8814, 15369, 10224, 8611, 11226, 9725, 8716, 10713, 9275, 12908, 9740, 16003, 11399, 12157, 10267, 8034, 10214, 8542, 11423, 8758, 12504, 9481, 7255, 9877, 8165, 10905, 9581, 8930, 9451, 7578, 11932, 9234, 12290, 10331, 9854, 13119, 8707, 12294, 9464, 12237, 9145, 12512, 9388, 10243, 9872, 8524, 11731, 9393, 13547, 10201, 8483, 11357, 9013, 11542, 10265, 9729, 10409, 9536, 12619, 9645, 15689, 11436, 8444, 10289, 8981, 10081, 9800, 11218, 10085, 9937, 10179, 8129, 9713, 11022, 9698, 11753, 9741, 11855, 9679, 8244, 9539, 8500, 10123, 9110, 11956, 8551, 7740, 9874, 7475, 12958, 8782, 11993, 8898, 11730, 9557, 10398, 10232, 10058, 14262, 8348, 10323, 9600, 9479, 9954, 8071, 11713, 9640, 8901, 15903, 11543, 7507, 9685, 8814, 11935, 9496, 10392, 16934, 14636, 16299, 14837, 8918, 10018, 9898, 8862, 11892, 9751, 14497, 10151, 14913, 10803, 13684, 10418, 9469, 10298, 9509, 11408, 9949, 9534, 10707, 8947, 12201, 9695, 10385, 10033, 7960, 9983, 8345, 11069, 8264, 12178, 9589, 10236, 9599, 8423, 10177, 9115, 11169, 9845, 12218, 10214, 10541, 10811, 9473, 10993, 8539, 10447, 9219, 11784, 9844, 12796, 9988, 13532, 10461, 11839, 10236, 7544, 10363, 8667, 11379, 9726, 11308, 10069, 7722, 12146, 9686, 8680, 10899, 9680, 9861, 10246, 8668, 13532, 9365, 13816, 9653, 7332, 10050, 8594, 11583, 9468, 9204, 12375, 10360, 8417, 9673, 8637, 12026, 8912, 12426, 10083, 14187, 15436, 12968, 9060, 9943, 9532, 9273, 10784, 8757, 17043, 12839, 9081, 9920, 9474, 8342, 10820, 9507, 12342, 10165, 11889, 10558, 9107, 10522, 8941, 11126, 9689, 11843, 9828, 7837, 11640, 8681, 9654, 9123, 7365, 9991, 7848, 11104, 10307, 10784, 8571, 10453, 8297, 10827, 9990, 10237, 11776, 9832, 11898, 9892, 11218, 9871, 9534, 9957, 9931, 10385, 10628, 10516, 11007, 11078, 8291, 10327, 7752, 9998, 9439, 10255, 11445, 10129, 12079, 10257, 10587, 9865, 11402, 9671, 12522, 9523, 12540, 9430, 12495, 9478, 12642, 9858, 11857, 9737, 12757, 9624, 12301, 9853, 9610, 9697, 11010, 9706, 10173, 10648, 8081, 12174, 8707, 10669, 8191, 9972, 9410, 7643, 10612, 7709, 11486, 7892, 11388, 7918, 10165, 7198, 10495, 10962, 10121, 15955, 9811, 15151, 10869, 16437, 11178, 11043, 8505, 11337, 8195, 11160, 8347, 10349, 8092, 10801, 7472, 10096, 7271, 10176, 7883, 10035, 9014, 10363, 10571, 10673, 9329, 10102, 8228, 9734, 11196, 9754, 13172, 9774, 15216, 9451, 10754, 9687, 12347, 9356, 12610, 8827, 12990, 9242, 10188, 9032, 10949, 8667, 11434, 8760, 11151, 8358, 10162, 7776, 10090, 9347, 10231, 9572, 10224, 7900, 10661, 8084, 11311, 8523, 9966, 9800, 8844, 10027, 8666, 8571, 9468, 11540, 9253, 12987, 8294, 11498, 8106, 11389, 7741, 11278, 7639, 11038, 7798, 9607, 7903, 10713, 8641, 12580, 8461, 13640, 8151, 14854, 8049, 10429, 7760, 10736, 8539, 10731, 8162, 10506, 10230, 10452, 11451, 9576, 12813, 9354, 12231, 8713, 12775, 9342, 12202, 9122, 10067, 9441, 12001, 9047, 11167, 8529, 11117, 8167, 11171, 8794, 10743, 8396, 10494, 8203, 10552, 8293, 11225, 9322, 11578, 7639, 10987, 8280, 10148, 8463, 10788, 8448, 13439, 10783, 11545, 10243, 8403, 10041, 9187, 10862, 12937, 9625, 13789, 9918, 14199, 9428, 10370, 8937, 10361, 8396, 10338, 7974, 10731, 9742, 10447, 10861, 10670, 9249, 10809, 9444, 10669, 11699, 10502, 12448, 10006, 11463, 9667, 11238, 9069, 11218, 9340, 11417, 9618, 10802, 9873, 10434, 10399, 7891, 10630, 9552, 10253, 12944, 9894, 11839, 8955, 10442, 8060, 10832, 8107, 10411, 8184, 10015, 9323, 9792, 12683, 9743, 12328, 9013, 11637, 8887, 11308, 9306, 10772, 9123, 10841, 8765, 11342, 8573, 14000, 10544, 16106, 9905, 8878, 9171, 13038, 9029, 11764, 8614, 10731, 8164, 10296, 7631, 10070, 12274, 9673, 11901, 9208, 11658, 8716, 14704, 9930, 10459, 9594, 9986, 11359, 9420, 11528, 9507, 11765, 9291, 12156, 9302, 11095, 9231, 11594, 9780, 11956, 8672, 10816, 9038, 9127, 10946, 9121, 14947, 9630, 10768, 9109, 11991, 8644, 11294, 8061, 10300, 8010, 10891, 8753, 12014, 9908, 13321, 10682, 8156, 11100, 9167, 10389, 9910, 10899, 10149, 9624, 9810, 8568, 11096, 8785, 17722, 14172, 10917, 10380, 8600, 10213, 10265, 10532, 12320, 10011, 13208, 9815, 13189, 9818, 10281, 9008, 11420, 9024, 11432, 8721, 10964, 9154, 10840, 8438, 10467, 8698, 11738, 8541, 11980, 8570, 11409, 8853, 11610, 8663, 11299, 10286, 9770, 13634, 9555, 12580, 9293, 11793, 9089, 11013, 8731, 11412, 8498, 11337, 8847, 11913, 8860, 10482, 8752, 10155, 9017, 11003, 9439, 11321, 9567, 10283, 9732, 8986, 10386, 9840, 10625, 7335, 10046, 10039, 9986, 14214, 10061, 16697, 12236, 13418], 'WindowCenter': [4238.0, 4243.0, 4208.0, 4226.0, 4194.0, 4212.0, 4179.0, 4198.0, 4177.0, 4220.0, 4191.0, 4241.0, 4189.0, 4220.0, 4188.0, 4194.0, 4174.0, 4193.0, 4177.0, 4206.0, 4187.0, 4187.0, 4189.0, 4177.0, 4186.0, 4177.0, 4219.0, 4203.0, 4202.0, 4203.0, 4181.0, 4199.0, 4178.0, 4208.0, 4179.0, 4209.0, 4200.0, 4180.0, 4232.0, 4211.0, 4190.0, 4198.0, 4176.0, 4206.0, 4185.0, 4206.0, 4197.0, 4175.0, 4228.0, 4187.0, 4162.0, 4184.0, 4172.0, 4173.0, 4183.0, 4175.0, 4186.0, 4229.0, 4206.0, 4164.0, 4183.0, 4173.0, 4176.0, 4206.0, 4186.0, 4175.0, 4196.0, 4188.0, 4210.0, 4187.0, 4177.0, 4198.0, 4187.0, 4175.0, 4184.0, 4165.0, 4219.0, 4200.0, 4177.0, 4200.0, 4190.0, 4208.0, 4187.0, 4166.0, 4198.0, 4180.0, 4221.0, 4190.0, 4176.0, 4199.0, 4190.0, 4199.0, 4198.0, 4178.0, 4209.0, 4199.0, 4189.0, 4231.0, 4188.0, 4177.0, 4185.0, 4174.0, 4195.0, 4187.0, 4196.0, 4188.0, 4177.0, 4229.0, 4198.0, 4177.0, 4199.0, 4188.0, 4176.0, 4186.0, 4189.0, 4209.0, 4202.0, 4179.0, 4222.0, 4189.0, 4179.0, 4207.0, 4188.0, 4167.0, 4197.0, 4189.0, 4179.0, 4200.0, 4192.0, 4213.0, 4203.0, 4182.0, 4200.0, 4178.0, 4198.0, 4167.0, 4199.0, 4180.0, 4211.0, 4202.0, 4168.0, 4188.0, 4181.0, 4211.0, 4202.0, 4191.0, 4203.0, 4183.0, 4226.0, 4182.0, 4213.0, 4180.0, 4188.0, 4155.0, 4186.0, 4167.0, 4201.0, 4168.0, 4201.0, 4182.0, 4211.0, 4191.0, 4211.0, 4204.0, 4205.0, 4216.0, 4185.0, 4214.0, 4170.0, 4212.0, 4181.0, 4201.0, 4190.0, 4180.0, 4233.0, 4211.0, 4231.0, 4210.0, 4188.0, 4200.0, 4179.0, 4207.0, 4176.0, 4184.0, 4185.0, 4166.0, 4186.0, 4177.0, 4208.0, 4197.0, 4164.0, 4216.0, 4172.0, 4151.0, 4182.0, 4174.0, 4164.0, 4186.0, 4188.0, 4207.0, 4173.0, 4214.0, 4183.0, 4192.0, 4171.0, 4137.0, 4169.0, 4148.0, 4181.0, 4162.0, 4193.0, 4174.0, 4142.0, 4185.0, 4176.0, 4182.0, 4185.0, 4176.0, 4188.0, 4169.0, 4211.0, 4203.0, 4222.0, 4202.0, 4190.0, 4225.0, 4180.0, 4210.0, 4188.0, 4195.0, 4163.0, 4192.0, 4175.0, 4185.0, 4185.0, 4176.0, 4197.0, 4176.0, 4205.0, 4184.0, 4163.0, 4181.0, 4162.0, 4184.0, 4186.0, 4175.0, 4186.0, 4186.0, 4194.0, 4173.0, 4201.0, 4169.0, 4150.0, 4170.0, 4160.0, 4170.0, 4172.0, 4182.0, 4185.0, 4174.0, 4185.0, 4164.0, 4174.0, 4181.0, 4161.0, 4180.0, 4173.0, 4195.0, 4176.0, 4165.0, 4174.0, 4163.0, 4202.0, 4190.0, 4209.0, 4179.0, 4167.0, 4189.0, 4171.0, 4223.0, 4194.0, 4224.0, 4194.0, 4210.0, 4189.0, 4188.0, 4189.0, 4188.0, 4223.0, 4181.0, 4200.0, 4189.0, 4176.0, 4187.0, 4167.0, 4198.0, 4189.0, 4179.0, 4232.0, 4201.0, 4158.0, 4190.0, 4177.0, 4194.0, 4174.0, 4186.0, 4230.0, 4221.0, 4219.0, 4217.0, 4163.0, 4173.0, 4172.0, 4149.0, 4180.0, 4159.0, 4191.0, 4172.0, 4190.0, 4170.0, 4189.0, 4157.0, 4146.0, 4156.0, 4145.0, 4164.0, 4143.0, 4143.0, 4156.0, 4147.0, 4179.0, 4159.0, 4169.0, 4169.0, 4136.0, 4157.0, 4147.0, 4168.0, 4148.0, 4178.0, 4160.0, 4170.0, 4161.0, 4163.0, 4184.0, 4162.0, 4181.0, 4172.0, 4192.0, 4174.0, 4184.0, 4184.0, 4161.0, 4172.0, 4162.0, 4172.0, 4160.0, 4177.0, 4158.0, 4176.0, 4171.0, 4190.0, 4171.0, 4179.0, 4170.0, 4137.0, 4168.0, 4147.0, 4165.0, 4156.0, 4167.0, 4169.0, 4151.0, 4193.0, 4175.0, 4176.0, 4195.0, 4175.0, 4172.0, 4173.0, 4151.0, 4195.0, 4164.0, 4205.0, 4175.0, 4153.0, 4171.0, 4160.0, 4194.0, 4186.0, 4175.0, 4207.0, 4187.0, 4177.0, 4186.0, 4164.0, 4193.0, 4163.0, 4191.0, 4173.0, 4204.0, 4204.0, 4194.0, 4162.0, 4172.0, 4171.0, 4157.0, 4168.0, 4149.0, 4202.0, 4181.0, 4149.0, 4159.0, 4159.0, 4148.0, 4167.0, 4156.0, 4165.0, 4157.0, 4166.0, 4156.0, 4144.0, 4155.0, 4144.0, 4165.0, 4144.0, 4163.0, 4156.0, 4124.0, 4167.0, 4147.0, 4159.0, 4173.0, 4140.0, 4171.0, 4148.0, 4181.0, 4171.0, 4183.0, 4150.0, 4183.0, 4162.0, 4183.0, 4170.0, 4170.0, 4179.0, 4159.0, 4179.0, 4172.0, 4181.0, 4172.0, 4173.0, 4173.0, 4172.0, 4173.0, 4183.0, 4186.0, 4185.0, 4185.0, 4164.0, 4187.0, 4154.0, 4173.0, 4160.0, 4172.0, 4182.0, 4185.0, 4195.0, 4174.0, 4183.0, 4185.0, 4183.0, 4172.0, 4180.0, 4160.0, 4180.0, 4162.0, 4181.0, 4172.0, 4193.0, 4183.0, 4191.0, 4160.0, 4178.0, 4172.0, 4180.0, 4171.0, 4172.0, 4174.0, 4182.0, 4171.0, 4172.0, 4184.0, 4151.0, 4195.0, 4175.0, 4172.0, 4150.0, 4171.0, 4175.0, 4167.0, 4197.0, 4169.0, 4209.0, 4166.0, 4198.0, 4167.0, 4187.0, 4143.0, 4185.0, 4173.0, 4173.0, 4204.0, 4175.0, 4206.0, 4172.0, 4202.0, 4169.0, 4170.0, 4161.0, 4180.0, 4148.0, 4167.0, 4137.0, 4169.0, 4149.0, 4182.0, 4142.0, 4173.0, 4142.0, 4185.0, 4151.0, 4172.0, 4161.0, 4184.0, 4174.0, 4184.0, 4163.0, 4185.0, 4164.0, 4173.0, 4170.0, 4161.0, 4192.0, 4174.0, 4202.0, 4162.0, 4183.0, 4173.0, 4180.0, 4159.0, 4180.0, 4161.0, 4191.0, 4161.0, 4172.0, 4160.0, 4168.0, 4147.0, 4180.0, 4147.0, 4169.0, 4148.0, 4170.0, 4137.0, 4158.0, 4146.0, 4158.0, 4159.0, 4168.0, 4137.0, 4168.0, 4149.0, 4180.0, 4162.0, 4171.0, 4173.0, 4164.0, 4174.0, 4179.0, 4178.0, 4178.0, 4197.0, 4175.0, 4208.0, 4154.0, 4186.0, 4153.0, 4184.0, 4141.0, 4184.0, 4141.0, 4172.0, 4141.0, 4173.0, 4154.0, 4183.0, 4163.0, 4194.0, 4153.0, 4195.0, 4142.0, 4203.0, 4140.0, 4172.0, 4152.0, 4181.0, 4161.0, 4171.0, 4150.0, 4184.0, 4174.0, 4173.0, 4184.0, 4173.0, 4192.0, 4159.0, 4179.0, 4151.0, 4180.0, 4162.0, 4180.0, 4161.0, 4173.0, 4173.0, 4181.0, 4159.0, 4170.0, 4149.0, 4182.0, 4138.0, 4170.0, 4147.0, 4181.0, 4150.0, 4170.0, 4148.0, 4168.0, 4148.0, 4181.0, 4160.0, 4182.0, 4139.0, 4169.0, 4148.0, 4169.0, 4151.0, 4180.0, 4151.0, 4190.0, 4171.0, 4182.0, 4171.0, 4164.0, 4184.0, 4173.0, 4182.0, 4178.0, 4160.0, 4191.0, 4160.0, 4189.0, 4160.0, 4170.0, 4159.0, 4156.0, 4134.0, 4155.0, 4123.0, 4155.0, 4146.0, 4169.0, 4168.0, 4157.0, 4147.0, 4169.0, 4156.0, 4156.0, 4163.0, 4154.0, 4163.0, 4144.0, 4164.0, 4144.0, 4154.0, 4144.0, 4166.0, 4156.0, 4166.0, 4157.0, 4179.0, 4171.0, 4170.0, 4171.0, 4151.0, 4182.0, 4159.0, 4169.0, 4177.0, 4156.0, 4166.0, 4146.0, 4167.0, 4137.0, 4170.0, 4137.0, 4168.0, 4147.0, 4169.0, 4157.0, 4170.0, 4189.0, 4159.0, 4179.0, 4160.0, 4180.0, 4160.0, 4180.0, 4160.0, 4181.0, 4160.0, 4170.0, 4149.0, 4180.0, 4162.0, 4204.0, 4172.0, 4216.0, 4173.0, 4173.0, 4173.0, 4202.0, 4161.0, 4181.0, 4161.0, 4183.0, 4164.0, 4185.0, 4166.0, 4186.0, 4194.0, 4171.0, 4180.0, 4158.0, 4180.0, 4149.0, 4203.0, 4157.0, 4170.0, 4158.0, 4158.0, 4164.0, 4143.0, 4162.0, 4142.0, 4163.0, 4156.0, 4176.0, 4157.0, 4168.0, 4158.0, 4177.0, 4169.0, 4178.0, 4160.0, 4168.0, 4161.0, 4171.0, 4181.0, 4160.0, 4204.0, 4172.0, 4182.0, 4162.0, 4180.0, 4147.0, 4166.0, 4135.0, 4156.0, 4137.0, 4180.0, 4160.0, 4192.0, 4171.0, 4190.0, 4158.0, 4136.0, 4168.0, 4159.0, 4169.0, 4159.0, 4168.0, 4157.0, 4146.0, 4156.0, 4146.0, 4168.0, 4146.0, 4197.0, 4175.0, 4154.0, 4154.0, 4143.0, 4155.0, 4155.0, 4166.0, 4164.0, 4156.0, 4177.0, 4158.0, 4175.0, 4154.0, 4155.0, 4144.0, 4163.0, 4132.0, 4151.0, 4132.0, 4153.0, 4144.0, 4165.0, 4135.0, 4166.0, 4147.0, 4179.0, 4149.0, 4178.0, 4146.0, 4179.0, 4160.0, 4192.0, 4161.0, 4180.0, 4157.0, 4169.0, 4190.0, 4160.0, 4178.0, 4147.0, 4178.0, 4160.0, 4179.0, 4146.0, 4165.0, 4145.0, 4169.0, 4147.0, 4180.0, 4145.0, 4156.0, 4148.0, 4167.0, 4145.0, 4167.0, 4158.0, 4171.0, 4161.0, 4170.0, 4162.0, 4162.0, 4172.0, 4171.0, 4183.0, 4139.0, 4169.0, 4157.0, 4170.0, 4202.0, 4173.0, 4202.0, 4180.0, 4191.0], 'WindowWidth': [9392.0, 9390.0, 9333.0, 9355.0, 9306.0, 9326.0, 9279.0, 9300.0, 9272.0, 9334.0, 9296.0, 9369.0, 9289.0, 9335.0, 9287.0, 9291.0, 9260.0, 9285.0, 9271.0, 9311.0, 9285.0, 9286.0, 9291.0, 9273.0, 9282.0, 9272.0, 9330.0, 9315.0, 9313.0, 9316.0, 9285.0, 9304.0, 9273.0, 9316.0, 9279.0, 9318.0, 9306.0, 9279.0, 9357.0, 9323.0, 9295.0, 9303.0, 9271.0, 9310.0, 9280.0, 9310.0, 9301.0, 9266.0, 9346.0, 9285.0, 9244.0, 9276.0, 9258.0, 9260.0, 9272.0, 9266.0, 9280.0, 9347.0, 9309.0, 9249.0, 9272.0, 9258.0, 9266.0, 9308.0, 9281.0, 9264.0, 9293.0, 9285.0, 9317.0, 9284.0, 9269.0, 9301.0, 9282.0, 9262.0, 9273.0, 9251.0, 9332.0, 9305.0, 9269.0, 9305.0, 9291.0, 9313.0, 9283.0, 9254.0, 9299.0, 9280.0, 9338.0, 9292.0, 9265.0, 9301.0, 9292.0, 9302.0, 9299.0, 9273.0, 9318.0, 9302.0, 9285.0, 9353.0, 9286.0, 9269.0, 9275.0, 9258.0, 9290.0, 9283.0, 9294.0, 9285.0, 9270.0, 9347.0, 9298.0, 9268.0, 9303.0, 9288.0, 9269.0, 9279.0, 9289.0, 9319.0, 9312.0, 9275.0, 9340.0, 9287.0, 9272.0, 9309.0, 9284.0, 9254.0, 9296.0, 9286.0, 9272.0, 9302.0, 9295.0, 9325.0, 9311.0, 9282.0, 9303.0, 9271.0, 9297.0, 9254.0, 9300.0, 9276.0, 9320.0, 9309.0, 9258.0, 9284.0, 9281.0, 9319.0, 9309.0, 9293.0, 9310.0, 9284.0, 9350.0, 9282.0, 9325.0, 9275.0, 9284.0, 9234.0, 9277.0, 9254.0, 9305.0, 9258.0, 9307.0, 9283.0, 9320.0, 9295.0, 9320.0, 9315.0, 9319.0, 9333.0, 9293.0, 9328.0, 9261.0, 9323.0, 9280.0, 9308.0, 9290.0, 9278.0, 9357.0, 9321.0, 9348.0, 9319.0, 9282.0, 9303.0, 9275.0, 9309.0, 9264.0, 9271.0, 9276.0, 9252.0, 9280.0, 9270.0, 9312.0, 9297.0, 9247.0, 9319.0, 9250.0, 9220.0, 9264.0, 9257.0, 9244.0, 9279.0, 9285.0, 9310.0, 9257.0, 9315.0, 9270.0, 9281.0, 9249.0, 9200.0, 9243.0, 9213.0, 9263.0, 9241.0, 9285.0, 9257.0, 9213.0, 9277.0, 9265.0, 9267.0, 9275.0, 9267.0, 9286.0, 9263.0, 9319.0, 9312.0, 9337.0, 9308.0, 9289.0, 9348.0, 9276.0, 9317.0, 9283.0, 9289.0, 9242.0, 9278.0, 9262.0, 9275.0, 9275.0, 9264.0, 9298.0, 9266.0, 9303.0, 9271.0, 9241.0, 9261.0, 9238.0, 9271.0, 9278.0, 9260.0, 9280.0, 9280.0, 9289.0, 9254.0, 9294.0, 9245.0, 9219.0, 9247.0, 9232.0, 9246.0, 9252.0, 9266.0, 9274.0, 9257.0, 9273.0, 9246.0, 9260.0, 9264.0, 9237.0, 9259.0, 9255.0, 9288.0, 9263.0, 9250.0, 9258.0, 9244.0, 9311.0, 9291.0, 9315.0, 9275.0, 9257.0, 9287.0, 9268.0, 9340.0, 9302.0, 9342.0, 9301.0, 9315.0, 9287.0, 9284.0, 9285.0, 9280.0, 9340.0, 9278.0, 9303.0, 9286.0, 9263.0, 9281.0, 9255.0, 9298.0, 9288.0, 9274.0, 9354.0, 9308.0, 9245.0, 9290.0, 9267.0, 9284.0, 9259.0, 9276.0, 9348.0, 9333.0, 9331.0, 9318.0, 9241.0, 9255.0, 9250.0, 9215.0, 9261.0, 9230.0, 9279.0, 9251.0, 9276.0, 9247.0, 9271.0, 9224.0, 9206.0, 9219.0, 9205.0, 9227.0, 9199.0, 9199.0, 9221.0, 9208.0, 9260.0, 9230.0, 9245.0, 9243.0, 9195.0, 9225.0, 9210.0, 9241.0, 9214.0, 9254.0, 9234.0, 9246.0, 9235.0, 9243.0, 9273.0, 9242.0, 9263.0, 9254.0, 9279.0, 9260.0, 9274.0, 9272.0, 9235.0, 9253.0, 9240.0, 9253.0, 9233.0, 9253.0, 9226.0, 9250.0, 9250.0, 9275.0, 9249.0, 9258.0, 9246.0, 9200.0, 9240.0, 9211.0, 9234.0, 9223.0, 9241.0, 9244.0, 9225.0, 9285.0, 9262.0, 9267.0, 9288.0, 9261.0, 9253.0, 9255.0, 9224.0, 9290.0, 9245.0, 9304.0, 9261.0, 9230.0, 9250.0, 9233.0, 9288.0, 9280.0, 9264.0, 9310.0, 9282.0, 9271.0, 9279.0, 9246.0, 9284.0, 9243.0, 9279.0, 9257.0, 9300.0, 9304.0, 9286.0, 9238.0, 9253.0, 9250.0, 9227.0, 9242.0, 9218.0, 9299.0, 9263.0, 9214.0, 9230.0, 9229.0, 9213.0, 9237.0, 9221.0, 9234.0, 9225.0, 9236.0, 9220.0, 9201.0, 9218.0, 9201.0, 9232.0, 9203.0, 9225.0, 9222.0, 9176.0, 9236.0, 9210.0, 9232.0, 9257.0, 9210.0, 9250.0, 9216.0, 9263.0, 9249.0, 9268.0, 9220.0, 9268.0, 9239.0, 9269.0, 9246.0, 9246.0, 9256.0, 9229.0, 9257.0, 9253.0, 9264.0, 9253.0, 9255.0, 9258.0, 9252.0, 9256.0, 9270.0, 9278.0, 9275.0, 9273.0, 9244.0, 9282.0, 9233.0, 9257.0, 9235.0, 9252.0, 9268.0, 9277.0, 9290.0, 9257.0, 9269.0, 9276.0, 9270.0, 9253.0, 9263.0, 9234.0, 9261.0, 9239.0, 9265.0, 9254.0, 9284.0, 9271.0, 9279.0, 9234.0, 9254.0, 9254.0, 9262.0, 9251.0, 9257.0, 9260.0, 9267.0, 9252.0, 9254.0, 9273.0, 9223.0, 9289.0, 9263.0, 9252.0, 9221.0, 9252.0, 9261.0, 9257.0, 9296.0, 9262.0, 9315.0, 9251.0, 9298.0, 9254.0, 9280.0, 9217.0, 9273.0, 9254.0, 9253.0, 9301.0, 9259.0, 9308.0, 9251.0, 9295.0, 9240.0, 9246.0, 9237.0, 9258.0, 9212.0, 9236.0, 9196.0, 9242.0, 9216.0, 9266.0, 9212.0, 9256.0, 9213.0, 9274.0, 9223.0, 9250.0, 9237.0, 9271.0, 9258.0, 9271.0, 9240.0, 9276.0, 9245.0, 9256.0, 9245.0, 9236.0, 9283.0, 9257.0, 9296.0, 9236.0, 9268.0, 9255.0, 9260.0, 9231.0, 9261.0, 9237.0, 9277.0, 9236.0, 9254.0, 9235.0, 9242.0, 9212.0, 9259.0, 9211.0, 9244.0, 9215.0, 9246.0, 9197.0, 9226.0, 9208.0, 9226.0, 9231.0, 9242.0, 9200.0, 9243.0, 9218.0, 9259.0, 9239.0, 9252.0, 9254.0, 9245.0, 9256.0, 9271.0, 9268.0, 9268.0, 9292.0, 9260.0, 9311.0, 9231.0, 9274.0, 9225.0, 9270.0, 9208.0, 9270.0, 9205.0, 9248.0, 9208.0, 9252.0, 9230.0, 9269.0, 9241.0, 9283.0, 9226.0, 9288.0, 9209.0, 9296.0, 9204.0, 9249.0, 9225.0, 9262.0, 9235.0, 9248.0, 9219.0, 9271.0, 9258.0, 9255.0, 9273.0, 9255.0, 9281.0, 9231.0, 9257.0, 9223.0, 9260.0, 9237.0, 9258.0, 9236.0, 9257.0, 9257.0, 9263.0, 9231.0, 9247.0, 9218.0, 9265.0, 9199.0, 9244.0, 9210.0, 9261.0, 9223.0, 9249.0, 9215.0, 9241.0, 9215.0, 9264.0, 9234.0, 9266.0, 9204.0, 9243.0, 9214.0, 9245.0, 9224.0, 9261.0, 9224.0, 9272.0, 9249.0, 9264.0, 9250.0, 9245.0, 9273.0, 9257.0, 9267.0, 9256.0, 9233.0, 9278.0, 9232.0, 9272.0, 9232.0, 9248.0, 9231.0, 9222.0, 9189.0, 9217.0, 9173.0, 9218.0, 9207.0, 9243.0, 9241.0, 9225.0, 9210.0, 9245.0, 9223.0, 9222.0, 9227.0, 9214.0, 9226.0, 9201.0, 9230.0, 9202.0, 9216.0, 9203.0, 9237.0, 9224.0, 9238.0, 9227.0, 9259.0, 9249.0, 9247.0, 9249.0, 9222.0, 9268.0, 9230.0, 9243.0, 9253.0, 9221.0, 9237.0, 9207.0, 9237.0, 9198.0, 9247.0, 9199.0, 9242.0, 9213.0, 9245.0, 9228.0, 9246.0, 9272.0, 9231.0, 9258.0, 9233.0, 9261.0, 9235.0, 9261.0, 9235.0, 9265.0, 9236.0, 9249.0, 9220.0, 9263.0, 9240.0, 9302.0, 9252.0, 9322.0, 9256.0, 9258.0, 9259.0, 9296.0, 9239.0, 9265.0, 9238.0, 9272.0, 9246.0, 9278.0, 9253.0, 9281.0, 9290.0, 9252.0, 9263.0, 9229.0, 9263.0, 9217.0, 9302.0, 9226.0, 9249.0, 9230.0, 9229.0, 9233.0, 9201.0, 9226.0, 9200.0, 9229.0, 9223.0, 9250.0, 9228.0, 9243.0, 9232.0, 9255.0, 9246.0, 9257.0, 9236.0, 9243.0, 9239.0, 9252.0, 9265.0, 9232.0, 9303.0, 9256.0, 9268.0, 9243.0, 9262.0, 9213.0, 9236.0, 9193.0, 9221.0, 9200.0, 9263.0, 9240.0, 9284.0, 9252.0, 9277.0, 9228.0, 9193.0, 9242.0, 9229.0, 9244.0, 9230.0, 9241.0, 9226.0, 9210.0, 9223.0, 9208.0, 9242.0, 9209.0, 9287.0, 9248.0, 9216.0, 9217.0, 9202.0, 9220.0, 9220.0, 9235.0, 9231.0, 9225.0, 9253.0, 9229.0, 9250.0, 9218.0, 9221.0, 9205.0, 9227.0, 9184.0, 9209.0, 9185.0, 9214.0, 9205.0, 9235.0, 9193.0, 9237.0, 9213.0, 9259.0, 9217.0, 9256.0, 9210.0, 9257.0, 9235.0, 9281.0, 9238.0, 9263.0, 9224.0, 9246.0, 9275.0, 9235.0, 9255.0, 9212.0, 9257.0, 9237.0, 9260.0, 9212.0, 9233.0, 9207.0, 9245.0, 9213.0, 9261.0, 9206.0, 9223.0, 9216.0, 9240.0, 9207.0, 9240.0, 9226.0, 9251.0, 9232.0, 9245.0, 9238.0, 9242.0, 9252.0, 9248.0, 9269.0, 9207.0, 9245.0, 9226.0, 9247.0, 9299.0, 9256.0, 9298.0, 9260.0, 9280.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.0004729574223245109</td></tr>
<tr><td colspan=3>aqi</td><td>0.02107957836593786</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.26362510997701</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2207372525921663</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059362841244233</td></tr>
<tr><td colspan=3>efc</td><td>0.5404</td></tr>
<tr><td colspan=3>fber</td><td>2767.6331</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13338509778856217</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.313003452243958</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471479126601643</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4031403972501226</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666882209143846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34441477341096</td></tr>
<tr><td colspan=3>gcor</td><td>0.0242263</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007118701469153166</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021331554278731346</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>4.206473993171853</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.8015</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.6203</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.488</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1188.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.0626</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1107</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.3873</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3294.1048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4272.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>817.3072</td></tr>
<tr><td colspan=3>tsnr</td><td>39.32297737104818</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>