<?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-0117_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-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0117/figures/sub-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117/ses-01/func/sub-0117_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>41a34b09ad985f884fa3c2ea81e9016c</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>20:29:18.242500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999262, -0.030937, 0.0227707, 0.0310539, 0.999506, -0.0047972]</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.259</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.100479</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>[4217, -7724, -7259, 384, -147, 78, -21, 70]</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>263.911</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>72e595e5-2842-4516-837d-f349e8f27fae||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809465885162354, 0.08331534266471863, 0.061049848794937134, 107.35619354248047], [0.0830017626285553, 2.6816020011901855, -0.01485210470855236, -100.31358337402344], [0.06109214946627617, 0.012870539911091328, 2.6992688179016113, -69.64543151855469], [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': ['202918.242500', '202918.702500', '202919.162500', '202919.622500', '202920.082500', '202920.542500', '202921.002500', '202921.462500', '202921.922500', '202922.382500', '202922.842500', '202923.302500', '202923.762500', '202924.222500', '202924.682500', '202925.142500', '202925.602500', '202926.062500', '202926.522500', '202926.982500', '202927.442500', '202927.902500', '202928.362500', '202928.822500', '202929.282500', '202929.742500', '202930.202500', '202930.662500', '202931.122500', '202931.582500', '202932.042500', '202932.502500', '202932.962500', '202933.422500', '202933.882500', '202934.342500', '202934.802500', '202935.262500', '202935.722500', '202936.182500', '202936.642500', '202937.102500', '202937.562500', '202938.022500', '202938.482500', '202938.942500', '202939.402500', '202939.862500', '202940.322500', '202940.782500', '202941.242500', '202941.702500', '202942.162500', '202942.622500', '202943.082500', '202943.542500', '202944.002500', '202944.462500', '202944.922500', '202945.382500', '202945.842500', '202946.302500', '202946.762500', '202947.222500', '202947.682500', '202948.142500', '202948.602500', '202949.062500', '202949.522500', '202949.982500', '202950.442500', '202950.902500', '202951.362500', '202951.822500', '202952.282500', '202952.742500', '202953.202500', '202953.662500', '202954.122500', '202954.582500', '202955.042500', '202955.502500', '202955.962500', '202956.422500', '202956.882500', '202957.342500', '202957.802500', '202958.262500', '202958.722500', '202959.182500', '202959.642500', '203000.102500', '203000.562500', '203001.022500', '203001.482500', '203001.942500', '203002.402500', '203002.862500', '203003.322500', '203003.782500', '203004.242500', '203004.702500', '203005.162500', '203005.622500', '203006.082500', '203006.542500', '203007.002500', '203007.462500', '203007.922500', '203008.382500', '203008.842500', '203009.302500', '203009.762500', '203010.222500', '203010.682500', '203011.142500', '203011.602500', '203012.062500', '203012.522500', '203012.982500', '203013.442500', '203013.902500', '203014.362500', '203014.822500', '203015.282500', '203015.742500', '203016.202500', '203016.662500', '203017.122500', '203017.582500', '203018.042500', '203018.502500', '203018.962500', '203019.422500', '203019.882500', '203020.342500', '203020.802500', '203021.262500', '203021.722500', '203022.182500', '203022.642500', '203023.102500', '203023.562500', '203024.022500', '203024.482500', '203024.942500', '203025.402500', '203025.862500', '203026.322500', '203026.782500', '203027.242500', '203027.702500', '203028.162500', '203028.622500', '203029.082500', '203029.542500', '203030.002500', '203030.462500', '203030.922500', '203031.382500', '203031.842500', '203032.302500', '203032.762500', '203033.222500', '203033.682500', '203034.142500', '203034.602500', '203035.062500', '203035.522500', '203035.982500', '203036.442500', '203036.902500', '203037.362500', '203037.822500', '203038.282500', '203038.742500', '203039.202500', '203039.662500', '203040.122500', '203040.582500', '203041.042500', '203041.502500', '203041.962500', '203042.422500', '203042.882500', '203043.342500', '203043.802500', '203044.262500', '203044.722500', '203045.182500', '203045.642500', '203046.102500', '203046.562500', '203047.022500', '203047.482500', '203047.942500', '203048.402500', '203048.862500', '203049.322500', '203049.782500', '203050.242500', '203050.702500', '203051.162500', '203051.622500', '203052.082500', '203052.542500', '203053.002500', '203053.462500', '203053.922500', '203054.382500', '203054.842500', '203055.302500', '203055.762500', '203056.222500', '203056.682500', '203057.142500', '203057.602500', '203058.062500', '203058.522500', '203058.982500', '203059.442500', '203059.902500', '203100.362500', '203100.822500', '203101.282500', '203101.742500', '203102.202500', '203102.662500', '203103.122500', '203103.582500', '203104.042500', '203104.502500', '203104.962500', '203105.422500', '203105.882500', '203106.342500', '203106.802500', '203107.262500', '203107.722500', '203108.182500', '203108.642500', '203109.102500', '203109.562500', '203110.022500', '203110.482500', '203110.942500', '203111.402500', '203111.862500', '203112.322500', '203112.782500', '203113.242500', '203113.702500', '203114.162500', '203114.622500', '203115.082500', '203115.542500', '203116.002500', '203116.462500', '203116.922500', '203117.382500', '203117.842500', '203118.302500', '203118.762500', '203119.222500', '203119.682500', '203120.142500', '203120.602500', '203121.062500', '203121.522500', '203121.982500', '203122.442500', '203122.902500', '203123.362500', '203123.822500', '203124.282500', '203124.742500', '203125.202500', '203125.662500', '203126.122500', '203126.582500', '203127.042500', '203127.502500', '203127.962500', '203128.422500', '203128.882500', '203129.342500', '203129.802500', '203130.262500', '203130.722500', '203131.182500', '203131.642500', '203132.102500', '203132.562500', '203133.022500', '203133.482500', '203133.942500', '203134.402500', '203134.862500', '203135.322500', '203135.782500', '203136.242500', '203136.702500', '203137.162500', '203137.622500', '203138.082500', '203138.542500', '203139.002500', '203139.462500', '203139.922500', '203140.382500', '203140.842500', '203141.302500', '203141.762500', '203142.222500', '203142.682500', '203143.142500', '203143.602500', '203144.062500', '203144.522500', '203144.982500', '203145.442500', '203145.902500', '203146.362500', '203146.822500', '203147.282500', '203147.742500', '203148.202500', '203148.662500', '203149.122500', '203149.582500', '203150.042500', '203150.502500', '203150.962500', '203151.422500', '203151.882500', '203152.342500', '203152.802500', '203153.262500', '203153.722500', '203154.182500', '203154.642500', '203155.102500', '203155.562500', '203156.022500', '203156.482500', '203156.942500', '203157.402500', '203157.862500', '203158.322500', '203158.782500', '203159.242500', '203159.702500', '203200.162500', '203200.622500', '203201.082500', '203201.542500', '203202.002500', '203202.462500', '203202.922500', '203203.382500', '203203.842500', '203204.302500', '203204.762500', '203205.222500', '203205.682500', '203206.142500', '203206.602500', '203207.062500', '203207.522500', '203207.982500', '203208.442500', '203208.902500', '203209.362500', '203209.822500', '203210.282500', '203210.742500', '203211.202500', '203211.662500', '203212.122500', '203212.582500', '203213.042500', '203213.502500', '203213.962500', '203214.422500', '203214.882500', '203215.342500', '203215.802500', '203216.262500', '203216.722500', '203217.182500', '203217.642500', '203218.102500', '203218.562500', '203219.022500', '203219.482500', '203219.942500', '203220.402500', '203220.862500', '203221.322500', '203221.782500', '203222.242500', '203222.702500', '203223.162500', '203223.622500', '203224.082500', '203224.542500', '203225.002500', '203225.462500', '203225.922500', '203226.382500', '203226.842500', '203227.302500', '203227.762500', '203228.222500', '203228.682500', '203229.142500', '203229.602500', '203230.062500', '203230.522500', '203230.982500', '203231.442500', '203231.902500', '203232.362500', '203232.822500', '203233.282500', '203233.742500', '203234.202500', '203234.662500', '203235.122500', '203235.582500', '203236.042500', '203236.502500', '203236.962500', '203237.422500', '203237.882500', '203238.342500', '203238.802500', '203239.262500', '203239.722500', '203240.182500', '203240.642500', '203241.102500', '203241.562500', '203242.022500', '203242.482500', '203242.942500', '203243.402500', '203243.862500', '203244.322500', '203244.782500', '203245.242500', '203245.702500', '203246.162500', '203246.622500', '203247.082500', '203247.542500', '203248.002500', '203248.462500', '203248.922500', '203249.382500', '203249.842500', '203250.302500', '203250.762500', '203251.222500', '203251.682500', '203252.142500', '203252.602500', '203253.062500', '203253.522500', '203253.982500', '203254.442500', '203254.902500', '203255.362500', '203255.822500', '203256.282500', '203256.742500', '203257.202500', '203257.662500', '203258.122500', '203258.582500', '203259.042500', '203259.502500', '203259.962500', '203300.422500', '203300.882500', '203301.342500', '203301.802500', '203302.262500', '203302.722500', '203303.182500', '203303.642500', '203304.102500', '203304.562500', '203305.022500', '203305.482500', '203305.942500', '203306.402500', '203306.862500', '203307.322500', '203307.782500', '203308.242500', '203308.702500', '203309.162500', '203309.622500', '203310.082500', '203310.542500', '203311.002500', '203311.462500', '203311.922500', '203312.382500', '203312.842500', '203313.302500', '203313.762500', '203314.222500', '203314.682500', '203315.142500', '203315.602500', '203316.062500', '203316.522500', '203316.982500', '203317.442500', '203317.902500', '203318.362500', '203318.822500', '203319.282500', '203319.742500', '203320.202500', '203320.662500', '203321.122500', '203321.582500', '203322.042500', '203322.502500', '203322.962500', '203323.422500', '203323.882500', '203324.342500', '203324.802500', '203325.262500', '203325.722500', '203326.182500', '203326.642500', '203327.102500', '203327.562500', '203328.022500', '203328.482500', '203328.942500', '203329.402500', '203329.862500', '203330.322500', '203330.782500', '203331.242500', '203331.702500', '203332.162500', '203332.622500', '203333.082500', '203333.542500', '203334.002500', '203334.462500', '203334.922500', '203335.382500', '203335.842500', '203336.302500', '203336.762500', '203337.222500', '203337.682500', '203338.142500', '203338.602500', '203339.062500', '203339.522500', '203339.982500', '203340.442500', '203340.902500', '203341.362500', '203341.822500', '203342.282500', '203342.742500', '203343.202500', '203343.662500', '203344.122500', '203344.582500', '203345.042500', '203345.502500', '203345.962500', '203346.422500', '203346.882500', '203347.342500', '203347.802500', '203348.262500', '203348.722500', '203349.182500', '203349.642500', '203350.102500', '203350.562500', '203351.022500', '203351.482500', '203351.942500', '203352.402500', '203352.862500', '203353.322500', '203353.782500', '203354.242500', '203354.702500', '203355.162500', '203355.622500', '203356.082500', '203356.542500', '203357.002500', '203357.462500', '203357.922500', '203358.382500', '203358.842500', '203359.302500', '203359.762500', '203400.222500', '203400.682500', '203401.142500', '203401.602500', '203402.062500', '203402.522500', '203402.982500', '203403.442500', '203403.902500', '203404.362500', '203404.822500', '203405.282500', '203405.742500', '203406.202500', '203406.662500', '203407.122500', '203407.582500', '203408.042500', '203408.502500', '203408.962500', '203409.422500', '203409.882500', '203410.342500', '203410.802500', '203411.262500', '203411.722500', '203412.182500', '203412.642500', '203413.102500', '203413.562500', '203414.022500', '203414.482500', '203414.942500', '203415.402500', '203415.862500', '203416.322500', '203416.782500', '203417.242500', '203417.702500', '203418.162500', '203418.622500', '203419.082500', '203419.542500', '203420.002500', '203420.462500', '203420.922500', '203421.382500', '203421.842500', '203422.302500', '203422.762500', '203423.222500', '203423.682500', '203424.142500', '203424.602500', '203425.062500', '203425.522500', '203425.982500', '203426.442500', '203426.902500', '203427.362500', '203427.822500', '203428.282500', '203428.742500', '203429.202500', '203429.662500', '203430.122500', '203430.582500', '203431.042500', '203431.502500', '203431.962500', '203432.422500', '203432.882500', '203433.342500', '203433.802500', '203434.262500', '203434.722500', '203435.182500', '203435.642500', '203436.102500', '203436.562500', '203437.022500', '203437.482500', '203437.942500', '203438.402500', '203438.862500', '203439.322500', '203439.782500', '203440.242500', '203440.702500', '203441.162500', '203441.622500', '203442.082500', '203442.542500', '203443.002500', '203443.462500', '203443.922500', '203444.382500', '203444.842500', '203445.302500', '203445.762500', '203446.222500', '203446.682500', '203447.142500', '203447.602500', '203448.062500', '203448.522500', '203448.982500', '203449.442500', '203449.902500', '203450.362500', '203450.822500', '203451.282500', '203451.742500', '203452.202500', '203452.662500', '203453.122500', '203453.582500', '203454.042500', '203454.502500', '203454.962500', '203455.422500', '203455.882500', '203456.342500', '203456.802500', '203457.262500', '203457.722500', '203458.182500', '203458.642500', '203459.102500', '203459.562500', '203500.022500', '203500.482500', '203500.942500', '203501.402500', '203501.862500', '203502.322500', '203502.782500', '203503.242500', '203503.702500', '203504.162500', '203504.622500', '203505.082500', '203505.542500', '203506.002500', '203506.462500', '203506.922500', '203507.382500', '203507.842500', '203508.302500', '203508.762500', '203509.222500', '203509.682500', '203510.142500', '203510.602500', '203511.062500', '203511.522500', '203511.982500', '203512.442500', '203512.902500', '203513.362500', '203513.822500', '203514.282500', '203514.742500', '203515.202500', '203515.662500', '203516.122500', '203516.582500', '203517.042500', '203517.502500', '203517.962500', '203518.422500', '203518.882500', '203519.342500', '203519.802500', '203520.262500', '203520.722500', '203521.182500', '203521.642500', '203522.102500', '203522.562500', '203523.022500', '203523.482500', '203523.942500', '203524.402500', '203524.862500', '203525.322500', '203525.782500', '203526.242500', '203526.702500', '203527.162500', '203527.622500', '203528.082500', '203528.542500', '203529.002500', '203529.462500', '203529.922500', '203530.382500', '203530.842500', '203531.302500', '203531.762500', '203532.222500', '203532.682500', '203533.142500', '203533.602500', '203534.062500', '203534.522500', '203534.982500', '203535.442500', '203535.902500', '203536.362500', '203536.822500', '203537.282500', '203537.742500', '203538.202500', '203538.662500', '203539.122500', '203539.582500', '203540.042500', '203540.502500', '203540.962500', '203541.422500', '203541.882500', '203542.342500', '203542.802500', '203543.262500', '203543.722500', '203544.182500', '203544.642500', '203545.102500', '203545.562500', '203546.022500', '203546.482500', '203546.942500', '203547.402500', '203547.862500', '203548.322500', '203548.782500', '203549.242500', '203549.702500', '203550.162500', '203550.622500', '203551.082500', '203551.542500', '203552.002500', '203552.462500', '203552.922500', '203553.382500', '203553.842500', '203554.302500', '203554.762500', '203555.222500', '203555.682500', '203556.142500', '203556.602500', '203557.062500', '203557.522500', '203557.982500', '203558.442500', '203558.902500'], 'ContentTime': ['202942.941000', '202942.944000', '202942.947000', '202942.949000', '202942.952000', '202942.954000', '202942.957000', '202942.959000', '202942.962000', '202942.965000', '202942.967000', '202942.970000', '202942.972000', '202942.975000', '202942.977000', '202942.980000', '202942.984000', '202942.987000', '202942.989000', '202942.992000', '202942.994000', '202942.997000', '202943.000000', '202943.003000', '202943.005000', '202943.008000', '202943.010000', '202943.013000', '202943.016000', '202943.018000', '202943.021000', '202943.023000', '202943.026000', '202943.028000', '202943.031000', '202943.033000', '202943.036000', '202943.039000', '202943.041000', '202943.044000', '202943.046000', '202943.049000', '202943.052000', '202943.054000', '202943.057000', '202943.059000', '202943.062000', '202943.065000', '202943.067000', '202943.070000', '203002.879000', '203002.882000', '203002.885000', '203002.887000', '203002.890000', '203002.893000', '203002.895000', '203002.898000', '203002.900000', '203002.903000', '203002.905000', '203002.908000', '203002.910000', '203002.913000', '203002.916000', '203002.918000', '203002.921000', '203002.923000', '203002.926000', '203002.929000', '203002.931000', '203002.934000', '203002.936000', '203002.939000', '203002.941000', '203002.944000', '203002.947000', '203002.949000', '203002.952000', '203002.959000', '203002.961000', '203002.964000', '203002.967000', '203002.969000', '203002.972000', '203002.974000', '203002.977000', '203002.979000', '203002.982000', '203002.984000', '203002.987000', '203002.989000', '203002.992000', '203002.995000', '203022.880000', '203022.882000', '203022.885000', '203022.888000', '203022.890000', '203022.893000', '203022.895000', '203022.898000', '203022.901000', '203022.903000', '203022.906000', '203022.908000', '203022.911000', '203022.913000', '203022.916000', '203022.919000', '203022.921000', '203022.924000', '203022.928000', '203022.930000', '203022.933000', '203022.936000', '203022.938000', '203022.941000', '203022.943000', '203022.946000', '203022.948000', '203022.951000', '203022.953000', '203022.956000', '203022.959000', '203022.961000', '203022.964000', '203022.966000', '203022.969000', '203022.972000', '203022.974000', '203022.977000', '203022.991000', '203022.994000', '203022.996000', '203023.000000', '203023.003000', '203042.880000', '203042.883000', '203042.886000', '203042.888000', '203042.891000', '203042.899000', '203042.901000', '203042.904000', '203042.906000', '203042.909000', '203042.911000', '203042.914000', '203042.916000', '203042.919000', '203042.922000', '203042.924000', '203042.927000', '203042.929000', '203042.932000', '203042.934000', '203042.937000', '203042.939000', '203042.942000', '203042.945000', '203042.947000', '203042.950000', '203042.952000', '203042.955000', '203042.957000', '203042.960000', '203042.962000', '203042.965000', '203042.968000', '203042.970000', '203042.973000', '203042.975000', '203042.978000', '203042.980000', '203042.983000', '203042.986000', '203042.988000', '203042.991000', '203042.993000', '203042.996000', '203102.880000', '203102.883000', '203102.902000', '203102.905000', '203102.907000', '203102.910000', '203102.912000', '203102.915000', '203102.918000', '203102.920000', '203102.923000', '203102.925000', '203102.928000', '203102.930000', '203102.933000', '203102.935000', '203102.938000', '203102.949000', '203102.951000', '203102.954000', '203102.956000', '203102.959000', '203102.962000', '203102.964000', '203102.967000', '203102.969000', '203102.972000', '203102.974000', '203102.977000', '203102.979000', '203102.982000', '203102.985000', '203102.987000', '203102.990000', '203102.992000', '203102.995000', '203102.998000', '203103.001000', '203103.004000', '203103.006000', '203103.009000', '203103.012000', '203103.014000', '203122.880000', '203122.882000', '203122.885000', '203122.888000', '203122.890000', '203122.893000', '203122.895000', '203122.898000', '203122.901000', '203122.903000', '203122.906000', '203122.908000', '203122.911000', '203122.913000', '203122.916000', '203122.919000', '203122.921000', '203122.924000', '203122.926000', '203122.929000', '203122.931000', '203122.934000', '203122.937000', '203122.939000', '203122.942000', '203122.944000', '203122.947000', '203122.950000', '203122.952000', '203122.955000', '203122.957000', '203122.960000', '203122.962000', '203122.965000', '203122.968000', '203122.970000', '203122.973000', '203122.975000', '203122.978000', '203122.980000', '203122.983000', '203122.985000', '203122.988000', '203122.991000', '203142.880000', '203142.882000', '203142.885000', '203142.888000', '203142.890000', '203142.893000', '203142.895000', '203142.898000', '203142.900000', '203142.903000', '203142.906000', '203142.908000', '203142.911000', '203142.913000', '203142.916000', '203142.919000', '203142.921000', '203142.924000', '203142.926000', '203142.929000', '203142.932000', '203142.934000', '203142.937000', '203142.939000', '203142.942000', '203142.944000', '203142.947000', '203142.950000', '203142.952000', '203142.955000', '203142.958000', '203142.960000', '203142.963000', '203142.966000', '203142.969000', '203142.972000', '203142.974000', '203142.977000', '203142.979000', '203142.982000', '203142.985000', '203142.987000', '203142.990000', '203202.880000', '203202.882000', '203202.885000', '203202.888000', '203202.890000', '203202.893000', '203202.895000', '203202.898000', '203202.900000', '203202.903000', '203202.906000', '203202.908000', '203202.911000', '203202.914000', '203202.916000', '203202.926000', '203202.929000', '203202.931000', '203202.934000', '203202.936000', '203202.939000', '203202.942000', '203202.944000', '203202.947000', '203202.949000', '203202.952000', '203202.954000', '203202.957000', '203202.960000', '203202.962000', '203202.965000', '203202.967000', '203202.970000', '203202.973000', '203202.975000', '203202.978000', '203202.980000', '203202.983000', '203202.985000', '203202.988000', '203202.991000', '203202.993000', '203202.996000', '203202.998000', '203222.880000', '203222.882000', '203222.885000', '203222.888000', '203222.890000', '203222.893000', '203222.895000', '203222.898000', '203222.901000', '203222.903000', '203222.906000', '203222.908000', '203222.911000', '203222.913000', '203222.916000', '203222.919000', '203222.921000', '203222.924000', '203222.926000', '203222.929000', '203222.932000', '203222.934000', '203222.937000', '203222.939000', '203222.942000', '203222.944000', '203222.947000', '203222.950000', '203222.952000', '203222.955000', '203222.957000', '203222.960000', '203222.963000', '203222.965000', '203222.968000', '203222.970000', '203222.973000', '203222.975000', '203222.978000', '203222.980000', '203222.983000', '203222.997000', '203223.000000', '203242.879000', '203242.882000', '203242.885000', '203242.888000', '203242.890000', '203242.893000', '203242.895000', '203242.898000', '203242.900000', '203242.903000', '203242.906000', '203242.908000', '203242.911000', '203242.913000', '203242.916000', '203242.919000', '203242.921000', '203242.924000', '203242.948000', '203242.950000', '203242.953000', '203242.955000', '203242.958000', '203242.960000', '203242.963000', '203242.966000', '203242.968000', '203242.971000', '203242.973000', '203242.976000', '203242.979000', '203242.981000', '203242.984000', '203242.986000', '203242.989000', '203242.991000', '203242.994000', '203242.997000', '203243.000000', '203243.003000', '203243.005000', '203243.008000', '203243.011000', '203243.013000', '203302.880000', '203302.883000', '203302.886000', '203302.888000', '203302.891000', '203302.894000', '203302.896000', '203302.899000', '203302.902000', '203302.904000', '203302.907000', '203302.909000', '203302.912000', '203302.915000', '203302.917000', '203302.920000', '203302.922000', '203302.925000', '203302.927000', '203302.930000', '203302.933000', '203302.935000', '203302.938000', '203302.940000', '203302.943000', '203302.946000', '203302.948000', '203302.951000', '203302.953000', '203302.956000', '203302.958000', '203302.961000', '203302.964000', '203302.966000', '203302.969000', '203302.972000', '203302.975000', '203302.978000', '203302.981000', '203302.983000', '203302.986000', '203302.989000', '203302.991000', '203322.880000', '203322.883000', '203322.886000', '203322.888000', '203322.896000', '203322.899000', '203322.902000', '203322.904000', '203322.907000', '203322.909000', '203322.912000', '203322.915000', '203322.917000', '203322.920000', '203322.923000', '203322.925000', '203322.928000', '203322.930000', '203322.933000', '203322.936000', '203322.938000', '203322.941000', '203322.944000', '203322.946000', '203322.949000', '203322.951000', '203322.954000', '203322.957000', '203322.959000', '203322.962000', '203322.964000', '203322.967000', '203322.970000', '203322.972000', '203322.975000', '203322.978000', '203322.980000', '203322.983000', '203322.986000', '203322.988000', '203322.991000', '203322.994000', '203322.996000', '203323.000000', '203342.880000', '203342.883000', '203342.886000', '203342.888000', '203342.891000', '203342.893000', '203342.896000', '203342.899000', '203342.901000', '203342.904000', '203342.907000', '203342.909000', '203342.912000', '203342.914000', '203342.917000', '203342.920000', '203342.922000', '203342.925000', '203342.928000', '203342.930000', '203342.933000', '203342.936000', '203342.938000', '203342.942000', '203342.950000', '203342.953000', '203342.956000', '203342.958000', '203342.961000', '203342.963000', '203342.966000', '203342.969000', '203342.971000', '203342.974000', '203342.976000', '203342.979000', '203342.982000', '203342.984000', '203342.987000', '203342.990000', '203342.992000', '203342.995000', '203342.997000', '203402.880000', '203402.883000', '203402.885000', '203402.888000', '203402.890000', '203402.893000', '203402.895000', '203402.898000', '203402.901000', '203402.903000', '203402.906000', '203402.908000', '203402.911000', '203402.914000', '203402.916000', '203402.919000', '203402.921000', '203402.924000', '203402.927000', '203402.929000', '203402.932000', '203402.934000', '203402.937000', '203402.962000', '203402.965000', '203402.968000', '203402.970000', '203402.973000', '203402.975000', '203402.978000', '203402.980000', '203402.983000', '203402.986000', '203402.988000', '203402.991000', '203402.993000', '203402.996000', '203403.000000', '203403.002000', '203403.005000', '203403.007000', '203403.010000', '203403.012000', '203403.015000', '203422.879000', '203422.882000', '203422.885000', '203422.887000', '203422.890000', '203422.893000', '203422.895000', '203422.898000', '203422.900000', '203422.903000', '203422.906000', '203422.908000', '203422.911000', '203422.913000', '203422.916000', '203422.919000', '203422.921000', '203422.924000', '203422.926000', '203422.929000', '203422.932000', '203422.934000', '203422.937000', '203422.940000', '203422.942000', '203422.945000', '203422.948000', '203422.950000', '203422.953000', '203422.956000', '203422.958000', '203422.961000', '203422.964000', '203422.966000', '203422.969000', '203422.972000', '203422.974000', '203422.977000', '203422.980000', '203422.982000', '203422.985000', '203422.987000', '203422.990000', '203442.880000', '203442.882000', '203442.885000', '203442.888000', '203442.890000', '203442.893000', '203442.895000', '203442.898000', '203442.901000', '203442.903000', '203442.906000', '203442.908000', '203442.911000', '203442.914000', '203442.916000', '203442.919000', '203442.921000', '203442.924000', '203442.927000', '203442.929000', '203442.932000', '203442.934000', '203442.937000', '203442.940000', '203442.942000', '203442.945000', '203442.947000', '203442.950000', '203442.953000', '203442.955000', '203442.958000', '203442.961000', '203442.963000', '203442.966000', '203442.968000', '203442.971000', '203442.974000', '203442.976000', '203442.979000', '203442.982000', '203442.984000', '203442.987000', '203442.989000', '203442.992000', '203502.879000', '203502.882000', '203502.885000', '203502.888000', '203502.891000', '203502.893000', '203502.896000', '203502.898000', '203502.901000', '203502.904000', '203502.906000', '203502.909000', '203502.911000', '203502.914000', '203502.917000', '203502.919000', '203502.922000', '203502.925000', '203502.927000', '203502.930000', '203502.932000', '203502.935000', '203502.938000', '203502.940000', '203502.943000', '203502.946000', '203502.948000', '203502.951000', '203502.954000', '203502.956000', '203502.959000', '203502.962000', '203502.964000', '203502.967000', '203502.970000', '203502.972000', '203502.975000', '203502.978000', '203502.980000', '203502.983000', '203502.986000', '203502.988000', '203502.991000', '203522.881000', '203522.883000', '203522.886000', '203522.889000', '203522.891000', '203522.894000', '203522.897000', '203522.899000', '203522.902000', '203522.904000', '203522.907000', '203522.909000', '203522.912000', '203522.915000', '203522.917000', '203522.920000', '203522.922000', '203522.925000', '203522.927000', '203522.930000', '203522.933000', '203522.935000', '203522.938000', '203522.940000', '203522.943000', '203522.945000', '203522.948000', '203522.951000', '203522.953000', '203522.956000', '203522.959000', '203522.961000', '203522.964000', '203522.966000', '203522.976000', '203522.979000', '203522.981000', '203522.984000', '203522.986000', '203522.989000', '203522.992000', '203522.994000', '203522.997000', '203523.000000', '203542.880000', '203542.883000', '203542.886000', '203542.888000', '203542.891000', '203542.894000', '203542.896000', '203542.899000', '203542.902000', '203542.904000', '203542.907000', '203542.909000', '203542.912000', '203542.914000', '203542.917000', '203542.920000', '203542.922000', '203542.925000', '203542.927000', '203542.930000', '203542.933000', '203542.935000', '203542.938000', '203542.941000', '203542.943000', '203542.946000', '203542.948000', '203542.951000', '203542.953000', '203542.956000', '203542.959000', '203542.961000', '203542.964000', '203542.966000', '203542.969000', '203542.971000', '203542.974000', '203542.977000', '203542.979000', '203542.982000', '203542.985000', '203542.987000', '203542.990000', '203600.516000', '203600.519000', '203600.522000', '203600.524000', '203600.527000', '203600.530000', '203600.532000', '203600.535000', '203600.538000', '203600.541000', '203600.543000', '203600.546000', '203600.548000', '203600.551000', '203600.554000', '203600.556000', '203600.559000', '203600.562000', '203600.565000', '203600.567000', '203600.570000', '203600.573000', '203600.575000', '203600.578000', '203600.581000', '203600.583000', '203600.586000', '203600.589000', '203600.591000', '203600.594000', '203600.597000', '203600.600000', '203600.602000', '203600.605000', '203600.608000', '203600.610000', '203600.613000', '203600.616000', '203600.618000'], 'InstanceCreationTime': ['202942.941000', '202942.944000', '202942.947000', '202942.949000', '202942.952000', '202942.954000', '202942.957000', '202942.959000', '202942.962000', '202942.965000', '202942.967000', '202942.970000', '202942.972000', '202942.975000', '202942.977000', '202942.980000', '202942.984000', '202942.987000', '202942.989000', '202942.992000', '202942.994000', '202942.997000', '202943.000000', '202943.003000', '202943.005000', '202943.008000', '202943.010000', '202943.013000', '202943.016000', '202943.018000', '202943.021000', '202943.023000', '202943.026000', '202943.028000', '202943.031000', '202943.033000', '202943.036000', '202943.039000', '202943.041000', '202943.044000', '202943.046000', '202943.049000', '202943.052000', '202943.054000', '202943.057000', '202943.059000', '202943.062000', '202943.065000', '202943.067000', '202943.070000', '203002.879000', '203002.882000', '203002.885000', '203002.887000', '203002.890000', '203002.893000', '203002.895000', '203002.898000', '203002.900000', '203002.903000', '203002.905000', '203002.908000', '203002.910000', '203002.913000', '203002.916000', '203002.918000', '203002.921000', '203002.923000', '203002.926000', '203002.929000', '203002.931000', '203002.934000', '203002.936000', '203002.939000', '203002.941000', '203002.944000', '203002.947000', '203002.949000', '203002.952000', '203002.959000', '203002.961000', '203002.964000', '203002.967000', '203002.969000', '203002.972000', '203002.974000', '203002.977000', '203002.979000', '203002.982000', '203002.984000', '203002.987000', '203002.989000', '203002.992000', '203002.995000', '203022.880000', '203022.882000', '203022.885000', '203022.888000', '203022.890000', '203022.893000', '203022.895000', '203022.898000', '203022.901000', '203022.903000', '203022.906000', '203022.908000', '203022.911000', '203022.913000', '203022.916000', '203022.919000', '203022.921000', '203022.924000', '203022.928000', '203022.930000', '203022.933000', '203022.936000', '203022.938000', '203022.941000', '203022.943000', '203022.946000', '203022.948000', '203022.951000', '203022.953000', '203022.956000', '203022.959000', '203022.961000', '203022.964000', '203022.966000', '203022.969000', '203022.972000', '203022.974000', '203022.977000', '203022.991000', '203022.994000', '203022.996000', '203023.000000', '203023.003000', '203042.880000', '203042.883000', '203042.886000', '203042.888000', '203042.891000', '203042.899000', '203042.901000', '203042.904000', '203042.906000', '203042.909000', '203042.911000', '203042.914000', '203042.916000', '203042.919000', '203042.922000', '203042.924000', '203042.927000', '203042.929000', '203042.932000', '203042.934000', '203042.937000', '203042.939000', '203042.942000', '203042.945000', '203042.947000', '203042.950000', '203042.952000', '203042.955000', '203042.957000', '203042.960000', '203042.962000', '203042.965000', '203042.968000', '203042.970000', '203042.973000', '203042.975000', '203042.978000', '203042.980000', '203042.983000', '203042.986000', '203042.988000', '203042.991000', '203042.993000', '203042.996000', '203102.880000', '203102.883000', '203102.902000', '203102.905000', '203102.907000', '203102.910000', '203102.912000', '203102.915000', '203102.918000', '203102.920000', '203102.923000', '203102.925000', '203102.928000', '203102.930000', '203102.933000', '203102.935000', '203102.938000', '203102.949000', '203102.951000', '203102.954000', '203102.956000', '203102.959000', '203102.962000', '203102.964000', '203102.967000', '203102.969000', '203102.972000', '203102.974000', '203102.977000', '203102.979000', '203102.982000', '203102.985000', '203102.987000', '203102.990000', '203102.992000', '203102.995000', '203102.998000', '203103.001000', '203103.004000', '203103.006000', '203103.009000', '203103.012000', '203103.014000', '203122.880000', '203122.882000', '203122.885000', '203122.888000', '203122.890000', '203122.893000', '203122.895000', '203122.898000', '203122.901000', '203122.903000', '203122.906000', '203122.908000', '203122.911000', '203122.913000', '203122.916000', '203122.919000', '203122.921000', '203122.924000', '203122.926000', '203122.929000', '203122.931000', '203122.934000', '203122.937000', '203122.939000', '203122.942000', '203122.944000', '203122.947000', '203122.950000', '203122.952000', '203122.955000', '203122.957000', '203122.960000', '203122.962000', '203122.965000', '203122.968000', '203122.970000', '203122.973000', '203122.975000', '203122.978000', '203122.980000', '203122.983000', '203122.985000', '203122.988000', '203122.991000', '203142.880000', '203142.882000', '203142.885000', '203142.888000', '203142.890000', '203142.893000', '203142.895000', '203142.898000', '203142.900000', '203142.903000', '203142.906000', '203142.908000', '203142.911000', '203142.913000', '203142.916000', '203142.919000', '203142.921000', '203142.924000', '203142.926000', '203142.929000', '203142.932000', '203142.934000', '203142.937000', '203142.939000', '203142.942000', '203142.944000', '203142.947000', '203142.950000', '203142.952000', '203142.955000', '203142.958000', '203142.960000', '203142.963000', '203142.966000', '203142.969000', '203142.972000', '203142.974000', '203142.977000', '203142.979000', '203142.982000', '203142.985000', '203142.987000', '203142.990000', '203202.880000', '203202.882000', '203202.885000', '203202.888000', '203202.890000', '203202.893000', '203202.895000', '203202.898000', '203202.900000', '203202.903000', '203202.906000', '203202.908000', '203202.911000', '203202.914000', '203202.916000', '203202.926000', '203202.929000', '203202.931000', '203202.934000', '203202.936000', '203202.939000', '203202.942000', '203202.944000', '203202.947000', '203202.949000', '203202.952000', '203202.954000', '203202.957000', '203202.960000', '203202.962000', '203202.965000', '203202.967000', '203202.970000', '203202.973000', '203202.975000', '203202.978000', '203202.980000', '203202.983000', '203202.985000', '203202.988000', '203202.991000', '203202.993000', '203202.996000', '203202.998000', '203222.880000', '203222.882000', '203222.885000', '203222.888000', '203222.890000', '203222.893000', '203222.895000', '203222.898000', '203222.901000', '203222.903000', '203222.906000', '203222.908000', '203222.911000', '203222.913000', '203222.916000', '203222.919000', '203222.921000', '203222.924000', '203222.926000', '203222.929000', '203222.932000', '203222.934000', '203222.937000', '203222.939000', '203222.942000', '203222.944000', '203222.947000', '203222.950000', '203222.952000', '203222.955000', '203222.957000', '203222.960000', '203222.963000', '203222.965000', '203222.968000', '203222.970000', '203222.973000', '203222.975000', '203222.978000', '203222.980000', '203222.983000', '203222.997000', '203223.000000', '203242.879000', '203242.882000', '203242.885000', '203242.888000', '203242.890000', '203242.893000', '203242.895000', '203242.898000', '203242.900000', '203242.903000', '203242.906000', '203242.908000', '203242.911000', '203242.913000', '203242.916000', '203242.919000', '203242.921000', '203242.924000', '203242.948000', '203242.950000', '203242.953000', '203242.955000', '203242.958000', '203242.960000', '203242.963000', '203242.966000', '203242.968000', '203242.971000', '203242.973000', '203242.976000', '203242.979000', '203242.981000', '203242.984000', '203242.986000', '203242.989000', '203242.991000', '203242.994000', '203242.997000', '203243.000000', '203243.003000', '203243.005000', '203243.008000', '203243.011000', '203243.013000', '203302.880000', '203302.883000', '203302.886000', '203302.888000', '203302.891000', '203302.894000', '203302.896000', '203302.899000', '203302.902000', '203302.904000', '203302.907000', '203302.909000', '203302.912000', '203302.915000', '203302.917000', '203302.920000', '203302.922000', '203302.925000', '203302.927000', '203302.930000', '203302.933000', '203302.935000', '203302.938000', '203302.940000', '203302.943000', '203302.946000', '203302.948000', '203302.951000', '203302.953000', '203302.956000', '203302.958000', '203302.961000', '203302.964000', '203302.966000', '203302.969000', '203302.972000', '203302.975000', '203302.978000', '203302.981000', '203302.983000', '203302.986000', '203302.989000', '203302.991000', '203322.880000', '203322.883000', '203322.886000', '203322.888000', '203322.896000', '203322.899000', '203322.902000', '203322.904000', '203322.907000', '203322.909000', '203322.912000', '203322.915000', '203322.917000', '203322.920000', '203322.923000', '203322.925000', '203322.928000', '203322.930000', '203322.933000', '203322.936000', '203322.938000', '203322.941000', '203322.944000', '203322.946000', '203322.949000', '203322.951000', '203322.954000', '203322.957000', '203322.959000', '203322.962000', '203322.964000', '203322.967000', '203322.970000', '203322.972000', '203322.975000', '203322.978000', '203322.980000', '203322.983000', '203322.986000', '203322.988000', '203322.991000', '203322.994000', '203322.996000', '203323.000000', '203342.880000', '203342.883000', '203342.886000', '203342.888000', '203342.891000', '203342.893000', '203342.896000', '203342.899000', '203342.901000', '203342.904000', '203342.907000', '203342.909000', '203342.912000', '203342.914000', '203342.917000', '203342.920000', '203342.922000', '203342.925000', '203342.928000', '203342.930000', '203342.933000', '203342.936000', '203342.938000', '203342.942000', '203342.950000', '203342.953000', '203342.956000', '203342.958000', '203342.961000', '203342.963000', '203342.966000', '203342.969000', '203342.971000', '203342.974000', '203342.976000', '203342.979000', '203342.982000', '203342.984000', '203342.987000', '203342.990000', '203342.992000', '203342.995000', '203342.997000', '203402.880000', '203402.883000', '203402.885000', '203402.888000', '203402.890000', '203402.893000', '203402.895000', '203402.898000', '203402.901000', '203402.903000', '203402.906000', '203402.908000', '203402.911000', '203402.914000', '203402.916000', '203402.919000', '203402.921000', '203402.924000', '203402.927000', '203402.929000', '203402.932000', '203402.934000', '203402.937000', '203402.962000', '203402.965000', '203402.968000', '203402.970000', '203402.973000', '203402.975000', '203402.978000', '203402.980000', '203402.983000', '203402.986000', '203402.988000', '203402.991000', '203402.993000', '203402.996000', '203403.000000', '203403.002000', '203403.005000', '203403.007000', '203403.010000', '203403.012000', '203403.015000', '203422.879000', '203422.882000', '203422.885000', '203422.887000', '203422.890000', '203422.893000', '203422.895000', '203422.898000', '203422.900000', '203422.903000', '203422.906000', '203422.908000', '203422.911000', '203422.913000', '203422.916000', '203422.919000', '203422.921000', '203422.924000', '203422.926000', '203422.929000', '203422.932000', '203422.934000', '203422.937000', '203422.940000', '203422.942000', '203422.945000', '203422.948000', '203422.950000', '203422.953000', '203422.956000', '203422.958000', '203422.961000', '203422.964000', '203422.966000', '203422.969000', '203422.972000', '203422.974000', '203422.977000', '203422.980000', '203422.982000', '203422.985000', '203422.987000', '203422.990000', '203442.880000', '203442.882000', '203442.885000', '203442.888000', '203442.890000', '203442.893000', '203442.895000', '203442.898000', '203442.901000', '203442.903000', '203442.906000', '203442.908000', '203442.911000', '203442.914000', '203442.916000', '203442.919000', '203442.921000', '203442.924000', '203442.927000', '203442.929000', '203442.932000', '203442.934000', '203442.937000', '203442.940000', '203442.942000', '203442.945000', '203442.947000', '203442.950000', '203442.953000', '203442.955000', '203442.958000', '203442.961000', '203442.963000', '203442.966000', '203442.968000', '203442.971000', '203442.974000', '203442.976000', '203442.979000', '203442.982000', '203442.984000', '203442.987000', '203442.989000', '203442.992000', '203502.879000', '203502.882000', '203502.885000', '203502.888000', '203502.891000', '203502.893000', '203502.896000', '203502.898000', '203502.901000', '203502.904000', '203502.906000', '203502.909000', '203502.911000', '203502.914000', '203502.917000', '203502.919000', '203502.922000', '203502.925000', '203502.927000', '203502.930000', '203502.932000', '203502.935000', '203502.938000', '203502.940000', '203502.943000', '203502.946000', '203502.948000', '203502.951000', '203502.954000', '203502.956000', '203502.959000', '203502.962000', '203502.964000', '203502.967000', '203502.970000', '203502.972000', '203502.975000', '203502.978000', '203502.980000', '203502.983000', '203502.986000', '203502.988000', '203502.991000', '203522.881000', '203522.883000', '203522.886000', '203522.889000', '203522.891000', '203522.894000', '203522.897000', '203522.899000', '203522.902000', '203522.904000', '203522.907000', '203522.909000', '203522.912000', '203522.915000', '203522.917000', '203522.920000', '203522.922000', '203522.925000', '203522.927000', '203522.930000', '203522.933000', '203522.935000', '203522.938000', '203522.940000', '203522.943000', '203522.945000', '203522.948000', '203522.951000', '203522.953000', '203522.956000', '203522.959000', '203522.961000', '203522.964000', '203522.966000', '203522.976000', '203522.979000', '203522.981000', '203522.984000', '203522.986000', '203522.989000', '203522.992000', '203522.994000', '203522.997000', '203523.000000', '203542.880000', '203542.883000', '203542.886000', '203542.888000', '203542.891000', '203542.894000', '203542.896000', '203542.899000', '203542.902000', '203542.904000', '203542.907000', '203542.909000', '203542.912000', '203542.914000', '203542.917000', '203542.920000', '203542.922000', '203542.925000', '203542.927000', '203542.930000', '203542.933000', '203542.935000', '203542.938000', '203542.941000', '203542.943000', '203542.946000', '203542.948000', '203542.951000', '203542.953000', '203542.956000', '203542.959000', '203542.961000', '203542.964000', '203542.966000', '203542.969000', '203542.971000', '203542.974000', '203542.977000', '203542.979000', '203542.982000', '203542.985000', '203542.987000', '203542.990000', '203600.516000', '203600.519000', '203600.522000', '203600.524000', '203600.527000', '203600.530000', '203600.532000', '203600.535000', '203600.538000', '203600.541000', '203600.543000', '203600.546000', '203600.548000', '203600.551000', '203600.554000', '203600.556000', '203600.559000', '203600.562000', '203600.565000', '203600.567000', '203600.570000', '203600.573000', '203600.575000', '203600.578000', '203600.581000', '203600.583000', '203600.586000', '203600.589000', '203600.591000', '203600.594000', '203600.597000', '203600.600000', '203600.602000', '203600.605000', '203600.608000', '203600.610000', '203600.613000', '203600.616000', '203600.618000'], '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': [13468, 9506, 12087, 8266, 12703, 11922, 10752, 14894, 9275, 13237, 9287, 11724, 8018, 11757, 7614, 9926, 14706, 9688, 13652, 9598, 11510, 7635, 10974, 8632, 10411, 15604, 11402, 11385, 8567, 11262, 7841, 11454, 10747, 11731, 13234, 9214, 12965, 8847, 11918, 9281, 12984, 8685, 9354, 15318, 10181, 13950, 10799, 14929, 10229, 8940, 13873, 9110, 11867, 9077, 11100, 8210, 8616, 13407, 8846, 12328, 8945, 10860, 7881, 9225, 14593, 9822, 13663, 9936, 10496, 7505, 9144, 14216, 9583, 14241, 10747, 12480, 7746, 9335, 15706, 9748, 12454, 8875, 10865, 15952, 8736, 12236, 7782, 10591, 9385, 8986, 11642, 8498, 10972, 8085, 10091, 15082, 10724, 10973, 7752, 10060, 15786, 10236, 12365, 8058, 9601, 13026, 8197, 12564, 8407, 9824, 7976, 8574, 13536, 8939, 12133, 8017, 10742, 11346, 8096, 12636, 8090, 11610, 12736, 11171, 13565, 8530, 11110, 8316, 10874, 18508, 13865, 12733, 8110, 9628, 9408, 8583, 14460, 10439, 10560, 7867, 9259, 12927, 8531, 12851, 9330, 10282, 7768, 8916, 14260, 9313, 12658, 9050, 10481, 8746, 8681, 14093, 9636, 12428, 8950, 11427, 9709, 8244, 12942, 8431, 11737, 9247, 10921, 11793, 8081, 12245, 8404, 10956, 8870, 9482, 11767, 8137, 11092, 8362, 10044, 12535, 8670, 11647, 7857, 11388, 7649, 10593, 10807, 9224, 13154, 8348, 12013, 8467, 11553, 11754, 10590, 15800, 9391, 12432, 8196, 11635, 16838, 11029, 17054, 8789, 10909, 8079, 10254, 16702, 9535, 12081, 8067, 11190, 7833, 10971, 13480, 10553, 14019, 8631, 10951, 8152, 10103, 18707, 11473, 12557, 7923, 9798, 8567, 9391, 14707, 10810, 11037, 7585, 10095, 13122, 8859, 13483, 10228, 10272, 8154, 8814, 14102, 8948, 12262, 8252, 10033, 7802, 8922, 14557, 9077, 12700, 8996, 10824, 8420, 9008, 13343, 8989, 11609, 10929, 10663, 17775, 8533, 12218, 8288, 11407, 18204, 11428, 14826, 8471, 11080, 8295, 11183, 9211, 9758, 12600, 8131, 11654, 8189, 11276, 10979, 9936, 13468, 8774, 10556, 8468, 10501, 15714, 10153, 11178, 7803, 9598, 10902, 8882, 12781, 9155, 10303, 7568, 9381, 9224, 9278, 13656, 9247, 12206, 7495, 10362, 8771, 10741, 15800, 10472, 12384, 7832, 10343, 13298, 10719, 14297, 8380, 11405, 7929, 10410, 12084, 10045, 10576, 7873, 11432, 7572, 10110, 11449, 9306, 12214, 8039, 11177, 8499, 11280, 16348, 10553, 14485, 8723, 11153, 8018, 10416, 15641, 9637, 13739, 8013, 11173, 8221, 10347, 12532, 9552, 11703, 7928, 11305, 8343, 10826, 10483, 10440, 11695, 8184, 12893, 8335, 11407, 8988, 11663, 8678, 8680, 13886, 9164, 12813, 9278, 12884, 8797, 9270, 16639, 9777, 13354, 10890, 15410, 11255, 9033, 15797, 9539, 14003, 9327, 11278, 9619, 8468, 12892, 9000, 12233, 8801, 11722, 8427, 8648, 13884, 8925, 12182, 9722, 13294, 15464, 9983, 12145, 8390, 10284, 8641, 11060, 8345, 11509, 9689, 9458, 15257, 10433, 10716, 8441, 10471, 8882, 10027, 8461, 11850, 15160, 11560, 17626, 15358, 16979, 10389, 13257, 14658, 9949, 18217, 12641, 14646, 8632, 10383, 8633, 9330, 13667, 9010, 12225, 8220, 10316, 8168, 9604, 9865, 8464, 14298, 9806, 10650, 7760, 9586, 10813, 8694, 14242, 9355, 11082, 8549, 8524, 13504, 8792, 11271, 8384, 9131, 11238, 7976, 12881, 8590, 11776, 7890, 10396, 7901, 9178, 14762, 9652, 13334, 9662, 11301, 10221, 8689, 14284, 9361, 12721, 9338, 11952, 8994, 8871, 14468, 9670, 14052, 16043, 19174, 16743, 15817, 8525, 11371, 9887, 9357, 14721, 8853, 10866, 13640, 9431, 14312, 9388, 11574, 14948, 9817, 17712, 13791, 14797, 8402, 11283, 11978, 10210, 18712, 13490, 14844, 10853, 12182, 9442, 9644, 17029, 9785, 12109, 8434, 9990, 9220, 8862, 12109, 8953, 11634, 8235, 10665, 10803, 8477, 10984, 8514, 10759, 7762, 9677, 14871, 9260, 10786, 8175, 9451, 14532, 8416, 11611, 7670, 9097, 9753, 8123, 12772, 8246, 10902, 7896, 9529, 9802, 8267, 13672, 9110, 12823, 8355, 9699, 8209, 8613, 14861, 9836, 13211, 9672, 11084, 7471, 9385, 14228, 9731, 14327, 10213, 11432, 7741, 10320, 7929, 10545, 14975, 10303, 14880, 9461, 12276, 8324, 11471, 18511, 10131, 15494, 8904, 11279, 7860, 10643, 18813, 11720, 15639, 9772, 11042, 7741, 9910, 16555, 9056, 12072, 8024, 10768, 7613, 9854, 15040, 10370, 11759, 7813, 10936, 7572, 9965, 14390, 9729, 12110, 7987, 11665, 7659, 11170, 10495, 11232, 15871, 9379, 12600, 8718, 12628, 16779, 9189, 15939, 9961, 11452, 14472, 13958, 17920, 9535, 12840, 7870, 10413, 8885, 9195, 11409, 8570, 12534, 8075, 11836, 8121, 9870, 7648, 9705, 12709, 9186, 14213, 10747, 12679, 8476, 10222, 15629, 8875, 17668, 11783, 13018, 8263, 9829, 13776, 9496, 12825, 9153, 11415, 7926, 9904, 11406, 9842, 13164, 9650, 11384, 8098, 11136, 11852, 10367, 14904, 9627, 12247, 8289, 10334, 7972, 9592, 8015, 8951, 7701, 9280, 8434, 10192, 16139, 11206, 15420, 9010, 11519, 17946, 13128, 16144, 13328, 15099, 17038, 10359, 15868, 10964, 13585, 9416, 9185, 8668, 9834, 13430, 9611, 11923, 8871, 10390, 10173, 9286, 12373, 9012, 11316, 8399, 9704, 8362, 8906, 13306, 8579, 12822, 8778, 9756, 7919, 9269, 12720, 8719, 13631, 9744, 11577, 9736, 9227, 13477, 9067, 11381, 9973, 12671, 15686, 8973, 12690, 8169, 10505, 11647, 9256, 14412, 8919, 10681, 8150, 9427, 10324, 8729, 11503, 8775, 11682, 7761, 9995, 15792, 9939, 11551, 8565, 10171, 7916, 9243, 15321, 10530, 10867, 8022, 9796, 9972, 8674, 13433, 9604, 9838, 8003, 9171, 8675, 8984, 15235, 11102, 13111, 7980, 8431, 14051, 9170, 12384, 8189, 10749, 7592, 9183, 15798, 10032, 11497, 7992, 10083, 7667, 8950, 12235, 9308, 12900, 9050, 11331, 8179, 11202, 11954, 11197, 18230, 10073, 12976, 8357, 10773, 8009, 9569, 8828, 8446, 13713, 9092, 12092, 8605, 11004, 7981, 9619, 16671, 10580, 16449, 10396, 12310, 8391, 9661, 15921, 9483, 14036, 9194, 10977, 7700, 9606, 10414, 8487, 12531, 8924, 10184, 7619, 9529, 7694, 9064, 15466, 10426, 10944, 8396, 9446, 8557, 8833, 14643, 10150, 11252, 7882, 9858, 8238, 8987, 14685, 10328, 11255, 7915, 9988, 7855], 'WindowCenter': [4673.0, 4614.0, 4631.0, 4591.0, 4627.0, 4616.0, 4606.0, 4621.0, 4582.0, 4609.0, 4580.0, 4600.0, 4561.0, 4602.0, 4559.0, 4592.0, 4618.0, 4594.0, 4620.0, 4581.0, 4601.0, 4561.0, 4593.0, 4571.0, 4605.0, 4633.0, 4616.0, 4603.0, 4582.0, 4602.0, 4572.0, 4604.0, 4602.0, 4618.0, 4611.0, 4585.0, 4613.0, 4584.0, 4603.0, 4580.0, 4615.0, 4571.0, 4585.0, 4624.0, 4593.0, 4613.0, 4592.0, 4623.0, 4577.0, 4569.0, 4597.0, 4572.0, 4602.0, 4580.0, 4603.0, 4557.0, 4571.0, 4607.0, 4583.0, 4610.0, 4583.0, 4603.0, 4562.0, 4581.0, 4621.0, 4593.0, 4612.0, 4578.0, 4591.0, 4547.0, 4570.0, 4609.0, 4581.0, 4624.0, 4593.0, 4601.0, 4547.0, 4569.0, 4606.0, 4582.0, 4601.0, 4567.0, 4591.0, 4619.0, 4559.0, 4586.0, 4548.0, 4591.0, 4569.0, 4570.0, 4586.0, 4569.0, 4589.0, 4559.0, 4581.0, 4621.0, 4591.0, 4591.0, 4547.0, 4579.0, 4619.0, 4581.0, 4587.0, 4544.0, 4568.0, 4581.0, 4544.0, 4599.0, 4558.0, 4578.0, 4556.0, 4569.0, 4607.0, 4579.0, 4599.0, 4558.0, 4593.0, 4589.0, 4559.0, 4598.0, 4559.0, 4591.0, 4609.0, 4592.0, 4597.0, 4556.0, 4577.0, 4557.0, 4590.0, 4630.0, 4613.0, 4598.0, 4542.0, 4554.0, 4564.0, 4587.0, 4606.0, 4565.0, 4577.0, 4558.0, 4567.0, 4597.0, 4568.0, 4597.0, 4579.0, 4590.0, 4547.0, 4582.0, 4606.0, 4568.0, 4599.0, 4557.0, 4589.0, 4556.0, 4569.0, 4608.0, 4577.0, 4598.0, 4555.0, 4576.0, 4564.0, 4545.0, 4585.0, 4555.0, 4589.0, 4581.0, 4591.0, 4582.0, 4557.0, 4585.0, 4555.0, 4591.0, 4566.0, 4580.0, 4585.0, 4561.0, 4589.0, 4557.0, 4593.0, 4598.0, 4572.0, 4602.0, 4571.0, 4600.0, 4560.0, 4605.0, 4603.0, 4584.0, 4611.0, 4572.0, 4616.0, 4583.0, 4605.0, 4602.0, 4594.0, 4621.0, 4581.0, 4602.0, 4571.0, 4603.0, 4632.0, 4591.0, 4630.0, 4569.0, 4588.0, 4545.0, 4579.0, 4628.0, 4579.0, 4601.0, 4559.0, 4588.0, 4561.0, 4601.0, 4609.0, 4592.0, 4609.0, 4568.0, 4591.0, 4559.0, 4592.0, 4641.0, 4600.0, 4598.0, 4556.0, 4578.0, 4568.0, 4580.0, 4609.0, 4591.0, 4589.0, 4548.0, 4578.0, 4595.0, 4568.0, 4598.0, 4578.0, 4579.0, 4546.0, 4556.0, 4604.0, 4567.0, 4598.0, 4559.0, 4579.0, 4547.0, 4570.0, 4606.0, 4568.0, 4599.0, 4567.0, 4589.0, 4558.0, 4571.0, 4610.0, 4571.0, 4589.0, 4587.0, 4589.0, 4641.0, 4558.0, 4601.0, 4557.0, 4588.0, 4626.0, 4586.0, 4607.0, 4558.0, 4586.0, 4546.0, 4577.0, 4567.0, 4567.0, 4597.0, 4547.0, 4586.0, 4560.0, 4587.0, 4589.0, 4578.0, 4598.0, 4557.0, 4577.0, 4556.0, 4578.0, 4605.0, 4577.0, 4576.0, 4545.0, 4566.0, 4577.0, 4569.0, 4598.0, 4569.0, 4578.0, 4558.0, 4580.0, 4577.0, 4569.0, 4609.0, 4569.0, 4599.0, 4549.0, 4579.0, 4568.0, 4591.0, 4621.0, 4579.0, 4588.0, 4546.0, 4578.0, 4598.0, 4579.0, 4607.0, 4557.0, 4575.0, 4545.0, 4579.0, 4598.0, 4578.0, 4576.0, 4558.0, 4587.0, 4561.0, 4592.0, 4588.0, 4581.0, 4600.0, 4557.0, 4575.0, 4570.0, 4592.0, 4618.0, 4578.0, 4608.0, 4556.0, 4575.0, 4555.0, 4579.0, 4617.0, 4567.0, 4596.0, 4546.0, 4585.0, 4556.0, 4578.0, 4583.0, 4579.0, 4587.0, 4557.0, 4588.0, 4568.0, 4591.0, 4588.0, 4591.0, 4597.0, 4558.0, 4598.0, 4560.0, 4589.0, 4567.0, 4590.0, 4568.0, 4571.0, 4608.0, 4567.0, 4598.0, 4579.0, 4600.0, 4557.0, 4567.0, 4617.0, 4579.0, 4598.0, 4578.0, 4608.0, 4575.0, 4556.0, 4607.0, 4568.0, 4594.0, 4554.0, 4575.0, 4553.0, 4543.0, 4584.0, 4555.0, 4586.0, 4556.0, 4588.0, 4544.0, 4555.0, 4594.0, 4555.0, 4597.0, 4566.0, 4598.0, 4607.0, 4567.0, 4583.0, 4546.0, 4562.0, 4555.0, 4587.0, 4555.0, 4600.0, 4580.0, 4580.0, 4632.0, 4589.0, 4592.0, 4571.0, 4591.0, 4569.0, 4592.0, 4571.0, 4602.0, 4623.0, 4590.0, 4621.0, 4610.0, 4607.0, 4552.0, 4573.0, 4582.0, 4550.0, 4602.0, 4571.0, 4580.0, 4529.0, 4549.0, 4539.0, 4550.0, 4592.0, 4554.0, 4571.0, 4542.0, 4563.0, 4542.0, 4554.0, 4550.0, 4545.0, 4604.0, 4568.0, 4575.0, 4545.0, 4553.0, 4576.0, 4556.0, 4620.0, 4569.0, 4590.0, 4556.0, 4558.0, 4607.0, 4559.0, 4591.0, 4569.0, 4582.0, 4588.0, 4559.0, 4608.0, 4568.0, 4613.0, 4573.0, 4595.0, 4570.0, 4583.0, 4632.0, 4595.0, 4625.0, 4583.0, 4603.0, 4577.0, 4569.0, 4622.0, 4581.0, 4612.0, 4581.0, 4602.0, 4568.0, 4571.0, 4619.0, 4593.0, 4623.0, 4647.0, 4660.0, 4634.0, 4618.0, 4571.0, 4601.0, 4577.0, 4570.0, 4623.0, 4567.0, 4590.0, 4624.0, 4584.0, 4611.0, 4567.0, 4576.0, 4607.0, 4568.0, 4614.0, 4598.0, 4597.0, 4531.0, 4563.0, 4573.0, 4553.0, 4602.0, 4581.0, 4583.0, 4549.0, 4559.0, 4538.0, 4539.0, 4589.0, 4534.0, 4557.0, 4528.0, 4549.0, 4539.0, 4539.0, 4569.0, 4540.0, 4574.0, 4544.0, 4574.0, 4574.0, 4557.0, 4574.0, 4554.0, 4573.0, 4543.0, 4578.0, 4606.0, 4568.0, 4576.0, 4556.0, 4579.0, 4606.0, 4570.0, 4600.0, 4559.0, 4572.0, 4578.0, 4571.0, 4609.0, 4573.0, 4602.0, 4571.0, 4595.0, 4593.0, 4583.0, 4622.0, 4584.0, 4637.0, 4587.0, 4612.0, 4585.0, 4596.0, 4634.0, 4606.0, 4624.0, 4594.0, 4606.0, 4550.0, 4583.0, 4623.0, 4597.0, 4636.0, 4592.0, 4604.0, 4573.0, 4594.0, 4574.0, 4606.0, 4636.0, 4594.0, 4633.0, 4593.0, 4614.0, 4584.0, 4618.0, 4641.0, 4593.0, 4625.0, 4572.0, 4593.0, 4559.0, 4594.0, 4643.0, 4602.0, 4622.0, 4579.0, 4589.0, 4560.0, 4582.0, 4629.0, 4572.0, 4599.0, 4546.0, 4589.0, 4559.0, 4592.0, 4620.0, 4578.0, 4600.0, 4559.0, 4590.0, 4561.0, 4583.0, 4621.0, 4583.0, 4600.0, 4572.0, 4604.0, 4574.0, 4605.0, 4603.0, 4605.0, 4632.0, 4571.0, 4602.0, 4574.0, 4602.0, 4629.0, 4569.0, 4619.0, 4567.0, 4590.0, 4609.0, 4609.0, 4618.0, 4566.0, 4586.0, 4545.0, 4578.0, 4556.0, 4567.0, 4585.0, 4558.0, 4597.0, 4573.0, 4601.0, 4561.0, 4580.0, 4559.0, 4583.0, 4611.0, 4582.0, 4611.0, 4591.0, 4600.0, 4557.0, 4577.0, 4619.0, 4569.0, 4619.0, 4599.0, 4599.0, 4547.0, 4568.0, 4607.0, 4581.0, 4598.0, 4568.0, 4587.0, 4558.0, 4579.0, 4589.0, 4577.0, 4596.0, 4566.0, 4575.0, 4548.0, 4588.0, 4589.0, 4578.0, 4607.0, 4567.0, 4588.0, 4560.0, 4576.0, 4557.0, 4566.0, 4545.0, 4555.0, 4549.0, 4595.0, 4571.0, 4591.0, 4619.0, 4589.0, 4620.0, 4555.0, 4587.0, 4627.0, 4596.0, 4607.0, 4595.0, 4606.0, 4604.0, 4564.0, 4603.0, 4574.0, 4582.0, 4541.0, 4541.0, 4540.0, 4551.0, 4582.0, 4551.0, 4572.0, 4551.0, 4563.0, 4561.0, 4553.0, 4571.0, 4554.0, 4572.0, 4542.0, 4552.0, 4543.0, 4555.0, 4595.0, 4556.0, 4595.0, 4556.0, 4566.0, 4547.0, 4567.0, 4610.0, 4570.0, 4608.0, 4567.0, 4587.0, 4565.0, 4566.0, 4596.0, 4556.0, 4587.0, 4564.0, 4598.0, 4605.0, 4555.0, 4584.0, 4546.0, 4577.0, 4587.0, 4556.0, 4596.0, 4557.0, 4575.0, 4545.0, 4569.0, 4578.0, 4555.0, 4586.0, 4557.0, 4587.0, 4546.0, 4579.0, 4619.0, 4578.0, 4587.0, 4557.0, 4575.0, 4547.0, 4570.0, 4620.0, 4578.0, 4577.0, 4545.0, 4566.0, 4577.0, 4557.0, 4595.0, 4567.0, 4566.0, 4557.0, 4569.0, 4568.0, 4597.0, 4646.0, 4615.0, 4624.0, 4571.0, 4574.0, 4621.0, 4580.0, 4601.0, 4571.0, 4590.0, 4548.0, 4569.0, 4622.0, 4578.0, 4589.0, 4560.0, 4590.0, 4560.0, 4582.0, 4599.0, 4580.0, 4598.0, 4569.0, 4588.0, 4571.0, 4603.0, 4601.0, 4590.0, 4631.0, 4578.0, 4610.0, 4571.0, 4589.0, 4559.0, 4579.0, 4566.0, 4558.0, 4609.0, 4572.0, 4585.0, 4557.0, 4578.0, 4546.0, 4568.0, 4619.0, 4577.0, 4619.0, 4567.0, 4585.0, 4543.0, 4554.0, 4616.0, 4565.0, 4595.0, 4556.0, 4565.0, 4532.0, 4565.0, 4576.0, 4556.0, 4585.0, 4567.0, 4576.0, 4547.0, 4578.0, 4560.0, 4571.0, 4621.0, 4592.0, 4588.0, 4558.0, 4579.0, 4568.0, 4570.0, 4608.0, 4592.0, 4590.0, 4559.0, 4579.0, 4557.0, 4571.0, 4620.0, 4593.0, 4590.0, 4560.0, 4592.0, 4571.0], 'WindowWidth': [10207.0, 10111.0, 10124.0, 10067.0, 10112.0, 10091.0, 10077.0, 10094.0, 10038.0, 10073.0, 10039.0, 10063.0, 10011.0, 10066.0, 10009.0, 10052.0, 10088.0, 10058.0, 10091.0, 10040.0, 10065.0, 10012.0, 10054.0, 10026.0, 10074.0, 10119.0, 10097.0, 10070.0, 10042.0, 10066.0, 10029.0, 10073.0, 10072.0, 10097.0, 10082.0, 10047.0, 10082.0, 10047.0, 10070.0, 10036.0, 10090.0, 10026.0, 10047.0, 10104.0, 10054.0, 10086.0, 10054.0, 10098.0, 10026.0, 10015.0, 10055.0, 10025.0, 10066.0, 10037.0, 10072.0, 10003.0, 10023.0, 10068.0, 10042.0, 10076.0, 10041.0, 10069.0, 10013.0, 10038.0, 10094.0, 10055.0, 10084.0, 10029.0, 10050.0, 9988.0, 10020.0, 10076.0, 10035.0, 10100.0, 10056.0, 10062.0, 9986.0, 10016.0, 10068.0, 10040.0, 10065.0, 10012.0, 10047.0, 10087.0, 10001.0, 10035.0, 9989.0, 10049.0, 10019.0, 10019.0, 10038.0, 10018.0, 10044.0, 10007.0, 10034.0, 10094.0, 10051.0, 10049.0, 9985.0, 10030.0, 10090.0, 10035.0, 10040.0, 9978.0, 10013.0, 10023.0, 9979.0, 10056.0, 10005.0, 10029.0, 10000.0, 10018.0, 10068.0, 10034.0, 10060.0, 10004.0, 10052.0, 10048.0, 10006.0, 10056.0, 10004.0, 10048.0, 10074.0, 10053.0, 10057.0, 9998.0, 10023.0, 10000.0, 10046.0, 10114.0, 10083.0, 10054.0, 9971.0, 9989.0, 10008.0, 10053.0, 10064.0, 10003.0, 10022.0, 10005.0, 10012.0, 10057.0, 10019.0, 10052.0, 10034.0, 10047.0, 9986.0, 10040.0, 10066.0, 10017.0, 10059.0, 9998.0, 10045.0, 9996.0, 10016.0, 10070.0, 10028.0, 10055.0, 9996.0, 10021.0, 10005.0, 9979.0, 10031.0, 9995.0, 10042.0, 10037.0, 10047.0, 10026.0, 9999.0, 10033.0, 9994.0, 10049.0, 10013.0, 10034.0, 10036.0, 10011.0, 10044.0, 10001.0, 10055.0, 10061.0, 10026.0, 10068.0, 10026.0, 10062.0, 10011.0, 10075.0, 10072.0, 10045.0, 10082.0, 10031.0, 10092.0, 10048.0, 10074.0, 10069.0, 10057.0, 10098.0, 10036.0, 10066.0, 10024.0, 10069.0, 10111.0, 10052.0, 10109.0, 10019.0, 10043.0, 9980.0, 10032.0, 10101.0, 10031.0, 10065.0, 10007.0, 10043.0, 10011.0, 10066.0, 10077.0, 10052.0, 10077.0, 10018.0, 10050.0, 10009.0, 10053.0, 10128.0, 10063.0, 10056.0, 9998.0, 10027.0, 10016.0, 10033.0, 10078.0, 10051.0, 10046.0, 9989.0, 10029.0, 10051.0, 10014.0, 10059.0, 10029.0, 10030.0, 9984.0, 9995.0, 10063.0, 10015.0, 10056.0, 10005.0, 10030.0, 9988.0, 10020.0, 10068.0, 10018.0, 10059.0, 10016.0, 10046.0, 10003.0, 10023.0, 10076.0, 10023.0, 10044.0, 10042.0, 10046.0, 10126.0, 10003.0, 10063.0, 10000.0, 10041.0, 10097.0, 10034.0, 10069.0, 9999.0, 10035.0, 9983.0, 10025.0, 10015.0, 10014.0, 10055.0, 9987.0, 10036.0, 10009.0, 10039.0, 10047.0, 10028.0, 10057.0, 9998.0, 10025.0, 9999.0, 10029.0, 10068.0, 10026.0, 10022.0, 9980.0, 10009.0, 10027.0, 10018.0, 10055.0, 10019.0, 10027.0, 10003.0, 10034.0, 10031.0, 10018.0, 10072.0, 10020.0, 10058.0, 9992.0, 10032.0, 10018.0, 10050.0, 10098.0, 10032.0, 10042.0, 9983.0, 10029.0, 10058.0, 10030.0, 10067.0, 9998.0, 10020.0, 9983.0, 10031.0, 10059.0, 10029.0, 10024.0, 10004.0, 10038.0, 10010.0, 10052.0, 10045.0, 10037.0, 10063.0, 10002.0, 10017.0, 10020.0, 10052.0, 10090.0, 10028.0, 10072.0, 9996.0, 10019.0, 9995.0, 10028.0, 10084.0, 10011.0, 10051.0, 9984.0, 10033.0, 10000.0, 10030.0, 10030.0, 10029.0, 10040.0, 10000.0, 10040.0, 10018.0, 10050.0, 10045.0, 10050.0, 10054.0, 10004.0, 10056.0, 10008.0, 10045.0, 10014.0, 10047.0, 10014.0, 10026.0, 10071.0, 10015.0, 10058.0, 10033.0, 10063.0, 9999.0, 10012.0, 10087.0, 10031.0, 10058.0, 10029.0, 10070.0, 10019.0, 9993.0, 10069.0, 10016.0, 10046.0, 9991.0, 10020.0, 9988.0, 9970.0, 10030.0, 9994.0, 10036.0, 9996.0, 10041.0, 9976.0, 9993.0, 10043.0, 9994.0, 10054.0, 10011.0, 10057.0, 10070.0, 10012.0, 10033.0, 9981.0, 9999.0, 9996.0, 10037.0, 9997.0, 10062.0, 10034.0, 10035.0, 10109.0, 10049.0, 10054.0, 10024.0, 10049.0, 10020.0, 10052.0, 10027.0, 10067.0, 10100.0, 10046.0, 10101.0, 10077.0, 10069.0, 9983.0, 10013.0, 10022.0, 9975.0, 10061.0, 10008.0, 10018.0, 9947.0, 9974.0, 9962.0, 9977.0, 10042.0, 9991.0, 10008.0, 9973.0, 10001.0, 9971.0, 9988.0, 9977.0, 9978.0, 10058.0, 10012.0, 10018.0, 9980.0, 9984.0, 10023.0, 9996.0, 10088.0, 10019.0, 10046.0, 9997.0, 10001.0, 10066.0, 10003.0, 10050.0, 10020.0, 10036.0, 10044.0, 10008.0, 10070.0, 10018.0, 10083.0, 10032.0, 10060.0, 10024.0, 10039.0, 10112.0, 10064.0, 10102.0, 10042.0, 10068.0, 10025.0, 10017.0, 10098.0, 10040.0, 10081.0, 10038.0, 10065.0, 10017.0, 10021.0, 10089.0, 10057.0, 10098.0, 10141.0, 10165.0, 10121.0, 10082.0, 10025.0, 10063.0, 10027.0, 10019.0, 10098.0, 10014.0, 10046.0, 10103.0, 10047.0, 10080.0, 10013.0, 10020.0, 10066.0, 10011.0, 10079.0, 10055.0, 10049.0, 9953.0, 9997.0, 10012.0, 9984.0, 10063.0, 10020.0, 10027.0, 9973.0, 9988.0, 9956.0, 9959.0, 10035.0, 9945.0, 9983.0, 9945.0, 9975.0, 9960.0, 9961.0, 10002.0, 9964.0, 10015.0, 9977.0, 10017.0, 10017.0, 10000.0, 10016.0, 9991.0, 10015.0, 9976.0, 10028.0, 10068.0, 10015.0, 10022.0, 9997.0, 10031.0, 10067.0, 10022.0, 10063.0, 10008.0, 10025.0, 10032.0, 10025.0, 10073.0, 10031.0, 10068.0, 10028.0, 10062.0, 10059.0, 10046.0, 10095.0, 10047.0, 10126.0, 10057.0, 10093.0, 10050.0, 10068.0, 10116.0, 10081.0, 10103.0, 10061.0, 10077.0, 9995.0, 10045.0, 10102.0, 10068.0, 10123.0, 10056.0, 10072.0, 10033.0, 10058.0, 10037.0, 10080.0, 10121.0, 10061.0, 10118.0, 10059.0, 10087.0, 10049.0, 10095.0, 10124.0, 10057.0, 10105.0, 10027.0, 10056.0, 10008.0, 10058.0, 10135.0, 10067.0, 10098.0, 10031.0, 10044.0, 10009.0, 10038.0, 10106.0, 10022.0, 10060.0, 9983.0, 10044.0, 10009.0, 10055.0, 10093.0, 10026.0, 10062.0, 10005.0, 10046.0, 10011.0, 10040.0, 10096.0, 10041.0, 10065.0, 10027.0, 10072.0, 10034.0, 10076.0, 10073.0, 10074.0, 10115.0, 10024.0, 10066.0, 10030.0, 10067.0, 10104.0, 10017.0, 10090.0, 10011.0, 10044.0, 10071.0, 10071.0, 10089.0, 10007.0, 10036.0, 9981.0, 10025.0, 9995.0, 10012.0, 10037.0, 10000.0, 10051.0, 10030.0, 10064.0, 10010.0, 10033.0, 10007.0, 10042.0, 10080.0, 10038.0, 10081.0, 10052.0, 10062.0, 9999.0, 10027.0, 10092.0, 10018.0, 10089.0, 10060.0, 10058.0, 9982.0, 10013.0, 10069.0, 10036.0, 10056.0, 10015.0, 10038.0, 10002.0, 10031.0, 10046.0, 10026.0, 10052.0, 10009.0, 10019.0, 9985.0, 10041.0, 10044.0, 10029.0, 10069.0, 10013.0, 10041.0, 10006.0, 10022.0, 10000.0, 10007.0, 9979.0, 9994.0, 9993.0, 10065.0, 10027.0, 10050.0, 10089.0, 10048.0, 10089.0, 9993.0, 10039.0, 10099.0, 10050.0, 10072.0, 10047.0, 10066.0, 10062.0, 10000.0, 10059.0, 10016.0, 10025.0, 9967.0, 9965.0, 9965.0, 9982.0, 10025.0, 9984.0, 10010.0, 9982.0, 9999.0, 9995.0, 9984.0, 10006.0, 9992.0, 10012.0, 9971.0, 9982.0, 9975.0, 9992.0, 10046.0, 9999.0, 10049.0, 9999.0, 10008.0, 9985.0, 10011.0, 10076.0, 10021.0, 10070.0, 10012.0, 10038.0, 10006.0, 10007.0, 10050.0, 9996.0, 10039.0, 10007.0, 10055.0, 10064.0, 9993.0, 10032.0, 9982.0, 10023.0, 10038.0, 9992.0, 10049.0, 9996.0, 10020.0, 9979.0, 10016.0, 10030.0, 9994.0, 10036.0, 9999.0, 10038.0, 9983.0, 10030.0, 10088.0, 10029.0, 10037.0, 9998.0, 10020.0, 9985.0, 10020.0, 10092.0, 10032.0, 10025.0, 9979.0, 10010.0, 10026.0, 10000.0, 10046.0, 10013.0, 10010.0, 10000.0, 10017.0, 10018.0, 10070.0, 10135.0, 10094.0, 10103.0, 10027.0, 10032.0, 10095.0, 10036.0, 10065.0, 10024.0, 10047.0, 9989.0, 10018.0, 10099.0, 10029.0, 10045.0, 10008.0, 10046.0, 10007.0, 10041.0, 10062.0, 10033.0, 10059.0, 10019.0, 10043.0, 10026.0, 10068.0, 10066.0, 10049.0, 10114.0, 10029.0, 10077.0, 10023.0, 10048.0, 10005.0, 10033.0, 10011.0, 10002.0, 10075.0, 10026.0, 10034.0, 9998.0, 10027.0, 9984.0, 10014.0, 10094.0, 10027.0, 10090.0, 10011.0, 10035.0, 9975.0, 9989.0, 10080.0, 10006.0, 10049.0, 9994.0, 10005.0, 9958.0, 10005.0, 10025.0, 9999.0, 10035.0, 10014.0, 10022.0, 9988.0, 10029.0, 10007.0, 10024.0, 10092.0, 10054.0, 10043.0, 10003.0, 10030.0, 10015.0, 10022.0, 10073.0, 10053.0, 10045.0, 10005.0, 10030.0, 10002.0, 10025.0, 10092.0, 10057.0, 10048.0, 10008.0, 10055.0, 10029.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.0005305645161290323</td></tr>
<tr><td colspan=3>aqi</td><td>0.023035792857142856</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.47600442342567</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215028225363322</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9985484761937727</td></tr>
<tr><td colspan=3>efc</td><td>0.5577</td></tr>
<tr><td colspan=3>fber</td><td>3001.8606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10948913219597393</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.064516129032258</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3098282345483088</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1855198569840555</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5376278485891466</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.206336998071724</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110439</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02883858233690262</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07071992009878159</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2478990153704155</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>10.6068</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.5739</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>291.4022</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>278517.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1376.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>484.4878</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1235</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.1956</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.1838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3799.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>98027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.3199</td></tr>
<tr><td colspan=3>tsnr</td><td>37.76944351522252</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>