<?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-0098_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0098_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-03/func/sub-0098_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>29947c554c15ed5304b4ea277f9d326d</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>13:07:21.760000</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.999603, 0.0139628, -0.0244703, -0.00872343, 0.97926, 0.202418]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.09114</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7813, -7167, 299, -108, 84, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45294ebf-c2f4-45ee-944f-1163470343ef||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.6818618774414062, -0.023404331877827644, -0.0723305270075798, 117.30829620361328], [-0.03746110945940018, 2.627284049987793, 0.5457354187965393, -105.89569854736328], [-0.06565195322036743, -0.5430728197097778, 2.643282175064087, -27.555809020996094], [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': ['130721.760000', '130722.220000', '130722.680000', '130723.140000', '130723.600000', '130724.060000', '130724.520000', '130724.980000', '130725.440000', '130725.900000', '130726.360000', '130726.820000', '130727.280000', '130727.740000', '130728.200000', '130728.660000', '130729.120000', '130729.580000', '130730.040000', '130730.500000', '130730.960000', '130731.420000', '130731.880000', '130732.340000', '130732.800000', '130733.260000', '130733.720000', '130734.180000', '130734.640000', '130735.100000', '130735.560000', '130736.020000', '130736.480000', '130736.940000', '130737.400000', '130737.860000', '130738.320000', '130738.780000', '130739.240000', '130739.700000', '130740.160000', '130740.620000', '130741.080000', '130741.540000', '130742.000000', '130742.460000', '130742.920000', '130743.380000', '130743.840000', '130744.300000', '130744.760000', '130745.220000', '130745.680000', '130746.140000', '130746.600000', '130747.060000', '130747.520000', '130747.980000', '130748.440000', '130748.900000', '130749.360000', '130749.820000', '130750.280000', '130750.740000', '130751.200000', '130751.660000', '130752.120000', '130752.580000', '130753.040000', '130753.500000', '130753.960000', '130754.420000', '130754.880000', '130755.340000', '130755.800000', '130756.260000', '130756.720000', '130757.180000', '130757.640000', '130758.100000', '130758.560000', '130759.020000', '130759.480000', '130759.940000', '130800.400000', '130800.860000', '130801.320000', '130801.780000', '130802.240000', '130802.700000', '130803.160000', '130803.620000', '130804.080000', '130804.540000', '130805.000000', '130805.460000', '130805.920000', '130806.380000', '130806.840000', '130807.300000', '130807.760000', '130808.220000', '130808.680000', '130809.140000', '130809.600000', '130810.060000', '130810.520000', '130810.980000', '130811.440000', '130811.900000', '130812.360000', '130812.820000', '130813.280000', '130813.740000', '130814.200000', '130814.660000', '130815.120000', '130815.580000', '130816.040000', '130816.500000', '130816.960000', '130817.420000', '130817.880000', '130818.340000', '130818.800000', '130819.260000', '130819.720000', '130820.180000', '130820.640000', '130821.100000', '130821.560000', '130822.020000', '130822.480000', '130822.940000', '130823.400000', '130823.860000', '130824.320000', '130824.780000', '130825.240000', '130825.700000', '130826.160000', '130826.620000', '130827.080000', '130827.540000', '130828.000000', '130828.460000', '130828.920000', '130829.380000', '130829.840000', '130830.300000', '130830.760000', '130831.220000', '130831.680000', '130832.140000', '130832.600000', '130833.060000', '130833.520000', '130833.980000', '130834.440000', '130834.900000', '130835.360000', '130835.820000', '130836.280000', '130836.740000', '130837.200000', '130837.660000', '130838.120000', '130838.580000', '130839.040000', '130839.500000', '130839.960000', '130840.420000', '130840.880000', '130841.340000', '130841.800000', '130842.260000', '130842.720000', '130843.180000', '130843.640000', '130844.100000', '130844.560000', '130845.020000', '130845.480000', '130845.940000', '130846.400000', '130846.860000', '130847.320000', '130847.780000', '130848.240000', '130848.700000', '130849.160000', '130849.620000', '130850.080000', '130850.540000', '130851.000000', '130851.460000', '130851.920000', '130852.380000', '130852.840000', '130853.300000', '130853.760000', '130854.220000', '130854.680000', '130855.140000', '130855.600000', '130856.060000', '130856.520000', '130856.980000', '130857.440000', '130857.900000', '130858.360000', '130858.820000', '130859.280000', '130859.740000', '130900.200000', '130900.660000', '130901.120000', '130901.580000', '130902.040000', '130902.500000', '130902.960000', '130903.420000', '130903.880000', '130904.340000', '130904.800000', '130905.260000', '130905.720000', '130906.180000', '130906.640000', '130907.100000', '130907.560000', '130908.020000', '130908.480000', '130908.940000', '130909.400000', '130909.860000', '130910.320000', '130910.780000', '130911.240000', '130911.700000', '130912.160000', '130912.620000', '130913.080000', '130913.540000', '130914.000000', '130914.460000', '130914.920000', '130915.380000', '130915.840000', '130916.300000', '130916.760000', '130917.220000', '130917.680000', '130918.140000', '130918.600000', '130919.060000', '130919.520000', '130919.980000', '130920.440000', '130920.900000', '130921.360000', '130921.820000', '130922.280000', '130922.740000', '130923.200000', '130923.660000', '130924.120000', '130924.580000', '130925.040000', '130925.500000', '130925.960000', '130926.420000', '130926.880000', '130927.340000', '130927.800000', '130928.260000', '130928.720000', '130929.180000', '130929.640000', '130930.100000', '130930.560000', '130931.020000', '130931.480000', '130931.940000', '130932.400000', '130932.860000', '130933.320000', '130933.780000', '130934.240000', '130934.700000', '130935.160000', '130935.620000', '130936.080000', '130936.540000', '130937.000000', '130937.460000', '130937.920000', '130938.380000', '130938.840000', '130939.300000', '130939.760000', '130940.220000', '130940.680000', '130941.140000', '130941.600000', '130942.060000', '130942.520000', '130942.980000', '130943.440000', '130943.900000', '130944.360000', '130944.820000', '130945.280000', '130945.740000', '130946.200000', '130946.660000', '130947.120000', '130947.580000', '130948.040000', '130948.500000', '130948.960000', '130949.420000', '130949.880000', '130950.340000', '130950.800000', '130951.260000', '130951.720000', '130952.180000', '130952.640000', '130953.100000', '130953.560000', '130954.020000', '130954.480000', '130954.940000', '130955.400000', '130955.860000', '130956.320000', '130956.780000', '130957.240000', '130957.700000', '130958.160000', '130958.620000', '130959.080000', '130959.540000', '131000.000000', '131000.460000', '131000.920000', '131001.380000', '131001.840000', '131002.300000', '131002.760000', '131003.220000', '131003.680000', '131004.140000', '131004.600000', '131005.060000', '131005.520000', '131005.980000', '131006.440000', '131006.900000', '131007.360000', '131007.820000', '131008.280000', '131008.740000', '131009.200000', '131009.660000', '131010.120000', '131010.580000', '131011.040000', '131011.500000', '131011.960000', '131012.420000', '131012.880000', '131013.340000', '131013.800000', '131014.260000', '131014.720000', '131015.180000', '131015.640000', '131016.100000', '131016.560000', '131017.020000', '131017.480000', '131017.940000', '131018.400000', '131018.860000', '131019.320000', '131019.780000', '131020.240000', '131020.700000', '131021.160000', '131021.620000', '131022.080000', '131022.540000', '131023.000000', '131023.460000', '131023.920000', '131024.380000', '131024.840000', '131025.300000', '131025.760000', '131026.220000', '131026.680000', '131027.140000', '131027.600000', '131028.060000', '131028.520000', '131028.980000', '131029.440000', '131029.900000', '131030.360000', '131030.820000', '131031.280000', '131031.740000', '131032.200000', '131032.660000', '131033.120000', '131033.580000', '131034.040000', '131034.500000', '131034.960000', '131035.420000', '131035.880000', '131036.340000', '131036.800000', '131037.260000', '131037.720000', '131038.180000', '131038.640000', '131039.100000', '131039.560000', '131040.020000', '131040.480000', '131040.940000', '131041.400000', '131041.860000', '131042.320000', '131042.780000', '131043.240000', '131043.700000', '131044.160000', '131044.620000', '131045.080000', '131045.540000', '131046.000000', '131046.460000', '131046.920000', '131047.380000', '131047.840000', '131048.300000', '131048.760000', '131049.220000', '131049.680000', '131050.140000', '131050.600000', '131051.060000', '131051.520000', '131051.980000', '131052.440000', '131052.900000', '131053.360000', '131053.820000', '131054.280000', '131054.740000', '131055.200000', '131055.660000', '131056.120000', '131056.580000', '131057.040000', '131057.500000', '131057.960000', '131058.420000', '131058.880000', '131059.340000', '131059.800000', '131100.260000', '131100.720000', '131101.180000', '131101.640000', '131102.100000', '131102.560000', '131103.020000', '131103.480000', '131103.940000', '131104.400000', '131104.860000', '131105.320000', '131105.780000', '131106.240000', '131106.700000', '131107.160000', '131107.620000', '131108.080000', '131108.540000', '131109.000000', '131109.460000', '131109.920000', '131110.380000', '131110.840000', '131111.300000', '131111.760000', '131112.220000', '131112.680000', '131113.140000', '131113.600000', '131114.060000', '131114.520000', '131114.980000', '131115.440000', '131115.900000', '131116.360000', '131116.820000', '131117.280000', '131117.740000', '131118.200000', '131118.660000', '131119.120000', '131119.580000', '131120.040000', '131120.500000', '131120.960000', '131121.420000', '131121.880000', '131122.340000', '131122.800000', '131123.260000', '131123.720000', '131124.180000', '131124.640000', '131125.100000', '131125.560000', '131126.020000', '131126.480000', '131126.940000', '131127.400000', '131127.860000', '131128.320000', '131128.780000', '131129.240000', '131129.700000', '131130.160000', '131130.620000', '131131.080000', '131131.540000', '131132.000000', '131132.460000', '131132.920000', '131133.380000', '131133.840000', '131134.300000', '131134.760000', '131135.220000', '131135.680000', '131136.140000', '131136.600000', '131137.060000', '131137.520000', '131137.980000', '131138.440000', '131138.900000', '131139.360000', '131139.820000', '131140.280000', '131140.740000', '131141.200000', '131141.660000', '131142.120000', '131142.580000', '131143.040000', '131143.500000', '131143.960000', '131144.420000', '131144.880000', '131145.340000', '131145.800000', '131146.260000', '131146.720000', '131147.180000', '131147.640000', '131148.100000', '131148.560000', '131149.020000', '131149.480000', '131149.940000', '131150.400000', '131150.860000', '131151.320000', '131151.780000', '131152.240000', '131152.700000', '131153.160000', '131153.620000', '131154.080000', '131154.540000', '131155.000000', '131155.460000', '131155.920000', '131156.380000', '131156.840000', '131157.300000', '131157.760000', '131158.220000', '131158.680000', '131159.140000', '131159.600000', '131200.060000', '131200.520000', '131200.980000', '131201.440000', '131201.900000', '131202.360000', '131202.820000', '131203.280000', '131203.740000', '131204.200000', '131204.660000', '131205.120000', '131205.580000', '131206.040000', '131206.500000', '131206.960000', '131207.420000', '131207.880000', '131208.340000', '131208.800000', '131209.260000', '131209.720000', '131210.180000', '131210.640000', '131211.100000', '131211.560000', '131212.020000', '131212.480000', '131212.940000', '131213.400000', '131213.860000', '131214.320000', '131214.780000', '131215.240000', '131215.700000', '131216.160000', '131216.620000', '131217.080000', '131217.540000', '131218.000000', '131218.460000', '131218.920000', '131219.380000', '131219.840000', '131220.300000', '131220.760000', '131221.220000', '131221.680000', '131222.140000', '131222.600000', '131223.060000', '131223.520000', '131223.980000', '131224.440000', '131224.900000', '131225.360000', '131225.820000', '131226.280000', '131226.740000', '131227.200000', '131227.660000', '131228.120000', '131228.580000', '131229.040000', '131229.500000', '131229.960000', '131230.420000', '131230.880000', '131231.340000', '131231.800000', '131232.260000', '131232.720000', '131233.180000', '131233.640000', '131234.100000', '131234.560000', '131235.020000', '131235.480000', '131235.940000', '131236.400000', '131236.860000', '131237.320000', '131237.780000', '131238.240000', '131238.700000', '131239.160000', '131239.620000', '131240.080000', '131240.540000', '131241.000000', '131241.460000', '131241.920000', '131242.380000', '131242.840000', '131243.300000', '131243.760000', '131244.220000', '131244.680000', '131245.140000', '131245.600000', '131246.060000', '131246.520000', '131246.980000', '131247.440000', '131247.900000', '131248.360000', '131248.820000', '131249.280000', '131249.740000', '131250.200000', '131250.660000', '131251.120000', '131251.580000', '131252.040000', '131252.500000', '131252.960000', '131253.420000', '131253.880000', '131254.340000', '131254.800000', '131255.260000', '131255.720000', '131256.180000', '131256.640000', '131257.100000', '131257.560000', '131258.020000', '131258.480000', '131258.940000', '131259.400000', '131259.860000', '131300.320000', '131300.780000', '131301.240000', '131301.700000', '131302.160000', '131302.620000', '131303.080000', '131303.540000', '131304.000000', '131304.460000', '131304.920000', '131305.380000', '131305.840000', '131306.300000', '131306.760000', '131307.220000', '131307.680000', '131308.140000', '131308.600000', '131309.060000', '131309.520000', '131309.980000', '131310.440000', '131310.900000', '131311.360000', '131311.820000', '131312.280000', '131312.740000', '131313.200000', '131313.660000', '131314.120000', '131314.580000', '131315.040000', '131315.500000', '131315.960000', '131316.420000', '131316.880000', '131317.340000', '131317.800000', '131318.260000', '131318.720000', '131319.180000', '131319.640000', '131320.100000', '131320.560000', '131321.020000', '131321.480000', '131321.940000', '131322.400000', '131322.860000', '131323.320000', '131323.780000', '131324.240000', '131324.700000', '131325.160000', '131325.620000', '131326.080000', '131326.540000', '131327.000000', '131327.460000', '131327.920000', '131328.380000', '131328.840000', '131329.300000', '131329.760000', '131330.220000', '131330.680000', '131331.140000', '131331.600000', '131332.060000', '131332.520000', '131332.980000', '131333.440000', '131333.900000', '131334.360000', '131334.820000', '131335.280000', '131335.740000', '131336.200000', '131336.660000', '131337.120000', '131337.580000', '131338.040000', '131338.500000', '131338.960000', '131339.420000', '131339.880000', '131340.340000', '131340.800000', '131341.260000', '131341.720000', '131342.180000', '131342.640000', '131343.100000', '131343.560000', '131344.020000', '131344.480000', '131344.940000', '131345.400000', '131345.860000', '131346.320000', '131346.780000', '131347.240000', '131347.700000', '131348.160000', '131348.620000', '131349.080000', '131349.540000', '131350.000000', '131350.460000', '131350.920000', '131351.380000', '131351.840000', '131352.300000', '131352.760000', '131353.220000', '131353.680000', '131354.140000', '131354.600000', '131355.060000', '131355.520000', '131355.980000', '131356.440000', '131356.900000', '131357.360000', '131357.820000', '131358.280000', '131358.740000', '131359.200000', '131359.660000', '131400.120000', '131400.580000', '131401.040000', '131401.500000', '131401.960000', '131402.420000'], 'ContentTime': ['130738.331000', '130738.334000', '130738.337000', '130738.340000', '130738.342000', '130738.345000', '130738.348000', '130738.350000', '130738.353000', '130738.356000', '130738.358000', '130738.361000', '130738.363000', '130738.366000', '130738.369000', '130738.371000', '130738.374000', '130738.376000', '130738.379000', '130738.381000', '130738.384000', '130738.387000', '130738.389000', '130738.401000', '130738.403000', '130738.406000', '130738.409000', '130738.411000', '130738.414000', '130738.416000', '130738.419000', '130738.421000', '130738.424000', '130758.293000', '130758.296000', '130758.299000', '130758.301000', '130758.304000', '130758.306000', '130758.309000', '130758.311000', '130758.314000', '130758.317000', '130758.319000', '130758.322000', '130758.324000', '130758.327000', '130758.330000', '130758.332000', '130758.335000', '130758.337000', '130758.340000', '130758.343000', '130758.345000', '130758.348000', '130758.361000', '130758.364000', '130758.374000', '130758.377000', '130758.379000', '130758.382000', '130758.385000', '130758.388000', '130758.390000', '130758.393000', '130758.396000', '130758.398000', '130758.401000', '130758.403000', '130758.406000', '130758.409000', '130758.411000', '130758.414000', '130758.416000', '130758.419000', '130758.422000', '130818.295000', '130818.297000', '130818.300000', '130818.302000', '130818.305000', '130818.308000', '130818.310000', '130818.313000', '130818.315000', '130818.318000', '130818.320000', '130818.329000', '130818.332000', '130818.334000', '130818.337000', '130818.339000', '130818.342000', '130818.344000', '130818.347000', '130818.349000', '130818.352000', '130818.354000', '130818.357000', '130818.360000', '130818.362000', '130818.365000', '130818.367000', '130818.370000', '130818.373000', '130818.375000', '130818.378000', '130818.380000', '130818.383000', '130818.385000', '130818.388000', '130818.391000', '130818.393000', '130818.396000', '130818.398000', '130818.401000', '130818.404000', '130818.406000', '130818.409000', '130818.411000', '130838.294000', '130838.297000', '130838.300000', '130838.303000', '130838.306000', '130838.308000', '130838.311000', '130838.314000', '130838.316000', '130838.319000', '130838.322000', '130838.324000', '130838.327000', '130838.329000', '130838.332000', '130838.335000', '130838.337000', '130838.340000', '130838.342000', '130838.345000', '130838.348000', '130838.350000', '130838.353000', '130838.355000', '130838.358000', '130838.360000', '130838.363000', '130838.366000', '130838.368000', '130838.371000', '130838.373000', '130838.376000', '130838.378000', '130838.381000', '130838.384000', '130838.386000', '130838.389000', '130838.391000', '130838.394000', '130838.397000', '130838.399000', '130838.402000', '130838.404000', '130858.295000', '130858.297000', '130858.300000', '130858.303000', '130858.305000', '130858.308000', '130858.311000', '130858.313000', '130858.316000', '130858.318000', '130858.321000', '130858.324000', '130858.326000', '130858.329000', '130858.331000', '130858.334000', '130858.336000', '130858.339000', '130858.341000', '130858.344000', '130858.346000', '130858.349000', '130858.352000', '130858.354000', '130858.357000', '130858.359000', '130858.362000', '130858.364000', '130858.367000', '130858.370000', '130858.372000', '130858.375000', '130858.377000', '130858.380000', '130858.383000', '130858.385000', '130858.388000', '130858.390000', '130858.393000', '130858.395000', '130858.398000', '130858.400000', '130858.403000', '130858.406000', '130918.294000', '130918.297000', '130918.300000', '130918.302000', '130918.305000', '130918.308000', '130918.310000', '130918.313000', '130918.315000', '130918.318000', '130918.321000', '130918.323000', '130918.326000', '130918.328000', '130918.331000', '130918.334000', '130918.336000', '130918.339000', '130918.341000', '130918.344000', '130918.347000', '130918.349000', '130918.352000', '130918.354000', '130918.357000', '130918.360000', '130918.362000', '130918.365000', '130918.367000', '130918.370000', '130918.372000', '130918.375000', '130918.378000', '130918.380000', '130918.383000', '130918.385000', '130918.388000', '130918.390000', '130918.393000', '130918.396000', '130918.398000', '130918.401000', '130918.403000', '130938.294000', '130938.297000', '130938.300000', '130938.302000', '130938.305000', '130938.308000', '130938.310000', '130938.313000', '130938.316000', '130938.318000', '130938.321000', '130938.323000', '130938.326000', '130938.328000', '130938.331000', '130938.334000', '130938.336000', '130938.339000', '130938.371000', '130938.374000', '130938.376000', '130938.379000', '130938.381000', '130938.384000', '130938.387000', '130938.389000', '130938.392000', '130938.394000', '130938.397000', '130938.399000', '130938.402000', '130938.404000', '130938.407000', '130938.410000', '130938.412000', '130938.415000', '130938.417000', '130938.420000', '130938.422000', '130938.425000', '130938.427000', '130938.430000', '130938.433000', '130938.435000', '130958.295000', '130958.298000', '130958.300000', '130958.303000', '130958.306000', '130958.308000', '130958.311000', '130958.313000', '130958.316000', '130958.319000', '130958.321000', '130958.324000', '130958.327000', '130958.329000', '130958.332000', '130958.334000', '130958.337000', '130958.340000', '130958.343000', '130958.345000', '130958.348000', '130958.350000', '130958.353000', '130958.355000', '130958.358000', '130958.361000', '130958.363000', '130958.366000', '130958.368000', '130958.371000', '130958.373000', '130958.376000', '130958.379000', '130958.381000', '130958.384000', '130958.387000', '130958.389000', '130958.392000', '130958.394000', '130958.397000', '130958.400000', '130958.402000', '130958.405000', '131018.294000', '131018.296000', '131018.299000', '131018.302000', '131018.304000', '131018.307000', '131018.310000', '131018.312000', '131018.315000', '131018.318000', '131018.320000', '131018.323000', '131018.325000', '131018.328000', '131018.331000', '131018.333000', '131018.336000', '131018.339000', '131018.342000', '131018.344000', '131018.347000', '131018.350000', '131018.352000', '131018.355000', '131018.357000', '131018.360000', '131018.363000', '131018.365000', '131018.368000', '131018.371000', '131018.373000', '131018.376000', '131018.378000', '131018.381000', '131018.384000', '131018.386000', '131018.389000', '131018.392000', '131018.394000', '131018.397000', '131018.399000', '131018.402000', '131018.404000', '131018.407000', '131038.294000', '131038.297000', '131038.300000', '131038.302000', '131038.305000', '131038.308000', '131038.310000', '131038.313000', '131038.315000', '131038.318000', '131038.320000', '131038.323000', '131038.326000', '131038.328000', '131038.331000', '131038.334000', '131038.336000', '131038.339000', '131038.342000', '131038.344000', '131038.347000', '131038.349000', '131038.352000', '131038.355000', '131038.357000', '131038.360000', '131038.362000', '131038.365000', '131038.368000', '131038.370000', '131038.373000', '131038.376000', '131038.378000', '131038.381000', '131038.383000', '131038.386000', '131038.389000', '131038.391000', '131038.394000', '131038.397000', '131038.399000', '131038.402000', '131038.404000', '131058.294000', '131058.297000', '131058.300000', '131058.302000', '131058.305000', '131058.308000', '131058.311000', '131058.313000', '131058.316000', '131058.318000', '131058.321000', '131058.324000', '131058.327000', '131058.330000', '131058.333000', '131058.335000', '131058.338000', '131058.341000', '131058.343000', '131058.346000', '131058.349000', '131058.351000', '131058.354000', '131058.356000', '131058.359000', '131058.362000', '131058.364000', '131058.367000', '131058.369000', '131058.372000', '131058.374000', '131058.377000', '131058.380000', '131058.382000', '131058.385000', '131058.387000', '131058.390000', '131058.392000', '131058.395000', '131058.398000', '131058.400000', '131058.403000', '131058.405000', '131058.408000', '131118.295000', '131118.297000', '131118.300000', '131118.303000', '131118.305000', '131118.308000', '131118.311000', '131118.313000', '131118.316000', '131118.319000', '131118.321000', '131118.324000', '131118.326000', '131118.329000', '131118.332000', '131118.334000', '131118.337000', '131118.339000', '131118.342000', '131118.344000', '131118.347000', '131118.350000', '131118.352000', '131118.355000', '131118.357000', '131118.360000', '131118.363000', '131118.365000', '131118.368000', '131118.370000', '131118.373000', '131118.376000', '131118.378000', '131118.381000', '131118.383000', '131118.386000', '131118.389000', '131118.391000', '131118.394000', '131118.396000', '131118.399000', '131118.401000', '131118.404000', '131138.294000', '131138.298000', '131138.300000', '131138.303000', '131138.306000', '131138.308000', '131138.311000', '131138.314000', '131138.316000', '131138.319000', '131138.321000', '131138.324000', '131138.327000', '131138.329000', '131138.332000', '131138.334000', '131138.337000', '131138.339000', '131138.342000', '131138.345000', '131138.347000', '131138.350000', '131138.352000', '131138.355000', '131138.357000', '131138.360000', '131138.362000', '131138.365000', '131138.368000', '131138.370000', '131138.373000', '131138.375000', '131138.378000', '131138.380000', '131138.383000', '131138.386000', '131138.388000', '131138.391000', '131138.393000', '131138.396000', '131138.399000', '131138.401000', '131138.404000', '131158.295000', '131158.297000', '131158.306000', '131158.308000', '131158.311000', '131158.314000', '131158.316000', '131158.319000', '131158.321000', '131158.324000', '131158.326000', '131158.329000', '131158.332000', '131158.334000', '131158.337000', '131158.339000', '131158.342000', '131158.344000', '131158.347000', '131158.350000', '131158.352000', '131158.355000', '131158.357000', '131158.360000', '131158.362000', '131158.365000', '131158.368000', '131158.370000', '131158.373000', '131158.375000', '131158.378000', '131158.380000', '131158.383000', '131158.385000', '131158.388000', '131158.391000', '131158.393000', '131158.396000', '131158.398000', '131158.401000', '131158.403000', '131158.406000', '131158.409000', '131158.411000', '131218.294000', '131218.297000', '131218.300000', '131218.302000', '131218.305000', '131218.308000', '131218.310000', '131218.313000', '131218.315000', '131218.318000', '131218.321000', '131218.323000', '131218.326000', '131218.328000', '131218.331000', '131218.333000', '131218.336000', '131218.339000', '131218.342000', '131218.345000', '131218.348000', '131218.350000', '131218.355000', '131218.358000', '131218.360000', '131218.363000', '131218.366000', '131218.369000', '131218.372000', '131218.375000', '131218.377000', '131218.380000', '131218.383000', '131218.385000', '131218.388000', '131218.391000', '131218.393000', '131218.396000', '131218.398000', '131218.401000', '131218.403000', '131218.406000', '131218.409000', '131238.294000', '131238.297000', '131238.299000', '131238.302000', '131238.304000', '131238.307000', '131238.310000', '131238.312000', '131238.315000', '131238.318000', '131238.320000', '131238.323000', '131238.325000', '131238.328000', '131238.331000', '131238.333000', '131238.336000', '131238.339000', '131238.341000', '131238.344000', '131238.346000', '131238.349000', '131238.352000', '131238.354000', '131238.357000', '131238.372000', '131238.374000', '131238.377000', '131238.379000', '131238.382000', '131238.385000', '131238.387000', '131238.390000', '131238.393000', '131238.395000', '131238.398000', '131238.400000', '131238.403000', '131238.406000', '131238.408000', '131238.411000', '131238.414000', '131238.416000', '131238.419000', '131258.295000', '131258.297000', '131258.300000', '131258.303000', '131258.305000', '131258.308000', '131258.311000', '131258.313000', '131258.316000', '131258.319000', '131258.321000', '131258.324000', '131258.327000', '131258.331000', '131258.334000', '131258.336000', '131258.339000', '131258.342000', '131258.345000', '131258.347000', '131258.350000', '131258.352000', '131258.355000', '131258.358000', '131258.360000', '131258.363000', '131258.366000', '131258.368000', '131258.371000', '131258.373000', '131258.376000', '131258.379000', '131258.381000', '131258.384000', '131258.386000', '131258.389000', '131258.391000', '131258.394000', '131258.397000', '131258.399000', '131258.402000', '131258.404000', '131258.407000', '131318.294000', '131318.297000', '131318.300000', '131318.302000', '131318.305000', '131318.308000', '131318.311000', '131318.313000', '131318.316000', '131318.319000', '131318.321000', '131318.324000', '131318.327000', '131318.330000', '131318.332000', '131318.335000', '131318.337000', '131318.340000', '131318.343000', '131318.345000', '131318.348000', '131318.351000', '131318.354000', '131318.356000', '131318.359000', '131318.362000', '131318.366000', '131318.368000', '131318.371000', '131318.373000', '131318.376000', '131318.379000', '131318.381000', '131318.384000', '131318.387000', '131318.389000', '131318.392000', '131318.394000', '131318.397000', '131318.399000', '131318.402000', '131318.405000', '131318.407000', '131318.410000', '131338.295000', '131338.298000', '131338.301000', '131338.303000', '131338.306000', '131338.309000', '131338.311000', '131338.314000', '131338.317000', '131338.319000', '131338.322000', '131338.325000', '131338.327000', '131338.330000', '131338.333000', '131338.335000', '131338.338000', '131338.340000', '131338.343000', '131338.346000', '131338.348000', '131338.351000', '131338.354000', '131338.357000', '131338.360000', '131338.363000', '131338.365000', '131338.368000', '131338.370000', '131338.373000', '131338.375000', '131338.378000', '131338.381000', '131338.383000', '131338.386000', '131338.388000', '131338.391000', '131338.394000', '131338.396000', '131338.399000', '131338.402000', '131338.404000', '131338.408000', '131358.294000', '131358.297000', '131358.300000', '131358.303000', '131358.305000', '131358.308000', '131358.311000', '131358.314000', '131358.316000', '131358.319000', '131358.321000', '131358.324000', '131358.327000', '131358.330000', '131358.332000', '131358.335000', '131358.337000', '131358.340000', '131358.343000', '131358.345000', '131358.348000', '131358.351000', '131358.353000', '131358.356000', '131358.358000', '131358.361000', '131358.364000', '131358.366000', '131358.369000', '131358.371000', '131358.374000', '131358.377000', '131358.379000', '131358.382000', '131358.384000', '131358.387000', '131358.404000', '131358.407000', '131358.410000', '131358.412000', '131358.415000', '131358.418000', '131358.420000', '131358.423000', '131404.110000', '131404.113000', '131404.115000', '131404.118000', '131404.120000', '131404.123000', '131404.126000', '131404.129000', '131404.132000', '131404.135000', '131404.138000', '131404.141000', '131404.143000'], 'InstanceCreationTime': ['130738.331000', '130738.334000', '130738.337000', '130738.340000', '130738.342000', '130738.345000', '130738.348000', '130738.350000', '130738.353000', '130738.356000', '130738.358000', '130738.361000', '130738.363000', '130738.366000', '130738.369000', '130738.371000', '130738.374000', '130738.376000', '130738.379000', '130738.381000', '130738.384000', '130738.387000', '130738.389000', '130738.401000', '130738.403000', '130738.406000', '130738.409000', '130738.411000', '130738.414000', '130738.416000', '130738.419000', '130738.421000', '130738.424000', '130758.293000', '130758.296000', '130758.299000', '130758.301000', '130758.304000', '130758.306000', '130758.309000', '130758.311000', '130758.314000', '130758.317000', '130758.319000', '130758.322000', '130758.324000', '130758.327000', '130758.330000', '130758.332000', '130758.335000', '130758.337000', '130758.340000', '130758.343000', '130758.345000', '130758.348000', '130758.361000', '130758.364000', '130758.374000', '130758.377000', '130758.379000', '130758.382000', '130758.385000', '130758.388000', '130758.390000', '130758.393000', '130758.396000', '130758.398000', '130758.401000', '130758.403000', '130758.406000', '130758.409000', '130758.411000', '130758.414000', '130758.416000', '130758.419000', '130758.422000', '130818.295000', '130818.297000', '130818.300000', '130818.302000', '130818.305000', '130818.308000', '130818.310000', '130818.313000', '130818.315000', '130818.318000', '130818.320000', '130818.329000', '130818.332000', '130818.334000', '130818.337000', '130818.339000', '130818.342000', '130818.344000', '130818.347000', '130818.349000', '130818.352000', '130818.354000', '130818.357000', '130818.360000', '130818.362000', '130818.365000', '130818.367000', '130818.370000', '130818.373000', '130818.375000', '130818.378000', '130818.380000', '130818.383000', '130818.385000', '130818.388000', '130818.391000', '130818.393000', '130818.396000', '130818.398000', '130818.401000', '130818.404000', '130818.406000', '130818.409000', '130818.411000', '130838.294000', '130838.297000', '130838.300000', '130838.303000', '130838.306000', '130838.308000', '130838.311000', '130838.314000', '130838.316000', '130838.319000', '130838.322000', '130838.324000', '130838.327000', '130838.329000', '130838.332000', '130838.335000', '130838.337000', '130838.340000', '130838.342000', '130838.345000', '130838.348000', '130838.350000', '130838.353000', '130838.355000', '130838.358000', '130838.360000', '130838.363000', '130838.366000', '130838.368000', '130838.371000', '130838.373000', '130838.376000', '130838.378000', '130838.381000', '130838.384000', '130838.386000', '130838.389000', '130838.391000', '130838.394000', '130838.397000', '130838.399000', '130838.402000', '130838.404000', '130858.295000', '130858.297000', '130858.300000', '130858.303000', '130858.305000', '130858.308000', '130858.311000', '130858.313000', '130858.316000', '130858.318000', '130858.321000', '130858.324000', '130858.326000', '130858.329000', '130858.331000', '130858.334000', '130858.336000', '130858.339000', '130858.341000', '130858.344000', '130858.346000', '130858.349000', '130858.352000', '130858.354000', '130858.357000', '130858.359000', '130858.362000', '130858.364000', '130858.367000', '130858.370000', '130858.372000', '130858.375000', '130858.377000', '130858.380000', '130858.383000', '130858.385000', '130858.388000', '130858.390000', '130858.393000', '130858.395000', '130858.398000', '130858.400000', '130858.403000', '130858.406000', '130918.294000', '130918.297000', '130918.300000', '130918.302000', '130918.305000', '130918.308000', '130918.310000', '130918.313000', '130918.315000', '130918.318000', '130918.321000', '130918.323000', '130918.326000', '130918.328000', '130918.331000', '130918.334000', '130918.336000', '130918.339000', '130918.341000', '130918.344000', '130918.347000', '130918.349000', '130918.352000', '130918.354000', '130918.357000', '130918.360000', '130918.362000', '130918.365000', '130918.367000', '130918.370000', '130918.372000', '130918.375000', '130918.378000', '130918.380000', '130918.383000', '130918.385000', '130918.388000', '130918.390000', '130918.393000', '130918.396000', '130918.398000', '130918.401000', '130918.403000', '130938.294000', '130938.297000', '130938.300000', '130938.302000', '130938.305000', '130938.308000', '130938.310000', '130938.313000', '130938.316000', '130938.318000', '130938.321000', '130938.323000', '130938.326000', '130938.328000', '130938.331000', '130938.334000', '130938.336000', '130938.339000', '130938.371000', '130938.374000', '130938.376000', '130938.379000', '130938.381000', '130938.384000', '130938.387000', '130938.389000', '130938.392000', '130938.394000', '130938.397000', '130938.399000', '130938.402000', '130938.404000', '130938.407000', '130938.410000', '130938.412000', '130938.415000', '130938.417000', '130938.420000', '130938.422000', '130938.425000', '130938.427000', '130938.430000', '130938.433000', '130938.435000', '130958.295000', '130958.298000', '130958.300000', '130958.303000', '130958.306000', '130958.308000', '130958.311000', '130958.313000', '130958.316000', '130958.319000', '130958.321000', '130958.324000', '130958.327000', '130958.329000', '130958.332000', '130958.334000', '130958.337000', '130958.340000', '130958.343000', '130958.345000', '130958.348000', '130958.350000', '130958.353000', '130958.355000', '130958.358000', '130958.361000', '130958.363000', '130958.366000', '130958.368000', '130958.371000', '130958.373000', '130958.376000', '130958.379000', '130958.381000', '130958.384000', '130958.387000', '130958.389000', '130958.392000', '130958.394000', '130958.397000', '130958.400000', '130958.402000', '130958.405000', '131018.294000', '131018.296000', '131018.299000', '131018.302000', '131018.304000', '131018.307000', '131018.310000', '131018.312000', '131018.315000', '131018.318000', '131018.320000', '131018.323000', '131018.325000', '131018.328000', '131018.331000', '131018.333000', '131018.336000', '131018.339000', '131018.342000', '131018.344000', '131018.347000', '131018.350000', '131018.352000', '131018.355000', '131018.357000', '131018.360000', '131018.363000', '131018.365000', '131018.368000', '131018.371000', '131018.373000', '131018.376000', '131018.378000', '131018.381000', '131018.384000', '131018.386000', '131018.389000', '131018.392000', '131018.394000', '131018.397000', '131018.399000', '131018.402000', '131018.404000', '131018.407000', '131038.294000', '131038.297000', '131038.300000', '131038.302000', '131038.305000', '131038.308000', '131038.310000', '131038.313000', '131038.315000', '131038.318000', '131038.320000', '131038.323000', '131038.326000', '131038.328000', '131038.331000', '131038.334000', '131038.336000', '131038.339000', '131038.342000', '131038.344000', '131038.347000', '131038.349000', '131038.352000', '131038.355000', '131038.357000', '131038.360000', '131038.362000', '131038.365000', '131038.368000', '131038.370000', '131038.373000', '131038.376000', '131038.378000', '131038.381000', '131038.383000', '131038.386000', '131038.389000', '131038.391000', '131038.394000', '131038.397000', '131038.399000', '131038.402000', '131038.404000', '131058.294000', '131058.297000', '131058.300000', '131058.302000', '131058.305000', '131058.308000', '131058.311000', '131058.313000', '131058.316000', '131058.318000', '131058.321000', '131058.324000', '131058.327000', '131058.330000', '131058.333000', '131058.335000', '131058.338000', '131058.341000', '131058.343000', '131058.346000', '131058.349000', '131058.351000', '131058.354000', '131058.356000', '131058.359000', '131058.362000', '131058.364000', '131058.367000', '131058.369000', '131058.372000', '131058.374000', '131058.377000', '131058.380000', '131058.382000', '131058.385000', '131058.387000', '131058.390000', '131058.392000', '131058.395000', '131058.398000', '131058.400000', '131058.403000', '131058.405000', '131058.408000', '131118.295000', '131118.297000', '131118.300000', '131118.303000', '131118.305000', '131118.308000', '131118.311000', '131118.313000', '131118.316000', '131118.319000', '131118.321000', '131118.324000', '131118.326000', '131118.329000', '131118.332000', '131118.334000', '131118.337000', '131118.339000', '131118.342000', '131118.344000', '131118.347000', '131118.350000', '131118.352000', '131118.355000', '131118.357000', '131118.360000', '131118.363000', '131118.365000', '131118.368000', '131118.370000', '131118.373000', '131118.376000', '131118.378000', '131118.381000', '131118.383000', '131118.386000', '131118.389000', '131118.391000', '131118.394000', '131118.396000', '131118.399000', '131118.401000', '131118.404000', '131138.294000', '131138.298000', '131138.300000', '131138.303000', '131138.306000', '131138.308000', '131138.311000', '131138.314000', '131138.316000', '131138.319000', '131138.321000', '131138.324000', '131138.327000', '131138.329000', '131138.332000', '131138.334000', '131138.337000', '131138.339000', '131138.342000', '131138.345000', '131138.347000', '131138.350000', '131138.352000', '131138.355000', '131138.357000', '131138.360000', '131138.362000', '131138.365000', '131138.368000', '131138.370000', '131138.373000', '131138.375000', '131138.378000', '131138.380000', '131138.383000', '131138.386000', '131138.388000', '131138.391000', '131138.393000', '131138.396000', '131138.399000', '131138.401000', '131138.404000', '131158.295000', '131158.297000', '131158.306000', '131158.308000', '131158.311000', '131158.314000', '131158.316000', '131158.319000', '131158.321000', '131158.324000', '131158.326000', '131158.329000', '131158.332000', '131158.334000', '131158.337000', '131158.339000', '131158.342000', '131158.344000', '131158.347000', '131158.350000', '131158.352000', '131158.355000', '131158.357000', '131158.360000', '131158.362000', '131158.365000', '131158.368000', '131158.370000', '131158.373000', '131158.375000', '131158.378000', '131158.380000', '131158.383000', '131158.385000', '131158.388000', '131158.391000', '131158.393000', '131158.396000', '131158.398000', '131158.401000', '131158.403000', '131158.406000', '131158.409000', '131158.411000', '131218.294000', '131218.297000', '131218.300000', '131218.302000', '131218.305000', '131218.308000', '131218.310000', '131218.313000', '131218.315000', '131218.318000', '131218.321000', '131218.323000', '131218.326000', '131218.328000', '131218.331000', '131218.333000', '131218.336000', '131218.339000', '131218.342000', '131218.345000', '131218.348000', '131218.350000', '131218.355000', '131218.358000', '131218.360000', '131218.363000', '131218.366000', '131218.369000', '131218.372000', '131218.375000', '131218.377000', '131218.380000', '131218.383000', '131218.385000', '131218.388000', '131218.391000', '131218.393000', '131218.396000', '131218.398000', '131218.401000', '131218.403000', '131218.406000', '131218.409000', '131238.294000', '131238.297000', '131238.299000', '131238.302000', '131238.304000', '131238.307000', '131238.310000', '131238.312000', '131238.315000', '131238.318000', '131238.320000', '131238.323000', '131238.325000', '131238.328000', '131238.331000', '131238.333000', '131238.336000', '131238.339000', '131238.341000', '131238.344000', '131238.346000', '131238.349000', '131238.352000', '131238.354000', '131238.357000', '131238.372000', '131238.374000', '131238.377000', '131238.379000', '131238.382000', '131238.385000', '131238.387000', '131238.390000', '131238.393000', '131238.395000', '131238.398000', '131238.400000', '131238.403000', '131238.406000', '131238.408000', '131238.411000', '131238.414000', '131238.416000', '131238.419000', '131258.295000', '131258.297000', '131258.300000', '131258.303000', '131258.305000', '131258.308000', '131258.311000', '131258.313000', '131258.316000', '131258.319000', '131258.321000', '131258.324000', '131258.327000', '131258.331000', '131258.334000', '131258.336000', '131258.339000', '131258.342000', '131258.345000', '131258.347000', '131258.350000', '131258.352000', '131258.355000', '131258.358000', '131258.360000', '131258.363000', '131258.366000', '131258.368000', '131258.371000', '131258.373000', '131258.376000', '131258.379000', '131258.381000', '131258.384000', '131258.386000', '131258.389000', '131258.391000', '131258.394000', '131258.397000', '131258.399000', '131258.402000', '131258.404000', '131258.407000', '131318.294000', '131318.297000', '131318.300000', '131318.302000', '131318.305000', '131318.308000', '131318.311000', '131318.313000', '131318.316000', '131318.319000', '131318.321000', '131318.324000', '131318.327000', '131318.330000', '131318.332000', '131318.335000', '131318.337000', '131318.340000', '131318.343000', '131318.345000', '131318.348000', '131318.351000', '131318.354000', '131318.356000', '131318.359000', '131318.362000', '131318.366000', '131318.368000', '131318.371000', '131318.373000', '131318.376000', '131318.379000', '131318.381000', '131318.384000', '131318.387000', '131318.389000', '131318.392000', '131318.394000', '131318.397000', '131318.399000', '131318.402000', '131318.405000', '131318.407000', '131318.410000', '131338.295000', '131338.298000', '131338.301000', '131338.303000', '131338.306000', '131338.309000', '131338.311000', '131338.314000', '131338.317000', '131338.319000', '131338.322000', '131338.325000', '131338.327000', '131338.330000', '131338.333000', '131338.335000', '131338.338000', '131338.340000', '131338.343000', '131338.346000', '131338.348000', '131338.351000', '131338.354000', '131338.357000', '131338.360000', '131338.363000', '131338.365000', '131338.368000', '131338.370000', '131338.373000', '131338.375000', '131338.378000', '131338.381000', '131338.383000', '131338.386000', '131338.388000', '131338.391000', '131338.394000', '131338.396000', '131338.399000', '131338.402000', '131338.404000', '131338.408000', '131358.294000', '131358.297000', '131358.300000', '131358.303000', '131358.305000', '131358.308000', '131358.311000', '131358.314000', '131358.316000', '131358.319000', '131358.321000', '131358.324000', '131358.327000', '131358.330000', '131358.332000', '131358.335000', '131358.337000', '131358.340000', '131358.343000', '131358.345000', '131358.348000', '131358.351000', '131358.353000', '131358.356000', '131358.358000', '131358.361000', '131358.364000', '131358.366000', '131358.369000', '131358.371000', '131358.374000', '131358.377000', '131358.379000', '131358.382000', '131358.384000', '131358.387000', '131358.404000', '131358.407000', '131358.410000', '131358.412000', '131358.415000', '131358.418000', '131358.420000', '131358.423000', '131404.110000', '131404.113000', '131404.115000', '131404.118000', '131404.120000', '131404.123000', '131404.126000', '131404.129000', '131404.132000', '131404.135000', '131404.138000', '131404.141000', '131404.143000'], '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': [11026, 16128, 9560, 12129, 13838, 11328, 15897, 9737, 12911, 9536, 10323, 10739, 10690, 11388, 9050, 14262, 9410, 12787, 9607, 12346, 9927, 9184, 13772, 9139, 12755, 9576, 11382, 9552, 9714, 14067, 8900, 12454, 9325, 10670, 8739, 9782, 8848, 8928, 13211, 9347, 11492, 9445, 10767, 9036, 8898, 11846, 9218, 14678, 9900, 11704, 9216, 9864, 11123, 9309, 15347, 11127, 13962, 8995, 11096, 14474, 9553, 15840, 9902, 13066, 8462, 10122, 15721, 9123, 15093, 9368, 12380, 8641, 9189, 8503, 9215, 12769, 9264, 11469, 9437, 9472, 9643, 12949, 9591, 14018, 9294, 12551, 9373, 11407, 11472, 11406, 15038, 9020, 13897, 9042, 13127, 8699, 11768, 15931, 8903, 14130, 9028, 12409, 8773, 10746, 8134, 8757, 13526, 8757, 13521, 8973, 11803, 8951, 11259, 8912, 9994, 8623, 10095, 8847, 8669, 9271, 9790, 9780, 9834, 9785, 12249, 10022, 11528, 9552, 14091, 9968, 14851, 11842, 15311, 10037, 11896, 9657, 11741, 16469, 10796, 15179, 9382, 11932, 9660, 11447, 9661, 9662, 9754, 8930, 9504, 9192, 12372, 9553, 12462, 9976, 12378, 10063, 11588, 11867, 10721, 14846, 9689, 12652, 9571, 12703, 9623, 11173, 12042, 9363, 14930, 9494, 12222, 9418, 10838, 11275, 9519, 12529, 9682, 10904, 9423, 10149, 9440, 9400, 9441, 9633, 14264, 9772, 13259, 9954, 12674, 9839, 10120, 15724, 9892, 13533, 9567, 12769, 10624, 9514, 15695, 9652, 12623, 9440, 12393, 10080, 9277, 14307, 9788, 12178, 9733, 10406, 9619, 9569, 9516, 10115, 9424, 9961, 12089, 9703, 9962, 10032, 13489, 10154, 14399, 10132, 15738, 10213, 15040, 10225, 14991, 10103, 15730, 9978, 12055, 15482, 9939, 17120, 11525, 14796, 9821, 12074, 9774, 10584, 12179, 9921, 16278, 10112, 13584, 9811, 11258, 9427, 9691, 15860, 9720, 12434, 9742, 10429, 9494, 9740, 9353, 9550, 9255, 9725, 11702, 9877, 12926, 9950, 12314, 9783, 11782, 9298, 10778, 13543, 10091, 16441, 10620, 13814, 9607, 10718, 9698, 10038, 15612, 10209, 13472, 9897, 11482, 9706, 11146, 9324, 13228, 9876, 8845, 9438, 11380, 10069, 14005, 9975, 15609, 10298, 16680, 10165, 14756, 9473, 11515, 17982, 10790, 16647, 10101, 13922, 9700, 12798, 9726, 13593, 9717, 12092, 9736, 13497, 9981, 15405, 10106, 15157, 9658, 14398, 9584, 13952, 9547, 13036, 9496, 11125, 9315, 11759, 9639, 13364, 9559, 12394, 9258, 10886, 9190, 9990, 11170, 11153, 9001, 11098, 8755, 9176, 9023, 8885, 10169, 9003, 9381, 10590, 9215, 12927, 11034, 14932, 10855, 14796, 13107, 12302, 11606, 11561, 8604, 12495, 8761, 12173, 9039, 9408, 8614, 8142, 10513, 8639, 8868, 11140, 8720, 9047, 8491, 8695, 12468, 9094, 13784, 9291, 14719, 9876, 12368, 13792, 10330, 16026, 11392, 15320, 10350, 13765, 9142, 12701, 9017, 12976, 9140, 9836, 8921, 9688, 9214, 10757, 9242, 9151, 15729, 9074, 14170, 9183, 11866, 9061, 10393, 9173, 10026, 9507, 10166, 8579, 11413, 8847, 12165, 8641, 13704, 10284, 14865, 10650, 14658, 9322, 12635, 14532, 11063, 16209, 10711, 13882, 9137, 11754, 8953, 12454, 8937, 9274, 9343, 9127, 9434, 11115, 9476, 13422, 10591, 12317, 16636, 10718, 15138, 9262, 12414, 12029, 9379, 16729, 10088, 11808, 9208, 9173, 9005, 9197, 13274, 9430, 10772, 9032, 9232, 11887, 9480, 12438, 9359, 9810, 9140, 9312, 13862, 9337, 12128, 9023, 10073, 8821, 9766, 9082, 9271, 16060, 9059, 15337, 9392, 14469, 9369, 13777, 9299, 14362, 9387, 12612, 15161, 9979, 17059, 10848, 16080, 9524, 12441, 15959, 10864, 18345, 14425, 17300, 9824, 8160, 8737, 8535, 8042, 8322, 9194, 8770, 10546, 10274, 12808, 11945, 14477, 16396, 13885, 15697, 13203, 10564, 15442, 11727, 14680, 10344, 13247, 12133, 15239, 10081, 14963, 8877, 14433, 9189, 14096, 8852, 11990, 9128, 10782, 13669, 9756, 17245, 10219, 14548, 9125, 12761, 9186, 12145, 8838, 10398, 10793, 9101, 15494, 9281, 13882, 9370, 10797, 8865, 9530, 8418, 8900, 8824, 9234, 8813, 9342, 9078, 11711, 9517, 11959, 8925, 10750, 15660, 10404, 14803, 9387, 12693, 8882, 11054, 17520, 10128, 16288, 9474, 13257, 9166, 11478, 10758, 10609, 17551, 9855, 15324, 9333, 12746, 8794, 10940, 8908, 9633, 8962, 9313, 14798, 9624, 14405, 9494, 13905, 9228, 13104, 8901, 12108, 8965, 9621, 16126, 9406, 15847, 9725, 13938, 8878, 11019, 9575, 9335, 15191, 9261, 12799, 9230, 11905, 8984, 10924, 8772, 10449, 8783, 9597, 15021, 9441, 12977, 8706, 11222, 8809, 9771, 10666, 9174, 13478, 9374, 12362, 9140, 10691, 8464, 9616, 10908, 9338, 13040, 9356, 13197, 8898, 11309, 8505, 10012, 14568, 9102, 13741, 8721, 9760, 8176, 8674, 12639, 8630, 9924, 8078, 8494, 12062, 8888, 10022, 8532, 9013, 8665, 8708, 10483, 8602, 9117, 8369, 8891, 7889, 8458, 11200, 8283, 10843, 7790, 8646, 10887, 8484, 11600, 8227, 10765, 7871, 8823, 9171, 8778, 12657, 8991, 12158, 8262, 10233, 8253, 8854, 11863, 9034, 10458, 8791, 10112, 8718, 10091, 9461, 9708, 9161, 9058, 9175, 10125, 9593, 10215, 14250, 9425, 16293, 9661, 13995, 11828, 12901, 10526, 9939, 17907, 10066, 16857, 9876, 15832, 8960, 12325, 9474, 11740, 13218, 9882, 15788, 9529, 14600, 9556, 13203, 9412, 12202, 9838, 10770, 9858, 14049, 9671, 10737, 10278, 9490, 10765, 10173, 9486, 9645, 9785, 13835, 10166, 14994, 11700, 16091, 10316, 15862, 9870, 14309, 9994, 12537, 11123, 10284, 15605, 10206, 13640, 10115, 11280, 9899, 8821, 9982, 12685, 9899, 12548, 9781, 12557, 9231, 10870, 8792, 10216, 10397, 10066, 15337, 9839, 13458, 9275, 12172, 9181, 10131, 8689, 9890, 11019, 9836, 14405, 9840, 13358, 9509, 11121, 8831, 10392, 8781, 9874, 14770, 9423, 11014, 8787, 10098, 8647, 8170, 8636, 8200, 8463, 9887, 8608, 9938, 8537, 9674, 13993, 9200, 12439, 9601, 10588, 13363, 9621, 14133, 8880, 10291, 8725, 9713, 9894, 9424, 10750, 9272, 9874, 8381, 8475, 8277, 9486, 8478, 9479, 13417, 9349, 12613, 9191, 11529, 8794, 9983, 11052, 10587, 13989, 9660, 14236, 9656, 11970, 9441, 12424, 9464, 11907, 9334, 10581, 8932, 10659, 9034, 10108, 12191, 9527, 14760, 9086], 'WindowCenter': [4724.0, 4747.0, 4659.0, 4688.0, 4684.0, 4652.0, 4681.0, 4631.0, 4657.0, 4627.0, 4629.0, 4637.0, 4626.0, 4634.0, 4616.0, 4655.0, 4615.0, 4645.0, 4615.0, 4643.0, 4613.0, 4614.0, 4654.0, 4615.0, 4644.0, 4615.0, 4635.0, 4600.0, 4613.0, 4653.0, 4602.0, 4632.0, 4604.0, 4625.0, 4604.0, 4626.0, 4604.0, 4604.0, 4643.0, 4614.0, 4636.0, 4616.0, 4635.0, 4615.0, 4619.0, 4646.0, 4630.0, 4677.0, 4629.0, 4647.0, 4617.0, 4628.0, 4649.0, 4629.0, 4678.0, 4650.0, 4658.0, 4606.0, 4637.0, 4653.0, 4615.0, 4663.0, 4613.0, 4643.0, 4580.0, 4613.0, 4651.0, 4602.0, 4650.0, 4604.0, 4643.0, 4592.0, 4604.0, 4604.0, 4629.0, 4646.0, 4631.0, 4650.0, 4628.0, 4615.0, 4615.0, 4645.0, 4616.0, 4667.0, 4620.0, 4648.0, 4616.0, 4636.0, 4635.0, 4637.0, 4665.0, 4603.0, 4654.0, 4603.0, 4644.0, 4592.0, 4635.0, 4662.0, 4604.0, 4642.0, 4591.0, 4631.0, 4579.0, 4609.0, 4567.0, 4590.0, 4629.0, 4590.0, 4640.0, 4592.0, 4621.0, 4603.0, 4633.0, 4604.0, 4625.0, 4606.0, 4639.0, 4605.0, 4606.0, 4617.0, 4628.0, 4629.0, 4628.0, 4641.0, 4660.0, 4632.0, 4650.0, 4630.0, 4670.0, 4631.0, 4670.0, 4639.0, 4668.0, 4617.0, 4637.0, 4617.0, 4637.0, 4664.0, 4624.0, 4652.0, 4603.0, 4621.0, 4613.0, 4623.0, 4602.0, 4602.0, 4602.0, 4602.0, 4614.0, 4617.0, 4645.0, 4617.0, 4646.0, 4627.0, 4657.0, 4628.0, 4650.0, 4637.0, 4636.0, 4656.0, 4617.0, 4646.0, 4615.0, 4646.0, 4614.0, 4636.0, 4633.0, 4615.0, 4665.0, 4616.0, 4646.0, 4604.0, 4624.0, 4624.0, 4615.0, 4644.0, 4616.0, 4636.0, 4618.0, 4638.0, 4616.0, 4618.0, 4626.0, 4630.0, 4667.0, 4640.0, 4670.0, 4629.0, 4660.0, 4627.0, 4640.0, 4678.0, 4629.0, 4658.0, 4616.0, 4658.0, 4626.0, 4617.0, 4665.0, 4617.0, 4646.0, 4615.0, 4647.0, 4615.0, 4618.0, 4666.0, 4628.0, 4646.0, 4615.0, 4626.0, 4614.0, 4615.0, 4614.0, 4627.0, 4616.0, 4640.0, 4673.0, 4655.0, 4642.0, 4655.0, 4672.0, 4643.0, 4678.0, 4643.0, 4681.0, 4643.0, 4681.0, 4630.0, 4680.0, 4629.0, 4679.0, 4628.0, 4649.0, 4666.0, 4627.0, 4676.0, 4635.0, 4655.0, 4614.0, 4634.0, 4614.0, 4626.0, 4647.0, 4615.0, 4663.0, 4614.0, 4643.0, 4613.0, 4624.0, 4604.0, 4615.0, 4661.0, 4614.0, 4632.0, 4614.0, 4625.0, 4617.0, 4627.0, 4617.0, 4627.0, 4616.0, 4629.0, 4645.0, 4630.0, 4658.0, 4641.0, 4650.0, 4644.0, 4660.0, 4631.0, 4655.0, 4672.0, 4654.0, 4693.0, 4641.0, 4660.0, 4618.0, 4640.0, 4617.0, 4629.0, 4677.0, 4629.0, 4657.0, 4628.0, 4652.0, 4644.0, 4663.0, 4643.0, 4658.0, 4630.0, 4619.0, 4618.0, 4650.0, 4641.0, 4670.0, 4630.0, 4680.0, 4640.0, 4691.0, 4626.0, 4668.0, 4615.0, 4636.0, 4675.0, 4624.0, 4663.0, 4614.0, 4643.0, 4604.0, 4643.0, 4615.0, 4643.0, 4616.0, 4635.0, 4616.0, 4656.0, 4626.0, 4666.0, 4628.0, 4665.0, 4617.0, 4652.0, 4616.0, 4656.0, 4617.0, 4645.0, 4604.0, 4625.0, 4605.0, 4635.0, 4616.0, 4645.0, 4617.0, 4647.0, 4607.0, 4638.0, 4617.0, 4630.0, 4649.0, 4650.0, 4631.0, 4613.0, 4595.0, 4605.0, 4619.0, 4618.0, 4638.0, 4632.0, 4631.0, 4640.0, 4631.0, 4659.0, 4641.0, 4666.0, 4612.0, 4656.0, 4634.0, 4632.0, 4621.0, 4622.0, 4603.0, 4632.0, 4593.0, 4621.0, 4591.0, 4591.0, 4591.0, 4583.0, 4612.0, 4606.0, 4617.0, 4648.0, 4619.0, 4620.0, 4623.0, 4622.0, 4663.0, 4633.0, 4672.0, 4633.0, 4682.0, 4632.0, 4661.0, 4659.0, 4629.0, 4678.0, 4636.0, 4666.0, 4627.0, 4654.0, 4606.0, 4646.0, 4603.0, 4644.0, 4604.0, 4614.0, 4606.0, 4627.0, 4606.0, 4636.0, 4617.0, 4618.0, 4677.0, 4621.0, 4668.0, 4631.0, 4647.0, 4606.0, 4628.0, 4620.0, 4642.0, 4629.0, 4628.0, 4607.0, 4648.0, 4620.0, 4648.0, 4619.0, 4669.0, 4641.0, 4671.0, 4641.0, 4670.0, 4618.0, 4648.0, 4655.0, 4626.0, 4666.0, 4626.0, 4643.0, 4603.0, 4634.0, 4593.0, 4634.0, 4593.0, 4601.0, 4602.0, 4601.0, 4603.0, 4636.0, 4615.0, 4659.0, 4627.0, 4635.0, 4664.0, 4614.0, 4652.0, 4590.0, 4632.0, 4620.0, 4592.0, 4661.0, 4601.0, 4621.0, 4590.0, 4592.0, 4590.0, 4603.0, 4642.0, 4603.0, 4624.0, 4604.0, 4616.0, 4632.0, 4616.0, 4646.0, 4618.0, 4628.0, 4617.0, 4616.0, 4657.0, 4618.0, 4661.0, 4622.0, 4640.0, 4620.0, 4630.0, 4620.0, 4631.0, 4690.0, 4633.0, 4693.0, 4635.0, 4684.0, 4645.0, 4682.0, 4645.0, 4684.0, 4645.0, 4674.0, 4684.0, 4643.0, 4693.0, 4643.0, 4683.0, 4631.0, 4662.0, 4682.0, 4643.0, 4703.0, 4672.0, 4688.0, 4629.0, 4595.0, 4595.0, 4607.0, 4609.0, 4622.0, 4645.0, 4636.0, 4655.0, 4656.0, 4674.0, 4665.0, 4698.0, 4697.0, 4674.0, 4669.0, 4648.0, 4615.0, 4653.0, 4621.0, 4654.0, 4601.0, 4630.0, 4619.0, 4638.0, 4584.0, 4624.0, 4561.0, 4623.0, 4561.0, 4612.0, 4559.0, 4590.0, 4561.0, 4582.0, 4600.0, 4571.0, 4630.0, 4582.0, 4607.0, 4561.0, 4597.0, 4559.0, 4602.0, 4562.0, 4584.0, 4592.0, 4575.0, 4633.0, 4575.0, 4613.0, 4586.0, 4608.0, 4601.0, 4599.0, 4579.0, 4589.0, 4601.0, 4610.0, 4616.0, 4614.0, 4620.0, 4660.0, 4643.0, 4663.0, 4621.0, 4652.0, 4679.0, 4642.0, 4681.0, 4631.0, 4660.0, 4620.0, 4651.0, 4689.0, 4641.0, 4691.0, 4631.0, 4660.0, 4621.0, 4652.0, 4640.0, 4641.0, 4689.0, 4628.0, 4678.0, 4630.0, 4660.0, 4608.0, 4637.0, 4617.0, 4628.0, 4619.0, 4631.0, 4679.0, 4632.0, 4681.0, 4643.0, 4670.0, 4633.0, 4674.0, 4623.0, 4663.0, 4621.0, 4632.0, 4679.0, 4632.0, 4690.0, 4630.0, 4669.0, 4608.0, 4638.0, 4617.0, 4619.0, 4680.0, 4619.0, 4647.0, 4618.0, 4648.0, 4620.0, 4639.0, 4610.0, 4643.0, 4621.0, 4632.0, 4669.0, 4630.0, 4661.0, 4610.0, 4638.0, 4605.0, 4628.0, 4627.0, 4618.0, 4659.0, 4619.0, 4645.0, 4619.0, 4639.0, 4599.0, 4630.0, 4638.0, 4621.0, 4660.0, 4632.0, 4662.0, 4622.0, 4642.0, 4610.0, 4630.0, 4669.0, 4622.0, 4660.0, 4622.0, 4632.0, 4609.0, 4609.0, 4648.0, 4620.0, 4629.0, 4599.0, 4608.0, 4637.0, 4608.0, 4613.0, 4606.0, 4608.0, 4606.0, 4607.0, 4628.0, 4610.0, 4619.0, 4611.0, 4622.0, 4599.0, 4612.0, 4639.0, 4612.0, 4652.0, 4602.0, 4622.0, 4652.0, 4623.0, 4650.0, 4612.0, 4652.0, 4611.0, 4623.0, 4631.0, 4624.0, 4674.0, 4632.0, 4663.0, 4623.0, 4644.0, 4612.0, 4636.0, 4661.0, 4634.0, 4652.0, 4634.0, 4653.0, 4638.0, 4668.0, 4671.0, 4661.0, 4649.0, 4648.0, 4646.0, 4659.0, 4645.0, 4660.0, 4699.0, 4648.0, 4706.0, 4646.0, 4673.0, 4651.0, 4663.0, 4641.0, 4630.0, 4690.0, 4630.0, 4679.0, 4630.0, 4680.0, 4608.0, 4648.0, 4604.0, 4636.0, 4633.0, 4603.0, 4651.0, 4602.0, 4640.0, 4603.0, 4632.0, 4604.0, 4622.0, 4616.0, 4624.0, 4614.0, 4641.0, 4616.0, 4628.0, 4627.0, 4617.0, 4638.0, 4629.0, 4619.0, 4617.0, 4630.0, 4660.0, 4630.0, 4669.0, 4641.0, 4668.0, 4629.0, 4667.0, 4617.0, 4656.0, 4604.0, 4635.0, 4611.0, 4613.0, 4641.0, 4602.0, 4630.0, 4603.0, 4611.0, 4604.0, 4592.0, 4614.0, 4645.0, 4617.0, 4646.0, 4628.0, 4647.0, 4618.0, 4638.0, 4608.0, 4630.0, 4617.0, 4619.0, 4655.0, 4617.0, 4647.0, 4606.0, 4635.0, 4601.0, 4616.0, 4595.0, 4615.0, 4626.0, 4615.0, 4654.0, 4616.0, 4645.0, 4615.0, 4626.0, 4606.0, 4626.0, 4594.0, 4616.0, 4654.0, 4604.0, 4621.0, 4596.0, 4625.0, 4595.0, 4595.0, 4594.0, 4598.0, 4608.0, 4629.0, 4620.0, 4642.0, 4622.0, 4643.0, 4673.0, 4634.0, 4673.0, 4620.0, 4642.0, 4659.0, 4619.0, 4658.0, 4608.0, 4631.0, 4607.0, 4618.0, 4615.0, 4617.0, 4626.0, 4619.0, 4629.0, 4611.0, 4610.0, 4609.0, 4645.0, 4622.0, 4646.0, 4686.0, 4636.0, 4663.0, 4634.0, 4664.0, 4624.0, 4644.0, 4643.0, 4644.0, 4672.0, 4631.0, 4671.0, 4631.0, 4650.0, 4632.0, 4650.0, 4632.0, 4651.0, 4632.0, 4640.0, 4622.0, 4642.0, 4618.0, 4630.0, 4651.0, 4631.0, 4669.0, 4609.0], 'WindowWidth': [10335.0, 10351.0, 10217.0, 10252.0, 10239.0, 10191.0, 10227.0, 10159.0, 10192.0, 10147.0, 10152.0, 10158.0, 10145.0, 10152.0, 10130.0, 10182.0, 10127.0, 10169.0, 10127.0, 10163.0, 10120.0, 10124.0, 10178.0, 10126.0, 10164.0, 10126.0, 10154.0, 10100.0, 10121.0, 10175.0, 10106.0, 10145.0, 10111.0, 10142.0, 10110.0, 10144.0, 10110.0, 10111.0, 10162.0, 10126.0, 10157.0, 10129.0, 10154.0, 10128.0, 10139.0, 10172.0, 10154.0, 10215.0, 10150.0, 10175.0, 10133.0, 10150.0, 10179.0, 10154.0, 10216.0, 10181.0, 10191.0, 10115.0, 10156.0, 10174.0, 10125.0, 10187.0, 10120.0, 10161.0, 10072.0, 10118.0, 10167.0, 10104.0, 10165.0, 10108.0, 10160.0, 10089.0, 10109.0, 10109.0, 10151.0, 10172.0, 10160.0, 10185.0, 10153.0, 10128.0, 10129.0, 10166.0, 10131.0, 10200.0, 10139.0, 10176.0, 10128.0, 10157.0, 10154.0, 10159.0, 10193.0, 10108.0, 10176.0, 10106.0, 10162.0, 10089.0, 10149.0, 10186.0, 10111.0, 10157.0, 10087.0, 10142.0, 10067.0, 10108.0, 10051.0, 10084.0, 10135.0, 10087.0, 10152.0, 10090.0, 10126.0, 10109.0, 10149.0, 10112.0, 10141.0, 10115.0, 10167.0, 10114.0, 10119.0, 10132.0, 10147.0, 10151.0, 10150.0, 10173.0, 10195.0, 10159.0, 10183.0, 10157.0, 10209.0, 10157.0, 10209.0, 10165.0, 10201.0, 10129.0, 10159.0, 10128.0, 10157.0, 10191.0, 10135.0, 10170.0, 10105.0, 10127.0, 10120.0, 10134.0, 10102.0, 10103.0, 10102.0, 10106.0, 10122.0, 10132.0, 10168.0, 10132.0, 10170.0, 10148.0, 10189.0, 10148.0, 10181.0, 10158.0, 10157.0, 10184.0, 10131.0, 10171.0, 10126.0, 10171.0, 10122.0, 10154.0, 10151.0, 10127.0, 10197.0, 10128.0, 10171.0, 10108.0, 10138.0, 10136.0, 10125.0, 10164.0, 10130.0, 10157.0, 10135.0, 10163.0, 10130.0, 10136.0, 10145.0, 10154.0, 10202.0, 10167.0, 10209.0, 10151.0, 10196.0, 10146.0, 10168.0, 10215.0, 10152.0, 10190.0, 10128.0, 10188.0, 10142.0, 10131.0, 10194.0, 10130.0, 10168.0, 10123.0, 10171.0, 10126.0, 10133.0, 10196.0, 10147.0, 10170.0, 10127.0, 10141.0, 10122.0, 10126.0, 10123.0, 10144.0, 10129.0, 10168.0, 10221.0, 10199.0, 10174.0, 10199.0, 10215.0, 10177.0, 10220.0, 10175.0, 10226.0, 10176.0, 10225.0, 10154.0, 10223.0, 10149.0, 10221.0, 10146.0, 10176.0, 10197.0, 10145.0, 10210.0, 10152.0, 10179.0, 10122.0, 10151.0, 10121.0, 10141.0, 10174.0, 10126.0, 10187.0, 10122.0, 10161.0, 10119.0, 10135.0, 10107.0, 10125.0, 10183.0, 10122.0, 10143.0, 10122.0, 10140.0, 10131.0, 10148.0, 10131.0, 10145.0, 10129.0, 10149.0, 10168.0, 10154.0, 10188.0, 10170.0, 10181.0, 10179.0, 10198.0, 10155.0, 10193.0, 10213.0, 10194.0, 10245.0, 10169.0, 10192.0, 10132.0, 10166.0, 10131.0, 10148.0, 10211.0, 10149.0, 10186.0, 10149.0, 10187.0, 10180.0, 10206.0, 10182.0, 10191.0, 10152.0, 10135.0, 10132.0, 10180.0, 10170.0, 10206.0, 10155.0, 10222.0, 10167.0, 10240.0, 10144.0, 10202.0, 10125.0, 10152.0, 10204.0, 10134.0, 10186.0, 10122.0, 10158.0, 10107.0, 10159.0, 10124.0, 10160.0, 10128.0, 10151.0, 10129.0, 10183.0, 10143.0, 10195.0, 10146.0, 10193.0, 10131.0, 10174.0, 10127.0, 10181.0, 10128.0, 10163.0, 10104.0, 10135.0, 10109.0, 10148.0, 10127.0, 10162.0, 10129.0, 10168.0, 10115.0, 10160.0, 10129.0, 10154.0, 10179.0, 10182.0, 10159.0, 10109.0, 10095.0, 10110.0, 10136.0, 10133.0, 10160.0, 10163.0, 10158.0, 10167.0, 10156.0, 10194.0, 10166.0, 10194.0, 10113.0, 10179.0, 10146.0, 10140.0, 10124.0, 10127.0, 10107.0, 10144.0, 10090.0, 10124.0, 10085.0, 10085.0, 10088.0, 10079.0, 10117.0, 10119.0, 10136.0, 10181.0, 10143.0, 10143.0, 10150.0, 10148.0, 10206.0, 10164.0, 10216.0, 10162.0, 10229.0, 10159.0, 10197.0, 10189.0, 10150.0, 10217.0, 10156.0, 10196.0, 10142.0, 10178.0, 10112.0, 10168.0, 10106.0, 10163.0, 10109.0, 10123.0, 10114.0, 10146.0, 10113.0, 10155.0, 10129.0, 10135.0, 10215.0, 10145.0, 10205.0, 10159.0, 10173.0, 10115.0, 10149.0, 10140.0, 10175.0, 10151.0, 10146.0, 10118.0, 10175.0, 10138.0, 10175.0, 10138.0, 10205.0, 10171.0, 10212.0, 10171.0, 10210.0, 10133.0, 10175.0, 10180.0, 10139.0, 10194.0, 10140.0, 10160.0, 10104.0, 10152.0, 10090.0, 10147.0, 10091.0, 10099.0, 10100.0, 10101.0, 10104.0, 10156.0, 10125.0, 10191.0, 10146.0, 10154.0, 10191.0, 10120.0, 10168.0, 10081.0, 10141.0, 10120.0, 10085.0, 10178.0, 10097.0, 10123.0, 10081.0, 10087.0, 10082.0, 10103.0, 10156.0, 10107.0, 10135.0, 10108.0, 10129.0, 10145.0, 10128.0, 10169.0, 10134.0, 10146.0, 10128.0, 10128.0, 10183.0, 10134.0, 10196.0, 10144.0, 10167.0, 10137.0, 10152.0, 10137.0, 10156.0, 10235.0, 10165.0, 10241.0, 10167.0, 10233.0, 10181.0, 10228.0, 10183.0, 10233.0, 10183.0, 10222.0, 10235.0, 10176.0, 10245.0, 10175.0, 10230.0, 10155.0, 10198.0, 10226.0, 10174.0, 10259.0, 10215.0, 10230.0, 10151.0, 10096.0, 10096.0, 10119.0, 10124.0, 10148.0, 10183.0, 10173.0, 10196.0, 10202.0, 10223.0, 10211.0, 10260.0, 10263.0, 10224.0, 10207.0, 10177.0, 10123.0, 10174.0, 10125.0, 10179.0, 10096.0, 10137.0, 10120.0, 10146.0, 10066.0, 10121.0, 10030.0, 10115.0, 10028.0, 10100.0, 10023.0, 10067.0, 10027.0, 10057.0, 10080.0, 10042.0, 10122.0, 10058.0, 10086.0, 10028.0, 10073.0, 10024.0, 10085.0, 10030.0, 10065.0, 10071.0, 10054.0, 10128.0, 10054.0, 10103.0, 10071.0, 10104.0, 10102.0, 10098.0, 10068.0, 10082.0, 10101.0, 10115.0, 10129.0, 10126.0, 10141.0, 10195.0, 10176.0, 10203.0, 10143.0, 10188.0, 10220.0, 10172.0, 10224.0, 10154.0, 10194.0, 10139.0, 10181.0, 10233.0, 10170.0, 10238.0, 10155.0, 10194.0, 10140.0, 10185.0, 10164.0, 10169.0, 10233.0, 10146.0, 10213.0, 10152.0, 10193.0, 10119.0, 10158.0, 10131.0, 10149.0, 10137.0, 10156.0, 10217.0, 10159.0, 10224.0, 10175.0, 10210.0, 10163.0, 10218.0, 10146.0, 10204.0, 10142.0, 10158.0, 10220.0, 10157.0, 10235.0, 10150.0, 10203.0, 10118.0, 10160.0, 10129.0, 10135.0, 10221.0, 10135.0, 10169.0, 10134.0, 10176.0, 10137.0, 10165.0, 10125.0, 10174.0, 10142.0, 10158.0, 10205.0, 10151.0, 10195.0, 10124.0, 10159.0, 10111.0, 10146.0, 10143.0, 10133.0, 10189.0, 10135.0, 10167.0, 10136.0, 10164.0, 10109.0, 10153.0, 10163.0, 10140.0, 10193.0, 10160.0, 10198.0, 10144.0, 10170.0, 10123.0, 10153.0, 10203.0, 10141.0, 10192.0, 10142.0, 10157.0, 10120.0, 10120.0, 10173.0, 10138.0, 10148.0, 10106.0, 10119.0, 10153.0, 10116.0, 10119.0, 10112.0, 10118.0, 10114.0, 10116.0, 10143.0, 10122.0, 10133.0, 10125.0, 10142.0, 10107.0, 10130.0, 10161.0, 10129.0, 10184.0, 10116.0, 10144.0, 10183.0, 10146.0, 10178.0, 10131.0, 10184.0, 10128.0, 10146.0, 10154.0, 10149.0, 10217.0, 10160.0, 10201.0, 10148.0, 10175.0, 10130.0, 10167.0, 10198.0, 10165.0, 10187.0, 10165.0, 10189.0, 10177.0, 10223.0, 10228.0, 10214.0, 10193.0, 10191.0, 10186.0, 10206.0, 10183.0, 10209.0, 10263.0, 10192.0, 10268.0, 10182.0, 10218.0, 10183.0, 10201.0, 10167.0, 10152.0, 10236.0, 10152.0, 10217.0, 10151.0, 10223.0, 10116.0, 10171.0, 10106.0, 10151.0, 10143.0, 10102.0, 10165.0, 10099.0, 10150.0, 10102.0, 10141.0, 10105.0, 10128.0, 10127.0, 10136.0, 10121.0, 10154.0, 10125.0, 10145.0, 10143.0, 10130.0, 10162.0, 10150.0, 10135.0, 10132.0, 10153.0, 10194.0, 10152.0, 10203.0, 10167.0, 10198.0, 10146.0, 10195.0, 10128.0, 10182.0, 10105.0, 10147.0, 10109.0, 10116.0, 10149.0, 10099.0, 10133.0, 10100.0, 10108.0, 10104.0, 10086.0, 10121.0, 10163.0, 10129.0, 10165.0, 10146.0, 10169.0, 10131.0, 10160.0, 10118.0, 10149.0, 10127.0, 10132.0, 10177.0, 10126.0, 10168.0, 10111.0, 10150.0, 10099.0, 10124.0, 10096.0, 10122.0, 10141.0, 10124.0, 10174.0, 10125.0, 10163.0, 10124.0, 10139.0, 10111.0, 10140.0, 10093.0, 10125.0, 10174.0, 10105.0, 10127.0, 10100.0, 10137.0, 10096.0, 10095.0, 10095.0, 10105.0, 10121.0, 10152.0, 10139.0, 10173.0, 10145.0, 10176.0, 10214.0, 10162.0, 10219.0, 10137.0, 10168.0, 10187.0, 10134.0, 10188.0, 10118.0, 10154.0, 10117.0, 10130.0, 10124.0, 10129.0, 10140.0, 10135.0, 10151.0, 10129.0, 10126.0, 10125.0, 10179.0, 10147.0, 10184.0, 10238.0, 10170.0, 10201.0, 10161.0, 10204.0, 10150.0, 10177.0, 10170.0, 10174.0, 10210.0, 10154.0, 10207.0, 10154.0, 10177.0, 10155.0, 10176.0, 10156.0, 10180.0, 10157.0, 10167.0, 10143.0, 10170.0, 10132.0, 10152.0, 10181.0, 10155.0, 10204.0, 10119.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.002014815668202765</td></tr>
<tr><td colspan=3>aqi</td><td>0.04407801900921659</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.64910071600922</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1114460461245668</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9753617684890429</td></tr>
<tr><td colspan=3>efc</td><td>0.5171</td></tr>
<tr><td colspan=3>fber</td><td>2989.6162</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12621215089388163</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.368663594470046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5015945850025756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.350310034873333</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.769218206703966</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3852555134304274</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118682</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02087431028485298</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02418319508433342</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8939304780339214</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.4793</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.4408</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>265.97</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>73.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1275.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>471.5392</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1346</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.5608</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3774.1271</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.7589</td></tr>
<tr><td colspan=3>tsnr</td><td>30.55515488353558</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>