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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-06_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-06_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-0083/ses-03/func/sub-0083_ses-03_task-social_acq-mb8_run-06_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>28482f1e6d79d9b5f6e4dc820e006cf5</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>21:47:13.745000</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.99849, -0.0217415, 0.0504503, 0.0155112, 0.992561, 0.120753]</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-06_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.0963024</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7890, -7276, 749, -83, -724, 253, 25]</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>235.076</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c779fce6-861b-4aa4-a208-51b9ae4fd216||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.67887544631958, 0.04161541908979416, 0.1422908753156662, 106.50147247314453], [0.05833085998892784, 2.6629698276519775, 0.3234267234802246, -106.35067749023438], [0.13535435497760773, -0.32397031784057617, 2.6767795085906982, -57.5254020690918], [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': ['214713.745000', '214714.205000', '214714.665000', '214715.125000', '214715.585000', '214716.045000', '214716.505000', '214716.965000', '214717.425000', '214717.885000', '214718.345000', '214718.805000', '214719.265000', '214719.725000', '214720.185000', '214720.645000', '214721.105000', '214721.565000', '214722.025000', '214722.485000', '214722.945000', '214723.405000', '214723.865000', '214724.325000', '214724.785000', '214725.245000', '214725.705000', '214726.165000', '214726.625000', '214727.085000', '214727.545000', '214728.005000', '214728.465000', '214728.925000', '214729.385000', '214729.845000', '214730.305000', '214730.765000', '214731.225000', '214731.685000', '214732.145000', '214732.605000', '214733.065000', '214733.525000', '214733.985000', '214734.445000', '214734.905000', '214735.365000', '214735.825000', '214736.285000', '214736.745000', '214737.205000', '214737.665000', '214738.125000', '214738.585000', '214739.045000', '214739.505000', '214739.965000', '214740.425000', '214740.885000', '214741.345000', '214741.805000', '214742.265000', '214742.725000', '214743.185000', '214743.645000', '214744.105000', '214744.565000', '214745.025000', '214745.485000', '214745.945000', '214746.405000', '214746.865000', '214747.325000', '214747.785000', '214748.245000', '214748.705000', '214749.165000', '214749.625000', '214750.085000', '214750.545000', '214751.005000', '214751.465000', '214751.925000', '214752.385000', '214752.845000', '214753.305000', '214753.765000', '214754.225000', '214754.685000', '214755.145000', '214755.605000', '214756.065000', '214756.525000', '214756.985000', '214757.445000', '214757.905000', '214758.365000', '214758.825000', '214759.285000', '214759.745000', '214800.205000', '214800.665000', '214801.125000', '214801.585000', '214802.045000', '214802.505000', '214802.965000', '214803.425000', '214803.885000', '214804.345000', '214804.805000', '214805.265000', '214805.725000', '214806.185000', '214806.645000', '214807.105000', '214807.565000', '214808.025000', '214808.485000', '214808.945000', '214809.405000', '214809.865000', '214810.325000', '214810.785000', '214811.245000', '214811.705000', '214812.165000', '214812.625000', '214813.085000', '214813.545000', '214814.005000', '214814.465000', '214814.925000', '214815.385000', '214815.845000', '214816.305000', '214816.765000', '214817.225000', '214817.685000', '214818.145000', '214818.605000', '214819.065000', '214819.525000', '214819.985000', '214820.445000', '214820.905000', '214821.365000', '214821.825000', '214822.285000', '214822.745000', '214823.205000', '214823.665000', '214824.125000', '214824.585000', '214825.045000', '214825.505000', '214825.965000', '214826.425000', '214826.885000', '214827.345000', '214827.805000', '214828.265000', '214828.725000', '214829.185000', '214829.645000', '214830.105000', '214830.565000', '214831.025000', '214831.485000', '214831.945000', '214832.405000', '214832.865000', '214833.325000', '214833.785000', '214834.245000', '214834.705000', '214835.165000', '214835.625000', '214836.085000', '214836.545000', '214837.005000', '214837.465000', '214837.925000', '214838.385000', '214838.845000', '214839.305000', '214839.765000', '214840.225000', '214840.685000', '214841.145000', '214841.605000', '214842.065000', '214842.525000', '214842.985000', '214843.445000', '214843.905000', '214844.365000', '214844.825000', '214845.285000', '214845.745000', '214846.205000', '214846.665000', '214847.125000', '214847.585000', '214848.045000', '214848.505000', '214848.965000', '214849.425000', '214849.885000', '214850.345000', '214850.805000', '214851.265000', '214851.725000', '214852.185000', '214852.645000', '214853.105000', '214853.565000', '214854.025000', '214854.485000', '214854.945000', '214855.405000', '214855.865000', '214856.325000', '214856.785000', '214857.245000', '214857.705000', '214858.165000', '214858.625000', '214859.085000', '214859.545000', '214900.005000', '214900.465000', '214900.925000', '214901.385000', '214901.845000', '214902.305000', '214902.765000', '214903.225000', '214903.685000', '214904.145000', '214904.605000', '214905.065000', '214905.525000', '214905.985000', '214906.445000', '214906.905000', '214907.365000', '214907.825000', '214908.285000', '214908.745000', '214909.205000', '214909.665000', '214910.125000', '214910.585000', '214911.045000', '214911.505000', '214911.965000', '214912.425000', '214912.885000', '214913.345000', '214913.805000', '214914.265000', '214914.725000', '214915.185000', '214915.645000', '214916.105000', '214916.565000', '214917.025000', '214917.485000', '214917.945000', '214918.405000', '214918.865000', '214919.325000', '214919.785000', '214920.245000', '214920.705000', '214921.165000', '214921.625000', '214922.085000', '214922.545000', '214923.005000', '214923.465000', '214923.925000', '214924.385000', '214924.845000', '214925.305000', '214925.765000', '214926.225000', '214926.685000', '214927.145000', '214927.605000', '214928.065000', '214928.525000', '214928.985000', '214929.445000', '214929.905000', '214930.365000', '214930.825000', '214931.285000', '214931.745000', '214932.205000', '214932.665000', '214933.125000', '214933.585000', '214934.045000', '214934.505000', '214934.965000', '214935.425000', '214935.885000', '214936.345000', '214936.805000', '214937.265000', '214937.725000', '214938.185000', '214938.645000', '214939.105000', '214939.565000', '214940.025000', '214940.485000', '214940.945000', '214941.405000', '214941.865000', '214942.325000', '214942.785000', '214943.245000', '214943.705000', '214944.165000', '214944.625000', '214945.085000', '214945.545000', '214946.005000', '214946.465000', '214946.925000', '214947.385000', '214947.845000', '214948.305000', '214948.765000', '214949.225000', '214949.685000', '214950.145000', '214950.605000', '214951.065000', '214951.525000', '214951.985000', '214952.445000', '214952.905000', '214953.365000', '214953.825000', '214954.285000', '214954.745000', '214955.205000', '214955.665000', '214956.125000', '214956.585000', '214957.045000', '214957.505000', '214957.965000', '214958.425000', '214958.885000', '214959.345000', '214959.805000', '215000.265000', '215000.725000', '215001.185000', '215001.645000', '215002.105000', '215002.565000', '215003.025000', '215003.485000', '215003.945000', '215004.405000', '215004.865000', '215005.325000', '215005.785000', '215006.245000', '215006.705000', '215007.165000', '215007.625000', '215008.085000', '215008.545000', '215009.005000', '215009.465000', '215009.925000', '215010.385000', '215010.845000', '215011.305000', '215011.765000', '215012.225000', '215012.685000', '215013.145000', '215013.605000', '215014.065000', '215014.525000', '215014.985000', '215015.445000', '215015.905000', '215016.365000', '215016.825000', '215017.285000', '215017.745000', '215018.205000', '215018.665000', '215019.125000', '215019.585000', '215020.045000', '215020.505000', '215020.965000', '215021.425000', '215021.885000', '215022.345000', '215022.805000', '215023.265000', '215023.725000', '215024.185000', '215024.645000', '215025.105000', '215025.565000', '215026.025000', '215026.485000', '215026.945000', '215027.405000', '215027.865000', '215028.325000', '215028.785000', '215029.245000', '215029.705000', '215030.165000', '215030.625000', '215031.085000', '215031.545000', '215032.005000', '215032.465000', '215032.925000', '215033.385000', '215033.845000', '215034.305000', '215034.765000', '215035.225000', '215035.685000', '215036.145000', '215036.605000', '215037.065000', '215037.525000', '215037.985000', '215038.445000', '215038.905000', '215039.365000', '215039.825000', '215040.285000', '215040.745000', '215041.205000', '215041.665000', '215042.125000', '215042.585000', '215043.045000', '215043.505000', '215043.965000', '215044.425000', '215044.885000', '215045.345000', '215045.805000', '215046.265000', '215046.725000', '215047.185000', '215047.645000', '215048.105000', '215048.565000', '215049.025000', '215049.485000', '215049.945000', '215050.405000', '215050.865000', '215051.325000', '215051.785000', '215052.245000', '215052.705000', '215053.165000', '215053.625000', '215054.085000', '215054.545000', '215055.005000', '215055.465000', '215055.925000', '215056.385000', '215056.845000', '215057.305000', '215057.765000', '215058.225000', '215058.685000', '215059.145000', '215059.605000', '215100.065000', '215100.525000', '215100.985000', '215101.445000', '215101.905000', '215102.365000', '215102.825000', '215103.285000', '215103.745000', '215104.205000', '215104.665000', '215105.125000', '215105.585000', '215106.045000', '215106.505000', '215106.965000', '215107.425000', '215107.885000', '215108.345000', '215108.805000', '215109.265000', '215109.725000', '215110.185000', '215110.645000', '215111.105000', '215111.565000', '215112.025000', '215112.485000', '215112.945000', '215113.405000', '215113.865000', '215114.325000', '215114.785000', '215115.245000', '215115.705000', '215116.165000', '215116.625000', '215117.085000', '215117.545000', '215118.005000', '215118.465000', '215118.925000', '215119.385000', '215119.845000', '215120.305000', '215120.765000', '215121.225000', '215121.685000', '215122.145000', '215122.605000', '215123.065000', '215123.525000', '215123.985000', '215124.445000', '215124.905000', '215125.365000', '215125.825000', '215126.285000', '215126.745000', '215127.205000', '215127.665000', '215128.125000', '215128.585000', '215129.045000', '215129.505000', '215129.965000', '215130.425000', '215130.885000', '215131.345000', '215131.805000', '215132.265000', '215132.725000', '215133.185000', '215133.645000', '215134.105000', '215134.565000', '215135.025000', '215135.485000', '215135.945000', '215136.405000', '215136.865000', '215137.325000', '215137.785000', '215138.245000', '215138.705000', '215139.165000', '215139.625000', '215140.085000', '215140.545000', '215141.005000', '215141.465000', '215141.925000', '215142.385000', '215142.845000', '215143.305000', '215143.765000', '215144.225000', '215144.685000', '215145.145000', '215145.605000', '215146.065000', '215146.525000', '215146.985000', '215147.445000', '215147.905000', '215148.365000', '215148.825000', '215149.285000', '215149.745000', '215150.205000', '215150.665000', '215151.125000', '215151.585000', '215152.045000', '215152.505000', '215152.965000', '215153.425000', '215153.885000', '215154.345000', '215154.805000', '215155.265000', '215155.725000', '215156.185000', '215156.645000', '215157.105000', '215157.565000', '215158.025000', '215158.485000', '215158.945000', '215159.405000', '215159.865000', '215200.325000', '215200.785000', '215201.245000', '215201.705000', '215202.165000', '215202.625000', '215203.085000', '215203.545000', '215204.005000', '215204.465000', '215204.925000', '215205.385000', '215205.845000', '215206.305000', '215206.765000', '215207.225000', '215207.685000', '215208.145000', '215208.605000', '215209.065000', '215209.525000', '215209.985000', '215210.445000', '215210.905000', '215211.365000', '215211.825000', '215212.285000', '215212.745000', '215213.205000', '215213.665000', '215214.125000', '215214.585000', '215215.045000', '215215.505000', '215215.965000', '215216.425000', '215216.885000', '215217.345000', '215217.805000', '215218.265000', '215218.725000', '215219.185000', '215219.645000', '215220.105000', '215220.565000', '215221.025000', '215221.485000', '215221.945000', '215222.405000', '215222.865000', '215223.325000', '215223.785000', '215224.245000', '215224.705000', '215225.165000', '215225.625000', '215226.085000', '215226.545000', '215227.005000', '215227.465000', '215227.925000', '215228.385000', '215228.845000', '215229.305000', '215229.765000', '215230.225000', '215230.685000', '215231.145000', '215231.605000', '215232.065000', '215232.525000', '215232.985000', '215233.445000', '215233.905000', '215234.365000', '215234.825000', '215235.285000', '215235.745000', '215236.205000', '215236.665000', '215237.125000', '215237.585000', '215238.045000', '215238.505000', '215238.965000', '215239.425000', '215239.885000', '215240.345000', '215240.805000', '215241.265000', '215241.725000', '215242.185000', '215242.645000', '215243.105000', '215243.565000', '215244.025000', '215244.485000', '215244.945000', '215245.405000', '215245.865000', '215246.325000', '215246.785000', '215247.245000', '215247.705000', '215248.165000', '215248.625000', '215249.085000', '215249.545000', '215250.005000', '215250.465000', '215250.925000', '215251.385000', '215251.845000', '215252.305000', '215252.765000', '215253.225000', '215253.685000', '215254.145000', '215254.605000', '215255.065000', '215255.525000', '215255.985000', '215256.445000', '215256.905000', '215257.365000', '215257.825000', '215258.285000', '215258.745000', '215259.205000', '215259.665000', '215300.125000', '215300.585000', '215301.045000', '215301.505000', '215301.965000', '215302.425000', '215302.885000', '215303.345000', '215303.805000', '215304.265000', '215304.725000', '215305.185000', '215305.645000', '215306.105000', '215306.565000', '215307.025000', '215307.485000', '215307.945000', '215308.405000', '215308.865000', '215309.325000', '215309.785000', '215310.245000', '215310.705000', '215311.165000', '215311.625000', '215312.085000', '215312.545000', '215313.005000', '215313.465000', '215313.925000', '215314.385000', '215314.845000', '215315.305000', '215315.765000', '215316.225000', '215316.685000', '215317.145000', '215317.605000', '215318.065000', '215318.525000', '215318.985000', '215319.445000', '215319.905000', '215320.365000', '215320.825000', '215321.285000', '215321.745000', '215322.205000', '215322.665000', '215323.125000', '215323.585000', '215324.045000', '215324.505000', '215324.965000', '215325.425000', '215325.885000', '215326.345000', '215326.805000', '215327.265000', '215327.725000', '215328.185000', '215328.645000', '215329.105000', '215329.565000', '215330.025000', '215330.485000', '215330.945000', '215331.405000', '215331.865000', '215332.325000', '215332.785000', '215333.245000', '215333.705000', '215334.165000', '215334.625000', '215335.085000', '215335.545000', '215336.005000', '215336.465000', '215336.925000', '215337.385000', '215337.845000', '215338.305000', '215338.765000', '215339.225000', '215339.685000', '215340.145000', '215340.605000', '215341.065000', '215341.525000', '215341.985000', '215342.445000', '215342.905000', '215343.365000', '215343.825000', '215344.285000', '215344.745000', '215345.205000', '215345.665000', '215346.125000', '215346.585000', '215347.045000', '215347.505000', '215347.965000', '215348.425000', '215348.885000', '215349.345000', '215349.805000', '215350.265000', '215350.725000', '215351.185000', '215351.645000', '215352.105000', '215352.565000', '215353.025000', '215353.485000', '215353.945000', '215354.405000'], 'ContentTime': ['214727.562000', '214727.565000', '214727.568000', '214727.571000', '214727.573000', '214727.576000', '214727.579000', '214727.581000', '214727.584000', '214727.587000', '214727.589000', '214727.592000', '214727.595000', '214727.597000', '214727.600000', '214727.603000', '214727.605000', '214727.608000', '214727.610000', '214727.613000', '214727.616000', '214727.618000', '214727.621000', '214727.624000', '214727.626000', '214727.629000', '214727.631000', '214727.634000', '214747.523000', '214747.527000', '214747.530000', '214747.532000', '214747.535000', '214747.538000', '214747.540000', '214747.543000', '214747.545000', '214747.548000', '214747.550000', '214747.553000', '214747.556000', '214747.558000', '214747.561000', '214747.563000', '214747.566000', '214747.569000', '214747.571000', '214747.578000', '214747.581000', '214747.583000', '214747.586000', '214747.589000', '214747.591000', '214747.594000', '214747.602000', '214747.615000', '214747.618000', '214747.620000', '214747.623000', '214747.625000', '214747.628000', '214747.631000', '214747.633000', '214747.636000', '214747.638000', '214747.641000', '214747.644000', '214747.646000', '214747.649000', '214747.652000', '214747.654000', '214747.657000', '214807.523000', '214807.526000', '214807.529000', '214807.531000', '214807.534000', '214807.537000', '214807.539000', '214807.542000', '214807.544000', '214807.547000', '214807.550000', '214807.552000', '214807.555000', '214807.558000', '214807.560000', '214807.563000', '214807.565000', '214807.568000', '214807.570000', '214807.573000', '214807.576000', '214807.578000', '214807.581000', '214807.583000', '214807.586000', '214807.589000', '214807.595000', '214807.598000', '214807.600000', '214807.603000', '214807.606000', '214807.608000', '214807.611000', '214807.614000', '214807.616000', '214807.619000', '214807.621000', '214807.624000', '214807.626000', '214807.629000', '214807.632000', '214807.634000', '214807.637000', '214827.524000', '214827.527000', '214827.529000', '214827.532000', '214827.535000', '214827.537000', '214827.540000', '214827.542000', '214827.545000', '214827.547000', '214827.550000', '214827.553000', '214827.555000', '214827.558000', '214827.560000', '214827.563000', '214827.566000', '214827.568000', '214827.571000', '214827.573000', '214827.576000', '214827.579000', '214827.581000', '214827.584000', '214827.586000', '214827.590000', '214827.593000', '214827.595000', '214827.598000', '214827.600000', '214827.603000', '214827.606000', '214827.608000', '214827.611000', '214827.614000', '214827.616000', '214827.619000', '214827.621000', '214827.624000', '214827.627000', '214827.629000', '214827.632000', '214827.635000', '214847.524000', '214847.527000', '214847.530000', '214847.533000', '214847.535000', '214847.538000', '214847.540000', '214847.543000', '214847.546000', '214847.548000', '214847.551000', '214847.553000', '214847.556000', '214847.559000', '214847.561000', '214847.564000', '214847.566000', '214847.569000', '214847.571000', '214847.574000', '214847.577000', '214847.579000', '214847.582000', '214847.584000', '214847.587000', '214847.590000', '214847.592000', '214847.595000', '214847.597000', '214847.600000', '214847.603000', '214847.605000', '214847.608000', '214847.610000', '214847.613000', '214847.616000', '214847.618000', '214847.621000', '214847.623000', '214847.626000', '214847.629000', '214847.631000', '214847.634000', '214847.636000', '214907.524000', '214907.527000', '214907.530000', '214907.533000', '214907.535000', '214907.538000', '214907.540000', '214907.543000', '214907.545000', '214907.548000', '214907.551000', '214907.553000', '214907.556000', '214907.559000', '214907.561000', '214907.564000', '214907.567000', '214907.570000', '214907.573000', '214907.575000', '214907.578000', '214907.580000', '214907.583000', '214907.586000', '214907.588000', '214907.591000', '214907.593000', '214907.596000', '214907.599000', '214907.601000', '214907.604000', '214907.607000', '214907.609000', '214907.612000', '214907.614000', '214907.617000', '214907.620000', '214907.622000', '214907.625000', '214907.628000', '214907.630000', '214907.633000', '214907.636000', '214907.638000', '214927.525000', '214927.527000', '214927.530000', '214927.533000', '214927.535000', '214927.538000', '214927.541000', '214927.544000', '214927.546000', '214927.549000', '214927.552000', '214927.554000', '214927.557000', '214927.560000', '214927.562000', '214927.565000', '214927.568000', '214927.570000', '214927.573000', '214927.576000', '214927.578000', '214927.581000', '214927.583000', '214927.586000', '214927.589000', '214927.591000', '214927.594000', '214927.596000', '214927.599000', '214927.602000', '214927.604000', '214927.607000', '214927.610000', '214927.612000', '214927.615000', '214927.617000', '214927.630000', '214927.633000', '214927.635000', '214927.638000', '214927.640000', '214927.643000', '214927.646000', '214947.524000', '214947.526000', '214947.529000', '214947.532000', '214947.534000', '214947.537000', '214947.539000', '214947.542000', '214947.545000', '214947.547000', '214947.550000', '214947.553000', '214947.555000', '214947.558000', '214947.560000', '214947.563000', '214947.566000', '214947.568000', '214947.571000', '214947.573000', '214947.576000', '214947.578000', '214947.581000', '214947.584000', '214947.586000', '214947.589000', '214947.591000', '214947.594000', '214947.597000', '214947.599000', '214947.602000', '214947.605000', '214947.607000', '214947.610000', '214947.612000', '214947.615000', '214947.618000', '214947.620000', '214947.623000', '214947.625000', '214947.628000', '214947.631000', '214947.633000', '214947.636000', '215007.523000', '215007.526000', '215007.529000', '215007.532000', '215007.535000', '215007.537000', '215007.540000', '215007.543000', '215007.545000', '215007.548000', '215007.551000', '215007.553000', '215007.556000', '215007.558000', '215007.561000', '215007.564000', '215007.566000', '215007.569000', '215007.571000', '215007.574000', '215007.577000', '215007.579000', '215007.582000', '215007.584000', '215007.587000', '215007.590000', '215007.592000', '215007.595000', '215007.597000', '215007.600000', '215007.603000', '215007.605000', '215007.608000', '215007.611000', '215007.613000', '215007.616000', '215007.619000', '215007.621000', '215007.624000', '215007.627000', '215007.629000', '215007.632000', '215007.634000', '215027.523000', '215027.526000', '215027.529000', '215027.532000', '215027.534000', '215027.537000', '215027.540000', '215027.542000', '215027.545000', '215027.548000', '215027.550000', '215027.553000', '215027.555000', '215027.558000', '215027.561000', '215027.563000', '215027.566000', '215027.569000', '215027.572000', '215027.575000', '215027.578000', '215027.581000', '215027.583000', '215027.586000', '215027.588000', '215027.591000', '215027.594000', '215027.596000', '215027.599000', '215027.602000', '215027.604000', '215027.608000', '215027.611000', '215027.614000', '215027.616000', '215027.619000', '215027.622000', '215027.624000', '215027.627000', '215027.630000', '215027.632000', '215027.635000', '215027.637000', '215047.525000', '215047.527000', '215047.531000', '215047.533000', '215047.536000', '215047.539000', '215047.541000', '215047.544000', '215047.546000', '215047.549000', '215047.552000', '215047.554000', '215047.557000', '215047.560000', '215047.562000', '215047.565000', '215047.568000', '215047.570000', '215047.573000', '215047.576000', '215047.578000', '215047.581000', '215047.584000', '215047.586000', '215047.589000', '215047.591000', '215047.594000', '215047.597000', '215047.600000', '215047.602000', '215047.605000', '215047.607000', '215047.610000', '215047.613000', '215047.616000', '215047.618000', '215047.621000', '215047.623000', '215047.626000', '215047.629000', '215047.631000', '215047.634000', '215047.637000', '215047.639000', '215107.524000', '215107.527000', '215107.530000', '215107.532000', '215107.535000', '215107.538000', '215107.541000', '215107.543000', '215107.546000', '215107.549000', '215107.551000', '215107.554000', '215107.557000', '215107.559000', '215107.562000', '215107.565000', '215107.567000', '215107.570000', '215107.582000', '215107.585000', '215107.588000', '215107.590000', '215107.593000', '215107.596000', '215107.598000', '215107.601000', '215107.604000', '215107.606000', '215107.609000', '215107.612000', '215107.614000', '215107.617000', '215107.620000', '215107.622000', '215107.625000', '215107.628000', '215107.630000', '215107.633000', '215107.636000', '215107.638000', '215107.641000', '215107.643000', '215107.646000', '215127.524000', '215127.528000', '215127.530000', '215127.533000', '215127.536000', '215127.538000', '215127.541000', '215127.544000', '215127.546000', '215127.549000', '215127.552000', '215127.554000', '215127.557000', '215127.560000', '215127.562000', '215127.565000', '215127.568000', '215127.570000', '215127.573000', '215127.576000', '215127.578000', '215127.581000', '215127.584000', '215127.586000', '215127.589000', '215127.592000', '215127.594000', '215127.597000', '215127.600000', '215127.602000', '215127.605000', '215127.608000', '215127.610000', '215127.613000', '215127.616000', '215127.618000', '215127.621000', '215127.624000', '215127.626000', '215127.629000', '215127.631000', '215127.634000', '215127.637000', '215127.639000', '215147.525000', '215147.527000', '215147.530000', '215147.533000', '215147.535000', '215147.538000', '215147.541000', '215147.543000', '215147.546000', '215147.548000', '215147.551000', '215147.554000', '215147.556000', '215147.559000', '215147.562000', '215147.564000', '215147.567000', '215147.570000', '215147.573000', '215147.576000', '215147.579000', '215147.582000', '215147.584000', '215147.587000', '215147.590000', '215147.592000', '215147.595000', '215147.597000', '215147.600000', '215147.603000', '215147.606000', '215147.608000', '215147.611000', '215147.614000', '215147.616000', '215147.619000', '215147.622000', '215147.624000', '215147.627000', '215147.629000', '215147.632000', '215147.635000', '215147.637000', '215207.524000', '215207.527000', '215207.529000', '215207.532000', '215207.535000', '215207.537000', '215207.540000', '215207.543000', '215207.546000', '215207.548000', '215207.551000', '215207.553000', '215207.556000', '215207.559000', '215207.561000', '215207.564000', '215207.567000', '215207.569000', '215207.572000', '215207.575000', '215207.577000', '215207.580000', '215207.583000', '215207.586000', '215207.588000', '215207.591000', '215207.593000', '215207.596000', '215207.599000', '215207.602000', '215207.604000', '215207.607000', '215207.610000', '215207.612000', '215207.615000', '215207.617000', '215207.620000', '215207.623000', '215207.625000', '215207.628000', '215207.630000', '215207.633000', '215207.636000', '215207.638000', '215227.524000', '215227.526000', '215227.545000', '215227.548000', '215227.550000', '215227.553000', '215227.556000', '215227.558000', '215227.561000', '215227.563000', '215227.566000', '215227.569000', '215227.571000', '215227.574000', '215227.577000', '215227.579000', '215227.582000', '215227.585000', '215227.587000', '215227.590000', '215227.593000', '215227.595000', '215227.598000', '215227.600000', '215227.603000', '215227.606000', '215227.608000', '215227.611000', '215227.614000', '215227.630000', '215227.633000', '215227.636000', '215227.639000', '215227.641000', '215227.644000', '215227.647000', '215227.649000', '215227.652000', '215227.654000', '215227.657000', '215227.660000', '215227.662000', '215227.665000', '215247.524000', '215247.527000', '215247.529000', '215247.532000', '215247.534000', '215247.537000', '215247.540000', '215247.542000', '215247.545000', '215247.548000', '215247.550000', '215247.553000', '215247.555000', '215247.558000', '215247.561000', '215247.563000', '215247.566000', '215247.569000', '215247.571000', '215247.574000', '215247.576000', '215247.579000', '215247.582000', '215247.584000', '215247.587000', '215247.590000', '215247.592000', '215247.595000', '215247.597000', '215247.600000', '215247.603000', '215247.605000', '215247.608000', '215247.611000', '215247.613000', '215247.616000', '215247.618000', '215247.621000', '215247.624000', '215247.626000', '215247.629000', '215247.632000', '215247.634000', '215247.637000', '215307.524000', '215307.527000', '215307.530000', '215307.533000', '215307.535000', '215307.538000', '215307.541000', '215307.543000', '215307.546000', '215307.548000', '215307.551000', '215307.554000', '215307.556000', '215307.559000', '215307.561000', '215307.564000', '215307.567000', '215307.569000', '215307.574000', '215307.576000', '215307.579000', '215307.581000', '215307.584000', '215307.587000', '215307.589000', '215307.592000', '215307.594000', '215307.597000', '215307.600000', '215307.602000', '215307.605000', '215307.607000', '215307.610000', '215307.613000', '215307.616000', '215307.619000', '215307.622000', '215307.625000', '215307.627000', '215307.630000', '215307.633000', '215307.635000', '215307.638000', '215327.525000', '215327.527000', '215327.530000', '215327.533000', '215327.535000', '215327.538000', '215327.540000', '215327.543000', '215327.546000', '215327.548000', '215327.551000', '215327.553000', '215327.556000', '215327.559000', '215327.561000', '215327.564000', '215327.567000', '215327.569000', '215327.572000', '215327.574000', '215327.577000', '215327.580000', '215327.582000', '215327.585000', '215327.587000', '215327.590000', '215327.592000', '215327.595000', '215327.598000', '215327.600000', '215327.603000', '215327.606000', '215327.608000', '215327.611000', '215327.613000', '215327.616000', '215327.619000', '215327.621000', '215327.624000', '215327.626000', '215327.629000', '215327.632000', '215327.634000', '215327.637000', '215347.525000', '215347.527000', '215347.530000', '215347.533000', '215347.535000', '215347.538000', '215347.541000', '215347.543000', '215347.546000', '215347.549000', '215347.551000', '215347.554000', '215347.556000', '215347.559000', '215347.562000', '215347.564000', '215347.567000', '215347.570000', '215347.572000', '215347.575000', '215347.577000', '215347.580000', '215347.583000', '215347.585000', '215347.588000', '215347.590000', '215347.593000', '215347.596000', '215347.598000', '215347.601000', '215347.603000', '215347.606000', '215347.609000', '215347.611000', '215347.614000', '215347.616000', '215347.619000', '215347.622000', '215347.624000', '215347.627000', '215347.647000', '215347.649000', '215347.652000', '215355.460000', '215355.463000', '215355.465000', '215355.468000', '215355.470000', '215355.473000', '215355.476000', '215355.478000', '215355.481000', '215355.484000', '215355.486000', '215355.489000', '215355.491000', '215355.494000', '215355.497000', '215355.499000', '215355.502000', '215355.504000'], 'InstanceCreationTime': ['214727.562000', '214727.565000', '214727.568000', '214727.571000', '214727.573000', '214727.576000', '214727.579000', '214727.581000', '214727.584000', '214727.587000', '214727.589000', '214727.592000', '214727.595000', '214727.597000', '214727.600000', '214727.603000', '214727.605000', '214727.608000', '214727.610000', '214727.613000', '214727.616000', '214727.618000', '214727.621000', '214727.624000', '214727.626000', '214727.629000', '214727.631000', '214727.634000', '214747.523000', '214747.527000', '214747.530000', '214747.532000', '214747.535000', '214747.538000', '214747.540000', '214747.543000', '214747.545000', '214747.548000', '214747.550000', '214747.553000', '214747.556000', '214747.558000', '214747.561000', '214747.563000', '214747.566000', '214747.569000', '214747.571000', '214747.578000', '214747.581000', '214747.583000', '214747.586000', '214747.589000', '214747.591000', '214747.594000', '214747.602000', '214747.615000', '214747.618000', '214747.620000', '214747.623000', '214747.625000', '214747.628000', '214747.631000', '214747.633000', '214747.636000', '214747.638000', '214747.641000', '214747.644000', '214747.646000', '214747.649000', '214747.652000', '214747.654000', '214747.657000', '214807.523000', '214807.526000', '214807.529000', '214807.531000', '214807.534000', '214807.537000', '214807.539000', '214807.542000', '214807.544000', '214807.547000', '214807.550000', '214807.552000', '214807.555000', '214807.558000', '214807.560000', '214807.563000', '214807.565000', '214807.568000', '214807.570000', '214807.573000', '214807.576000', '214807.578000', '214807.581000', '214807.583000', '214807.586000', '214807.589000', '214807.595000', '214807.598000', '214807.600000', '214807.603000', '214807.606000', '214807.608000', '214807.611000', '214807.614000', '214807.616000', '214807.619000', '214807.621000', '214807.624000', '214807.626000', '214807.629000', '214807.632000', '214807.634000', '214807.637000', '214827.524000', '214827.527000', '214827.529000', '214827.532000', '214827.535000', '214827.537000', '214827.540000', '214827.542000', '214827.545000', '214827.547000', '214827.550000', '214827.553000', '214827.555000', '214827.558000', '214827.560000', '214827.563000', '214827.566000', '214827.568000', '214827.571000', '214827.573000', '214827.576000', '214827.579000', '214827.581000', '214827.584000', '214827.586000', '214827.590000', '214827.593000', '214827.595000', '214827.598000', '214827.600000', '214827.603000', '214827.606000', '214827.608000', '214827.611000', '214827.614000', '214827.616000', '214827.619000', '214827.621000', '214827.624000', '214827.627000', '214827.629000', '214827.632000', '214827.635000', '214847.524000', '214847.527000', '214847.530000', '214847.533000', '214847.535000', '214847.538000', '214847.540000', '214847.543000', '214847.546000', '214847.548000', '214847.551000', '214847.553000', '214847.556000', '214847.559000', '214847.561000', '214847.564000', '214847.566000', '214847.569000', '214847.571000', '214847.574000', '214847.577000', '214847.579000', '214847.582000', '214847.584000', '214847.587000', '214847.590000', '214847.592000', '214847.595000', '214847.597000', '214847.600000', '214847.603000', '214847.605000', '214847.608000', '214847.610000', '214847.613000', '214847.616000', '214847.618000', '214847.621000', '214847.623000', '214847.626000', '214847.629000', '214847.631000', '214847.634000', '214847.636000', '214907.524000', '214907.527000', '214907.530000', '214907.533000', '214907.535000', '214907.538000', '214907.540000', '214907.543000', '214907.545000', '214907.548000', '214907.551000', '214907.553000', '214907.556000', '214907.559000', '214907.561000', '214907.564000', '214907.567000', '214907.570000', '214907.573000', '214907.575000', '214907.578000', '214907.580000', '214907.583000', '214907.586000', '214907.588000', '214907.591000', '214907.593000', '214907.596000', '214907.599000', '214907.601000', '214907.604000', '214907.607000', '214907.609000', '214907.612000', '214907.614000', '214907.617000', '214907.620000', '214907.622000', '214907.625000', '214907.628000', '214907.630000', '214907.633000', '214907.636000', '214907.638000', '214927.525000', '214927.527000', '214927.530000', '214927.533000', '214927.535000', '214927.538000', '214927.541000', '214927.544000', '214927.546000', '214927.549000', '214927.552000', '214927.554000', '214927.557000', '214927.560000', '214927.562000', '214927.565000', '214927.568000', '214927.570000', '214927.573000', '214927.576000', '214927.578000', '214927.581000', '214927.583000', '214927.586000', '214927.589000', '214927.591000', '214927.594000', '214927.596000', '214927.599000', '214927.602000', '214927.604000', '214927.607000', '214927.610000', '214927.612000', '214927.615000', '214927.617000', '214927.630000', '214927.633000', '214927.635000', '214927.638000', '214927.640000', '214927.643000', '214927.646000', '214947.524000', '214947.526000', '214947.529000', '214947.532000', '214947.534000', '214947.537000', '214947.539000', '214947.542000', '214947.545000', '214947.547000', '214947.550000', '214947.553000', '214947.555000', '214947.558000', '214947.560000', '214947.563000', '214947.566000', '214947.568000', '214947.571000', '214947.573000', '214947.576000', '214947.578000', '214947.581000', '214947.584000', '214947.586000', '214947.589000', '214947.591000', '214947.594000', '214947.597000', '214947.599000', '214947.602000', '214947.605000', '214947.607000', '214947.610000', '214947.612000', '214947.615000', '214947.618000', '214947.620000', '214947.623000', '214947.625000', '214947.628000', '214947.631000', '214947.633000', '214947.636000', '215007.523000', '215007.526000', '215007.529000', '215007.532000', '215007.535000', '215007.537000', '215007.540000', '215007.543000', '215007.545000', '215007.548000', '215007.551000', '215007.553000', '215007.556000', '215007.558000', '215007.561000', '215007.564000', '215007.566000', '215007.569000', '215007.571000', '215007.574000', '215007.577000', '215007.579000', '215007.582000', '215007.584000', '215007.587000', '215007.590000', '215007.592000', '215007.595000', '215007.597000', '215007.600000', '215007.603000', '215007.605000', '215007.608000', '215007.611000', '215007.613000', '215007.616000', '215007.619000', '215007.621000', '215007.624000', '215007.627000', '215007.629000', '215007.632000', '215007.634000', '215027.523000', '215027.526000', '215027.529000', '215027.532000', '215027.534000', '215027.537000', '215027.540000', '215027.542000', '215027.545000', '215027.548000', '215027.550000', '215027.553000', '215027.555000', '215027.558000', '215027.561000', '215027.563000', '215027.566000', '215027.569000', '215027.572000', '215027.575000', '215027.578000', '215027.581000', '215027.583000', '215027.586000', '215027.588000', '215027.591000', '215027.594000', '215027.596000', '215027.599000', '215027.602000', '215027.604000', '215027.608000', '215027.611000', '215027.614000', '215027.616000', '215027.619000', '215027.622000', '215027.624000', '215027.627000', '215027.630000', '215027.632000', '215027.635000', '215027.637000', '215047.525000', '215047.527000', '215047.531000', '215047.533000', '215047.536000', '215047.539000', '215047.541000', '215047.544000', '215047.546000', '215047.549000', '215047.552000', '215047.554000', '215047.557000', '215047.560000', '215047.562000', '215047.565000', '215047.568000', '215047.570000', '215047.573000', '215047.576000', '215047.578000', '215047.581000', '215047.584000', '215047.586000', '215047.589000', '215047.591000', '215047.594000', '215047.597000', '215047.600000', '215047.602000', '215047.605000', '215047.607000', '215047.610000', '215047.613000', '215047.616000', '215047.618000', '215047.621000', '215047.623000', '215047.626000', '215047.629000', '215047.631000', '215047.634000', '215047.637000', '215047.639000', '215107.524000', '215107.527000', '215107.530000', '215107.532000', '215107.535000', '215107.538000', '215107.541000', '215107.543000', '215107.546000', '215107.549000', '215107.551000', '215107.554000', '215107.557000', '215107.559000', '215107.562000', '215107.565000', '215107.567000', '215107.570000', '215107.582000', '215107.585000', '215107.588000', '215107.590000', '215107.593000', '215107.596000', '215107.598000', '215107.601000', '215107.604000', '215107.606000', '215107.609000', '215107.612000', '215107.614000', '215107.617000', '215107.620000', '215107.622000', '215107.625000', '215107.628000', '215107.630000', '215107.633000', '215107.636000', '215107.638000', '215107.641000', '215107.643000', '215107.646000', '215127.524000', '215127.528000', '215127.530000', '215127.533000', '215127.536000', '215127.538000', '215127.541000', '215127.544000', '215127.546000', '215127.549000', '215127.552000', '215127.554000', '215127.557000', '215127.560000', '215127.562000', '215127.565000', '215127.568000', '215127.570000', '215127.573000', '215127.576000', '215127.578000', '215127.581000', '215127.584000', '215127.586000', '215127.589000', '215127.592000', '215127.594000', '215127.597000', '215127.600000', '215127.602000', '215127.605000', '215127.608000', '215127.610000', '215127.613000', '215127.616000', '215127.618000', '215127.621000', '215127.624000', '215127.626000', '215127.629000', '215127.631000', '215127.634000', '215127.637000', '215127.639000', '215147.525000', '215147.527000', '215147.530000', '215147.533000', '215147.535000', '215147.538000', '215147.541000', '215147.543000', '215147.546000', '215147.548000', '215147.551000', '215147.554000', '215147.556000', '215147.559000', '215147.562000', '215147.564000', '215147.567000', '215147.570000', '215147.573000', '215147.576000', '215147.579000', '215147.582000', '215147.584000', '215147.587000', '215147.590000', '215147.592000', '215147.595000', '215147.597000', '215147.600000', '215147.603000', '215147.606000', '215147.608000', '215147.611000', '215147.614000', '215147.616000', '215147.619000', '215147.622000', '215147.624000', '215147.627000', '215147.629000', '215147.632000', '215147.635000', '215147.637000', '215207.524000', '215207.527000', '215207.529000', '215207.532000', '215207.535000', '215207.537000', '215207.540000', '215207.543000', '215207.546000', '215207.548000', '215207.551000', '215207.553000', '215207.556000', '215207.559000', '215207.561000', '215207.564000', '215207.567000', '215207.569000', '215207.572000', '215207.575000', '215207.577000', '215207.580000', '215207.583000', '215207.586000', '215207.588000', '215207.591000', '215207.593000', '215207.596000', '215207.599000', '215207.602000', '215207.604000', '215207.607000', '215207.610000', '215207.612000', '215207.615000', '215207.617000', '215207.620000', '215207.623000', '215207.625000', '215207.628000', '215207.630000', '215207.633000', '215207.636000', '215207.638000', '215227.524000', '215227.526000', '215227.545000', '215227.548000', '215227.550000', '215227.553000', '215227.556000', '215227.558000', '215227.561000', '215227.563000', '215227.566000', '215227.569000', '215227.571000', '215227.574000', '215227.577000', '215227.579000', '215227.582000', '215227.585000', '215227.587000', '215227.590000', '215227.593000', '215227.595000', '215227.598000', '215227.600000', '215227.603000', '215227.606000', '215227.608000', '215227.611000', '215227.614000', '215227.630000', '215227.633000', '215227.636000', '215227.639000', '215227.641000', '215227.644000', '215227.647000', '215227.649000', '215227.652000', '215227.654000', '215227.657000', '215227.660000', '215227.662000', '215227.665000', '215247.524000', '215247.527000', '215247.529000', '215247.532000', '215247.534000', '215247.537000', '215247.540000', '215247.542000', '215247.545000', '215247.548000', '215247.550000', '215247.553000', '215247.555000', '215247.558000', '215247.561000', '215247.563000', '215247.566000', '215247.569000', '215247.571000', '215247.574000', '215247.576000', '215247.579000', '215247.582000', '215247.584000', '215247.587000', '215247.590000', '215247.592000', '215247.595000', '215247.597000', '215247.600000', '215247.603000', '215247.605000', '215247.608000', '215247.611000', '215247.613000', '215247.616000', '215247.618000', '215247.621000', '215247.624000', '215247.626000', '215247.629000', '215247.632000', '215247.634000', '215247.637000', '215307.524000', '215307.527000', '215307.530000', '215307.533000', '215307.535000', '215307.538000', '215307.541000', '215307.543000', '215307.546000', '215307.548000', '215307.551000', '215307.554000', '215307.556000', '215307.559000', '215307.561000', '215307.564000', '215307.567000', '215307.569000', '215307.574000', '215307.576000', '215307.579000', '215307.581000', '215307.584000', '215307.587000', '215307.589000', '215307.592000', '215307.594000', '215307.597000', '215307.600000', '215307.602000', '215307.605000', '215307.607000', '215307.610000', '215307.613000', '215307.616000', '215307.619000', '215307.622000', '215307.625000', '215307.627000', '215307.630000', '215307.633000', '215307.635000', '215307.638000', '215327.525000', '215327.527000', '215327.530000', '215327.533000', '215327.535000', '215327.538000', '215327.540000', '215327.543000', '215327.546000', '215327.548000', '215327.551000', '215327.553000', '215327.556000', '215327.559000', '215327.561000', '215327.564000', '215327.567000', '215327.569000', '215327.572000', '215327.574000', '215327.577000', '215327.580000', '215327.582000', '215327.585000', '215327.587000', '215327.590000', '215327.592000', '215327.595000', '215327.598000', '215327.600000', '215327.603000', '215327.606000', '215327.608000', '215327.611000', '215327.613000', '215327.616000', '215327.619000', '215327.621000', '215327.624000', '215327.626000', '215327.629000', '215327.632000', '215327.634000', '215327.637000', '215347.525000', '215347.527000', '215347.530000', '215347.533000', '215347.535000', '215347.538000', '215347.541000', '215347.543000', '215347.546000', '215347.549000', '215347.551000', '215347.554000', '215347.556000', '215347.559000', '215347.562000', '215347.564000', '215347.567000', '215347.570000', '215347.572000', '215347.575000', '215347.577000', '215347.580000', '215347.583000', '215347.585000', '215347.588000', '215347.590000', '215347.593000', '215347.596000', '215347.598000', '215347.601000', '215347.603000', '215347.606000', '215347.609000', '215347.611000', '215347.614000', '215347.616000', '215347.619000', '215347.622000', '215347.624000', '215347.627000', '215347.647000', '215347.649000', '215347.652000', '215355.460000', '215355.463000', '215355.465000', '215355.468000', '215355.470000', '215355.473000', '215355.476000', '215355.478000', '215355.481000', '215355.484000', '215355.486000', '215355.489000', '215355.491000', '215355.494000', '215355.497000', '215355.499000', '215355.502000', '215355.504000'], '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': [9681, 7637, 7411, 7453, 7470, 7258, 7536, 7440, 7410, 7657, 7363, 7491, 7452, 7238, 7478, 7600, 7462, 7473, 7544, 7542, 7163, 7195, 7623, 7326, 7423, 7502, 7429, 7372, 7573, 8422, 7466, 8029, 7289, 7390, 7316, 7125, 7298, 9893, 7851, 8162, 7725, 7608, 7381, 7234, 9167, 7510, 7509, 7349, 7727, 8381, 7672, 7971, 6935, 8923, 7628, 7429, 7362, 7703, 7819, 7512, 7495, 7699, 8421, 7514, 7417, 7593, 8760, 7382, 10377, 7407, 9158, 7598, 7364, 7639, 7602, 7684, 7579, 7503, 7720, 7568, 7635, 8185, 7800, 8834, 7477, 7472, 7529, 7686, 7456, 7517, 7861, 7452, 7732, 7360, 7604, 7430, 8156, 7593, 7790, 7574, 8490, 7459, 8437, 7378, 7547, 7471, 8102, 7338, 7239, 7848, 7040, 7130, 7497, 7537, 7526, 8009, 7527, 7337, 7307, 7282, 7526, 9717, 7427, 7691, 7564, 7594, 7566, 7384, 7811, 7331, 8113, 7482, 9919, 7331, 8923, 7532, 10367, 7566, 8379, 7444, 7318, 7274, 7547, 7692, 7377, 7484, 7776, 7244, 7444, 7370, 7367, 9599, 7106, 8317, 8452, 7524, 7439, 7437, 9842, 7275, 7064, 7225, 7416, 7503, 7531, 7430, 7458, 7386, 7348, 7417, 7355, 7497, 7264, 7608, 7562, 8588, 7440, 7333, 7386, 7317, 7569, 7327, 8253, 7331, 9071, 7491, 7424, 7433, 10111, 7248, 9506, 7420, 9909, 7489, 7599, 7364, 8229, 7359, 7990, 7140, 7225, 7212, 7093, 7494, 7455, 8275, 7274, 8217, 7285, 7876, 7318, 7214, 7212, 7405, 7479, 7437, 7361, 7130, 7400, 7149, 7398, 7393, 7367, 7331, 7494, 6489, 8581, 7541, 7337, 7335, 7520, 10892, 7418, 7838, 7299, 7596, 8029, 10194, 7205, 10373, 7050, 7118, 7081, 7054, 7179, 7276, 8029, 7362, 8207, 7299, 9315, 7338, 10191, 6932, 9110, 6857, 7820, 7415, 7316, 8183, 7662, 7011, 7306, 6959, 9054, 7109, 8326, 7393, 7143, 7106, 7213, 7059, 7386, 7013, 7304, 7443, 7270, 7037, 7222, 6970, 7398, 7374, 7647, 7399, 7144, 7762, 7055, 7303, 7391, 7820, 7103, 7706, 7366, 7003, 7120, 7101, 7189, 7146, 7093, 7334, 7305, 7267, 7154, 7003, 7162, 8548, 7186, 7146, 7422, 7201, 7326, 7102, 8697, 7107, 9005, 7159, 8472, 7219, 7573, 6970, 7030, 7267, 7230, 7114, 7279, 7133, 7351, 6986, 7075, 7177, 7795, 7094, 7552, 7398, 8528, 7214, 8410, 6935, 7032, 7257, 10797, 7164, 8485, 7211, 7123, 7200, 6957, 7134, 7035, 7212, 7778, 7143, 9255, 7041, 8197, 7153, 7265, 7588, 6954, 7628, 7241, 9790, 7335, 7105, 7053, 7300, 8767, 10293, 6992, 8098, 7029, 7696, 7120, 7134, 7050, 8743, 6721, 6951, 6856, 6959, 7169, 7265, 7874, 7206, 7405, 6996, 7061, 8018, 6964, 10339, 7195, 9065, 7278, 7072, 7054, 6747, 7450, 6927, 7159, 7057, 6905, 7779, 6902, 10455, 7076, 8545, 7104, 8011, 6979, 6646, 6916, 6639, 6888, 7167, 7982, 6941, 8751, 6893, 8362, 6838, 7887, 6861, 7602, 6879, 7212, 6977, 7028, 7044, 7417, 7002, 6941, 7222, 6962, 6944, 6881, 6957, 6914, 7272, 6875, 8096, 7112, 6815, 7049, 7010, 7058, 6991, 6793, 7100, 7002, 7268, 7073, 7549, 6866, 7084, 6959, 6785, 7185, 6973, 7543, 6930, 7256, 6901, 8513, 6876, 9433, 6920, 8463, 6774, 8308, 7168, 9370, 6864, 7197, 6968, 7709, 7036, 7451, 7082, 6963, 6906, 6866, 7019, 6840, 7532, 6946, 8146, 6779, 7738, 6567, 7073, 7135, 6936, 9940, 7217, 6868, 6974, 7197, 9295, 7232, 9545, 6950, 9251, 6924, 7073, 7193, 7709, 7239, 9242, 7123, 6931, 6838, 7082, 6892, 6999, 8351, 7025, 7814, 6889, 6857, 7107, 7011, 7708, 6935, 7685, 6924, 7286, 7132, 7660, 7036, 9081, 7014, 9250, 6812, 8783, 6962, 6921, 7060, 7110, 7149, 7017, 7360, 7028, 7768, 7003, 8945, 6892, 9095, 7014, 8491, 6836, 9401, 6624, 9240, 7225, 8323, 6925, 9796, 6886, 9265, 6990, 7428, 6925, 6775, 7073, 6756, 6916, 7031, 6903, 7124, 7313, 6730, 7719, 6946, 7655, 6920, 7620, 6919, 9325, 7013, 7136, 6668, 6750, 6989, 7043, 7250, 6765, 7376, 7116, 7496, 7037, 7599, 6882, 7909, 6835, 9750, 6609, 7260, 7026, 6945, 6982, 7739, 7039, 6840, 7128, 7097, 7654, 6800, 6975, 10170, 6983, 8152, 6928, 7720, 6718, 6640, 6943, 6812, 7265, 9417, 7035, 8294, 6888, 7805, 6799, 7178, 6765, 6923, 7053, 6783, 6850, 7146, 6603, 7392, 6925, 7498, 6958, 8671, 6824, 7853, 6744, 8035, 6824, 7600, 6774, 7285, 7027, 6842, 6861, 7201, 7145, 7949, 6819, 9716, 6713, 8171, 8271, 6714, 7385, 6984, 6630, 6952, 7018, 6974, 6849, 7030, 6761, 6752, 6723, 6974, 6769, 7496, 6800, 7352, 6854, 6954, 6941, 7334, 6979, 6620, 6959, 6883, 6676, 6900, 7034, 6878, 6916, 6603, 6753, 6988, 6914, 6883, 6949, 6702, 6764, 6845, 6994, 8759, 7192, 9358, 6808, 9515, 6727, 8010, 6925, 7888, 6645, 7067, 7550, 6844, 8282, 6970, 6843, 6765, 6343, 6991, 6652, 8204, 6646, 6471, 7048, 6526, 7622, 7618, 6966, 8683, 6579, 6642, 6914, 8803, 6990, 10288, 6725, 9188, 6684, 6801, 6551, 6642, 6917, 6520, 7578, 6660, 8296, 6386, 8801, 6704, 9263, 6859, 8164, 6403, 7134, 6825, 6797, 6903, 6956, 6676, 8292, 6606, 8148, 6615, 6557, 6688, 6819, 7359, 6756, 6982, 7018, 7145, 7413, 6913, 10044, 6701, 8163, 6779, 6819, 6771, 6775, 6974, 6649, 9087, 7030, 7377, 7268, 9901, 6713, 8036, 6806, 6592, 6694, 6859, 7224, 6689, 7443, 8866, 6770, 6502, 6769, 6783, 6573, 6667, 7189, 6689, 9126, 6734, 7957, 6846, 6534, 6780, 6601, 6983, 6674, 7796, 6892, 9433, 6549, 7315, 7219, 8297, 6996, 9544, 6536, 6595, 6601, 6740, 6916, 6743, 7432, 6669, 9353, 6708, 6570, 6949, 6873, 6992, 6642, 6892, 6516, 6904, 6579, 7192, 6860, 9889, 6652, 7176, 6763, 6475, 7236, 8383, 6506, 6954, 6681, 6609, 6924, 6662, 7035, 6919, 7749, 6667, 9176, 6677, 9242, 6907, 7489, 6803, 6545, 6867, 6843, 6410, 6712, 7173, 6298, 7663, 6950], 'WindowCenter': [3885.0, 3861.0, 3849.0, 3849.0, 3848.0, 3848.0, 3847.0, 3848.0, 3848.0, 3858.0, 3848.0, 3848.0, 3860.0, 3849.0, 3848.0, 3847.0, 3848.0, 3847.0, 3848.0, 3848.0, 3836.0, 3849.0, 3858.0, 3849.0, 3848.0, 3860.0, 3860.0, 3861.0, 3872.0, 3883.0, 3875.0, 3874.0, 3875.0, 3862.0, 3864.0, 3862.0, 3864.0, 3881.0, 3874.0, 3872.0, 3862.0, 3872.0, 3862.0, 3863.0, 3881.0, 3862.0, 3861.0, 3862.0, 3861.0, 3870.0, 3862.0, 3873.0, 3864.0, 3882.0, 3874.0, 3875.0, 3874.0, 3875.0, 3875.0, 3874.0, 3873.0, 3874.0, 3884.0, 3862.0, 3862.0, 3873.0, 3870.0, 3862.0, 3893.0, 3862.0, 3882.0, 3861.0, 3861.0, 3872.0, 3873.0, 3874.0, 3875.0, 3874.0, 3885.0, 3885.0, 3887.0, 3888.0, 3876.0, 3897.0, 3876.0, 3874.0, 3874.0, 3873.0, 3874.0, 3875.0, 3874.0, 3863.0, 3873.0, 3864.0, 3873.0, 3874.0, 3872.0, 3873.0, 3861.0, 3862.0, 3872.0, 3862.0, 3872.0, 3863.0, 3872.0, 3863.0, 3873.0, 3862.0, 3862.0, 3861.0, 3851.0, 3850.0, 3861.0, 3861.0, 3872.0, 3861.0, 3861.0, 3861.0, 3862.0, 3860.0, 3873.0, 3882.0, 3861.0, 3862.0, 3862.0, 3863.0, 3861.0, 3861.0, 3861.0, 3862.0, 3861.0, 3850.0, 3880.0, 3850.0, 3870.0, 3859.0, 3877.0, 3859.0, 3857.0, 3847.0, 3847.0, 3848.0, 3847.0, 3859.0, 3860.0, 3860.0, 3859.0, 3860.0, 3860.0, 3860.0, 3861.0, 3883.0, 3852.0, 3871.0, 3872.0, 3861.0, 3861.0, 3860.0, 3893.0, 3862.0, 3849.0, 3849.0, 3848.0, 3847.0, 3847.0, 3848.0, 3847.0, 3847.0, 3847.0, 3847.0, 3848.0, 3860.0, 3859.0, 3858.0, 3860.0, 3871.0, 3861.0, 3861.0, 3862.0, 3863.0, 3873.0, 3874.0, 3873.0, 3863.0, 3881.0, 3862.0, 3861.0, 3861.0, 3879.0, 3850.0, 3869.0, 3849.0, 3879.0, 3849.0, 3859.0, 3860.0, 3870.0, 3860.0, 3859.0, 3849.0, 3849.0, 3848.0, 3849.0, 3849.0, 3860.0, 3859.0, 3849.0, 3858.0, 3848.0, 3847.0, 3845.0, 3846.0, 3835.0, 3835.0, 3846.0, 3846.0, 3848.0, 3849.0, 3860.0, 3850.0, 3861.0, 3861.0, 3861.0, 3861.0, 3861.0, 3853.0, 3883.0, 3861.0, 3861.0, 3861.0, 3862.0, 3892.0, 3861.0, 3859.0, 3849.0, 3859.0, 3859.0, 3878.0, 3847.0, 3877.0, 3836.0, 3835.0, 3836.0, 3847.0, 3847.0, 3860.0, 3871.0, 3861.0, 3870.0, 3861.0, 3881.0, 3860.0, 3880.0, 3849.0, 3869.0, 3839.0, 3859.0, 3859.0, 3860.0, 3884.0, 3873.0, 3852.0, 3861.0, 3850.0, 3871.0, 3851.0, 3872.0, 3849.0, 3837.0, 3837.0, 3848.0, 3847.0, 3848.0, 3850.0, 3860.0, 3861.0, 3860.0, 3862.0, 3862.0, 3863.0, 3861.0, 3863.0, 3873.0, 3863.0, 3851.0, 3861.0, 3851.0, 3860.0, 3860.0, 3860.0, 3849.0, 3859.0, 3847.0, 3837.0, 3847.0, 3847.0, 3848.0, 3848.0, 3848.0, 3849.0, 3849.0, 3850.0, 3849.0, 3849.0, 3850.0, 3870.0, 3861.0, 3851.0, 3861.0, 3863.0, 3861.0, 3851.0, 3871.0, 3851.0, 3880.0, 3850.0, 3870.0, 3848.0, 3848.0, 3847.0, 3837.0, 3847.0, 3847.0, 3848.0, 3859.0, 3848.0, 3860.0, 3849.0, 3849.0, 3861.0, 3871.0, 3862.0, 3873.0, 3863.0, 3884.0, 3863.0, 3871.0, 3851.0, 3851.0, 3861.0, 3890.0, 3849.0, 3869.0, 3848.0, 3836.0, 3847.0, 3848.0, 3850.0, 3849.0, 3863.0, 3861.0, 3862.0, 3882.0, 3862.0, 3872.0, 3851.0, 3850.0, 3861.0, 3850.0, 3861.0, 3863.0, 3894.0, 3861.0, 3851.0, 3850.0, 3860.0, 3871.0, 3880.0, 3837.0, 3846.0, 3837.0, 3846.0, 3847.0, 3836.0, 3848.0, 3868.0, 3848.0, 3849.0, 3849.0, 3861.0, 3862.0, 3874.0, 3884.0, 3875.0, 3863.0, 3863.0, 3862.0, 3860.0, 3851.0, 3892.0, 3849.0, 3870.0, 3849.0, 3849.0, 3849.0, 3850.0, 3861.0, 3851.0, 3849.0, 3849.0, 3848.0, 3848.0, 3848.0, 3879.0, 3847.0, 3857.0, 3837.0, 3858.0, 3848.0, 3849.0, 3850.0, 3853.0, 3850.0, 3861.0, 3860.0, 3852.0, 3871.0, 3852.0, 3871.0, 3850.0, 3859.0, 3849.0, 3860.0, 3849.0, 3859.0, 3850.0, 3849.0, 3850.0, 3861.0, 3862.0, 3851.0, 3862.0, 3862.0, 3861.0, 3862.0, 3850.0, 3862.0, 3861.0, 3851.0, 3872.0, 3851.0, 3849.0, 3850.0, 3849.0, 3851.0, 3850.0, 3850.0, 3861.0, 3862.0, 3861.0, 3851.0, 3862.0, 3852.0, 3863.0, 3863.0, 3852.0, 3863.0, 3863.0, 3874.0, 3863.0, 3863.0, 3853.0, 3872.0, 3852.0, 3880.0, 3850.0, 3870.0, 3850.0, 3860.0, 3849.0, 3870.0, 3838.0, 3849.0, 3849.0, 3861.0, 3850.0, 3848.0, 3849.0, 3848.0, 3849.0, 3839.0, 3849.0, 3850.0, 3859.0, 3849.0, 3859.0, 3849.0, 3861.0, 3851.0, 3850.0, 3861.0, 3862.0, 3893.0, 3862.0, 3852.0, 3862.0, 3863.0, 3882.0, 3862.0, 3881.0, 3850.0, 3870.0, 3849.0, 3849.0, 3850.0, 3859.0, 3860.0, 3881.0, 3849.0, 3849.0, 3838.0, 3850.0, 3848.0, 3851.0, 3871.0, 3861.0, 3861.0, 3851.0, 3852.0, 3851.0, 3851.0, 3861.0, 3851.0, 3861.0, 3849.0, 3848.0, 3849.0, 3860.0, 3850.0, 3870.0, 3850.0, 3882.0, 3850.0, 3871.0, 3849.0, 3850.0, 3850.0, 3851.0, 3849.0, 3851.0, 3860.0, 3851.0, 3859.0, 3850.0, 3869.0, 3849.0, 3870.0, 3849.0, 3869.0, 3838.0, 3869.0, 3838.0, 3869.0, 3848.0, 3858.0, 3848.0, 3879.0, 3848.0, 3869.0, 3848.0, 3848.0, 3848.0, 3849.0, 3849.0, 3850.0, 3849.0, 3849.0, 3849.0, 3850.0, 3859.0, 3850.0, 3860.0, 3851.0, 3859.0, 3850.0, 3859.0, 3850.0, 3881.0, 3850.0, 3850.0, 3849.0, 3851.0, 3850.0, 3850.0, 3861.0, 3851.0, 3860.0, 3850.0, 3860.0, 3861.0, 3860.0, 3851.0, 3859.0, 3850.0, 3881.0, 3850.0, 3860.0, 3850.0, 3850.0, 3850.0, 3861.0, 3850.0, 3851.0, 3850.0, 3851.0, 3861.0, 3839.0, 3850.0, 3879.0, 3837.0, 3847.0, 3848.0, 3859.0, 3849.0, 3850.0, 3861.0, 3851.0, 3862.0, 3883.0, 3851.0, 3860.0, 3850.0, 3859.0, 3838.0, 3848.0, 3837.0, 3847.0, 3848.0, 3837.0, 3850.0, 3849.0, 3851.0, 3850.0, 3850.0, 3850.0, 3849.0, 3870.0, 3850.0, 3860.0, 3852.0, 3859.0, 3851.0, 3859.0, 3850.0, 3861.0, 3861.0, 3852.0, 3863.0, 3863.0, 3863.0, 3872.0, 3853.0, 3881.0, 3840.0, 3860.0, 3858.0, 3837.0, 3846.0, 3847.0, 3836.0, 3848.0, 3849.0, 3849.0, 3839.0, 3849.0, 3839.0, 3838.0, 3839.0, 3848.0, 3838.0, 3848.0, 3837.0, 3847.0, 3837.0, 3847.0, 3848.0, 3849.0, 3837.0, 3836.0, 3836.0, 3837.0, 3837.0, 3848.0, 3847.0, 3838.0, 3848.0, 3838.0, 3837.0, 3848.0, 3849.0, 3848.0, 3848.0, 3839.0, 3849.0, 3849.0, 3861.0, 3871.0, 3851.0, 3881.0, 3851.0, 3881.0, 3849.0, 3858.0, 3849.0, 3858.0, 3837.0, 3847.0, 3847.0, 3837.0, 3858.0, 3848.0, 3837.0, 3849.0, 3840.0, 3849.0, 3852.0, 3871.0, 3852.0, 3852.0, 3862.0, 3852.0, 3862.0, 3862.0, 3851.0, 3870.0, 3850.0, 3850.0, 3849.0, 3869.0, 3848.0, 3878.0, 3838.0, 3869.0, 3838.0, 3839.0, 3839.0, 3850.0, 3849.0, 3841.0, 3859.0, 3850.0, 3860.0, 3840.0, 3871.0, 3850.0, 3881.0, 3850.0, 3859.0, 3838.0, 3848.0, 3838.0, 3838.0, 3850.0, 3849.0, 3851.0, 3872.0, 3851.0, 3860.0, 3851.0, 3840.0, 3851.0, 3852.0, 3862.0, 3852.0, 3851.0, 3851.0, 3851.0, 3851.0, 3850.0, 3881.0, 3838.0, 3859.0, 3849.0, 3850.0, 3849.0, 3850.0, 3862.0, 3852.0, 3883.0, 3863.0, 3863.0, 3864.0, 3894.0, 3851.0, 3872.0, 3851.0, 3851.0, 3850.0, 3851.0, 3860.0, 3850.0, 3861.0, 3870.0, 3838.0, 3839.0, 3849.0, 3850.0, 3850.0, 3851.0, 3851.0, 3864.0, 3883.0, 3853.0, 3873.0, 3852.0, 3853.0, 3852.0, 3852.0, 3863.0, 3854.0, 3862.0, 3864.0, 3883.0, 3853.0, 3862.0, 3862.0, 3872.0, 3851.0, 3882.0, 3840.0, 3850.0, 3850.0, 3851.0, 3851.0, 3851.0, 3862.0, 3852.0, 3882.0, 3851.0, 3851.0, 3851.0, 3852.0, 3851.0, 3840.0, 3851.0, 3840.0, 3849.0, 3851.0, 3849.0, 3852.0, 3882.0, 3851.0, 3851.0, 3850.0, 3840.0, 3862.0, 3872.0, 3841.0, 3851.0, 3850.0, 3851.0, 3851.0, 3851.0, 3850.0, 3852.0, 3861.0, 3851.0, 3880.0, 3851.0, 3882.0, 3850.0, 3861.0, 3851.0, 3840.0, 3850.0, 3852.0, 3851.0, 3852.0, 3863.0, 3852.0, 3873.0, 3863.0], 'WindowWidth': [8705.0, 8666.0, 8644.0, 8645.0, 8640.0, 8639.0, 8637.0, 8641.0, 8640.0, 8655.0, 8642.0, 8640.0, 8661.0, 8643.0, 8640.0, 8638.0, 8640.0, 8638.0, 8639.0, 8640.0, 8622.0, 8642.0, 8654.0, 8642.0, 8641.0, 8660.0, 8662.0, 8663.0, 8683.0, 8700.0, 8691.0, 8688.0, 8689.0, 8670.0, 8673.0, 8668.0, 8671.0, 8689.0, 8685.0, 8680.0, 8666.0, 8684.0, 8670.0, 8671.0, 8692.0, 8666.0, 8666.0, 8667.0, 8664.0, 8673.0, 8665.0, 8683.0, 8675.0, 8696.0, 8687.0, 8694.0, 8690.0, 8691.0, 8691.0, 8687.0, 8685.0, 8689.0, 8699.0, 8668.0, 8668.0, 8683.0, 8676.0, 8666.0, 8710.0, 8667.0, 8693.0, 8664.0, 8664.0, 8681.0, 8686.0, 8687.0, 8690.0, 8690.0, 8706.0, 8705.0, 8712.0, 8712.0, 8695.0, 8721.0, 8693.0, 8689.0, 8689.0, 8685.0, 8689.0, 8690.0, 8687.0, 8672.0, 8683.0, 8673.0, 8685.0, 8686.0, 8682.0, 8683.0, 8665.0, 8666.0, 8680.0, 8668.0, 8682.0, 8670.0, 8681.0, 8670.0, 8683.0, 8668.0, 8666.0, 8665.0, 8652.0, 8649.0, 8666.0, 8664.0, 8681.0, 8664.0, 8664.0, 8663.0, 8665.0, 8660.0, 8684.0, 8693.0, 8665.0, 8666.0, 8667.0, 8669.0, 8665.0, 8664.0, 8666.0, 8666.0, 8662.0, 8648.0, 8686.0, 8646.0, 8673.0, 8658.0, 8679.0, 8656.0, 8652.0, 8636.0, 8635.0, 8640.0, 8638.0, 8657.0, 8661.0, 8662.0, 8659.0, 8661.0, 8661.0, 8662.0, 8666.0, 8694.0, 8653.0, 8677.0, 8678.0, 8664.0, 8663.0, 8662.0, 8711.0, 8666.0, 8645.0, 8643.0, 8641.0, 8639.0, 8639.0, 8641.0, 8636.0, 8636.0, 8637.0, 8637.0, 8641.0, 8660.0, 8658.0, 8655.0, 8660.0, 8676.0, 8664.0, 8667.0, 8669.0, 8671.0, 8685.0, 8687.0, 8683.0, 8669.0, 8692.0, 8667.0, 8663.0, 8663.0, 8684.0, 8646.0, 8670.0, 8642.0, 8683.0, 8645.0, 8657.0, 8660.0, 8673.0, 8661.0, 8657.0, 8644.0, 8643.0, 8642.0, 8645.0, 8643.0, 8662.0, 8656.0, 8644.0, 8652.0, 8639.0, 8636.0, 8632.0, 8633.0, 8618.0, 8617.0, 8635.0, 8635.0, 8642.0, 8645.0, 8660.0, 8648.0, 8664.0, 8664.0, 8665.0, 8665.0, 8664.0, 8657.0, 8698.0, 8665.0, 8663.0, 8664.0, 8666.0, 8705.0, 8662.0, 8657.0, 8644.0, 8655.0, 8656.0, 8677.0, 8635.0, 8677.0, 8618.0, 8617.0, 8620.0, 8638.0, 8640.0, 8660.0, 8676.0, 8663.0, 8673.0, 8664.0, 8689.0, 8661.0, 8686.0, 8643.0, 8670.0, 8631.0, 8659.0, 8659.0, 8662.0, 8699.0, 8684.0, 8653.0, 8663.0, 8649.0, 8675.0, 8649.0, 8681.0, 8643.0, 8623.0, 8623.0, 8639.0, 8637.0, 8641.0, 8646.0, 8659.0, 8662.0, 8662.0, 8667.0, 8669.0, 8670.0, 8666.0, 8672.0, 8685.0, 8669.0, 8651.0, 8665.0, 8649.0, 8660.0, 8661.0, 8659.0, 8644.0, 8657.0, 8638.0, 8623.0, 8638.0, 8639.0, 8640.0, 8640.0, 8641.0, 8644.0, 8643.0, 8646.0, 8645.0, 8643.0, 8648.0, 8675.0, 8663.0, 8651.0, 8664.0, 8669.0, 8665.0, 8651.0, 8676.0, 8650.0, 8688.0, 8648.0, 8672.0, 8642.0, 8639.0, 8638.0, 8623.0, 8639.0, 8639.0, 8641.0, 8658.0, 8642.0, 8659.0, 8646.0, 8645.0, 8665.0, 8678.0, 8670.0, 8682.0, 8672.0, 8701.0, 8670.0, 8678.0, 8651.0, 8650.0, 8663.0, 8699.0, 8643.0, 8669.0, 8640.0, 8621.0, 8639.0, 8640.0, 8649.0, 8646.0, 8669.0, 8663.0, 8668.0, 8693.0, 8667.0, 8679.0, 8650.0, 8647.0, 8661.0, 8649.0, 8667.0, 8672.0, 8713.0, 8665.0, 8651.0, 8648.0, 8661.0, 8677.0, 8686.0, 8624.0, 8633.0, 8624.0, 8634.0, 8638.0, 8621.0, 8642.0, 8666.0, 8642.0, 8646.0, 8646.0, 8665.0, 8669.0, 8687.0, 8701.0, 8688.0, 8670.0, 8668.0, 8666.0, 8660.0, 8650.0, 8706.0, 8644.0, 8670.0, 8643.0, 8644.0, 8645.0, 8647.0, 8664.0, 8651.0, 8645.0, 8644.0, 8642.0, 8640.0, 8640.0, 8681.0, 8637.0, 8649.0, 8623.0, 8653.0, 8641.0, 8645.0, 8647.0, 8656.0, 8649.0, 8664.0, 8662.0, 8652.0, 8677.0, 8652.0, 8676.0, 8647.0, 8657.0, 8646.0, 8658.0, 8645.0, 8659.0, 8646.0, 8643.0, 8648.0, 8663.0, 8665.0, 8651.0, 8668.0, 8667.0, 8666.0, 8666.0, 8650.0, 8666.0, 8664.0, 8650.0, 8681.0, 8650.0, 8645.0, 8646.0, 8646.0, 8650.0, 8649.0, 8650.0, 8663.0, 8668.0, 8665.0, 8652.0, 8667.0, 8653.0, 8669.0, 8670.0, 8657.0, 8671.0, 8670.0, 8686.0, 8670.0, 8669.0, 8655.0, 8680.0, 8654.0, 8688.0, 8649.0, 8672.0, 8649.0, 8660.0, 8644.0, 8672.0, 8630.0, 8645.0, 8645.0, 8663.0, 8647.0, 8643.0, 8643.0, 8642.0, 8644.0, 8630.0, 8646.0, 8649.0, 8659.0, 8645.0, 8658.0, 8645.0, 8661.0, 8651.0, 8648.0, 8664.0, 8669.0, 8711.0, 8668.0, 8654.0, 8667.0, 8669.0, 8695.0, 8667.0, 8688.0, 8646.0, 8672.0, 8644.0, 8644.0, 8648.0, 8657.0, 8659.0, 8688.0, 8642.0, 8642.0, 8627.0, 8646.0, 8642.0, 8649.0, 8678.0, 8664.0, 8663.0, 8651.0, 8653.0, 8650.0, 8651.0, 8663.0, 8651.0, 8660.0, 8643.0, 8640.0, 8645.0, 8660.0, 8648.0, 8674.0, 8647.0, 8691.0, 8647.0, 8674.0, 8645.0, 8647.0, 8646.0, 8650.0, 8646.0, 8650.0, 8661.0, 8648.0, 8657.0, 8646.0, 8671.0, 8646.0, 8672.0, 8644.0, 8669.0, 8629.0, 8669.0, 8626.0, 8667.0, 8640.0, 8654.0, 8640.0, 8683.0, 8639.0, 8667.0, 8639.0, 8641.0, 8642.0, 8644.0, 8644.0, 8645.0, 8644.0, 8645.0, 8644.0, 8647.0, 8659.0, 8649.0, 8661.0, 8650.0, 8657.0, 8647.0, 8658.0, 8648.0, 8689.0, 8646.0, 8646.0, 8646.0, 8650.0, 8649.0, 8649.0, 8664.0, 8652.0, 8661.0, 8649.0, 8661.0, 8666.0, 8662.0, 8651.0, 8658.0, 8647.0, 8687.0, 8648.0, 8661.0, 8647.0, 8647.0, 8649.0, 8662.0, 8648.0, 8649.0, 8647.0, 8651.0, 8663.0, 8630.0, 8646.0, 8682.0, 8624.0, 8636.0, 8640.0, 8656.0, 8644.0, 8647.0, 8664.0, 8651.0, 8669.0, 8696.0, 8650.0, 8659.0, 8646.0, 8656.0, 8629.0, 8642.0, 8626.0, 8639.0, 8642.0, 8626.0, 8646.0, 8645.0, 8650.0, 8645.0, 8648.0, 8646.0, 8646.0, 8673.0, 8650.0, 8660.0, 8651.0, 8658.0, 8650.0, 8659.0, 8649.0, 8664.0, 8665.0, 8653.0, 8671.0, 8669.0, 8669.0, 8679.0, 8655.0, 8688.0, 8632.0, 8658.0, 8652.0, 8624.0, 8635.0, 8638.0, 8623.0, 8641.0, 8644.0, 8645.0, 8631.0, 8644.0, 8630.0, 8628.0, 8630.0, 8640.0, 8627.0, 8640.0, 8625.0, 8638.0, 8626.0, 8639.0, 8642.0, 8645.0, 8624.0, 8622.0, 8623.0, 8624.0, 8625.0, 8640.0, 8639.0, 8628.0, 8641.0, 8627.0, 8627.0, 8643.0, 8644.0, 8641.0, 8641.0, 8630.0, 8646.0, 8645.0, 8664.0, 8677.0, 8652.0, 8688.0, 8649.0, 8687.0, 8645.0, 8655.0, 8644.0, 8652.0, 8623.0, 8639.0, 8637.0, 8624.0, 8652.0, 8640.0, 8626.0, 8644.0, 8635.0, 8647.0, 8652.0, 8677.0, 8654.0, 8654.0, 8668.0, 8654.0, 8668.0, 8666.0, 8650.0, 8672.0, 8645.0, 8646.0, 8645.0, 8669.0, 8642.0, 8681.0, 8627.0, 8669.0, 8627.0, 8629.0, 8631.0, 8649.0, 8646.0, 8637.0, 8658.0, 8646.0, 8660.0, 8634.0, 8675.0, 8647.0, 8688.0, 8646.0, 8657.0, 8628.0, 8640.0, 8629.0, 8627.0, 8647.0, 8646.0, 8651.0, 8679.0, 8651.0, 8661.0, 8650.0, 8636.0, 8652.0, 8654.0, 8666.0, 8653.0, 8650.0, 8651.0, 8651.0, 8647.0, 8646.0, 8688.0, 8629.0, 8657.0, 8644.0, 8646.0, 8645.0, 8650.0, 8668.0, 8655.0, 8697.0, 8671.0, 8671.0, 8673.0, 8710.0, 8652.0, 8678.0, 8650.0, 8650.0, 8647.0, 8650.0, 8660.0, 8647.0, 8662.0, 8672.0, 8628.0, 8631.0, 8644.0, 8649.0, 8648.0, 8651.0, 8651.0, 8672.0, 8695.0, 8655.0, 8681.0, 8654.0, 8658.0, 8654.0, 8655.0, 8670.0, 8659.0, 8667.0, 8671.0, 8695.0, 8656.0, 8666.0, 8666.0, 8678.0, 8650.0, 8690.0, 8633.0, 8647.0, 8647.0, 8651.0, 8650.0, 8652.0, 8666.0, 8654.0, 8693.0, 8651.0, 8651.0, 8651.0, 8653.0, 8651.0, 8635.0, 8648.0, 8632.0, 8643.0, 8649.0, 8645.0, 8651.0, 8690.0, 8650.0, 8650.0, 8649.0, 8635.0, 8666.0, 8678.0, 8636.0, 8649.0, 8648.0, 8650.0, 8649.0, 8651.0, 8647.0, 8651.0, 8662.0, 8650.0, 8688.0, 8650.0, 8692.0, 8649.0, 8661.0, 8649.0, 8634.0, 8648.0, 8653.0, 8651.0, 8653.0, 8668.0, 8653.0, 8683.0, 8669.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.0003568922018348624</td></tr>
<tr><td colspan=3>aqi</td><td>0.017809457110091742</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.45705658640641</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.168964450780712</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9920998388174497</td></tr>
<tr><td colspan=3>efc</td><td>0.4429</td></tr>
<tr><td colspan=3>fber</td><td>7861.3359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07195207665122882</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3761467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7030609891394324</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.62001175571587</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.904708294382721</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5844629173197053</td></tr>
<tr><td colspan=3>gcor</td><td>0.00690059</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005928063299506903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026611555367708206</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.642620723951743</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>29.6578</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.518</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.2917</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306903.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.5207</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9805</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.6356</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3090.1001</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.6799</td></tr>
<tr><td colspan=3>tsnr</td><td>43.04010181315243</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>