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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-02_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-02_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-0112/ses-04/func/sub-0112_ses-04_task-social_acq-mb8_run-02_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>6cd225e2146373e02b9c4631fa5fd2a3</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>14:10:21.195000</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.998118, 0.0249617, 0.0560125, -0.0238705, 0.999514, -0.0200665]</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-02_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.0743436</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4234, -7812, -7245, 198, -76, -123, -80, 40]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>221.38</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>32ef998b-13b6-47be-9dfa-8c1dcee51b86||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.67787766456604, -0.06404278427362442, 0.15251271426677704, 114.53227233886719], [-0.06697037816047668, 2.68162202835083, -0.050467658787965775, -99.66000366210938], [0.1502775400876999, 0.05383705720305443, 2.695216655731201, -80.42733764648438], [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': ['141021.195000', '141021.655000', '141022.115000', '141022.575000', '141023.035000', '141023.495000', '141023.955000', '141024.415000', '141024.875000', '141025.335000', '141025.795000', '141026.255000', '141026.715000', '141027.175000', '141027.635000', '141028.095000', '141028.555000', '141029.015000', '141029.475000', '141029.935000', '141030.395000', '141030.855000', '141031.315000', '141031.775000', '141032.235000', '141032.695000', '141033.155000', '141033.615000', '141034.075000', '141034.535000', '141034.995000', '141035.455000', '141035.915000', '141036.375000', '141036.835000', '141037.295000', '141037.755000', '141038.215000', '141038.675000', '141039.135000', '141039.595000', '141040.055000', '141040.515000', '141040.975000', '141041.435000', '141041.895000', '141042.355000', '141042.815000', '141043.275000', '141043.735000', '141044.195000', '141044.655000', '141045.115000', '141045.575000', '141046.035000', '141046.495000', '141046.955000', '141047.415000', '141047.875000', '141048.335000', '141048.795000', '141049.255000', '141049.715000', '141050.175000', '141050.635000', '141051.095000', '141051.555000', '141052.015000', '141052.475000', '141052.935000', '141053.395000', '141053.855000', '141054.315000', '141054.775000', '141055.235000', '141055.695000', '141056.155000', '141056.615000', '141057.075000', '141057.535000', '141057.995000', '141058.455000', '141058.915000', '141059.375000', '141059.835000', '141100.295000', '141100.755000', '141101.215000', '141101.675000', '141102.135000', '141102.595000', '141103.055000', '141103.515000', '141103.975000', '141104.435000', '141104.895000', '141105.355000', '141105.815000', '141106.275000', '141106.735000', '141107.195000', '141107.655000', '141108.115000', '141108.575000', '141109.035000', '141109.495000', '141109.955000', '141110.415000', '141110.875000', '141111.335000', '141111.795000', '141112.255000', '141112.715000', '141113.175000', '141113.635000', '141114.095000', '141114.555000', '141115.015000', '141115.475000', '141115.935000', '141116.395000', '141116.855000', '141117.315000', '141117.775000', '141118.235000', '141118.695000', '141119.155000', '141119.615000', '141120.075000', '141120.535000', '141120.995000', '141121.455000', '141121.915000', '141122.375000', '141122.835000', '141123.295000', '141123.755000', '141124.215000', '141124.675000', '141125.135000', '141125.595000', '141126.055000', '141126.515000', '141126.975000', '141127.435000', '141127.895000', '141128.355000', '141128.815000', '141129.275000', '141129.735000', '141130.195000', '141130.655000', '141131.115000', '141131.575000', '141132.035000', '141132.495000', '141132.955000', '141133.415000', '141133.875000', '141134.335000', '141134.795000', '141135.255000', '141135.715000', '141136.175000', '141136.635000', '141137.095000', '141137.555000', '141138.015000', '141138.475000', '141138.935000', '141139.395000', '141139.855000', '141140.315000', '141140.775000', '141141.235000', '141141.695000', '141142.155000', '141142.615000', '141143.075000', '141143.535000', '141143.995000', '141144.455000', '141144.915000', '141145.375000', '141145.835000', '141146.295000', '141146.755000', '141147.215000', '141147.675000', '141148.135000', '141148.595000', '141149.055000', '141149.515000', '141149.975000', '141150.435000', '141150.895000', '141151.355000', '141151.815000', '141152.275000', '141152.735000', '141153.195000', '141153.655000', '141154.115000', '141154.575000', '141155.035000', '141155.495000', '141155.955000', '141156.415000', '141156.875000', '141157.335000', '141157.795000', '141158.255000', '141158.715000', '141159.175000', '141159.635000', '141200.095000', '141200.555000', '141201.015000', '141201.475000', '141201.935000', '141202.395000', '141202.855000', '141203.315000', '141203.775000', '141204.235000', '141204.695000', '141205.155000', '141205.615000', '141206.075000', '141206.535000', '141206.995000', '141207.455000', '141207.915000', '141208.375000', '141208.835000', '141209.295000', '141209.755000', '141210.215000', '141210.675000', '141211.135000', '141211.595000', '141212.055000', '141212.515000', '141212.975000', '141213.435000', '141213.895000', '141214.355000', '141214.815000', '141215.275000', '141215.735000', '141216.195000', '141216.655000', '141217.115000', '141217.575000', '141218.035000', '141218.495000', '141218.955000', '141219.415000', '141219.875000', '141220.335000', '141220.795000', '141221.255000', '141221.715000', '141222.175000', '141222.635000', '141223.095000', '141223.555000', '141224.015000', '141224.475000', '141224.935000', '141225.395000', '141225.855000', '141226.315000', '141226.775000', '141227.235000', '141227.695000', '141228.155000', '141228.615000', '141229.075000', '141229.535000', '141229.995000', '141230.455000', '141230.915000', '141231.375000', '141231.835000', '141232.295000', '141232.755000', '141233.215000', '141233.675000', '141234.135000', '141234.595000', '141235.055000', '141235.515000', '141235.975000', '141236.435000', '141236.895000', '141237.355000', '141237.815000', '141238.275000', '141238.735000', '141239.195000', '141239.655000', '141240.115000', '141240.575000', '141241.035000', '141241.495000', '141241.955000', '141242.415000', '141242.875000', '141243.335000', '141243.795000', '141244.255000', '141244.715000', '141245.175000', '141245.635000', '141246.095000', '141246.555000', '141247.015000', '141247.475000', '141247.935000', '141248.395000', '141248.855000', '141249.315000', '141249.775000', '141250.235000', '141250.695000', '141251.155000', '141251.615000', '141252.075000', '141252.535000', '141252.995000', '141253.455000', '141253.915000', '141254.375000', '141254.835000', '141255.295000', '141255.755000', '141256.215000', '141256.675000', '141257.135000', '141257.595000', '141258.055000', '141258.515000', '141258.975000', '141259.435000', '141259.895000', '141300.355000', '141300.815000', '141301.275000', '141301.735000', '141302.195000', '141302.655000', '141303.115000', '141303.575000', '141304.035000', '141304.495000', '141304.955000', '141305.415000', '141305.875000', '141306.335000', '141306.795000', '141307.255000', '141307.715000', '141308.175000', '141308.635000', '141309.095000', '141309.555000', '141310.015000', '141310.475000', '141310.935000', '141311.395000', '141311.855000', '141312.315000', '141312.775000', '141313.235000', '141313.695000', '141314.155000', '141314.615000', '141315.075000', '141315.535000', '141315.995000', '141316.455000', '141316.915000', '141317.375000', '141317.835000', '141318.295000', '141318.755000', '141319.215000', '141319.675000', '141320.135000', '141320.595000', '141321.055000', '141321.515000', '141321.975000', '141322.435000', '141322.895000', '141323.355000', '141323.815000', '141324.275000', '141324.735000', '141325.195000', '141325.655000', '141326.115000', '141326.575000', '141327.035000', '141327.495000', '141327.955000', '141328.415000', '141328.875000', '141329.335000', '141329.795000', '141330.255000', '141330.715000', '141331.175000', '141331.635000', '141332.095000', '141332.555000', '141333.015000', '141333.475000', '141333.935000', '141334.395000', '141334.855000', '141335.315000', '141335.775000', '141336.235000', '141336.695000', '141337.155000', '141337.615000', '141338.075000', '141338.535000', '141338.995000', '141339.455000', '141339.915000', '141340.375000', '141340.835000', '141341.295000', '141341.755000', '141342.215000', '141342.675000', '141343.135000', '141343.595000', '141344.055000', '141344.515000', '141344.975000', '141345.435000', '141345.895000', '141346.355000', '141346.815000', '141347.275000', '141347.735000', '141348.195000', '141348.655000', '141349.115000', '141349.575000', '141350.035000', '141350.495000', '141350.955000', '141351.415000', '141351.875000', '141352.335000', '141352.795000', '141353.255000', '141353.715000', '141354.175000', '141354.635000', '141355.095000', '141355.555000', '141356.015000', '141356.475000', '141356.935000', '141357.395000', '141357.855000', '141358.315000', '141358.775000', '141359.235000', '141359.695000', '141400.155000', '141400.615000', '141401.075000', '141401.535000', '141401.995000', '141402.455000', '141402.915000', '141403.375000', '141403.835000', '141404.295000', '141404.755000', '141405.215000', '141405.675000', '141406.135000', '141406.595000', '141407.055000', '141407.515000', '141407.975000', '141408.435000', '141408.895000', '141409.355000', '141409.815000', '141410.275000', '141410.735000', '141411.195000', '141411.655000', '141412.115000', '141412.575000', '141413.035000', '141413.495000', '141413.955000', '141414.415000', '141414.875000', '141415.335000', '141415.795000', '141416.255000', '141416.715000', '141417.175000', '141417.635000', '141418.095000', '141418.555000', '141419.015000', '141419.475000', '141419.935000', '141420.395000', '141420.855000', '141421.315000', '141421.775000', '141422.235000', '141422.695000', '141423.155000', '141423.615000', '141424.075000', '141424.535000', '141424.995000', '141425.455000', '141425.915000', '141426.375000', '141426.835000', '141427.295000', '141427.755000', '141428.215000', '141428.675000', '141429.135000', '141429.595000', '141430.055000', '141430.515000', '141430.975000', '141431.435000', '141431.895000', '141432.355000', '141432.815000', '141433.275000', '141433.735000', '141434.195000', '141434.655000', '141435.115000', '141435.575000', '141436.035000', '141436.495000', '141436.955000', '141437.415000', '141437.875000', '141438.335000', '141438.795000', '141439.255000', '141439.715000', '141440.175000', '141440.635000', '141441.095000', '141441.555000', '141442.015000', '141442.475000', '141442.935000', '141443.395000', '141443.855000', '141444.315000', '141444.775000', '141445.235000', '141445.695000', '141446.155000', '141446.615000', '141447.075000', '141447.535000', '141447.995000', '141448.455000', '141448.915000', '141449.375000', '141449.835000', '141450.295000', '141450.755000', '141451.215000', '141451.675000', '141452.135000', '141452.595000', '141453.055000', '141453.515000', '141453.975000', '141454.435000', '141454.895000', '141455.355000', '141455.815000', '141456.275000', '141456.735000', '141457.195000', '141457.655000', '141458.115000', '141458.575000', '141459.035000', '141459.495000', '141459.955000', '141500.415000', '141500.875000', '141501.335000', '141501.795000', '141502.255000', '141502.715000', '141503.175000', '141503.635000', '141504.095000', '141504.555000', '141505.015000', '141505.475000', '141505.935000', '141506.395000', '141506.855000', '141507.315000', '141507.775000', '141508.235000', '141508.695000', '141509.155000', '141509.615000', '141510.075000', '141510.535000', '141510.995000', '141511.455000', '141511.915000', '141512.375000', '141512.835000', '141513.295000', '141513.755000', '141514.215000', '141514.675000', '141515.135000', '141515.595000', '141516.055000', '141516.515000', '141516.975000', '141517.435000', '141517.895000', '141518.355000', '141518.815000', '141519.275000', '141519.735000', '141520.195000', '141520.655000', '141521.115000', '141521.575000', '141522.035000', '141522.495000', '141522.955000', '141523.415000', '141523.875000', '141524.335000', '141524.795000', '141525.255000', '141525.715000', '141526.175000', '141526.635000', '141527.095000', '141527.555000', '141528.015000', '141528.475000', '141528.935000', '141529.395000', '141529.855000', '141530.315000', '141530.775000', '141531.235000', '141531.695000', '141532.155000', '141532.615000', '141533.075000', '141533.535000', '141533.995000', '141534.455000', '141534.915000', '141535.375000', '141535.835000', '141536.295000', '141536.755000', '141537.215000', '141537.675000', '141538.135000', '141538.595000', '141539.055000', '141539.515000', '141539.975000', '141540.435000', '141540.895000', '141541.355000', '141541.815000', '141542.275000', '141542.735000', '141543.195000', '141543.655000', '141544.115000', '141544.575000', '141545.035000', '141545.495000', '141545.955000', '141546.415000', '141546.875000', '141547.335000', '141547.795000', '141548.255000', '141548.715000', '141549.175000', '141549.635000', '141550.095000', '141550.555000', '141551.015000', '141551.475000', '141551.935000', '141552.395000', '141552.855000', '141553.315000', '141553.775000', '141554.235000', '141554.695000', '141555.155000', '141555.615000', '141556.075000', '141556.535000', '141556.995000', '141557.455000', '141557.915000', '141558.375000', '141558.835000', '141559.295000', '141559.755000', '141600.215000', '141600.675000', '141601.135000', '141601.595000', '141602.055000', '141602.515000', '141602.975000', '141603.435000', '141603.895000', '141604.355000', '141604.815000', '141605.275000', '141605.735000', '141606.195000', '141606.655000', '141607.115000', '141607.575000', '141608.035000', '141608.495000', '141608.955000', '141609.415000', '141609.875000', '141610.335000', '141610.795000', '141611.255000', '141611.715000', '141612.175000', '141612.635000', '141613.095000', '141613.555000', '141614.015000', '141614.475000', '141614.935000', '141615.395000', '141615.855000', '141616.315000', '141616.775000', '141617.235000', '141617.695000', '141618.155000', '141618.615000', '141619.075000', '141619.535000', '141619.995000', '141620.455000', '141620.915000', '141621.375000', '141621.835000', '141622.295000', '141622.755000', '141623.215000', '141623.675000', '141624.135000', '141624.595000', '141625.055000', '141625.515000', '141625.975000', '141626.435000', '141626.895000', '141627.355000', '141627.815000', '141628.275000', '141628.735000', '141629.195000', '141629.655000', '141630.115000', '141630.575000', '141631.035000', '141631.495000', '141631.955000', '141632.415000', '141632.875000', '141633.335000', '141633.795000', '141634.255000', '141634.715000', '141635.175000', '141635.635000', '141636.095000', '141636.555000', '141637.015000', '141637.475000', '141637.935000', '141638.395000', '141638.855000', '141639.315000', '141639.775000', '141640.235000', '141640.695000', '141641.155000', '141641.615000', '141642.075000', '141642.535000', '141642.995000', '141643.455000', '141643.915000', '141644.375000', '141644.835000', '141645.295000', '141645.755000', '141646.215000', '141646.675000', '141647.135000', '141647.595000', '141648.055000', '141648.515000', '141648.975000', '141649.435000', '141649.895000', '141650.355000', '141650.815000', '141651.275000', '141651.735000', '141652.195000', '141652.655000', '141653.115000', '141653.575000', '141654.035000', '141654.495000', '141654.955000', '141655.415000', '141655.875000', '141656.335000', '141656.795000', '141657.255000', '141657.715000', '141658.175000', '141658.635000', '141659.095000', '141659.555000', '141700.015000', '141700.475000', '141700.935000', '141701.395000', '141701.855000'], 'ContentTime': ['141048.620000', '141048.623000', '141048.626000', '141048.629000', '141048.631000', '141048.634000', '141048.636000', '141048.639000', '141048.641000', '141048.644000', '141048.646000', '141048.656000', '141048.659000', '141048.661000', '141048.664000', '141048.666000', '141048.669000', '141048.671000', '141048.674000', '141048.676000', '141048.679000', '141048.682000', '141048.684000', '141048.687000', '141048.690000', '141048.693000', '141048.695000', '141048.698000', '141048.701000', '141048.703000', '141048.706000', '141048.708000', '141048.711000', '141048.714000', '141048.716000', '141048.719000', '141048.721000', '141048.724000', '141048.727000', '141048.729000', '141048.732000', '141048.734000', '141048.737000', '141048.739000', '141048.742000', '141048.745000', '141048.747000', '141048.750000', '141048.753000', '141048.756000', '141048.758000', '141048.761000', '141048.763000', '141048.766000', '141048.769000', '141048.771000', '141048.774000', '141048.776000', '141108.579000', '141108.582000', '141108.585000', '141108.587000', '141108.590000', '141108.592000', '141108.595000', '141108.598000', '141108.600000', '141108.603000', '141108.605000', '141108.608000', '141108.611000', '141108.613000', '141108.616000', '141108.618000', '141108.621000', '141108.634000', '141108.636000', '141108.639000', '141108.642000', '141108.644000', '141108.647000', '141108.649000', '141108.652000', '141108.654000', '141108.657000', '141108.660000', '141108.662000', '141108.665000', '141108.667000', '141108.670000', '141108.673000', '141108.675000', '141108.678000', '141108.680000', '141108.683000', '141108.685000', '141108.688000', '141108.691000', '141108.693000', '141108.696000', '141108.698000', '141128.578000', '141128.581000', '141128.584000', '141128.586000', '141128.589000', '141128.591000', '141128.594000', '141128.597000', '141128.599000', '141128.602000', '141128.604000', '141128.607000', '141128.610000', '141128.612000', '141128.615000', '141128.617000', '141128.620000', '141128.623000', '141128.625000', '141128.628000', '141128.630000', '141128.633000', '141128.635000', '141128.638000', '141128.640000', '141128.643000', '141128.646000', '141128.648000', '141128.651000', '141128.653000', '141128.656000', '141128.658000', '141128.661000', '141128.664000', '141128.666000', '141128.669000', '141128.671000', '141128.674000', '141128.676000', '141128.679000', '141128.681000', '141128.684000', '141128.687000', '141128.689000', '141148.578000', '141148.581000', '141148.584000', '141148.586000', '141148.589000', '141148.591000', '141148.594000', '141148.597000', '141148.599000', '141148.602000', '141148.605000', '141148.607000', '141148.610000', '141148.612000', '141148.615000', '141148.618000', '141148.620000', '141148.623000', '141148.625000', '141148.628000', '141148.631000', '141148.633000', '141148.636000', '141148.638000', '141148.657000', '141148.660000', '141148.662000', '141148.665000', '141148.667000', '141148.670000', '141148.673000', '141148.675000', '141148.678000', '141148.680000', '141148.683000', '141148.686000', '141148.688000', '141148.691000', '141148.693000', '141148.696000', '141148.698000', '141148.701000', '141148.704000', '141208.578000', '141208.581000', '141208.584000', '141208.586000', '141208.589000', '141208.592000', '141208.594000', '141208.597000', '141208.599000', '141208.602000', '141208.605000', '141208.607000', '141208.610000', '141208.612000', '141208.615000', '141208.618000', '141208.620000', '141208.623000', '141208.626000', '141208.628000', '141208.631000', '141208.634000', '141208.636000', '141208.639000', '141208.641000', '141208.644000', '141208.647000', '141208.649000', '141208.652000', '141208.655000', '141208.657000', '141208.660000', '141208.662000', '141208.665000', '141208.668000', '141208.670000', '141208.673000', '141208.676000', '141208.678000', '141208.681000', '141208.683000', '141208.686000', '141208.689000', '141228.578000', '141228.581000', '141228.584000', '141228.586000', '141228.589000', '141228.592000', '141228.594000', '141228.597000', '141228.600000', '141228.602000', '141228.605000', '141228.608000', '141228.610000', '141228.613000', '141228.616000', '141228.618000', '141228.621000', '141228.623000', '141228.626000', '141228.628000', '141228.631000', '141228.634000', '141228.636000', '141228.639000', '141228.641000', '141228.644000', '141228.647000', '141228.649000', '141228.652000', '141228.654000', '141228.657000', '141228.659000', '141228.662000', '141228.665000', '141228.667000', '141228.670000', '141228.672000', '141228.675000', '141228.677000', '141228.680000', '141228.682000', '141228.685000', '141228.688000', '141228.690000', '141248.578000', '141248.581000', '141248.584000', '141248.587000', '141248.589000', '141248.592000', '141248.594000', '141248.597000', '141248.600000', '141248.602000', '141248.605000', '141248.607000', '141248.610000', '141248.613000', '141248.615000', '141248.618000', '141248.621000', '141248.623000', '141248.626000', '141248.628000', '141248.631000', '141248.634000', '141248.636000', '141248.639000', '141248.641000', '141248.644000', '141248.647000', '141248.649000', '141248.652000', '141248.655000', '141248.657000', '141248.660000', '141248.662000', '141248.665000', '141248.667000', '141248.670000', '141248.673000', '141248.675000', '141248.678000', '141248.680000', '141248.683000', '141248.686000', '141248.688000', '141248.691000', '141308.580000', '141308.582000', '141308.585000', '141308.587000', '141308.590000', '141308.593000', '141308.595000', '141308.598000', '141308.600000', '141308.603000', '141308.606000', '141308.608000', '141308.611000', '141308.613000', '141308.616000', '141308.619000', '141308.621000', '141308.624000', '141308.626000', '141308.629000', '141308.631000', '141308.634000', '141308.637000', '141308.639000', '141308.642000', '141308.644000', '141308.647000', '141308.650000', '141308.652000', '141308.655000', '141308.657000', '141308.660000', '141308.662000', '141308.665000', '141308.668000', '141308.670000', '141308.673000', '141308.675000', '141308.678000', '141308.681000', '141308.683000', '141308.686000', '141308.688000', '141328.579000', '141328.582000', '141328.585000', '141328.587000', '141328.590000', '141328.593000', '141328.596000', '141328.599000', '141328.602000', '141328.604000', '141328.607000', '141328.609000', '141328.612000', '141328.615000', '141328.617000', '141328.620000', '141328.623000', '141328.625000', '141328.628000', '141328.630000', '141328.643000', '141328.646000', '141328.649000', '141328.651000', '141328.654000', '141328.657000', '141328.659000', '141328.662000', '141328.664000', '141328.667000', '141328.670000', '141328.672000', '141328.675000', '141328.678000', '141328.680000', '141328.683000', '141328.685000', '141328.688000', '141328.691000', '141328.693000', '141328.696000', '141328.698000', '141328.701000', '141328.703000', '141348.579000', '141348.581000', '141348.584000', '141348.586000', '141348.589000', '141348.592000', '141348.594000', '141348.597000', '141348.600000', '141348.602000', '141348.605000', '141348.618000', '141348.620000', '141348.623000', '141348.625000', '141348.628000', '141348.630000', '141348.633000', '141348.635000', '141348.638000', '141348.641000', '141348.643000', '141348.646000', '141348.649000', '141348.651000', '141348.654000', '141348.656000', '141348.659000', '141348.661000', '141348.664000', '141348.667000', '141348.669000', '141348.672000', '141348.675000', '141348.677000', '141348.680000', '141348.682000', '141348.685000', '141348.688000', '141348.690000', '141348.693000', '141348.695000', '141348.698000', '141408.578000', '141408.584000', '141408.586000', '141408.589000', '141408.592000', '141408.594000', '141408.597000', '141408.600000', '141408.602000', '141408.605000', '141408.607000', '141408.610000', '141408.613000', '141408.615000', '141408.618000', '141408.620000', '141408.623000', '141408.625000', '141408.628000', '141408.631000', '141408.633000', '141408.636000', '141408.639000', '141408.641000', '141408.644000', '141408.646000', '141408.649000', '141408.651000', '141408.654000', '141408.656000', '141408.659000', '141408.662000', '141408.664000', '141408.667000', '141408.669000', '141408.672000', '141408.675000', '141408.677000', '141408.680000', '141408.682000', '141408.685000', '141408.687000', '141408.690000', '141408.693000', '141428.578000', '141428.581000', '141428.584000', '141428.587000', '141428.589000', '141428.592000', '141428.594000', '141428.597000', '141428.600000', '141428.602000', '141428.605000', '141428.607000', '141428.610000', '141428.620000', '141428.622000', '141428.625000', '141428.628000', '141428.630000', '141428.633000', '141428.635000', '141428.638000', '141428.640000', '141428.643000', '141428.646000', '141428.648000', '141428.651000', '141428.653000', '141428.656000', '141428.658000', '141428.661000', '141428.664000', '141428.666000', '141428.669000', '141428.671000', '141428.674000', '141428.676000', '141428.679000', '141428.682000', '141428.684000', '141428.687000', '141428.689000', '141428.692000', '141428.694000', '141448.578000', '141448.581000', '141448.584000', '141448.586000', '141448.589000', '141448.592000', '141448.594000', '141448.597000', '141448.599000', '141448.602000', '141448.605000', '141448.607000', '141448.610000', '141448.612000', '141448.615000', '141448.617000', '141448.620000', '141448.623000', '141448.625000', '141448.628000', '141448.631000', '141448.634000', '141448.637000', '141448.640000', '141448.643000', '141448.646000', '141448.649000', '141448.651000', '141448.654000', '141448.656000', '141448.659000', '141448.661000', '141448.664000', '141448.667000', '141448.669000', '141448.672000', '141448.675000', '141448.677000', '141448.680000', '141448.683000', '141448.685000', '141448.688000', '141448.690000', '141508.578000', '141508.581000', '141508.595000', '141508.598000', '141508.600000', '141508.603000', '141508.606000', '141508.608000', '141508.611000', '141508.614000', '141508.616000', '141508.619000', '141508.621000', '141508.624000', '141508.626000', '141508.629000', '141508.632000', '141508.634000', '141508.637000', '141508.639000', '141508.642000', '141508.645000', '141508.647000', '141508.650000', '141508.652000', '141508.655000', '141508.657000', '141508.660000', '141508.663000', '141508.665000', '141508.668000', '141508.670000', '141508.673000', '141508.676000', '141508.678000', '141508.681000', '141508.683000', '141508.686000', '141508.688000', '141508.691000', '141508.694000', '141508.696000', '141508.699000', '141508.701000', '141528.579000', '141528.582000', '141528.585000', '141528.587000', '141528.590000', '141528.593000', '141528.595000', '141528.598000', '141528.600000', '141528.603000', '141528.605000', '141528.608000', '141528.611000', '141528.614000', '141528.617000', '141528.620000', '141528.622000', '141528.625000', '141528.627000', '141528.630000', '141528.633000', '141528.635000', '141528.638000', '141528.640000', '141528.643000', '141528.645000', '141528.648000', '141528.650000', '141528.653000', '141528.656000', '141528.658000', '141528.661000', '141528.663000', '141528.666000', '141528.668000', '141528.671000', '141528.674000', '141528.676000', '141528.679000', '141528.681000', '141528.684000', '141528.686000', '141528.689000', '141548.579000', '141548.582000', '141548.585000', '141548.587000', '141548.590000', '141548.593000', '141548.595000', '141548.607000', '141548.610000', '141548.612000', '141548.615000', '141548.617000', '141548.620000', '141548.623000', '141548.641000', '141548.644000', '141548.647000', '141548.649000', '141548.652000', '141548.654000', '141548.657000', '141548.659000', '141548.662000', '141548.665000', '141548.667000', '141548.670000', '141548.673000', '141548.675000', '141548.678000', '141548.680000', '141548.683000', '141548.686000', '141548.688000', '141548.691000', '141548.693000', '141548.696000', '141548.699000', '141548.701000', '141548.704000', '141548.706000', '141548.709000', '141548.712000', '141548.714000', '141548.717000', '141608.578000', '141608.581000', '141608.584000', '141608.587000', '141608.589000', '141608.592000', '141608.594000', '141608.597000', '141608.600000', '141608.602000', '141608.605000', '141608.607000', '141608.610000', '141608.613000', '141608.616000', '141608.619000', '141608.622000', '141608.625000', '141608.627000', '141608.630000', '141608.632000', '141608.635000', '141608.638000', '141608.640000', '141608.643000', '141608.645000', '141608.648000', '141608.651000', '141608.653000', '141608.656000', '141608.658000', '141608.661000', '141608.663000', '141608.666000', '141608.669000', '141608.672000', '141608.675000', '141608.678000', '141608.680000', '141608.683000', '141608.685000', '141608.688000', '141608.691000', '141628.579000', '141628.581000', '141628.584000', '141628.586000', '141628.589000', '141628.592000', '141628.594000', '141628.597000', '141628.599000', '141628.602000', '141628.605000', '141628.607000', '141628.610000', '141628.624000', '141628.626000', '141628.629000', '141628.631000', '141628.634000', '141628.636000', '141628.639000', '141628.642000', '141628.644000', '141628.647000', '141628.649000', '141628.652000', '141628.655000', '141628.657000', '141628.660000', '141628.662000', '141628.665000', '141628.668000', '141628.670000', '141628.673000', '141628.676000', '141628.678000', '141628.681000', '141628.683000', '141628.686000', '141628.688000', '141628.691000', '141628.694000', '141628.696000', '141628.699000', '141628.701000', '141648.579000', '141648.582000', '141648.584000', '141648.587000', '141648.589000', '141648.592000', '141648.595000', '141648.597000', '141648.600000', '141648.602000', '141648.605000', '141648.608000', '141648.610000', '141648.613000', '141648.615000', '141648.618000', '141648.620000', '141648.623000', '141648.626000', '141648.628000', '141648.631000', '141648.633000', '141648.636000', '141648.638000', '141648.641000', '141648.644000', '141648.646000', '141648.649000', '141648.651000', '141648.654000', '141648.656000', '141648.659000', '141648.661000', '141648.664000', '141648.667000', '141648.670000', '141648.673000', '141648.675000', '141648.678000', '141648.681000', '141648.683000', '141648.686000', '141648.688000', '141702.904000', '141702.907000', '141702.909000', '141702.912000', '141702.915000', '141702.918000', '141702.920000', '141702.923000', '141702.926000', '141702.929000', '141702.931000', '141702.934000', '141702.937000', '141702.940000', '141702.942000', '141702.945000', '141702.948000', '141702.951000', '141702.953000', '141702.956000', '141702.959000', '141702.962000', '141702.966000', '141702.969000', '141702.973000', '141702.976000', '141702.978000', '141702.981000', '141702.984000', '141702.987000', '141702.989000', '141702.992000'], 'InstanceCreationTime': ['141048.620000', '141048.623000', '141048.626000', '141048.629000', '141048.631000', '141048.634000', '141048.636000', '141048.639000', '141048.641000', '141048.644000', '141048.646000', '141048.656000', '141048.659000', '141048.661000', '141048.664000', '141048.666000', '141048.669000', '141048.671000', '141048.674000', '141048.676000', '141048.679000', '141048.682000', '141048.684000', '141048.687000', '141048.690000', '141048.693000', '141048.695000', '141048.698000', '141048.701000', '141048.703000', '141048.706000', '141048.708000', '141048.711000', '141048.714000', '141048.716000', '141048.719000', '141048.721000', '141048.724000', '141048.727000', '141048.729000', '141048.732000', '141048.734000', '141048.737000', '141048.739000', '141048.742000', '141048.745000', '141048.747000', '141048.750000', '141048.753000', '141048.756000', '141048.758000', '141048.761000', '141048.763000', '141048.766000', '141048.769000', '141048.771000', '141048.774000', '141048.776000', '141108.579000', '141108.582000', '141108.585000', '141108.587000', '141108.590000', '141108.592000', '141108.595000', '141108.598000', '141108.600000', '141108.603000', '141108.605000', '141108.608000', '141108.611000', '141108.613000', '141108.616000', '141108.618000', '141108.621000', '141108.634000', '141108.636000', '141108.639000', '141108.642000', '141108.644000', '141108.647000', '141108.649000', '141108.652000', '141108.654000', '141108.657000', '141108.660000', '141108.662000', '141108.665000', '141108.667000', '141108.670000', '141108.673000', '141108.675000', '141108.678000', '141108.680000', '141108.683000', '141108.685000', '141108.688000', '141108.691000', '141108.693000', '141108.696000', '141108.698000', '141128.578000', '141128.581000', '141128.584000', '141128.586000', '141128.589000', '141128.591000', '141128.594000', '141128.597000', '141128.599000', '141128.602000', '141128.604000', '141128.607000', '141128.610000', '141128.612000', '141128.615000', '141128.617000', '141128.620000', '141128.623000', '141128.625000', '141128.628000', '141128.630000', '141128.633000', '141128.635000', '141128.638000', '141128.640000', '141128.643000', '141128.646000', '141128.648000', '141128.651000', '141128.653000', '141128.656000', '141128.658000', '141128.661000', '141128.664000', '141128.666000', '141128.669000', '141128.671000', '141128.674000', '141128.676000', '141128.679000', '141128.681000', '141128.684000', '141128.687000', '141128.689000', '141148.578000', '141148.581000', '141148.584000', '141148.586000', '141148.589000', '141148.591000', '141148.594000', '141148.597000', '141148.599000', '141148.602000', '141148.605000', '141148.607000', '141148.610000', '141148.612000', '141148.615000', '141148.618000', '141148.620000', '141148.623000', '141148.625000', '141148.628000', '141148.631000', '141148.633000', '141148.636000', '141148.638000', '141148.657000', '141148.660000', '141148.662000', '141148.665000', '141148.667000', '141148.670000', '141148.673000', '141148.675000', '141148.678000', '141148.680000', '141148.683000', '141148.686000', '141148.688000', '141148.691000', '141148.693000', '141148.696000', '141148.698000', '141148.701000', '141148.704000', '141208.578000', '141208.581000', '141208.584000', '141208.586000', '141208.589000', '141208.592000', '141208.594000', '141208.597000', '141208.599000', '141208.602000', '141208.605000', '141208.607000', '141208.610000', '141208.612000', '141208.615000', '141208.618000', '141208.620000', '141208.623000', '141208.626000', '141208.628000', '141208.631000', '141208.634000', '141208.636000', '141208.639000', '141208.641000', '141208.644000', '141208.647000', '141208.649000', '141208.652000', '141208.655000', '141208.657000', '141208.660000', '141208.662000', '141208.665000', '141208.668000', '141208.670000', '141208.673000', '141208.676000', '141208.678000', '141208.681000', '141208.683000', '141208.686000', '141208.689000', '141228.578000', '141228.581000', '141228.584000', '141228.586000', '141228.589000', '141228.592000', '141228.594000', '141228.597000', '141228.600000', '141228.602000', '141228.605000', '141228.608000', '141228.610000', '141228.613000', '141228.616000', '141228.618000', '141228.621000', '141228.623000', '141228.626000', '141228.628000', '141228.631000', '141228.634000', '141228.636000', '141228.639000', '141228.641000', '141228.644000', '141228.647000', '141228.649000', '141228.652000', '141228.654000', '141228.657000', '141228.659000', '141228.662000', '141228.665000', '141228.667000', '141228.670000', '141228.672000', '141228.675000', '141228.677000', '141228.680000', '141228.682000', '141228.685000', '141228.688000', '141228.690000', '141248.578000', '141248.581000', '141248.584000', '141248.587000', '141248.589000', '141248.592000', '141248.594000', '141248.597000', '141248.600000', '141248.602000', '141248.605000', '141248.607000', '141248.610000', '141248.613000', '141248.615000', '141248.618000', '141248.621000', '141248.623000', '141248.626000', '141248.628000', '141248.631000', '141248.634000', '141248.636000', '141248.639000', '141248.641000', '141248.644000', '141248.647000', '141248.649000', '141248.652000', '141248.655000', '141248.657000', '141248.660000', '141248.662000', '141248.665000', '141248.667000', '141248.670000', '141248.673000', '141248.675000', '141248.678000', '141248.680000', '141248.683000', '141248.686000', '141248.688000', '141248.691000', '141308.580000', '141308.582000', '141308.585000', '141308.587000', '141308.590000', '141308.593000', '141308.595000', '141308.598000', '141308.600000', '141308.603000', '141308.606000', '141308.608000', '141308.611000', '141308.613000', '141308.616000', '141308.619000', '141308.621000', '141308.624000', '141308.626000', '141308.629000', '141308.631000', '141308.634000', '141308.637000', '141308.639000', '141308.642000', '141308.644000', '141308.647000', '141308.650000', '141308.652000', '141308.655000', '141308.657000', '141308.660000', '141308.662000', '141308.665000', '141308.668000', '141308.670000', '141308.673000', '141308.675000', '141308.678000', '141308.681000', '141308.683000', '141308.686000', '141308.688000', '141328.579000', '141328.582000', '141328.585000', '141328.587000', '141328.590000', '141328.593000', '141328.596000', '141328.599000', '141328.602000', '141328.604000', '141328.607000', '141328.609000', '141328.612000', '141328.615000', '141328.617000', '141328.620000', '141328.623000', '141328.625000', '141328.628000', '141328.630000', '141328.643000', '141328.646000', '141328.649000', '141328.651000', '141328.654000', '141328.657000', '141328.659000', '141328.662000', '141328.664000', '141328.667000', '141328.670000', '141328.672000', '141328.675000', '141328.678000', '141328.680000', '141328.683000', '141328.685000', '141328.688000', '141328.691000', '141328.693000', '141328.696000', '141328.698000', '141328.701000', '141328.703000', '141348.579000', '141348.581000', '141348.584000', '141348.586000', '141348.589000', '141348.592000', '141348.594000', '141348.597000', '141348.600000', '141348.602000', '141348.605000', '141348.618000', '141348.620000', '141348.623000', '141348.625000', '141348.628000', '141348.630000', '141348.633000', '141348.635000', '141348.638000', '141348.641000', '141348.643000', '141348.646000', '141348.649000', '141348.651000', '141348.654000', '141348.656000', '141348.659000', '141348.661000', '141348.664000', '141348.667000', '141348.669000', '141348.672000', '141348.675000', '141348.677000', '141348.680000', '141348.682000', '141348.685000', '141348.688000', '141348.690000', '141348.693000', '141348.695000', '141348.698000', '141408.578000', '141408.584000', '141408.586000', '141408.589000', '141408.592000', '141408.594000', '141408.597000', '141408.600000', '141408.602000', '141408.605000', '141408.607000', '141408.610000', '141408.613000', '141408.615000', '141408.618000', '141408.620000', '141408.623000', '141408.625000', '141408.628000', '141408.631000', '141408.633000', '141408.636000', '141408.639000', '141408.641000', '141408.644000', '141408.646000', '141408.649000', '141408.651000', '141408.654000', '141408.656000', '141408.659000', '141408.662000', '141408.664000', '141408.667000', '141408.669000', '141408.672000', '141408.675000', '141408.677000', '141408.680000', '141408.682000', '141408.685000', '141408.687000', '141408.690000', '141408.693000', '141428.578000', '141428.581000', '141428.584000', '141428.587000', '141428.589000', '141428.592000', '141428.594000', '141428.597000', '141428.600000', '141428.602000', '141428.605000', '141428.607000', '141428.610000', '141428.620000', '141428.622000', '141428.625000', '141428.628000', '141428.630000', '141428.633000', '141428.635000', '141428.638000', '141428.640000', '141428.643000', '141428.646000', '141428.648000', '141428.651000', '141428.653000', '141428.656000', '141428.658000', '141428.661000', '141428.664000', '141428.666000', '141428.669000', '141428.671000', '141428.674000', '141428.676000', '141428.679000', '141428.682000', '141428.684000', '141428.687000', '141428.689000', '141428.692000', '141428.694000', '141448.578000', '141448.581000', '141448.584000', '141448.586000', '141448.589000', '141448.592000', '141448.594000', '141448.597000', '141448.599000', '141448.602000', '141448.605000', '141448.607000', '141448.610000', '141448.612000', '141448.615000', '141448.617000', '141448.620000', '141448.623000', '141448.625000', '141448.628000', '141448.631000', '141448.634000', '141448.637000', '141448.640000', '141448.643000', '141448.646000', '141448.649000', '141448.651000', '141448.654000', '141448.656000', '141448.659000', '141448.661000', '141448.664000', '141448.667000', '141448.669000', '141448.672000', '141448.675000', '141448.677000', '141448.680000', '141448.683000', '141448.685000', '141448.688000', '141448.690000', '141508.578000', '141508.581000', '141508.595000', '141508.598000', '141508.600000', '141508.603000', '141508.606000', '141508.608000', '141508.611000', '141508.614000', '141508.616000', '141508.619000', '141508.621000', '141508.624000', '141508.626000', '141508.629000', '141508.632000', '141508.634000', '141508.637000', '141508.639000', '141508.642000', '141508.645000', '141508.647000', '141508.650000', '141508.652000', '141508.655000', '141508.657000', '141508.660000', '141508.663000', '141508.665000', '141508.668000', '141508.670000', '141508.673000', '141508.676000', '141508.678000', '141508.681000', '141508.683000', '141508.686000', '141508.688000', '141508.691000', '141508.694000', '141508.696000', '141508.699000', '141508.701000', '141528.579000', '141528.582000', '141528.585000', '141528.587000', '141528.590000', '141528.593000', '141528.595000', '141528.598000', '141528.600000', '141528.603000', '141528.605000', '141528.608000', '141528.611000', '141528.614000', '141528.617000', '141528.620000', '141528.622000', '141528.625000', '141528.627000', '141528.630000', '141528.633000', '141528.635000', '141528.638000', '141528.640000', '141528.643000', '141528.645000', '141528.648000', '141528.650000', '141528.653000', '141528.656000', '141528.658000', '141528.661000', '141528.663000', '141528.666000', '141528.668000', '141528.671000', '141528.674000', '141528.676000', '141528.679000', '141528.681000', '141528.684000', '141528.686000', '141528.689000', '141548.579000', '141548.582000', '141548.585000', '141548.587000', '141548.590000', '141548.593000', '141548.595000', '141548.607000', '141548.610000', '141548.612000', '141548.615000', '141548.617000', '141548.620000', '141548.623000', '141548.641000', '141548.644000', '141548.647000', '141548.649000', '141548.652000', '141548.654000', '141548.657000', '141548.659000', '141548.662000', '141548.665000', '141548.667000', '141548.670000', '141548.673000', '141548.675000', '141548.678000', '141548.680000', '141548.683000', '141548.686000', '141548.688000', '141548.691000', '141548.693000', '141548.696000', '141548.699000', '141548.701000', '141548.704000', '141548.706000', '141548.709000', '141548.712000', '141548.714000', '141548.717000', '141608.578000', '141608.581000', '141608.584000', '141608.587000', '141608.589000', '141608.592000', '141608.594000', '141608.597000', '141608.600000', '141608.602000', '141608.605000', '141608.607000', '141608.610000', '141608.613000', '141608.616000', '141608.619000', '141608.622000', '141608.625000', '141608.627000', '141608.630000', '141608.632000', '141608.635000', '141608.638000', '141608.640000', '141608.643000', '141608.645000', '141608.648000', '141608.651000', '141608.653000', '141608.656000', '141608.658000', '141608.661000', '141608.663000', '141608.666000', '141608.669000', '141608.672000', '141608.675000', '141608.678000', '141608.680000', '141608.683000', '141608.685000', '141608.688000', '141608.691000', '141628.579000', '141628.581000', '141628.584000', '141628.586000', '141628.589000', '141628.592000', '141628.594000', '141628.597000', '141628.599000', '141628.602000', '141628.605000', '141628.607000', '141628.610000', '141628.624000', '141628.626000', '141628.629000', '141628.631000', '141628.634000', '141628.636000', '141628.639000', '141628.642000', '141628.644000', '141628.647000', '141628.649000', '141628.652000', '141628.655000', '141628.657000', '141628.660000', '141628.662000', '141628.665000', '141628.668000', '141628.670000', '141628.673000', '141628.676000', '141628.678000', '141628.681000', '141628.683000', '141628.686000', '141628.688000', '141628.691000', '141628.694000', '141628.696000', '141628.699000', '141628.701000', '141648.579000', '141648.582000', '141648.584000', '141648.587000', '141648.589000', '141648.592000', '141648.595000', '141648.597000', '141648.600000', '141648.602000', '141648.605000', '141648.608000', '141648.610000', '141648.613000', '141648.615000', '141648.618000', '141648.620000', '141648.623000', '141648.626000', '141648.628000', '141648.631000', '141648.633000', '141648.636000', '141648.638000', '141648.641000', '141648.644000', '141648.646000', '141648.649000', '141648.651000', '141648.654000', '141648.656000', '141648.659000', '141648.661000', '141648.664000', '141648.667000', '141648.670000', '141648.673000', '141648.675000', '141648.678000', '141648.681000', '141648.683000', '141648.686000', '141648.688000', '141702.904000', '141702.907000', '141702.909000', '141702.912000', '141702.915000', '141702.918000', '141702.920000', '141702.923000', '141702.926000', '141702.929000', '141702.931000', '141702.934000', '141702.937000', '141702.940000', '141702.942000', '141702.945000', '141702.948000', '141702.951000', '141702.953000', '141702.956000', '141702.959000', '141702.962000', '141702.966000', '141702.969000', '141702.973000', '141702.976000', '141702.978000', '141702.981000', '141702.984000', '141702.987000', '141702.989000', '141702.992000'], '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': [7059, 11150, 7219, 14570, 9872, 12991, 10305, 13238, 13154, 8413, 9965, 8896, 11134, 8635, 12695, 10425, 8254, 12971, 8179, 9793, 6883, 6997, 7095, 6823, 6873, 7172, 10907, 8342, 6951, 9720, 8211, 11281, 11788, 11683, 14162, 13051, 13189, 13506, 12393, 14258, 12293, 14447, 12630, 15974, 9108, 7984, 9959, 9081, 7543, 11150, 9090, 7827, 8769, 6862, 10707, 8502, 9927, 8945, 6854, 9061, 6988, 9877, 6675, 6888, 6713, 7118, 7103, 6794, 6976, 6793, 7325, 7142, 7145, 7323, 6943, 7129, 6945, 7128, 7081, 6826, 7389, 8692, 12049, 8017, 6582, 10200, 8923, 11669, 9936, 9324, 12252, 12383, 16728, 14158, 9383, 12680, 10143, 8905, 7151, 6684, 7653, 7153, 6730, 6831, 7077, 7337, 6855, 9841, 7436, 8349, 9428, 6866, 8194, 6765, 9335, 6896, 10494, 7572, 10400, 7472, 7027, 7102, 6825, 13870, 10739, 9022, 7709, 7456, 7303, 7243, 7268, 7529, 7347, 9905, 11243, 10329, 11639, 9953, 7379, 8335, 7027, 8012, 6966, 7472, 6989, 7071, 6818, 7190, 7397, 7050, 7444, 6998, 6852, 7740, 7558, 8786, 7734, 9231, 8205, 9793, 14441, 14291, 9469, 8187, 7531, 7008, 8300, 7093, 10034, 7347, 8895, 7684, 8864, 8766, 6888, 7682, 7026, 7283, 7185, 7271, 7484, 7422, 7288, 7554, 7247, 7427, 7295, 7035, 6973, 9558, 9622, 9847, 13711, 12513, 10030, 9769, 7494, 8155, 10309, 9959, 13314, 10849, 13092, 12077, 12569, 12049, 11033, 12352, 10681, 8174, 8255, 7003, 11129, 10284, 11966, 9659, 7874, 8099, 7372, 7361, 7182, 9989, 9087, 9632, 9403, 9240, 8201, 9635, 7533, 9550, 7140, 8876, 6807, 7015, 6816, 6992, 7152, 7088, 7061, 7013, 6896, 6902, 7152, 6901, 7335, 6550, 7394, 7270, 11515, 11066, 14048, 11797, 13591, 11471, 14547, 11795, 12158, 9670, 12306, 9515, 9904, 8205, 9382, 7704, 7409, 8067, 6602, 11567, 7696, 8831, 7172, 7893, 8635, 7163, 7069, 7011, 7345, 6924, 7780, 7524, 9683, 8578, 6803, 10537, 7792, 7752, 10478, 8857, 10431, 9262, 8139, 9373, 7489, 10088, 10788, 9422, 11813, 9413, 9578, 8482, 11239, 13424, 15682, 13572, 7609, 7389, 7332, 7191, 7119, 7300, 6997, 9402, 8293, 6584, 7272, 7053, 7688, 7323, 10145, 9848, 10732, 11081, 10923, 10596, 9694, 9257, 8817, 7945, 8974, 7873, 7112, 7441, 7100, 7002, 7208, 7726, 7478, 7278, 7466, 7095, 7064, 8367, 9795, 9217, 11044, 9204, 13440, 9907, 14852, 13636, 13683, 12211, 12444, 10654, 13839, 11139, 9799, 10950, 7554, 7165, 7475, 7112, 7631, 7039, 8776, 7705, 7245, 9990, 7038, 9710, 8302, 10555, 8074, 10772, 7977, 9104, 8128, 7803, 8733, 7867, 10011, 7072, 8303, 6689, 7465, 9671, 7020, 8719, 7345, 7129, 8194, 6828, 8772, 7930, 7120, 8846, 7352, 7006, 7991, 7578, 10440, 8284, 13400, 6924, 6675, 6921, 7210, 7161, 6596, 8464, 7688, 8166, 6953, 8839, 7535, 8740, 10755, 9554, 12794, 7965, 7284, 7770, 9103, 7056, 7960, 13856, 8468, 8831, 9391, 7721, 13985, 11209, 8373, 11749, 12966, 14627, 11468, 13611, 14498, 10519, 11703, 13722, 10941, 9096, 12494, 9590, 7014, 7327, 7050, 6926, 10554, 8484, 10354, 11356, 7648, 14121, 14043, 9372, 7766, 7010, 6912, 8433, 9535, 7707, 7174, 8040, 6989, 7469, 6796, 6959, 6971, 6868, 7464, 6876, 7036, 6892, 6856, 7189, 6757, 6910, 6965, 7262, 7067, 6513, 13547, 11729, 9649, 8475, 8013, 8917, 7388, 7319, 6772, 7096, 8660, 7369, 8121, 10782, 12187, 11999, 11353, 8772, 11762, 10230, 8782, 12369, 10942, 11440, 11277, 8516, 8606, 7935, 7159, 7375, 7668, 7625, 11611, 9528, 7600, 12856, 13508, 10135, 7568, 7516, 7251, 6586, 9877, 7460, 10139, 10054, 8885, 14005, 9549, 14531, 11909, 18205, 14897, 10825, 13452, 9717, 10742, 8620, 7680, 7169, 6498, 7520, 8498, 7079, 8093, 6995, 7456, 7388, 7590, 6880, 6881, 6729, 8172, 6894, 8085, 8927, 9419, 12609, 13501, 14481, 10096, 12825, 15208, 11021, 12925, 10597, 12354, 9959, 7553, 12264, 7407, 10676, 7060, 10272, 10786, 12174, 7554, 7377, 7411, 7246, 7318, 7398, 7638, 7466, 7159, 7246, 7234, 7562, 7393, 9038, 7300, 10728, 7716, 6876, 7075, 7136, 7509, 6977, 8711, 7352, 11258, 9092, 11790, 7434, 9552, 7246, 11434, 7505, 13066, 9304, 8202, 8069, 7010, 7168, 7391, 7913, 7458, 8959, 7463, 6948, 7262, 7015, 7667, 7151, 9345, 7973, 11542, 8732, 9472, 8115, 11181, 11875, 13407, 13290, 13760, 12425, 10625, 12062, 7499, 8574, 6840, 7847, 6975, 8924, 7452, 8446, 7542, 8959, 7660, 9568, 7536, 10878, 8205, 10927, 8046, 10035, 7414, 8028, 7418, 8015, 7081, 7797, 7312, 7601, 16556, 11289, 8190, 7427, 6984, 6859, 6697, 7194, 7334, 7086, 8626, 9640, 7894, 12414, 9962, 8464, 12853, 10712, 12661, 11951, 8833, 12759, 8651, 11860, 7691, 7606, 7601, 7324, 8614, 6948, 7469, 7077, 7325, 6785, 10105, 7118, 10458, 12968, 7860, 7677, 7347, 7391, 7277, 6809, 8129, 6966, 11118, 9120, 12211, 10822, 12269, 11479, 12842, 9793, 10503, 7554, 13582, 13505, 9438, 7617, 8609, 8136, 6949, 7112, 7679, 6525, 7187, 7174, 10508, 7779, 7280, 8663, 7427, 9924, 9273, 10795, 9371, 11485, 8752, 9497, 6898, 15888, 6879, 12960, 9139, 7303, 7244, 7045, 6873, 7532, 8449, 7167, 7028, 7210, 6806, 6650, 6524, 6780, 7499, 8502, 10284, 7483, 7843, 9202, 10820, 8123, 13294, 10947, 10250, 13052, 11060, 13211, 12351, 13154, 12507, 13021, 11072, 12589, 11669, 12318, 15273, 17853, 14879, 11148, 7724, 8187, 7145, 7916, 7278, 8814, 7145, 9121, 7295, 11293, 8669, 11680, 10036, 12981, 10749, 11251, 9151, 8963, 6837, 8113, 7445, 7651, 8832, 7413, 7122, 6902, 8928, 7055, 11579, 7212, 11444, 6942, 10896, 7050, 9492, 7090, 7667, 6971, 7244, 7000, 7113, 7063, 7105, 6800, 6984, 6942, 7903, 6808, 6828, 7031, 6489, 7114, 7577, 7170, 8733, 8366, 7169, 6963, 9088, 7995, 8892, 8439, 8081, 9976, 9167, 12347, 10716, 12252, 11106, 12744, 10536, 10186, 8863, 7566, 7933, 6668, 8159, 6938, 8342, 6972], 'WindowCenter': [4204.0, 4237.0, 4201.0, 4271.0, 4234.0, 4236.0, 4218.0, 4237.0, 4229.0, 4168.0, 4179.0, 4157.0, 4174.0, 4148.0, 4198.0, 4193.0, 4175.0, 4226.0, 4214.0, 4220.0, 4161.0, 4162.0, 4146.0, 4135.0, 4151.0, 4131.0, 4172.0, 4183.0, 4161.0, 4203.0, 4184.0, 4214.0, 4214.0, 4215.0, 4213.0, 4203.0, 4198.0, 4198.0, 4186.0, 4183.0, 4161.0, 4046.0, 4168.0, 4110.0, 4167.0, 4116.0, 4134.0, 4129.0, 4136.0, 4164.0, 4144.0, 4121.0, 4145.0, 4116.0, 4164.0, 4146.0, 4155.0, 4155.0, 4115.0, 4157.0, 4126.0, 4164.0, 4112.0, 4105.0, 4124.0, 4159.0, 4146.0, 4147.0, 4156.0, 4159.0, 4168.0, 4171.0, 4173.0, 4183.0, 4184.0, 4173.0, 4184.0, 4187.0, 4200.0, 4174.0, 4166.0, 4251.0, 4222.0, 4166.0, 4193.0, 4236.0, 4219.0, 4234.0, 4214.0, 4202.0, 4238.0, 4198.0, 4222.0, 4039.0, 4196.0, 4255.0, 4163.0, 4181.0, 4134.0, 4161.0, 4183.0, 4172.0, 4160.0, 4161.0, 4172.0, 4172.0, 4163.0, 4214.0, 4182.0, 4193.0, 4203.0, 4161.0, 4181.0, 4162.0, 4201.0, 4159.0, 4211.0, 4180.0, 4211.0, 4185.0, 4100.0, 4159.0, 4104.0, 4266.0, 4203.0, 4179.0, 4127.0, 4183.0, 4182.0, 4185.0, 4184.0, 4194.0, 4184.0, 4215.0, 4223.0, 4211.0, 4219.0, 4200.0, 4157.0, 4177.0, 4173.0, 4192.0, 4181.0, 4181.0, 4169.0, 4172.0, 4169.0, 4172.0, 4180.0, 4180.0, 4183.0, 4184.0, 4186.0, 4197.0, 4194.0, 4204.0, 4196.0, 4214.0, 4201.0, 4186.0, 4238.0, 4098.0, 4242.0, 4193.0, 4178.0, 4170.0, 4175.0, 4170.0, 4198.0, 4169.0, 4189.0, 4180.0, 4188.0, 4190.0, 4159.0, 4181.0, 4158.0, 4185.0, 4188.0, 4173.0, 4154.0, 4167.0, 4154.0, 4184.0, 4185.0, 4198.0, 4193.0, 4209.0, 4211.0, 4247.0, 4211.0, 4265.0, 4281.0, 4231.0, 4253.0, 4232.0, 4199.0, 4198.0, 4229.0, 4216.0, 4247.0, 4213.0, 4234.0, 4221.0, 4223.0, 4209.0, 4188.0, 4195.0, 4185.0, 4152.0, 4152.0, 4093.0, 4203.0, 4154.0, 4175.0, 4168.0, 4145.0, 4130.0, 4176.0, 4161.0, 4163.0, 4191.0, 4182.0, 4190.0, 4181.0, 4178.0, 4170.0, 4189.0, 4159.0, 4188.0, 4149.0, 4179.0, 4151.0, 4142.0, 4136.0, 4121.0, 4122.0, 4132.0, 4198.0, 4200.0, 4199.0, 4199.0, 4200.0, 4201.0, 4225.0, 4217.0, 4213.0, 4167.0, 4206.0, 4255.0, 4253.0, 4229.0, 4225.0, 4231.0, 4220.0, 4197.0, 4195.0, 4191.0, 4189.0, 4155.0, 4153.0, 4132.0, 4126.0, 4107.0, 4108.0, 4133.0, 4113.0, 4184.0, 4133.0, 4139.0, 4140.0, 4147.0, 4132.0, 4097.0, 4070.0, 4090.0, 4133.0, 4042.0, 4135.0, 4225.0, 4225.0, 4188.0, 4170.0, 4236.0, 4195.0, 4195.0, 4236.0, 4216.0, 4225.0, 4219.0, 4178.0, 4201.0, 4121.0, 4220.0, 4218.0, 4214.0, 4216.0, 4202.0, 4191.0, 4192.0, 4234.0, 4121.0, 4237.0, 4264.0, 4107.0, 4118.0, 4181.0, 4181.0, 4183.0, 4192.0, 4183.0, 4212.0, 4204.0, 4116.0, 4193.0, 4174.0, 4210.0, 4187.0, 4220.0, 4215.0, 4219.0, 4219.0, 4207.0, 4213.0, 4197.0, 4202.0, 4196.0, 4194.0, 4196.0, 4099.0, 4138.0, 4187.0, 4151.0, 4135.0, 4190.0, 4144.0, 4213.0, 4204.0, 4213.0, 4202.0, 4205.0, 4160.0, 4220.0, 4190.0, 4268.0, 4245.0, 4251.0, 4216.0, 4261.0, 4188.0, 4224.0, 4222.0, 4208.0, 4201.0, 4205.0, 4200.0, 4189.0, 4158.0, 4155.0, 4145.0, 4156.0, 4157.0, 4184.0, 4173.0, 4206.0, 4185.0, 4171.0, 4201.0, 4169.0, 4197.0, 4181.0, 4184.0, 4170.0, 4196.0, 4166.0, 4172.0, 4166.0, 4157.0, 4180.0, 4164.0, 4187.0, 4157.0, 4154.0, 3939.0, 4206.0, 4255.0, 4171.0, 4188.0, 4170.0, 4170.0, 4189.0, 4160.0, 4194.0, 4180.0, 4173.0, 4203.0, 4182.0, 4172.0, 4192.0, 4196.0, 4201.0, 4169.0, 4196.0, 4134.0, 4147.0, 4156.0, 4184.0, 4106.0, 4056.0, 4239.0, 4169.0, 4218.0, 4202.0, 4215.0, 4195.0, 4212.0, 4236.0, 4215.0, 4263.0, 4188.0, 4150.0, 4205.0, 4163.0, 4169.0, 4154.0, 4248.0, 4167.0, 4233.0, 4248.0, 4223.0, 4271.0, 4251.0, 4219.0, 4251.0, 4249.0, 4243.0, 4251.0, 4259.0, 4220.0, 4228.0, 4229.0, 4244.0, 4236.0, 4201.0, 4220.0, 4192.0, 4173.0, 4172.0, 4162.0, 4163.0, 4213.0, 4193.0, 4212.0, 4210.0, 4104.0, 4274.0, 4198.0, 4095.0, 4130.0, 4048.0, 4101.0, 4114.0, 4220.0, 4171.0, 4164.0, 4171.0, 4175.0, 4172.0, 4151.0, 4176.0, 4174.0, 4163.0, 4172.0, 4165.0, 4163.0, 4175.0, 4165.0, 4175.0, 4175.0, 4175.0, 4186.0, 4187.0, 4190.0, 4052.0, 4290.0, 4230.0, 4206.0, 4196.0, 4201.0, 4151.0, 4213.0, 4200.0, 4187.0, 4212.0, 4129.0, 4203.0, 4261.0, 4235.0, 4249.0, 4240.0, 4243.0, 4196.0, 4241.0, 4228.0, 4205.0, 4236.0, 4199.0, 4174.0, 4168.0, 4218.0, 4205.0, 4195.0, 4185.0, 4185.0, 4196.0, 4158.0, 4222.0, 4240.0, 4209.0, 4183.0, 4136.0, 4129.0, 4249.0, 4210.0, 4208.0, 4198.0, 4236.0, 4209.0, 4235.0, 4238.0, 4214.0, 4256.0, 4199.0, 4246.0, 4159.0, 4294.0, 4102.0, 4201.0, 4227.0, 4182.0, 4189.0, 4171.0, 4134.0, 4150.0, 4054.0, 4165.0, 4082.0, 4033.0, 4209.0, 4174.0, 4182.0, 4184.0, 4180.0, 4137.0, 4210.0, 4182.0, 4219.0, 4197.0, 4194.0, 4217.0, 4213.0, 4235.0, 4246.0, 4163.0, 4212.0, 4235.0, 4233.0, 4200.0, 4209.0, 4199.0, 4208.0, 4187.0, 4168.0, 4209.0, 4157.0, 4199.0, 4169.0, 4168.0, 4224.0, 4220.0, 4179.0, 4170.0, 4181.0, 4180.0, 4179.0, 4182.0, 4193.0, 4182.0, 4181.0, 4182.0, 4194.0, 4193.0, 4184.0, 4203.0, 4195.0, 4234.0, 4194.0, 4170.0, 4183.0, 4182.0, 4182.0, 4185.0, 4204.0, 4184.0, 4223.0, 4214.0, 4231.0, 4182.0, 4209.0, 4182.0, 4220.0, 4181.0, 4230.0, 4202.0, 4189.0, 4180.0, 4169.0, 4170.0, 4182.0, 4192.0, 4194.0, 4213.0, 4196.0, 4184.0, 4194.0, 4184.0, 4206.0, 4197.0, 4226.0, 4206.0, 4234.0, 4217.0, 4226.0, 4206.0, 4233.0, 4236.0, 4243.0, 4246.0, 4242.0, 4232.0, 4210.0, 4221.0, 4180.0, 4201.0, 4172.0, 4190.0, 4181.0, 4213.0, 4182.0, 4191.0, 4193.0, 4202.0, 4192.0, 4212.0, 4192.0, 4234.0, 4203.0, 4221.0, 4192.0, 4209.0, 4181.0, 4190.0, 4182.0, 4202.0, 4195.0, 4193.0, 4194.0, 4100.0, 4292.0, 4216.0, 4221.0, 4193.0, 4176.0, 4135.0, 4202.0, 4199.0, 4210.0, 4200.0, 4228.0, 4239.0, 4214.0, 4257.0, 4226.0, 4205.0, 4247.0, 4236.0, 4243.0, 4234.0, 4201.0, 4233.0, 4202.0, 4220.0, 4181.0, 4179.0, 4193.0, 4180.0, 4189.0, 4170.0, 4169.0, 4171.0, 4180.0, 4162.0, 4090.0, 4167.0, 4222.0, 4245.0, 4194.0, 4195.0, 4197.0, 4208.0, 4223.0, 4211.0, 4222.0, 4210.0, 4246.0, 4230.0, 4259.0, 4249.0, 4248.0, 4248.0, 4246.0, 4226.0, 4222.0, 4194.0, 4274.0, 4235.0, 4147.0, 4061.0, 4143.0, 4210.0, 4170.0, 4188.0, 4185.0, 4120.0, 4184.0, 4200.0, 4239.0, 4200.0, 4197.0, 4208.0, 4182.0, 4217.0, 4204.0, 4226.0, 4193.0, 4223.0, 4190.0, 4202.0, 4133.0, 4180.0, 4138.0, 4212.0, 4190.0, 4170.0, 4172.0, 4160.0, 4178.0, 4199.0, 4194.0, 4163.0, 4204.0, 4198.0, 4163.0, 4163.0, 4183.0, 4193.0, 4201.0, 4219.0, 4096.0, 4030.0, 4096.0, 4138.0, 4167.0, 4136.0, 4182.0, 4180.0, 4174.0, 4242.0, 4207.0, 4204.0, 4189.0, 4188.0, 4172.0, 4175.0, 4152.0, 4163.0, 4147.0, 4120.0, 4188.0, 4229.0, 4177.0, 4135.0, 4105.0, 4128.0, 4107.0, 4126.0, 4118.0, 4149.0, 4120.0, 4149.0, 4120.0, 4170.0, 4140.0, 4169.0, 4160.0, 4178.0, 4159.0, 4170.0, 4150.0, 4123.0, 4109.0, 4141.0, 4133.0, 4131.0, 4165.0, 4146.0, 4145.0, 4128.0, 4170.0, 4114.0, 4179.0, 4138.0, 4189.0, 4126.0, 4180.0, 4126.0, 4158.0, 4126.0, 4138.0, 4126.0, 4128.0, 4127.0, 4126.0, 4138.0, 4143.0, 4128.0, 4131.0, 4126.0, 4118.0, 4086.0, 4095.0, 4095.0, 3860.0, 4021.0, 4176.0, 4158.0, 4256.0, 4189.0, 4169.0, 4155.0, 4184.0, 4164.0, 4172.0, 4163.0, 4161.0, 4184.0, 4169.0, 4204.0, 4180.0, 4189.0, 4180.0, 4178.0, 4168.0, 4163.0, 4158.0, 4124.0, 4135.0, 4103.0, 4124.0, 4111.0, 4129.0, 4117.0], 'WindowWidth': [9344.0, 9375.0, 9331.0, 9426.0, 9374.0, 9370.0, 9346.0, 9371.0, 9353.0, 9255.0, 9270.0, 9231.0, 9250.0, 9220.0, 9292.0, 9291.0, 9273.0, 9347.0, 9346.0, 9349.0, 9258.0, 9258.0, 9231.0, 9214.0, 9247.0, 9201.0, 9252.0, 9287.0, 9255.0, 9314.0, 9291.0, 9326.0, 9326.0, 9330.0, 9326.0, 9310.0, 9295.0, 9296.0, 9272.0, 9264.0, 9228.0, 9002.0, 9232.0, 9118.0, 9257.0, 9161.0, 9182.0, 9179.0, 9205.0, 9234.0, 9205.0, 9173.0, 9211.0, 9174.0, 9236.0, 9215.0, 9223.0, 9226.0, 9173.0, 9229.0, 9189.0, 9236.0, 9167.0, 9149.0, 9192.0, 9252.0, 9225.0, 9231.0, 9241.0, 9252.0, 9262.0, 9271.0, 9278.0, 9292.0, 9295.0, 9280.0, 9299.0, 9306.0, 9328.0, 9285.0, 9258.0, 9417.0, 9338.0, 9254.0, 9326.0, 9372.0, 9349.0, 9362.0, 9334.0, 9316.0, 9372.0, 9300.0, 9349.0, 8993.0, 9312.0, 9415.0, 9237.0, 9280.0, 9207.0, 9258.0, 9289.0, 9274.0, 9254.0, 9257.0, 9273.0, 9274.0, 9265.0, 9334.0, 9290.0, 9303.0, 9315.0, 9257.0, 9283.0, 9260.0, 9310.0, 9255.0, 9325.0, 9283.0, 9323.0, 9298.0, 9136.0, 9253.0, 9145.0, 9426.0, 9311.0, 9277.0, 9190.0, 9298.0, 9294.0, 9297.0, 9296.0, 9309.0, 9295.0, 9339.0, 9343.0, 9327.0, 9333.0, 9307.0, 9247.0, 9273.0, 9279.0, 9303.0, 9290.0, 9288.0, 9272.0, 9277.0, 9273.0, 9278.0, 9285.0, 9289.0, 9296.0, 9299.0, 9306.0, 9321.0, 9314.0, 9326.0, 9317.0, 9336.0, 9317.0, 9277.0, 9373.0, 9100.0, 9394.0, 9308.0, 9280.0, 9271.0, 9273.0, 9270.0, 9304.0, 9267.0, 9294.0, 9284.0, 9289.0, 9294.0, 9255.0, 9287.0, 9251.0, 9300.0, 9308.0, 9278.0, 9240.0, 9263.0, 9239.0, 9296.0, 9299.0, 9323.0, 9316.0, 9345.0, 9353.0, 9400.0, 9332.0, 9432.0, 9447.0, 9358.0, 9407.0, 9365.0, 9327.0, 9320.0, 9362.0, 9340.0, 9383.0, 9331.0, 9361.0, 9337.0, 9344.0, 9318.0, 9286.0, 9291.0, 9274.0, 9225.0, 9227.0, 9125.0, 9312.0, 9223.0, 9255.0, 9248.0, 9215.0, 9185.0, 9283.0, 9255.0, 9261.0, 9293.0, 9282.0, 9289.0, 9278.0, 9271.0, 9264.0, 9287.0, 9248.0, 9284.0, 9235.0, 9275.0, 9242.0, 9217.0, 9216.0, 9178.0, 9185.0, 9204.0, 9327.0, 9330.0, 9330.0, 9329.0, 9334.0, 9337.0, 9374.0, 9371.0, 9354.0, 9267.0, 9314.0, 9406.0, 9391.0, 9352.0, 9344.0, 9363.0, 9333.0, 9294.0, 9289.0, 9294.0, 9281.0, 9223.0, 9219.0, 9189.0, 9173.0, 9148.0, 9153.0, 9198.0, 9172.0, 9269.0, 9202.0, 9197.0, 9219.0, 9224.0, 9191.0, 9136.0, 9083.0, 9126.0, 9200.0, 9033.0, 9206.0, 9383.0, 9360.0, 9293.0, 9273.0, 9372.0, 9316.0, 9314.0, 9372.0, 9343.0, 9352.0, 9350.0, 9276.0, 9311.0, 9179.0, 9346.0, 9338.0, 9335.0, 9329.0, 9316.0, 9292.0, 9303.0, 9362.0, 9143.0, 9375.0, 9421.0, 9148.0, 9175.0, 9293.0, 9296.0, 9299.0, 9309.0, 9298.0, 9334.0, 9325.0, 9170.0, 9311.0, 9284.0, 9344.0, 9307.0, 9340.0, 9337.0, 9338.0, 9339.0, 9318.0, 9330.0, 9304.0, 9315.0, 9303.0, 9308.0, 9311.0, 9129.0, 9213.0, 9306.0, 9237.0, 9212.0, 9310.0, 9218.0, 9359.0, 9338.0, 9355.0, 9338.0, 9339.0, 9240.0, 9348.0, 9291.0, 9430.0, 9398.0, 9390.0, 9340.0, 9413.0, 9283.0, 9344.0, 9338.0, 9314.0, 9309.0, 9303.0, 9304.0, 9288.0, 9225.0, 9241.0, 9226.0, 9244.0, 9249.0, 9293.0, 9279.0, 9328.0, 9297.0, 9271.0, 9312.0, 9268.0, 9300.0, 9282.0, 9276.0, 9265.0, 9296.0, 9257.0, 9259.0, 9259.0, 9243.0, 9277.0, 9252.0, 9282.0, 9245.0, 9234.0, 8832.0, 9346.0, 9418.0, 9274.0, 9291.0, 9269.0, 9269.0, 9295.0, 9259.0, 9305.0, 9285.0, 9277.0, 9316.0, 9289.0, 9275.0, 9303.0, 9315.0, 9307.0, 9257.0, 9290.0, 9205.0, 9233.0, 9247.0, 9296.0, 9154.0, 9067.0, 9399.0, 9267.0, 9354.0, 9334.0, 9343.0, 9316.0, 9335.0, 9372.0, 9340.0, 9414.0, 9302.0, 9236.0, 9333.0, 9239.0, 9274.0, 9231.0, 9390.0, 9254.0, 9379.0, 9407.0, 9367.0, 9429.0, 9400.0, 9354.0, 9398.0, 9392.0, 9378.0, 9400.0, 9410.0, 9335.0, 9363.0, 9353.0, 9379.0, 9373.0, 9314.0, 9337.0, 9295.0, 9277.0, 9273.0, 9259.0, 9261.0, 9327.0, 9304.0, 9325.0, 9319.0, 9141.0, 9437.0, 9294.0, 9108.0, 9195.0, 9040.0, 9139.0, 9158.0, 9354.0, 9266.0, 9264.0, 9267.0, 9280.0, 9272.0, 9239.0, 9285.0, 9277.0, 9262.0, 9273.0, 9266.0, 9262.0, 9281.0, 9269.0, 9284.0, 9285.0, 9284.0, 9301.0, 9303.0, 9312.0, 9047.0, 9471.0, 9359.0, 9322.0, 9309.0, 9322.0, 9216.0, 9352.0, 9329.0, 9307.0, 9351.0, 9174.0, 9342.0, 9437.0, 9368.0, 9388.0, 9378.0, 9386.0, 9307.0, 9375.0, 9360.0, 9325.0, 9367.0, 9299.0, 9255.0, 9239.0, 9350.0, 9326.0, 9309.0, 9300.0, 9301.0, 9315.0, 9248.0, 9344.0, 9385.0, 9338.0, 9270.0, 9180.0, 9176.0, 9424.0, 9346.0, 9341.0, 9327.0, 9375.0, 9342.0, 9371.0, 9376.0, 9339.0, 9399.0, 9306.0, 9384.0, 9228.0, 9515.0, 9125.0, 9321.0, 9349.0, 9280.0, 9281.0, 9260.0, 9200.0, 9236.0, 9053.0, 9264.0, 9090.0, 9015.0, 9343.0, 9279.0, 9290.0, 9295.0, 9280.0, 9207.0, 9351.0, 9294.0, 9356.0, 9320.0, 9308.0, 9343.0, 9332.0, 9366.0, 9380.0, 9221.0, 9326.0, 9364.0, 9357.0, 9306.0, 9316.0, 9301.0, 9311.0, 9285.0, 9260.0, 9318.0, 9245.0, 9305.0, 9266.0, 9239.0, 9351.0, 9335.0, 9280.0, 9268.0, 9288.0, 9285.0, 9282.0, 9291.0, 9305.0, 9291.0, 9288.0, 9293.0, 9310.0, 9308.0, 9296.0, 9320.0, 9315.0, 9365.0, 9311.0, 9272.0, 9294.0, 9291.0, 9291.0, 9299.0, 9322.0, 9297.0, 9346.0, 9335.0, 9355.0, 9290.0, 9324.0, 9292.0, 9339.0, 9289.0, 9352.0, 9316.0, 9294.0, 9284.0, 9269.0, 9273.0, 9292.0, 9305.0, 9313.0, 9336.0, 9317.0, 9297.0, 9311.0, 9300.0, 9330.0, 9321.0, 9359.0, 9334.0, 9367.0, 9345.0, 9355.0, 9329.0, 9362.0, 9371.0, 9374.0, 9382.0, 9370.0, 9358.0, 9324.0, 9340.0, 9283.0, 9314.0, 9279.0, 9299.0, 9291.0, 9334.0, 9291.0, 9300.0, 9306.0, 9316.0, 9305.0, 9329.0, 9307.0, 9364.0, 9320.0, 9342.0, 9303.0, 9323.0, 9288.0, 9299.0, 9291.0, 9321.0, 9317.0, 9309.0, 9313.0, 9126.0, 9466.0, 9334.0, 9359.0, 9315.0, 9284.0, 9212.0, 9338.0, 9330.0, 9347.0, 9332.0, 9366.0, 9381.0, 9342.0, 9401.0, 9358.0, 9328.0, 9386.0, 9372.0, 9377.0, 9362.0, 9315.0, 9358.0, 9315.0, 9339.0, 9286.0, 9283.0, 9308.0, 9286.0, 9294.0, 9271.0, 9269.0, 9276.0, 9286.0, 9261.0, 9098.0, 9280.0, 9344.0, 9379.0, 9308.0, 9313.0, 9321.0, 9340.0, 9368.0, 9350.0, 9363.0, 9345.0, 9389.0, 9370.0, 9408.0, 9393.0, 9391.0, 9392.0, 9384.0, 9354.0, 9347.0, 9313.0, 9437.0, 9369.0, 9215.0, 9053.0, 9214.0, 9345.0, 9276.0, 9308.0, 9294.0, 9179.0, 9302.0, 9330.0, 9376.0, 9326.0, 9319.0, 9333.0, 9291.0, 9343.0, 9319.0, 9350.0, 9301.0, 9343.0, 9292.0, 9311.0, 9199.0, 9258.0, 9216.0, 9325.0, 9294.0, 9270.0, 9270.0, 9250.0, 9291.0, 9322.0, 9305.0, 9260.0, 9336.0, 9322.0, 9265.0, 9264.0, 9309.0, 9320.0, 9327.0, 9349.0, 9107.0, 9002.0, 9122.0, 9191.0, 9239.0, 9198.0, 9259.0, 9263.0, 9254.0, 9375.0, 9316.0, 9306.0, 9278.0, 9274.0, 9244.0, 9251.0, 9213.0, 9229.0, 9198.0, 9142.0, 9283.0, 9366.0, 9256.0, 9185.0, 9149.0, 9185.0, 9157.0, 9178.0, 9172.0, 9214.0, 9180.0, 9215.0, 9179.0, 9242.0, 9202.0, 9241.0, 9230.0, 9251.0, 9227.0, 9244.0, 9218.0, 9169.0, 9164.0, 9208.0, 9201.0, 9195.0, 9249.0, 9228.0, 9225.0, 9194.0, 9252.0, 9167.0, 9260.0, 9210.0, 9276.0, 9188.0, 9263.0, 9189.0, 9231.0, 9187.0, 9207.0, 9191.0, 9194.0, 9191.0, 9189.0, 9211.0, 9223.0, 9195.0, 9202.0, 9191.0, 9163.0, 9118.0, 9134.0, 9128.0, 8679.0, 9002.0, 9292.0, 9264.0, 9433.0, 9303.0, 9275.0, 9249.0, 9285.0, 9255.0, 9264.0, 9254.0, 9246.0, 9281.0, 9256.0, 9306.0, 9267.0, 9278.0, 9265.0, 9258.0, 9245.0, 9234.0, 9233.0, 9179.0, 9197.0, 9151.0, 9181.0, 9160.0, 9183.0, 9175.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.016706582568807336</td></tr>
<tr><td colspan=3>aqi</td><td>0.2385966020642202</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>66.37711130570597</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9476439478760035</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0069139560849616</td></tr>
<tr><td colspan=3>efc</td><td>0.4685</td></tr>
<tr><td colspan=3>fber</td><td>4521.814</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.9316145380956241</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>515</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>59.059633027522935</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.6356722807121287</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.3706770105458883</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.534080643013679</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>4.002259188576819</td></tr>
<tr><td colspan=3>gcor</td><td>0.0280989</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.013130334205925465</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02705620601773262</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.605000981954997</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>17.6072</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8503</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.1571</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306965.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.0662</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.6964</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.4345</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.3134</td></tr>
<tr><td colspan=3>tsnr</td><td>11.395652562845498</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>