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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-04/func/sub-0050_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aa1a07bfc4e71fcb45778d7e4fb0c237</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:24:1.465000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.096556</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7780, -7215, 585, -66, -183, 44, 6]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b141e1b-afd5-400f-8c6c-774b09f9b862||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['132401.465000', '132401.925000', '132402.385000', '132402.845000', '132403.305000', '132403.765000', '132404.225000', '132404.685000', '132405.145000', '132405.605000', '132406.065000', '132406.525000', '132406.985000', '132407.445000', '132407.905000', '132408.365000', '132408.825000', '132409.285000', '132409.745000', '132410.205000', '132410.665000', '132411.125000', '132411.585000', '132412.045000', '132412.505000', '132412.965000', '132413.425000', '132413.885000', '132414.345000', '132414.805000', '132415.265000', '132415.725000', '132416.185000', '132416.645000', '132417.105000', '132417.565000', '132418.025000', '132418.485000', '132418.945000', '132419.405000', '132419.865000', '132420.325000', '132420.785000', '132421.245000', '132421.705000', '132422.165000', '132422.625000', '132423.085000', '132423.545000', '132424.005000', '132424.465000', '132424.925000', '132425.385000', '132425.845000', '132426.305000', '132426.765000', '132427.225000', '132427.685000', '132428.145000', '132428.605000', '132429.065000', '132429.525000', '132429.985000', '132430.445000', '132430.905000', '132431.365000', '132431.825000', '132432.285000', '132432.745000', '132433.205000', '132433.665000', '132434.125000', '132434.585000', '132435.045000', '132435.505000', '132435.965000', '132436.425000', '132436.885000', '132437.345000', '132437.805000', '132438.265000', '132438.725000', '132439.185000', '132439.645000', '132440.105000', '132440.565000', '132441.025000', '132441.485000', '132441.945000', '132442.405000', '132442.865000', '132443.325000', '132443.785000', '132444.245000', '132444.705000', '132445.165000', '132445.625000', '132446.085000', '132446.545000', '132447.005000', '132447.465000', '132447.925000', '132448.385000', '132448.845000', '132449.305000', '132449.765000', '132450.225000', '132450.685000', '132451.145000', '132451.605000', '132452.065000', '132452.525000', '132452.985000', '132453.445000', '132453.905000', '132454.365000', '132454.825000', '132455.285000', '132455.745000', '132456.205000', '132456.665000', '132457.125000', '132457.585000', '132458.045000', '132458.505000', '132458.965000', '132459.425000', '132459.885000', '132500.345000', '132500.805000', '132501.265000', '132501.725000', '132502.185000', '132502.645000', '132503.105000', '132503.565000', '132504.025000', '132504.485000', '132504.945000', '132505.405000', '132505.865000', '132506.325000', '132506.785000', '132507.245000', '132507.705000', '132508.165000', '132508.625000', '132509.085000', '132509.545000', '132510.005000', '132510.465000', '132510.925000', '132511.385000', '132511.845000', '132512.305000', '132512.765000', '132513.225000', '132513.685000', '132514.145000', '132514.605000', '132515.065000', '132515.525000', '132515.985000', '132516.445000', '132516.905000', '132517.365000', '132517.825000', '132518.285000', '132518.745000', '132519.205000', '132519.665000', '132520.125000', '132520.585000', '132521.045000', '132521.505000', '132521.965000', '132522.425000', '132522.885000', '132523.345000', '132523.805000', '132524.265000', '132524.725000', '132525.185000', '132525.645000', '132526.105000', '132526.565000', '132527.025000', '132527.485000', '132527.945000', '132528.405000', '132528.865000', '132529.325000', '132529.785000', '132530.245000', '132530.705000', '132531.165000', '132531.625000', '132532.085000', '132532.545000', '132533.005000', '132533.465000', '132533.925000', '132534.385000', '132534.845000', '132535.305000', '132535.765000', '132536.225000', '132536.685000', '132537.145000', '132537.605000', '132538.065000', '132538.525000', '132538.985000', '132539.445000', '132539.905000', '132540.365000', '132540.825000', '132541.285000', '132541.745000', '132542.205000', '132542.665000', '132543.125000', '132543.585000', '132544.045000', '132544.505000', '132544.965000', '132545.425000', '132545.885000', '132546.345000', '132546.805000', '132547.265000', '132547.725000', '132548.185000', '132548.645000', '132549.105000', '132549.565000', '132550.025000', '132550.485000', '132550.945000', '132551.405000', '132551.865000', '132552.325000', '132552.785000', '132553.245000', '132553.705000', '132554.165000', '132554.625000', '132555.085000', '132555.545000', '132556.005000', '132556.465000', '132556.925000', '132557.385000', '132557.845000', '132558.305000', '132558.765000', '132559.225000', '132559.685000', '132600.145000', '132600.605000', '132601.065000', '132601.525000', '132601.985000', '132602.445000', '132602.905000', '132603.365000', '132603.825000', '132604.285000', '132604.745000', '132605.205000', '132605.665000', '132606.125000', '132606.585000', '132607.045000', '132607.505000', '132607.965000', '132608.425000', '132608.885000', '132609.345000', '132609.805000', '132610.265000', '132610.725000', '132611.185000', '132611.645000', '132612.105000', '132612.565000', '132613.025000', '132613.485000', '132613.945000', '132614.405000', '132614.865000', '132615.325000', '132615.785000', '132616.245000', '132616.705000', '132617.165000', '132617.625000', '132618.085000', '132618.545000', '132619.005000', '132619.465000', '132619.925000', '132620.385000', '132620.845000', '132621.305000', '132621.765000', '132622.225000', '132622.685000', '132623.145000', '132623.605000', '132624.065000', '132624.525000', '132624.985000', '132625.445000', '132625.905000', '132626.365000', '132626.825000', '132627.285000', '132627.745000', '132628.205000', '132628.665000', '132629.125000', '132629.585000', '132630.045000', '132630.505000', '132630.965000', '132631.425000', '132631.885000', '132632.345000', '132632.805000', '132633.265000', '132633.725000', '132634.185000', '132634.645000', '132635.105000', '132635.565000', '132636.025000', '132636.485000', '132636.945000', '132637.405000', '132637.865000', '132638.325000', '132638.785000', '132639.245000', '132639.705000', '132640.165000', '132640.625000', '132641.085000', '132641.545000', '132642.005000', '132642.465000', '132642.925000', '132643.385000', '132643.845000', '132644.305000', '132644.765000', '132645.225000', '132645.685000', '132646.145000', '132646.605000', '132647.065000', '132647.525000', '132647.985000', '132648.445000', '132648.905000', '132649.365000', '132649.825000', '132650.285000', '132650.745000', '132651.205000', '132651.665000', '132652.125000', '132652.585000', '132653.045000', '132653.505000', '132653.965000', '132654.425000', '132654.885000', '132655.345000', '132655.805000', '132656.265000', '132656.725000', '132657.185000', '132657.645000', '132658.105000', '132658.565000', '132659.025000', '132659.485000', '132659.945000', '132700.405000', '132700.865000', '132701.325000', '132701.785000', '132702.245000', '132702.705000', '132703.165000', '132703.625000', '132704.085000', '132704.545000', '132705.005000', '132705.465000', '132705.925000', '132706.385000', '132706.845000', '132707.305000', '132707.765000', '132708.225000', '132708.685000', '132709.145000', '132709.605000', '132710.065000', '132710.525000', '132710.985000', '132711.445000', '132711.905000', '132712.365000', '132712.825000', '132713.285000', '132713.745000', '132714.205000', '132714.665000', '132715.125000', '132715.585000', '132716.045000', '132716.505000', '132716.965000', '132717.425000', '132717.885000', '132718.345000', '132718.805000', '132719.265000', '132719.725000', '132720.185000', '132720.645000', '132721.105000', '132721.565000', '132722.025000', '132722.485000', '132722.945000', '132723.405000', '132723.865000', '132724.325000', '132724.785000', '132725.245000', '132725.705000', '132726.165000', '132726.625000', '132727.085000', '132727.545000', '132728.005000', '132728.465000', '132728.925000', '132729.385000', '132729.845000', '132730.305000', '132730.765000', '132731.225000', '132731.685000', '132732.145000', '132732.605000', '132733.065000', '132733.525000', '132733.985000', '132734.445000', '132734.905000', '132735.365000', '132735.825000', '132736.285000', '132736.745000', '132737.205000', '132737.665000', '132738.125000', '132738.585000', '132739.045000', '132739.505000', '132739.965000', '132740.425000', '132740.885000', '132741.345000', '132741.805000', '132742.265000', '132742.725000', '132743.185000', '132743.645000', '132744.105000', '132744.565000', '132745.025000', '132745.485000', '132745.945000', '132746.405000', '132746.865000', '132747.325000', '132747.785000', '132748.245000', '132748.705000', '132749.165000', '132749.625000', '132750.085000', '132750.545000', '132751.005000', '132751.465000', '132751.925000', '132752.385000', '132752.845000', '132753.305000', '132753.765000', '132754.225000', '132754.685000', '132755.145000', '132755.605000', '132756.065000', '132756.525000', '132756.985000', '132757.445000', '132757.905000', '132758.365000', '132758.825000', '132759.285000', '132759.745000', '132800.205000', '132800.665000', '132801.125000', '132801.585000', '132802.045000', '132802.505000', '132802.965000', '132803.425000', '132803.885000', '132804.345000', '132804.805000', '132805.265000', '132805.725000', '132806.185000', '132806.645000', '132807.105000', '132807.565000', '132808.025000', '132808.485000', '132808.945000', '132809.405000', '132809.865000', '132810.325000', '132810.785000', '132811.245000', '132811.705000', '132812.165000', '132812.625000', '132813.085000', '132813.545000', '132814.005000', '132814.465000', '132814.925000', '132815.385000', '132815.845000', '132816.305000', '132816.765000', '132817.225000', '132817.685000', '132818.145000', '132818.605000', '132819.065000', '132819.525000', '132819.985000', '132820.445000', '132820.905000', '132821.365000', '132821.825000', '132822.285000', '132822.745000', '132823.205000', '132823.665000', '132824.125000', '132824.585000', '132825.045000', '132825.505000', '132825.965000', '132826.425000', '132826.885000', '132827.345000', '132827.805000', '132828.265000', '132828.725000', '132829.185000', '132829.645000', '132830.105000', '132830.565000', '132831.025000', '132831.485000', '132831.945000', '132832.405000', '132832.865000', '132833.325000', '132833.785000', '132834.245000', '132834.705000', '132835.165000', '132835.625000', '132836.085000', '132836.545000', '132837.005000', '132837.465000', '132837.925000', '132838.385000', '132838.845000', '132839.305000', '132839.765000', '132840.225000', '132840.685000', '132841.145000', '132841.605000', '132842.065000', '132842.525000', '132842.985000', '132843.445000', '132843.905000', '132844.365000', '132844.825000', '132845.285000', '132845.745000', '132846.205000', '132846.665000', '132847.125000', '132847.585000', '132848.045000', '132848.505000', '132848.965000', '132849.425000', '132849.885000', '132850.345000', '132850.805000', '132851.265000', '132851.725000', '132852.185000', '132852.645000', '132853.105000', '132853.565000', '132854.025000', '132854.485000', '132854.945000', '132855.405000', '132855.865000', '132856.325000', '132856.785000', '132857.245000', '132857.705000', '132858.165000', '132858.625000', '132859.085000', '132859.545000', '132900.005000', '132900.465000', '132900.925000', '132901.385000', '132901.845000', '132902.305000', '132902.765000', '132903.225000', '132903.685000', '132904.145000', '132904.605000', '132905.065000', '132905.525000', '132905.985000', '132906.445000', '132906.905000', '132907.365000', '132907.825000', '132908.285000', '132908.745000', '132909.205000', '132909.665000', '132910.125000', '132910.585000', '132911.045000', '132911.505000', '132911.965000', '132912.425000', '132912.885000', '132913.345000', '132913.805000', '132914.265000', '132914.725000', '132915.185000', '132915.645000', '132916.105000', '132916.565000', '132917.025000', '132917.485000', '132917.945000', '132918.405000', '132918.865000', '132919.325000', '132919.785000', '132920.245000', '132920.705000', '132921.165000', '132921.625000', '132922.085000', '132922.545000', '132923.005000', '132923.465000', '132923.925000', '132924.385000', '132924.845000', '132925.305000', '132925.765000', '132926.225000', '132926.685000', '132927.145000', '132927.605000', '132928.065000', '132928.525000', '132928.985000', '132929.445000', '132929.905000', '132930.365000', '132930.825000', '132931.285000', '132931.745000', '132932.205000', '132932.665000', '132933.125000', '132933.585000', '132934.045000', '132934.505000', '132934.965000', '132935.425000', '132935.885000', '132936.345000', '132936.805000', '132937.265000', '132937.725000', '132938.185000', '132938.645000', '132939.105000', '132939.565000', '132940.025000', '132940.485000', '132940.945000', '132941.405000', '132941.865000', '132942.325000', '132942.785000', '132943.245000', '132943.705000', '132944.165000', '132944.625000', '132945.085000', '132945.545000', '132946.005000', '132946.465000', '132946.925000', '132947.385000', '132947.845000', '132948.305000', '132948.765000', '132949.225000', '132949.685000', '132950.145000', '132950.605000', '132951.065000', '132951.525000', '132951.985000', '132952.445000', '132952.905000', '132953.365000', '132953.825000', '132954.285000', '132954.745000', '132955.205000', '132955.665000', '132956.125000', '132956.585000', '132957.045000', '132957.505000', '132957.965000', '132958.425000', '132958.885000', '132959.345000', '132959.805000', '133000.265000', '133000.725000', '133001.185000', '133001.645000', '133002.105000', '133002.565000', '133003.025000', '133003.485000', '133003.945000', '133004.405000', '133004.865000', '133005.325000', '133005.785000', '133006.245000', '133006.705000', '133007.165000', '133007.625000', '133008.085000', '133008.545000', '133009.005000', '133009.465000', '133009.925000', '133010.385000', '133010.845000', '133011.305000', '133011.765000', '133012.225000', '133012.685000', '133013.145000', '133013.605000', '133014.065000', '133014.525000', '133014.985000', '133015.445000', '133015.905000', '133016.365000', '133016.825000', '133017.285000', '133017.745000', '133018.205000', '133018.665000', '133019.125000', '133019.585000', '133020.045000', '133020.505000', '133020.965000', '133021.425000', '133021.885000', '133022.345000', '133022.805000', '133023.265000', '133023.725000', '133024.185000', '133024.645000', '133025.105000', '133025.565000', '133026.025000', '133026.485000', '133026.945000', '133027.405000', '133027.865000', '133028.325000', '133028.785000', '133029.245000', '133029.705000', '133030.165000', '133030.625000', '133031.085000', '133031.545000', '133032.005000', '133032.465000', '133032.925000', '133033.385000', '133033.845000', '133034.305000', '133034.765000', '133035.225000', '133035.685000', '133036.145000', '133036.605000', '133037.065000', '133037.525000', '133037.985000', '133038.445000', '133038.905000', '133039.365000', '133039.825000', '133040.285000', '133040.745000', '133041.205000', '133041.665000', '133042.125000'], 'ContentTime': ['132423.652000', '132423.655000', '132423.658000', '132423.661000', '132423.663000', '132423.666000', '132423.672000', '132423.675000', '132423.678000', '132423.680000', '132423.683000', '132423.685000', '132423.688000', '132423.691000', '132423.693000', '132423.696000', '132423.698000', '132423.701000', '132423.703000', '132423.706000', '132423.709000', '132423.711000', '132423.714000', '132423.716000', '132423.719000', '132423.721000', '132423.724000', '132423.727000', '132423.730000', '132423.732000', '132423.735000', '132423.738000', '132423.740000', '132423.743000', '132423.745000', '132423.748000', '132423.750000', '132423.753000', '132423.756000', '132423.758000', '132423.761000', '132423.763000', '132423.766000', '132423.768000', '132423.771000', '132443.626000', '132443.628000', '132443.631000', '132443.634000', '132443.636000', '132443.639000', '132443.642000', '132443.644000', '132443.647000', '132443.649000', '132443.652000', '132443.654000', '132443.657000', '132443.660000', '132443.662000', '132443.665000', '132443.667000', '132443.670000', '132443.672000', '132443.675000', '132443.677000', '132443.680000', '132443.682000', '132443.685000', '132443.688000', '132443.690000', '132443.693000', '132443.695000', '132443.698000', '132443.700000', '132443.703000', '132443.706000', '132443.708000', '132443.711000', '132443.713000', '132443.716000', '132443.718000', '132443.723000', '132443.726000', '132443.728000', '132443.731000', '132443.734000', '132443.736000', '132443.739000', '132503.625000', '132503.628000', '132503.631000', '132503.633000', '132503.636000', '132503.639000', '132503.641000', '132503.644000', '132503.646000', '132503.649000', '132503.652000', '132503.655000', '132503.658000', '132503.661000', '132503.664000', '132503.666000', '132503.669000', '132503.671000', '132503.674000', '132503.676000', '132503.679000', '132503.682000', '132503.684000', '132503.687000', '132503.689000', '132503.692000', '132503.694000', '132503.697000', '132503.700000', '132503.702000', '132503.705000', '132503.707000', '132503.710000', '132503.717000', '132503.720000', '132503.722000', '132503.725000', '132503.727000', '132503.730000', '132503.733000', '132503.735000', '132503.738000', '132503.740000', '132523.625000', '132523.628000', '132523.631000', '132523.633000', '132523.636000', '132523.639000', '132523.641000', '132523.644000', '132523.646000', '132523.649000', '132523.652000', '132523.654000', '132523.657000', '132523.659000', '132523.662000', '132523.665000', '132523.667000', '132523.670000', '132523.672000', '132523.675000', '132523.677000', '132523.680000', '132523.691000', '132523.715000', '132523.718000', '132523.721000', '132523.723000', '132523.726000', '132523.728000', '132523.731000', '132523.734000', '132523.736000', '132523.739000', '132523.741000', '132523.744000', '132523.747000', '132523.749000', '132523.752000', '132523.754000', '132523.757000', '132523.760000', '132523.762000', '132523.765000', '132523.767000', '132543.626000', '132543.628000', '132543.631000', '132543.634000', '132543.636000', '132543.639000', '132543.641000', '132543.644000', '132543.647000', '132543.649000', '132543.652000', '132543.655000', '132543.657000', '132543.660000', '132543.662000', '132543.665000', '132543.668000', '132543.670000', '132543.673000', '132543.675000', '132543.678000', '132543.681000', '132543.683000', '132543.686000', '132543.688000', '132543.691000', '132543.694000', '132543.696000', '132543.699000', '132543.701000', '132543.704000', '132543.707000', '132543.709000', '132543.713000', '132543.715000', '132543.718000', '132543.721000', '132543.723000', '132543.726000', '132543.729000', '132543.731000', '132543.734000', '132543.736000', '132603.625000', '132603.628000', '132603.631000', '132603.633000', '132603.636000', '132603.639000', '132603.641000', '132603.644000', '132603.646000', '132603.649000', '132603.652000', '132603.654000', '132603.657000', '132603.659000', '132603.662000', '132603.665000', '132603.667000', '132603.670000', '132603.672000', '132603.675000', '132603.678000', '132603.680000', '132603.683000', '132603.685000', '132603.688000', '132603.691000', '132603.693000', '132603.696000', '132603.699000', '132603.701000', '132603.704000', '132603.706000', '132603.709000', '132603.712000', '132603.714000', '132603.717000', '132603.719000', '132603.722000', '132603.725000', '132603.727000', '132603.730000', '132603.732000', '132603.735000', '132603.737000', '132623.625000', '132623.628000', '132623.631000', '132623.633000', '132623.636000', '132623.639000', '132623.641000', '132623.644000', '132623.646000', '132623.649000', '132623.651000', '132623.654000', '132623.657000', '132623.659000', '132623.662000', '132623.664000', '132623.667000', '132623.670000', '132623.672000', '132623.675000', '132623.677000', '132623.680000', '132623.683000', '132623.686000', '132623.688000', '132623.691000', '132623.693000', '132623.696000', '132623.699000', '132623.701000', '132623.704000', '132623.706000', '132623.709000', '132623.712000', '132623.714000', '132623.717000', '132623.720000', '132623.722000', '132623.725000', '132623.727000', '132623.730000', '132623.733000', '132623.735000', '132643.626000', '132643.628000', '132643.631000', '132643.634000', '132643.636000', '132643.639000', '132643.642000', '132643.644000', '132643.647000', '132643.649000', '132643.652000', '132643.655000', '132643.657000', '132643.660000', '132643.662000', '132643.665000', '132643.668000', '132643.670000', '132643.673000', '132643.675000', '132643.678000', '132643.681000', '132643.683000', '132643.686000', '132643.688000', '132643.691000', '132643.694000', '132643.696000', '132643.699000', '132643.701000', '132643.704000', '132643.706000', '132643.716000', '132643.719000', '132643.721000', '132643.724000', '132643.726000', '132643.729000', '132643.731000', '132643.734000', '132643.737000', '132643.739000', '132643.742000', '132643.745000', '132703.626000', '132703.628000', '132703.631000', '132703.634000', '132703.636000', '132703.639000', '132703.641000', '132703.644000', '132703.647000', '132703.649000', '132703.652000', '132703.654000', '132703.657000', '132703.659000', '132703.662000', '132703.665000', '132703.667000', '132703.670000', '132703.705000', '132703.708000', '132703.710000', '132703.713000', '132703.715000', '132703.718000', '132703.721000', '132703.723000', '132703.726000', '132703.728000', '132703.731000', '132703.734000', '132703.736000', '132703.739000', '132703.741000', '132703.744000', '132703.746000', '132703.749000', '132703.753000', '132703.755000', '132703.758000', '132703.761000', '132703.763000', '132703.766000', '132703.768000', '132723.625000', '132723.628000', '132723.631000', '132723.633000', '132723.636000', '132723.639000', '132723.641000', '132723.644000', '132723.646000', '132723.649000', '132723.652000', '132723.654000', '132723.657000', '132723.659000', '132723.662000', '132723.665000', '132723.667000', '132723.670000', '132723.672000', '132723.675000', '132723.678000', '132723.680000', '132723.683000', '132723.686000', '132723.688000', '132723.691000', '132723.693000', '132723.696000', '132723.699000', '132723.701000', '132723.704000', '132723.731000', '132723.733000', '132723.736000', '132723.739000', '132723.741000', '132723.744000', '132723.746000', '132723.749000', '132723.751000', '132723.754000', '132723.757000', '132723.759000', '132723.762000', '132743.626000', '132743.629000', '132743.631000', '132743.634000', '132743.637000', '132743.639000', '132743.642000', '132743.644000', '132743.647000', '132743.649000', '132743.652000', '132743.655000', '132743.657000', '132743.660000', '132743.662000', '132743.665000', '132743.668000', '132743.670000', '132743.673000', '132743.675000', '132743.678000', '132743.680000', '132743.683000', '132743.686000', '132743.688000', '132743.691000', '132743.693000', '132743.696000', '132743.698000', '132743.701000', '132743.704000', '132743.706000', '132743.709000', '132743.711000', '132743.714000', '132743.717000', '132743.719000', '132743.722000', '132743.724000', '132743.727000', '132743.730000', '132743.732000', '132743.735000', '132803.626000', '132803.628000', '132803.631000', '132803.634000', '132803.636000', '132803.639000', '132803.641000', '132803.644000', '132803.647000', '132803.649000', '132803.652000', '132803.655000', '132803.657000', '132803.660000', '132803.663000', '132803.665000', '132803.668000', '132803.670000', '132803.673000', '132803.676000', '132803.678000', '132803.681000', '132803.683000', '132803.686000', '132803.689000', '132803.691000', '132803.694000', '132803.696000', '132803.699000', '132803.701000', '132803.704000', '132803.707000', '132803.709000', '132803.712000', '132803.715000', '132803.717000', '132803.720000', '132803.722000', '132803.725000', '132803.727000', '132803.730000', '132803.733000', '132803.735000', '132803.738000', '132823.625000', '132823.628000', '132823.631000', '132823.633000', '132823.636000', '132823.639000', '132823.641000', '132823.644000', '132823.647000', '132823.649000', '132823.652000', '132823.654000', '132823.657000', '132823.660000', '132823.662000', '132823.665000', '132823.667000', '132823.670000', '132823.673000', '132823.675000', '132823.678000', '132823.680000', '132823.683000', '132823.686000', '132823.688000', '132823.691000', '132823.693000', '132823.696000', '132823.699000', '132823.701000', '132823.704000', '132823.706000', '132823.709000', '132823.712000', '132823.714000', '132823.717000', '132823.719000', '132823.722000', '132823.724000', '132823.727000', '132823.730000', '132823.732000', '132823.735000', '132843.626000', '132843.628000', '132843.631000', '132843.634000', '132843.636000', '132843.639000', '132843.641000', '132843.644000', '132843.647000', '132843.649000', '132843.652000', '132843.654000', '132843.657000', '132843.660000', '132843.662000', '132843.665000', '132843.667000', '132843.670000', '132843.673000', '132843.675000', '132843.678000', '132843.680000', '132843.683000', '132843.686000', '132843.688000', '132843.691000', '132843.693000', '132843.696000', '132843.699000', '132843.701000', '132843.704000', '132843.706000', '132843.709000', '132843.712000', '132843.714000', '132843.717000', '132843.719000', '132843.722000', '132843.724000', '132843.727000', '132843.730000', '132843.732000', '132843.735000', '132843.737000', '132903.625000', '132903.628000', '132903.631000', '132903.633000', '132903.636000', '132903.639000', '132903.641000', '132903.644000', '132903.647000', '132903.649000', '132903.652000', '132903.654000', '132903.657000', '132903.660000', '132903.662000', '132903.665000', '132903.668000', '132903.670000', '132903.673000', '132903.675000', '132903.678000', '132903.681000', '132903.683000', '132903.686000', '132903.688000', '132903.691000', '132903.694000', '132903.696000', '132903.699000', '132903.702000', '132903.704000', '132903.707000', '132903.709000', '132903.712000', '132903.715000', '132903.717000', '132903.720000', '132903.723000', '132903.725000', '132903.728000', '132903.730000', '132903.733000', '132903.736000', '132923.625000', '132923.628000', '132923.631000', '132923.633000', '132923.636000', '132923.639000', '132923.641000', '132923.644000', '132923.647000', '132923.650000', '132923.652000', '132923.655000', '132923.658000', '132923.661000', '132923.663000', '132923.666000', '132923.669000', '132923.672000', '132923.674000', '132923.677000', '132923.680000', '132923.682000', '132923.685000', '132923.687000', '132923.690000', '132923.693000', '132923.695000', '132923.698000', '132923.701000', '132923.703000', '132923.706000', '132923.708000', '132923.711000', '132923.713000', '132923.716000', '132923.719000', '132923.721000', '132923.724000', '132923.726000', '132923.729000', '132923.732000', '132923.734000', '132923.737000', '132943.626000', '132943.628000', '132943.631000', '132943.634000', '132943.636000', '132943.639000', '132943.642000', '132943.644000', '132943.647000', '132943.649000', '132943.652000', '132943.655000', '132943.657000', '132943.660000', '132943.662000', '132943.665000', '132943.668000', '132943.670000', '132943.673000', '132943.675000', '132943.678000', '132943.681000', '132943.683000', '132943.686000', '132943.688000', '132943.691000', '132943.694000', '132943.696000', '132943.699000', '132943.702000', '132943.704000', '132943.707000', '132943.709000', '132943.712000', '132943.714000', '132943.717000', '132943.720000', '132943.722000', '132943.725000', '132943.727000', '132943.730000', '132943.733000', '132943.735000', '132943.738000', '133003.626000', '133003.629000', '133003.631000', '133003.634000', '133003.636000', '133003.639000', '133003.642000', '133003.644000', '133003.647000', '133003.649000', '133003.666000', '133003.669000', '133003.672000', '133003.674000', '133003.677000', '133003.679000', '133003.682000', '133003.685000', '133003.687000', '133003.690000', '133003.694000', '133003.697000', '133003.699000', '133003.702000', '133003.704000', '133003.707000', '133003.710000', '133003.712000', '133003.715000', '133003.717000', '133003.720000', '133003.723000', '133003.725000', '133003.728000', '133003.730000', '133003.733000', '133003.736000', '133003.738000', '133003.741000', '133003.743000', '133003.746000', '133003.749000', '133003.751000', '133003.754000', '133023.626000', '133023.628000', '133023.631000', '133023.634000', '133023.636000', '133023.639000', '133023.641000', '133023.644000', '133023.647000', '133023.649000', '133023.652000', '133023.654000', '133023.657000', '133023.660000', '133023.662000', '133023.665000', '133023.667000', '133023.670000', '133023.673000', '133023.675000', '133023.678000', '133023.680000', '133023.683000', '133023.686000', '133023.688000', '133023.691000', '133023.694000', '133023.696000', '133023.699000', '133023.701000', '133023.704000', '133023.706000', '133023.709000', '133023.712000', '133023.714000', '133023.717000', '133023.719000', '133023.722000', '133023.725000', '133023.727000', '133023.730000', '133023.732000', '133023.735000', '133043.582000', '133043.585000', '133043.588000', '133043.591000', '133043.594000', '133043.596000', '133043.599000', '133043.602000', '133043.604000', '133043.607000', '133043.610000', '133043.613000', '133043.616000', '133043.619000', '133043.622000', '133043.625000', '133043.628000', '133043.631000', '133043.633000', '133043.636000', '133043.639000', '133043.641000', '133043.644000', '133043.647000', '133043.650000', '133043.652000', '133043.655000', '133043.658000', '133043.661000', '133043.664000', '133043.670000', '133043.673000', '133043.676000', '133043.679000', '133043.682000', '133043.685000', '133043.688000', '133043.692000', '133043.695000', '133043.697000', '133043.700000', '133043.702000', '133043.706000', '133043.709000'], 'InstanceCreationTime': ['132423.652000', '132423.655000', '132423.658000', '132423.661000', '132423.663000', '132423.666000', '132423.672000', '132423.675000', '132423.678000', '132423.680000', '132423.683000', '132423.685000', '132423.688000', '132423.691000', '132423.693000', '132423.696000', '132423.698000', '132423.701000', '132423.703000', '132423.706000', '132423.709000', '132423.711000', '132423.714000', '132423.716000', '132423.719000', '132423.721000', '132423.724000', '132423.727000', '132423.730000', '132423.732000', '132423.735000', '132423.738000', '132423.740000', '132423.743000', '132423.745000', '132423.748000', '132423.750000', '132423.753000', '132423.756000', '132423.758000', '132423.761000', '132423.763000', '132423.766000', '132423.768000', '132423.771000', '132443.626000', '132443.628000', '132443.631000', '132443.634000', '132443.636000', '132443.639000', '132443.642000', '132443.644000', '132443.647000', '132443.649000', '132443.652000', '132443.654000', '132443.657000', '132443.660000', '132443.662000', '132443.665000', '132443.667000', '132443.670000', '132443.672000', '132443.675000', '132443.677000', '132443.680000', '132443.682000', '132443.685000', '132443.688000', '132443.690000', '132443.693000', '132443.695000', '132443.698000', '132443.700000', '132443.703000', '132443.706000', '132443.708000', '132443.711000', '132443.713000', '132443.716000', '132443.718000', '132443.723000', '132443.726000', '132443.728000', '132443.731000', '132443.734000', '132443.736000', '132443.739000', '132503.625000', '132503.628000', '132503.631000', '132503.633000', '132503.636000', '132503.639000', '132503.641000', '132503.644000', '132503.646000', '132503.649000', '132503.652000', '132503.655000', '132503.658000', '132503.661000', '132503.664000', '132503.666000', '132503.669000', '132503.671000', '132503.674000', '132503.676000', '132503.679000', '132503.682000', '132503.684000', '132503.687000', '132503.689000', '132503.692000', '132503.694000', '132503.697000', '132503.700000', '132503.702000', '132503.705000', '132503.707000', '132503.710000', '132503.717000', '132503.720000', '132503.722000', '132503.725000', '132503.727000', '132503.730000', '132503.733000', '132503.735000', '132503.738000', '132503.740000', '132523.625000', '132523.628000', '132523.631000', '132523.633000', '132523.636000', '132523.639000', '132523.641000', '132523.644000', '132523.646000', '132523.649000', '132523.652000', '132523.654000', '132523.657000', '132523.659000', '132523.662000', '132523.665000', '132523.667000', '132523.670000', '132523.672000', '132523.675000', '132523.677000', '132523.680000', '132523.691000', '132523.715000', '132523.718000', '132523.721000', '132523.723000', '132523.726000', '132523.728000', '132523.731000', '132523.734000', '132523.736000', '132523.739000', '132523.741000', '132523.744000', '132523.747000', '132523.749000', '132523.752000', '132523.754000', '132523.757000', '132523.760000', '132523.762000', '132523.765000', '132523.767000', '132543.626000', '132543.628000', '132543.631000', '132543.634000', '132543.636000', '132543.639000', '132543.641000', '132543.644000', '132543.647000', '132543.649000', '132543.652000', '132543.655000', '132543.657000', '132543.660000', '132543.662000', '132543.665000', '132543.668000', '132543.670000', '132543.673000', '132543.675000', '132543.678000', '132543.681000', '132543.683000', '132543.686000', '132543.688000', '132543.691000', '132543.694000', '132543.696000', '132543.699000', '132543.701000', '132543.704000', '132543.707000', '132543.709000', '132543.713000', '132543.715000', '132543.718000', '132543.721000', '132543.723000', '132543.726000', '132543.729000', '132543.731000', '132543.734000', '132543.736000', '132603.625000', '132603.628000', '132603.631000', '132603.633000', '132603.636000', '132603.639000', '132603.641000', '132603.644000', '132603.646000', '132603.649000', '132603.652000', '132603.654000', '132603.657000', '132603.659000', '132603.662000', '132603.665000', '132603.667000', '132603.670000', '132603.672000', '132603.675000', '132603.678000', '132603.680000', '132603.683000', '132603.685000', '132603.688000', '132603.691000', '132603.693000', '132603.696000', '132603.699000', '132603.701000', '132603.704000', '132603.706000', '132603.709000', '132603.712000', '132603.714000', '132603.717000', '132603.719000', '132603.722000', '132603.725000', '132603.727000', '132603.730000', '132603.732000', '132603.735000', '132603.737000', '132623.625000', '132623.628000', '132623.631000', '132623.633000', '132623.636000', '132623.639000', '132623.641000', '132623.644000', '132623.646000', '132623.649000', '132623.651000', '132623.654000', '132623.657000', '132623.659000', '132623.662000', '132623.664000', '132623.667000', '132623.670000', '132623.672000', '132623.675000', '132623.677000', '132623.680000', '132623.683000', '132623.686000', '132623.688000', '132623.691000', '132623.693000', '132623.696000', '132623.699000', '132623.701000', '132623.704000', '132623.706000', '132623.709000', '132623.712000', '132623.714000', '132623.717000', '132623.720000', '132623.722000', '132623.725000', '132623.727000', '132623.730000', '132623.733000', '132623.735000', '132643.626000', '132643.628000', '132643.631000', '132643.634000', '132643.636000', '132643.639000', '132643.642000', '132643.644000', '132643.647000', '132643.649000', '132643.652000', '132643.655000', '132643.657000', '132643.660000', '132643.662000', '132643.665000', '132643.668000', '132643.670000', '132643.673000', '132643.675000', '132643.678000', '132643.681000', '132643.683000', '132643.686000', '132643.688000', '132643.691000', '132643.694000', '132643.696000', '132643.699000', '132643.701000', '132643.704000', '132643.706000', '132643.716000', '132643.719000', '132643.721000', '132643.724000', '132643.726000', '132643.729000', '132643.731000', '132643.734000', '132643.737000', '132643.739000', '132643.742000', '132643.745000', '132703.626000', '132703.628000', '132703.631000', '132703.634000', '132703.636000', '132703.639000', '132703.641000', '132703.644000', '132703.647000', '132703.649000', '132703.652000', '132703.654000', '132703.657000', '132703.659000', '132703.662000', '132703.665000', '132703.667000', '132703.670000', '132703.705000', '132703.708000', '132703.710000', '132703.713000', '132703.715000', '132703.718000', '132703.721000', '132703.723000', '132703.726000', '132703.728000', '132703.731000', '132703.734000', '132703.736000', '132703.739000', '132703.741000', '132703.744000', '132703.746000', '132703.749000', '132703.753000', '132703.755000', '132703.758000', '132703.761000', '132703.763000', '132703.766000', '132703.768000', '132723.625000', '132723.628000', '132723.631000', '132723.633000', '132723.636000', '132723.639000', '132723.641000', '132723.644000', '132723.646000', '132723.649000', '132723.652000', '132723.654000', '132723.657000', '132723.659000', '132723.662000', '132723.665000', '132723.667000', '132723.670000', '132723.672000', '132723.675000', '132723.678000', '132723.680000', '132723.683000', '132723.686000', '132723.688000', '132723.691000', '132723.693000', '132723.696000', '132723.699000', '132723.701000', '132723.704000', '132723.731000', '132723.733000', '132723.736000', '132723.739000', '132723.741000', '132723.744000', '132723.746000', '132723.749000', '132723.751000', '132723.754000', '132723.757000', '132723.759000', '132723.762000', '132743.626000', '132743.629000', '132743.631000', '132743.634000', '132743.637000', '132743.639000', '132743.642000', '132743.644000', '132743.647000', '132743.649000', '132743.652000', '132743.655000', '132743.657000', '132743.660000', '132743.662000', '132743.665000', '132743.668000', '132743.670000', '132743.673000', '132743.675000', '132743.678000', '132743.680000', '132743.683000', '132743.686000', '132743.688000', '132743.691000', '132743.693000', '132743.696000', '132743.698000', '132743.701000', '132743.704000', '132743.706000', '132743.709000', '132743.711000', '132743.714000', '132743.717000', '132743.719000', '132743.722000', '132743.724000', '132743.727000', '132743.730000', '132743.732000', '132743.735000', '132803.626000', '132803.628000', '132803.631000', '132803.634000', '132803.636000', '132803.639000', '132803.641000', '132803.644000', '132803.647000', '132803.649000', '132803.652000', '132803.655000', '132803.657000', '132803.660000', '132803.663000', '132803.665000', '132803.668000', '132803.670000', '132803.673000', '132803.676000', '132803.678000', '132803.681000', '132803.683000', '132803.686000', '132803.689000', '132803.691000', '132803.694000', '132803.696000', '132803.699000', '132803.701000', '132803.704000', '132803.707000', '132803.709000', '132803.712000', '132803.715000', '132803.717000', '132803.720000', '132803.722000', '132803.725000', '132803.727000', '132803.730000', '132803.733000', '132803.735000', '132803.738000', '132823.625000', '132823.628000', '132823.631000', '132823.633000', '132823.636000', '132823.639000', '132823.641000', '132823.644000', '132823.647000', '132823.649000', '132823.652000', '132823.654000', '132823.657000', '132823.660000', '132823.662000', '132823.665000', '132823.667000', '132823.670000', '132823.673000', '132823.675000', '132823.678000', '132823.680000', '132823.683000', '132823.686000', '132823.688000', '132823.691000', '132823.693000', '132823.696000', '132823.699000', '132823.701000', '132823.704000', '132823.706000', '132823.709000', '132823.712000', '132823.714000', '132823.717000', '132823.719000', '132823.722000', '132823.724000', '132823.727000', '132823.730000', '132823.732000', '132823.735000', '132843.626000', '132843.628000', '132843.631000', '132843.634000', '132843.636000', '132843.639000', '132843.641000', '132843.644000', '132843.647000', '132843.649000', '132843.652000', '132843.654000', '132843.657000', '132843.660000', '132843.662000', '132843.665000', '132843.667000', '132843.670000', '132843.673000', '132843.675000', '132843.678000', '132843.680000', '132843.683000', '132843.686000', '132843.688000', '132843.691000', '132843.693000', '132843.696000', '132843.699000', '132843.701000', '132843.704000', '132843.706000', '132843.709000', '132843.712000', '132843.714000', '132843.717000', '132843.719000', '132843.722000', '132843.724000', '132843.727000', '132843.730000', '132843.732000', '132843.735000', '132843.737000', '132903.625000', '132903.628000', '132903.631000', '132903.633000', '132903.636000', '132903.639000', '132903.641000', '132903.644000', '132903.647000', '132903.649000', '132903.652000', '132903.654000', '132903.657000', '132903.660000', '132903.662000', '132903.665000', '132903.668000', '132903.670000', '132903.673000', '132903.675000', '132903.678000', '132903.681000', '132903.683000', '132903.686000', '132903.688000', '132903.691000', '132903.694000', '132903.696000', '132903.699000', '132903.702000', '132903.704000', '132903.707000', '132903.709000', '132903.712000', '132903.715000', '132903.717000', '132903.720000', '132903.723000', '132903.725000', '132903.728000', '132903.730000', '132903.733000', '132903.736000', '132923.625000', '132923.628000', '132923.631000', '132923.633000', '132923.636000', '132923.639000', '132923.641000', '132923.644000', '132923.647000', '132923.650000', '132923.652000', '132923.655000', '132923.658000', '132923.661000', '132923.663000', '132923.666000', '132923.669000', '132923.672000', '132923.674000', '132923.677000', '132923.680000', '132923.682000', '132923.685000', '132923.687000', '132923.690000', '132923.693000', '132923.695000', '132923.698000', '132923.701000', '132923.703000', '132923.706000', '132923.708000', '132923.711000', '132923.713000', '132923.716000', '132923.719000', '132923.721000', '132923.724000', '132923.726000', '132923.729000', '132923.732000', '132923.734000', '132923.737000', '132943.626000', '132943.628000', '132943.631000', '132943.634000', '132943.636000', '132943.639000', '132943.642000', '132943.644000', '132943.647000', '132943.649000', '132943.652000', '132943.655000', '132943.657000', '132943.660000', '132943.662000', '132943.665000', '132943.668000', '132943.670000', '132943.673000', '132943.675000', '132943.678000', '132943.681000', '132943.683000', '132943.686000', '132943.688000', '132943.691000', '132943.694000', '132943.696000', '132943.699000', '132943.702000', '132943.704000', '132943.707000', '132943.709000', '132943.712000', '132943.714000', '132943.717000', '132943.720000', '132943.722000', '132943.725000', '132943.727000', '132943.730000', '132943.733000', '132943.735000', '132943.738000', '133003.626000', '133003.629000', '133003.631000', '133003.634000', '133003.636000', '133003.639000', '133003.642000', '133003.644000', '133003.647000', '133003.649000', '133003.666000', '133003.669000', '133003.672000', '133003.674000', '133003.677000', '133003.679000', '133003.682000', '133003.685000', '133003.687000', '133003.690000', '133003.694000', '133003.697000', '133003.699000', '133003.702000', '133003.704000', '133003.707000', '133003.710000', '133003.712000', '133003.715000', '133003.717000', '133003.720000', '133003.723000', '133003.725000', '133003.728000', '133003.730000', '133003.733000', '133003.736000', '133003.738000', '133003.741000', '133003.743000', '133003.746000', '133003.749000', '133003.751000', '133003.754000', '133023.626000', '133023.628000', '133023.631000', '133023.634000', '133023.636000', '133023.639000', '133023.641000', '133023.644000', '133023.647000', '133023.649000', '133023.652000', '133023.654000', '133023.657000', '133023.660000', '133023.662000', '133023.665000', '133023.667000', '133023.670000', '133023.673000', '133023.675000', '133023.678000', '133023.680000', '133023.683000', '133023.686000', '133023.688000', '133023.691000', '133023.694000', '133023.696000', '133023.699000', '133023.701000', '133023.704000', '133023.706000', '133023.709000', '133023.712000', '133023.714000', '133023.717000', '133023.719000', '133023.722000', '133023.725000', '133023.727000', '133023.730000', '133023.732000', '133023.735000', '133043.582000', '133043.585000', '133043.588000', '133043.591000', '133043.594000', '133043.596000', '133043.599000', '133043.602000', '133043.604000', '133043.607000', '133043.610000', '133043.613000', '133043.616000', '133043.619000', '133043.622000', '133043.625000', '133043.628000', '133043.631000', '133043.633000', '133043.636000', '133043.639000', '133043.641000', '133043.644000', '133043.647000', '133043.650000', '133043.652000', '133043.655000', '133043.658000', '133043.661000', '133043.664000', '133043.670000', '133043.673000', '133043.676000', '133043.679000', '133043.682000', '133043.685000', '133043.688000', '133043.692000', '133043.695000', '133043.697000', '133043.700000', '133043.702000', '133043.706000', '133043.709000'], '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': [10025, 17668, 13156, 12884, 14873, 10423, 18566, 13182, 18620, 13671, 11799, 15183, 10695, 19454, 13756, 18946, 13715, 11759, 15070, 10775, 18736, 13433, 11485, 14940, 11785, 18932, 14118, 11467, 15649, 11001, 19560, 14072, 10103, 17181, 12921, 10094, 18655, 13804, 15985, 14607, 10467, 20072, 13942, 18931, 14155, 9542, 15467, 10273, 17610, 13107, 15109, 13930, 9675, 17316, 13323, 18131, 13830, 9847, 16118, 12283, 12962, 14243, 10228, 18643, 14291, 17473, 14540, 9999, 17718, 13273, 19564, 14219, 10375, 16424, 11554, 18898, 13764, 17533, 14415, 10192, 17283, 12377, 11662, 15219, 10462, 18663, 13812, 18482, 14516, 10672, 15693, 10178, 18908, 13796, 14822, 13786, 9783, 17193, 12533, 17919, 13661, 10864, 18167, 12862, 9805, 16704, 13054, 18405, 13185, 13941, 12781, 10114, 17738, 13537, 9915, 18300, 13381, 19905, 14168, 18660, 13865, 18554, 13528, 17154, 12934, 10269, 13772, 9147, 15287, 9227, 16364, 12126, 16748, 12573, 11554, 13517, 9453, 16675, 10482, 16519, 10421, 16574, 10581, 17319, 11791, 17320, 11842, 17748, 12720, 16205, 12644, 11519, 13998, 10241, 16108, 9930, 16096, 10019, 17576, 12628, 17558, 13113, 16892, 12784, 15535, 13025, 10158, 14330, 9738, 15354, 10208, 17268, 11806, 17712, 12756, 17515, 12945, 17445, 12868, 14952, 13711, 9182, 15229, 10057, 17189, 11744, 17780, 13017, 17114, 12361, 17086, 12664, 17337, 12245, 16268, 12963, 11137, 13826, 9673, 16530, 10757, 18102, 13696, 11321, 13867, 10327, 17639, 13708, 18261, 12803, 18157, 12297, 17154, 12739, 17099, 12685, 17737, 12801, 17244, 12599, 16777, 13130, 15736, 11961, 12742, 13109, 10686, 14425, 10482, 15380, 10094, 16334, 10259, 16816, 11029, 18212, 12978, 17818, 12771, 15412, 13166, 10718, 15466, 9700, 17389, 11737, 18304, 13099, 18468, 13333, 17099, 12406, 16402, 12929, 12061, 14190, 10074, 17012, 10944, 17947, 13639, 17833, 13208, 17513, 13522, 10346, 13942, 9798, 16265, 10137, 17271, 11925, 17624, 12705, 17132, 13121, 17028, 12903, 12200, 14003, 9419, 16108, 10505, 17385, 10665, 17251, 10804, 17030, 10499, 17595, 11464, 17531, 11995, 17031, 12098, 16485, 12151, 16243, 12258, 16993, 12592, 18043, 13396, 13603, 12871, 9897, 15819, 10196, 17544, 12538, 17892, 12921, 17483, 13111, 17483, 12530, 17414, 13188, 17442, 12711, 9242, 16297, 11739, 17743, 13243, 18664, 13231, 17547, 13144, 16306, 13372, 15016, 13159, 12720, 14191, 11562, 15861, 9799, 17082, 10745, 17713, 11381, 18192, 12835, 17528, 13019, 9503, 13730, 9352, 16394, 12100, 17333, 12305, 16817, 11697, 17058, 11710, 17341, 11723, 17340, 12075, 16669, 12477, 15012, 12577, 9831, 14944, 9864, 17264, 12174, 17782, 12598, 17153, 12857, 15938, 11696, 16815, 12575, 17211, 12824, 9492, 14110, 9389, 15575, 10183, 18375, 13756, 13954, 13457, 9280, 17187, 13131, 17608, 13068, 9845, 15285, 10514, 19370, 14117, 9796, 15313, 10606, 19599, 13927, 18511, 13606, 9807, 17718, 13064, 11997, 15212, 10136, 19247, 13594, 18768, 13580, 17407, 13741, 11863, 14627, 9653, 17017, 11374, 18073, 12754, 18107, 12552, 16604, 11869, 15691, 12243, 12412, 13383, 10742, 17511, 11896, 10997, 13633, 10106, 18561, 13392, 19136, 12923, 18484, 12938, 18388, 13306, 16943, 12703, 17500, 13163, 16911, 13220, 16645, 13042, 13217, 13558, 10550, 15928, 9793, 17496, 12499, 18114, 13018, 17926, 13274, 17129, 13212, 13964, 13679, 9693, 16120, 10980, 17365, 12732, 17313, 13778, 13049, 14673, 11094, 16110, 10646, 17395, 10814, 17863, 12212, 18054, 12967, 18310, 13117, 17695, 13189, 17486, 13254, 15037, 13698, 10001, 16238, 11822, 17267, 13268, 13082, 14282, 11831, 15919, 13218, 15520, 11006, 15976, 11332, 16614, 12009, 15800, 11774, 16350, 9496, 17122, 11737, 17322, 12963, 17416, 13042, 16432, 13053, 10159, 15379, 10756, 18114, 13558, 10020, 18507, 13261, 19644, 13693, 17153, 13552, 15149, 13694, 14011, 14592, 9698, 16538, 10180, 17174, 12499, 17889, 12636, 17738, 12972, 17176, 12583, 17231, 12836, 14737, 12821, 11469, 14996, 9899, 17160, 11958, 18098, 13730, 17443, 13573, 9480, 15939, 11900, 18224, 13186, 18426, 13676, 13513, 14378, 10068, 16565, 10404, 18244, 12123, 18857, 13901, 14553, 13300, 10221, 15833, 10283, 17225, 11882, 18147, 13326, 17550, 13280, 14785, 13520, 9952, 16822, 11684, 17908, 13328, 12919, 14760, 10484, 17521, 11832, 18555, 13332, 18171, 13308, 17789, 13439, 17990, 13599, 14382, 13035, 10775, 14942, 10200, 16567, 9831, 17101, 12145, 17826, 12634, 17851, 12768, 17029, 12185, 17109, 12757, 17204, 13011, 17387, 13279, 12680, 13667, 9910, 15736, 10368, 17862, 11939, 18098, 13286, 17498, 12753, 17603, 13007, 17167, 12827, 17211, 13355, 12408, 13683, 9974, 15635, 10111, 16164, 10740, 16895, 12024, 16997, 13062, 17619, 13115, 17571, 13699, 10607, 14644, 9772, 16893, 10918, 17445, 11243, 17649, 12230, 17365, 13213, 18209, 13326, 17632, 13481, 17125, 12728, 16964, 12794, 17028, 12726, 17642, 13562, 12063, 13513, 10285, 16000, 10052, 17052, 10885, 17356, 10758, 17546, 11826, 17870, 11972, 17922, 11842, 17709, 12149, 17437, 12829, 16889, 12618, 16680, 12876, 11171, 13699, 9868, 16529, 10716, 18068, 11313, 18249, 13599, 17670, 12701, 14932, 13924, 10888, 15961, 10865, 18045, 14083, 15549, 13943, 10521, 15238, 12759, 16170, 12712, 16593, 12705, 16871, 12967, 17731, 13288, 17438, 13405, 14777, 13600, 11958, 15000, 10224, 16281, 11070, 16676, 10256, 16864, 10815, 17910, 11919, 17616, 12095, 17076, 12650, 16721, 12980, 11555, 13641, 9014, 16356, 11744, 18071, 13330, 17614, 13090, 17586, 12943, 17258, 12648, 15400, 12717, 10409, 14518, 9505, 17422, 12617, 17628, 13280, 17543, 13032, 17825, 13405, 10811, 13949, 9657, 16315, 11104, 17440, 13388, 15585, 13131, 9920, 15523, 10226, 17326, 10838, 17156, 11570, 17713, 12574, 17261, 13149, 17617, 12978, 15106, 13310, 10752, 16196, 12388, 12715, 13897, 10593, 18345, 13839, 19050, 13430, 18352, 13055, 18195, 13403, 18206, 13593, 15242, 13751, 10934, 16512, 10643, 18613, 12614, 19825, 14150, 18997, 13917, 16835, 13657, 13765, 13521, 12553, 14171, 9332, 15569, 9917, 16794, 9996, 16927, 11326, 17828, 12947, 17239, 13086, 9787, 15068, 9710, 17361, 12740, 18379, 13553, 18878, 14167, 10226, 15465, 11665, 15526, 13797, 10700, 16976], 'WindowCenter': [4876.0, 4939.0, 4885.0, 4887.0, 4898.0, 4847.0, 4917.0, 4876.0, 4913.0, 4887.0, 4852.0, 4882.0, 4832.0, 4908.0, 4873.0, 4899.0, 4874.0, 4839.0, 4869.0, 4826.0, 4897.0, 4857.0, 4843.0, 4882.0, 4852.0, 4910.0, 4873.0, 4835.0, 4882.0, 4833.0, 4897.0, 4865.0, 4829.0, 4892.0, 4863.0, 4833.0, 4900.0, 4860.0, 4873.0, 4870.0, 4834.0, 4898.0, 4846.0, 4869.0, 4849.0, 4797.0, 4849.0, 4794.0, 4875.0, 4837.0, 4853.0, 4857.0, 4810.0, 4875.0, 4848.0, 4888.0, 4858.0, 4822.0, 4877.0, 4852.0, 4860.0, 4871.0, 4831.0, 4899.0, 4868.0, 4890.0, 4872.0, 4820.0, 4888.0, 4863.0, 4896.0, 4860.0, 4817.0, 4877.0, 4840.0, 4893.0, 4862.0, 4889.0, 4870.0, 4834.0, 4887.0, 4851.0, 4855.0, 4896.0, 4832.0, 4899.0, 4862.0, 4900.0, 4871.0, 4821.0, 4868.0, 4822.0, 4888.0, 4846.0, 4863.0, 4873.0, 4825.0, 4902.0, 4860.0, 4901.0, 4858.0, 4822.0, 4886.0, 4850.0, 4810.0, 4880.0, 4853.0, 4888.0, 4851.0, 4849.0, 4840.0, 4818.0, 4879.0, 4860.0, 4811.0, 4889.0, 4850.0, 4889.0, 4850.0, 4883.0, 4849.0, 4873.0, 4834.0, 4863.0, 4838.0, 4797.0, 4829.0, 4782.0, 4855.0, 4784.0, 4864.0, 4833.0, 4890.0, 4856.0, 4840.0, 4862.0, 4822.0, 4892.0, 4830.0, 4876.0, 4821.0, 4874.0, 4822.0, 4892.0, 4840.0, 4891.0, 4843.0, 4887.0, 4863.0, 4893.0, 4861.0, 4843.0, 4874.0, 4819.0, 4883.0, 4824.0, 4876.0, 4819.0, 4891.0, 4849.0, 4892.0, 4863.0, 4885.0, 4854.0, 4879.0, 4857.0, 4823.0, 4870.0, 4810.0, 4872.0, 4823.0, 4892.0, 4841.0, 4892.0, 4864.0, 4883.0, 4854.0, 4884.0, 4852.0, 4871.0, 4856.0, 4813.0, 4863.0, 4823.0, 4887.0, 4836.0, 4892.0, 4856.0, 4888.0, 4852.0, 4879.0, 4849.0, 4888.0, 4853.0, 4877.0, 4852.0, 4828.0, 4859.0, 4813.0, 4881.0, 4824.0, 4891.0, 4861.0, 4842.0, 4866.0, 4833.0, 4903.0, 4875.0, 4901.0, 4863.0, 4901.0, 4851.0, 4890.0, 4854.0, 4889.0, 4852.0, 4886.0, 4851.0, 4878.0, 4837.0, 4869.0, 4847.0, 4866.0, 4831.0, 4838.0, 4850.0, 4802.0, 4854.0, 4809.0, 4869.0, 4810.0, 4877.0, 4810.0, 4879.0, 4821.0, 4889.0, 4844.0, 4887.0, 4851.0, 4866.0, 4848.0, 4818.0, 4869.0, 4812.0, 4887.0, 4841.0, 4887.0, 4851.0, 4888.0, 4843.0, 4876.0, 4839.0, 4866.0, 4850.0, 4837.0, 4861.0, 4808.0, 4877.0, 4821.0, 4888.0, 4861.0, 4885.0, 4852.0, 4877.0, 4852.0, 4820.0, 4859.0, 4810.0, 4880.0, 4820.0, 4888.0, 4842.0, 4881.0, 4852.0, 4890.0, 4861.0, 4885.0, 4860.0, 4852.0, 4869.0, 4812.0, 4882.0, 4825.0, 4892.0, 4831.0, 4889.0, 4822.0, 4877.0, 4821.0, 4875.0, 4829.0, 4879.0, 4841.0, 4876.0, 4842.0, 4879.0, 4851.0, 4878.0, 4852.0, 4887.0, 4854.0, 4890.0, 4862.0, 4862.0, 4852.0, 4823.0, 4879.0, 4824.0, 4890.0, 4854.0, 4891.0, 4864.0, 4886.0, 4863.0, 4889.0, 4853.0, 4886.0, 4853.0, 4880.0, 4845.0, 4813.0, 4892.0, 4854.0, 4891.0, 4864.0, 4888.0, 4851.0, 4888.0, 4850.0, 4863.0, 4851.0, 4856.0, 4851.0, 4835.0, 4849.0, 4810.0, 4860.0, 4798.0, 4866.0, 4821.0, 4875.0, 4817.0, 4876.0, 4836.0, 4873.0, 4829.0, 4796.0, 4847.0, 4798.0, 4893.0, 4853.0, 4888.0, 4840.0, 4881.0, 4841.0, 4878.0, 4831.0, 4879.0, 4830.0, 4877.0, 4830.0, 4864.0, 4833.0, 4852.0, 4852.0, 4822.0, 4871.0, 4821.0, 4892.0, 4855.0, 4902.0, 4850.0, 4891.0, 4859.0, 4880.0, 4842.0, 4879.0, 4853.0, 4889.0, 4854.0, 4812.0, 4872.0, 4813.0, 4877.0, 4835.0, 4901.0, 4864.0, 4864.0, 4877.0, 4818.0, 4894.0, 4868.0, 4894.0, 4877.0, 4850.0, 4923.0, 4855.0, 4927.0, 4901.0, 4828.0, 4883.0, 4830.0, 4910.0, 4875.0, 4896.0, 4876.0, 4838.0, 4907.0, 4878.0, 4850.0, 4885.0, 4818.0, 4902.0, 4863.0, 4898.0, 4859.0, 4889.0, 4864.0, 4837.0, 4872.0, 4810.0, 4880.0, 4830.0, 4877.0, 4841.0, 4887.0, 4840.0, 4876.0, 4840.0, 4872.0, 4854.0, 4853.0, 4858.0, 4835.0, 4886.0, 4836.0, 4845.0, 4876.0, 4833.0, 4917.0, 4876.0, 4916.0, 4866.0, 4901.0, 4862.0, 4900.0, 4865.0, 4887.0, 4846.0, 4875.0, 4851.0, 4872.0, 4850.0, 4868.0, 4848.0, 4841.0, 4850.0, 4820.0, 4869.0, 4810.0, 4874.0, 4838.0, 4878.0, 4840.0, 4871.0, 4848.0, 4876.0, 4848.0, 4847.0, 4848.0, 4796.0, 4868.0, 4818.0, 4878.0, 4850.0, 4879.0, 4862.0, 4851.0, 4871.0, 4825.0, 4883.0, 4823.0, 4891.0, 4830.0, 4890.0, 4843.0, 4891.0, 4853.0, 4892.0, 4851.0, 4884.0, 4863.0, 4889.0, 4864.0, 4871.0, 4863.0, 4822.0, 4883.0, 4855.0, 4891.0, 4859.0, 4863.0, 4875.0, 4854.0, 4895.0, 4862.0, 4883.0, 4832.0, 4883.0, 4831.0, 4875.0, 4838.0, 4870.0, 4831.0, 4870.0, 4803.0, 4879.0, 4839.0, 4883.0, 4863.0, 4892.0, 4862.0, 4881.0, 4866.0, 4834.0, 4881.0, 4844.0, 4906.0, 4876.0, 4833.0, 4914.0, 4877.0, 4912.0, 4871.0, 4889.0, 4865.0, 4868.0, 4862.0, 4857.0, 4862.0, 4807.0, 4880.0, 4823.0, 4888.0, 4852.0, 4888.0, 4853.0, 4891.0, 4864.0, 4890.0, 4854.0, 4892.0, 4862.0, 4873.0, 4865.0, 4844.0, 4881.0, 4822.0, 4894.0, 4855.0, 4903.0, 4869.0, 4892.0, 4866.0, 4827.0, 4895.0, 4857.0, 4902.0, 4870.0, 4902.0, 4873.0, 4863.0, 4872.0, 4823.0, 4882.0, 4821.0, 4891.0, 4842.0, 4889.0, 4861.0, 4857.0, 4854.0, 4821.0, 4870.0, 4821.0, 4881.0, 4842.0, 4890.0, 4850.0, 4876.0, 4861.0, 4860.0, 4862.0, 4816.0, 4884.0, 4854.0, 4901.0, 4864.0, 4853.0, 4870.0, 4832.0, 4891.0, 4842.0, 4891.0, 4862.0, 4887.0, 4850.0, 4887.0, 4851.0, 4876.0, 4849.0, 4848.0, 4849.0, 4818.0, 4857.0, 4810.0, 4880.0, 4808.0, 4880.0, 4841.0, 4890.0, 4852.0, 4888.0, 4850.0, 4878.0, 4842.0, 4880.0, 4846.0, 4878.0, 4850.0, 4878.0, 4852.0, 4850.0, 4862.0, 4812.0, 4878.0, 4816.0, 4902.0, 4854.0, 4895.0, 4857.0, 4892.0, 4864.0, 4888.0, 4861.0, 4889.0, 4852.0, 4890.0, 4862.0, 4852.0, 4861.0, 4816.0, 4883.0, 4822.0, 4879.0, 4827.0, 4891.0, 4852.0, 4889.0, 4863.0, 4896.0, 4857.0, 4890.0, 4872.0, 4834.0, 4878.0, 4824.0, 4891.0, 4835.0, 4894.0, 4842.0, 4891.0, 4854.0, 4889.0, 4863.0, 4891.0, 4855.0, 4891.0, 4851.0, 4878.0, 4852.0, 4878.0, 4851.0, 4876.0, 4852.0, 4876.0, 4860.0, 4841.0, 4851.0, 4820.0, 4882.0, 4810.0, 4879.0, 4821.0, 4877.0, 4817.0, 4877.0, 4837.0, 4890.0, 4839.0, 4879.0, 4830.0, 4872.0, 4838.0, 4879.0, 4842.0, 4891.0, 4853.0, 4877.0, 4864.0, 4854.0, 4872.0, 4832.0, 4888.0, 4830.0, 4897.0, 4844.0, 4901.0, 4863.0, 4890.0, 4848.0, 4872.0, 4874.0, 4834.0, 4884.0, 4833.0, 4886.0, 4862.0, 4881.0, 4873.0, 4834.0, 4870.0, 4862.0, 4892.0, 4880.0, 4889.0, 4865.0, 4873.0, 4853.0, 4877.0, 4848.0, 4875.0, 4849.0, 4844.0, 4847.0, 4816.0, 4843.0, 4793.0, 4853.0, 4805.0, 4851.0, 4795.0, 4846.0, 4790.0, 4860.0, 4800.0, 4852.0, 4812.0, 4848.0, 4824.0, 4852.0, 4825.0, 4814.0, 4829.0, 4786.0, 4857.0, 4828.0, 4877.0, 4847.0, 4874.0, 4832.0, 4874.0, 4837.0, 4864.0, 4838.0, 4857.0, 4838.0, 4819.0, 4859.0, 4811.0, 4878.0, 4847.0, 4888.0, 4861.0, 4892.0, 4859.0, 4892.0, 4860.0, 4831.0, 4863.0, 4811.0, 4882.0, 4841.0, 4892.0, 4875.0, 4880.0, 4875.0, 4835.0, 4894.0, 4833.0, 4903.0, 4832.0, 4893.0, 4843.0, 4892.0, 4854.0, 4886.0, 4865.0, 4891.0, 4862.0, 4871.0, 4858.0, 4832.0, 4881.0, 4852.0, 4863.0, 4874.0, 4849.0, 4915.0, 4883.0, 4914.0, 4879.0, 4902.0, 4868.0, 4903.0, 4866.0, 4902.0, 4861.0, 4865.0, 4863.0, 4821.0, 4878.0, 4821.0, 4888.0, 4839.0, 4886.0, 4847.0, 4875.0, 4836.0, 4852.0, 4835.0, 4822.0, 4826.0, 4813.0, 4834.0, 4774.0, 4837.0, 4785.0, 4851.0, 4795.0, 4878.0, 4813.0, 4877.0, 4839.0, 4877.0, 4849.0, 4810.0, 4871.0, 4807.0, 4893.0, 4854.0, 4902.0, 4857.0, 4900.0, 4872.0, 4835.0, 4885.0, 4857.0, 4885.0, 4871.0, 4835.0, 4893.0], 'WindowWidth': [10638.0, 10713.0, 10633.0, 10631.0, 10647.0, 10573.0, 10670.0, 10608.0, 10658.0, 10625.0, 10571.0, 10613.0, 10543.0, 10647.0, 10599.0, 10634.0, 10602.0, 10547.0, 10588.0, 10526.0, 10626.0, 10571.0, 10557.0, 10610.0, 10570.0, 10648.0, 10598.0, 10539.0, 10610.0, 10541.0, 10625.0, 10582.0, 10536.0, 10624.0, 10584.0, 10543.0, 10635.0, 10577.0, 10589.0, 10589.0, 10542.0, 10627.0, 10549.0, 10580.0, 10555.0, 10481.0, 10548.0, 10475.0, 10586.0, 10538.0, 10556.0, 10566.0, 10504.0, 10590.0, 10555.0, 10611.0, 10571.0, 10525.0, 10599.0, 10571.0, 10576.0, 10594.0, 10539.0, 10631.0, 10588.0, 10618.0, 10595.0, 10523.0, 10615.0, 10582.0, 10623.0, 10578.0, 10514.0, 10595.0, 10547.0, 10616.0, 10579.0, 10618.0, 10589.0, 10543.0, 10608.0, 10567.0, 10579.0, 10638.0, 10542.0, 10630.0, 10579.0, 10636.0, 10594.0, 10522.0, 10581.0, 10527.0, 10608.0, 10552.0, 10575.0, 10600.0, 10534.0, 10637.0, 10582.0, 10635.0, 10573.0, 10523.0, 10610.0, 10559.0, 10504.0, 10602.0, 10567.0, 10611.0, 10560.0, 10554.0, 10545.0, 10516.0, 10600.0, 10574.0, 10506.0, 10612.0, 10557.0, 10613.0, 10556.0, 10603.0, 10557.0, 10584.0, 10529.0, 10568.0, 10538.0, 10480.0, 10517.0, 10455.0, 10557.0, 10462.0, 10571.0, 10534.0, 10621.0, 10572.0, 10549.0, 10582.0, 10526.0, 10624.0, 10535.0, 10596.0, 10522.0, 10591.0, 10524.0, 10620.0, 10548.0, 10619.0, 10554.0, 10611.0, 10584.0, 10629.0, 10583.0, 10556.0, 10600.0, 10520.0, 10611.0, 10529.0, 10596.0, 10520.0, 10619.0, 10561.0, 10620.0, 10582.0, 10607.0, 10571.0, 10601.0, 10570.0, 10528.0, 10589.0, 10508.0, 10594.0, 10527.0, 10621.0, 10551.0, 10621.0, 10584.0, 10605.0, 10572.0, 10605.0, 10566.0, 10589.0, 10568.0, 10512.0, 10577.0, 10527.0, 10612.0, 10542.0, 10621.0, 10568.0, 10613.0, 10566.0, 10600.0, 10560.0, 10614.0, 10568.0, 10596.0, 10565.0, 10528.0, 10573.0, 10511.0, 10603.0, 10521.0, 10618.0, 10577.0, 10553.0, 10583.0, 10547.0, 10640.0, 10604.0, 10634.0, 10584.0, 10634.0, 10564.0, 10616.0, 10570.0, 10614.0, 10565.0, 10607.0, 10562.0, 10597.0, 10539.0, 10583.0, 10553.0, 10576.0, 10533.0, 10540.0, 10559.0, 10488.0, 10559.0, 10500.0, 10584.0, 10502.0, 10593.0, 10502.0, 10598.0, 10519.0, 10613.0, 10547.0, 10608.0, 10561.0, 10577.0, 10557.0, 10515.0, 10587.0, 10509.0, 10611.0, 10548.0, 10609.0, 10562.0, 10610.0, 10544.0, 10591.0, 10543.0, 10578.0, 10560.0, 10538.0, 10574.0, 10500.0, 10595.0, 10520.0, 10608.0, 10574.0, 10605.0, 10564.0, 10595.0, 10565.0, 10518.0, 10572.0, 10504.0, 10602.0, 10519.0, 10611.0, 10549.0, 10598.0, 10563.0, 10616.0, 10579.0, 10607.0, 10577.0, 10564.0, 10588.0, 10512.0, 10608.0, 10524.0, 10623.0, 10536.0, 10614.0, 10522.0, 10596.0, 10520.0, 10591.0, 10530.0, 10599.0, 10548.0, 10594.0, 10552.0, 10601.0, 10565.0, 10598.0, 10567.0, 10612.0, 10570.0, 10617.0, 10581.0, 10578.0, 10566.0, 10526.0, 10602.0, 10530.0, 10620.0, 10572.0, 10620.0, 10585.0, 10610.0, 10583.0, 10616.0, 10568.0, 10608.0, 10564.0, 10604.0, 10552.0, 10515.0, 10621.0, 10572.0, 10619.0, 10583.0, 10614.0, 10564.0, 10613.0, 10562.0, 10574.0, 10563.0, 10565.0, 10560.0, 10532.0, 10555.0, 10495.0, 10564.0, 10483.0, 10577.0, 10518.0, 10589.0, 10508.0, 10588.0, 10533.0, 10582.0, 10518.0, 10480.0, 10550.0, 10489.0, 10625.0, 10566.0, 10613.0, 10547.0, 10602.0, 10547.0, 10596.0, 10532.0, 10596.0, 10530.0, 10591.0, 10529.0, 10570.0, 10530.0, 10555.0, 10563.0, 10523.0, 10590.0, 10524.0, 10620.0, 10573.0, 10635.0, 10563.0, 10620.0, 10575.0, 10602.0, 10553.0, 10601.0, 10567.0, 10613.0, 10571.0, 10512.0, 10593.0, 10515.0, 10598.0, 10547.0, 10632.0, 10582.0, 10582.0, 10606.0, 10525.0, 10627.0, 10596.0, 10625.0, 10608.0, 10580.0, 10683.0, 10587.0, 10683.0, 10649.0, 10535.0, 10610.0, 10533.0, 10646.0, 10598.0, 10626.0, 10607.0, 10556.0, 10650.0, 10611.0, 10566.0, 10615.0, 10517.0, 10635.0, 10581.0, 10628.0, 10574.0, 10616.0, 10581.0, 10540.0, 10591.0, 10504.0, 10601.0, 10531.0, 10592.0, 10545.0, 10608.0, 10545.0, 10592.0, 10547.0, 10592.0, 10571.0, 10570.0, 10572.0, 10544.0, 10607.0, 10542.0, 10560.0, 10606.0, 10546.0, 10666.0, 10607.0, 10661.0, 10590.0, 10637.0, 10580.0, 10631.0, 10588.0, 10614.0, 10554.0, 10590.0, 10559.0, 10585.0, 10560.0, 10581.0, 10556.0, 10539.0, 10559.0, 10517.0, 10582.0, 10501.0, 10585.0, 10539.0, 10594.0, 10542.0, 10581.0, 10554.0, 10589.0, 10552.0, 10548.0, 10553.0, 10480.0, 10580.0, 10510.0, 10594.0, 10559.0, 10598.0, 10579.0, 10561.0, 10591.0, 10524.0, 10607.0, 10525.0, 10618.0, 10533.0, 10615.0, 10553.0, 10619.0, 10567.0, 10621.0, 10564.0, 10603.0, 10581.0, 10613.0, 10583.0, 10589.0, 10581.0, 10524.0, 10609.0, 10573.0, 10621.0, 10578.0, 10583.0, 10603.0, 10571.0, 10629.0, 10579.0, 10609.0, 10537.0, 10608.0, 10534.0, 10592.0, 10541.0, 10587.0, 10533.0, 10586.0, 10490.0, 10598.0, 10546.0, 10602.0, 10581.0, 10622.0, 10582.0, 10606.0, 10590.0, 10543.0, 10606.0, 10559.0, 10640.0, 10606.0, 10547.0, 10657.0, 10608.0, 10654.0, 10594.0, 10614.0, 10585.0, 10584.0, 10577.0, 10566.0, 10578.0, 10498.0, 10601.0, 10526.0, 10612.0, 10567.0, 10613.0, 10568.0, 10620.0, 10585.0, 10618.0, 10571.0, 10621.0, 10583.0, 10597.0, 10588.0, 10556.0, 10607.0, 10527.0, 10625.0, 10573.0, 10639.0, 10590.0, 10623.0, 10590.0, 10537.0, 10628.0, 10579.0, 10639.0, 10593.0, 10640.0, 10599.0, 10581.0, 10593.0, 10526.0, 10608.0, 10520.0, 10618.0, 10548.0, 10613.0, 10575.0, 10565.0, 10563.0, 10519.0, 10588.0, 10521.0, 10603.0, 10549.0, 10614.0, 10559.0, 10592.0, 10576.0, 10574.0, 10578.0, 10511.0, 10605.0, 10569.0, 10633.0, 10586.0, 10567.0, 10590.0, 10539.0, 10620.0, 10551.0, 10619.0, 10577.0, 10609.0, 10561.0, 10608.0, 10561.0, 10593.0, 10557.0, 10552.0, 10555.0, 10511.0, 10566.0, 10504.0, 10599.0, 10501.0, 10600.0, 10549.0, 10616.0, 10565.0, 10612.0, 10560.0, 10596.0, 10550.0, 10600.0, 10553.0, 10597.0, 10559.0, 10597.0, 10563.0, 10557.0, 10577.0, 10510.0, 10598.0, 10514.0, 10636.0, 10571.0, 10622.0, 10571.0, 10621.0, 10584.0, 10612.0, 10577.0, 10613.0, 10567.0, 10617.0, 10579.0, 10564.0, 10577.0, 10512.0, 10609.0, 10524.0, 10601.0, 10528.0, 10618.0, 10566.0, 10616.0, 10584.0, 10624.0, 10573.0, 10618.0, 10596.0, 10544.0, 10602.0, 10530.0, 10621.0, 10547.0, 10626.0, 10552.0, 10621.0, 10571.0, 10615.0, 10582.0, 10617.0, 10565.0, 10618.0, 10562.0, 10597.0, 10564.0, 10596.0, 10562.0, 10593.0, 10564.0, 10594.0, 10573.0, 10546.0, 10562.0, 10517.0, 10604.0, 10504.0, 10599.0, 10519.0, 10595.0, 10511.0, 10596.0, 10538.0, 10615.0, 10543.0, 10599.0, 10530.0, 10584.0, 10541.0, 10596.0, 10549.0, 10618.0, 10570.0, 10597.0, 10586.0, 10575.0, 10598.0, 10543.0, 10617.0, 10538.0, 10630.0, 10556.0, 10634.0, 10583.0, 10618.0, 10558.0, 10593.0, 10598.0, 10541.0, 10610.0, 10542.0, 10610.0, 10579.0, 10609.0, 10595.0, 10545.0, 10588.0, 10582.0, 10625.0, 10618.0, 10618.0, 10589.0, 10589.0, 10567.0, 10596.0, 10556.0, 10591.0, 10555.0, 10544.0, 10550.0, 10504.0, 10540.0, 10470.0, 10554.0, 10485.0, 10549.0, 10472.0, 10537.0, 10461.0, 10557.0, 10473.0, 10546.0, 10491.0, 10538.0, 10509.0, 10547.0, 10515.0, 10498.0, 10519.0, 10464.0, 10557.0, 10524.0, 10590.0, 10549.0, 10585.0, 10526.0, 10585.0, 10536.0, 10571.0, 10540.0, 10562.0, 10540.0, 10514.0, 10569.0, 10507.0, 10597.0, 10554.0, 10610.0, 10577.0, 10619.0, 10574.0, 10619.0, 10575.0, 10535.0, 10580.0, 10509.0, 10607.0, 10551.0, 10622.0, 10600.0, 10604.0, 10603.0, 10548.0, 10629.0, 10543.0, 10641.0, 10541.0, 10626.0, 10556.0, 10621.0, 10571.0, 10611.0, 10588.0, 10619.0, 10580.0, 10591.0, 10573.0, 10540.0, 10603.0, 10566.0, 10582.0, 10599.0, 10574.0, 10661.0, 10616.0, 10659.0, 10612.0, 10641.0, 10594.0, 10640.0, 10590.0, 10636.0, 10578.0, 10577.0, 10579.0, 10519.0, 10596.0, 10517.0, 10609.0, 10538.0, 10605.0, 10548.0, 10585.0, 10531.0, 10549.0, 10527.0, 10506.0, 10515.0, 10493.0, 10523.0, 10442.0, 10525.0, 10458.0, 10549.0, 10475.0, 10593.0, 10502.0, 10593.0, 10543.0, 10594.0, 10557.0, 10506.0, 10589.0, 10501.0, 10620.0, 10570.0, 10636.0, 10570.0, 10632.0, 10594.0, 10547.0, 10616.0, 10581.0, 10615.0, 10594.0, 10546.0, 10624.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.000595005753739931</td></tr>
<tr><td colspan=3>aqi</td><td>0.017178231875719218</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.10167117498845</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3268964223847908</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0147614189516123</td></tr>
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
<tr><td colspan=3>fber</td><td>4661.5913</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07470252180080716</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1070195627157653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3956546152763</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3625951254895243</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.589783574618384</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2345851457209913</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133253</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011929952539503574</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02643127739429474</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9643511068008097</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>20.1059</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.2358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.7176</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295485.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.4518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5397</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>668.5103</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4021.8828</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1062.9669</td></tr>
<tr><td colspan=3>tsnr</td><td>43.516508884727955</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>