<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-03/func/sub-0095_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>19395a3e2cd4d855197f38c129cc312b</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>11:09:22.962500</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.999982, 0.00150576, -0.00581767, -0.00209437, 0.994727, -0.102536]</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.0865017</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>[4227, -7783, -7264, 186, -94, -269, -215, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0847d770-6d71-4ba7-8ab4-ac8b90714882||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.6828784942626953, -0.00561905512586236, -0.015208018012344837, 110.66622924804688], [-0.004039842169731855, 2.6687800884246826, -0.27687376737594604, -89.36829376220703], [-0.015608380548655987, 0.27509525418281555, 2.685723304748535, -116.43939971923828], [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': ['110922.962500', '110923.422500', '110923.882500', '110924.342500', '110924.802500', '110925.262500', '110925.722500', '110926.182500', '110926.642500', '110927.102500', '110927.562500', '110928.022500', '110928.482500', '110928.942500', '110929.402500', '110929.862500', '110930.322500', '110930.782500', '110931.242500', '110931.702500', '110932.162500', '110932.622500', '110933.082500', '110933.542500', '110934.002500', '110934.462500', '110934.922500', '110935.382500', '110935.842500', '110936.302500', '110936.762500', '110937.222500', '110937.682500', '110938.142500', '110938.602500', '110939.062500', '110939.522500', '110939.982500', '110940.442500', '110940.902500', '110941.362500', '110941.822500', '110942.282500', '110942.742500', '110943.202500', '110943.662500', '110944.122500', '110944.582500', '110945.042500', '110945.502500', '110945.962500', '110946.422500', '110946.882500', '110947.342500', '110947.802500', '110948.262500', '110948.722500', '110949.182500', '110949.642500', '110950.102500', '110950.562500', '110951.022500', '110951.482500', '110951.942500', '110952.402500', '110952.862500', '110953.322500', '110953.782500', '110954.242500', '110954.702500', '110955.162500', '110955.622500', '110956.082500', '110956.542500', '110957.002500', '110957.462500', '110957.922500', '110958.382500', '110958.842500', '110959.302500', '110959.762500', '111000.222500', '111000.682500', '111001.142500', '111001.602500', '111002.062500', '111002.522500', '111002.982500', '111003.442500', '111003.902500', '111004.362500', '111004.822500', '111005.282500', '111005.742500', '111006.202500', '111006.662500', '111007.122500', '111007.582500', '111008.042500', '111008.502500', '111008.962500', '111009.422500', '111009.882500', '111010.342500', '111010.802500', '111011.262500', '111011.722500', '111012.182500', '111012.642500', '111013.102500', '111013.562500', '111014.022500', '111014.482500', '111014.942500', '111015.402500', '111015.862500', '111016.322500', '111016.782500', '111017.242500', '111017.702500', '111018.162500', '111018.622500', '111019.082500', '111019.542500', '111020.002500', '111020.462500', '111020.922500', '111021.382500', '111021.842500', '111022.302500', '111022.762500', '111023.222500', '111023.682500', '111024.142500', '111024.602500', '111025.062500', '111025.522500', '111025.982500', '111026.442500', '111026.902500', '111027.362500', '111027.822500', '111028.282500', '111028.742500', '111029.202500', '111029.662500', '111030.122500', '111030.582500', '111031.042500', '111031.502500', '111031.962500', '111032.422500', '111032.882500', '111033.342500', '111033.802500', '111034.262500', '111034.722500', '111035.182500', '111035.642500', '111036.102500', '111036.562500', '111037.022500', '111037.482500', '111037.942500', '111038.402500', '111038.862500', '111039.322500', '111039.782500', '111040.242500', '111040.702500', '111041.162500', '111041.622500', '111042.082500', '111042.542500', '111043.002500', '111043.462500', '111043.922500', '111044.382500', '111044.842500', '111045.302500', '111045.762500', '111046.222500', '111046.682500', '111047.142500', '111047.602500', '111048.062500', '111048.522500', '111048.982500', '111049.442500', '111049.902500', '111050.362500', '111050.822500', '111051.282500', '111051.742500', '111052.202500', '111052.662500', '111053.122500', '111053.582500', '111054.042500', '111054.502500', '111054.962500', '111055.422500', '111055.882500', '111056.342500', '111056.802500', '111057.262500', '111057.722500', '111058.182500', '111058.642500', '111059.102500', '111059.562500', '111100.022500', '111100.482500', '111100.942500', '111101.402500', '111101.862500', '111102.322500', '111102.782500', '111103.242500', '111103.702500', '111104.162500', '111104.622500', '111105.082500', '111105.542500', '111106.002500', '111106.462500', '111106.922500', '111107.382500', '111107.842500', '111108.302500', '111108.762500', '111109.222500', '111109.682500', '111110.142500', '111110.602500', '111111.062500', '111111.522500', '111111.982500', '111112.442500', '111112.902500', '111113.362500', '111113.822500', '111114.282500', '111114.742500', '111115.202500', '111115.662500', '111116.122500', '111116.582500', '111117.042500', '111117.502500', '111117.962500', '111118.422500', '111118.882500', '111119.342500', '111119.802500', '111120.262500', '111120.722500', '111121.182500', '111121.642500', '111122.102500', '111122.562500', '111123.022500', '111123.482500', '111123.942500', '111124.402500', '111124.862500', '111125.322500', '111125.782500', '111126.242500', '111126.702500', '111127.162500', '111127.622500', '111128.082500', '111128.542500', '111129.002500', '111129.462500', '111129.922500', '111130.382500', '111130.842500', '111131.302500', '111131.762500', '111132.222500', '111132.682500', '111133.142500', '111133.602500', '111134.062500', '111134.522500', '111134.982500', '111135.442500', '111135.902500', '111136.362500', '111136.822500', '111137.282500', '111137.742500', '111138.202500', '111138.662500', '111139.122500', '111139.582500', '111140.042500', '111140.502500', '111140.962500', '111141.422500', '111141.882500', '111142.342500', '111142.802500', '111143.262500', '111143.722500', '111144.182500', '111144.642500', '111145.102500', '111145.562500', '111146.022500', '111146.482500', '111146.942500', '111147.402500', '111147.862500', '111148.322500', '111148.782500', '111149.242500', '111149.702500', '111150.162500', '111150.622500', '111151.082500', '111151.542500', '111152.002500', '111152.462500', '111152.922500', '111153.382500', '111153.842500', '111154.302500', '111154.762500', '111155.222500', '111155.682500', '111156.142500', '111156.602500', '111157.062500', '111157.522500', '111157.982500', '111158.442500', '111158.902500', '111159.362500', '111159.822500', '111200.282500', '111200.742500', '111201.202500', '111201.662500', '111202.122500', '111202.582500', '111203.042500', '111203.502500', '111203.962500', '111204.422500', '111204.882500', '111205.342500', '111205.802500', '111206.262500', '111206.722500', '111207.182500', '111207.642500', '111208.102500', '111208.562500', '111209.022500', '111209.482500', '111209.942500', '111210.402500', '111210.862500', '111211.322500', '111211.782500', '111212.242500', '111212.702500', '111213.162500', '111213.622500', '111214.082500', '111214.542500', '111215.002500', '111215.462500', '111215.922500', '111216.382500', '111216.842500', '111217.302500', '111217.762500', '111218.222500', '111218.682500', '111219.142500', '111219.602500', '111220.062500', '111220.522500', '111220.982500', '111221.442500', '111221.902500', '111222.362500', '111222.822500', '111223.282500', '111223.742500', '111224.202500', '111224.662500', '111225.122500', '111225.582500', '111226.042500', '111226.502500', '111226.962500', '111227.422500', '111227.882500', '111228.342500', '111228.802500', '111229.262500', '111229.722500', '111230.182500', '111230.642500', '111231.102500', '111231.562500', '111232.022500', '111232.482500', '111232.942500', '111233.402500', '111233.862500', '111234.322500', '111234.782500', '111235.242500', '111235.702500', '111236.162500', '111236.622500', '111237.082500', '111237.542500', '111238.002500', '111238.462500', '111238.922500', '111239.382500', '111239.842500', '111240.302500', '111240.762500', '111241.222500', '111241.682500', '111242.142500', '111242.602500', '111243.062500', '111243.522500', '111243.982500', '111244.442500', '111244.902500', '111245.362500', '111245.822500', '111246.282500', '111246.742500', '111247.202500', '111247.662500', '111248.122500', '111248.582500', '111249.042500', '111249.502500', '111249.962500', '111250.422500', '111250.882500', '111251.342500', '111251.802500', '111252.262500', '111252.722500', '111253.182500', '111253.642500', '111254.102500', '111254.562500', '111255.022500', '111255.482500', '111255.942500', '111256.402500', '111256.862500', '111257.322500', '111257.782500', '111258.242500', '111258.702500', '111259.162500', '111259.622500', '111300.082500', '111300.542500', '111301.002500', '111301.462500', '111301.922500', '111302.382500', '111302.842500', '111303.302500', '111303.762500', '111304.222500', '111304.682500', '111305.142500', '111305.602500', '111306.062500', '111306.522500', '111306.982500', '111307.442500', '111307.902500', '111308.362500', '111308.822500', '111309.282500', '111309.742500', '111310.202500', '111310.662500', '111311.122500', '111311.582500', '111312.042500', '111312.502500', '111312.962500', '111313.422500', '111313.882500', '111314.342500', '111314.802500', '111315.262500', '111315.722500', '111316.182500', '111316.642500', '111317.102500', '111317.562500', '111318.022500', '111318.482500', '111318.942500', '111319.402500', '111319.862500', '111320.322500', '111320.782500', '111321.242500', '111321.702500', '111322.162500', '111322.622500', '111323.082500', '111323.542500', '111324.002500', '111324.462500', '111324.922500', '111325.382500', '111325.842500', '111326.302500', '111326.762500', '111327.222500', '111327.682500', '111328.142500', '111328.602500', '111329.062500', '111329.522500', '111329.982500', '111330.442500', '111330.902500', '111331.362500', '111331.822500', '111332.282500', '111332.742500', '111333.202500', '111333.662500', '111334.122500', '111334.582500', '111335.042500', '111335.502500', '111335.962500', '111336.422500', '111336.882500', '111337.342500', '111337.802500', '111338.262500', '111338.722500', '111339.182500', '111339.642500', '111340.102500', '111340.562500', '111341.022500', '111341.482500', '111341.942500', '111342.402500', '111342.862500', '111343.322500', '111343.782500', '111344.242500', '111344.702500', '111345.162500', '111345.622500', '111346.082500', '111346.542500', '111347.002500', '111347.462500', '111347.922500', '111348.382500', '111348.842500', '111349.302500', '111349.762500', '111350.222500', '111350.682500', '111351.142500', '111351.602500', '111352.062500', '111352.522500', '111352.982500', '111353.442500', '111353.902500', '111354.362500', '111354.822500', '111355.282500', '111355.742500', '111356.202500', '111356.662500', '111357.122500', '111357.582500', '111358.042500', '111358.502500', '111358.962500', '111359.422500', '111359.882500', '111400.342500', '111400.802500', '111401.262500', '111401.722500', '111402.182500', '111402.642500', '111403.102500', '111403.562500', '111404.022500', '111404.482500', '111404.942500', '111405.402500', '111405.862500', '111406.322500', '111406.782500', '111407.242500', '111407.702500', '111408.162500', '111408.622500', '111409.082500', '111409.542500', '111410.002500', '111410.462500', '111410.922500', '111411.382500', '111411.842500', '111412.302500', '111412.762500', '111413.222500', '111413.682500', '111414.142500', '111414.602500', '111415.062500', '111415.522500', '111415.982500', '111416.442500', '111416.902500', '111417.362500', '111417.822500', '111418.282500', '111418.742500', '111419.202500', '111419.662500', '111420.122500', '111420.582500', '111421.042500', '111421.502500', '111421.962500', '111422.422500', '111422.882500', '111423.342500', '111423.802500', '111424.262500', '111424.722500', '111425.182500', '111425.642500', '111426.102500', '111426.562500', '111427.022500', '111427.482500', '111427.942500', '111428.402500', '111428.862500', '111429.322500', '111429.782500', '111430.242500', '111430.702500', '111431.162500', '111431.622500', '111432.082500', '111432.542500', '111433.002500', '111433.462500', '111433.922500', '111434.382500', '111434.842500', '111435.302500', '111435.762500', '111436.222500', '111436.682500', '111437.142500', '111437.602500', '111438.062500', '111438.522500', '111438.982500', '111439.442500', '111439.902500', '111440.362500', '111440.822500', '111441.282500', '111441.742500', '111442.202500', '111442.662500', '111443.122500', '111443.582500', '111444.042500', '111444.502500', '111444.962500', '111445.422500', '111445.882500', '111446.342500', '111446.802500', '111447.262500', '111447.722500', '111448.182500', '111448.642500', '111449.102500', '111449.562500', '111450.022500', '111450.482500', '111450.942500', '111451.402500', '111451.862500', '111452.322500', '111452.782500', '111453.242500', '111453.702500', '111454.162500', '111454.622500', '111455.082500', '111455.542500', '111456.002500', '111456.462500', '111456.922500', '111457.382500', '111457.842500', '111458.302500', '111458.762500', '111459.222500', '111459.682500', '111500.142500', '111500.602500', '111501.062500', '111501.522500', '111501.982500', '111502.442500', '111502.902500', '111503.362500', '111503.822500', '111504.282500', '111504.742500', '111505.202500', '111505.662500', '111506.122500', '111506.582500', '111507.042500', '111507.502500', '111507.962500', '111508.422500', '111508.882500', '111509.342500', '111509.802500', '111510.262500', '111510.722500', '111511.182500', '111511.642500', '111512.102500', '111512.562500', '111513.022500', '111513.482500', '111513.942500', '111514.402500', '111514.862500', '111515.322500', '111515.782500', '111516.242500', '111516.702500', '111517.162500', '111517.622500', '111518.082500', '111518.542500', '111519.002500', '111519.462500', '111519.922500', '111520.382500', '111520.842500', '111521.302500', '111521.762500', '111522.222500', '111522.682500', '111523.142500', '111523.602500', '111524.062500', '111524.522500', '111524.982500', '111525.442500', '111525.902500', '111526.362500', '111526.822500', '111527.282500', '111527.742500', '111528.202500', '111528.662500', '111529.122500', '111529.582500', '111530.042500', '111530.502500', '111530.962500', '111531.422500', '111531.882500', '111532.342500', '111532.802500', '111533.262500', '111533.722500', '111534.182500', '111534.642500', '111535.102500', '111535.562500', '111536.022500', '111536.482500', '111536.942500', '111537.402500', '111537.862500', '111538.322500', '111538.782500', '111539.242500', '111539.702500', '111540.162500', '111540.622500', '111541.082500', '111541.542500', '111542.002500', '111542.462500', '111542.922500', '111543.382500', '111543.842500', '111544.302500', '111544.762500', '111545.222500', '111545.682500', '111546.142500', '111546.602500', '111547.062500', '111547.522500', '111547.982500', '111548.442500', '111548.902500', '111549.362500', '111549.822500', '111550.282500', '111550.742500', '111551.202500', '111551.662500', '111552.122500', '111552.582500', '111553.042500', '111553.502500', '111553.962500', '111554.422500', '111554.882500', '111555.342500', '111555.802500', '111556.262500', '111556.722500', '111557.182500', '111557.642500', '111558.102500', '111558.562500', '111559.022500', '111559.482500', '111559.942500', '111600.402500', '111600.862500', '111601.322500', '111601.782500', '111602.242500', '111602.702500', '111603.162500', '111603.622500'], 'ContentTime': ['110938.164000', '110938.167000', '110938.170000', '110938.173000', '110938.175000', '110938.178000', '110938.180000', '110938.183000', '110938.185000', '110938.188000', '110938.191000', '110938.193000', '110938.196000', '110938.198000', '110938.201000', '110938.209000', '110938.212000', '110938.215000', '110938.217000', '110938.220000', '110938.222000', '110938.225000', '110938.228000', '110938.230000', '110938.233000', '110938.235000', '110938.238000', '110938.241000', '110938.243000', '110938.246000', '110958.123000', '110958.126000', '110958.129000', '110958.132000', '110958.134000', '110958.137000', '110958.140000', '110958.142000', '110958.145000', '110958.154000', '110958.157000', '110958.159000', '110958.162000', '110958.164000', '110958.167000', '110958.170000', '110958.172000', '110958.175000', '110958.177000', '110958.180000', '110958.183000', '110958.185000', '110958.188000', '110958.190000', '110958.193000', '110958.196000', '110958.198000', '110958.201000', '110958.203000', '110958.206000', '110958.209000', '110958.211000', '110958.214000', '110958.216000', '110958.219000', '110958.222000', '110958.224000', '110958.227000', '110958.229000', '110958.232000', '110958.234000', '110958.237000', '110958.240000', '110958.242000', '111018.124000', '111018.127000', '111018.130000', '111018.132000', '111018.135000', '111018.138000', '111018.140000', '111018.143000', '111018.145000', '111018.148000', '111018.151000', '111018.153000', '111018.156000', '111018.159000', '111018.161000', '111018.164000', '111018.166000', '111018.169000', '111018.172000', '111018.174000', '111018.177000', '111018.179000', '111018.182000', '111018.185000', '111018.187000', '111018.190000', '111018.193000', '111018.206000', '111018.209000', '111018.211000', '111018.214000', '111018.216000', '111018.219000', '111018.222000', '111018.224000', '111018.227000', '111018.229000', '111018.232000', '111018.235000', '111018.238000', '111018.241000', '111018.244000', '111018.247000', '111038.124000', '111038.128000', '111038.130000', '111038.133000', '111038.135000', '111038.138000', '111038.141000', '111038.143000', '111038.146000', '111038.149000', '111038.151000', '111038.154000', '111038.156000', '111038.159000', '111038.162000', '111038.164000', '111038.167000', '111038.169000', '111038.172000', '111038.174000', '111038.177000', '111038.180000', '111038.182000', '111038.185000', '111038.188000', '111038.195000', '111038.198000', '111038.200000', '111038.203000', '111038.206000', '111038.208000', '111038.211000', '111038.214000', '111038.216000', '111038.219000', '111038.221000', '111038.224000', '111038.227000', '111038.229000', '111038.232000', '111038.234000', '111038.237000', '111038.240000', '111038.242000', '111058.125000', '111058.127000', '111058.130000', '111058.133000', '111058.135000', '111058.138000', '111058.141000', '111058.143000', '111058.146000', '111058.149000', '111058.151000', '111058.154000', '111058.157000', '111058.159000', '111058.162000', '111058.165000', '111058.167000', '111058.170000', '111058.172000', '111058.175000', '111058.177000', '111058.180000', '111058.183000', '111058.185000', '111058.188000', '111058.190000', '111058.193000', '111058.195000', '111058.198000', '111058.201000', '111058.203000', '111058.206000', '111058.208000', '111058.211000', '111058.214000', '111058.216000', '111058.219000', '111058.221000', '111058.224000', '111058.226000', '111058.229000', '111058.231000', '111058.234000', '111118.125000', '111118.127000', '111118.130000', '111118.132000', '111118.135000', '111118.138000', '111118.140000', '111118.157000', '111118.159000', '111118.162000', '111118.164000', '111118.167000', '111118.169000', '111118.172000', '111118.174000', '111118.177000', '111118.180000', '111118.182000', '111118.185000', '111118.187000', '111118.190000', '111118.192000', '111118.195000', '111118.198000', '111118.200000', '111118.203000', '111118.205000', '111118.208000', '111118.210000', '111118.213000', '111118.216000', '111118.218000', '111118.221000', '111118.223000', '111118.226000', '111118.228000', '111118.231000', '111118.234000', '111118.236000', '111118.239000', '111118.241000', '111118.244000', '111118.246000', '111118.249000', '111138.124000', '111138.127000', '111138.130000', '111138.133000', '111138.135000', '111138.138000', '111138.141000', '111138.143000', '111138.146000', '111138.148000', '111138.151000', '111138.154000', '111138.156000', '111138.159000', '111138.162000', '111138.164000', '111138.167000', '111138.169000', '111138.172000', '111138.175000', '111138.177000', '111138.180000', '111138.183000', '111138.185000', '111138.188000', '111138.190000', '111138.193000', '111138.196000', '111138.198000', '111138.201000', '111138.204000', '111138.206000', '111138.209000', '111138.211000', '111138.214000', '111138.217000', '111138.219000', '111138.222000', '111138.224000', '111138.227000', '111138.230000', '111138.232000', '111138.235000', '111158.124000', '111158.127000', '111158.130000', '111158.132000', '111158.135000', '111158.137000', '111158.140000', '111158.143000', '111158.145000', '111158.148000', '111158.150000', '111158.153000', '111158.155000', '111158.158000', '111158.160000', '111158.163000', '111158.165000', '111158.168000', '111158.171000', '111158.173000', '111158.176000', '111158.178000', '111158.181000', '111158.183000', '111158.186000', '111158.188000', '111158.191000', '111158.194000', '111158.196000', '111158.199000', '111158.201000', '111158.204000', '111158.206000', '111158.209000', '111158.212000', '111158.214000', '111158.217000', '111158.219000', '111158.222000', '111158.224000', '111158.227000', '111158.229000', '111158.232000', '111158.234000', '111218.124000', '111218.126000', '111218.129000', '111218.131000', '111218.134000', '111218.137000', '111218.139000', '111218.142000', '111218.144000', '111218.147000', '111218.149000', '111218.152000', '111218.155000', '111218.157000', '111218.160000', '111218.162000', '111218.165000', '111218.168000', '111218.170000', '111218.173000', '111218.175000', '111218.178000', '111218.180000', '111218.183000', '111218.185000', '111218.188000', '111218.191000', '111218.193000', '111218.196000', '111218.199000', '111218.201000', '111218.204000', '111218.206000', '111218.209000', '111218.212000', '111218.214000', '111218.217000', '111218.220000', '111218.222000', '111218.225000', '111218.227000', '111218.230000', '111218.233000', '111238.125000', '111238.127000', '111238.130000', '111238.133000', '111238.136000', '111238.138000', '111238.141000', '111238.143000', '111238.146000', '111238.148000', '111238.151000', '111238.153000', '111238.156000', '111238.159000', '111238.161000', '111238.164000', '111238.166000', '111238.169000', '111238.172000', '111238.174000', '111238.177000', '111238.179000', '111238.182000', '111238.184000', '111238.187000', '111238.190000', '111238.192000', '111238.195000', '111238.197000', '111238.200000', '111238.202000', '111238.205000', '111238.236000', '111238.239000', '111238.242000', '111238.244000', '111238.247000', '111238.249000', '111238.252000', '111238.254000', '111238.257000', '111238.259000', '111238.262000', '111238.265000', '111258.124000', '111258.127000', '111258.130000', '111258.132000', '111258.135000', '111258.138000', '111258.140000', '111258.143000', '111258.145000', '111258.148000', '111258.150000', '111258.153000', '111258.155000', '111258.158000', '111258.161000', '111258.163000', '111258.166000', '111258.168000', '111258.171000', '111258.174000', '111258.176000', '111258.179000', '111258.181000', '111258.184000', '111258.186000', '111258.189000', '111258.191000', '111258.194000', '111258.197000', '111258.199000', '111258.202000', '111258.205000', '111258.207000', '111258.210000', '111258.212000', '111258.215000', '111258.217000', '111258.220000', '111258.223000', '111258.225000', '111258.228000', '111258.230000', '111258.233000', '111318.125000', '111318.127000', '111318.130000', '111318.133000', '111318.135000', '111318.138000', '111318.140000', '111318.143000', '111318.145000', '111318.148000', '111318.151000', '111318.153000', '111318.156000', '111318.158000', '111318.161000', '111318.164000', '111318.166000', '111318.169000', '111318.172000', '111318.174000', '111318.177000', '111318.179000', '111318.182000', '111318.185000', '111318.187000', '111318.190000', '111318.192000', '111318.195000', '111318.197000', '111318.200000', '111318.202000', '111318.205000', '111318.208000', '111318.210000', '111318.213000', '111318.215000', '111318.218000', '111318.220000', '111318.223000', '111318.226000', '111318.228000', '111318.231000', '111318.233000', '111318.236000', '111338.124000', '111338.127000', '111338.130000', '111338.133000', '111338.135000', '111338.138000', '111338.140000', '111338.143000', '111338.145000', '111338.148000', '111338.151000', '111338.153000', '111338.156000', '111338.158000', '111338.161000', '111338.164000', '111338.166000', '111338.169000', '111338.171000', '111338.174000', '111338.177000', '111338.179000', '111338.182000', '111338.184000', '111338.187000', '111338.190000', '111338.192000', '111338.195000', '111338.197000', '111338.200000', '111338.202000', '111338.205000', '111338.208000', '111338.210000', '111338.213000', '111338.215000', '111338.218000', '111338.220000', '111338.223000', '111338.226000', '111338.228000', '111338.231000', '111338.233000', '111358.124000', '111358.127000', '111358.130000', '111358.133000', '111358.135000', '111358.138000', '111358.140000', '111358.143000', '111358.145000', '111358.148000', '111358.150000', '111358.153000', '111358.156000', '111358.158000', '111358.161000', '111358.164000', '111358.167000', '111358.169000', '111358.172000', '111358.174000', '111358.177000', '111358.179000', '111358.182000', '111358.185000', '111358.187000', '111358.190000', '111358.192000', '111358.195000', '111358.197000', '111358.200000', '111358.203000', '111358.205000', '111358.208000', '111358.210000', '111358.213000', '111358.215000', '111358.218000', '111358.221000', '111358.223000', '111358.226000', '111358.228000', '111358.231000', '111358.234000', '111358.236000', '111418.124000', '111418.127000', '111418.130000', '111418.132000', '111418.135000', '111418.138000', '111418.140000', '111418.143000', '111418.145000', '111418.148000', '111418.151000', '111418.153000', '111418.156000', '111418.169000', '111418.171000', '111418.174000', '111418.177000', '111418.179000', '111418.182000', '111418.185000', '111418.187000', '111418.190000', '111418.192000', '111418.195000', '111418.198000', '111418.200000', '111418.203000', '111418.206000', '111418.208000', '111418.211000', '111418.214000', '111418.216000', '111418.219000', '111418.221000', '111418.224000', '111418.227000', '111418.229000', '111418.232000', '111418.234000', '111418.237000', '111418.240000', '111418.242000', '111418.245000', '111438.123000', '111438.126000', '111438.129000', '111438.132000', '111438.134000', '111438.137000', '111438.139000', '111438.142000', '111438.145000', '111438.147000', '111438.150000', '111438.152000', '111438.155000', '111438.158000', '111438.160000', '111438.163000', '111438.166000', '111438.168000', '111438.171000', '111438.173000', '111438.176000', '111438.179000', '111438.181000', '111438.184000', '111438.186000', '111438.189000', '111438.192000', '111438.194000', '111438.197000', '111438.200000', '111438.202000', '111438.205000', '111438.208000', '111438.210000', '111438.213000', '111438.215000', '111438.218000', '111438.221000', '111438.223000', '111438.226000', '111438.229000', '111438.231000', '111438.234000', '111438.237000', '111458.124000', '111458.128000', '111458.130000', '111458.133000', '111458.135000', '111458.138000', '111458.141000', '111458.143000', '111458.146000', '111458.149000', '111458.151000', '111458.154000', '111458.156000', '111458.159000', '111458.162000', '111458.164000', '111458.167000', '111458.170000', '111458.172000', '111458.175000', '111458.177000', '111458.180000', '111458.183000', '111458.185000', '111458.188000', '111458.191000', '111458.202000', '111458.204000', '111458.207000', '111458.210000', '111458.212000', '111458.215000', '111458.217000', '111458.220000', '111458.223000', '111458.225000', '111458.228000', '111458.230000', '111458.233000', '111458.235000', '111458.238000', '111458.241000', '111458.244000', '111518.125000', '111518.127000', '111518.130000', '111518.133000', '111518.135000', '111518.138000', '111518.141000', '111518.143000', '111518.146000', '111518.148000', '111518.151000', '111518.154000', '111518.157000', '111518.160000', '111518.163000', '111518.166000', '111518.168000', '111518.171000', '111518.174000', '111518.176000', '111518.179000', '111518.181000', '111518.184000', '111518.187000', '111518.189000', '111518.192000', '111518.195000', '111518.197000', '111518.201000', '111518.204000', '111518.207000', '111518.209000', '111518.212000', '111518.215000', '111518.217000', '111518.220000', '111518.223000', '111518.225000', '111518.228000', '111518.231000', '111518.233000', '111518.236000', '111518.239000', '111518.241000', '111538.124000', '111538.127000', '111538.130000', '111538.132000', '111538.135000', '111538.138000', '111538.141000', '111538.143000', '111538.146000', '111538.148000', '111538.151000', '111538.154000', '111538.156000', '111538.159000', '111538.162000', '111538.164000', '111538.167000', '111538.170000', '111538.172000', '111538.175000', '111538.178000', '111538.180000', '111538.183000', '111538.185000', '111538.196000', '111538.199000', '111538.201000', '111538.204000', '111538.207000', '111538.209000', '111538.212000', '111538.214000', '111538.217000', '111538.220000', '111538.222000', '111538.225000', '111538.228000', '111538.230000', '111538.233000', '111538.235000', '111538.238000', '111538.241000', '111538.243000', '111558.124000', '111558.127000', '111558.130000', '111558.132000', '111558.135000', '111558.138000', '111558.140000', '111558.143000', '111558.145000', '111558.148000', '111558.150000', '111558.153000', '111558.156000', '111558.158000', '111558.161000', '111558.164000', '111558.166000', '111558.169000', '111558.172000', '111558.174000', '111558.177000', '111558.179000', '111558.182000', '111558.185000', '111558.187000', '111558.190000', '111558.193000', '111558.195000', '111558.198000', '111558.201000', '111558.203000', '111558.206000', '111558.208000', '111558.218000', '111558.220000', '111558.223000', '111558.225000', '111558.228000', '111558.231000', '111558.233000', '111558.236000', '111558.239000', '111558.241000', '111558.244000', '111605.027000', '111605.030000', '111605.033000', '111605.036000', '111605.039000', '111605.042000', '111605.044000', '111605.048000', '111605.051000', '111605.054000', '111605.057000', '111605.060000', '111605.063000', '111605.066000', '111605.069000'], 'InstanceCreationTime': ['110938.164000', '110938.167000', '110938.170000', '110938.173000', '110938.175000', '110938.178000', '110938.180000', '110938.183000', '110938.185000', '110938.188000', '110938.191000', '110938.193000', '110938.196000', '110938.198000', '110938.201000', '110938.209000', '110938.212000', '110938.215000', '110938.217000', '110938.220000', '110938.222000', '110938.225000', '110938.228000', '110938.230000', '110938.233000', '110938.235000', '110938.238000', '110938.241000', '110938.243000', '110938.246000', '110958.123000', '110958.126000', '110958.129000', '110958.132000', '110958.134000', '110958.137000', '110958.140000', '110958.142000', '110958.145000', '110958.154000', '110958.157000', '110958.159000', '110958.162000', '110958.164000', '110958.167000', '110958.170000', '110958.172000', '110958.175000', '110958.177000', '110958.180000', '110958.183000', '110958.185000', '110958.188000', '110958.190000', '110958.193000', '110958.196000', '110958.198000', '110958.201000', '110958.203000', '110958.206000', '110958.209000', '110958.211000', '110958.214000', '110958.216000', '110958.219000', '110958.222000', '110958.224000', '110958.227000', '110958.229000', '110958.232000', '110958.234000', '110958.237000', '110958.240000', '110958.242000', '111018.124000', '111018.127000', '111018.130000', '111018.132000', '111018.135000', '111018.138000', '111018.140000', '111018.143000', '111018.145000', '111018.148000', '111018.151000', '111018.153000', '111018.156000', '111018.159000', '111018.161000', '111018.164000', '111018.166000', '111018.169000', '111018.172000', '111018.174000', '111018.177000', '111018.179000', '111018.182000', '111018.185000', '111018.187000', '111018.190000', '111018.193000', '111018.206000', '111018.209000', '111018.211000', '111018.214000', '111018.216000', '111018.219000', '111018.222000', '111018.224000', '111018.227000', '111018.229000', '111018.232000', '111018.235000', '111018.238000', '111018.241000', '111018.244000', '111018.247000', '111038.124000', '111038.128000', '111038.130000', '111038.133000', '111038.135000', '111038.138000', '111038.141000', '111038.143000', '111038.146000', '111038.149000', '111038.151000', '111038.154000', '111038.156000', '111038.159000', '111038.162000', '111038.164000', '111038.167000', '111038.169000', '111038.172000', '111038.174000', '111038.177000', '111038.180000', '111038.182000', '111038.185000', '111038.188000', '111038.195000', '111038.198000', '111038.200000', '111038.203000', '111038.206000', '111038.208000', '111038.211000', '111038.214000', '111038.216000', '111038.219000', '111038.221000', '111038.224000', '111038.227000', '111038.229000', '111038.232000', '111038.234000', '111038.237000', '111038.240000', '111038.242000', '111058.125000', '111058.127000', '111058.130000', '111058.133000', '111058.135000', '111058.138000', '111058.141000', '111058.143000', '111058.146000', '111058.149000', '111058.151000', '111058.154000', '111058.157000', '111058.159000', '111058.162000', '111058.165000', '111058.167000', '111058.170000', '111058.172000', '111058.175000', '111058.177000', '111058.180000', '111058.183000', '111058.185000', '111058.188000', '111058.190000', '111058.193000', '111058.195000', '111058.198000', '111058.201000', '111058.203000', '111058.206000', '111058.208000', '111058.211000', '111058.214000', '111058.216000', '111058.219000', '111058.221000', '111058.224000', '111058.226000', '111058.229000', '111058.231000', '111058.234000', '111118.125000', '111118.127000', '111118.130000', '111118.132000', '111118.135000', '111118.138000', '111118.140000', '111118.157000', '111118.159000', '111118.162000', '111118.164000', '111118.167000', '111118.169000', '111118.172000', '111118.174000', '111118.177000', '111118.180000', '111118.182000', '111118.185000', '111118.187000', '111118.190000', '111118.192000', '111118.195000', '111118.198000', '111118.200000', '111118.203000', '111118.205000', '111118.208000', '111118.210000', '111118.213000', '111118.216000', '111118.218000', '111118.221000', '111118.223000', '111118.226000', '111118.228000', '111118.231000', '111118.234000', '111118.236000', '111118.239000', '111118.241000', '111118.244000', '111118.246000', '111118.249000', '111138.124000', '111138.127000', '111138.130000', '111138.133000', '111138.135000', '111138.138000', '111138.141000', '111138.143000', '111138.146000', '111138.148000', '111138.151000', '111138.154000', '111138.156000', '111138.159000', '111138.162000', '111138.164000', '111138.167000', '111138.169000', '111138.172000', '111138.175000', '111138.177000', '111138.180000', '111138.183000', '111138.185000', '111138.188000', '111138.190000', '111138.193000', '111138.196000', '111138.198000', '111138.201000', '111138.204000', '111138.206000', '111138.209000', '111138.211000', '111138.214000', '111138.217000', '111138.219000', '111138.222000', '111138.224000', '111138.227000', '111138.230000', '111138.232000', '111138.235000', '111158.124000', '111158.127000', '111158.130000', '111158.132000', '111158.135000', '111158.137000', '111158.140000', '111158.143000', '111158.145000', '111158.148000', '111158.150000', '111158.153000', '111158.155000', '111158.158000', '111158.160000', '111158.163000', '111158.165000', '111158.168000', '111158.171000', '111158.173000', '111158.176000', '111158.178000', '111158.181000', '111158.183000', '111158.186000', '111158.188000', '111158.191000', '111158.194000', '111158.196000', '111158.199000', '111158.201000', '111158.204000', '111158.206000', '111158.209000', '111158.212000', '111158.214000', '111158.217000', '111158.219000', '111158.222000', '111158.224000', '111158.227000', '111158.229000', '111158.232000', '111158.234000', '111218.124000', '111218.126000', '111218.129000', '111218.131000', '111218.134000', '111218.137000', '111218.139000', '111218.142000', '111218.144000', '111218.147000', '111218.149000', '111218.152000', '111218.155000', '111218.157000', '111218.160000', '111218.162000', '111218.165000', '111218.168000', '111218.170000', '111218.173000', '111218.175000', '111218.178000', '111218.180000', '111218.183000', '111218.185000', '111218.188000', '111218.191000', '111218.193000', '111218.196000', '111218.199000', '111218.201000', '111218.204000', '111218.206000', '111218.209000', '111218.212000', '111218.214000', '111218.217000', '111218.220000', '111218.222000', '111218.225000', '111218.227000', '111218.230000', '111218.233000', '111238.125000', '111238.127000', '111238.130000', '111238.133000', '111238.136000', '111238.138000', '111238.141000', '111238.143000', '111238.146000', '111238.148000', '111238.151000', '111238.153000', '111238.156000', '111238.159000', '111238.161000', '111238.164000', '111238.166000', '111238.169000', '111238.172000', '111238.174000', '111238.177000', '111238.179000', '111238.182000', '111238.184000', '111238.187000', '111238.190000', '111238.192000', '111238.195000', '111238.197000', '111238.200000', '111238.202000', '111238.205000', '111238.236000', '111238.239000', '111238.242000', '111238.244000', '111238.247000', '111238.249000', '111238.252000', '111238.254000', '111238.257000', '111238.259000', '111238.262000', '111238.265000', '111258.124000', '111258.127000', '111258.130000', '111258.132000', '111258.135000', '111258.138000', '111258.140000', '111258.143000', '111258.145000', '111258.148000', '111258.150000', '111258.153000', '111258.155000', '111258.158000', '111258.161000', '111258.163000', '111258.166000', '111258.168000', '111258.171000', '111258.174000', '111258.176000', '111258.179000', '111258.181000', '111258.184000', '111258.186000', '111258.189000', '111258.191000', '111258.194000', '111258.197000', '111258.199000', '111258.202000', '111258.205000', '111258.207000', '111258.210000', '111258.212000', '111258.215000', '111258.217000', '111258.220000', '111258.223000', '111258.225000', '111258.228000', '111258.230000', '111258.233000', '111318.125000', '111318.127000', '111318.130000', '111318.133000', '111318.135000', '111318.138000', '111318.140000', '111318.143000', '111318.145000', '111318.148000', '111318.151000', '111318.153000', '111318.156000', '111318.158000', '111318.161000', '111318.164000', '111318.166000', '111318.169000', '111318.172000', '111318.174000', '111318.177000', '111318.179000', '111318.182000', '111318.185000', '111318.187000', '111318.190000', '111318.192000', '111318.195000', '111318.197000', '111318.200000', '111318.202000', '111318.205000', '111318.208000', '111318.210000', '111318.213000', '111318.215000', '111318.218000', '111318.220000', '111318.223000', '111318.226000', '111318.228000', '111318.231000', '111318.233000', '111318.236000', '111338.124000', '111338.127000', '111338.130000', '111338.133000', '111338.135000', '111338.138000', '111338.140000', '111338.143000', '111338.145000', '111338.148000', '111338.151000', '111338.153000', '111338.156000', '111338.158000', '111338.161000', '111338.164000', '111338.166000', '111338.169000', '111338.171000', '111338.174000', '111338.177000', '111338.179000', '111338.182000', '111338.184000', '111338.187000', '111338.190000', '111338.192000', '111338.195000', '111338.197000', '111338.200000', '111338.202000', '111338.205000', '111338.208000', '111338.210000', '111338.213000', '111338.215000', '111338.218000', '111338.220000', '111338.223000', '111338.226000', '111338.228000', '111338.231000', '111338.233000', '111358.124000', '111358.127000', '111358.130000', '111358.133000', '111358.135000', '111358.138000', '111358.140000', '111358.143000', '111358.145000', '111358.148000', '111358.150000', '111358.153000', '111358.156000', '111358.158000', '111358.161000', '111358.164000', '111358.167000', '111358.169000', '111358.172000', '111358.174000', '111358.177000', '111358.179000', '111358.182000', '111358.185000', '111358.187000', '111358.190000', '111358.192000', '111358.195000', '111358.197000', '111358.200000', '111358.203000', '111358.205000', '111358.208000', '111358.210000', '111358.213000', '111358.215000', '111358.218000', '111358.221000', '111358.223000', '111358.226000', '111358.228000', '111358.231000', '111358.234000', '111358.236000', '111418.124000', '111418.127000', '111418.130000', '111418.132000', '111418.135000', '111418.138000', '111418.140000', '111418.143000', '111418.145000', '111418.148000', '111418.151000', '111418.153000', '111418.156000', '111418.169000', '111418.171000', '111418.174000', '111418.177000', '111418.179000', '111418.182000', '111418.185000', '111418.187000', '111418.190000', '111418.192000', '111418.195000', '111418.198000', '111418.200000', '111418.203000', '111418.206000', '111418.208000', '111418.211000', '111418.214000', '111418.216000', '111418.219000', '111418.221000', '111418.224000', '111418.227000', '111418.229000', '111418.232000', '111418.234000', '111418.237000', '111418.240000', '111418.242000', '111418.245000', '111438.123000', '111438.126000', '111438.129000', '111438.132000', '111438.134000', '111438.137000', '111438.139000', '111438.142000', '111438.145000', '111438.147000', '111438.150000', '111438.152000', '111438.155000', '111438.158000', '111438.160000', '111438.163000', '111438.166000', '111438.168000', '111438.171000', '111438.173000', '111438.176000', '111438.179000', '111438.181000', '111438.184000', '111438.186000', '111438.189000', '111438.192000', '111438.194000', '111438.197000', '111438.200000', '111438.202000', '111438.205000', '111438.208000', '111438.210000', '111438.213000', '111438.215000', '111438.218000', '111438.221000', '111438.223000', '111438.226000', '111438.229000', '111438.231000', '111438.234000', '111438.237000', '111458.124000', '111458.128000', '111458.130000', '111458.133000', '111458.135000', '111458.138000', '111458.141000', '111458.143000', '111458.146000', '111458.149000', '111458.151000', '111458.154000', '111458.156000', '111458.159000', '111458.162000', '111458.164000', '111458.167000', '111458.170000', '111458.172000', '111458.175000', '111458.177000', '111458.180000', '111458.183000', '111458.185000', '111458.188000', '111458.191000', '111458.202000', '111458.204000', '111458.207000', '111458.210000', '111458.212000', '111458.215000', '111458.217000', '111458.220000', '111458.223000', '111458.225000', '111458.228000', '111458.230000', '111458.233000', '111458.235000', '111458.238000', '111458.241000', '111458.244000', '111518.125000', '111518.127000', '111518.130000', '111518.133000', '111518.135000', '111518.138000', '111518.141000', '111518.143000', '111518.146000', '111518.148000', '111518.151000', '111518.154000', '111518.157000', '111518.160000', '111518.163000', '111518.166000', '111518.168000', '111518.171000', '111518.174000', '111518.176000', '111518.179000', '111518.181000', '111518.184000', '111518.187000', '111518.189000', '111518.192000', '111518.195000', '111518.197000', '111518.201000', '111518.204000', '111518.207000', '111518.209000', '111518.212000', '111518.215000', '111518.217000', '111518.220000', '111518.223000', '111518.225000', '111518.228000', '111518.231000', '111518.233000', '111518.236000', '111518.239000', '111518.241000', '111538.124000', '111538.127000', '111538.130000', '111538.132000', '111538.135000', '111538.138000', '111538.141000', '111538.143000', '111538.146000', '111538.148000', '111538.151000', '111538.154000', '111538.156000', '111538.159000', '111538.162000', '111538.164000', '111538.167000', '111538.170000', '111538.172000', '111538.175000', '111538.178000', '111538.180000', '111538.183000', '111538.185000', '111538.196000', '111538.199000', '111538.201000', '111538.204000', '111538.207000', '111538.209000', '111538.212000', '111538.214000', '111538.217000', '111538.220000', '111538.222000', '111538.225000', '111538.228000', '111538.230000', '111538.233000', '111538.235000', '111538.238000', '111538.241000', '111538.243000', '111558.124000', '111558.127000', '111558.130000', '111558.132000', '111558.135000', '111558.138000', '111558.140000', '111558.143000', '111558.145000', '111558.148000', '111558.150000', '111558.153000', '111558.156000', '111558.158000', '111558.161000', '111558.164000', '111558.166000', '111558.169000', '111558.172000', '111558.174000', '111558.177000', '111558.179000', '111558.182000', '111558.185000', '111558.187000', '111558.190000', '111558.193000', '111558.195000', '111558.198000', '111558.201000', '111558.203000', '111558.206000', '111558.208000', '111558.218000', '111558.220000', '111558.223000', '111558.225000', '111558.228000', '111558.231000', '111558.233000', '111558.236000', '111558.239000', '111558.241000', '111558.244000', '111605.027000', '111605.030000', '111605.033000', '111605.036000', '111605.039000', '111605.042000', '111605.044000', '111605.048000', '111605.051000', '111605.054000', '111605.057000', '111605.060000', '111605.063000', '111605.066000', '111605.069000'], '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': [8115, 5827, 11188, 8887, 6709, 5775, 8544, 5635, 7645, 9068, 6684, 5720, 9285, 6565, 6563, 11167, 7957, 5864, 7895, 7976, 6646, 9593, 7881, 5467, 8919, 7719, 6837, 8416, 7962, 5676, 7496, 8759, 6074, 5672, 9149, 5515, 5712, 8657, 5711, 5366, 9874, 9592, 9629, 7866, 11594, 9180, 7273, 6467, 10863, 8344, 6885, 9400, 8264, 5550, 5740, 5805, 8002, 7414, 5837, 5582, 5837, 5730, 6858, 6787, 6128, 5670, 5631, 8838, 9647, 10142, 13241, 10581, 7965, 11280, 7058, 12045, 10807, 7415, 12761, 7854, 7561, 9496, 5920, 5944, 7696, 5640, 9869, 8012, 6340, 8890, 7089, 9571, 7064, 9998, 6338, 9992, 6492, 6410, 9046, 6458, 9804, 6896, 7185, 8217, 7257, 9903, 7095, 9256, 7979, 12922, 9744, 8087, 10469, 5914, 8236, 7433, 6327, 9043, 7668, 9058, 6635, 9609, 6780, 10853, 7041, 6081, 8478, 5650, 6382, 7244, 5659, 6930, 9238, 8323, 7084, 10702, 9107, 6907, 5700, 11788, 8774, 5955, 8149, 8222, 6004, 13659, 10160, 7858, 10466, 6585, 5642, 9263, 7058, 7161, 9061, 5517, 7393, 6879, 5891, 9179, 6157, 5566, 7879, 5629, 10332, 8026, 6637, 8637, 6050, 5911, 6959, 5678, 11264, 9353, 5702, 5719, 7663, 6511, 14382, 9725, 9994, 9172, 8348, 9716, 5808, 5937, 8832, 7227, 11964, 11879, 11049, 13399, 11352, 14116, 10109, 14163, 8796, 9200, 9693, 7324, 10919, 6875, 6878, 9477, 5586, 5686, 8256, 5420, 5737, 5824, 7424, 11727, 8107, 5839, 5951, 5685, 5574, 5547, 7241, 8097, 7155, 9464, 9259, 7510, 9097, 6974, 10605, 7468, 6577, 8647, 5869, 11167, 7882, 6276, 8718, 5465, 5623, 7525, 6310, 7256, 6208, 5680, 6394, 7202, 6289, 8379, 6218, 10668, 7421, 5828, 8622, 5773, 6712, 8015, 6595, 9728, 7577, 7921, 8653, 7072, 13413, 9521, 8465, 7819, 7092, 9106, 5833, 5688, 5525, 5971, 5497, 5477, 5881, 5614, 5616, 5622, 9517, 11933, 11383, 10718, 9094, 8621, 13867, 9565, 7725, 13208, 9924, 8005, 15935, 11063, 10033, 11858, 7507, 10925, 7417, 6271, 8641, 5781, 5449, 5623, 6657, 5503, 8592, 6358, 5524, 8227, 5906, 5661, 8900, 7061, 8681, 8396, 8100, 12389, 8552, 10814, 7932, 6732, 9382, 6672, 7981, 8147, 5561, 5797, 6914, 5639, 5536, 7592, 5698, 5785, 7655, 5747, 5494, 5515, 7995, 6277, 6529, 8715, 13633, 13510, 11909, 9459, 15890, 11814, 8488, 11117, 9553, 5686, 5566, 7681, 8967, 10488, 8616, 12719, 8965, 6949, 5826, 6897, 7629, 5538, 7243, 8971, 6436, 5647, 5513, 6868, 5778, 5495, 7882, 6224, 8185, 8026, 5506, 8751, 7292, 7076, 9546, 7848, 14271, 10081, 7279, 10430, 7295, 14197, 10320, 8315, 10126, 5858, 5465, 5525, 8472, 6903, 5437, 6926, 9876, 8061, 6944, 5676, 7445, 12814, 10242, 8148, 7282, 13130, 8587, 7822, 9748, 5840, 10862, 8022, 7166, 10794, 6521, 5637, 8771, 5921, 5808, 9344, 6064, 5691, 8348, 5671, 6025, 8364, 6348, 9006, 6819, 7004, 8623, 7105, 10106, 6197, 7818, 6612, 5457, 9724, 6909, 6937, 8191, 5656, 9911, 7215, 6976, 8341, 5676, 6682, 8273, 10779, 9740, 7806, 10496, 7233, 7306, 7842, 6375, 9541, 7150, 12628, 9649, 11609, 9664, 6892, 10965, 7835, 11625, 7629, 14600, 7817, 6170, 9505, 5690, 5713, 9344, 8012, 6375, 12156, 9807, 7194, 9642, 7143, 11038, 6924, 10824, 7807, 7142, 9973, 5996, 5687, 8927, 5709, 7561, 8352, 6595, 9685, 6479, 5716, 8931, 5922, 7816, 7762, 5796, 9183, 6532, 6493, 8716, 6337, 5830, 8306, 5907, 7242, 8571, 7103, 11099, 9355, 6679, 9627, 6107, 5641, 8011, 5818, 9870, 6937, 9396, 7938, 7399, 12887, 9107, 11371, 9829, 5651, 5570, 10690, 9055, 5743, 5539, 5708, 6983, 8140, 6953, 12373, 8866, 8159, 9691, 6671, 7155, 7477, 6164, 7461, 9155, 7710, 5971, 13218, 9229, 6375, 5782, 8407, 5659, 7619, 7375, 6349, 9349, 7214, 5523, 5577, 6209, 5728, 8868, 7143, 5687, 8768, 5964, 9307, 8214, 7235, 11992, 8267, 9861, 9393, 8187, 10072, 5750, 7988, 6049, 5634, 7916, 5723, 5807, 5614, 6091, 6028, 5337, 5405, 7556, 10239, 12100, 11186, 10385, 7330, 5744, 6279, 9793, 6857, 12096, 10832, 8042, 9906, 9061, 6790, 12766, 8289, 6257, 8712, 5884, 7585, 7487, 6017, 5387, 7787, 5953, 5617, 8530, 6725, 6008, 8493, 6088, 6507, 8042, 7494, 11669, 8162, 8397, 8480, 6644, 9144, 6806, 7817, 8060, 5516, 7793, 7687, 6368, 9300, 7089, 6047, 9467, 7473, 6616, 7018, 5819, 5711, 6642, 9607, 7303, 11474, 8089, 11511, 8066, 7897, 9252, 6148, 7678, 8855, 7173, 10514, 12393, 9807, 9399, 15003, 9357, 9199, 11746, 15928, 11193, 9268, 6848, 5515, 6031, 7422, 5980, 5677, 5481, 9229, 6465, 10299, 7550, 6767, 8618, 5660, 10162, 6526, 12329, 8092, 8469, 6934, 6714, 6652, 5918, 9348, 5638, 5722, 6187, 5753, 8722, 5786, 6152, 8588, 5663, 10569, 6609, 9648, 6872, 6685, 8448, 6110, 7434, 8031, 5814, 9616, 7910, 12403, 9211, 7343, 9284, 7498, 12886, 7581, 6516, 9297, 5912, 9479, 6655, 10005, 7842, 6730, 9184, 6216, 8989, 6433, 5746, 8824, 6735, 5880, 8087, 8151, 6240, 11600, 8637, 7147, 11513, 8246, 5756, 10483, 8126, 7569, 12795, 8976, 6326, 9664, 6452, 6272, 9142, 6883, 9463, 6366, 5978, 8753, 5866, 5670, 9332, 6947, 5693, 8784, 6389, 10445, 7126, 10073, 8290, 5926, 9585, 6082, 7247, 8621, 6901, 8729, 7039, 6126, 9527, 6909, 12030, 8139, 9309, 7643, 6888, 9405, 7013, 9493, 6458, 5733, 8973, 7027, 9073, 8212, 5807, 5814, 5782, 5622, 9372, 9651, 9341, 8232, 11805, 8953, 7575, 11944, 9614, 7468, 10532, 8414, 5410, 5405, 8209, 5872, 5486, 9047, 6191, 7055, 8980, 7385, 12635, 7719, 6077, 9511, 5663, 6970, 8045, 5498, 6049, 8435, 6457, 9086, 6545, 5771, 5682, 7758, 6811, 5901, 5724, 6178, 9079, 7277, 6460, 5832, 11660, 9420, 7275, 13139, 9775, 7691, 13571, 8639, 9578, 12412, 7710, 6163, 9177, 6350, 5607, 9175, 7752, 5674, 6302, 6866], 'WindowCenter': [3600.0, 3567.0, 3617.0, 3594.0, 3572.0, 3551.0, 3593.0, 3550.0, 3582.0, 3594.0, 3571.0, 3550.0, 3593.0, 3571.0, 3572.0, 3605.0, 3581.0, 3551.0, 3582.0, 3581.0, 3562.0, 3592.0, 3582.0, 3539.0, 3592.0, 3582.0, 3572.0, 3593.0, 3583.0, 3552.0, 3572.0, 3594.0, 3563.0, 3553.0, 3606.0, 3566.0, 3565.0, 3606.0, 3563.0, 3554.0, 3604.0, 3594.0, 3595.0, 3583.0, 3604.0, 3593.0, 3571.0, 3549.0, 3592.0, 3569.0, 3558.0, 3578.0, 3568.0, 3536.0, 3551.0, 3549.0, 3582.0, 3583.0, 3551.0, 3540.0, 3564.0, 3564.0, 3575.0, 3575.0, 3566.0, 3566.0, 3568.0, 3608.0, 3608.0, 3606.0, 3629.0, 3619.0, 3584.0, 3605.0, 3585.0, 3615.0, 3603.0, 3571.0, 3602.0, 3571.0, 3569.0, 3591.0, 3548.0, 3550.0, 3580.0, 3550.0, 3602.0, 3582.0, 3561.0, 3593.0, 3571.0, 3592.0, 3559.0, 3591.0, 3549.0, 3591.0, 3559.0, 3560.0, 3592.0, 3561.0, 3603.0, 3573.0, 3571.0, 3593.0, 3572.0, 3604.0, 3574.0, 3593.0, 3582.0, 3613.0, 3591.0, 3570.0, 3590.0, 3537.0, 3580.0, 3570.0, 3549.0, 3580.0, 3568.0, 3579.0, 3547.0, 3579.0, 3559.0, 3600.0, 3558.0, 3548.0, 3581.0, 3537.0, 3548.0, 3558.0, 3536.0, 3559.0, 3592.0, 3580.0, 3558.0, 3591.0, 3579.0, 3558.0, 3537.0, 3612.0, 3591.0, 3550.0, 3582.0, 3581.0, 3549.0, 3614.0, 3590.0, 3568.0, 3590.0, 3558.0, 3536.0, 3578.0, 3558.0, 3558.0, 3578.0, 3537.0, 3567.0, 3557.0, 3538.0, 3590.0, 3549.0, 3540.0, 3582.0, 3550.0, 3603.0, 3595.0, 3573.0, 3596.0, 3564.0, 3565.0, 3586.0, 3565.0, 3629.0, 3619.0, 3567.0, 3566.0, 3598.0, 3577.0, 3626.0, 3593.0, 3591.0, 3592.0, 3583.0, 3604.0, 3552.0, 3564.0, 3595.0, 3583.0, 3601.0, 3589.0, 3576.0, 3587.0, 3564.0, 3572.0, 3560.0, 3571.0, 3539.0, 3547.0, 3547.0, 3526.0, 3557.0, 3515.0, 3515.0, 3548.0, 3506.0, 3508.0, 3552.0, 3522.0, 3533.0, 3534.0, 3555.0, 3599.0, 3569.0, 3537.0, 3549.0, 3551.0, 3539.0, 3539.0, 3572.0, 3582.0, 3573.0, 3605.0, 3593.0, 3572.0, 3592.0, 3560.0, 3602.0, 3571.0, 3559.0, 3579.0, 3536.0, 3587.0, 3567.0, 3545.0, 3577.0, 3537.0, 3536.0, 3569.0, 3560.0, 3571.0, 3548.0, 3550.0, 3560.0, 3570.0, 3559.0, 3580.0, 3549.0, 3604.0, 3571.0, 3551.0, 3593.0, 3550.0, 3561.0, 3595.0, 3573.0, 3604.0, 3584.0, 3582.0, 3582.0, 3572.0, 3613.0, 3593.0, 3580.0, 3569.0, 3560.0, 3579.0, 3549.0, 3550.0, 3539.0, 3561.0, 3540.0, 3551.0, 3552.0, 3551.0, 3552.0, 3565.0, 3606.0, 3615.0, 3615.0, 3602.0, 3580.0, 3581.0, 3613.0, 3604.0, 3582.0, 3612.0, 3590.0, 3568.0, 3609.0, 3587.0, 3578.0, 3588.0, 3557.0, 3587.0, 3555.0, 3534.0, 3565.0, 3534.0, 3536.0, 3536.0, 3557.0, 3537.0, 3580.0, 3562.0, 3551.0, 3595.0, 3564.0, 3564.0, 3607.0, 3587.0, 3595.0, 3594.0, 3584.0, 3616.0, 3595.0, 3604.0, 3584.0, 3573.0, 3592.0, 3562.0, 3583.0, 3583.0, 3555.0, 3564.0, 3584.0, 3563.0, 3553.0, 3582.0, 3551.0, 3550.0, 3572.0, 3550.0, 3540.0, 3555.0, 3583.0, 3563.0, 3562.0, 3581.0, 3613.0, 3612.0, 3601.0, 3590.0, 3625.0, 3601.0, 3579.0, 3600.0, 3589.0, 3548.0, 3536.0, 3567.0, 3578.0, 3589.0, 3578.0, 3599.0, 3578.0, 3559.0, 3538.0, 3570.0, 3582.0, 3539.0, 3570.0, 3591.0, 3561.0, 3550.0, 3551.0, 3572.0, 3564.0, 3552.0, 3596.0, 3576.0, 3608.0, 3597.0, 3568.0, 3608.0, 3599.0, 3586.0, 3607.0, 3596.0, 3628.0, 3606.0, 3584.0, 3604.0, 3572.0, 3614.0, 3603.0, 3582.0, 3603.0, 3553.0, 3551.0, 3539.0, 3582.0, 3571.0, 3541.0, 3573.0, 3604.0, 3583.0, 3572.0, 3551.0, 3572.0, 3614.0, 3592.0, 3570.0, 3558.0, 3612.0, 3580.0, 3570.0, 3591.0, 3548.0, 3589.0, 3569.0, 3556.0, 3588.0, 3546.0, 3536.0, 3578.0, 3547.0, 3538.0, 3591.0, 3550.0, 3550.0, 3581.0, 3550.0, 3562.0, 3594.0, 3573.0, 3605.0, 3574.0, 3573.0, 3596.0, 3574.0, 3605.0, 3564.0, 3583.0, 3572.0, 3541.0, 3605.0, 3585.0, 3585.0, 3595.0, 3553.0, 3606.0, 3586.0, 3586.0, 3596.0, 3565.0, 3586.0, 3597.0, 3604.0, 3593.0, 3571.0, 3603.0, 3573.0, 3572.0, 3583.0, 3561.0, 3592.0, 3571.0, 3613.0, 3593.0, 3602.0, 3591.0, 3559.0, 3590.0, 3557.0, 3588.0, 3555.0, 3598.0, 3556.0, 3535.0, 3577.0, 3536.0, 3536.0, 3579.0, 3569.0, 3548.0, 3601.0, 3591.0, 3558.0, 3590.0, 3558.0, 3587.0, 3545.0, 3576.0, 3555.0, 3545.0, 3588.0, 3546.0, 3535.0, 3577.0, 3535.0, 3556.0, 3579.0, 3558.0, 3590.0, 3559.0, 3538.0, 3579.0, 3549.0, 3570.0, 3581.0, 3550.0, 3592.0, 3560.0, 3561.0, 3594.0, 3574.0, 3564.0, 3595.0, 3564.0, 3584.0, 3594.0, 3573.0, 3629.0, 3606.0, 3575.0, 3606.0, 3563.0, 3553.0, 3582.0, 3550.0, 3591.0, 3559.0, 3580.0, 3569.0, 3569.0, 3601.0, 3579.0, 3600.0, 3602.0, 3537.0, 3550.0, 3589.0, 3579.0, 3536.0, 3537.0, 3548.0, 3569.0, 3581.0, 3572.0, 3612.0, 3580.0, 3580.0, 3591.0, 3572.0, 3571.0, 3572.0, 3549.0, 3571.0, 3594.0, 3581.0, 3549.0, 3614.0, 3592.0, 3562.0, 3551.0, 3581.0, 3549.0, 3568.0, 3569.0, 3559.0, 3592.0, 3571.0, 3551.0, 3551.0, 3562.0, 3564.0, 3606.0, 3586.0, 3565.0, 3607.0, 3565.0, 3606.0, 3597.0, 3586.0, 3630.0, 3598.0, 3607.0, 3606.0, 3594.0, 3605.0, 3552.0, 3581.0, 3549.0, 3538.0, 3570.0, 3538.0, 3551.0, 3551.0, 3562.0, 3562.0, 3541.0, 3552.0, 3582.0, 3604.0, 3614.0, 3602.0, 3590.0, 3582.0, 3551.0, 3561.0, 3592.0, 3574.0, 3615.0, 3604.0, 3583.0, 3591.0, 3579.0, 3546.0, 3600.0, 3568.0, 3547.0, 3579.0, 3538.0, 3569.0, 3570.0, 3550.0, 3540.0, 3583.0, 3562.0, 3551.0, 3594.0, 3573.0, 3564.0, 3607.0, 3577.0, 3575.0, 3596.0, 3585.0, 3617.0, 3595.0, 3583.0, 3583.0, 3561.0, 3594.0, 3573.0, 3597.0, 3596.0, 3553.0, 3582.0, 3571.0, 3561.0, 3593.0, 3572.0, 3563.0, 3606.0, 3597.0, 3588.0, 3586.0, 3565.0, 3564.0, 3573.0, 3604.0, 3571.0, 3602.0, 3570.0, 3603.0, 3582.0, 3582.0, 3594.0, 3563.0, 3583.0, 3581.0, 3559.0, 3577.0, 3586.0, 3564.0, 3551.0, 3585.0, 3552.0, 3563.0, 3574.0, 3595.0, 3571.0, 3549.0, 3531.0, 3509.0, 3519.0, 3541.0, 3532.0, 3533.0, 3524.0, 3576.0, 3545.0, 3588.0, 3556.0, 3545.0, 3566.0, 3535.0, 3587.0, 3546.0, 3598.0, 3567.0, 3566.0, 3556.0, 3544.0, 3544.0, 3535.0, 3578.0, 3536.0, 3537.0, 3550.0, 3551.0, 3592.0, 3551.0, 3562.0, 3594.0, 3565.0, 3615.0, 3573.0, 3603.0, 3573.0, 3573.0, 3595.0, 3565.0, 3586.0, 3596.0, 3564.0, 3606.0, 3598.0, 3628.0, 3594.0, 3572.0, 3595.0, 3586.0, 3616.0, 3583.0, 3561.0, 3592.0, 3549.0, 3591.0, 3560.0, 3590.0, 3581.0, 3560.0, 3592.0, 3563.0, 3593.0, 3562.0, 3550.0, 3592.0, 3561.0, 3550.0, 3583.0, 3583.0, 3561.0, 3614.0, 3594.0, 3573.0, 3615.0, 3594.0, 3551.0, 3602.0, 3581.0, 3569.0, 3613.0, 3580.0, 3560.0, 3592.0, 3560.0, 3559.0, 3579.0, 3558.0, 3590.0, 3549.0, 3549.0, 3591.0, 3551.0, 3551.0, 3605.0, 3585.0, 3564.0, 3596.0, 3574.0, 3606.0, 3574.0, 3604.0, 3583.0, 3562.0, 3592.0, 3551.0, 3572.0, 3593.0, 3573.0, 3594.0, 3573.0, 3562.0, 3593.0, 3572.0, 3614.0, 3583.0, 3592.0, 3570.0, 3559.0, 3592.0, 3560.0, 3592.0, 3560.0, 3550.0, 3592.0, 3573.0, 3593.0, 3582.0, 3552.0, 3551.0, 3553.0, 3552.0, 3594.0, 3606.0, 3608.0, 3596.0, 3616.0, 3606.0, 3585.0, 3616.0, 3594.0, 3573.0, 3605.0, 3581.0, 3539.0, 3539.0, 3569.0, 3536.0, 3526.0, 3579.0, 3536.0, 3557.0, 3580.0, 3558.0, 3601.0, 3569.0, 3535.0, 3579.0, 3536.0, 3558.0, 3581.0, 3539.0, 3550.0, 3580.0, 3550.0, 3582.0, 3563.0, 3564.0, 3552.0, 3584.0, 3561.0, 3552.0, 3554.0, 3564.0, 3595.0, 3585.0, 3579.0, 3567.0, 3629.0, 3620.0, 3587.0, 3628.0, 3606.0, 3583.0, 3615.0, 3594.0, 3593.0, 3603.0, 3570.0, 3549.0, 3591.0, 3559.0, 3537.0, 3591.0, 3570.0, 3551.0, 3560.0, 3571.0], 'WindowWidth': [8155.0, 8105.0, 8166.0, 8132.0, 8101.0, 8072.0, 8129.0, 8070.0, 8112.0, 8131.0, 8098.0, 8069.0, 8129.0, 8098.0, 8100.0, 8145.0, 8110.0, 8070.0, 8112.0, 8109.0, 8085.0, 8125.0, 8112.0, 8054.0, 8124.0, 8113.0, 8100.0, 8128.0, 8116.0, 8074.0, 8100.0, 8130.0, 8090.0, 8077.0, 8151.0, 8103.0, 8099.0, 8152.0, 8090.0, 8079.0, 8143.0, 8130.0, 8132.0, 8115.0, 8143.0, 8128.0, 8095.0, 8062.0, 8121.0, 8087.0, 8070.0, 8097.0, 8083.0, 8043.0, 8071.0, 8065.0, 8111.0, 8117.0, 8070.0, 8056.0, 8095.0, 8094.0, 8110.0, 8109.0, 8099.0, 8101.0, 8107.0, 8157.0, 8158.0, 8149.0, 8185.0, 8174.0, 8118.0, 8146.0, 8123.0, 8159.0, 8138.0, 8095.0, 8137.0, 8095.0, 8087.0, 8119.0, 8061.0, 8067.0, 8107.0, 8068.0, 8138.0, 8113.0, 8086.0, 8130.0, 8096.0, 8124.0, 8076.0, 8120.0, 8063.0, 8120.0, 8077.0, 8081.0, 8124.0, 8085.0, 8141.0, 8101.0, 8097.0, 8127.0, 8100.0, 8145.0, 8105.0, 8127.0, 8113.0, 8153.0, 8122.0, 8091.0, 8117.0, 8046.0, 8104.0, 8094.0, 8064.0, 8105.0, 8085.0, 8099.0, 8055.0, 8102.0, 8076.0, 8133.0, 8076.0, 8063.0, 8107.0, 8048.0, 8062.0, 8073.0, 8043.0, 8077.0, 8124.0, 8105.0, 8074.0, 8119.0, 8102.0, 8074.0, 8046.0, 8152.0, 8124.0, 8068.0, 8112.0, 8109.0, 8066.0, 8156.0, 8117.0, 8085.0, 8117.0, 8073.0, 8043.0, 8099.0, 8073.0, 8073.0, 8099.0, 8045.0, 8085.0, 8071.0, 8047.0, 8120.0, 8065.0, 8055.0, 8113.0, 8070.0, 8142.0, 8135.0, 8103.0, 8135.0, 8094.0, 8100.0, 8125.0, 8099.0, 8187.0, 8175.0, 8103.0, 8101.0, 8145.0, 8116.0, 8180.0, 8129.0, 8123.0, 8125.0, 8114.0, 8144.0, 8074.0, 8093.0, 8134.0, 8115.0, 8136.0, 8115.0, 8090.0, 8108.0, 8069.0, 8080.0, 8059.0, 8072.0, 8027.0, 8036.0, 8036.0, 8007.0, 8050.0, 7993.0, 7994.0, 8040.0, 7986.0, 7990.0, 8055.0, 8015.0, 8033.0, 8037.0, 8064.0, 8128.0, 8089.0, 8046.0, 8064.0, 8070.0, 8052.0, 8052.0, 8099.0, 8114.0, 8103.0, 8145.0, 8127.0, 8100.0, 8126.0, 8079.0, 8137.0, 8094.0, 8077.0, 8101.0, 8041.0, 8108.0, 8082.0, 8051.0, 8095.0, 8044.0, 8044.0, 8091.0, 8079.0, 8095.0, 8062.0, 8068.0, 8081.0, 8095.0, 8078.0, 8105.0, 8065.0, 8142.0, 8097.0, 8071.0, 8127.0, 8070.0, 8083.0, 8135.0, 8102.0, 8146.0, 8118.0, 8113.0, 8111.0, 8101.0, 8156.0, 8129.0, 8105.0, 8090.0, 8079.0, 8104.0, 8064.0, 8067.0, 8053.0, 8085.0, 8058.0, 8073.0, 8076.0, 8072.0, 8074.0, 8096.0, 8150.0, 8162.0, 8158.0, 8137.0, 8104.0, 8107.0, 8156.0, 8145.0, 8113.0, 8152.0, 8119.0, 8085.0, 8141.0, 8106.0, 8098.0, 8113.0, 8070.0, 8107.0, 8061.0, 8034.0, 8078.0, 8037.0, 8045.0, 8043.0, 8071.0, 8046.0, 8106.0, 8086.0, 8073.0, 8133.0, 8094.0, 8095.0, 8153.0, 8128.0, 8134.0, 8133.0, 8118.0, 8162.0, 8134.0, 8143.0, 8118.0, 8100.0, 8126.0, 8086.0, 8113.0, 8116.0, 8084.0, 8095.0, 8120.0, 8091.0, 8078.0, 8114.0, 8071.0, 8068.0, 8097.0, 8068.0, 8056.0, 8084.0, 8117.0, 8088.0, 8087.0, 8109.0, 8155.0, 8151.0, 8134.0, 8118.0, 8173.0, 8133.0, 8100.0, 8131.0, 8116.0, 8062.0, 8043.0, 8083.0, 8101.0, 8116.0, 8097.0, 8130.0, 8099.0, 8075.0, 8048.0, 8093.0, 8113.0, 8054.0, 8093.0, 8123.0, 8083.0, 8068.0, 8072.0, 8102.0, 8094.0, 8078.0, 8138.0, 8113.0, 8158.0, 8144.0, 8109.0, 8160.0, 8148.0, 8125.0, 8154.0, 8139.0, 8183.0, 8149.0, 8120.0, 8145.0, 8099.0, 8156.0, 8139.0, 8111.0, 8141.0, 8078.0, 8072.0, 8054.0, 8112.0, 8097.0, 8057.0, 8104.0, 8145.0, 8114.0, 8100.0, 8072.0, 8101.0, 8156.0, 8124.0, 8093.0, 8074.0, 8151.0, 8107.0, 8091.0, 8122.0, 8063.0, 8115.0, 8087.0, 8067.0, 8113.0, 8054.0, 8041.0, 8098.0, 8058.0, 8050.0, 8122.0, 8067.0, 8070.0, 8109.0, 8070.0, 8087.0, 8132.0, 8104.0, 8149.0, 8105.0, 8102.0, 8138.0, 8105.0, 8147.0, 8091.0, 8115.0, 8100.0, 8060.0, 8147.0, 8122.0, 8121.0, 8135.0, 8077.0, 8150.0, 8125.0, 8125.0, 8139.0, 8099.0, 8125.0, 8141.0, 8145.0, 8127.0, 8094.0, 8141.0, 8101.0, 8100.0, 8117.0, 8086.0, 8126.0, 8095.0, 8154.0, 8127.0, 8136.0, 8120.0, 8077.0, 8119.0, 8069.0, 8110.0, 8063.0, 8124.0, 8065.0, 8036.0, 8097.0, 8041.0, 8041.0, 8101.0, 8089.0, 8062.0, 8136.0, 8122.0, 8074.0, 8118.0, 8072.0, 8108.0, 8049.0, 8091.0, 8063.0, 8049.0, 8112.0, 8055.0, 8040.0, 8095.0, 8039.0, 8067.0, 8100.0, 8073.0, 8118.0, 8077.0, 8047.0, 8104.0, 8064.0, 8094.0, 8111.0, 8070.0, 8125.0, 8083.0, 8084.0, 8131.0, 8106.0, 8095.0, 8134.0, 8096.0, 8119.0, 8131.0, 8103.0, 8188.0, 8151.0, 8109.0, 8149.0, 8090.0, 8077.0, 8113.0, 8067.0, 8121.0, 8076.0, 8104.0, 8088.0, 8088.0, 8136.0, 8102.0, 8129.0, 8138.0, 8046.0, 8071.0, 8116.0, 8104.0, 8044.0, 8047.0, 8063.0, 8092.0, 8109.0, 8100.0, 8152.0, 8107.0, 8107.0, 8125.0, 8100.0, 8098.0, 8098.0, 8066.0, 8097.0, 8130.0, 8111.0, 8066.0, 8157.0, 8124.0, 8089.0, 8072.0, 8110.0, 8066.0, 8088.0, 8089.0, 8077.0, 8124.0, 8096.0, 8074.0, 8074.0, 8090.0, 8094.0, 8151.0, 8125.0, 8099.0, 8153.0, 8097.0, 8152.0, 8140.0, 8124.0, 8187.0, 8143.0, 8153.0, 8151.0, 8132.0, 8146.0, 8074.0, 8110.0, 8063.0, 8049.0, 8093.0, 8048.0, 8072.0, 8071.0, 8087.0, 8087.0, 8058.0, 8074.0, 8113.0, 8145.0, 8155.0, 8137.0, 8119.0, 8114.0, 8070.0, 8082.0, 8126.0, 8105.0, 8160.0, 8142.0, 8113.0, 8121.0, 8102.0, 8054.0, 8129.0, 8084.0, 8056.0, 8101.0, 8048.0, 8090.0, 8092.0, 8067.0, 8057.0, 8114.0, 8087.0, 8073.0, 8133.0, 8105.0, 8095.0, 8154.0, 8115.0, 8110.0, 8138.0, 8120.0, 8165.0, 8134.0, 8116.0, 8114.0, 8083.0, 8130.0, 8102.0, 8140.0, 8139.0, 8077.0, 8112.0, 8096.0, 8083.0, 8126.0, 8099.0, 8091.0, 8150.0, 8143.0, 8132.0, 8123.0, 8096.0, 8093.0, 8103.0, 8144.0, 8096.0, 8139.0, 8094.0, 8139.0, 8111.0, 8113.0, 8130.0, 8089.0, 8114.0, 8107.0, 8074.0, 8092.0, 8102.0, 8068.0, 8048.0, 8097.0, 8051.0, 8067.0, 8083.0, 8114.0, 8075.0, 8043.0, 8025.0, 7994.0, 8006.0, 8037.0, 8028.0, 8035.0, 8024.0, 8093.0, 8052.0, 8111.0, 8066.0, 8051.0, 8080.0, 8040.0, 8109.0, 8053.0, 8124.0, 8081.0, 8078.0, 8065.0, 8049.0, 8049.0, 8038.0, 8097.0, 8044.0, 8046.0, 8068.0, 8074.0, 8127.0, 8073.0, 8088.0, 8132.0, 8097.0, 8162.0, 8103.0, 8141.0, 8103.0, 8104.0, 8135.0, 8097.0, 8124.0, 8138.0, 8093.0, 8149.0, 8146.0, 8183.0, 8131.0, 8098.0, 8133.0, 8126.0, 8162.0, 8114.0, 8083.0, 8124.0, 8064.0, 8120.0, 8080.0, 8119.0, 8109.0, 8081.0, 8126.0, 8089.0, 8130.0, 8088.0, 8069.0, 8124.0, 8083.0, 8070.0, 8115.0, 8114.0, 8085.0, 8156.0, 8131.0, 8104.0, 8161.0, 8131.0, 8073.0, 8139.0, 8109.0, 8089.0, 8153.0, 8106.0, 8081.0, 8124.0, 8081.0, 8077.0, 8102.0, 8074.0, 8119.0, 8063.0, 8065.0, 8122.0, 8070.0, 8073.0, 8148.0, 8121.0, 8095.0, 8137.0, 8107.0, 8149.0, 8105.0, 8144.0, 8114.0, 8087.0, 8125.0, 8071.0, 8099.0, 8128.0, 8103.0, 8130.0, 8102.0, 8085.0, 8129.0, 8098.0, 8157.0, 8113.0, 8124.0, 8093.0, 8077.0, 8122.0, 8079.0, 8122.0, 8080.0, 8068.0, 8125.0, 8101.0, 8127.0, 8112.0, 8074.0, 8073.0, 8078.0, 8075.0, 8129.0, 8149.0, 8157.0, 8137.0, 8164.0, 8151.0, 8122.0, 8162.0, 8132.0, 8104.0, 8146.0, 8109.0, 8051.0, 8049.0, 8088.0, 8041.0, 8028.0, 8099.0, 8041.0, 8071.0, 8103.0, 8073.0, 8132.0, 8086.0, 8039.0, 8100.0, 8043.0, 8074.0, 8106.0, 8053.0, 8066.0, 8106.0, 8065.0, 8109.0, 8090.0, 8095.0, 8075.0, 8118.0, 8083.0, 8074.0, 8079.0, 8093.0, 8136.0, 8122.0, 8121.0, 8103.0, 8186.0, 8177.0, 8128.0, 8182.0, 8151.0, 8115.0, 8161.0, 8129.0, 8126.0, 8139.0, 8092.0, 8063.0, 8121.0, 8076.0, 8046.0, 8122.0, 8094.0, 8071.0, 8081.0, 8098.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.0010194942528735631</td></tr>
<tr><td colspan=3>aqi</td><td>0.02744821597701149</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.77534132808976</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1688329813233596</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.021457709597237</td></tr>
<tr><td colspan=3>efc</td><td>0.4579</td></tr>
<tr><td colspan=3>fber</td><td>6521.4751</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1377946505540676</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.126436781609197</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5799510027965513</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5955645744805547</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8031736604398594</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3411147734692404</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162454</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006672029849141836</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020339472219347954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.8630805963815122</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>24.6833</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.7458</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.6888</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303437.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>541.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>246.9593</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3245</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.6893</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2800.4307</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>772.6941</td></tr>
<tr><td colspan=3>tsnr</td><td>36.01195137389004</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>