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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-05_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-05_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-0002/ses-01/func/sub-0002_ses-01_task-social_acq-mb8_run-05_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>142a71c3754cccf4395f2552ebcfec33</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>10:22:41.560000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995306, -0.0321507, 0.0912771, 0.00990197, 0.972084, 0.234426]</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-05_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.0712836</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7784, -7285, 498, -89, -320, 40, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.707</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dfec3e5a-218e-4309-9692-a1403f8a2459||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6703343391418457, 0.0265662744641304, 0.2599179148674011, 109.67444610595703], [0.08625806123018265, 2.6080291271209717, 0.6275385618209839, -108.73139190673828], [0.24488967657089233, -0.6289473176002502, 2.613166332244873, -43.26124572753906], [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': ['102241.560000', '102242.020000', '102242.480000', '102242.940000', '102243.400000', '102243.860000', '102244.320000', '102244.780000', '102245.240000', '102245.700000', '102246.160000', '102246.620000', '102247.080000', '102247.540000', '102248.000000', '102248.460000', '102248.920000', '102249.380000', '102249.840000', '102250.300000', '102250.760000', '102251.220000', '102251.680000', '102252.140000', '102252.600000', '102253.060000', '102253.520000', '102253.980000', '102254.440000', '102254.900000', '102255.360000', '102255.820000', '102256.280000', '102256.740000', '102257.200000', '102257.660000', '102258.120000', '102258.580000', '102259.040000', '102259.500000', '102259.960000', '102300.420000', '102300.880000', '102301.340000', '102301.800000', '102302.260000', '102302.720000', '102303.180000', '102303.640000', '102304.100000', '102304.560000', '102305.020000', '102305.480000', '102305.940000', '102306.400000', '102306.860000', '102307.320000', '102307.780000', '102308.240000', '102308.700000', '102309.160000', '102309.620000', '102310.080000', '102310.540000', '102311.000000', '102311.460000', '102311.920000', '102312.380000', '102312.840000', '102313.300000', '102313.760000', '102314.220000', '102314.680000', '102315.140000', '102315.600000', '102316.060000', '102316.520000', '102316.980000', '102317.440000', '102317.900000', '102318.360000', '102318.820000', '102319.280000', '102319.740000', '102320.200000', '102320.660000', '102321.120000', '102321.580000', '102322.040000', '102322.500000', '102322.960000', '102323.420000', '102323.880000', '102324.340000', '102324.800000', '102325.260000', '102325.720000', '102326.180000', '102326.640000', '102327.100000', '102327.560000', '102328.020000', '102328.480000', '102328.940000', '102329.400000', '102329.860000', '102330.320000', '102330.780000', '102331.240000', '102331.700000', '102332.160000', '102332.620000', '102333.080000', '102333.540000', '102334.000000', '102334.460000', '102334.920000', '102335.380000', '102335.840000', '102336.300000', '102336.760000', '102337.220000', '102337.680000', '102338.140000', '102338.600000', '102339.060000', '102339.520000', '102339.980000', '102340.440000', '102340.900000', '102341.360000', '102341.820000', '102342.280000', '102342.740000', '102343.200000', '102343.660000', '102344.120000', '102344.580000', '102345.040000', '102345.500000', '102345.960000', '102346.420000', '102346.880000', '102347.340000', '102347.800000', '102348.260000', '102348.720000', '102349.180000', '102349.640000', '102350.100000', '102350.560000', '102351.020000', '102351.480000', '102351.940000', '102352.400000', '102352.860000', '102353.320000', '102353.780000', '102354.240000', '102354.700000', '102355.160000', '102355.620000', '102356.080000', '102356.540000', '102357.000000', '102357.460000', '102357.920000', '102358.380000', '102358.840000', '102359.300000', '102359.760000', '102400.220000', '102400.680000', '102401.140000', '102401.600000', '102402.060000', '102402.520000', '102402.980000', '102403.440000', '102403.900000', '102404.360000', '102404.820000', '102405.280000', '102405.740000', '102406.200000', '102406.660000', '102407.120000', '102407.580000', '102408.040000', '102408.500000', '102408.960000', '102409.420000', '102409.880000', '102410.340000', '102410.800000', '102411.260000', '102411.720000', '102412.180000', '102412.640000', '102413.100000', '102413.560000', '102414.020000', '102414.480000', '102414.940000', '102415.400000', '102415.860000', '102416.320000', '102416.780000', '102417.240000', '102417.700000', '102418.160000', '102418.620000', '102419.080000', '102419.540000', '102420.000000', '102420.460000', '102420.920000', '102421.380000', '102421.840000', '102422.300000', '102422.760000', '102423.220000', '102423.680000', '102424.140000', '102424.600000', '102425.060000', '102425.520000', '102425.980000', '102426.440000', '102426.900000', '102427.360000', '102427.820000', '102428.280000', '102428.740000', '102429.200000', '102429.660000', '102430.120000', '102430.580000', '102431.040000', '102431.500000', '102431.960000', '102432.420000', '102432.880000', '102433.340000', '102433.800000', '102434.260000', '102434.720000', '102435.180000', '102435.640000', '102436.100000', '102436.560000', '102437.020000', '102437.480000', '102437.940000', '102438.400000', '102438.860000', '102439.320000', '102439.780000', '102440.240000', '102440.700000', '102441.160000', '102441.620000', '102442.080000', '102442.540000', '102443.000000', '102443.460000', '102443.920000', '102444.380000', '102444.840000', '102445.300000', '102445.760000', '102446.220000', '102446.680000', '102447.140000', '102447.600000', '102448.060000', '102448.520000', '102448.980000', '102449.440000', '102449.900000', '102450.360000', '102450.820000', '102451.280000', '102451.740000', '102452.200000', '102452.660000', '102453.120000', '102453.580000', '102454.040000', '102454.500000', '102454.960000', '102455.420000', '102455.880000', '102456.340000', '102456.800000', '102457.260000', '102457.720000', '102458.180000', '102458.640000', '102459.100000', '102459.560000', '102500.020000', '102500.480000', '102500.940000', '102501.400000', '102501.860000', '102502.320000', '102502.780000', '102503.240000', '102503.700000', '102504.160000', '102504.620000', '102505.080000', '102505.540000', '102506.000000', '102506.460000', '102506.920000', '102507.380000', '102507.840000', '102508.300000', '102508.760000', '102509.220000', '102509.680000', '102510.140000', '102510.600000', '102511.060000', '102511.520000', '102511.980000', '102512.440000', '102512.900000', '102513.360000', '102513.820000', '102514.280000', '102514.740000', '102515.200000', '102515.660000', '102516.120000', '102516.580000', '102517.040000', '102517.500000', '102517.960000', '102518.420000', '102518.880000', '102519.340000', '102519.800000', '102520.260000', '102520.720000', '102521.180000', '102521.640000', '102522.100000', '102522.560000', '102523.020000', '102523.480000', '102523.940000', '102524.400000', '102524.860000', '102525.320000', '102525.780000', '102526.240000', '102526.700000', '102527.160000', '102527.620000', '102528.080000', '102528.540000', '102529.000000', '102529.460000', '102529.920000', '102530.380000', '102530.840000', '102531.300000', '102531.760000', '102532.220000', '102532.680000', '102533.140000', '102533.600000', '102534.060000', '102534.520000', '102534.980000', '102535.440000', '102535.900000', '102536.360000', '102536.820000', '102537.280000', '102537.740000', '102538.200000', '102538.660000', '102539.120000', '102539.580000', '102540.040000', '102540.500000', '102540.960000', '102541.420000', '102541.880000', '102542.340000', '102542.800000', '102543.260000', '102543.720000', '102544.180000', '102544.640000', '102545.100000', '102545.560000', '102546.020000', '102546.480000', '102546.940000', '102547.400000', '102547.860000', '102548.320000', '102548.780000', '102549.240000', '102549.700000', '102550.160000', '102550.620000', '102551.080000', '102551.540000', '102552.000000', '102552.460000', '102552.920000', '102553.380000', '102553.840000', '102554.300000', '102554.760000', '102555.220000', '102555.680000', '102556.140000', '102556.600000', '102557.060000', '102557.520000', '102557.980000', '102558.440000', '102558.900000', '102559.360000', '102559.820000', '102600.280000', '102600.740000', '102601.200000', '102601.660000', '102602.120000', '102602.580000', '102603.040000', '102603.500000', '102603.960000', '102604.420000', '102604.880000', '102605.340000', '102605.800000', '102606.260000', '102606.720000', '102607.180000', '102607.640000', '102608.100000', '102608.560000', '102609.020000', '102609.480000', '102609.940000', '102610.400000', '102610.860000', '102611.320000', '102611.780000', '102612.240000', '102612.700000', '102613.160000', '102613.620000', '102614.080000', '102614.540000', '102615.000000', '102615.460000', '102615.920000', '102616.380000', '102616.840000', '102617.300000', '102617.760000', '102618.220000', '102618.680000', '102619.140000', '102619.600000', '102620.060000', '102620.520000', '102620.980000', '102621.440000', '102621.900000', '102622.360000', '102622.820000', '102623.280000', '102623.740000', '102624.200000', '102624.660000', '102625.120000', '102625.580000', '102626.040000', '102626.500000', '102626.960000', '102627.420000', '102627.880000', '102628.340000', '102628.800000', '102629.260000', '102629.720000', '102630.180000', '102630.640000', '102631.100000', '102631.560000', '102632.020000', '102632.480000', '102632.940000', '102633.400000', '102633.860000', '102634.320000', '102634.780000', '102635.240000', '102635.700000', '102636.160000', '102636.620000', '102637.080000', '102637.540000', '102638.000000', '102638.460000', '102638.920000', '102639.380000', '102639.840000', '102640.300000', '102640.760000', '102641.220000', '102641.680000', '102642.140000', '102642.600000', '102643.060000', '102643.520000', '102643.980000', '102644.440000', '102644.900000', '102645.360000', '102645.820000', '102646.280000', '102646.740000', '102647.200000', '102647.660000', '102648.120000', '102648.580000', '102649.040000', '102649.500000', '102649.960000', '102650.420000', '102650.880000', '102651.340000', '102651.800000', '102652.260000', '102652.720000', '102653.180000', '102653.640000', '102654.100000', '102654.560000', '102655.020000', '102655.480000', '102655.940000', '102656.400000', '102656.860000', '102657.320000', '102657.780000', '102658.240000', '102658.700000', '102659.160000', '102659.620000', '102700.080000', '102700.540000', '102701.000000', '102701.460000', '102701.920000', '102702.380000', '102702.840000', '102703.300000', '102703.760000', '102704.220000', '102704.680000', '102705.140000', '102705.600000', '102706.060000', '102706.520000', '102706.980000', '102707.440000', '102707.900000', '102708.360000', '102708.820000', '102709.280000', '102709.740000', '102710.200000', '102710.660000', '102711.120000', '102711.580000', '102712.040000', '102712.500000', '102712.960000', '102713.420000', '102713.880000', '102714.340000', '102714.800000', '102715.260000', '102715.720000', '102716.180000', '102716.640000', '102717.100000', '102717.560000', '102718.020000', '102718.480000', '102718.940000', '102719.400000', '102719.860000', '102720.320000', '102720.780000', '102721.240000', '102721.700000', '102722.160000', '102722.620000', '102723.080000', '102723.540000', '102724.000000', '102724.460000', '102724.920000', '102725.380000', '102725.840000', '102726.300000', '102726.760000', '102727.220000', '102727.680000', '102728.140000', '102728.600000', '102729.060000', '102729.520000', '102729.980000', '102730.440000', '102730.900000', '102731.360000', '102731.820000', '102732.280000', '102732.740000', '102733.200000', '102733.660000', '102734.120000', '102734.580000', '102735.040000', '102735.500000', '102735.960000', '102736.420000', '102736.880000', '102737.340000', '102737.800000', '102738.260000', '102738.720000', '102739.180000', '102739.640000', '102740.100000', '102740.560000', '102741.020000', '102741.480000', '102741.940000', '102742.400000', '102742.860000', '102743.320000', '102743.780000', '102744.240000', '102744.700000', '102745.160000', '102745.620000', '102746.080000', '102746.540000', '102747.000000', '102747.460000', '102747.920000', '102748.380000', '102748.840000', '102749.300000', '102749.760000', '102750.220000', '102750.680000', '102751.140000', '102751.600000', '102752.060000', '102752.520000', '102752.980000', '102753.440000', '102753.900000', '102754.360000', '102754.820000', '102755.280000', '102755.740000', '102756.200000', '102756.660000', '102757.120000', '102757.580000', '102758.040000', '102758.500000', '102758.960000', '102759.420000', '102759.880000', '102800.340000', '102800.800000', '102801.260000', '102801.720000', '102802.180000', '102802.640000', '102803.100000', '102803.560000', '102804.020000', '102804.480000', '102804.940000', '102805.400000', '102805.860000', '102806.320000', '102806.780000', '102807.240000', '102807.700000', '102808.160000', '102808.620000', '102809.080000', '102809.540000', '102810.000000', '102810.460000', '102810.920000', '102811.380000', '102811.840000', '102812.300000', '102812.760000', '102813.220000', '102813.680000', '102814.140000', '102814.600000', '102815.060000', '102815.520000', '102815.980000', '102816.440000', '102816.900000', '102817.360000', '102817.820000', '102818.280000', '102818.740000', '102819.200000', '102819.660000', '102820.120000', '102820.580000', '102821.040000', '102821.500000', '102821.960000', '102822.420000', '102822.880000', '102823.340000', '102823.800000', '102824.260000', '102824.720000', '102825.180000', '102825.640000', '102826.100000', '102826.560000', '102827.020000', '102827.480000', '102827.940000', '102828.400000', '102828.860000', '102829.320000', '102829.780000', '102830.240000', '102830.700000', '102831.160000', '102831.620000', '102832.080000', '102832.540000', '102833.000000', '102833.460000', '102833.920000', '102834.380000', '102834.840000', '102835.300000', '102835.760000', '102836.220000', '102836.680000', '102837.140000', '102837.600000', '102838.060000', '102838.520000', '102838.980000', '102839.440000', '102839.900000', '102840.360000', '102840.820000', '102841.280000', '102841.740000', '102842.200000', '102842.660000', '102843.120000', '102843.580000', '102844.040000', '102844.500000', '102844.960000', '102845.420000', '102845.880000', '102846.340000', '102846.800000', '102847.260000', '102847.720000', '102848.180000', '102848.640000', '102849.100000', '102849.560000', '102850.020000', '102850.480000', '102850.940000', '102851.400000', '102851.860000', '102852.320000', '102852.780000', '102853.240000', '102853.700000', '102854.160000', '102854.620000', '102855.080000', '102855.540000', '102856.000000', '102856.460000', '102856.920000', '102857.380000', '102857.840000', '102858.300000', '102858.760000', '102859.220000', '102859.680000', '102900.140000', '102900.600000', '102901.060000', '102901.520000', '102901.980000', '102902.440000', '102902.900000', '102903.360000', '102903.820000', '102904.280000', '102904.740000', '102905.200000', '102905.660000', '102906.120000', '102906.580000', '102907.040000', '102907.500000', '102907.960000', '102908.420000', '102908.880000', '102909.340000', '102909.800000', '102910.260000', '102910.720000', '102911.180000', '102911.640000', '102912.100000', '102912.560000', '102913.020000', '102913.480000', '102913.940000', '102914.400000', '102914.860000', '102915.320000', '102915.780000', '102916.240000', '102916.700000', '102917.160000', '102917.620000', '102918.080000', '102918.540000', '102919.000000', '102919.460000', '102919.920000', '102920.380000', '102920.840000', '102921.300000', '102921.760000', '102922.220000'], 'ContentTime': ['102309.210000', '102309.214000', '102309.217000', '102309.220000', '102309.223000', '102309.225000', '102309.228000', '102309.231000', '102309.234000', '102309.238000', '102309.241000', '102309.244000', '102309.247000', '102309.250000', '102309.252000', '102309.255000', '102309.258000', '102309.261000', '102309.264000', '102309.267000', '102309.269000', '102309.272000', '102309.275000', '102309.278000', '102309.280000', '102309.283000', '102309.286000', '102309.289000', '102309.292000', '102309.295000', '102309.297000', '102309.300000', '102309.303000', '102309.306000', '102309.309000', '102309.311000', '102309.314000', '102309.317000', '102309.320000', '102309.323000', '102309.325000', '102309.328000', '102309.331000', '102309.334000', '102309.337000', '102309.339000', '102309.342000', '102309.345000', '102309.348000', '102309.351000', '102309.353000', '102309.356000', '102309.359000', '102309.362000', '102309.365000', '102309.368000', '102309.370000', '102309.373000', '102329.177000', '102329.180000', '102329.183000', '102329.185000', '102329.188000', '102329.193000', '102329.196000', '102329.199000', '102329.202000', '102329.205000', '102329.208000', '102329.226000', '102329.229000', '102329.231000', '102329.234000', '102329.237000', '102329.240000', '102329.243000', '102329.248000', '102329.251000', '102329.254000', '102329.257000', '102329.259000', '102329.262000', '102329.265000', '102329.268000', '102329.271000', '102329.274000', '102329.277000', '102329.279000', '102329.282000', '102329.285000', '102329.288000', '102329.291000', '102329.293000', '102329.296000', '102329.299000', '102329.302000', '102329.304000', '102329.307000', '102329.310000', '102329.313000', '102329.316000', '102349.177000', '102349.180000', '102349.182000', '102349.185000', '102349.188000', '102349.191000', '102349.194000', '102349.197000', '102349.199000', '102349.202000', '102349.205000', '102349.208000', '102349.211000', '102349.214000', '102349.216000', '102349.219000', '102349.222000', '102349.225000', '102349.228000', '102349.231000', '102349.233000', '102349.236000', '102349.239000', '102349.242000', '102349.245000', '102349.248000', '102349.250000', '102349.253000', '102349.256000', '102349.259000', '102349.262000', '102349.265000', '102349.267000', '102349.270000', '102349.273000', '102349.276000', '102349.278000', '102349.281000', '102349.284000', '102349.287000', '102349.290000', '102349.293000', '102349.295000', '102349.298000', '102409.177000', '102409.180000', '102409.183000', '102409.192000', '102409.195000', '102409.198000', '102409.202000', '102409.204000', '102409.207000', '102409.210000', '102409.213000', '102409.216000', '102409.219000', '102409.221000', '102409.224000', '102409.227000', '102409.230000', '102409.233000', '102409.235000', '102409.238000', '102409.241000', '102409.244000', '102409.247000', '102409.250000', '102409.252000', '102409.256000', '102409.258000', '102409.261000', '102409.264000', '102409.267000', '102409.270000', '102409.273000', '102409.276000', '102409.279000', '102409.281000', '102409.285000', '102409.287000', '102409.290000', '102409.293000', '102409.296000', '102409.299000', '102409.301000', '102409.304000', '102429.177000', '102429.180000', '102429.183000', '102429.186000', '102429.188000', '102429.191000', '102429.194000', '102429.197000', '102429.200000', '102429.203000', '102429.206000', '102429.208000', '102429.211000', '102429.214000', '102429.217000', '102429.220000', '102429.222000', '102429.225000', '102429.228000', '102429.231000', '102429.234000', '102429.237000', '102429.240000', '102429.242000', '102429.245000', '102429.248000', '102429.251000', '102429.254000', '102429.257000', '102429.259000', '102429.262000', '102429.265000', '102429.268000', '102429.271000', '102429.273000', '102429.276000', '102429.279000', '102429.282000', '102429.285000', '102429.287000', '102429.290000', '102429.293000', '102429.296000', '102429.299000', '102449.176000', '102449.179000', '102449.181000', '102449.190000', '102449.193000', '102449.195000', '102449.198000', '102449.201000', '102449.204000', '102449.207000', '102449.210000', '102449.212000', '102449.215000', '102449.218000', '102449.221000', '102449.224000', '102449.227000', '102449.229000', '102449.232000', '102449.235000', '102449.238000', '102449.241000', '102449.243000', '102449.246000', '102449.249000', '102449.252000', '102449.255000', '102449.258000', '102449.260000', '102449.263000', '102449.266000', '102449.269000', '102449.272000', '102449.275000', '102449.277000', '102449.281000', '102449.286000', '102449.289000', '102449.293000', '102449.295000', '102449.298000', '102449.301000', '102449.304000', '102509.177000', '102509.180000', '102509.183000', '102509.186000', '102509.189000', '102509.192000', '102509.194000', '102509.205000', '102509.208000', '102509.211000', '102509.213000', '102509.216000', '102509.219000', '102509.222000', '102509.225000', '102509.228000', '102509.230000', '102509.233000', '102509.236000', '102509.239000', '102509.242000', '102509.245000', '102509.247000', '102509.250000', '102509.253000', '102509.256000', '102509.259000', '102509.262000', '102509.264000', '102509.267000', '102509.270000', '102509.273000', '102509.276000', '102509.279000', '102509.281000', '102509.284000', '102509.287000', '102509.290000', '102509.293000', '102509.296000', '102509.299000', '102509.302000', '102509.304000', '102509.307000', '102529.177000', '102529.180000', '102529.183000', '102529.186000', '102529.188000', '102529.191000', '102529.194000', '102529.197000', '102529.200000', '102529.203000', '102529.205000', '102529.208000', '102529.211000', '102529.214000', '102529.217000', '102529.220000', '102529.223000', '102529.225000', '102529.228000', '102529.231000', '102529.234000', '102529.237000', '102529.241000', '102529.244000', '102529.246000', '102529.249000', '102529.252000', '102529.255000', '102529.258000', '102529.261000', '102529.263000', '102529.266000', '102529.269000', '102529.272000', '102529.275000', '102529.278000', '102529.281000', '102529.283000', '102529.286000', '102529.289000', '102529.292000', '102529.295000', '102529.297000', '102549.177000', '102549.180000', '102549.183000', '102549.185000', '102549.188000', '102549.191000', '102549.194000', '102549.197000', '102549.200000', '102549.203000', '102549.206000', '102549.209000', '102549.212000', '102549.214000', '102549.217000', '102549.220000', '102549.223000', '102549.226000', '102549.229000', '102549.232000', '102549.235000', '102549.237000', '102549.240000', '102549.243000', '102549.246000', '102549.249000', '102549.252000', '102549.254000', '102549.257000', '102549.260000', '102549.263000', '102549.266000', '102549.269000', '102549.271000', '102549.274000', '102549.277000', '102549.280000', '102549.283000', '102549.285000', '102549.288000', '102549.291000', '102549.294000', '102549.297000', '102549.300000', '102609.177000', '102609.180000', '102609.183000', '102609.186000', '102609.188000', '102609.191000', '102609.194000', '102609.197000', '102609.200000', '102609.203000', '102609.206000', '102609.208000', '102609.211000', '102609.214000', '102609.217000', '102609.220000', '102609.223000', '102609.225000', '102609.228000', '102609.231000', '102609.234000', '102609.237000', '102609.240000', '102609.243000', '102609.246000', '102609.248000', '102609.252000', '102609.254000', '102609.257000', '102609.260000', '102609.263000', '102609.266000', '102609.268000', '102609.271000', '102609.274000', '102609.277000', '102609.280000', '102609.283000', '102609.285000', '102609.288000', '102609.291000', '102609.294000', '102609.297000', '102629.177000', '102629.180000', '102629.182000', '102629.186000', '102629.188000', '102629.191000', '102629.194000', '102629.197000', '102629.200000', '102629.203000', '102629.205000', '102629.208000', '102629.211000', '102629.214000', '102629.217000', '102629.220000', '102629.223000', '102629.225000', '102629.228000', '102629.231000', '102629.234000', '102629.237000', '102629.240000', '102629.243000', '102629.245000', '102629.248000', '102629.251000', '102629.254000', '102629.257000', '102629.259000', '102629.262000', '102629.268000', '102629.287000', '102629.290000', '102629.292000', '102629.295000', '102629.298000', '102629.301000', '102629.304000', '102629.307000', '102629.309000', '102629.312000', '102629.315000', '102629.318000', '102649.177000', '102649.180000', '102649.183000', '102649.186000', '102649.189000', '102649.192000', '102649.194000', '102649.197000', '102649.200000', '102649.203000', '102649.206000', '102649.209000', '102649.211000', '102649.214000', '102649.217000', '102649.220000', '102649.223000', '102649.226000', '102649.229000', '102649.232000', '102649.234000', '102649.237000', '102649.240000', '102649.243000', '102649.246000', '102649.254000', '102649.257000', '102649.260000', '102649.263000', '102649.266000', '102649.269000', '102649.272000', '102649.275000', '102649.278000', '102649.281000', '102649.284000', '102649.287000', '102649.290000', '102649.293000', '102649.295000', '102649.298000', '102649.301000', '102649.304000', '102709.176000', '102709.179000', '102709.182000', '102709.185000', '102709.187000', '102709.190000', '102709.193000', '102709.196000', '102709.199000', '102709.202000', '102709.205000', '102709.207000', '102709.210000', '102709.213000', '102709.216000', '102709.219000', '102709.222000', '102709.224000', '102709.227000', '102709.230000', '102709.233000', '102709.236000', '102709.239000', '102709.242000', '102709.245000', '102709.248000', '102709.251000', '102709.254000', '102709.257000', '102709.259000', '102709.262000', '102709.265000', '102709.268000', '102709.271000', '102709.274000', '102709.276000', '102709.279000', '102709.282000', '102709.285000', '102709.288000', '102709.291000', '102709.293000', '102709.296000', '102709.299000', '102729.177000', '102729.180000', '102729.183000', '102729.185000', '102729.188000', '102729.191000', '102729.194000', '102729.197000', '102729.200000', '102729.203000', '102729.206000', '102729.209000', '102729.212000', '102729.214000', '102729.217000', '102729.220000', '102729.223000', '102729.226000', '102729.229000', '102729.231000', '102729.234000', '102729.237000', '102729.240000', '102729.243000', '102729.246000', '102729.249000', '102729.251000', '102729.254000', '102729.257000', '102729.260000', '102729.263000', '102729.266000', '102729.269000', '102729.271000', '102729.274000', '102729.277000', '102729.280000', '102729.283000', '102729.285000', '102729.288000', '102729.291000', '102729.294000', '102729.297000', '102749.177000', '102749.180000', '102749.183000', '102749.186000', '102749.188000', '102749.191000', '102749.194000', '102749.197000', '102749.200000', '102749.203000', '102749.206000', '102749.208000', '102749.211000', '102749.214000', '102749.217000', '102749.220000', '102749.223000', '102749.226000', '102749.229000', '102749.231000', '102749.234000', '102749.237000', '102749.240000', '102749.243000', '102749.246000', '102749.249000', '102749.251000', '102749.254000', '102749.257000', '102749.260000', '102749.263000', '102749.266000', '102749.268000', '102749.271000', '102749.274000', '102749.277000', '102749.280000', '102749.283000', '102749.285000', '102749.288000', '102749.291000', '102749.294000', '102749.297000', '102749.300000', '102809.177000', '102809.180000', '102809.183000', '102809.186000', '102809.189000', '102809.191000', '102809.194000', '102809.197000', '102809.200000', '102809.203000', '102809.206000', '102809.209000', '102809.211000', '102809.214000', '102809.217000', '102809.220000', '102809.223000', '102809.226000', '102809.229000', '102809.231000', '102809.234000', '102809.237000', '102809.240000', '102809.243000', '102809.246000', '102809.248000', '102809.251000', '102809.254000', '102809.257000', '102809.260000', '102809.262000', '102809.265000', '102809.268000', '102809.271000', '102809.274000', '102809.277000', '102809.279000', '102809.282000', '102809.285000', '102809.288000', '102809.291000', '102809.294000', '102809.296000', '102829.177000', '102829.180000', '102829.183000', '102829.185000', '102829.188000', '102829.191000', '102829.194000', '102829.197000', '102829.200000', '102829.203000', '102829.205000', '102829.208000', '102829.211000', '102829.214000', '102829.217000', '102829.220000', '102829.223000', '102829.225000', '102829.228000', '102829.236000', '102829.239000', '102829.242000', '102829.245000', '102829.247000', '102829.251000', '102829.253000', '102829.256000', '102829.259000', '102829.262000', '102829.265000', '102829.268000', '102829.270000', '102829.273000', '102829.276000', '102829.279000', '102829.282000', '102829.285000', '102829.288000', '102829.290000', '102829.293000', '102829.296000', '102829.301000', '102829.304000', '102829.306000', '102849.177000', '102849.180000', '102849.183000', '102849.185000', '102849.188000', '102849.191000', '102849.194000', '102849.197000', '102849.200000', '102849.202000', '102849.205000', '102849.208000', '102849.211000', '102849.214000', '102849.217000', '102849.220000', '102849.222000', '102849.225000', '102849.228000', '102849.231000', '102849.234000', '102849.237000', '102849.244000', '102849.247000', '102849.250000', '102849.253000', '102849.256000', '102849.258000', '102849.261000', '102849.264000', '102849.267000', '102849.270000', '102849.272000', '102849.275000', '102849.278000', '102849.281000', '102849.284000', '102849.286000', '102849.289000', '102849.292000', '102849.295000', '102849.298000', '102849.301000', '102909.177000', '102909.182000', '102909.186000', '102909.189000', '102909.192000', '102909.195000', '102909.198000', '102909.201000', '102909.204000', '102909.206000', '102909.209000', '102909.212000', '102909.215000', '102909.218000', '102909.221000', '102909.224000', '102909.226000', '102909.229000', '102909.232000', '102909.235000', '102909.238000', '102909.241000', '102909.243000', '102909.246000', '102909.249000', '102909.252000', '102909.255000', '102909.258000', '102909.260000', '102909.263000', '102909.266000', '102909.269000', '102909.271000', '102909.274000', '102909.277000', '102909.280000', '102909.283000', '102909.285000', '102909.288000', '102909.291000', '102909.294000', '102909.297000', '102909.299000', '102923.478000', '102923.481000', '102923.485000', '102923.488000', '102923.491000', '102923.495000', '102923.498000', '102923.501000', '102923.504000', '102923.508000', '102923.511000', '102923.528000', '102923.531000', '102923.534000', '102923.541000', '102923.544000', '102923.547000', '102923.550000', '102923.553000', '102923.556000', '102923.559000', '102923.562000', '102923.565000', '102923.568000', '102923.571000', '102923.574000', '102923.576000', '102923.579000', '102923.582000', '102923.585000', '102923.588000', '102923.591000'], 'InstanceCreationTime': ['102309.210000', '102309.214000', '102309.217000', '102309.220000', '102309.223000', '102309.225000', '102309.228000', '102309.231000', '102309.234000', '102309.238000', '102309.241000', '102309.244000', '102309.247000', '102309.250000', '102309.252000', '102309.255000', '102309.258000', '102309.261000', '102309.264000', '102309.267000', '102309.269000', '102309.272000', '102309.275000', '102309.278000', '102309.280000', '102309.283000', '102309.286000', '102309.289000', '102309.292000', '102309.295000', '102309.297000', '102309.300000', '102309.303000', '102309.306000', '102309.309000', '102309.311000', '102309.314000', '102309.317000', '102309.320000', '102309.323000', '102309.325000', '102309.328000', '102309.331000', '102309.334000', '102309.337000', '102309.339000', '102309.342000', '102309.345000', '102309.348000', '102309.351000', '102309.353000', '102309.356000', '102309.359000', '102309.362000', '102309.365000', '102309.368000', '102309.370000', '102309.373000', '102329.177000', '102329.180000', '102329.183000', '102329.185000', '102329.188000', '102329.193000', '102329.196000', '102329.199000', '102329.202000', '102329.205000', '102329.208000', '102329.226000', '102329.229000', '102329.231000', '102329.234000', '102329.237000', '102329.240000', '102329.243000', '102329.248000', '102329.251000', '102329.254000', '102329.257000', '102329.259000', '102329.262000', '102329.265000', '102329.268000', '102329.271000', '102329.274000', '102329.277000', '102329.279000', '102329.282000', '102329.285000', '102329.288000', '102329.291000', '102329.293000', '102329.296000', '102329.299000', '102329.302000', '102329.304000', '102329.307000', '102329.310000', '102329.313000', '102329.316000', '102349.177000', '102349.180000', '102349.182000', '102349.185000', '102349.188000', '102349.191000', '102349.194000', '102349.197000', '102349.199000', '102349.202000', '102349.205000', '102349.208000', '102349.211000', '102349.214000', '102349.216000', '102349.219000', '102349.222000', '102349.225000', '102349.228000', '102349.231000', '102349.233000', '102349.236000', '102349.239000', '102349.242000', '102349.245000', '102349.248000', '102349.250000', '102349.253000', '102349.256000', '102349.259000', '102349.262000', '102349.265000', '102349.267000', '102349.270000', '102349.273000', '102349.276000', '102349.278000', '102349.281000', '102349.284000', '102349.287000', '102349.290000', '102349.293000', '102349.295000', '102349.298000', '102409.177000', '102409.180000', '102409.183000', '102409.192000', '102409.195000', '102409.198000', '102409.202000', '102409.204000', '102409.207000', '102409.210000', '102409.213000', '102409.216000', '102409.219000', '102409.221000', '102409.224000', '102409.227000', '102409.230000', '102409.233000', '102409.235000', '102409.238000', '102409.241000', '102409.244000', '102409.247000', '102409.250000', '102409.252000', '102409.256000', '102409.258000', '102409.261000', '102409.264000', '102409.267000', '102409.270000', '102409.273000', '102409.276000', '102409.279000', '102409.281000', '102409.285000', '102409.287000', '102409.290000', '102409.293000', '102409.296000', '102409.299000', '102409.301000', '102409.304000', '102429.177000', '102429.180000', '102429.183000', '102429.186000', '102429.188000', '102429.191000', '102429.194000', '102429.197000', '102429.200000', '102429.203000', '102429.206000', '102429.208000', '102429.211000', '102429.214000', '102429.217000', '102429.220000', '102429.222000', '102429.225000', '102429.228000', '102429.231000', '102429.234000', '102429.237000', '102429.240000', '102429.242000', '102429.245000', '102429.248000', '102429.251000', '102429.254000', '102429.257000', '102429.259000', '102429.262000', '102429.265000', '102429.268000', '102429.271000', '102429.273000', '102429.276000', '102429.279000', '102429.282000', '102429.285000', '102429.287000', '102429.290000', '102429.293000', '102429.296000', '102429.299000', '102449.176000', '102449.179000', '102449.181000', '102449.190000', '102449.193000', '102449.195000', '102449.198000', '102449.201000', '102449.204000', '102449.207000', '102449.210000', '102449.212000', '102449.215000', '102449.218000', '102449.221000', '102449.224000', '102449.227000', '102449.229000', '102449.232000', '102449.235000', '102449.238000', '102449.241000', '102449.243000', '102449.246000', '102449.249000', '102449.252000', '102449.255000', '102449.258000', '102449.260000', '102449.263000', '102449.266000', '102449.269000', '102449.272000', '102449.275000', '102449.277000', '102449.281000', '102449.286000', '102449.289000', '102449.293000', '102449.295000', '102449.298000', '102449.301000', '102449.304000', '102509.177000', '102509.180000', '102509.183000', '102509.186000', '102509.189000', '102509.192000', '102509.194000', '102509.205000', '102509.208000', '102509.211000', '102509.213000', '102509.216000', '102509.219000', '102509.222000', '102509.225000', '102509.228000', '102509.230000', '102509.233000', '102509.236000', '102509.239000', '102509.242000', '102509.245000', '102509.247000', '102509.250000', '102509.253000', '102509.256000', '102509.259000', '102509.262000', '102509.264000', '102509.267000', '102509.270000', '102509.273000', '102509.276000', '102509.279000', '102509.281000', '102509.284000', '102509.287000', '102509.290000', '102509.293000', '102509.296000', '102509.299000', '102509.302000', '102509.304000', '102509.307000', '102529.177000', '102529.180000', '102529.183000', '102529.186000', '102529.188000', '102529.191000', '102529.194000', '102529.197000', '102529.200000', '102529.203000', '102529.205000', '102529.208000', '102529.211000', '102529.214000', '102529.217000', '102529.220000', '102529.223000', '102529.225000', '102529.228000', '102529.231000', '102529.234000', '102529.237000', '102529.241000', '102529.244000', '102529.246000', '102529.249000', '102529.252000', '102529.255000', '102529.258000', '102529.261000', '102529.263000', '102529.266000', '102529.269000', '102529.272000', '102529.275000', '102529.278000', '102529.281000', '102529.283000', '102529.286000', '102529.289000', '102529.292000', '102529.295000', '102529.297000', '102549.177000', '102549.180000', '102549.183000', '102549.185000', '102549.188000', '102549.191000', '102549.194000', '102549.197000', '102549.200000', '102549.203000', '102549.206000', '102549.209000', '102549.212000', '102549.214000', '102549.217000', '102549.220000', '102549.223000', '102549.226000', '102549.229000', '102549.232000', '102549.235000', '102549.237000', '102549.240000', '102549.243000', '102549.246000', '102549.249000', '102549.252000', '102549.254000', '102549.257000', '102549.260000', '102549.263000', '102549.266000', '102549.269000', '102549.271000', '102549.274000', '102549.277000', '102549.280000', '102549.283000', '102549.285000', '102549.288000', '102549.291000', '102549.294000', '102549.297000', '102549.300000', '102609.177000', '102609.180000', '102609.183000', '102609.186000', '102609.188000', '102609.191000', '102609.194000', '102609.197000', '102609.200000', '102609.203000', '102609.206000', '102609.208000', '102609.211000', '102609.214000', '102609.217000', '102609.220000', '102609.223000', '102609.225000', '102609.228000', '102609.231000', '102609.234000', '102609.237000', '102609.240000', '102609.243000', '102609.246000', '102609.248000', '102609.252000', '102609.254000', '102609.257000', '102609.260000', '102609.263000', '102609.266000', '102609.268000', '102609.271000', '102609.274000', '102609.277000', '102609.280000', '102609.283000', '102609.285000', '102609.288000', '102609.291000', '102609.294000', '102609.297000', '102629.177000', '102629.180000', '102629.182000', '102629.186000', '102629.188000', '102629.191000', '102629.194000', '102629.197000', '102629.200000', '102629.203000', '102629.205000', '102629.208000', '102629.211000', '102629.214000', '102629.217000', '102629.220000', '102629.223000', '102629.225000', '102629.228000', '102629.231000', '102629.234000', '102629.237000', '102629.240000', '102629.243000', '102629.245000', '102629.248000', '102629.251000', '102629.254000', '102629.257000', '102629.259000', '102629.262000', '102629.268000', '102629.287000', '102629.290000', '102629.292000', '102629.295000', '102629.298000', '102629.301000', '102629.304000', '102629.307000', '102629.309000', '102629.312000', '102629.315000', '102629.318000', '102649.177000', '102649.180000', '102649.183000', '102649.186000', '102649.189000', '102649.192000', '102649.194000', '102649.197000', '102649.200000', '102649.203000', '102649.206000', '102649.209000', '102649.211000', '102649.214000', '102649.217000', '102649.220000', '102649.223000', '102649.226000', '102649.229000', '102649.232000', '102649.234000', '102649.237000', '102649.240000', '102649.243000', '102649.246000', '102649.254000', '102649.257000', '102649.260000', '102649.263000', '102649.266000', '102649.269000', '102649.272000', '102649.275000', '102649.278000', '102649.281000', '102649.284000', '102649.287000', '102649.290000', '102649.293000', '102649.295000', '102649.298000', '102649.301000', '102649.304000', '102709.176000', '102709.179000', '102709.182000', '102709.185000', '102709.187000', '102709.190000', '102709.193000', '102709.196000', '102709.199000', '102709.202000', '102709.205000', '102709.207000', '102709.210000', '102709.213000', '102709.216000', '102709.219000', '102709.222000', '102709.224000', '102709.227000', '102709.230000', '102709.233000', '102709.236000', '102709.239000', '102709.242000', '102709.245000', '102709.248000', '102709.251000', '102709.254000', '102709.257000', '102709.259000', '102709.262000', '102709.265000', '102709.268000', '102709.271000', '102709.274000', '102709.276000', '102709.279000', '102709.282000', '102709.285000', '102709.288000', '102709.291000', '102709.293000', '102709.296000', '102709.299000', '102729.177000', '102729.180000', '102729.183000', '102729.185000', '102729.188000', '102729.191000', '102729.194000', '102729.197000', '102729.200000', '102729.203000', '102729.206000', '102729.209000', '102729.212000', '102729.214000', '102729.217000', '102729.220000', '102729.223000', '102729.226000', '102729.229000', '102729.231000', '102729.234000', '102729.237000', '102729.240000', '102729.243000', '102729.246000', '102729.249000', '102729.251000', '102729.254000', '102729.257000', '102729.260000', '102729.263000', '102729.266000', '102729.269000', '102729.271000', '102729.274000', '102729.277000', '102729.280000', '102729.283000', '102729.285000', '102729.288000', '102729.291000', '102729.294000', '102729.297000', '102749.177000', '102749.180000', '102749.183000', '102749.186000', '102749.188000', '102749.191000', '102749.194000', '102749.197000', '102749.200000', '102749.203000', '102749.206000', '102749.208000', '102749.211000', '102749.214000', '102749.217000', '102749.220000', '102749.223000', '102749.226000', '102749.229000', '102749.231000', '102749.234000', '102749.237000', '102749.240000', '102749.243000', '102749.246000', '102749.249000', '102749.251000', '102749.254000', '102749.257000', '102749.260000', '102749.263000', '102749.266000', '102749.268000', '102749.271000', '102749.274000', '102749.277000', '102749.280000', '102749.283000', '102749.285000', '102749.288000', '102749.291000', '102749.294000', '102749.297000', '102749.300000', '102809.177000', '102809.180000', '102809.183000', '102809.186000', '102809.189000', '102809.191000', '102809.194000', '102809.197000', '102809.200000', '102809.203000', '102809.206000', '102809.209000', '102809.211000', '102809.214000', '102809.217000', '102809.220000', '102809.223000', '102809.226000', '102809.229000', '102809.231000', '102809.234000', '102809.237000', '102809.240000', '102809.243000', '102809.246000', '102809.248000', '102809.251000', '102809.254000', '102809.257000', '102809.260000', '102809.262000', '102809.265000', '102809.268000', '102809.271000', '102809.274000', '102809.277000', '102809.279000', '102809.282000', '102809.285000', '102809.288000', '102809.291000', '102809.294000', '102809.296000', '102829.177000', '102829.180000', '102829.183000', '102829.185000', '102829.188000', '102829.191000', '102829.194000', '102829.197000', '102829.200000', '102829.203000', '102829.205000', '102829.208000', '102829.211000', '102829.214000', '102829.217000', '102829.220000', '102829.223000', '102829.225000', '102829.228000', '102829.236000', '102829.239000', '102829.242000', '102829.245000', '102829.247000', '102829.251000', '102829.253000', '102829.256000', '102829.259000', '102829.262000', '102829.265000', '102829.268000', '102829.270000', '102829.273000', '102829.276000', '102829.279000', '102829.282000', '102829.285000', '102829.288000', '102829.290000', '102829.293000', '102829.296000', '102829.301000', '102829.304000', '102829.306000', '102849.177000', '102849.180000', '102849.183000', '102849.185000', '102849.188000', '102849.191000', '102849.194000', '102849.197000', '102849.200000', '102849.202000', '102849.205000', '102849.208000', '102849.211000', '102849.214000', '102849.217000', '102849.220000', '102849.222000', '102849.225000', '102849.228000', '102849.231000', '102849.234000', '102849.237000', '102849.244000', '102849.247000', '102849.250000', '102849.253000', '102849.256000', '102849.258000', '102849.261000', '102849.264000', '102849.267000', '102849.270000', '102849.272000', '102849.275000', '102849.278000', '102849.281000', '102849.284000', '102849.286000', '102849.289000', '102849.292000', '102849.295000', '102849.298000', '102849.301000', '102909.177000', '102909.182000', '102909.186000', '102909.189000', '102909.192000', '102909.195000', '102909.198000', '102909.201000', '102909.204000', '102909.206000', '102909.209000', '102909.212000', '102909.215000', '102909.218000', '102909.221000', '102909.224000', '102909.226000', '102909.229000', '102909.232000', '102909.235000', '102909.238000', '102909.241000', '102909.243000', '102909.246000', '102909.249000', '102909.252000', '102909.255000', '102909.258000', '102909.260000', '102909.263000', '102909.266000', '102909.269000', '102909.271000', '102909.274000', '102909.277000', '102909.280000', '102909.283000', '102909.285000', '102909.288000', '102909.291000', '102909.294000', '102909.297000', '102909.299000', '102923.478000', '102923.481000', '102923.485000', '102923.488000', '102923.491000', '102923.495000', '102923.498000', '102923.501000', '102923.504000', '102923.508000', '102923.511000', '102923.528000', '102923.531000', '102923.534000', '102923.541000', '102923.544000', '102923.547000', '102923.550000', '102923.553000', '102923.556000', '102923.559000', '102923.562000', '102923.565000', '102923.568000', '102923.571000', '102923.574000', '102923.576000', '102923.579000', '102923.582000', '102923.585000', '102923.588000', '102923.591000'], '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': [10275, 10253, 9368, 11001, 9019, 10097, 8098, 8926, 8827, 8653, 8210, 8708, 8657, 9590, 9156, 11849, 9333, 11161, 9758, 10013, 9557, 11444, 9128, 12647, 9476, 9923, 11544, 9475, 9479, 10427, 8227, 9536, 7946, 10199, 8214, 11082, 8633, 10433, 9787, 12111, 8572, 9133, 8589, 12709, 8740, 9692, 9644, 8924, 8197, 7917, 8948, 8475, 12000, 9943, 8339, 8183, 8598, 7839, 8695, 9334, 8255, 12411, 11402, 9575, 16063, 10326, 17339, 11359, 16037, 12442, 16104, 11270, 13352, 8822, 11464, 8541, 9229, 9473, 8342, 7814, 7784, 7944, 7683, 8181, 8298, 8124, 8788, 8318, 8960, 7891, 9580, 8051, 10827, 8519, 12720, 9649, 12828, 10509, 11317, 8531, 10246, 8729, 9217, 8950, 9426, 8654, 9259, 9351, 7887, 10224, 8409, 7684, 8987, 9720, 9135, 10429, 9240, 14695, 12831, 16091, 13365, 13932, 11222, 12766, 15838, 10876, 14906, 9826, 11945, 9743, 10207, 9241, 10498, 9105, 9111, 8919, 8513, 8957, 7920, 9422, 8774, 9877, 8662, 8987, 8870, 10547, 8891, 15097, 9305, 12890, 9631, 10255, 8764, 9488, 8740, 10443, 8760, 11119, 8426, 11071, 8632, 10095, 8436, 9351, 7872, 9275, 7580, 8529, 8520, 9418, 14260, 8597, 10824, 8276, 8440, 7948, 8477, 7492, 9576, 8830, 8757, 8853, 8400, 10133, 9630, 8902, 10415, 10273, 12571, 11221, 9951, 16896, 15420, 13367, 16411, 14315, 15939, 13424, 15879, 13129, 14690, 12130, 14829, 11461, 12122, 9902, 11181, 9155, 10305, 9325, 9782, 9732, 8551, 9993, 8416, 10263, 8909, 10460, 9048, 10622, 9424, 11039, 9535, 10559, 9518, 8782, 10252, 8966, 11556, 13116, 10074, 13271, 9344, 10746, 8548, 9807, 8646, 10171, 8716, 10060, 9580, 8382, 10080, 9309, 8955, 10119, 9811, 9557, 9562, 10194, 13677, 11061, 11491, 14644, 14788, 14908, 13921, 11325, 15762, 11781, 14737, 9660, 12049, 9196, 10386, 8369, 10145, 8774, 10909, 9303, 10755, 9862, 10137, 12560, 9251, 10248, 8632, 9931, 9410, 9566, 9899, 10112, 10140, 12718, 9171, 10348, 7974, 9917, 9438, 11338, 11262, 9606, 8620, 9635, 8575, 11425, 10703, 9020, 14036, 11477, 16619, 13462, 14822, 11710, 11205, 14620, 11781, 13743, 13819, 13393, 14151, 12282, 12044, 8947, 9457, 7976, 8430, 9890, 10761, 10463, 8579, 9082, 9209, 9118, 10290, 9313, 10319, 9017, 8589, 12777, 12328, 10144, 15484, 12276, 16001, 12278, 14587, 12038, 14701, 11010, 14273, 9748, 11629, 8856, 11178, 9253, 11336, 9006, 10689, 9802, 8198, 10806, 9160, 9363, 7761, 8583, 10294, 7505, 11044, 9103, 12082, 8776, 11087, 8930, 9253, 11691, 9297, 12539, 10242, 12864, 9916, 12167, 9735, 12646, 9764, 11420, 11942, 10151, 13730, 10083, 9297, 9694, 7959, 9716, 7709, 8557, 7871, 10722, 8153, 11130, 9149, 10096, 9380, 8633, 11105, 15339, 11210, 8361, 7255, 7706, 7772, 8723, 9143, 9167, 7666, 10721, 8360, 10952, 13203, 11210, 10230, 15720, 12759, 11045, 17505, 14297, 11065, 19676, 15545, 15712, 14175, 10931, 16293, 11475, 11376, 12868, 8781, 13276, 10150, 11868, 9959, 9571, 11207, 9225, 10405, 8975, 8518, 8899, 8318, 12263, 10871, 9527, 12348, 10855, 9866, 12154, 9383, 10565, 9867, 12569, 10851, 9557, 14313, 10934, 18570, 14667, 15280, 13618, 12501, 9531, 7099, 11206, 9439, 11057, 10733, 11221, 11016, 13168, 10723, 14020, 10493, 13124, 9943, 11982, 9135, 11381, 8576, 10933, 8312, 10695, 9494, 10238, 12415, 9639, 8743, 10310, 8636, 11649, 9474, 10359, 10615, 10228, 10757, 9812, 11045, 9642, 12402, 9823, 9815, 9384, 9815, 9252, 10338, 10838, 12054, 10002, 12142, 9865, 14548, 10727, 14974, 10763, 15078, 10713, 14939, 11160, 13732, 9826, 12345, 9464, 11532, 10184, 8902, 9469, 7507, 9427, 8754, 9054, 9902, 11646, 9265, 11108, 8176, 10165, 10689, 9667, 8156, 9447, 7536, 11458, 7590, 7762, 7785, 7918, 7596, 7467, 9589, 7460, 10776, 11116, 9573, 14269, 10063, 15562, 10793, 15410, 10167, 14234, 9295, 10902, 8563, 11479, 9074, 11611, 8721, 11225, 9168, 11724, 9833, 13098, 10117, 9319, 10737, 8082, 10454, 9075, 10493, 11542, 8523, 11537, 8346, 11351, 8396, 11031, 10356, 10150, 13139, 10019, 7614, 10830, 8646, 10452, 8335, 7598, 9678, 8350, 10957, 8927, 11477, 9316, 10015, 12705, 9310, 10679, 8573, 9679, 12095, 8708, 10474, 9192, 8637, 8252, 7268, 8653, 7686, 10913, 8838, 7709, 10156, 10536, 10068, 11935, 8634, 12229, 11101, 12388, 12191, 13278, 13719, 12742, 14282, 10628, 13693, 9940, 11257, 9020, 9962, 9467, 9440, 9381, 7520, 7590, 7863, 7491, 9767, 8148, 12243, 9745, 11459, 8255, 10028, 8396, 9889, 8896, 9973, 9295, 12453, 9364, 12656, 10365, 12162, 8598, 11333, 9166, 11362, 9631, 11754, 8920, 11081, 11395, 9545, 8227, 9011, 8229, 9962, 9060, 11320, 9903, 11480, 9441, 11054, 9138, 8561, 9792, 8043, 9088, 9141, 8152, 11320, 9533, 11081, 10892, 16708, 12511, 14260, 11289, 12631, 13264, 11882, 13234, 9470, 8670, 7905, 9014, 7720, 9235, 9629, 8044, 7924, 7954, 8268, 8943, 7383, 12062, 10042, 12662, 11026, 13852, 10596, 14155, 12057, 15249, 11560, 13251, 9366, 14417, 10248, 14473, 9197, 11792, 9386, 10737, 9978, 8491, 12312, 8353, 10485, 8660, 10211, 8296, 8434, 7934, 9005, 7906, 10119, 8581, 9759, 12273, 9718, 13068, 9433, 10807, 8844, 10365, 8724, 10820, 8648, 10350, 8407, 7845, 9716, 13983, 10478, 11569, 11292, 9297, 13587, 8739, 12556, 8983, 11033, 8564, 8467, 8325, 9349, 10039, 8532, 10923, 7756, 8602, 8883, 7735, 10218, 7332, 7373, 9690, 8101, 7281, 10078, 8971, 9122, 13474, 11246, 13817, 14019, 13530, 14088, 13193, 12574, 14944, 12505, 15685, 11704, 10791, 9482, 10717, 8713, 11387, 8368, 10148, 7901, 8197, 8499, 8282, 7551, 8331, 6978, 9548, 7599, 10411, 12772, 8640, 11621, 9180, 10347, 8552, 8809, 8993, 9192, 8149, 8784, 12858, 9104, 10023, 10059, 9476, 14283, 10948, 11512, 11574, 9943, 7712, 9515, 8179, 8963, 13184, 10771, 8695, 7344, 7512, 7062, 7672, 7809, 7085, 7180, 7433, 7273, 9713, 11450, 11520, 14909, 11121, 11796, 15553, 13522, 17660, 13432, 16043, 13545, 15258, 12820, 17264], 'WindowCenter': [4526.0, 4511.0, 4500.0, 4506.0, 4474.0, 4493.0, 4453.0, 4487.0, 4488.0, 4476.0, 4474.0, 4485.0, 4486.0, 4494.0, 4509.0, 4526.0, 4499.0, 4540.0, 4509.0, 4494.0, 4510.0, 4528.0, 4487.0, 4513.0, 4484.0, 4483.0, 4516.0, 4485.0, 4494.0, 4506.0, 4463.0, 4484.0, 4465.0, 4479.0, 4462.0, 4501.0, 4474.0, 4494.0, 4495.0, 4502.0, 4465.0, 4471.0, 4462.0, 4499.0, 4462.0, 4487.0, 4477.0, 4477.0, 4466.0, 4464.0, 4473.0, 4474.0, 4513.0, 4494.0, 4466.0, 4464.0, 4465.0, 4453.0, 4476.0, 4484.0, 4476.0, 4515.0, 4503.0, 4472.0, 4534.0, 4483.0, 4544.0, 4491.0, 4519.0, 4502.0, 4510.0, 4478.0, 4485.0, 4434.0, 4465.0, 4422.0, 4433.0, 4444.0, 4425.0, 4413.0, 4414.0, 4411.0, 4414.0, 4434.0, 4436.0, 4438.0, 4463.0, 4465.0, 4474.0, 4452.0, 4481.0, 4453.0, 4491.0, 4473.0, 4512.0, 4472.0, 4525.0, 4496.0, 4492.0, 4462.0, 4482.0, 4453.0, 4462.0, 4465.0, 4489.0, 4478.0, 4498.0, 4508.0, 4490.0, 4505.0, 4476.0, 4454.0, 4484.0, 4484.0, 4472.0, 4503.0, 4496.0, 4547.0, 4539.0, 4536.0, 4513.0, 4512.0, 4478.0, 4485.0, 4495.0, 4455.0, 4482.0, 4442.0, 4460.0, 4444.0, 4442.0, 4457.0, 4464.0, 4444.0, 4443.0, 4443.0, 4433.0, 4447.0, 4437.0, 4459.0, 4449.0, 4467.0, 4460.0, 4472.0, 4458.0, 4475.0, 4469.0, 4531.0, 4483.0, 4498.0, 4468.0, 4467.0, 4448.0, 4456.0, 4445.0, 4465.0, 4447.0, 4473.0, 4437.0, 4474.0, 4447.0, 4469.0, 4448.0, 4459.0, 4437.0, 4446.0, 4428.0, 4435.0, 4436.0, 4457.0, 4497.0, 4448.0, 4466.0, 4437.0, 4451.0, 4443.0, 4454.0, 4441.0, 4492.0, 4495.0, 4496.0, 4508.0, 4473.0, 4493.0, 4484.0, 4472.0, 4494.0, 4494.0, 4522.0, 4502.0, 4491.0, 4542.0, 4544.0, 4521.0, 4530.0, 4520.0, 4518.0, 4497.0, 4516.0, 4496.0, 4482.0, 4471.0, 4480.0, 4449.0, 4471.0, 4437.0, 4434.0, 4426.0, 4449.0, 4440.0, 4450.0, 4451.0, 4431.0, 4477.0, 4447.0, 4475.0, 4457.0, 4479.0, 4460.0, 4502.0, 4484.0, 4514.0, 4495.0, 4504.0, 4483.0, 4462.0, 4479.0, 4460.0, 4491.0, 4499.0, 4469.0, 4500.0, 4459.0, 4478.0, 4451.0, 4485.0, 4452.0, 4470.0, 4452.0, 4471.0, 4474.0, 4454.0, 4484.0, 4475.0, 4474.0, 4504.0, 4515.0, 4517.0, 4517.0, 4514.0, 4531.0, 4512.0, 4498.0, 4508.0, 4506.0, 4521.0, 4508.0, 4501.0, 4530.0, 4499.0, 4505.0, 4453.0, 4483.0, 4441.0, 4451.0, 4433.0, 4462.0, 4444.0, 4471.0, 4455.0, 4475.0, 4463.0, 4477.0, 4497.0, 4456.0, 4477.0, 4446.0, 4465.0, 4455.0, 4466.0, 4466.0, 4475.0, 4477.0, 4522.0, 4480.0, 4490.0, 4474.0, 4492.0, 4483.0, 4505.0, 4503.0, 4483.0, 4472.0, 4493.0, 4472.0, 4485.0, 4490.0, 4460.0, 4511.0, 4489.0, 4533.0, 4513.0, 4520.0, 4490.0, 4479.0, 4498.0, 4465.0, 4474.0, 4457.0, 4449.0, 4446.0, 4437.0, 4435.0, 4410.0, 4427.0, 4421.0, 4396.0, 4428.0, 4436.0, 4439.0, 4421.0, 4443.0, 4444.0, 4444.0, 4476.0, 4480.0, 4493.0, 4474.0, 4461.0, 4498.0, 4498.0, 4487.0, 4528.0, 4495.0, 4506.0, 4485.0, 4491.0, 4483.0, 4491.0, 4461.0, 4479.0, 4439.0, 4459.0, 4440.0, 4471.0, 4450.0, 4458.0, 4442.0, 4462.0, 4464.0, 4443.0, 4485.0, 4469.0, 4481.0, 4440.0, 4447.0, 4466.0, 4415.0, 4464.0, 4447.0, 4488.0, 4474.0, 4491.0, 4473.0, 4471.0, 4489.0, 4471.0, 4501.0, 4493.0, 4499.0, 4484.0, 4513.0, 4484.0, 4512.0, 4482.0, 4503.0, 4501.0, 4468.0, 4486.0, 4467.0, 4444.0, 4468.0, 4426.0, 4427.0, 4447.0, 4470.0, 4425.0, 4464.0, 4426.0, 4490.0, 4473.0, 4480.0, 4484.0, 4473.0, 4514.0, 4536.0, 4519.0, 4490.0, 4445.0, 4437.0, 4461.0, 4482.0, 4479.0, 4494.0, 4463.0, 4502.0, 4450.0, 4490.0, 4512.0, 4485.0, 4479.0, 4543.0, 4533.0, 4526.0, 4564.0, 4532.0, 4513.0, 4552.0, 4530.0, 4541.0, 4506.0, 4484.0, 4513.0, 4483.0, 4471.0, 4490.0, 4443.0, 4492.0, 4486.0, 4493.0, 4473.0, 4473.0, 4494.0, 4464.0, 4502.0, 4471.0, 4458.0, 4470.0, 4449.0, 4512.0, 4504.0, 4495.0, 4536.0, 4506.0, 4494.0, 4505.0, 4476.0, 4500.0, 4502.0, 4540.0, 4517.0, 4499.0, 4563.0, 4522.0, 4548.0, 4522.0, 4493.0, 4464.0, 4507.0, 4476.0, 4425.0, 4484.0, 4450.0, 4471.0, 4462.0, 4461.0, 4475.0, 4493.0, 4476.0, 4495.0, 4476.0, 4494.0, 4463.0, 4471.0, 4440.0, 4459.0, 4419.0, 4458.0, 4422.0, 4462.0, 4453.0, 4464.0, 4495.0, 4454.0, 4444.0, 4476.0, 4456.0, 4486.0, 4467.0, 4477.0, 4503.0, 4514.0, 4513.0, 4503.0, 4525.0, 4508.0, 4549.0, 4520.0, 4507.0, 4470.0, 4493.0, 4457.0, 4477.0, 4475.0, 4499.0, 4480.0, 4500.0, 4483.0, 4533.0, 4492.0, 4521.0, 4489.0, 4507.0, 4466.0, 4519.0, 4474.0, 4495.0, 4466.0, 4486.0, 4443.0, 4462.0, 4454.0, 4443.0, 4454.0, 4413.0, 4443.0, 4421.0, 4444.0, 4456.0, 4474.0, 4469.0, 4476.0, 4426.0, 4470.0, 4467.0, 4459.0, 4440.0, 4458.0, 4431.0, 4497.0, 4408.0, 4459.0, 4447.0, 4446.0, 4435.0, 4415.0, 4454.0, 4437.0, 4497.0, 4497.0, 4477.0, 4516.0, 4476.0, 4513.0, 4485.0, 4514.0, 4472.0, 4504.0, 4451.0, 4470.0, 4429.0, 4494.0, 4453.0, 4480.0, 4441.0, 4482.0, 4452.0, 4481.0, 4475.0, 4494.0, 4462.0, 4443.0, 4473.0, 4431.0, 4476.0, 4469.0, 4476.0, 4487.0, 4448.0, 4511.0, 4461.0, 4499.0, 4449.0, 4488.0, 4476.0, 4489.0, 4496.0, 4466.0, 4425.0, 4477.0, 4447.0, 4480.0, 4437.0, 4414.0, 4457.0, 4437.0, 4465.0, 4458.0, 4486.0, 4445.0, 4457.0, 4486.0, 4459.0, 4466.0, 4438.0, 4456.0, 4474.0, 4447.0, 4463.0, 4468.0, 4458.0, 4448.0, 4426.0, 4446.0, 4444.0, 4517.0, 4474.0, 4450.0, 4478.0, 4500.0, 4478.0, 4511.0, 4470.0, 4511.0, 4498.0, 4500.0, 4483.0, 4496.0, 4503.0, 4482.0, 4504.0, 4461.0, 4491.0, 4451.0, 4470.0, 4439.0, 4449.0, 4439.0, 4451.0, 4453.0, 4429.0, 4412.0, 4406.0, 4399.0, 4448.0, 4420.0, 4487.0, 4467.0, 4495.0, 4456.0, 4473.0, 4469.0, 4515.0, 4507.0, 4517.0, 4494.0, 4509.0, 4480.0, 4523.0, 4480.0, 4512.0, 4472.0, 4501.0, 4481.0, 4526.0, 4494.0, 4524.0, 4483.0, 4503.0, 4488.0, 4457.0, 4436.0, 4446.0, 4446.0, 4466.0, 4483.0, 4514.0, 4504.0, 4513.0, 4496.0, 4503.0, 4484.0, 4474.0, 4492.0, 4464.0, 4486.0, 4497.0, 4478.0, 4517.0, 4498.0, 4515.0, 4505.0, 4534.0, 4501.0, 4510.0, 4503.0, 4500.0, 4501.0, 4476.0, 4475.0, 4432.0, 4501.0, 4439.0, 4430.0, 4409.0, 4453.0, 4490.0, 4476.0, 4471.0, 4457.0, 4456.0, 4476.0, 4448.0, 4507.0, 4503.0, 4521.0, 4501.0, 4523.0, 4492.0, 4522.0, 4515.0, 4495.0, 4466.0, 4461.0, 4422.0, 4471.0, 4444.0, 4483.0, 4435.0, 4464.0, 4446.0, 4462.0, 4464.0, 4455.0, 4480.0, 4430.0, 4446.0, 4419.0, 4448.0, 4419.0, 4432.0, 4434.0, 4456.0, 4449.0, 4479.0, 4460.0, 4494.0, 4509.0, 4480.0, 4509.0, 4482.0, 4514.0, 4483.0, 4502.0, 4487.0, 4502.0, 4474.0, 4480.0, 4460.0, 4475.0, 4496.0, 4535.0, 4495.0, 4501.0, 4488.0, 4484.0, 4522.0, 4463.0, 4500.0, 4459.0, 4476.0, 4473.0, 4450.0, 4462.0, 4472.0, 4471.0, 4473.0, 4515.0, 4480.0, 4487.0, 4473.0, 4451.0, 4492.0, 4450.0, 4439.0, 4481.0, 4462.0, 4452.0, 4490.0, 4482.0, 4492.0, 4522.0, 4502.0, 4509.0, 4518.0, 4507.0, 4507.0, 4506.0, 4483.0, 4505.0, 4495.0, 4493.0, 4460.0, 4448.0, 4441.0, 4448.0, 4430.0, 4458.0, 4430.0, 4461.0, 4433.0, 4445.0, 4430.0, 4424.0, 4396.0, 4442.0, 4428.0, 4477.0, 4451.0, 4514.0, 4521.0, 4484.0, 4511.0, 4470.0, 4489.0, 4484.0, 4481.0, 4473.0, 4495.0, 4489.0, 4486.0, 4537.0, 4481.0, 4506.0, 4504.0, 4493.0, 4534.0, 4504.0, 4503.0, 4491.0, 4495.0, 4439.0, 4482.0, 4463.0, 4471.0, 4509.0, 4505.0, 4424.0, 4456.0, 4454.0, 4443.0, 4449.0, 4460.0, 4462.0, 4476.0, 4461.0, 4454.0, 4466.0, 4490.0, 4501.0, 4520.0, 4498.0, 4511.0, 4543.0, 4533.0, 4553.0, 4519.0, 4527.0, 4494.0, 4514.0, 4481.0, 4501.0], 'WindowWidth': [9942.0, 9906.0, 9889.0, 9888.0, 9841.0, 9864.0, 9810.0, 9864.0, 9869.0, 9847.0, 9844.0, 9861.0, 9863.0, 9872.0, 9902.0, 9917.0, 9886.0, 9945.0, 9899.0, 9872.0, 9902.0, 9924.0, 9863.0, 9893.0, 9855.0, 9852.0, 9903.0, 9856.0, 9870.0, 9891.0, 9826.0, 9853.0, 9832.0, 9842.0, 9822.0, 9873.0, 9843.0, 9870.0, 9869.0, 9874.0, 9827.0, 9829.0, 9820.0, 9865.0, 9816.0, 9856.0, 9841.0, 9841.0, 9831.0, 9833.0, 9839.0, 9845.0, 9895.0, 9870.0, 9834.0, 9825.0, 9825.0, 9812.0, 9848.0, 9853.0, 9847.0, 9896.0, 9876.0, 9832.0, 9923.0, 9847.0, 9937.0, 9855.0, 9891.0, 9873.0, 9879.0, 9830.0, 9835.0, 9764.0, 9806.0, 9744.0, 9762.0, 9779.0, 9755.0, 9733.0, 9736.0, 9731.0, 9740.0, 9767.0, 9775.0, 9780.0, 9824.0, 9831.0, 9842.0, 9811.0, 9845.0, 9810.0, 9858.0, 9839.0, 9888.0, 9830.0, 9914.0, 9872.0, 9860.0, 9820.0, 9842.0, 9803.0, 9813.0, 9821.0, 9866.0, 9854.0, 9884.0, 9902.0, 9879.0, 9887.0, 9847.0, 9817.0, 9855.0, 9853.0, 9834.0, 9880.0, 9877.0, 9948.0, 9940.0, 9933.0, 9892.0, 9890.0, 9832.0, 9838.0, 9852.0, 9795.0, 9827.0, 9773.0, 9793.0, 9777.0, 9772.0, 9806.0, 9808.0, 9781.0, 9778.0, 9779.0, 9767.0, 9790.0, 9779.0, 9810.0, 9797.0, 9819.0, 9818.0, 9838.0, 9812.0, 9828.0, 9829.0, 9914.0, 9851.0, 9864.0, 9820.0, 9818.0, 9793.0, 9801.0, 9786.0, 9811.0, 9789.0, 9820.0, 9777.0, 9822.0, 9791.0, 9822.0, 9794.0, 9809.0, 9777.0, 9786.0, 9764.0, 9770.0, 9773.0, 9805.0, 9857.0, 9791.0, 9814.0, 9777.0, 9804.0, 9792.0, 9808.0, 9792.0, 9869.0, 9885.0, 9887.0, 9903.0, 9842.0, 9865.0, 9852.0, 9832.0, 9863.0, 9868.0, 9906.0, 9878.0, 9863.0, 9938.0, 9942.0, 9903.0, 9915.0, 9902.0, 9896.0, 9866.0, 9891.0, 9861.0, 9835.0, 9815.0, 9827.0, 9781.0, 9815.0, 9762.0, 9751.0, 9745.0, 9780.0, 9770.0, 9786.0, 9788.0, 9761.0, 9835.0, 9793.0, 9829.0, 9807.0, 9838.0, 9817.0, 9879.0, 9859.0, 9899.0, 9873.0, 9884.0, 9852.0, 9820.0, 9839.0, 9812.0, 9858.0, 9866.0, 9824.0, 9867.0, 9808.0, 9834.0, 9801.0, 9850.0, 9800.0, 9819.0, 9803.0, 9823.0, 9832.0, 9805.0, 9849.0, 9838.0, 9838.0, 9886.0, 9913.0, 9919.0, 9916.0, 9904.0, 9923.0, 9895.0, 9868.0, 9883.0, 9874.0, 9906.0, 9881.0, 9879.0, 9921.0, 9871.0, 9872.0, 9797.0, 9838.0, 9776.0, 9787.0, 9771.0, 9807.0, 9786.0, 9819.0, 9802.0, 9830.0, 9812.0, 9833.0, 9866.0, 9807.0, 9838.0, 9792.0, 9814.0, 9804.0, 9818.0, 9820.0, 9830.0, 9838.0, 9907.0, 9848.0, 9865.0, 9847.0, 9867.0, 9856.0, 9888.0, 9882.0, 9854.0, 9838.0, 9872.0, 9838.0, 9843.0, 9857.0, 9813.0, 9884.0, 9853.0, 9921.0, 9892.0, 9898.0, 9857.0, 9838.0, 9865.0, 9810.0, 9822.0, 9786.0, 9773.0, 9766.0, 9752.0, 9747.0, 9721.0, 9744.0, 9752.0, 9701.0, 9747.0, 9751.0, 9761.0, 9743.0, 9779.0, 9780.0, 9781.0, 9832.0, 9851.0, 9867.0, 9839.0, 9820.0, 9865.0, 9865.0, 9851.0, 9913.0, 9859.0, 9874.0, 9841.0, 9847.0, 9837.0, 9845.0, 9801.0, 9826.0, 9769.0, 9796.0, 9774.0, 9816.0, 9790.0, 9795.0, 9780.0, 9808.0, 9815.0, 9786.0, 9848.0, 9831.0, 9849.0, 9790.0, 9791.0, 9815.0, 9743.0, 9807.0, 9790.0, 9848.0, 9841.0, 9858.0, 9838.0, 9833.0, 9853.0, 9829.0, 9871.0, 9865.0, 9865.0, 9853.0, 9894.0, 9856.0, 9891.0, 9847.0, 9877.0, 9873.0, 9820.0, 9840.0, 9817.0, 9783.0, 9821.0, 9761.0, 9745.0, 9801.0, 9832.0, 9756.0, 9807.0, 9759.0, 9852.0, 9836.0, 9844.0, 9854.0, 9841.0, 9897.0, 9931.0, 9909.0, 9873.0, 9800.0, 9784.0, 9828.0, 9857.0, 9849.0, 9876.0, 9830.0, 9876.0, 9799.0, 9855.0, 9891.0, 9843.0, 9841.0, 9941.0, 9927.0, 9922.0, 9972.0, 9924.0, 9900.0, 9954.0, 9914.0, 9937.0, 9878.0, 9845.0, 9883.0, 9839.0, 9819.0, 9845.0, 9787.0, 9848.0, 9852.0, 9856.0, 9828.0, 9832.0, 9860.0, 9820.0, 9881.0, 9836.0, 9813.0, 9830.0, 9801.0, 9892.0, 9882.0, 9873.0, 9932.0, 9890.0, 9867.0, 9880.0, 9842.0, 9881.0, 9888.0, 9943.0, 9907.0, 9883.0, 9982.0, 9920.0, 9953.0, 9902.0, 9848.0, 9795.0, 9879.0, 9835.0, 9763.0, 9845.0, 9792.0, 9816.0, 9807.0, 9803.0, 9826.0, 9852.0, 9831.0, 9856.0, 9832.0, 9854.0, 9810.0, 9816.0, 9771.0, 9794.0, 9741.0, 9795.0, 9749.0, 9804.0, 9794.0, 9815.0, 9859.0, 9800.0, 9788.0, 9833.0, 9806.0, 9846.0, 9824.0, 9838.0, 9884.0, 9903.0, 9903.0, 9890.0, 9926.0, 9907.0, 9962.0, 9925.0, 9902.0, 9835.0, 9870.0, 9806.0, 9833.0, 9827.0, 9868.0, 9844.0, 9873.0, 9853.0, 9928.0, 9866.0, 9905.0, 9857.0, 9877.0, 9816.0, 9897.0, 9825.0, 9856.0, 9819.0, 9844.0, 9778.0, 9803.0, 9796.0, 9781.0, 9795.0, 9739.0, 9776.0, 9745.0, 9782.0, 9801.0, 9821.0, 9826.0, 9828.0, 9758.0, 9825.0, 9815.0, 9806.0, 9788.0, 9806.0, 9775.0, 9863.0, 9727.0, 9829.0, 9802.0, 9796.0, 9775.0, 9746.0, 9799.0, 9790.0, 9872.0, 9870.0, 9839.0, 9897.0, 9839.0, 9884.0, 9848.0, 9889.0, 9825.0, 9874.0, 9795.0, 9815.0, 9759.0, 9860.0, 9800.0, 9832.0, 9783.0, 9836.0, 9798.0, 9833.0, 9838.0, 9858.0, 9809.0, 9780.0, 9822.0, 9766.0, 9832.0, 9830.0, 9829.0, 9848.0, 9796.0, 9891.0, 9821.0, 9870.0, 9802.0, 9853.0, 9834.0, 9858.0, 9859.0, 9818.0, 9761.0, 9836.0, 9792.0, 9843.0, 9777.0, 9741.0, 9803.0, 9777.0, 9812.0, 9808.0, 9844.0, 9783.0, 9803.0, 9839.0, 9809.0, 9811.0, 9780.0, 9799.0, 9822.0, 9795.0, 9811.0, 9826.0, 9814.0, 9798.0, 9765.0, 9786.0, 9800.0, 9907.0, 9840.0, 9806.0, 9840.0, 9874.0, 9842.0, 9891.0, 9835.0, 9894.0, 9871.0, 9875.0, 9839.0, 9859.0, 9869.0, 9835.0, 9874.0, 9806.0, 9847.0, 9790.0, 9816.0, 9774.0, 9786.0, 9770.0, 9789.0, 9799.0, 9771.0, 9733.0, 9719.0, 9711.0, 9776.0, 9743.0, 9846.0, 9818.0, 9856.0, 9807.0, 9825.0, 9834.0, 9908.0, 9898.0, 9912.0, 9874.0, 9883.0, 9846.0, 9909.0, 9843.0, 9891.0, 9839.0, 9877.0, 9851.0, 9923.0, 9874.0, 9918.0, 9858.0, 9883.0, 9850.0, 9806.0, 9775.0, 9788.0, 9790.0, 9818.0, 9856.0, 9900.0, 9886.0, 9895.0, 9880.0, 9882.0, 9856.0, 9845.0, 9864.0, 9832.0, 9861.0, 9881.0, 9857.0, 9908.0, 9884.0, 9901.0, 9887.0, 9925.0, 9872.0, 9885.0, 9879.0, 9872.0, 9872.0, 9831.0, 9824.0, 9755.0, 9895.0, 9784.0, 9753.0, 9728.0, 9796.0, 9862.0, 9854.0, 9839.0, 9816.0, 9808.0, 9840.0, 9805.0, 9878.0, 9886.0, 9905.0, 9876.0, 9911.0, 9866.0, 9910.0, 9900.0, 9852.0, 9806.0, 9790.0, 9738.0, 9807.0, 9775.0, 9826.0, 9763.0, 9801.0, 9785.0, 9806.0, 9815.0, 9805.0, 9830.0, 9760.0, 9772.0, 9740.0, 9778.0, 9742.0, 9764.0, 9773.0, 9808.0, 9802.0, 9842.0, 9818.0, 9875.0, 9884.0, 9845.0, 9881.0, 9852.0, 9899.0, 9856.0, 9880.0, 9868.0, 9880.0, 9842.0, 9844.0, 9820.0, 9851.0, 9876.0, 9932.0, 9872.0, 9876.0, 9853.0, 9858.0, 9907.0, 9825.0, 9868.0, 9812.0, 9829.0, 9839.0, 9802.0, 9823.0, 9832.0, 9830.0, 9840.0, 9903.0, 9866.0, 9869.0, 9840.0, 9805.0, 9863.0, 9808.0, 9788.0, 9848.0, 9824.0, 9813.0, 9864.0, 9857.0, 9869.0, 9911.0, 9882.0, 9886.0, 9899.0, 9878.0, 9884.0, 9878.0, 9840.0, 9873.0, 9858.0, 9852.0, 9799.0, 9778.0, 9775.0, 9779.0, 9760.0, 9794.0, 9761.0, 9802.0, 9774.0, 9794.0, 9758.0, 9752.0, 9703.0, 9784.0, 9776.0, 9841.0, 9812.0, 9900.0, 9906.0, 9864.0, 9893.0, 9834.0, 9858.0, 9862.0, 9851.0, 9840.0, 9877.0, 9877.0, 9869.0, 9939.0, 9853.0, 9895.0, 9888.0, 9870.0, 9929.0, 9884.0, 9879.0, 9859.0, 9873.0, 9790.0, 9852.0, 9829.0, 9835.0, 9882.0, 9886.0, 9748.0, 9825.0, 9819.0, 9805.0, 9808.0, 9827.0, 9838.0, 9867.0, 9831.0, 9819.0, 9814.0, 9854.0, 9872.0, 9901.0, 9871.0, 9894.0, 9949.0, 9932.0, 9959.0, 9905.0, 9910.0, 9859.0, 9887.0, 9832.0, 9860.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.009410287026406432</td></tr>
<tr><td colspan=3>aqi</td><td>0.2005350993111366</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.34026207331039</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0070416567011502</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9868572637471253</td></tr>
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
<tr><td colspan=3>fber</td><td>7239.3086</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.4973721877137058</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>585</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>67.16417910447761</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.3047242049932724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.0900059263285176</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.6367260042027865</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.1874406844485126</td></tr>
<tr><td colspan=3>gcor</td><td>0.00573418</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012204875238239765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032660890370607376</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.9403221841696796</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>18.7085</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7103</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.0731</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.79</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7192</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.212</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3682.7886</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67709.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1007.2706</td></tr>
<tr><td colspan=3>tsnr</td><td>14.528070697560906</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>