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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-03_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_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-0101/ses-03/func/sub-0101_ses-03_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>ce9f29d0d35d90a45c949616932487f8</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>16:51:0.560000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.997864, 0.0438205, 0.0484414, -0.0374621, 0.991429, -0.125159]</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.125183</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4244, -7752, -7229, 4, -164, -105, -47, 53]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>231c2e91-1ab2-488f-8864-7f74710b4fcb||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.677196979522705, -0.10050800442695618, 0.14447888731956482, 112.00318145751953], [-0.11756720393896103, 2.6599321365356445, -0.33230727910995483, -83.87351989746094], [0.12996463477611542, 0.33579185605049133, 2.67557430267334, -111.34806823730469], [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': ['165100.560000', '165101.020000', '165101.480000', '165101.940000', '165102.400000', '165102.860000', '165103.320000', '165103.780000', '165104.240000', '165104.700000', '165105.160000', '165105.620000', '165106.080000', '165106.540000', '165107.000000', '165107.460000', '165107.920000', '165108.380000', '165108.840000', '165109.300000', '165109.760000', '165110.220000', '165110.680000', '165111.140000', '165111.600000', '165112.060000', '165112.520000', '165112.980000', '165113.440000', '165113.900000', '165114.360000', '165114.820000', '165115.280000', '165115.740000', '165116.200000', '165116.660000', '165117.120000', '165117.580000', '165118.040000', '165118.500000', '165118.960000', '165119.420000', '165119.880000', '165120.340000', '165120.800000', '165121.260000', '165121.720000', '165122.180000', '165122.640000', '165123.100000', '165123.560000', '165124.020000', '165124.480000', '165124.940000', '165125.400000', '165125.860000', '165126.320000', '165126.780000', '165127.240000', '165127.700000', '165128.160000', '165128.620000', '165129.080000', '165129.540000', '165130.000000', '165130.460000', '165130.920000', '165131.380000', '165131.840000', '165132.300000', '165132.760000', '165133.220000', '165133.680000', '165134.140000', '165134.600000', '165135.060000', '165135.520000', '165135.980000', '165136.440000', '165136.900000', '165137.360000', '165137.820000', '165138.280000', '165138.740000', '165139.200000', '165139.660000', '165140.120000', '165140.580000', '165141.040000', '165141.500000', '165141.960000', '165142.420000', '165142.880000', '165143.340000', '165143.800000', '165144.260000', '165144.720000', '165145.180000', '165145.640000', '165146.100000', '165146.560000', '165147.020000', '165147.480000', '165147.940000', '165148.400000', '165148.860000', '165149.320000', '165149.780000', '165150.240000', '165150.700000', '165151.160000', '165151.620000', '165152.080000', '165152.540000', '165153.000000', '165153.460000', '165153.920000', '165154.380000', '165154.840000', '165155.300000', '165155.760000', '165156.220000', '165156.680000', '165157.140000', '165157.600000', '165158.060000', '165158.520000', '165158.980000', '165159.440000', '165159.900000', '165200.360000', '165200.820000', '165201.280000', '165201.740000', '165202.200000', '165202.660000', '165203.120000', '165203.580000', '165204.040000', '165204.500000', '165204.960000', '165205.420000', '165205.880000', '165206.340000', '165206.800000', '165207.260000', '165207.720000', '165208.180000', '165208.640000', '165209.100000', '165209.560000', '165210.020000', '165210.480000', '165210.940000', '165211.400000', '165211.860000', '165212.320000', '165212.780000', '165213.240000', '165213.700000', '165214.160000', '165214.620000', '165215.080000', '165215.540000', '165216.000000', '165216.460000', '165216.920000', '165217.380000', '165217.840000', '165218.300000', '165218.760000', '165219.220000', '165219.680000', '165220.140000', '165220.600000', '165221.060000', '165221.520000', '165221.980000', '165222.440000', '165222.900000', '165223.360000', '165223.820000', '165224.280000', '165224.740000', '165225.200000', '165225.660000', '165226.120000', '165226.580000', '165227.040000', '165227.500000', '165227.960000', '165228.420000', '165228.880000', '165229.340000', '165229.800000', '165230.260000', '165230.720000', '165231.180000', '165231.640000', '165232.100000', '165232.560000', '165233.020000', '165233.480000', '165233.940000', '165234.400000', '165234.860000', '165235.320000', '165235.780000', '165236.240000', '165236.700000', '165237.160000', '165237.620000', '165238.080000', '165238.540000', '165239.000000', '165239.460000', '165239.920000', '165240.380000', '165240.840000', '165241.300000', '165241.760000', '165242.220000', '165242.680000', '165243.140000', '165243.600000', '165244.060000', '165244.520000', '165244.980000', '165245.440000', '165245.900000', '165246.360000', '165246.820000', '165247.280000', '165247.740000', '165248.200000', '165248.660000', '165249.120000', '165249.580000', '165250.040000', '165250.500000', '165250.960000', '165251.420000', '165251.880000', '165252.340000', '165252.800000', '165253.260000', '165253.720000', '165254.180000', '165254.640000', '165255.100000', '165255.560000', '165256.020000', '165256.480000', '165256.940000', '165257.400000', '165257.860000', '165258.320000', '165258.780000', '165259.240000', '165259.700000', '165300.160000', '165300.620000', '165301.080000', '165301.540000', '165302.000000', '165302.460000', '165302.920000', '165303.380000', '165303.840000', '165304.300000', '165304.760000', '165305.220000', '165305.680000', '165306.140000', '165306.600000', '165307.060000', '165307.520000', '165307.980000', '165308.440000', '165308.900000', '165309.360000', '165309.820000', '165310.280000', '165310.740000', '165311.200000', '165311.660000', '165312.120000', '165312.580000', '165313.040000', '165313.500000', '165313.960000', '165314.420000', '165314.880000', '165315.340000', '165315.800000', '165316.260000', '165316.720000', '165317.180000', '165317.640000', '165318.100000', '165318.560000', '165319.020000', '165319.480000', '165319.940000', '165320.400000', '165320.860000', '165321.320000', '165321.780000', '165322.240000', '165322.700000', '165323.160000', '165323.620000', '165324.080000', '165324.540000', '165325.000000', '165325.460000', '165325.920000', '165326.380000', '165326.840000', '165327.300000', '165327.760000', '165328.220000', '165328.680000', '165329.140000', '165329.600000', '165330.060000', '165330.520000', '165330.980000', '165331.440000', '165331.900000', '165332.360000', '165332.820000', '165333.280000', '165333.740000', '165334.200000', '165334.660000', '165335.120000', '165335.580000', '165336.040000', '165336.500000', '165336.960000', '165337.420000', '165337.880000', '165338.340000', '165338.800000', '165339.260000', '165339.720000', '165340.180000', '165340.640000', '165341.100000', '165341.560000', '165342.020000', '165342.480000', '165342.940000', '165343.400000', '165343.860000', '165344.320000', '165344.780000', '165345.240000', '165345.700000', '165346.160000', '165346.620000', '165347.080000', '165347.540000', '165348.000000', '165348.460000', '165348.920000', '165349.380000', '165349.840000', '165350.300000', '165350.760000', '165351.220000', '165351.680000', '165352.140000', '165352.600000', '165353.060000', '165353.520000', '165353.980000', '165354.440000', '165354.900000', '165355.360000', '165355.820000', '165356.280000', '165356.740000', '165357.200000', '165357.660000', '165358.120000', '165358.580000', '165359.040000', '165359.500000', '165359.960000', '165400.420000', '165400.880000', '165401.340000', '165401.800000', '165402.260000', '165402.720000', '165403.180000', '165403.640000', '165404.100000', '165404.560000', '165405.020000', '165405.480000', '165405.940000', '165406.400000', '165406.860000', '165407.320000', '165407.780000', '165408.240000', '165408.700000', '165409.160000', '165409.620000', '165410.080000', '165410.540000', '165411.000000', '165411.460000', '165411.920000', '165412.380000', '165412.840000', '165413.300000', '165413.760000', '165414.220000', '165414.680000', '165415.140000', '165415.600000', '165416.060000', '165416.520000', '165416.980000', '165417.440000', '165417.900000', '165418.360000', '165418.820000', '165419.280000', '165419.740000', '165420.200000', '165420.660000', '165421.120000', '165421.580000', '165422.040000', '165422.500000', '165422.960000', '165423.420000', '165423.880000', '165424.340000', '165424.800000', '165425.260000', '165425.720000', '165426.180000', '165426.640000', '165427.100000', '165427.560000', '165428.020000', '165428.480000', '165428.940000', '165429.400000', '165429.860000', '165430.320000', '165430.780000', '165431.240000', '165431.700000', '165432.160000', '165432.620000', '165433.080000', '165433.540000', '165434.000000', '165434.460000', '165434.920000', '165435.380000', '165435.840000', '165436.300000', '165436.760000', '165437.220000', '165437.680000', '165438.140000', '165438.600000', '165439.060000', '165439.520000', '165439.980000', '165440.440000', '165440.900000', '165441.360000', '165441.820000', '165442.280000', '165442.740000', '165443.200000', '165443.660000', '165444.120000', '165444.580000', '165445.040000', '165445.500000', '165445.960000', '165446.420000', '165446.880000', '165447.340000', '165447.800000', '165448.260000', '165448.720000', '165449.180000', '165449.640000', '165450.100000', '165450.560000', '165451.020000', '165451.480000', '165451.940000', '165452.400000', '165452.860000', '165453.320000', '165453.780000', '165454.240000', '165454.700000', '165455.160000', '165455.620000', '165456.080000', '165456.540000', '165457.000000', '165457.460000', '165457.920000', '165458.380000', '165458.840000', '165459.300000', '165459.760000', '165500.220000', '165500.680000', '165501.140000', '165501.600000', '165502.060000', '165502.520000', '165502.980000', '165503.440000', '165503.900000', '165504.360000', '165504.820000', '165505.280000', '165505.740000', '165506.200000', '165506.660000', '165507.120000', '165507.580000', '165508.040000', '165508.500000', '165508.960000', '165509.420000', '165509.880000', '165510.340000', '165510.800000', '165511.260000', '165511.720000', '165512.180000', '165512.640000', '165513.100000', '165513.560000', '165514.020000', '165514.480000', '165514.940000', '165515.400000', '165515.860000', '165516.320000', '165516.780000', '165517.240000', '165517.700000', '165518.160000', '165518.620000', '165519.080000', '165519.540000', '165520.000000', '165520.460000', '165520.920000', '165521.380000', '165521.840000', '165522.300000', '165522.760000', '165523.220000', '165523.680000', '165524.140000', '165524.600000', '165525.060000', '165525.520000', '165525.980000', '165526.440000', '165526.900000', '165527.360000', '165527.820000', '165528.280000', '165528.740000', '165529.200000', '165529.660000', '165530.120000', '165530.580000', '165531.040000', '165531.500000', '165531.960000', '165532.420000', '165532.880000', '165533.340000', '165533.800000', '165534.260000', '165534.720000', '165535.180000', '165535.640000', '165536.100000', '165536.560000', '165537.020000', '165537.480000', '165537.940000', '165538.400000', '165538.860000', '165539.320000', '165539.780000', '165540.240000', '165540.700000', '165541.160000', '165541.620000', '165542.080000', '165542.540000', '165543.000000', '165543.460000', '165543.920000', '165544.380000', '165544.840000', '165545.300000', '165545.760000', '165546.220000', '165546.680000', '165547.140000', '165547.600000', '165548.060000', '165548.520000', '165548.980000', '165549.440000', '165549.900000', '165550.360000', '165550.820000', '165551.280000', '165551.740000', '165552.200000', '165552.660000', '165553.120000', '165553.580000', '165554.040000', '165554.500000', '165554.960000', '165555.420000', '165555.880000', '165556.340000', '165556.800000', '165557.260000', '165557.720000', '165558.180000', '165558.640000', '165559.100000', '165559.560000', '165600.020000', '165600.480000', '165600.940000', '165601.400000', '165601.860000', '165602.320000', '165602.780000', '165603.240000', '165603.700000', '165604.160000', '165604.620000', '165605.080000', '165605.540000', '165606.000000', '165606.460000', '165606.920000', '165607.380000', '165607.840000', '165608.300000', '165608.760000', '165609.220000', '165609.680000', '165610.140000', '165610.600000', '165611.060000', '165611.520000', '165611.980000', '165612.440000', '165612.900000', '165613.360000', '165613.820000', '165614.280000', '165614.740000', '165615.200000', '165615.660000', '165616.120000', '165616.580000', '165617.040000', '165617.500000', '165617.960000', '165618.420000', '165618.880000', '165619.340000', '165619.800000', '165620.260000', '165620.720000', '165621.180000', '165621.640000', '165622.100000', '165622.560000', '165623.020000', '165623.480000', '165623.940000', '165624.400000', '165624.860000', '165625.320000', '165625.780000', '165626.240000', '165626.700000', '165627.160000', '165627.620000', '165628.080000', '165628.540000', '165629.000000', '165629.460000', '165629.920000', '165630.380000', '165630.840000', '165631.300000', '165631.760000', '165632.220000', '165632.680000', '165633.140000', '165633.600000', '165634.060000', '165634.520000', '165634.980000', '165635.440000', '165635.900000', '165636.360000', '165636.820000', '165637.280000', '165637.740000', '165638.200000', '165638.660000', '165639.120000', '165639.580000', '165640.040000', '165640.500000', '165640.960000', '165641.420000', '165641.880000', '165642.340000', '165642.800000', '165643.260000', '165643.720000', '165644.180000', '165644.640000', '165645.100000', '165645.560000', '165646.020000', '165646.480000', '165646.940000', '165647.400000', '165647.860000', '165648.320000', '165648.780000', '165649.240000', '165649.700000', '165650.160000', '165650.620000', '165651.080000', '165651.540000', '165652.000000', '165652.460000', '165652.920000', '165653.380000', '165653.840000', '165654.300000', '165654.760000', '165655.220000', '165655.680000', '165656.140000', '165656.600000', '165657.060000', '165657.520000', '165657.980000', '165658.440000', '165658.900000', '165659.360000', '165659.820000', '165700.280000', '165700.740000', '165701.200000', '165701.660000', '165702.120000', '165702.580000', '165703.040000', '165703.500000', '165703.960000', '165704.420000', '165704.880000', '165705.340000', '165705.800000', '165706.260000', '165706.720000', '165707.180000', '165707.640000', '165708.100000', '165708.560000', '165709.020000', '165709.480000', '165709.940000', '165710.400000', '165710.860000', '165711.320000', '165711.780000', '165712.240000', '165712.700000', '165713.160000', '165713.620000', '165714.080000', '165714.540000', '165715.000000', '165715.460000', '165715.920000', '165716.380000', '165716.840000', '165717.300000', '165717.760000', '165718.220000', '165718.680000', '165719.140000', '165719.600000', '165720.060000', '165720.520000', '165720.980000', '165721.440000', '165721.900000', '165722.360000', '165722.820000', '165723.280000', '165723.740000', '165724.200000', '165724.660000', '165725.120000', '165725.580000', '165726.040000', '165726.500000', '165726.960000', '165727.420000', '165727.880000', '165728.340000', '165728.800000', '165729.260000', '165729.720000', '165730.180000', '165730.640000', '165731.100000', '165731.560000', '165732.020000', '165732.480000', '165732.940000', '165733.400000', '165733.860000', '165734.320000', '165734.780000', '165735.240000', '165735.700000', '165736.160000', '165736.620000', '165737.080000', '165737.540000', '165738.000000', '165738.460000', '165738.920000', '165739.380000', '165739.840000', '165740.300000', '165740.760000', '165741.220000'], 'ContentTime': ['165117.616000', '165117.618000', '165117.621000', '165117.624000', '165117.627000', '165117.629000', '165117.632000', '165117.634000', '165117.637000', '165117.640000', '165117.642000', '165117.645000', '165117.647000', '165117.650000', '165117.652000', '165117.655000', '165117.658000', '165117.660000', '165117.663000', '165117.665000', '165117.668000', '165117.670000', '165117.673000', '165117.675000', '165117.678000', '165117.681000', '165117.683000', '165117.686000', '165117.688000', '165117.696000', '165117.698000', '165117.701000', '165117.703000', '165117.706000', '165117.708000', '165137.593000', '165137.596000', '165137.599000', '165137.602000', '165137.604000', '165137.607000', '165137.609000', '165137.612000', '165137.615000', '165137.617000', '165137.620000', '165137.622000', '165137.625000', '165137.627000', '165137.630000', '165137.633000', '165137.635000', '165137.638000', '165137.640000', '165137.643000', '165137.645000', '165137.648000', '165137.650000', '165137.653000', '165137.656000', '165137.658000', '165137.661000', '165137.663000', '165137.666000', '165137.668000', '165137.671000', '165137.673000', '165137.676000', '165137.680000', '165137.682000', '165137.685000', '165137.687000', '165137.690000', '165137.693000', '165137.695000', '165137.698000', '165137.700000', '165137.703000', '165157.594000', '165157.597000', '165157.600000', '165157.602000', '165157.605000', '165157.616000', '165157.618000', '165157.621000', '165157.626000', '165157.628000', '165157.631000', '165157.634000', '165157.636000', '165157.639000', '165157.641000', '165157.644000', '165157.647000', '165157.649000', '165157.652000', '165157.654000', '165157.657000', '165157.660000', '165157.662000', '165157.665000', '165157.667000', '165157.670000', '165157.672000', '165157.675000', '165157.678000', '165157.680000', '165157.683000', '165157.685000', '165157.688000', '165157.691000', '165157.693000', '165157.696000', '165157.698000', '165157.701000', '165157.704000', '165157.706000', '165157.709000', '165157.711000', '165157.714000', '165157.717000', '165217.594000', '165217.597000', '165217.600000', '165217.603000', '165217.605000', '165217.608000', '165217.610000', '165217.613000', '165217.616000', '165217.618000', '165217.621000', '165217.623000', '165217.626000', '165217.628000', '165217.631000', '165217.634000', '165217.636000', '165217.639000', '165217.641000', '165217.644000', '165217.647000', '165217.649000', '165217.652000', '165217.654000', '165217.657000', '165217.659000', '165217.662000', '165217.665000', '165217.667000', '165217.670000', '165217.672000', '165217.675000', '165217.678000', '165217.680000', '165217.683000', '165217.685000', '165217.688000', '165217.691000', '165217.693000', '165217.696000', '165217.698000', '165217.714000', '165217.716000', '165237.594000', '165237.597000', '165237.600000', '165237.602000', '165237.605000', '165237.608000', '165237.610000', '165237.613000', '165237.615000', '165237.618000', '165237.621000', '165237.623000', '165237.626000', '165237.628000', '165237.631000', '165237.633000', '165237.636000', '165237.639000', '165237.641000', '165237.644000', '165237.646000', '165237.649000', '165237.652000', '165237.654000', '165237.657000', '165237.659000', '165237.662000', '165237.664000', '165237.667000', '165237.669000', '165237.672000', '165237.675000', '165237.677000', '165237.680000', '165237.682000', '165237.685000', '165237.688000', '165237.690000', '165237.693000', '165237.696000', '165237.698000', '165237.701000', '165237.703000', '165237.706000', '165257.594000', '165257.597000', '165257.600000', '165257.602000', '165257.605000', '165257.608000', '165257.610000', '165257.613000', '165257.615000', '165257.618000', '165257.621000', '165257.623000', '165257.626000', '165257.628000', '165257.631000', '165257.633000', '165257.636000', '165257.639000', '165257.641000', '165257.644000', '165257.646000', '165257.649000', '165257.652000', '165257.654000', '165257.657000', '165257.659000', '165257.662000', '165257.665000', '165257.667000', '165257.670000', '165257.672000', '165257.675000', '165257.678000', '165257.680000', '165257.683000', '165257.685000', '165257.688000', '165257.691000', '165257.693000', '165257.696000', '165257.698000', '165257.701000', '165257.704000', '165317.593000', '165317.596000', '165317.599000', '165317.601000', '165317.604000', '165317.607000', '165317.609000', '165317.612000', '165317.615000', '165317.617000', '165317.620000', '165317.622000', '165317.625000', '165317.628000', '165317.630000', '165317.633000', '165317.636000', '165317.638000', '165317.641000', '165317.643000', '165317.646000', '165317.649000', '165317.651000', '165317.654000', '165317.656000', '165317.659000', '165317.662000', '165317.664000', '165317.667000', '165317.669000', '165317.672000', '165317.675000', '165317.677000', '165317.680000', '165317.682000', '165317.685000', '165317.687000', '165317.690000', '165317.693000', '165317.695000', '165317.698000', '165317.700000', '165317.703000', '165317.706000', '165337.593000', '165337.603000', '165337.605000', '165337.608000', '165337.611000', '165337.613000', '165337.616000', '165337.619000', '165337.621000', '165337.624000', '165337.626000', '165337.629000', '165337.632000', '165337.634000', '165337.637000', '165337.639000', '165337.642000', '165337.645000', '165337.647000', '165337.650000', '165337.653000', '165337.655000', '165337.658000', '165337.660000', '165337.663000', '165337.665000', '165337.668000', '165337.671000', '165337.673000', '165337.676000', '165337.678000', '165337.681000', '165337.684000', '165337.686000', '165337.689000', '165337.691000', '165337.694000', '165337.697000', '165337.699000', '165337.702000', '165337.704000', '165337.707000', '165337.710000', '165357.595000', '165357.597000', '165357.600000', '165357.603000', '165357.605000', '165357.608000', '165357.610000', '165357.613000', '165357.616000', '165357.618000', '165357.621000', '165357.623000', '165357.626000', '165357.628000', '165357.631000', '165357.634000', '165357.636000', '165357.639000', '165357.642000', '165357.644000', '165357.647000', '165357.650000', '165357.652000', '165357.655000', '165357.657000', '165357.660000', '165357.662000', '165357.665000', '165357.668000', '165357.670000', '165357.673000', '165357.676000', '165357.679000', '165357.681000', '165357.684000', '165357.687000', '165357.689000', '165357.692000', '165357.694000', '165357.697000', '165357.700000', '165357.702000', '165357.705000', '165417.595000', '165417.598000', '165417.600000', '165417.603000', '165417.606000', '165417.608000', '165417.611000', '165417.613000', '165417.616000', '165417.619000', '165417.621000', '165417.624000', '165417.626000', '165417.629000', '165417.632000', '165417.634000', '165417.637000', '165417.639000', '165417.642000', '165417.645000', '165417.647000', '165417.650000', '165417.652000', '165417.655000', '165417.658000', '165417.660000', '165417.663000', '165417.666000', '165417.668000', '165417.671000', '165417.673000', '165417.676000', '165417.679000', '165417.681000', '165417.684000', '165417.686000', '165417.689000', '165417.691000', '165417.694000', '165417.697000', '165417.699000', '165417.702000', '165417.704000', '165417.707000', '165437.594000', '165437.597000', '165437.600000', '165437.602000', '165437.605000', '165437.608000', '165437.610000', '165437.613000', '165437.616000', '165437.619000', '165437.622000', '165437.624000', '165437.627000', '165437.630000', '165437.633000', '165437.635000', '165437.638000', '165437.640000', '165437.643000', '165437.646000', '165437.648000', '165437.651000', '165437.653000', '165437.656000', '165437.658000', '165437.661000', '165437.664000', '165437.666000', '165437.669000', '165437.672000', '165437.674000', '165437.677000', '165437.680000', '165437.682000', '165437.685000', '165437.687000', '165437.690000', '165437.693000', '165437.695000', '165437.698000', '165437.700000', '165437.703000', '165437.706000', '165457.595000', '165457.597000', '165457.600000', '165457.603000', '165457.605000', '165457.608000', '165457.611000', '165457.613000', '165457.616000', '165457.618000', '165457.621000', '165457.624000', '165457.626000', '165457.629000', '165457.632000', '165457.634000', '165457.637000', '165457.639000', '165457.642000', '165457.644000', '165457.647000', '165457.650000', '165457.652000', '165457.655000', '165457.657000', '165457.660000', '165457.662000', '165457.701000', '165457.703000', '165457.714000', '165457.717000', '165457.719000', '165457.722000', '165457.724000', '165457.727000', '165457.730000', '165457.732000', '165457.735000', '165457.738000', '165457.740000', '165457.743000', '165457.745000', '165457.748000', '165457.751000', '165517.595000', '165517.598000', '165517.600000', '165517.603000', '165517.606000', '165517.608000', '165517.611000', '165517.613000', '165517.616000', '165517.619000', '165517.621000', '165517.624000', '165517.626000', '165517.629000', '165517.632000', '165517.634000', '165517.637000', '165517.639000', '165517.642000', '165517.645000', '165517.647000', '165517.650000', '165517.653000', '165517.655000', '165517.658000', '165517.661000', '165517.663000', '165517.666000', '165517.668000', '165517.671000', '165517.674000', '165517.676000', '165517.679000', '165517.681000', '165517.684000', '165517.687000', '165517.689000', '165517.692000', '165517.694000', '165517.697000', '165517.700000', '165517.702000', '165517.705000', '165537.593000', '165537.596000', '165537.599000', '165537.602000', '165537.604000', '165537.607000', '165537.609000', '165537.612000', '165537.615000', '165537.617000', '165537.620000', '165537.622000', '165537.625000', '165537.628000', '165537.630000', '165537.633000', '165537.635000', '165537.638000', '165537.641000', '165537.643000', '165537.646000', '165537.648000', '165537.651000', '165537.653000', '165537.656000', '165537.659000', '165537.661000', '165537.664000', '165537.666000', '165537.669000', '165537.672000', '165537.674000', '165537.677000', '165537.679000', '165537.682000', '165537.685000', '165537.687000', '165537.690000', '165537.692000', '165537.695000', '165537.698000', '165537.700000', '165537.703000', '165537.706000', '165557.594000', '165557.597000', '165557.599000', '165557.602000', '165557.604000', '165557.607000', '165557.610000', '165557.612000', '165557.615000', '165557.618000', '165557.620000', '165557.623000', '165557.625000', '165557.628000', '165557.631000', '165557.633000', '165557.636000', '165557.638000', '165557.641000', '165557.644000', '165557.646000', '165557.649000', '165557.652000', '165557.654000', '165557.658000', '165557.660000', '165557.663000', '165557.666000', '165557.668000', '165557.671000', '165557.674000', '165557.676000', '165557.679000', '165557.682000', '165557.684000', '165557.687000', '165557.690000', '165557.692000', '165557.695000', '165557.697000', '165557.700000', '165557.703000', '165557.705000', '165617.595000', '165617.597000', '165617.600000', '165617.603000', '165617.605000', '165617.608000', '165617.611000', '165617.613000', '165617.616000', '165617.618000', '165617.621000', '165617.624000', '165617.626000', '165617.629000', '165617.632000', '165617.634000', '165617.637000', '165617.639000', '165617.642000', '165617.645000', '165617.647000', '165617.650000', '165617.652000', '165617.655000', '165617.658000', '165617.660000', '165617.663000', '165617.665000', '165617.668000', '165617.671000', '165617.673000', '165617.676000', '165617.678000', '165617.681000', '165617.684000', '165617.686000', '165617.689000', '165617.692000', '165617.694000', '165617.697000', '165617.700000', '165617.702000', '165617.705000', '165617.707000', '165637.594000', '165637.597000', '165637.600000', '165637.603000', '165637.605000', '165637.608000', '165637.610000', '165637.613000', '165637.616000', '165637.618000', '165637.621000', '165637.624000', '165637.626000', '165637.629000', '165637.631000', '165637.634000', '165637.637000', '165637.640000', '165637.643000', '165637.646000', '165637.648000', '165637.651000', '165637.653000', '165637.656000', '165637.659000', '165637.661000', '165637.664000', '165637.666000', '165637.669000', '165637.672000', '165637.674000', '165637.677000', '165637.680000', '165637.682000', '165637.685000', '165637.688000', '165637.690000', '165637.693000', '165637.696000', '165637.698000', '165637.701000', '165637.703000', '165637.706000', '165657.595000', '165657.597000', '165657.600000', '165657.603000', '165657.605000', '165657.608000', '165657.611000', '165657.613000', '165657.616000', '165657.619000', '165657.621000', '165657.624000', '165657.626000', '165657.629000', '165657.632000', '165657.634000', '165657.637000', '165657.640000', '165657.642000', '165657.645000', '165657.647000', '165657.650000', '165657.653000', '165657.655000', '165657.659000', '165657.662000', '165657.664000', '165657.667000', '165657.670000', '165657.672000', '165657.675000', '165657.677000', '165657.680000', '165657.683000', '165657.685000', '165657.688000', '165657.691000', '165657.693000', '165657.696000', '165657.698000', '165657.701000', '165657.704000', '165657.706000', '165657.709000', '165717.594000', '165717.597000', '165717.600000', '165717.602000', '165717.605000', '165717.608000', '165717.610000', '165717.613000', '165717.616000', '165717.618000', '165717.621000', '165717.623000', '165717.626000', '165717.629000', '165717.631000', '165717.634000', '165717.636000', '165717.639000', '165717.642000', '165717.644000', '165717.647000', '165717.649000', '165717.652000', '165717.655000', '165717.657000', '165717.660000', '165717.662000', '165717.665000', '165717.668000', '165717.671000', '165717.674000', '165717.677000', '165717.680000', '165717.682000', '165717.685000', '165717.688000', '165717.690000', '165717.693000', '165717.696000', '165717.699000', '165717.702000', '165717.704000', '165717.707000', '165737.594000', '165737.597000', '165737.600000', '165737.602000', '165737.605000', '165737.608000', '165737.610000', '165737.613000', '165737.616000', '165737.618000', '165737.621000', '165737.624000', '165737.626000', '165737.629000', '165737.631000', '165737.634000', '165737.637000', '165737.639000', '165737.642000', '165737.645000', '165737.647000', '165737.650000', '165737.652000', '165737.655000', '165737.658000', '165737.660000', '165737.663000', '165737.665000', '165737.668000', '165737.671000', '165737.673000', '165737.676000', '165737.679000', '165737.681000', '165737.684000', '165737.686000', '165737.689000', '165737.692000', '165737.694000', '165737.697000', '165737.700000', '165737.702000', '165737.705000', '165737.707000', '165742.490000', '165742.493000', '165742.496000', '165742.498000', '165742.501000', '165742.503000', '165742.506000', '165742.509000', '165742.511000', '165742.514000', '165742.517000'], 'InstanceCreationTime': ['165117.616000', '165117.618000', '165117.621000', '165117.624000', '165117.627000', '165117.629000', '165117.632000', '165117.634000', '165117.637000', '165117.640000', '165117.642000', '165117.645000', '165117.647000', '165117.650000', '165117.652000', '165117.655000', '165117.658000', '165117.660000', '165117.663000', '165117.665000', '165117.668000', '165117.670000', '165117.673000', '165117.675000', '165117.678000', '165117.681000', '165117.683000', '165117.686000', '165117.688000', '165117.696000', '165117.698000', '165117.701000', '165117.703000', '165117.706000', '165117.708000', '165137.593000', '165137.596000', '165137.599000', '165137.602000', '165137.604000', '165137.607000', '165137.609000', '165137.612000', '165137.615000', '165137.617000', '165137.620000', '165137.622000', '165137.625000', '165137.627000', '165137.630000', '165137.633000', '165137.635000', '165137.638000', '165137.640000', '165137.643000', '165137.645000', '165137.648000', '165137.650000', '165137.653000', '165137.656000', '165137.658000', '165137.661000', '165137.663000', '165137.666000', '165137.668000', '165137.671000', '165137.673000', '165137.676000', '165137.680000', '165137.682000', '165137.685000', '165137.687000', '165137.690000', '165137.693000', '165137.695000', '165137.698000', '165137.700000', '165137.703000', '165157.594000', '165157.597000', '165157.600000', '165157.602000', '165157.605000', '165157.616000', '165157.618000', '165157.621000', '165157.626000', '165157.628000', '165157.631000', '165157.634000', '165157.636000', '165157.639000', '165157.641000', '165157.644000', '165157.647000', '165157.649000', '165157.652000', '165157.654000', '165157.657000', '165157.660000', '165157.662000', '165157.665000', '165157.667000', '165157.670000', '165157.672000', '165157.675000', '165157.678000', '165157.680000', '165157.683000', '165157.685000', '165157.688000', '165157.691000', '165157.693000', '165157.696000', '165157.698000', '165157.701000', '165157.704000', '165157.706000', '165157.709000', '165157.711000', '165157.714000', '165157.717000', '165217.594000', '165217.597000', '165217.600000', '165217.603000', '165217.605000', '165217.608000', '165217.610000', '165217.613000', '165217.616000', '165217.618000', '165217.621000', '165217.623000', '165217.626000', '165217.628000', '165217.631000', '165217.634000', '165217.636000', '165217.639000', '165217.641000', '165217.644000', '165217.647000', '165217.649000', '165217.652000', '165217.654000', '165217.657000', '165217.659000', '165217.662000', '165217.665000', '165217.667000', '165217.670000', '165217.672000', '165217.675000', '165217.678000', '165217.680000', '165217.683000', '165217.685000', '165217.688000', '165217.691000', '165217.693000', '165217.696000', '165217.698000', '165217.714000', '165217.716000', '165237.594000', '165237.597000', '165237.600000', '165237.602000', '165237.605000', '165237.608000', '165237.610000', '165237.613000', '165237.615000', '165237.618000', '165237.621000', '165237.623000', '165237.626000', '165237.628000', '165237.631000', '165237.633000', '165237.636000', '165237.639000', '165237.641000', '165237.644000', '165237.646000', '165237.649000', '165237.652000', '165237.654000', '165237.657000', '165237.659000', '165237.662000', '165237.664000', '165237.667000', '165237.669000', '165237.672000', '165237.675000', '165237.677000', '165237.680000', '165237.682000', '165237.685000', '165237.688000', '165237.690000', '165237.693000', '165237.696000', '165237.698000', '165237.701000', '165237.703000', '165237.706000', '165257.594000', '165257.597000', '165257.600000', '165257.602000', '165257.605000', '165257.608000', '165257.610000', '165257.613000', '165257.615000', '165257.618000', '165257.621000', '165257.623000', '165257.626000', '165257.628000', '165257.631000', '165257.633000', '165257.636000', '165257.639000', '165257.641000', '165257.644000', '165257.646000', '165257.649000', '165257.652000', '165257.654000', '165257.657000', '165257.659000', '165257.662000', '165257.665000', '165257.667000', '165257.670000', '165257.672000', '165257.675000', '165257.678000', '165257.680000', '165257.683000', '165257.685000', '165257.688000', '165257.691000', '165257.693000', '165257.696000', '165257.698000', '165257.701000', '165257.704000', '165317.593000', '165317.596000', '165317.599000', '165317.601000', '165317.604000', '165317.607000', '165317.609000', '165317.612000', '165317.615000', '165317.617000', '165317.620000', '165317.622000', '165317.625000', '165317.628000', '165317.630000', '165317.633000', '165317.636000', '165317.638000', '165317.641000', '165317.643000', '165317.646000', '165317.649000', '165317.651000', '165317.654000', '165317.656000', '165317.659000', '165317.662000', '165317.664000', '165317.667000', '165317.669000', '165317.672000', '165317.675000', '165317.677000', '165317.680000', '165317.682000', '165317.685000', '165317.687000', '165317.690000', '165317.693000', '165317.695000', '165317.698000', '165317.700000', '165317.703000', '165317.706000', '165337.593000', '165337.603000', '165337.605000', '165337.608000', '165337.611000', '165337.613000', '165337.616000', '165337.619000', '165337.621000', '165337.624000', '165337.626000', '165337.629000', '165337.632000', '165337.634000', '165337.637000', '165337.639000', '165337.642000', '165337.645000', '165337.647000', '165337.650000', '165337.653000', '165337.655000', '165337.658000', '165337.660000', '165337.663000', '165337.665000', '165337.668000', '165337.671000', '165337.673000', '165337.676000', '165337.678000', '165337.681000', '165337.684000', '165337.686000', '165337.689000', '165337.691000', '165337.694000', '165337.697000', '165337.699000', '165337.702000', '165337.704000', '165337.707000', '165337.710000', '165357.595000', '165357.597000', '165357.600000', '165357.603000', '165357.605000', '165357.608000', '165357.610000', '165357.613000', '165357.616000', '165357.618000', '165357.621000', '165357.623000', '165357.626000', '165357.628000', '165357.631000', '165357.634000', '165357.636000', '165357.639000', '165357.642000', '165357.644000', '165357.647000', '165357.650000', '165357.652000', '165357.655000', '165357.657000', '165357.660000', '165357.662000', '165357.665000', '165357.668000', '165357.670000', '165357.673000', '165357.676000', '165357.679000', '165357.681000', '165357.684000', '165357.687000', '165357.689000', '165357.692000', '165357.694000', '165357.697000', '165357.700000', '165357.702000', '165357.705000', '165417.595000', '165417.598000', '165417.600000', '165417.603000', '165417.606000', '165417.608000', '165417.611000', '165417.613000', '165417.616000', '165417.619000', '165417.621000', '165417.624000', '165417.626000', '165417.629000', '165417.632000', '165417.634000', '165417.637000', '165417.639000', '165417.642000', '165417.645000', '165417.647000', '165417.650000', '165417.652000', '165417.655000', '165417.658000', '165417.660000', '165417.663000', '165417.666000', '165417.668000', '165417.671000', '165417.673000', '165417.676000', '165417.679000', '165417.681000', '165417.684000', '165417.686000', '165417.689000', '165417.691000', '165417.694000', '165417.697000', '165417.699000', '165417.702000', '165417.704000', '165417.707000', '165437.594000', '165437.597000', '165437.600000', '165437.602000', '165437.605000', '165437.608000', '165437.610000', '165437.613000', '165437.616000', '165437.619000', '165437.622000', '165437.624000', '165437.627000', '165437.630000', '165437.633000', '165437.635000', '165437.638000', '165437.640000', '165437.643000', '165437.646000', '165437.648000', '165437.651000', '165437.653000', '165437.656000', '165437.658000', '165437.661000', '165437.664000', '165437.666000', '165437.669000', '165437.672000', '165437.674000', '165437.677000', '165437.680000', '165437.682000', '165437.685000', '165437.687000', '165437.690000', '165437.693000', '165437.695000', '165437.698000', '165437.700000', '165437.703000', '165437.706000', '165457.595000', '165457.597000', '165457.600000', '165457.603000', '165457.605000', '165457.608000', '165457.611000', '165457.613000', '165457.616000', '165457.618000', '165457.621000', '165457.624000', '165457.626000', '165457.629000', '165457.632000', '165457.634000', '165457.637000', '165457.639000', '165457.642000', '165457.644000', '165457.647000', '165457.650000', '165457.652000', '165457.655000', '165457.657000', '165457.660000', '165457.662000', '165457.701000', '165457.703000', '165457.714000', '165457.717000', '165457.719000', '165457.722000', '165457.724000', '165457.727000', '165457.730000', '165457.732000', '165457.735000', '165457.738000', '165457.740000', '165457.743000', '165457.745000', '165457.748000', '165457.751000', '165517.595000', '165517.598000', '165517.600000', '165517.603000', '165517.606000', '165517.608000', '165517.611000', '165517.613000', '165517.616000', '165517.619000', '165517.621000', '165517.624000', '165517.626000', '165517.629000', '165517.632000', '165517.634000', '165517.637000', '165517.639000', '165517.642000', '165517.645000', '165517.647000', '165517.650000', '165517.653000', '165517.655000', '165517.658000', '165517.661000', '165517.663000', '165517.666000', '165517.668000', '165517.671000', '165517.674000', '165517.676000', '165517.679000', '165517.681000', '165517.684000', '165517.687000', '165517.689000', '165517.692000', '165517.694000', '165517.697000', '165517.700000', '165517.702000', '165517.705000', '165537.593000', '165537.596000', '165537.599000', '165537.602000', '165537.604000', '165537.607000', '165537.609000', '165537.612000', '165537.615000', '165537.617000', '165537.620000', '165537.622000', '165537.625000', '165537.628000', '165537.630000', '165537.633000', '165537.635000', '165537.638000', '165537.641000', '165537.643000', '165537.646000', '165537.648000', '165537.651000', '165537.653000', '165537.656000', '165537.659000', '165537.661000', '165537.664000', '165537.666000', '165537.669000', '165537.672000', '165537.674000', '165537.677000', '165537.679000', '165537.682000', '165537.685000', '165537.687000', '165537.690000', '165537.692000', '165537.695000', '165537.698000', '165537.700000', '165537.703000', '165537.706000', '165557.594000', '165557.597000', '165557.599000', '165557.602000', '165557.604000', '165557.607000', '165557.610000', '165557.612000', '165557.615000', '165557.618000', '165557.620000', '165557.623000', '165557.625000', '165557.628000', '165557.631000', '165557.633000', '165557.636000', '165557.638000', '165557.641000', '165557.644000', '165557.646000', '165557.649000', '165557.652000', '165557.654000', '165557.658000', '165557.660000', '165557.663000', '165557.666000', '165557.668000', '165557.671000', '165557.674000', '165557.676000', '165557.679000', '165557.682000', '165557.684000', '165557.687000', '165557.690000', '165557.692000', '165557.695000', '165557.697000', '165557.700000', '165557.703000', '165557.705000', '165617.595000', '165617.597000', '165617.600000', '165617.603000', '165617.605000', '165617.608000', '165617.611000', '165617.613000', '165617.616000', '165617.618000', '165617.621000', '165617.624000', '165617.626000', '165617.629000', '165617.632000', '165617.634000', '165617.637000', '165617.639000', '165617.642000', '165617.645000', '165617.647000', '165617.650000', '165617.652000', '165617.655000', '165617.658000', '165617.660000', '165617.663000', '165617.665000', '165617.668000', '165617.671000', '165617.673000', '165617.676000', '165617.678000', '165617.681000', '165617.684000', '165617.686000', '165617.689000', '165617.692000', '165617.694000', '165617.697000', '165617.700000', '165617.702000', '165617.705000', '165617.707000', '165637.594000', '165637.597000', '165637.600000', '165637.603000', '165637.605000', '165637.608000', '165637.610000', '165637.613000', '165637.616000', '165637.618000', '165637.621000', '165637.624000', '165637.626000', '165637.629000', '165637.631000', '165637.634000', '165637.637000', '165637.640000', '165637.643000', '165637.646000', '165637.648000', '165637.651000', '165637.653000', '165637.656000', '165637.659000', '165637.661000', '165637.664000', '165637.666000', '165637.669000', '165637.672000', '165637.674000', '165637.677000', '165637.680000', '165637.682000', '165637.685000', '165637.688000', '165637.690000', '165637.693000', '165637.696000', '165637.698000', '165637.701000', '165637.703000', '165637.706000', '165657.595000', '165657.597000', '165657.600000', '165657.603000', '165657.605000', '165657.608000', '165657.611000', '165657.613000', '165657.616000', '165657.619000', '165657.621000', '165657.624000', '165657.626000', '165657.629000', '165657.632000', '165657.634000', '165657.637000', '165657.640000', '165657.642000', '165657.645000', '165657.647000', '165657.650000', '165657.653000', '165657.655000', '165657.659000', '165657.662000', '165657.664000', '165657.667000', '165657.670000', '165657.672000', '165657.675000', '165657.677000', '165657.680000', '165657.683000', '165657.685000', '165657.688000', '165657.691000', '165657.693000', '165657.696000', '165657.698000', '165657.701000', '165657.704000', '165657.706000', '165657.709000', '165717.594000', '165717.597000', '165717.600000', '165717.602000', '165717.605000', '165717.608000', '165717.610000', '165717.613000', '165717.616000', '165717.618000', '165717.621000', '165717.623000', '165717.626000', '165717.629000', '165717.631000', '165717.634000', '165717.636000', '165717.639000', '165717.642000', '165717.644000', '165717.647000', '165717.649000', '165717.652000', '165717.655000', '165717.657000', '165717.660000', '165717.662000', '165717.665000', '165717.668000', '165717.671000', '165717.674000', '165717.677000', '165717.680000', '165717.682000', '165717.685000', '165717.688000', '165717.690000', '165717.693000', '165717.696000', '165717.699000', '165717.702000', '165717.704000', '165717.707000', '165737.594000', '165737.597000', '165737.600000', '165737.602000', '165737.605000', '165737.608000', '165737.610000', '165737.613000', '165737.616000', '165737.618000', '165737.621000', '165737.624000', '165737.626000', '165737.629000', '165737.631000', '165737.634000', '165737.637000', '165737.639000', '165737.642000', '165737.645000', '165737.647000', '165737.650000', '165737.652000', '165737.655000', '165737.658000', '165737.660000', '165737.663000', '165737.665000', '165737.668000', '165737.671000', '165737.673000', '165737.676000', '165737.679000', '165737.681000', '165737.684000', '165737.686000', '165737.689000', '165737.692000', '165737.694000', '165737.697000', '165737.700000', '165737.702000', '165737.705000', '165737.707000', '165742.490000', '165742.493000', '165742.496000', '165742.498000', '165742.501000', '165742.503000', '165742.506000', '165742.509000', '165742.511000', '165742.514000', '165742.517000'], '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': [13304, 10552, 9806, 12553, 12139, 10719, 10564, 11094, 10837, 9550, 10971, 11616, 10241, 10008, 10284, 10848, 9985, 9012, 10255, 10219, 10055, 14589, 10797, 10138, 9183, 11098, 10527, 9638, 12327, 10820, 9854, 9953, 10564, 9692, 8807, 10472, 10134, 10089, 9227, 10580, 10047, 9232, 10593, 10400, 10507, 13012, 11067, 10510, 10412, 9380, 10809, 9309, 9267, 11103, 10183, 10035, 8882, 10725, 10106, 10031, 11816, 10826, 9801, 9332, 9474, 10911, 9649, 9093, 11137, 10520, 10227, 10448, 11096, 10247, 9849, 12247, 10655, 10162, 12630, 11152, 10038, 11627, 10784, 10368, 10045, 9845, 10605, 9642, 10643, 10729, 9861, 9607, 10186, 10107, 9781, 8851, 11165, 10479, 10043, 11076, 10574, 9806, 9152, 9211, 10135, 9296, 11395, 10925, 10079, 10111, 11599, 11052, 9898, 10757, 12797, 10715, 10278, 10802, 10935, 10747, 10253, 14565, 10668, 9984, 9325, 10640, 10532, 10617, 12674, 10767, 9941, 9061, 10574, 10240, 10341, 11789, 10500, 9574, 9008, 10492, 10076, 9706, 8608, 10042, 10035, 10067, 10121, 10725, 10265, 9622, 10260, 10403, 10182, 9476, 9996, 10231, 9753, 8490, 11112, 10726, 10258, 11085, 14188, 13241, 11155, 10850, 11468, 10046, 9054, 10694, 10732, 9514, 9310, 10165, 10323, 8833, 8697, 9920, 9880, 9226, 8698, 11092, 9762, 9311, 8603, 11168, 9472, 9990, 16273, 10922, 10059, 8862, 12331, 9783, 10189, 16424, 10875, 10034, 8835, 10839, 10008, 10202, 15809, 10692, 9968, 9411, 9135, 10278, 9490, 9030, 10802, 10041, 10112, 10434, 10446, 9531, 8390, 10310, 9807, 9670, 10013, 10179, 9714, 9614, 10866, 10424, 10144, 8861, 10497, 9587, 9573, 12882, 11018, 9968, 10010, 9991, 10223, 10092, 9282, 10031, 10346, 9772, 10760, 10729, 10611, 9942, 11241, 10784, 9770, 8985, 12661, 10280, 10270, 11184, 10682, 9740, 9324, 10493, 10490, 9383, 8366, 10885, 9926, 10037, 10572, 10601, 9377, 8351, 10658, 9548, 9605, 8869, 10622, 10084, 9722, 9470, 10815, 10246, 10591, 10385, 11095, 9996, 9834, 14219, 11279, 9859, 8986, 11705, 10181, 9999, 10326, 11086, 9856, 8297, 10571, 9709, 9633, 9368, 9687, 9347, 8891, 10508, 8386, 9706, 13005, 10636, 10133, 10855, 11870, 11589, 10620, 9988, 9984, 10830, 9906, 9698, 11598, 10445, 10108, 9792, 10320, 10516, 9281, 8887, 12615, 10296, 8952, 9258, 9537, 9673, 9480, 10108, 10807, 9825, 9758, 10703, 10031, 9971, 8810, 10322, 9799, 9819, 13381, 10279, 9663, 8603, 10733, 9761, 10030, 12089, 10240, 10040, 9300, 10363, 10175, 9746, 11413, 10585, 9728, 9301, 12240, 10300, 10091, 8756, 10708, 9655, 9849, 13019, 10810, 9738, 8498, 10308, 10127, 9971, 10358, 10829, 10186, 8514, 11514, 10826, 10013, 10156, 10724, 10252, 9037, 10255, 10364, 10759, 12031, 10466, 10032, 9029, 10030, 10393, 10239, 12051, 10639, 10213, 8353, 9511, 9907, 10084, 11441, 10895, 9804, 9347, 9596, 9573, 9522, 11395, 10218, 9201, 8210, 10415, 8435, 9188, 7971, 11499, 10125, 10215, 9157, 12983, 10578, 9947, 9288, 13083, 10281, 9653, 9732, 12265, 9417, 9379, 15173, 10791, 8999, 8941, 9775, 8347, 9433, 9742, 9379, 8751, 9237, 8493, 9482, 8375, 9250, 8699, 10540, 9423, 9234, 12165, 10962, 9972, 8702, 14408, 10555, 9773, 9806, 11080, 9649, 9402, 12964, 10121, 9150, 8595, 10523, 9771, 8893, 10231, 9976, 9484, 9827, 12601, 10186, 9448, 8571, 10563, 8890, 8931, 13684, 9620, 9665, 8453, 10697, 8890, 9169, 12507, 10096, 8322, 8219, 9609, 9555, 9071, 11157, 11422, 9866, 9431, 14278, 10657, 9341, 9784, 12368, 10048, 9529, 13628, 10220, 9660, 12003, 11688, 10207, 10013, 11057, 10025, 9208, 11826, 10649, 9655, 9315, 9502, 9591, 9276, 10885, 9900, 9410, 9144, 9963, 10077, 9742, 9194, 10274, 9222, 9448, 8758, 10769, 10031, 9401, 11019, 9723, 9315, 8630, 9602, 10100, 9272, 10251, 11337, 10087, 9899, 12673, 10169, 9345, 10940, 10515, 9482, 9131, 10228, 9061, 8910, 8766, 10662, 9389, 9016, 11052, 10129, 9248, 8629, 10119, 10160, 9016, 9470, 11035, 9546, 10142, 12134, 10270, 9421, 8918, 11464, 9924, 9453, 11526, 10336, 9388, 9388, 11998, 9097, 9247, 8451, 9401, 9383, 9270, 10036, 9044, 8712, 9097, 9214, 9977, 8743, 8957, 9174, 9384, 9272, 8974, 12359, 10364, 10140, 9429, 11243, 9711, 10346, 14620, 10451, 9413, 13125, 10349, 9637, 11587, 10288, 9390, 8838, 9604, 9422, 9114, 9613, 10056, 9339, 9097, 10116, 9664, 9393, 9913, 9549, 9120, 8710, 9661, 9625, 9055, 10318, 9751, 9171, 8529, 10292, 9812, 9231, 9257, 9766, 9174, 9627, 12332, 10160, 9452, 8934, 12258, 9526, 9587, 11328, 10612, 9330, 8987, 11095, 9653, 9803, 9219, 10779, 9581, 9389, 12346, 9776, 9120, 8717, 10613, 9830, 9346, 11473, 9470, 9162, 8420, 8603, 9086, 9728, 12135, 10373, 9455, 9500, 12551, 9817, 9514, 9665, 13008, 10629, 9406, 9054, 13499, 10255, 9435, 9591, 10313, 9519, 9249, 12133, 9502, 9439, 8653, 10212, 9159, 9453, 11306, 9626, 8695, 8479, 9337, 9688, 9196, 9493, 11508, 9906, 10030, 13244, 10958, 9831, 9586, 13843, 10278, 9438, 9740, 11059, 9715, 10063, 13928, 10189, 9525, 9105, 10768, 10634, 9324, 9041, 10022, 8887, 9525, 9025, 10179, 9370, 9519, 11812, 10536, 9450, 9205, 10073, 9856, 9721, 11046, 10813, 9624, 8846, 9825, 9944, 9336, 9228, 10519, 9162, 8981, 9963, 9587, 9300, 8834, 11383, 9015, 9029, 10956, 10028, 9402, 9088, 13143, 9837, 9406, 9130, 10615, 9766, 9572, 12429, 9426, 9539, 8777, 11061, 10053, 9871, 11361, 9888, 9810, 9433, 11942, 9399, 9597, 8930, 10766, 9209, 9562, 11417, 10028, 9234, 8713, 9649, 9513, 9389, 9152, 10203, 9174, 9104, 10725, 9261, 9414, 11967, 10993, 10003, 9774, 10807, 9818, 9450, 10544, 10939, 9791, 9668, 9832, 9783, 9241, 8379, 10840, 9843, 9491, 10283, 8799, 8996, 8531, 9665, 9488, 9358, 9502, 9772, 9278, 9488, 11297, 9549, 9632, 8950, 11842, 9347, 9114, 10409, 10199, 9949, 9144, 12277, 9974, 9518, 9380, 9798, 9317, 9408, 11617, 9993, 9399, 9047, 10398, 10191, 9525, 13065, 9769, 9325, 9738, 9166, 8860, 9425], 'WindowCenter': [4738.0, 4678.0, 4638.0, 4675.0, 4648.0, 4613.0, 4599.0, 4608.0, 4610.0, 4588.0, 4611.0, 4607.0, 4584.0, 4585.0, 4583.0, 4591.0, 4583.0, 4562.0, 4586.0, 4584.0, 4584.0, 4636.0, 4605.0, 4595.0, 4574.0, 4590.0, 4582.0, 4573.0, 4612.0, 4592.0, 4572.0, 4572.0, 4592.0, 4573.0, 4574.0, 4595.0, 4595.0, 4594.0, 4586.0, 4595.0, 4585.0, 4588.0, 4594.0, 4597.0, 4607.0, 4637.0, 4607.0, 4607.0, 4595.0, 4575.0, 4596.0, 4585.0, 4576.0, 4607.0, 4598.0, 4600.0, 4577.0, 4605.0, 4594.0, 4585.0, 4616.0, 4609.0, 4599.0, 4588.0, 4599.0, 4618.0, 4599.0, 4578.0, 4619.0, 4609.0, 4599.0, 4607.0, 4606.0, 4597.0, 4598.0, 4629.0, 4597.0, 4597.0, 4626.0, 4606.0, 4586.0, 4618.0, 4606.0, 4595.0, 4584.0, 4584.0, 4596.0, 4600.0, 4607.0, 4606.0, 4597.0, 4585.0, 4595.0, 4611.0, 4599.0, 4577.0, 4606.0, 4607.0, 4610.0, 4616.0, 4610.0, 4597.0, 4587.0, 4587.0, 4597.0, 4590.0, 4622.0, 4608.0, 4595.0, 4597.0, 4617.0, 4607.0, 4598.0, 4611.0, 4628.0, 4606.0, 4595.0, 4592.0, 4594.0, 4605.0, 4596.0, 4647.0, 4595.0, 4585.0, 4573.0, 4592.0, 4594.0, 4595.0, 4624.0, 4606.0, 4585.0, 4575.0, 4595.0, 4594.0, 4596.0, 4613.0, 4593.0, 4573.0, 4566.0, 4593.0, 4582.0, 4571.0, 4551.0, 4582.0, 4597.0, 4584.0, 4583.0, 4605.0, 4596.0, 4584.0, 4594.0, 4594.0, 4594.0, 4585.0, 4585.0, 4611.0, 4595.0, 4563.0, 4605.0, 4608.0, 4597.0, 4621.0, 4651.0, 4642.0, 4621.0, 4608.0, 4605.0, 4584.0, 4576.0, 4606.0, 4608.0, 4586.0, 4577.0, 4608.0, 4611.0, 4594.0, 4581.0, 4599.0, 4598.0, 4600.0, 4580.0, 4632.0, 4611.0, 4590.0, 4578.0, 4622.0, 4604.0, 4602.0, 4671.0, 4610.0, 4597.0, 4577.0, 4628.0, 4585.0, 4598.0, 4658.0, 4605.0, 4586.0, 4566.0, 4595.0, 4583.0, 4584.0, 4660.0, 4597.0, 4586.0, 4575.0, 4560.0, 4582.0, 4584.0, 4574.0, 4608.0, 4583.0, 4596.0, 4596.0, 4595.0, 4600.0, 4568.0, 4608.0, 4586.0, 4583.0, 4584.0, 4598.0, 4586.0, 4588.0, 4605.0, 4594.0, 4595.0, 4576.0, 4594.0, 4575.0, 4587.0, 4639.0, 4607.0, 4584.0, 4583.0, 4598.0, 4597.0, 4598.0, 4575.0, 4585.0, 4596.0, 4599.0, 4607.0, 4607.0, 4597.0, 4583.0, 4605.0, 4594.0, 4599.0, 4575.0, 4639.0, 4595.0, 4581.0, 4607.0, 4595.0, 4585.0, 4574.0, 4592.0, 4590.0, 4574.0, 4554.0, 4592.0, 4599.0, 4586.0, 4606.0, 4608.0, 4586.0, 4565.0, 4594.0, 4586.0, 4586.0, 4575.0, 4605.0, 4596.0, 4586.0, 4587.0, 4607.0, 4598.0, 4605.0, 4594.0, 4605.0, 4584.0, 4586.0, 4649.0, 4606.0, 4584.0, 4576.0, 4616.0, 4597.0, 4598.0, 4596.0, 4602.0, 4594.0, 4565.0, 4608.0, 4599.0, 4601.0, 4588.0, 4575.0, 4573.0, 4562.0, 4592.0, 4550.0, 4583.0, 4636.0, 4608.0, 4596.0, 4607.0, 4628.0, 4618.0, 4609.0, 4597.0, 4584.0, 4593.0, 4581.0, 4572.0, 4617.0, 4606.0, 4598.0, 4584.0, 4596.0, 4594.0, 4584.0, 4577.0, 4629.0, 4596.0, 4576.0, 4574.0, 4587.0, 4583.0, 4585.0, 4597.0, 4606.0, 4585.0, 4587.0, 4608.0, 4596.0, 4597.0, 4576.0, 4584.0, 4585.0, 4599.0, 4637.0, 4597.0, 4585.0, 4563.0, 4593.0, 4583.0, 4584.0, 4625.0, 4595.0, 4597.0, 4575.0, 4593.0, 4593.0, 4572.0, 4615.0, 4594.0, 4585.0, 4589.0, 4615.0, 4584.0, 4592.0, 4576.0, 4606.0, 4582.0, 4596.0, 4624.0, 4593.0, 4583.0, 4565.0, 4595.0, 4599.0, 4595.0, 4595.0, 4591.0, 4596.0, 4575.0, 4605.0, 4605.0, 4585.0, 4592.0, 4593.0, 4594.0, 4572.0, 4594.0, 4595.0, 4606.0, 4615.0, 4593.0, 4582.0, 4564.0, 4584.0, 4595.0, 4583.0, 4612.0, 4592.0, 4585.0, 4555.0, 4584.0, 4583.0, 4595.0, 4616.0, 4606.0, 4582.0, 4573.0, 4583.0, 4599.0, 4601.0, 4627.0, 4608.0, 4585.0, 4565.0, 4608.0, 4567.0, 4585.0, 4556.0, 4617.0, 4595.0, 4596.0, 4587.0, 4636.0, 4596.0, 4584.0, 4577.0, 4636.0, 4596.0, 4585.0, 4585.0, 4615.0, 4574.0, 4574.0, 4648.0, 4594.0, 4573.0, 4561.0, 4584.0, 4555.0, 4573.0, 4575.0, 4570.0, 4564.0, 4573.0, 4564.0, 4586.0, 4556.0, 4576.0, 4565.0, 4597.0, 4577.0, 4590.0, 4630.0, 4609.0, 4598.0, 4567.0, 4646.0, 4593.0, 4585.0, 4598.0, 4619.0, 4585.0, 4576.0, 4627.0, 4585.0, 4585.0, 4552.0, 4582.0, 4597.0, 4575.0, 4596.0, 4594.0, 4598.0, 4599.0, 4639.0, 4608.0, 4598.0, 4576.0, 4610.0, 4589.0, 4578.0, 4638.0, 4588.0, 4600.0, 4568.0, 4606.0, 4576.0, 4589.0, 4638.0, 4610.0, 4578.0, 4569.0, 4599.0, 4601.0, 4590.0, 4630.0, 4618.0, 4597.0, 4590.0, 4650.0, 4606.0, 4589.0, 4598.0, 4625.0, 4587.0, 4584.0, 4637.0, 4586.0, 4575.0, 4626.0, 4613.0, 4594.0, 4583.0, 4590.0, 4584.0, 4574.0, 4614.0, 4597.0, 4585.0, 4574.0, 4572.0, 4572.0, 4575.0, 4593.0, 4584.0, 4587.0, 4575.0, 4583.0, 4583.0, 4584.0, 4585.0, 4585.0, 4588.0, 4587.0, 4565.0, 4604.0, 4584.0, 4575.0, 4603.0, 4585.0, 4589.0, 4578.0, 4586.0, 4596.0, 4588.0, 4608.0, 4618.0, 4595.0, 4585.0, 4624.0, 4596.0, 4588.0, 4607.0, 4592.0, 4584.0, 4572.0, 4594.0, 4575.0, 4576.0, 4578.0, 4594.0, 4584.0, 4589.0, 4616.0, 4608.0, 4588.0, 4573.0, 4594.0, 4594.0, 4575.0, 4586.0, 4606.0, 4585.0, 4595.0, 4613.0, 4585.0, 4574.0, 4575.0, 4603.0, 4584.0, 4583.0, 4601.0, 4582.0, 4584.0, 4574.0, 4615.0, 4576.0, 4575.0, 4553.0, 4570.0, 4570.0, 4584.0, 4582.0, 4562.0, 4561.0, 4574.0, 4575.0, 4596.0, 4576.0, 4573.0, 4584.0, 4585.0, 4587.0, 4588.0, 4638.0, 4608.0, 4610.0, 4587.0, 4620.0, 4587.0, 4596.0, 4635.0, 4592.0, 4570.0, 4622.0, 4594.0, 4586.0, 4603.0, 4583.0, 4573.0, 4564.0, 4572.0, 4569.0, 4560.0, 4573.0, 4582.0, 4575.0, 4576.0, 4595.0, 4586.0, 4584.0, 4596.0, 4600.0, 4585.0, 4580.0, 4585.0, 4586.0, 4575.0, 4594.0, 4598.0, 4588.0, 4593.0, 4609.0, 4597.0, 4587.0, 4600.0, 4597.0, 4597.0, 4588.0, 4626.0, 4593.0, 4596.0, 4577.0, 4625.0, 4584.0, 4585.0, 4615.0, 4592.0, 4573.0, 4577.0, 4605.0, 4598.0, 4596.0, 4587.0, 4592.0, 4583.0, 4585.0, 4626.0, 4586.0, 4584.0, 4565.0, 4595.0, 4584.0, 4588.0, 4616.0, 4581.0, 4576.0, 4554.0, 4551.0, 4562.0, 4585.0, 4615.0, 4595.0, 4585.0, 4583.0, 4626.0, 4596.0, 4587.0, 4587.0, 4635.0, 4606.0, 4588.0, 4576.0, 4638.0, 4595.0, 4575.0, 4572.0, 4596.0, 4583.0, 4574.0, 4615.0, 4585.0, 4575.0, 4563.0, 4591.0, 4583.0, 4585.0, 4617.0, 4602.0, 4578.0, 4570.0, 4587.0, 4595.0, 4601.0, 4599.0, 4631.0, 4599.0, 4596.0, 4635.0, 4619.0, 4600.0, 4587.0, 4635.0, 4596.0, 4575.0, 4573.0, 4604.0, 4584.0, 4583.0, 4634.0, 4595.0, 4573.0, 4561.0, 4595.0, 4593.0, 4574.0, 4573.0, 4597.0, 4575.0, 4601.0, 4577.0, 4594.0, 4586.0, 4596.0, 4627.0, 4608.0, 4586.0, 4584.0, 4584.0, 4584.0, 4599.0, 4606.0, 4610.0, 4583.0, 4575.0, 4584.0, 4594.0, 4587.0, 4587.0, 4608.0, 4584.0, 4575.0, 4584.0, 4583.0, 4589.0, 4577.0, 4627.0, 4577.0, 4576.0, 4603.0, 4596.0, 4589.0, 4575.0, 4639.0, 4596.0, 4586.0, 4573.0, 4592.0, 4584.0, 4586.0, 4627.0, 4573.0, 4586.0, 4564.0, 4603.0, 4583.0, 4582.0, 4613.0, 4584.0, 4585.0, 4576.0, 4615.0, 4575.0, 4585.0, 4571.0, 4590.0, 4570.0, 4584.0, 4610.0, 4595.0, 4573.0, 4565.0, 4583.0, 4586.0, 4588.0, 4586.0, 4610.0, 4585.0, 4574.0, 4607.0, 4586.0, 4585.0, 4628.0, 4607.0, 4584.0, 4582.0, 4590.0, 4583.0, 4588.0, 4595.0, 4604.0, 4582.0, 4584.0, 4584.0, 4593.0, 4588.0, 4566.0, 4618.0, 4596.0, 4583.0, 4610.0, 4575.0, 4588.0, 4574.0, 4584.0, 4582.0, 4587.0, 4598.0, 4597.0, 4587.0, 4583.0, 4604.0, 4596.0, 4597.0, 4574.0, 4627.0, 4574.0, 4574.0, 4592.0, 4594.0, 4595.0, 4576.0, 4628.0, 4595.0, 4585.0, 4587.0, 4597.0, 4587.0, 4585.0, 4614.0, 4581.0, 4586.0, 4589.0, 4594.0, 4593.0, 4572.0, 4623.0, 4582.0, 4576.0, 4572.0, 4571.0, 4562.0, 4573.0], 'WindowWidth': [10377.0, 10267.0, 10188.0, 10231.0, 10176.0, 10119.0, 10091.0, 10101.0, 10103.0, 10072.0, 10107.0, 10096.0, 10060.0, 10060.0, 10056.0, 10063.0, 10056.0, 10029.0, 10063.0, 10057.0, 10059.0, 10134.0, 10088.0, 10076.0, 10044.0, 10064.0, 10052.0, 10043.0, 10093.0, 10064.0, 10038.0, 10038.0, 10066.0, 10043.0, 10047.0, 10076.0, 10077.0, 10072.0, 10066.0, 10073.0, 10059.0, 10071.0, 10072.0, 10081.0, 10093.0, 10137.0, 10094.0, 10095.0, 10076.0, 10050.0, 10075.0, 10064.0, 10051.0, 10093.0, 10084.0, 10089.0, 10055.0, 10087.0, 10072.0, 10063.0, 10108.0, 10102.0, 10086.0, 10071.0, 10087.0, 10112.0, 10089.0, 10058.0, 10115.0, 10099.0, 10086.0, 10096.0, 10093.0, 10082.0, 10085.0, 10127.0, 10081.0, 10079.0, 10121.0, 10089.0, 10065.0, 10110.0, 10091.0, 10075.0, 10057.0, 10063.0, 10078.0, 10092.0, 10097.0, 10092.0, 10080.0, 10066.0, 10076.0, 10104.0, 10088.0, 10057.0, 10092.0, 10096.0, 10107.0, 10109.0, 10102.0, 10084.0, 10068.0, 10069.0, 10080.0, 10074.0, 10123.0, 10099.0, 10080.0, 10080.0, 10110.0, 10094.0, 10083.0, 10106.0, 10124.0, 10093.0, 10074.0, 10069.0, 10072.0, 10090.0, 10075.0, 10150.0, 10074.0, 10061.0, 10044.0, 10068.0, 10071.0, 10074.0, 10114.0, 10090.0, 10062.0, 10048.0, 10074.0, 10074.0, 10080.0, 10098.0, 10068.0, 10042.0, 10036.0, 10072.0, 10054.0, 10037.0, 10009.0, 10052.0, 10081.0, 10060.0, 10057.0, 10088.0, 10079.0, 10060.0, 10073.0, 10073.0, 10073.0, 10063.0, 10062.0, 10110.0, 10082.0, 10028.0, 10088.0, 10096.0, 10081.0, 10123.0, 10162.0, 10148.0, 10119.0, 10098.0, 10087.0, 10057.0, 10049.0, 10095.0, 10096.0, 10064.0, 10052.0, 10099.0, 10107.0, 10086.0, 10068.0, 10088.0, 10084.0, 10094.0, 10064.0, 10138.0, 10106.0, 10076.0, 10059.0, 10121.0, 10099.0, 10094.0, 10190.0, 10101.0, 10081.0, 10053.0, 10125.0, 10064.0, 10085.0, 10167.0, 10089.0, 10063.0, 10037.0, 10075.0, 10054.0, 10057.0, 10172.0, 10081.0, 10065.0, 10045.0, 10021.0, 10051.0, 10058.0, 10046.0, 10095.0, 10057.0, 10079.0, 10077.0, 10074.0, 10091.0, 10045.0, 10100.0, 10063.0, 10057.0, 10062.0, 10084.0, 10068.0, 10072.0, 10092.0, 10073.0, 10074.0, 10051.0, 10074.0, 10047.0, 10066.0, 10144.0, 10093.0, 10062.0, 10059.0, 10085.0, 10080.0, 10083.0, 10049.0, 10061.0, 10076.0, 10089.0, 10096.0, 10097.0, 10080.0, 10057.0, 10087.0, 10071.0, 10089.0, 10051.0, 10143.0, 10075.0, 10054.0, 10096.0, 10077.0, 10063.0, 10050.0, 10069.0, 10061.0, 10047.0, 10019.0, 10068.0, 10087.0, 10064.0, 10096.0, 10102.0, 10065.0, 10038.0, 10075.0, 10064.0, 10066.0, 10050.0, 10091.0, 10081.0, 10067.0, 10071.0, 10094.0, 10086.0, 10091.0, 10077.0, 10090.0, 10061.0, 10066.0, 10158.0, 10091.0, 10060.0, 10054.0, 10108.0, 10081.0, 10083.0, 10077.0, 10080.0, 10077.0, 10039.0, 10099.0, 10091.0, 10093.0, 10073.0, 10048.0, 10042.0, 10024.0, 10068.0, 10009.0, 10059.0, 10133.0, 10098.0, 10081.0, 10095.0, 10125.0, 10114.0, 10099.0, 10081.0, 10062.0, 10069.0, 10051.0, 10039.0, 10112.0, 10094.0, 10085.0, 10062.0, 10077.0, 10072.0, 10064.0, 10055.0, 10128.0, 10078.0, 10052.0, 10047.0, 10069.0, 10060.0, 10065.0, 10084.0, 10092.0, 10063.0, 10069.0, 10103.0, 10079.0, 10084.0, 10051.0, 10058.0, 10062.0, 10087.0, 10134.0, 10084.0, 10064.0, 10032.0, 10069.0, 10056.0, 10059.0, 10118.0, 10076.0, 10082.0, 10051.0, 10073.0, 10070.0, 10041.0, 10105.0, 10071.0, 10062.0, 10075.0, 10105.0, 10058.0, 10071.0, 10055.0, 10095.0, 10058.0, 10080.0, 10115.0, 10069.0, 10058.0, 10038.0, 10078.0, 10088.0, 10077.0, 10075.0, 10065.0, 10080.0, 10055.0, 10091.0, 10093.0, 10063.0, 10070.0, 10069.0, 10073.0, 10043.0, 10074.0, 10075.0, 10090.0, 10104.0, 10071.0, 10055.0, 10034.0, 10062.0, 10076.0, 10057.0, 10095.0, 10068.0, 10061.0, 10023.0, 10061.0, 10057.0, 10077.0, 10107.0, 10090.0, 10058.0, 10043.0, 10057.0, 10089.0, 10094.0, 10126.0, 10099.0, 10064.0, 10037.0, 10099.0, 10041.0, 10064.0, 10023.0, 10109.0, 10078.0, 10081.0, 10068.0, 10133.0, 10078.0, 10063.0, 10053.0, 10134.0, 10078.0, 10064.0, 10064.0, 10103.0, 10046.0, 10047.0, 10152.0, 10074.0, 10047.0, 10026.0, 10060.0, 10021.0, 10042.0, 10045.0, 10035.0, 10031.0, 10042.0, 10032.0, 10064.0, 10023.0, 10048.0, 10034.0, 10078.0, 10053.0, 10075.0, 10132.0, 10102.0, 10085.0, 10041.0, 10148.0, 10073.0, 10062.0, 10084.0, 10116.0, 10063.0, 10052.0, 10120.0, 10060.0, 10064.0, 10011.0, 10050.0, 10082.0, 10050.0, 10078.0, 10076.0, 10084.0, 10089.0, 10144.0, 10099.0, 10086.0, 10054.0, 10106.0, 10075.0, 10058.0, 10138.0, 10071.0, 10091.0, 10045.0, 10092.0, 10053.0, 10075.0, 10142.0, 10104.0, 10062.0, 10049.0, 10090.0, 10094.0, 10079.0, 10134.0, 10114.0, 10084.0, 10075.0, 10158.0, 10093.0, 10075.0, 10084.0, 10119.0, 10065.0, 10060.0, 10137.0, 10062.0, 10048.0, 10121.0, 10099.0, 10074.0, 10055.0, 10064.0, 10059.0, 10046.0, 10099.0, 10082.0, 10061.0, 10046.0, 10042.0, 10040.0, 10050.0, 10071.0, 10058.0, 10068.0, 10050.0, 10060.0, 10057.0, 10059.0, 10065.0, 10062.0, 10074.0, 10068.0, 10037.0, 10086.0, 10059.0, 10049.0, 10088.0, 10064.0, 10076.0, 10059.0, 10067.0, 10079.0, 10075.0, 10101.0, 10114.0, 10077.0, 10062.0, 10114.0, 10080.0, 10069.0, 10094.0, 10069.0, 10059.0, 10044.0, 10073.0, 10050.0, 10052.0, 10060.0, 10075.0, 10062.0, 10077.0, 10111.0, 10100.0, 10070.0, 10049.0, 10074.0, 10074.0, 10053.0, 10067.0, 10093.0, 10063.0, 10075.0, 10099.0, 10060.0, 10049.0, 10051.0, 10087.0, 10060.0, 10057.0, 10080.0, 10052.0, 10064.0, 10049.0, 10103.0, 10054.0, 10049.0, 10018.0, 10037.0, 10038.0, 10062.0, 10056.0, 10029.0, 10027.0, 10045.0, 10049.0, 10079.0, 10052.0, 10046.0, 10063.0, 10066.0, 10071.0, 10074.0, 10140.0, 10099.0, 10102.0, 10072.0, 10122.0, 10071.0, 10081.0, 10131.0, 10069.0, 10036.0, 10109.0, 10075.0, 10063.0, 10084.0, 10055.0, 10043.0, 10030.0, 10040.0, 10035.0, 10024.0, 10042.0, 10058.0, 10050.0, 10056.0, 10078.0, 10066.0, 10064.0, 10084.0, 10092.0, 10066.0, 10064.0, 10064.0, 10063.0, 10049.0, 10077.0, 10088.0, 10074.0, 10089.0, 10101.0, 10084.0, 10073.0, 10094.0, 10084.0, 10088.0, 10071.0, 10119.0, 10072.0, 10084.0, 10057.0, 10120.0, 10064.0, 10066.0, 10105.0, 10069.0, 10047.0, 10057.0, 10092.0, 10087.0, 10079.0, 10067.0, 10069.0, 10058.0, 10064.0, 10121.0, 10065.0, 10065.0, 10039.0, 10076.0, 10060.0, 10075.0, 10109.0, 10056.0, 10052.0, 10018.0, 10010.0, 10027.0, 10060.0, 10103.0, 10076.0, 10064.0, 10059.0, 10124.0, 10081.0, 10070.0, 10068.0, 10133.0, 10091.0, 10075.0, 10054.0, 10142.0, 10078.0, 10049.0, 10041.0, 10080.0, 10062.0, 10046.0, 10102.0, 10063.0, 10050.0, 10031.0, 10066.0, 10060.0, 10064.0, 10110.0, 10098.0, 10061.0, 10049.0, 10071.0, 10081.0, 10096.0, 10089.0, 10137.0, 10087.0, 10081.0, 10133.0, 10114.0, 10092.0, 10069.0, 10135.0, 10078.0, 10049.0, 10043.0, 10084.0, 10060.0, 10058.0, 10130.0, 10073.0, 10043.0, 10026.0, 10073.0, 10070.0, 10046.0, 10044.0, 10085.0, 10052.0, 10095.0, 10055.0, 10075.0, 10066.0, 10083.0, 10125.0, 10099.0, 10066.0, 10061.0, 10060.0, 10060.0, 10091.0, 10093.0, 10104.0, 10061.0, 10049.0, 10060.0, 10076.0, 10072.0, 10068.0, 10100.0, 10063.0, 10050.0, 10062.0, 10057.0, 10075.0, 10056.0, 10126.0, 10056.0, 10053.0, 10086.0, 10081.0, 10074.0, 10051.0, 10143.0, 10080.0, 10066.0, 10045.0, 10068.0, 10061.0, 10068.0, 10123.0, 10047.0, 10067.0, 10036.0, 10086.0, 10058.0, 10053.0, 10100.0, 10059.0, 10061.0, 10050.0, 10104.0, 10050.0, 10065.0, 10042.0, 10062.0, 10036.0, 10059.0, 10095.0, 10078.0, 10046.0, 10036.0, 10060.0, 10066.0, 10074.0, 10068.0, 10108.0, 10065.0, 10048.0, 10098.0, 10066.0, 10063.0, 10128.0, 10094.0, 10061.0, 10055.0, 10063.0, 10057.0, 10071.0, 10077.0, 10089.0, 10057.0, 10060.0, 10060.0, 10074.0, 10074.0, 10043.0, 10115.0, 10080.0, 10060.0, 10108.0, 10054.0, 10074.0, 10052.0, 10062.0, 10056.0, 10071.0, 10087.0, 10083.0, 10070.0, 10060.0, 10089.0, 10086.0, 10085.0, 10049.0, 10125.0, 10048.0, 10047.0, 10069.0, 10074.0, 10078.0, 10053.0, 10127.0, 10077.0, 10062.0, 10070.0, 10084.0, 10071.0, 10067.0, 10102.0, 10054.0, 10069.0, 10078.0, 10077.0, 10072.0, 10040.0, 10110.0, 10056.0, 10053.0, 10041.0, 10037.0, 10025.0, 10041.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.00018277970011534026</td></tr>
<tr><td colspan=3>aqi</td><td>0.023758792272202997</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.85095734188221</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1341538527713622</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9868525686720555</td></tr>
<tr><td colspan=3>efc</td><td>0.5487</td></tr>
<tr><td colspan=3>fber</td><td>1575.3369</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12308563790532345</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>150</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.301038062283737</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4779026573137064</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3774632160441325</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.711337389902134</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344907365994853</td></tr>
<tr><td colspan=3>gcor</td><td>0.00637319</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015594019554555416</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05880141258239746</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.210166604621332</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.7052</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>108.389</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>300.1787</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>97.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285264.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1292.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>488.6245</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7132</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.5803</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3730.7028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91280.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1649.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4910.5</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.023</td></tr>
<tr><td colspan=3>tsnr</td><td>35.81980901956558</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>