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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-06_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-06_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-0020/ses-03/func/sub-0020_ses-03_task-social_acq-mb8_run-06_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>8381005f1f70f4e2652252cf92307d3b</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:03:46.290000</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_VE11C_LATEST_20160120</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.999852, 0.00550332, 0.0163178, -0.00785301, 0.989011, 0.147631]</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.252</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-06_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.117658</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7798, -7165, 479, -91, -193, 84, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f828a5a-0080-4704-803b-aa1da43ab620||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825289726257324, -0.021069053560495377, 0.04138023406267166, 111.2491455078125], [-0.014764993451535702, 2.653445243835449, 0.39888960123062134, -96.43854522705078], [0.0437794104218483, -0.39608219265937805, 2.6700515747070312, -7.356716156005859], [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': ['130346.290000', '130346.750000', '130347.210000', '130347.670000', '130348.130000', '130348.590000', '130349.050000', '130349.510000', '130349.970000', '130350.430000', '130350.890000', '130351.350000', '130351.810000', '130352.270000', '130352.730000', '130353.190000', '130353.650000', '130354.110000', '130354.570000', '130355.030000', '130355.490000', '130355.950000', '130356.410000', '130356.870000', '130357.330000', '130357.790000', '130358.250000', '130358.710000', '130359.170000', '130359.630000', '130400.090000', '130400.550000', '130401.010000', '130401.470000', '130401.930000', '130402.390000', '130402.850000', '130403.310000', '130403.770000', '130404.230000', '130404.690000', '130405.150000', '130405.610000', '130406.070000', '130406.530000', '130406.990000', '130407.450000', '130407.910000', '130408.370000', '130408.830000', '130409.290000', '130409.750000', '130410.210000', '130410.670000', '130411.130000', '130411.590000', '130412.050000', '130412.510000', '130412.970000', '130413.430000', '130413.890000', '130414.350000', '130414.810000', '130415.270000', '130415.730000', '130416.190000', '130416.650000', '130417.110000', '130417.570000', '130418.030000', '130418.490000', '130418.950000', '130419.410000', '130419.870000', '130420.330000', '130420.790000', '130421.250000', '130421.710000', '130422.170000', '130422.630000', '130423.090000', '130423.550000', '130424.010000', '130424.470000', '130424.930000', '130425.390000', '130425.850000', '130426.310000', '130426.770000', '130427.230000', '130427.690000', '130428.150000', '130428.610000', '130429.070000', '130429.530000', '130429.990000', '130430.450000', '130430.910000', '130431.370000', '130431.830000', '130432.290000', '130432.750000', '130433.210000', '130433.670000', '130434.130000', '130434.590000', '130435.050000', '130435.510000', '130435.970000', '130436.430000', '130436.890000', '130437.350000', '130437.810000', '130438.270000', '130438.730000', '130439.190000', '130439.650000', '130440.110000', '130440.570000', '130441.030000', '130441.490000', '130441.950000', '130442.410000', '130442.870000', '130443.330000', '130443.790000', '130444.250000', '130444.710000', '130445.170000', '130445.630000', '130446.090000', '130446.550000', '130447.010000', '130447.470000', '130447.930000', '130448.390000', '130448.850000', '130449.310000', '130449.770000', '130450.230000', '130450.690000', '130451.150000', '130451.610000', '130452.070000', '130452.530000', '130452.990000', '130453.450000', '130453.910000', '130454.370000', '130454.830000', '130455.290000', '130455.750000', '130456.210000', '130456.670000', '130457.130000', '130457.590000', '130458.050000', '130458.510000', '130458.970000', '130459.430000', '130459.890000', '130500.350000', '130500.810000', '130501.270000', '130501.730000', '130502.190000', '130502.650000', '130503.110000', '130503.570000', '130504.030000', '130504.490000', '130504.950000', '130505.410000', '130505.870000', '130506.330000', '130506.790000', '130507.250000', '130507.710000', '130508.170000', '130508.630000', '130509.090000', '130509.550000', '130510.010000', '130510.470000', '130510.930000', '130511.390000', '130511.850000', '130512.310000', '130512.770000', '130513.230000', '130513.690000', '130514.150000', '130514.610000', '130515.070000', '130515.530000', '130515.990000', '130516.450000', '130516.910000', '130517.370000', '130517.830000', '130518.290000', '130518.750000', '130519.210000', '130519.670000', '130520.130000', '130520.590000', '130521.050000', '130521.510000', '130521.970000', '130522.430000', '130522.890000', '130523.350000', '130523.810000', '130524.270000', '130524.730000', '130525.190000', '130525.650000', '130526.110000', '130526.570000', '130527.030000', '130527.490000', '130527.950000', '130528.410000', '130528.870000', '130529.330000', '130529.790000', '130530.250000', '130530.710000', '130531.170000', '130531.630000', '130532.090000', '130532.550000', '130533.010000', '130533.470000', '130533.930000', '130534.390000', '130534.850000', '130535.310000', '130535.770000', '130536.230000', '130536.690000', '130537.150000', '130537.610000', '130538.070000', '130538.530000', '130538.990000', '130539.450000', '130539.910000', '130540.370000', '130540.830000', '130541.290000', '130541.750000', '130542.210000', '130542.670000', '130543.130000', '130543.590000', '130544.050000', '130544.510000', '130544.970000', '130545.430000', '130545.890000', '130546.350000', '130546.810000', '130547.270000', '130547.730000', '130548.190000', '130548.650000', '130549.110000', '130549.570000', '130550.030000', '130550.490000', '130550.950000', '130551.410000', '130551.870000', '130552.330000', '130552.790000', '130553.250000', '130553.710000', '130554.170000', '130554.630000', '130555.090000', '130555.550000', '130556.010000', '130556.470000', '130556.930000', '130557.390000', '130557.850000', '130558.310000', '130558.770000', '130559.230000', '130559.690000', '130600.150000', '130600.610000', '130601.070000', '130601.530000', '130601.990000', '130602.450000', '130602.910000', '130603.370000', '130603.830000', '130604.290000', '130604.750000', '130605.210000', '130605.670000', '130606.130000', '130606.590000', '130607.050000', '130607.510000', '130607.970000', '130608.430000', '130608.890000', '130609.350000', '130609.810000', '130610.270000', '130610.730000', '130611.190000', '130611.650000', '130612.110000', '130612.570000', '130613.030000', '130613.490000', '130613.950000', '130614.410000', '130614.870000', '130615.330000', '130615.790000', '130616.250000', '130616.710000', '130617.170000', '130617.630000', '130618.090000', '130618.550000', '130619.010000', '130619.470000', '130619.930000', '130620.390000', '130620.850000', '130621.310000', '130621.770000', '130622.230000', '130622.690000', '130623.150000', '130623.610000', '130624.070000', '130624.530000', '130624.990000', '130625.450000', '130625.910000', '130626.370000', '130626.830000', '130627.290000', '130627.750000', '130628.210000', '130628.670000', '130629.130000', '130629.590000', '130630.050000', '130630.510000', '130630.970000', '130631.430000', '130631.890000', '130632.350000', '130632.810000', '130633.270000', '130633.730000', '130634.190000', '130634.650000', '130635.110000', '130635.570000', '130636.030000', '130636.490000', '130636.950000', '130637.410000', '130637.870000', '130638.330000', '130638.790000', '130639.250000', '130639.710000', '130640.170000', '130640.630000', '130641.090000', '130641.550000', '130642.010000', '130642.470000', '130642.930000', '130643.390000', '130643.850000', '130644.310000', '130644.770000', '130645.230000', '130645.690000', '130646.150000', '130646.610000', '130647.070000', '130647.530000', '130647.990000', '130648.450000', '130648.910000', '130649.370000', '130649.830000', '130650.290000', '130650.750000', '130651.210000', '130651.670000', '130652.130000', '130652.590000', '130653.050000', '130653.510000', '130653.970000', '130654.430000', '130654.890000', '130655.350000', '130655.810000', '130656.270000', '130656.730000', '130657.190000', '130657.650000', '130658.110000', '130658.570000', '130659.030000', '130659.490000', '130659.950000', '130700.410000', '130700.870000', '130701.330000', '130701.790000', '130702.250000', '130702.710000', '130703.170000', '130703.630000', '130704.090000', '130704.550000', '130705.010000', '130705.470000', '130705.930000', '130706.390000', '130706.850000', '130707.310000', '130707.770000', '130708.230000', '130708.690000', '130709.150000', '130709.610000', '130710.070000', '130710.530000', '130710.990000', '130711.450000', '130711.910000', '130712.370000', '130712.830000', '130713.290000', '130713.750000', '130714.210000', '130714.670000', '130715.130000', '130715.590000', '130716.050000', '130716.510000', '130716.970000', '130717.430000', '130717.890000', '130718.350000', '130718.810000', '130719.270000', '130719.730000', '130720.190000', '130720.650000', '130721.110000', '130721.570000', '130722.030000', '130722.490000', '130722.950000', '130723.410000', '130723.870000', '130724.330000', '130724.790000', '130725.250000', '130725.710000', '130726.170000', '130726.630000', '130727.090000', '130727.550000', '130728.010000', '130728.470000', '130728.930000', '130729.390000', '130729.850000', '130730.310000', '130730.770000', '130731.230000', '130731.690000', '130732.150000', '130732.610000', '130733.070000', '130733.530000', '130733.990000', '130734.450000', '130734.910000', '130735.370000', '130735.830000', '130736.290000', '130736.750000', '130737.210000', '130737.670000', '130738.130000', '130738.590000', '130739.050000', '130739.510000', '130739.970000', '130740.430000', '130740.890000', '130741.350000', '130741.810000', '130742.270000', '130742.730000', '130743.190000', '130743.650000', '130744.110000', '130744.570000', '130745.030000', '130745.490000', '130745.950000', '130746.410000', '130746.870000', '130747.330000', '130747.790000', '130748.250000', '130748.710000', '130749.170000', '130749.630000', '130750.090000', '130750.550000', '130751.010000', '130751.470000', '130751.930000', '130752.390000', '130752.850000', '130753.310000', '130753.770000', '130754.230000', '130754.690000', '130755.150000', '130755.610000', '130756.070000', '130756.530000', '130756.990000', '130757.450000', '130757.910000', '130758.370000', '130758.830000', '130759.290000', '130759.750000', '130800.210000', '130800.670000', '130801.130000', '130801.590000', '130802.050000', '130802.510000', '130802.970000', '130803.430000', '130803.890000', '130804.350000', '130804.810000', '130805.270000', '130805.730000', '130806.190000', '130806.650000', '130807.110000', '130807.570000', '130808.030000', '130808.490000', '130808.950000', '130809.410000', '130809.870000', '130810.330000', '130810.790000', '130811.250000', '130811.710000', '130812.170000', '130812.630000', '130813.090000', '130813.550000', '130814.010000', '130814.470000', '130814.930000', '130815.390000', '130815.850000', '130816.310000', '130816.770000', '130817.230000', '130817.690000', '130818.150000', '130818.610000', '130819.070000', '130819.530000', '130819.990000', '130820.450000', '130820.910000', '130821.370000', '130821.830000', '130822.290000', '130822.750000', '130823.210000', '130823.670000', '130824.130000', '130824.590000', '130825.050000', '130825.510000', '130825.970000', '130826.430000', '130826.890000', '130827.350000', '130827.810000', '130828.270000', '130828.730000', '130829.190000', '130829.650000', '130830.110000', '130830.570000', '130831.030000', '130831.490000', '130831.950000', '130832.410000', '130832.870000', '130833.330000', '130833.790000', '130834.250000', '130834.710000', '130835.170000', '130835.630000', '130836.090000', '130836.550000', '130837.010000', '130837.470000', '130837.930000', '130838.390000', '130838.850000', '130839.310000', '130839.770000', '130840.230000', '130840.690000', '130841.150000', '130841.610000', '130842.070000', '130842.530000', '130842.990000', '130843.450000', '130843.910000', '130844.370000', '130844.830000', '130845.290000', '130845.750000', '130846.210000', '130846.670000', '130847.130000', '130847.590000', '130848.050000', '130848.510000', '130848.970000', '130849.430000', '130849.890000', '130850.350000', '130850.810000', '130851.270000', '130851.730000', '130852.190000', '130852.650000', '130853.110000', '130853.570000', '130854.030000', '130854.490000', '130854.950000', '130855.410000', '130855.870000', '130856.330000', '130856.790000', '130857.250000', '130857.710000', '130858.170000', '130858.630000', '130859.090000', '130859.550000', '130900.010000', '130900.470000', '130900.930000', '130901.390000', '130901.850000', '130902.310000', '130902.770000', '130903.230000', '130903.690000', '130904.150000', '130904.610000', '130905.070000', '130905.530000', '130905.990000', '130906.450000', '130906.910000', '130907.370000', '130907.830000', '130908.290000', '130908.750000', '130909.210000', '130909.670000', '130910.130000', '130910.590000', '130911.050000', '130911.510000', '130911.970000', '130912.430000', '130912.890000', '130913.350000', '130913.810000', '130914.270000', '130914.730000', '130915.190000', '130915.650000', '130916.110000', '130916.570000', '130917.030000', '130917.490000', '130917.950000', '130918.410000', '130918.870000', '130919.330000', '130919.790000', '130920.250000', '130920.710000', '130921.170000', '130921.630000', '130922.090000', '130922.550000', '130923.010000', '130923.470000', '130923.930000', '130924.390000', '130924.850000', '130925.310000', '130925.770000', '130926.230000', '130926.690000', '130927.150000', '130927.610000', '130928.070000', '130928.530000', '130928.990000', '130929.450000', '130929.910000', '130930.370000', '130930.830000', '130931.290000', '130931.750000', '130932.210000', '130932.670000', '130933.130000', '130933.590000', '130934.050000', '130934.510000', '130934.970000', '130935.430000', '130935.890000', '130936.350000', '130936.810000', '130937.270000', '130937.730000', '130938.190000', '130938.650000', '130939.110000', '130939.570000', '130940.030000', '130940.490000', '130940.950000', '130941.410000', '130941.870000', '130942.330000', '130942.790000', '130943.250000', '130943.710000', '130944.170000', '130944.630000', '130945.090000', '130945.550000', '130946.010000', '130946.470000', '130946.930000', '130947.390000', '130947.850000', '130948.310000', '130948.770000', '130949.230000', '130949.690000', '130950.150000', '130950.610000', '130951.070000', '130951.530000', '130951.990000', '130952.450000', '130952.910000', '130953.370000', '130953.830000', '130954.290000', '130954.750000', '130955.210000', '130955.670000', '130956.130000', '130956.590000', '130957.050000', '130957.510000', '130957.970000', '130958.430000', '130958.890000', '130959.350000', '130959.810000', '131000.270000', '131000.730000', '131001.190000', '131001.650000', '131002.110000', '131002.570000', '131003.030000', '131003.490000', '131003.950000', '131004.410000', '131004.870000', '131005.330000', '131005.790000', '131006.250000', '131006.710000', '131007.170000', '131007.630000', '131008.090000', '131008.550000', '131009.010000', '131009.470000', '131009.930000', '131010.390000', '131010.850000', '131011.310000', '131011.770000', '131012.230000', '131012.690000', '131013.150000', '131013.610000', '131014.070000', '131014.530000', '131014.990000', '131015.450000', '131015.910000', '131016.370000', '131016.830000', '131017.290000', '131017.750000', '131018.210000', '131018.670000', '131019.130000', '131019.590000', '131020.050000', '131020.510000', '131020.970000', '131021.430000', '131021.890000', '131022.350000', '131022.810000', '131023.270000', '131023.730000', '131024.190000', '131024.650000', '131025.110000', '131025.570000', '131026.030000', '131026.490000', '131026.950000'], 'ContentTime': ['130415.705000', '130415.708000', '130415.711000', '130415.714000', '130415.734000', '130415.736000', '130415.739000', '130415.742000', '130415.745000', '130415.748000', '130415.750000', '130415.753000', '130415.756000', '130415.759000', '130415.762000', '130415.765000', '130415.768000', '130415.771000', '130415.774000', '130415.777000', '130415.780000', '130415.782000', '130415.785000', '130415.788000', '130415.791000', '130415.794000', '130415.796000', '130415.799000', '130415.802000', '130415.805000', '130415.808000', '130415.810000', '130415.813000', '130415.816000', '130415.819000', '130415.821000', '130415.824000', '130415.827000', '130415.830000', '130415.832000', '130415.835000', '130415.838000', '130415.841000', '130415.843000', '130415.846000', '130415.849000', '130415.852000', '130415.855000', '130415.857000', '130415.867000', '130415.870000', '130415.873000', '130415.875000', '130415.878000', '130415.881000', '130415.884000', '130415.887000', '130415.889000', '130415.892000', '130415.895000', '130415.898000', '130415.900000', '130435.661000', '130435.664000', '130435.667000', '130435.670000', '130435.672000', '130435.675000', '130435.678000', '130435.681000', '130435.684000', '130435.686000', '130435.689000', '130435.692000', '130435.695000', '130435.697000', '130435.700000', '130435.703000', '130435.706000', '130435.709000', '130435.711000', '130435.714000', '130435.717000', '130435.720000', '130435.723000', '130435.725000', '130435.728000', '130435.731000', '130435.734000', '130435.737000', '130435.739000', '130435.742000', '130435.745000', '130435.748000', '130435.751000', '130435.753000', '130435.756000', '130435.759000', '130435.762000', '130435.765000', '130435.767000', '130435.770000', '130435.773000', '130435.776000', '130435.779000', '130435.781000', '130455.661000', '130455.664000', '130455.667000', '130455.669000', '130455.672000', '130455.675000', '130455.678000', '130455.681000', '130455.684000', '130455.686000', '130455.689000', '130455.695000', '130455.698000', '130455.701000', '130455.704000', '130455.707000', '130455.709000', '130455.712000', '130455.715000', '130455.718000', '130455.721000', '130455.723000', '130455.726000', '130455.729000', '130455.732000', '130455.735000', '130455.738000', '130455.740000', '130455.743000', '130455.746000', '130455.749000', '130455.751000', '130455.754000', '130455.757000', '130455.760000', '130455.763000', '130455.766000', '130455.769000', '130455.771000', '130455.774000', '130455.777000', '130455.780000', '130455.783000', '130515.662000', '130515.665000', '130515.667000', '130515.670000', '130515.673000', '130515.676000', '130515.679000', '130515.682000', '130515.685000', '130515.688000', '130515.690000', '130515.693000', '130515.696000', '130515.699000', '130515.702000', '130515.704000', '130515.707000', '130515.710000', '130515.713000', '130515.716000', '130515.718000', '130515.721000', '130515.724000', '130515.727000', '130515.730000', '130515.732000', '130515.735000', '130515.738000', '130515.741000', '130515.744000', '130515.747000', '130515.750000', '130515.752000', '130515.755000', '130515.758000', '130515.761000', '130515.764000', '130515.767000', '130515.769000', '130515.772000', '130515.775000', '130515.778000', '130515.781000', '130515.783000', '130535.661000', '130535.664000', '130535.667000', '130535.669000', '130535.672000', '130535.675000', '130535.678000', '130535.681000', '130535.684000', '130535.686000', '130535.689000', '130535.692000', '130535.695000', '130535.698000', '130535.700000', '130535.703000', '130535.706000', '130535.709000', '130535.712000', '130535.715000', '130535.717000', '130535.720000', '130535.723000', '130535.726000', '130535.729000', '130535.732000', '130535.734000', '130535.737000', '130535.741000', '130535.744000', '130535.747000', '130535.750000', '130535.753000', '130535.765000', '130535.768000', '130535.770000', '130535.773000', '130535.776000', '130535.779000', '130535.782000', '130535.785000', '130535.787000', '130535.790000', '130555.661000', '130555.664000', '130555.667000', '130555.669000', '130555.672000', '130555.675000', '130555.678000', '130555.681000', '130555.684000', '130555.687000', '130555.690000', '130555.692000', '130555.695000', '130555.698000', '130555.701000', '130555.704000', '130555.706000', '130555.709000', '130555.712000', '130555.715000', '130555.718000', '130555.721000', '130555.723000', '130555.726000', '130555.729000', '130555.732000', '130555.735000', '130555.737000', '130555.740000', '130555.743000', '130555.746000', '130555.749000', '130555.752000', '130555.754000', '130555.757000', '130555.760000', '130555.763000', '130555.766000', '130555.768000', '130555.771000', '130555.774000', '130555.777000', '130555.779000', '130555.782000', '130615.661000', '130615.664000', '130615.667000', '130615.670000', '130615.673000', '130615.675000', '130615.678000', '130615.681000', '130615.684000', '130615.687000', '130615.689000', '130615.692000', '130615.695000', '130615.698000', '130615.701000', '130615.704000', '130615.706000', '130615.709000', '130615.712000', '130615.715000', '130615.718000', '130615.721000', '130615.723000', '130615.726000', '130615.729000', '130615.732000', '130615.735000', '130615.738000', '130615.740000', '130615.743000', '130615.746000', '130615.749000', '130615.752000', '130615.754000', '130615.757000', '130615.760000', '130615.763000', '130615.766000', '130615.768000', '130615.771000', '130615.774000', '130615.777000', '130615.780000', '130635.661000', '130635.664000', '130635.667000', '130635.669000', '130635.672000', '130635.675000', '130635.678000', '130635.681000', '130635.684000', '130635.686000', '130635.689000', '130635.692000', '130635.695000', '130635.698000', '130635.701000', '130635.703000', '130635.706000', '130635.709000', '130635.712000', '130635.715000', '130635.718000', '130635.720000', '130635.723000', '130635.726000', '130635.729000', '130635.732000', '130635.735000', '130635.737000', '130635.740000', '130635.743000', '130635.746000', '130635.749000', '130635.752000', '130635.754000', '130635.757000', '130635.760000', '130635.763000', '130635.766000', '130635.768000', '130635.771000', '130635.774000', '130635.777000', '130635.780000', '130635.782000', '130655.661000', '130655.664000', '130655.667000', '130655.670000', '130655.672000', '130655.675000', '130655.678000', '130655.681000', '130655.684000', '130655.686000', '130655.689000', '130655.692000', '130655.695000', '130655.698000', '130655.700000', '130655.703000', '130655.706000', '130655.709000', '130655.712000', '130655.715000', '130655.717000', '130655.720000', '130655.723000', '130655.726000', '130655.729000', '130655.732000', '130655.734000', '130655.737000', '130655.740000', '130655.743000', '130655.746000', '130655.749000', '130655.751000', '130655.754000', '130655.757000', '130655.760000', '130655.763000', '130655.765000', '130655.768000', '130655.771000', '130655.774000', '130655.778000', '130655.781000', '130715.661000', '130715.664000', '130715.667000', '130715.670000', '130715.672000', '130715.675000', '130715.678000', '130715.681000', '130715.684000', '130715.687000', '130715.689000', '130715.692000', '130715.695000', '130715.698000', '130715.701000', '130715.714000', '130715.717000', '130715.720000', '130715.722000', '130715.725000', '130715.728000', '130715.731000', '130715.734000', '130715.737000', '130715.739000', '130715.742000', '130715.745000', '130715.748000', '130715.751000', '130715.754000', '130715.757000', '130715.759000', '130715.762000', '130715.765000', '130715.768000', '130715.771000', '130715.774000', '130715.776000', '130715.779000', '130715.782000', '130715.785000', '130715.788000', '130715.791000', '130715.793000', '130735.662000', '130735.665000', '130735.668000', '130735.670000', '130735.673000', '130735.676000', '130735.679000', '130735.681000', '130735.684000', '130735.687000', '130735.690000', '130735.693000', '130735.696000', '130735.699000', '130735.702000', '130735.704000', '130735.707000', '130735.710000', '130735.713000', '130735.716000', '130735.718000', '130735.721000', '130735.724000', '130735.727000', '130735.730000', '130735.733000', '130735.735000', '130735.738000', '130735.741000', '130735.744000', '130735.747000', '130735.750000', '130735.752000', '130735.755000', '130735.758000', '130735.761000', '130735.764000', '130735.766000', '130735.769000', '130735.772000', '130735.775000', '130735.778000', '130735.781000', '130755.661000', '130755.664000', '130755.667000', '130755.669000', '130755.672000', '130755.675000', '130755.678000', '130755.681000', '130755.683000', '130755.686000', '130755.697000', '130755.700000', '130755.703000', '130755.706000', '130755.709000', '130755.711000', '130755.714000', '130755.717000', '130755.720000', '130755.723000', '130755.726000', '130755.728000', '130755.731000', '130755.734000', '130755.737000', '130755.740000', '130755.742000', '130755.745000', '130755.748000', '130755.751000', '130755.754000', '130755.757000', '130755.759000', '130755.762000', '130755.765000', '130755.768000', '130755.771000', '130755.774000', '130755.776000', '130755.779000', '130755.782000', '130755.785000', '130755.788000', '130755.791000', '130815.661000', '130815.664000', '130815.667000', '130815.670000', '130815.672000', '130815.675000', '130815.678000', '130815.681000', '130815.684000', '130815.686000', '130815.689000', '130815.692000', '130815.695000', '130815.698000', '130815.701000', '130815.703000', '130815.706000', '130815.709000', '130815.712000', '130815.715000', '130815.718000', '130815.720000', '130815.723000', '130815.726000', '130815.729000', '130815.732000', '130815.734000', '130815.737000', '130815.740000', '130815.743000', '130815.746000', '130815.748000', '130815.751000', '130815.754000', '130815.757000', '130815.759000', '130815.762000', '130815.765000', '130815.768000', '130815.771000', '130815.774000', '130815.776000', '130815.779000', '130835.661000', '130835.664000', '130835.667000', '130835.670000', '130835.673000', '130835.676000', '130835.679000', '130835.681000', '130835.684000', '130835.687000', '130835.690000', '130835.693000', '130835.695000', '130835.698000', '130835.701000', '130835.704000', '130835.707000', '130835.710000', '130835.712000', '130835.715000', '130835.718000', '130835.721000', '130835.724000', '130835.726000', '130835.729000', '130835.732000', '130835.735000', '130835.738000', '130835.741000', '130835.743000', '130835.746000', '130835.749000', '130835.752000', '130835.755000', '130835.757000', '130835.760000', '130835.763000', '130835.766000', '130835.769000', '130835.783000', '130835.786000', '130835.789000', '130835.792000', '130855.661000', '130855.664000', '130855.667000', '130855.669000', '130855.672000', '130855.675000', '130855.678000', '130855.681000', '130855.684000', '130855.686000', '130855.689000', '130855.692000', '130855.695000', '130855.698000', '130855.701000', '130855.703000', '130855.706000', '130855.709000', '130855.712000', '130855.715000', '130855.718000', '130855.720000', '130855.723000', '130855.726000', '130855.729000', '130855.732000', '130855.735000', '130855.738000', '130855.740000', '130855.743000', '130855.746000', '130855.749000', '130855.751000', '130855.754000', '130855.757000', '130855.760000', '130855.763000', '130855.766000', '130855.768000', '130855.771000', '130855.774000', '130855.777000', '130855.780000', '130855.783000', '130915.661000', '130915.664000', '130915.667000', '130915.670000', '130915.673000', '130915.678000', '130915.681000', '130915.684000', '130915.687000', '130915.690000', '130915.693000', '130915.696000', '130915.699000', '130915.701000', '130915.704000', '130915.707000', '130915.710000', '130915.713000', '130915.716000', '130915.719000', '130915.721000', '130915.724000', '130915.727000', '130915.730000', '130915.733000', '130915.736000', '130915.739000', '130915.741000', '130915.744000', '130915.747000', '130915.750000', '130915.753000', '130915.755000', '130915.758000', '130915.761000', '130915.764000', '130915.767000', '130915.769000', '130915.772000', '130915.775000', '130915.778000', '130915.781000', '130915.784000', '130935.661000', '130935.664000', '130935.667000', '130935.670000', '130935.672000', '130935.675000', '130935.678000', '130935.681000', '130935.684000', '130935.687000', '130935.689000', '130935.692000', '130935.695000', '130935.698000', '130935.701000', '130935.703000', '130935.706000', '130935.709000', '130935.712000', '130935.715000', '130935.718000', '130935.721000', '130935.723000', '130935.726000', '130935.729000', '130935.733000', '130935.736000', '130935.739000', '130935.742000', '130935.745000', '130935.747000', '130935.752000', '130935.755000', '130935.758000', '130935.761000', '130935.763000', '130935.766000', '130935.769000', '130935.772000', '130935.775000', '130935.778000', '130935.781000', '130935.783000', '130935.786000', '130955.662000', '130955.665000', '130955.668000', '130955.671000', '130955.673000', '130955.676000', '130955.679000', '130955.682000', '130955.685000', '130955.688000', '130955.690000', '130955.693000', '130955.696000', '130955.700000', '130955.706000', '130955.708000', '130955.711000', '130955.714000', '130955.717000', '130955.720000', '130955.722000', '130955.725000', '130955.728000', '130955.731000', '130955.734000', '130955.737000', '130955.739000', '130955.742000', '130955.745000', '130955.748000', '130955.751000', '130955.753000', '130955.756000', '130955.759000', '130955.762000', '130955.765000', '130955.768000', '130955.770000', '130955.773000', '130955.776000', '130955.779000', '130955.781000', '130955.784000', '131015.661000', '131015.664000', '131015.667000', '131015.670000', '131015.672000', '131015.675000', '131015.678000', '131015.688000', '131015.691000', '131015.694000', '131015.697000', '131015.699000', '131015.702000', '131015.705000', '131015.708000', '131015.711000', '131015.714000', '131015.716000', '131015.719000', '131015.722000', '131015.725000', '131015.728000', '131015.731000', '131015.733000', '131015.736000', '131015.739000', '131015.742000', '131015.745000', '131015.747000', '131015.750000', '131015.753000', '131015.756000', '131015.759000', '131015.761000', '131015.764000', '131015.767000', '131015.770000', '131015.773000', '131015.776000', '131015.778000', '131015.781000', '131015.784000', '131015.787000', '131015.789000', '131027.965000', '131027.969000', '131027.972000', '131027.975000', '131027.978000', '131027.981000', '131027.986000', '131027.990000', '131027.994000', '131027.997000', '131028.001000', '131028.003000', '131028.006000', '131028.009000', '131028.012000', '131028.015000', '131028.018000', '131028.021000', '131028.024000', '131028.027000', '131028.030000', '131028.033000', '131028.035000', '131028.038000', '131028.041000', '131028.044000', '131028.047000'], 'InstanceCreationTime': ['130415.705000', '130415.708000', '130415.711000', '130415.714000', '130415.734000', '130415.736000', '130415.739000', '130415.742000', '130415.745000', '130415.748000', '130415.750000', '130415.753000', '130415.756000', '130415.759000', '130415.762000', '130415.765000', '130415.768000', '130415.771000', '130415.774000', '130415.777000', '130415.780000', '130415.782000', '130415.785000', '130415.788000', '130415.791000', '130415.794000', '130415.796000', '130415.799000', '130415.802000', '130415.805000', '130415.808000', '130415.810000', '130415.813000', '130415.816000', '130415.819000', '130415.821000', '130415.824000', '130415.827000', '130415.830000', '130415.832000', '130415.835000', '130415.838000', '130415.841000', '130415.843000', '130415.846000', '130415.849000', '130415.852000', '130415.855000', '130415.857000', '130415.867000', '130415.870000', '130415.873000', '130415.875000', '130415.878000', '130415.881000', '130415.884000', '130415.887000', '130415.889000', '130415.892000', '130415.895000', '130415.898000', '130415.900000', '130435.661000', '130435.664000', '130435.667000', '130435.670000', '130435.672000', '130435.675000', '130435.678000', '130435.681000', '130435.684000', '130435.686000', '130435.689000', '130435.692000', '130435.695000', '130435.697000', '130435.700000', '130435.703000', '130435.706000', '130435.709000', '130435.711000', '130435.714000', '130435.717000', '130435.720000', '130435.723000', '130435.725000', '130435.728000', '130435.731000', '130435.734000', '130435.737000', '130435.739000', '130435.742000', '130435.745000', '130435.748000', '130435.751000', '130435.753000', '130435.756000', '130435.759000', '130435.762000', '130435.765000', '130435.767000', '130435.770000', '130435.773000', '130435.776000', '130435.779000', '130435.781000', '130455.661000', '130455.664000', '130455.667000', '130455.669000', '130455.672000', '130455.675000', '130455.678000', '130455.681000', '130455.684000', '130455.686000', '130455.689000', '130455.695000', '130455.698000', '130455.701000', '130455.704000', '130455.707000', '130455.709000', '130455.712000', '130455.715000', '130455.718000', '130455.721000', '130455.723000', '130455.726000', '130455.729000', '130455.732000', '130455.735000', '130455.738000', '130455.740000', '130455.743000', '130455.746000', '130455.749000', '130455.751000', '130455.754000', '130455.757000', '130455.760000', '130455.763000', '130455.766000', '130455.769000', '130455.771000', '130455.774000', '130455.777000', '130455.780000', '130455.783000', '130515.662000', '130515.665000', '130515.667000', '130515.670000', '130515.673000', '130515.676000', '130515.679000', '130515.682000', '130515.685000', '130515.688000', '130515.690000', '130515.693000', '130515.696000', '130515.699000', '130515.702000', '130515.704000', '130515.707000', '130515.710000', '130515.713000', '130515.716000', '130515.718000', '130515.721000', '130515.724000', '130515.727000', '130515.730000', '130515.732000', '130515.735000', '130515.738000', '130515.741000', '130515.744000', '130515.747000', '130515.750000', '130515.752000', '130515.755000', '130515.758000', '130515.761000', '130515.764000', '130515.767000', '130515.769000', '130515.772000', '130515.775000', '130515.778000', '130515.781000', '130515.783000', '130535.661000', '130535.664000', '130535.667000', '130535.669000', '130535.672000', '130535.675000', '130535.678000', '130535.681000', '130535.684000', '130535.686000', '130535.689000', '130535.692000', '130535.695000', '130535.698000', '130535.700000', '130535.703000', '130535.706000', '130535.709000', '130535.712000', '130535.715000', '130535.717000', '130535.720000', '130535.723000', '130535.726000', '130535.729000', '130535.732000', '130535.734000', '130535.737000', '130535.741000', '130535.744000', '130535.747000', '130535.750000', '130535.753000', '130535.765000', '130535.768000', '130535.770000', '130535.773000', '130535.776000', '130535.779000', '130535.782000', '130535.785000', '130535.787000', '130535.790000', '130555.661000', '130555.664000', '130555.667000', '130555.669000', '130555.672000', '130555.675000', '130555.678000', '130555.681000', '130555.684000', '130555.687000', '130555.690000', '130555.692000', '130555.695000', '130555.698000', '130555.701000', '130555.704000', '130555.706000', '130555.709000', '130555.712000', '130555.715000', '130555.718000', '130555.721000', '130555.723000', '130555.726000', '130555.729000', '130555.732000', '130555.735000', '130555.737000', '130555.740000', '130555.743000', '130555.746000', '130555.749000', '130555.752000', '130555.754000', '130555.757000', '130555.760000', '130555.763000', '130555.766000', '130555.768000', '130555.771000', '130555.774000', '130555.777000', '130555.779000', '130555.782000', '130615.661000', '130615.664000', '130615.667000', '130615.670000', '130615.673000', '130615.675000', '130615.678000', '130615.681000', '130615.684000', '130615.687000', '130615.689000', '130615.692000', '130615.695000', '130615.698000', '130615.701000', '130615.704000', '130615.706000', '130615.709000', '130615.712000', '130615.715000', '130615.718000', '130615.721000', '130615.723000', '130615.726000', '130615.729000', '130615.732000', '130615.735000', '130615.738000', '130615.740000', '130615.743000', '130615.746000', '130615.749000', '130615.752000', '130615.754000', '130615.757000', '130615.760000', '130615.763000', '130615.766000', '130615.768000', '130615.771000', '130615.774000', '130615.777000', '130615.780000', '130635.661000', '130635.664000', '130635.667000', '130635.669000', '130635.672000', '130635.675000', '130635.678000', '130635.681000', '130635.684000', '130635.686000', '130635.689000', '130635.692000', '130635.695000', '130635.698000', '130635.701000', '130635.703000', '130635.706000', '130635.709000', '130635.712000', '130635.715000', '130635.718000', '130635.720000', '130635.723000', '130635.726000', '130635.729000', '130635.732000', '130635.735000', '130635.737000', '130635.740000', '130635.743000', '130635.746000', '130635.749000', '130635.752000', '130635.754000', '130635.757000', '130635.760000', '130635.763000', '130635.766000', '130635.768000', '130635.771000', '130635.774000', '130635.777000', '130635.780000', '130635.782000', '130655.661000', '130655.664000', '130655.667000', '130655.670000', '130655.672000', '130655.675000', '130655.678000', '130655.681000', '130655.684000', '130655.686000', '130655.689000', '130655.692000', '130655.695000', '130655.698000', '130655.700000', '130655.703000', '130655.706000', '130655.709000', '130655.712000', '130655.715000', '130655.717000', '130655.720000', '130655.723000', '130655.726000', '130655.729000', '130655.732000', '130655.734000', '130655.737000', '130655.740000', '130655.743000', '130655.746000', '130655.749000', '130655.751000', '130655.754000', '130655.757000', '130655.760000', '130655.763000', '130655.765000', '130655.768000', '130655.771000', '130655.774000', '130655.778000', '130655.781000', '130715.661000', '130715.664000', '130715.667000', '130715.670000', '130715.672000', '130715.675000', '130715.678000', '130715.681000', '130715.684000', '130715.687000', '130715.689000', '130715.692000', '130715.695000', '130715.698000', '130715.701000', '130715.714000', '130715.717000', '130715.720000', '130715.722000', '130715.725000', '130715.728000', '130715.731000', '130715.734000', '130715.737000', '130715.739000', '130715.742000', '130715.745000', '130715.748000', '130715.751000', '130715.754000', '130715.757000', '130715.759000', '130715.762000', '130715.765000', '130715.768000', '130715.771000', '130715.774000', '130715.776000', '130715.779000', '130715.782000', '130715.785000', '130715.788000', '130715.791000', '130715.793000', '130735.662000', '130735.665000', '130735.668000', '130735.670000', '130735.673000', '130735.676000', '130735.679000', '130735.681000', '130735.684000', '130735.687000', '130735.690000', '130735.693000', '130735.696000', '130735.699000', '130735.702000', '130735.704000', '130735.707000', '130735.710000', '130735.713000', '130735.716000', '130735.718000', '130735.721000', '130735.724000', '130735.727000', '130735.730000', '130735.733000', '130735.735000', '130735.738000', '130735.741000', '130735.744000', '130735.747000', '130735.750000', '130735.752000', '130735.755000', '130735.758000', '130735.761000', '130735.764000', '130735.766000', '130735.769000', '130735.772000', '130735.775000', '130735.778000', '130735.781000', '130755.661000', '130755.664000', '130755.667000', '130755.669000', '130755.672000', '130755.675000', '130755.678000', '130755.681000', '130755.683000', '130755.686000', '130755.697000', '130755.700000', '130755.703000', '130755.706000', '130755.709000', '130755.711000', '130755.714000', '130755.717000', '130755.720000', '130755.723000', '130755.726000', '130755.728000', '130755.731000', '130755.734000', '130755.737000', '130755.740000', '130755.742000', '130755.745000', '130755.748000', '130755.751000', '130755.754000', '130755.757000', '130755.759000', '130755.762000', '130755.765000', '130755.768000', '130755.771000', '130755.774000', '130755.776000', '130755.779000', '130755.782000', '130755.785000', '130755.788000', '130755.791000', '130815.661000', '130815.664000', '130815.667000', '130815.670000', '130815.672000', '130815.675000', '130815.678000', '130815.681000', '130815.684000', '130815.686000', '130815.689000', '130815.692000', '130815.695000', '130815.698000', '130815.701000', '130815.703000', '130815.706000', '130815.709000', '130815.712000', '130815.715000', '130815.718000', '130815.720000', '130815.723000', '130815.726000', '130815.729000', '130815.732000', '130815.734000', '130815.737000', '130815.740000', '130815.743000', '130815.746000', '130815.748000', '130815.751000', '130815.754000', '130815.757000', '130815.759000', '130815.762000', '130815.765000', '130815.768000', '130815.771000', '130815.774000', '130815.776000', '130815.779000', '130835.661000', '130835.664000', '130835.667000', '130835.670000', '130835.673000', '130835.676000', '130835.679000', '130835.681000', '130835.684000', '130835.687000', '130835.690000', '130835.693000', '130835.695000', '130835.698000', '130835.701000', '130835.704000', '130835.707000', '130835.710000', '130835.712000', '130835.715000', '130835.718000', '130835.721000', '130835.724000', '130835.726000', '130835.729000', '130835.732000', '130835.735000', '130835.738000', '130835.741000', '130835.743000', '130835.746000', '130835.749000', '130835.752000', '130835.755000', '130835.757000', '130835.760000', '130835.763000', '130835.766000', '130835.769000', '130835.783000', '130835.786000', '130835.789000', '130835.792000', '130855.661000', '130855.664000', '130855.667000', '130855.669000', '130855.672000', '130855.675000', '130855.678000', '130855.681000', '130855.684000', '130855.686000', '130855.689000', '130855.692000', '130855.695000', '130855.698000', '130855.701000', '130855.703000', '130855.706000', '130855.709000', '130855.712000', '130855.715000', '130855.718000', '130855.720000', '130855.723000', '130855.726000', '130855.729000', '130855.732000', '130855.735000', '130855.738000', '130855.740000', '130855.743000', '130855.746000', '130855.749000', '130855.751000', '130855.754000', '130855.757000', '130855.760000', '130855.763000', '130855.766000', '130855.768000', '130855.771000', '130855.774000', '130855.777000', '130855.780000', '130855.783000', '130915.661000', '130915.664000', '130915.667000', '130915.670000', '130915.673000', '130915.678000', '130915.681000', '130915.684000', '130915.687000', '130915.690000', '130915.693000', '130915.696000', '130915.699000', '130915.701000', '130915.704000', '130915.707000', '130915.710000', '130915.713000', '130915.716000', '130915.719000', '130915.721000', '130915.724000', '130915.727000', '130915.730000', '130915.733000', '130915.736000', '130915.739000', '130915.741000', '130915.744000', '130915.747000', '130915.750000', '130915.753000', '130915.755000', '130915.758000', '130915.761000', '130915.764000', '130915.767000', '130915.769000', '130915.772000', '130915.775000', '130915.778000', '130915.781000', '130915.784000', '130935.661000', '130935.664000', '130935.667000', '130935.670000', '130935.672000', '130935.675000', '130935.678000', '130935.681000', '130935.684000', '130935.687000', '130935.689000', '130935.692000', '130935.695000', '130935.698000', '130935.701000', '130935.703000', '130935.706000', '130935.709000', '130935.712000', '130935.715000', '130935.718000', '130935.721000', '130935.723000', '130935.726000', '130935.729000', '130935.733000', '130935.736000', '130935.739000', '130935.742000', '130935.745000', '130935.747000', '130935.752000', '130935.755000', '130935.758000', '130935.761000', '130935.763000', '130935.766000', '130935.769000', '130935.772000', '130935.775000', '130935.778000', '130935.781000', '130935.783000', '130935.786000', '130955.662000', '130955.665000', '130955.668000', '130955.671000', '130955.673000', '130955.676000', '130955.679000', '130955.682000', '130955.685000', '130955.688000', '130955.690000', '130955.693000', '130955.696000', '130955.700000', '130955.706000', '130955.708000', '130955.711000', '130955.714000', '130955.717000', '130955.720000', '130955.722000', '130955.725000', '130955.728000', '130955.731000', '130955.734000', '130955.737000', '130955.739000', '130955.742000', '130955.745000', '130955.748000', '130955.751000', '130955.753000', '130955.756000', '130955.759000', '130955.762000', '130955.765000', '130955.768000', '130955.770000', '130955.773000', '130955.776000', '130955.779000', '130955.781000', '130955.784000', '131015.661000', '131015.664000', '131015.667000', '131015.670000', '131015.672000', '131015.675000', '131015.678000', '131015.688000', '131015.691000', '131015.694000', '131015.697000', '131015.699000', '131015.702000', '131015.705000', '131015.708000', '131015.711000', '131015.714000', '131015.716000', '131015.719000', '131015.722000', '131015.725000', '131015.728000', '131015.731000', '131015.733000', '131015.736000', '131015.739000', '131015.742000', '131015.745000', '131015.747000', '131015.750000', '131015.753000', '131015.756000', '131015.759000', '131015.761000', '131015.764000', '131015.767000', '131015.770000', '131015.773000', '131015.776000', '131015.778000', '131015.781000', '131015.784000', '131015.787000', '131015.789000', '131027.965000', '131027.969000', '131027.972000', '131027.975000', '131027.978000', '131027.981000', '131027.986000', '131027.990000', '131027.994000', '131027.997000', '131028.001000', '131028.003000', '131028.006000', '131028.009000', '131028.012000', '131028.015000', '131028.018000', '131028.021000', '131028.024000', '131028.027000', '131028.030000', '131028.033000', '131028.035000', '131028.038000', '131028.041000', '131028.044000', '131028.047000'], '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': [10350, 19563, 18659, 15802, 10883, 15430, 11475, 15113, 16985, 13951, 22010, 12802, 21946, 15362, 16074, 10999, 15153, 8425, 10728, 7970, 9012, 9331, 8638, 15797, 8020, 10733, 7604, 9479, 7263, 8712, 7651, 8159, 8950, 8027, 13049, 7808, 9784, 9439, 8002, 7487, 7676, 11473, 7617, 9683, 8055, 7334, 7601, 9091, 8117, 8443, 8787, 8227, 10385, 7987, 14085, 7456, 9669, 7514, 8326, 19100, 9359, 14542, 10781, 12198, 7980, 10890, 11001, 10465, 18953, 15453, 12391, 9570, 11127, 7743, 10103, 18025, 9914, 14632, 8927, 10098, 14175, 8317, 15450, 9471, 10101, 7894, 10610, 7967, 11466, 7879, 10842, 8419, 8814, 19416, 12330, 9171, 16089, 9019, 9829, 8384, 8918, 7761, 7908, 10643, 8368, 9064, 8383, 17955, 9837, 14284, 8772, 14010, 9026, 15694, 9802, 16786, 10678, 17019, 9431, 16353, 11012, 13490, 8965, 9445, 15989, 8725, 15113, 8885, 9464, 8606, 8649, 7470, 7644, 8361, 7524, 7875, 8040, 8242, 8656, 8484, 8843, 13816, 9712, 17704, 11528, 15806, 9864, 13761, 11552, 11963, 16517, 11791, 20985, 10437, 14545, 8756, 10397, 13817, 8908, 9310, 7965, 11140, 8131, 9583, 8273, 7667, 8183, 9096, 8480, 9538, 7786, 8042, 8216, 8574, 8226, 8571, 12220, 9149, 15531, 9441, 18385, 13393, 19358, 12797, 8624, 9290, 19660, 10734, 15045, 19107, 13175, 15126, 21914, 10084, 15822, 7921, 11286, 11743, 9753, 18612, 12179, 15583, 10580, 14981, 12722, 12668, 18829, 14413, 13992, 22569, 8939, 9947, 9189, 8687, 11305, 8647, 9061, 8113, 8252, 8266, 8994, 7936, 8541, 8677, 9466, 8653, 9243, 9118, 8805, 15146, 9308, 12736, 8819, 9742, 8659, 8838, 10711, 8829, 13302, 8755, 12376, 8887, 16180, 9879, 12728, 8758, 12626, 9370, 16038, 11278, 12899, 8867, 15338, 9145, 15883, 8727, 15524, 14834, 17185, 15886, 13748, 9286, 10559, 9271, 11456, 9016, 12985, 9436, 10684, 18903, 10491, 13596, 8668, 9289, 8830, 8982, 13172, 9115, 11790, 9206, 8769, 9257, 9650, 8985, 9352, 9685, 11524, 8969, 9821, 8501, 9717, 8914, 11036, 9522, 12832, 9456, 13428, 9988, 13711, 10586, 15984, 11375, 17266, 12960, 18818, 13888, 18365, 11517, 19048, 10235, 18249, 11306, 12291, 20726, 10034, 16740, 9939, 10729, 9860, 9761, 9760, 9495, 9881, 8855, 9781, 10712, 10140, 9484, 9696, 9557, 9555, 9644, 9777, 9771, 12702, 9751, 11831, 9332, 10332, 9742, 10941, 9282, 9526, 11208, 9514, 14932, 9470, 13490, 19946, 15475, 15291, 9716, 11637, 9499, 10472, 9297, 9669, 9986, 11333, 18625, 11637, 13468, 20949, 12480, 13909, 11081, 9457, 19972, 10464, 11663, 10048, 9582, 9324, 9454, 9402, 9404, 9677, 9394, 16990, 12000, 12115, 9910, 11077, 9601, 9890, 9563, 9516, 17394, 11140, 11730, 9308, 9308, 15889, 9681, 9764, 9560, 10527, 9441, 10073, 9082, 9772, 9379, 9741, 16624, 10849, 12218, 9433, 10163, 9117, 9314, 9533, 9752, 9285, 9485, 9443, 9358, 16732, 10685, 10887, 9501, 10528, 9150, 8801, 12236, 10501, 8948, 10063, 9339, 12143, 13142, 10910, 20291, 14662, 15770, 10100, 12552, 18880, 12491, 19962, 17957, 17119, 10574, 15669, 9219, 12359, 9392, 12965, 8876, 11749, 8672, 10208, 11055, 10643, 19496, 14259, 9730, 9204, 8480, 9097, 13074, 9064, 12303, 8924, 9228, 8448, 9226, 12730, 9261, 12157, 9258, 12031, 8800, 12138, 8839, 12844, 8758, 16241, 8938, 15455, 9174, 12468, 9248, 13177, 9090, 15266, 10510, 14343, 8903, 13122, 8529, 10658, 19668, 14969, 16260, 9883, 7992, 7973, 7688, 8550, 14204, 8422, 10310, 15609, 8140, 10955, 8101, 10242, 7629, 10165, 11315, 11311, 8284, 11750, 16173, 14655, 21476, 16114, 18262, 21136, 13550, 18437, 8996, 10284, 9175, 8989, 9707, 8769, 13738, 8665, 14383, 8864, 12511, 9210, 10609, 9213, 8982, 14277, 9958, 15449, 9850, 12842, 8853, 10662, 9128, 10568, 8850, 10827, 8962, 10509, 9456, 10362, 9635, 10058, 13408, 9554, 12530, 9292, 11872, 9494, 11413, 9046, 11028, 9137, 9996, 9516, 9094, 14971, 13220, 17169, 8691, 8480, 9315, 8485, 9255, 15269, 8919, 13227, 9596, 10314, 9250, 11155, 8380, 11929, 16575, 11733, 19282, 12385, 13671, 21204, 14812, 15724, 9371, 11206, 8977, 11105, 8701, 10831, 8783, 10751, 8872, 11750, 19228, 13463, 13170, 8760, 9569, 8622, 9993, 8794, 8680, 8778, 8852, 8546, 8742, 14258, 10568, 15417, 13518, 19233, 12106, 8181, 8206, 15380, 9148, 9718, 16803, 8544, 10807, 8273, 10520, 7964, 10282, 8757, 12494, 8231, 16280, 11058, 17199, 13574, 21592, 15517, 20047, 13990, 18614, 9798, 17390, 9589, 13672, 9556, 10793, 8163, 10821, 7736, 11031, 8205, 11293, 8406, 10589, 8326, 9613, 8286, 8840, 14010, 9400, 11822, 8958, 11335, 8743, 10611, 8940, 10559, 8840, 10552, 8740, 9385, 8729, 11346, 8847, 11852, 8445, 12401, 8590, 10456, 11190, 9615, 18145, 12067, 12611, 9096, 14236, 9314, 15264, 9563, 12766, 8604, 11499, 19689, 12035, 11023, 17587, 8593, 11847, 8650, 9989, 8475, 9526, 8546, 10886, 8345, 12355, 8445, 13071, 8360, 10604, 14737, 9794, 19169, 12221, 13020, 8696, 11607, 8859, 10398, 15000, 10550, 11446, 8749, 9728, 9767, 9847, 11179, 8946, 10941, 17726, 11101, 16220, 18333, 9890, 13930, 9334, 10675, 9407, 9347, 9734, 9614, 9712, 9370, 10834, 9568, 10121, 9113, 8925, 9000, 9852, 9128, 10723, 8827, 9182, 8959, 9545, 11847, 9346, 17332, 11211, 13962, 9513, 12066, 8819, 11971, 9210, 12226, 9434, 10699, 14197, 11967, 14269, 9699, 15554, 9581, 13802, 9104, 11278, 9557, 10359, 16147, 9955, 14369, 9584, 10450, 9543, 9317, 18509, 14278, 9880, 14587, 9206, 10462, 9209, 9627, 9012, 8733, 8912, 9657, 8888, 10199, 9124, 9868, 15564, 8998, 14616, 9024, 10630, 9110, 9909, 8953, 10516, 12708, 10510, 9700, 9314, 16443, 9631, 16076, 9161, 11513, 19073, 9444, 14921, 9187, 10315, 9461, 9755, 9223, 9774, 9463, 9905, 10617, 9686, 18802, 10876, 11445, 9264, 9258, 18887, 10651, 15477, 11968, 11707, 9401, 11775, 8808, 11765, 9185, 10938, 9175, 10696, 8962, 11385, 9518, 11513, 10527, 10210, 9940, 10850, 9899, 11201, 9411, 12958, 9779, 18517, 11893, 17484], 'WindowCenter': [4523.0, 4570.0, 4556.0, 4533.0, 4481.0, 4522.0, 4479.0, 4511.0, 4517.0, 4498.0, 4537.0, 4476.0, 4526.0, 4494.0, 4508.0, 4463.0, 4483.0, 4410.0, 4450.0, 4410.0, 4421.0, 4430.0, 4423.0, 4518.0, 4437.0, 4463.0, 4412.0, 4444.0, 4414.0, 4435.0, 4425.0, 4427.0, 4447.0, 4438.0, 4511.0, 4439.0, 4469.0, 4458.0, 4427.0, 4415.0, 4428.0, 4477.0, 4428.0, 4458.0, 4440.0, 4427.0, 4439.0, 4460.0, 4449.0, 4463.0, 4451.0, 4452.0, 4480.0, 4451.0, 4524.0, 4443.0, 4473.0, 4445.0, 4452.0, 4544.0, 4473.0, 4523.0, 4493.0, 4501.0, 4439.0, 4482.0, 4480.0, 4480.0, 4544.0, 4521.0, 4489.0, 4458.0, 4476.0, 4427.0, 4468.0, 4518.0, 4456.0, 4496.0, 4448.0, 4469.0, 4510.0, 4438.0, 4508.0, 4456.0, 4468.0, 4437.0, 4467.0, 4440.0, 4490.0, 4437.0, 4478.0, 4437.0, 4448.0, 4530.0, 4487.0, 4457.0, 4508.0, 4445.0, 4455.0, 4437.0, 4449.0, 4439.0, 4441.0, 4480.0, 4449.0, 4461.0, 4452.0, 4542.0, 4472.0, 4510.0, 4449.0, 4511.0, 4460.0, 4521.0, 4472.0, 4520.0, 4469.0, 4519.0, 4460.0, 4522.0, 4469.0, 4499.0, 4434.0, 4444.0, 4493.0, 4435.0, 4495.0, 4433.0, 4443.0, 4433.0, 4436.0, 4416.0, 4426.0, 4438.0, 4456.0, 4467.0, 4467.0, 4464.0, 4463.0, 4464.0, 4476.0, 4526.0, 4487.0, 4546.0, 4518.0, 4537.0, 4472.0, 4501.0, 4477.0, 4478.0, 4506.0, 4477.0, 4526.0, 4454.0, 4485.0, 4434.0, 4455.0, 4484.0, 4433.0, 4431.0, 4426.0, 4464.0, 4425.0, 4454.0, 4437.0, 4428.0, 4451.0, 4460.0, 4473.0, 4483.0, 4455.0, 4453.0, 4467.0, 4491.0, 4466.0, 4464.0, 4503.0, 4474.0, 4532.0, 4485.0, 4548.0, 4517.0, 4547.0, 4505.0, 4452.0, 4474.0, 4544.0, 4467.0, 4510.0, 4520.0, 4477.0, 4497.0, 4525.0, 4446.0, 4496.0, 4412.0, 4452.0, 4448.0, 4431.0, 4502.0, 4461.0, 4479.0, 4438.0, 4482.0, 4457.0, 4460.0, 4491.0, 4469.0, 4458.0, 4497.0, 4404.0, 4414.0, 4402.0, 4407.0, 4437.0, 4409.0, 4419.0, 4411.0, 4425.0, 4423.0, 4459.0, 4441.0, 4449.0, 4449.0, 4460.0, 4439.0, 4459.0, 4449.0, 4451.0, 4512.0, 4477.0, 4502.0, 4450.0, 4461.0, 4450.0, 4451.0, 4468.0, 4451.0, 4499.0, 4453.0, 4503.0, 4464.0, 4534.0, 4483.0, 4503.0, 4453.0, 4501.0, 4462.0, 4536.0, 4495.0, 4503.0, 4465.0, 4548.0, 4474.0, 4522.0, 4452.0, 4523.0, 4512.0, 4523.0, 4521.0, 4501.0, 4449.0, 4468.0, 4447.0, 4478.0, 4450.0, 4499.0, 4460.0, 4470.0, 4531.0, 4470.0, 4512.0, 4452.0, 4461.0, 4448.0, 4449.0, 4488.0, 4450.0, 4491.0, 4461.0, 4450.0, 4461.0, 4472.0, 4463.0, 4477.0, 4476.0, 4508.0, 4463.0, 4473.0, 4462.0, 4485.0, 4464.0, 4493.0, 4473.0, 4516.0, 4485.0, 4524.0, 4483.0, 4525.0, 4496.0, 4545.0, 4503.0, 4533.0, 4530.0, 4562.0, 4518.0, 4536.0, 4479.0, 4519.0, 4445.0, 4506.0, 4452.0, 4464.0, 4513.0, 4445.0, 4494.0, 4433.0, 4439.0, 4445.0, 4456.0, 4457.0, 4447.0, 4457.0, 4447.0, 4471.0, 4480.0, 4481.0, 4473.0, 4472.0, 4473.0, 4472.0, 4476.0, 4475.0, 4485.0, 4503.0, 4474.0, 4503.0, 4475.0, 4486.0, 4474.0, 4493.0, 4474.0, 4484.0, 4495.0, 4474.0, 4524.0, 4475.0, 4515.0, 4545.0, 4524.0, 4521.0, 4461.0, 4480.0, 4461.0, 4479.0, 4463.0, 4474.0, 4484.0, 4495.0, 4545.0, 4494.0, 4514.0, 4542.0, 4490.0, 4499.0, 4469.0, 4459.0, 4529.0, 4469.0, 4478.0, 4469.0, 4460.0, 4460.0, 4459.0, 4459.0, 4461.0, 4462.0, 4462.0, 4533.0, 4495.0, 4493.0, 4474.0, 4480.0, 4462.0, 4470.0, 4460.0, 4460.0, 4521.0, 4482.0, 4479.0, 4448.0, 4447.0, 4508.0, 4460.0, 4457.0, 4458.0, 4468.0, 4458.0, 4470.0, 4451.0, 4471.0, 4460.0, 4462.0, 4522.0, 4481.0, 4490.0, 4450.0, 4470.0, 4449.0, 4461.0, 4472.0, 4474.0, 4475.0, 4474.0, 4473.0, 4475.0, 4537.0, 4485.0, 4493.0, 4475.0, 4486.0, 4489.0, 4478.0, 4506.0, 4485.0, 4464.0, 4485.0, 4474.0, 4506.0, 4515.0, 4495.0, 4556.0, 4514.0, 4524.0, 4471.0, 4492.0, 4528.0, 4478.0, 4529.0, 4518.0, 4533.0, 4470.0, 4497.0, 4434.0, 4473.0, 4434.0, 4475.0, 4432.0, 4464.0, 4422.0, 4455.0, 4464.0, 4469.0, 4532.0, 4499.0, 4444.0, 4446.0, 4433.0, 4447.0, 4500.0, 4451.0, 4489.0, 4450.0, 4449.0, 4440.0, 4461.0, 4499.0, 4460.0, 4490.0, 4463.0, 4501.0, 4449.0, 4489.0, 4449.0, 4488.0, 4449.0, 4521.0, 4451.0, 4510.0, 4448.0, 4489.0, 4449.0, 4489.0, 4449.0, 4511.0, 4471.0, 4500.0, 4450.0, 4488.0, 4438.0, 4483.0, 4542.0, 4512.0, 4508.0, 4447.0, 4415.0, 4426.0, 4429.0, 4450.0, 4510.0, 4450.0, 4470.0, 4509.0, 4443.0, 4482.0, 4442.0, 4483.0, 4442.0, 4470.0, 4482.0, 4491.0, 4437.0, 4478.0, 4507.0, 4510.0, 4532.0, 4497.0, 4507.0, 4504.0, 4463.0, 4491.0, 4409.0, 4427.0, 4419.0, 4419.0, 4418.0, 4421.0, 4485.0, 4438.0, 4496.0, 4435.0, 4463.0, 4432.0, 4442.0, 4421.0, 4422.0, 4484.0, 4456.0, 4496.0, 4456.0, 4475.0, 4436.0, 4454.0, 4448.0, 4468.0, 4450.0, 4469.0, 4464.0, 4497.0, 4462.0, 4470.0, 4460.0, 4471.0, 4501.0, 4462.0, 4488.0, 4450.0, 4479.0, 4460.0, 4480.0, 4450.0, 4481.0, 4460.0, 4473.0, 4472.0, 4464.0, 4526.0, 4515.0, 4533.0, 4454.0, 4450.0, 4460.0, 4450.0, 4462.0, 4522.0, 4463.0, 4515.0, 4474.0, 4483.0, 4474.0, 4494.0, 4451.0, 4490.0, 4519.0, 4490.0, 4534.0, 4487.0, 4499.0, 4545.0, 4512.0, 4507.0, 4447.0, 4454.0, 4438.0, 4467.0, 4438.0, 4466.0, 4437.0, 4468.0, 4449.0, 4480.0, 4530.0, 4488.0, 4477.0, 4427.0, 4446.0, 4435.0, 4458.0, 4439.0, 4439.0, 4450.0, 4460.0, 4452.0, 4466.0, 4528.0, 4497.0, 4526.0, 4516.0, 4533.0, 4492.0, 4453.0, 4451.0, 4523.0, 4450.0, 4459.0, 4519.0, 4437.0, 4468.0, 4438.0, 4471.0, 4427.0, 4470.0, 4450.0, 4501.0, 4441.0, 4520.0, 4481.0, 4519.0, 4502.0, 4543.0, 4501.0, 4522.0, 4489.0, 4519.0, 4470.0, 4505.0, 4418.0, 4469.0, 4429.0, 4439.0, 4410.0, 4465.0, 4414.0, 4465.0, 4425.0, 4466.0, 4424.0, 4457.0, 4426.0, 4448.0, 4427.0, 4450.0, 4500.0, 4462.0, 4491.0, 4451.0, 4480.0, 4453.0, 4471.0, 4451.0, 4470.0, 4461.0, 4483.0, 4463.0, 4464.0, 4465.0, 4493.0, 4465.0, 4508.0, 4467.0, 4503.0, 4453.0, 4484.0, 4494.0, 4475.0, 4546.0, 4507.0, 4504.0, 4463.0, 4513.0, 4465.0, 4523.0, 4473.0, 4504.0, 4451.0, 4492.0, 4544.0, 4490.0, 4470.0, 4520.0, 4451.0, 4489.0, 4448.0, 4470.0, 4454.0, 4474.0, 4465.0, 4495.0, 4466.0, 4515.0, 4455.0, 4515.0, 4453.0, 4483.0, 4512.0, 4474.0, 4545.0, 4504.0, 4513.0, 4465.0, 4495.0, 4463.0, 4483.0, 4523.0, 4484.0, 4491.0, 4454.0, 4488.0, 4484.0, 4470.0, 4482.0, 4461.0, 4483.0, 4532.0, 4480.0, 4520.0, 4519.0, 4458.0, 4497.0, 4448.0, 4467.0, 4446.0, 4448.0, 4457.0, 4458.0, 4474.0, 4473.0, 4483.0, 4473.0, 4472.0, 4465.0, 4465.0, 4476.0, 4486.0, 4474.0, 4496.0, 4478.0, 4477.0, 4477.0, 4486.0, 4507.0, 4478.0, 4546.0, 4508.0, 4528.0, 4488.0, 4506.0, 4467.0, 4504.0, 4473.0, 4503.0, 4475.0, 4486.0, 4525.0, 4504.0, 4523.0, 4475.0, 4522.0, 4474.0, 4514.0, 4464.0, 4497.0, 4485.0, 4496.0, 4523.0, 4472.0, 4511.0, 4461.0, 4480.0, 4458.0, 4463.0, 4534.0, 4501.0, 4461.0, 4499.0, 4458.0, 4469.0, 4462.0, 4473.0, 4476.0, 4465.0, 4477.0, 4485.0, 4475.0, 4499.0, 4477.0, 4489.0, 4536.0, 4475.0, 4525.0, 4465.0, 4484.0, 4465.0, 4485.0, 4476.0, 4496.0, 4529.0, 4496.0, 4474.0, 4476.0, 4546.0, 4486.0, 4537.0, 4475.0, 4495.0, 4546.0, 4474.0, 4524.0, 4465.0, 4472.0, 4463.0, 4475.0, 4464.0, 4483.0, 4473.0, 4483.0, 4485.0, 4474.0, 4557.0, 4498.0, 4506.0, 4463.0, 4465.0, 4545.0, 4485.0, 4524.0, 4495.0, 4492.0, 4462.0, 4493.0, 4464.0, 4495.0, 4463.0, 4485.0, 4462.0, 4484.0, 4490.0, 4505.0, 4487.0, 4508.0, 4496.0, 4485.0, 4486.0, 4509.0, 4488.0, 4508.0, 4478.0, 4517.0, 4487.0, 4547.0, 4507.0, 4550.0], 'WindowWidth': [9943.0, 10014.0, 9974.0, 9942.0, 9861.0, 9922.0, 9854.0, 9905.0, 9904.0, 9882.0, 9935.0, 9847.0, 9925.0, 9868.0, 9897.0, 9825.0, 9849.0, 9746.0, 9799.0, 9744.0, 9761.0, 9773.0, 9768.0, 9907.0, 9795.0, 9824.0, 9756.0, 9798.0, 9760.0, 9789.0, 9777.0, 9782.0, 9809.0, 9800.0, 9904.0, 9805.0, 9841.0, 9825.0, 9784.0, 9765.0, 9787.0, 9850.0, 9787.0, 9826.0, 9805.0, 9786.0, 9806.0, 9833.0, 9820.0, 9842.0, 9823.0, 9827.0, 9861.0, 9824.0, 9925.0, 9818.0, 9856.0, 9822.0, 9828.0, 9959.0, 9857.0, 9925.0, 9880.0, 9891.0, 9805.0, 9863.0, 9859.0, 9859.0, 9964.0, 9918.0, 9869.0, 9826.0, 9849.0, 9781.0, 9837.0, 9913.0, 9820.0, 9875.0, 9810.0, 9845.0, 9902.0, 9799.0, 9893.0, 9819.0, 9840.0, 9798.0, 9841.0, 9808.0, 9872.0, 9798.0, 9853.0, 9797.0, 9811.0, 9935.0, 9861.0, 9822.0, 9898.0, 9805.0, 9817.0, 9795.0, 9815.0, 9804.0, 9809.0, 9859.0, 9819.0, 9836.0, 9825.0, 9949.0, 9850.0, 9900.0, 9813.0, 9904.0, 9831.0, 9920.0, 9850.0, 9917.0, 9843.0, 9914.0, 9834.0, 9924.0, 9842.0, 9881.0, 9786.0, 9799.0, 9867.0, 9789.0, 9870.0, 9782.0, 9795.0, 9785.0, 9794.0, 9764.0, 9779.0, 9797.0, 9843.0, 9857.0, 9857.0, 9844.0, 9842.0, 9844.0, 9864.0, 9931.0, 9880.0, 9962.0, 9926.0, 9951.0, 9850.0, 9890.0, 9848.0, 9850.0, 9887.0, 9848.0, 9921.0, 9813.0, 9858.0, 9784.0, 9815.0, 9852.0, 9782.0, 9777.0, 9778.0, 9825.0, 9779.0, 9815.0, 9795.0, 9786.0, 9820.0, 9832.0, 9860.0, 9871.0, 9835.0, 9829.0, 9854.0, 9894.0, 9854.0, 9846.0, 9898.0, 9859.0, 9937.0, 9875.0, 9970.0, 9919.0, 9966.0, 9898.0, 9823.0, 9857.0, 9957.0, 9835.0, 9899.0, 9924.0, 9847.0, 9880.0, 9911.0, 9801.0, 9873.0, 9752.0, 9805.0, 9795.0, 9775.0, 9877.0, 9815.0, 9840.0, 9781.0, 9845.0, 9804.0, 9812.0, 9866.0, 9820.0, 9806.0, 9863.0, 9724.0, 9737.0, 9721.0, 9733.0, 9774.0, 9742.0, 9757.0, 9750.0, 9774.0, 9770.0, 9831.0, 9807.0, 9816.0, 9812.0, 9828.0, 9799.0, 9829.0, 9813.0, 9820.0, 9903.0, 9866.0, 9889.0, 9814.0, 9832.0, 9814.0, 9818.0, 9837.0, 9818.0, 9883.0, 9826.0, 9894.0, 9844.0, 9937.0, 9870.0, 9892.0, 9827.0, 9888.0, 9838.0, 9943.0, 9885.0, 9891.0, 9846.0, 9966.0, 9855.0, 9917.0, 9822.0, 9922.0, 9901.0, 9928.0, 9913.0, 9887.0, 9812.0, 9836.0, 9806.0, 9850.0, 9816.0, 9881.0, 9828.0, 9843.0, 9929.0, 9842.0, 9908.0, 9822.0, 9830.0, 9812.0, 9815.0, 9864.0, 9817.0, 9877.0, 9834.0, 9815.0, 9835.0, 9851.0, 9839.0, 9864.0, 9861.0, 9908.0, 9840.0, 9853.0, 9839.0, 9875.0, 9844.0, 9882.0, 9856.0, 9918.0, 9875.0, 9927.0, 9870.0, 9930.0, 9890.0, 9960.0, 9898.0, 9942.0, 9945.0, 10000.0, 9923.0, 9953.0, 9854.0, 9913.0, 9799.0, 9888.0, 9803.0, 9821.0, 9889.0, 9800.0, 9865.0, 9779.0, 9783.0, 9798.0, 9819.0, 9821.0, 9807.0, 9822.0, 9807.0, 9846.0, 9859.0, 9864.0, 9851.0, 9851.0, 9853.0, 9852.0, 9862.0, 9859.0, 9872.0, 9894.0, 9857.0, 9896.0, 9863.0, 9874.0, 9857.0, 9882.0, 9858.0, 9871.0, 9886.0, 9857.0, 9925.0, 9859.0, 9915.0, 9962.0, 9924.0, 9916.0, 9834.0, 9857.0, 9833.0, 9857.0, 9841.0, 9854.0, 9869.0, 9886.0, 9960.0, 9883.0, 9912.0, 9948.0, 9868.0, 9883.0, 9839.0, 9825.0, 9926.0, 9839.0, 9851.0, 9843.0, 9829.0, 9829.0, 9826.0, 9829.0, 9835.0, 9834.0, 9837.0, 9936.0, 9884.0, 9879.0, 9854.0, 9857.0, 9835.0, 9845.0, 9831.0, 9831.0, 9920.0, 9863.0, 9854.0, 9808.0, 9809.0, 9897.0, 9829.0, 9820.0, 9823.0, 9837.0, 9825.0, 9843.0, 9819.0, 9846.0, 9830.0, 9834.0, 9916.0, 9860.0, 9870.0, 9816.0, 9842.0, 9814.0, 9831.0, 9851.0, 9855.0, 9857.0, 9858.0, 9855.0, 9861.0, 9949.0, 9875.0, 9883.0, 9860.0, 9874.0, 9886.0, 9869.0, 9902.0, 9872.0, 9844.0, 9873.0, 9858.0, 9902.0, 9914.0, 9886.0, 9981.0, 9911.0, 9924.0, 9846.0, 9875.0, 9918.0, 9851.0, 9934.0, 9906.0, 9939.0, 9841.0, 9874.0, 9782.0, 9835.0, 9782.0, 9840.0, 9779.0, 9822.0, 9766.0, 9812.0, 9827.0, 9841.0, 9935.0, 9882.0, 9802.0, 9804.0, 9783.0, 9807.0, 9887.0, 9818.0, 9866.0, 9814.0, 9814.0, 9801.0, 9833.0, 9882.0, 9832.0, 9870.0, 9840.0, 9889.0, 9816.0, 9866.0, 9813.0, 9865.0, 9814.0, 9914.0, 9817.0, 9894.0, 9809.0, 9865.0, 9811.0, 9865.0, 9812.0, 9900.0, 9844.0, 9882.0, 9813.0, 9862.0, 9797.0, 9867.0, 9950.0, 9906.0, 9889.0, 9804.0, 9761.0, 9779.0, 9789.0, 9820.0, 9899.0, 9819.0, 9843.0, 9894.0, 9811.0, 9864.0, 9810.0, 9866.0, 9810.0, 9846.0, 9863.0, 9876.0, 9798.0, 9852.0, 9890.0, 9896.0, 9941.0, 9877.0, 9897.0, 9882.0, 9818.0, 9859.0, 9736.0, 9760.0, 9750.0, 9753.0, 9751.0, 9762.0, 9853.0, 9798.0, 9870.0, 9785.0, 9821.0, 9775.0, 9789.0, 9759.0, 9763.0, 9852.0, 9816.0, 9871.0, 9815.0, 9839.0, 9790.0, 9810.0, 9808.0, 9834.0, 9817.0, 9840.0, 9840.0, 9891.0, 9833.0, 9842.0, 9826.0, 9846.0, 9888.0, 9834.0, 9864.0, 9814.0, 9853.0, 9827.0, 9856.0, 9818.0, 9858.0, 9829.0, 9850.0, 9849.0, 9840.0, 9929.0, 9911.0, 9931.0, 9826.0, 9818.0, 9829.0, 9815.0, 9835.0, 9917.0, 9841.0, 9912.0, 9857.0, 9867.0, 9856.0, 9881.0, 9822.0, 9871.0, 9911.0, 9870.0, 9946.0, 9861.0, 9881.0, 9961.0, 9902.0, 9891.0, 9805.0, 9810.0, 9794.0, 9833.0, 9798.0, 9831.0, 9796.0, 9836.0, 9812.0, 9857.0, 9930.0, 9862.0, 9846.0, 9777.0, 9803.0, 9788.0, 9822.0, 9798.0, 9800.0, 9819.0, 9832.0, 9821.0, 9847.0, 9938.0, 9892.0, 9932.0, 9915.0, 9936.0, 9875.0, 9824.0, 9822.0, 9924.0, 9814.0, 9825.0, 9910.0, 9794.0, 9835.0, 9799.0, 9847.0, 9781.0, 9844.0, 9816.0, 9886.0, 9807.0, 9913.0, 9862.0, 9911.0, 9888.0, 9954.0, 9886.0, 9923.0, 9865.0, 9912.0, 9847.0, 9886.0, 9751.0, 9821.0, 9767.0, 9782.0, 9745.0, 9830.0, 9761.0, 9828.0, 9776.0, 9831.0, 9772.0, 9818.0, 9776.0, 9808.0, 9780.0, 9818.0, 9883.0, 9835.0, 9872.0, 9819.0, 9854.0, 9824.0, 9845.0, 9816.0, 9841.0, 9833.0, 9864.0, 9840.0, 9841.0, 9844.0, 9880.0, 9844.0, 9909.0, 9851.0, 9893.0, 9824.0, 9867.0, 9882.0, 9856.0, 9959.0, 9905.0, 9895.0, 9839.0, 9905.0, 9844.0, 9922.0, 9852.0, 9893.0, 9822.0, 9877.0, 9964.0, 9871.0, 9844.0, 9910.0, 9818.0, 9870.0, 9814.0, 9844.0, 9829.0, 9856.0, 9846.0, 9885.0, 9849.0, 9913.0, 9833.0, 9914.0, 9827.0, 9867.0, 9905.0, 9854.0, 9959.0, 9894.0, 9909.0, 9846.0, 9885.0, 9837.0, 9868.0, 9925.0, 9869.0, 9875.0, 9828.0, 9884.0, 9871.0, 9847.0, 9862.0, 9834.0, 9865.0, 9930.0, 9856.0, 9914.0, 9906.0, 9823.0, 9874.0, 9807.0, 9832.0, 9803.0, 9809.0, 9821.0, 9824.0, 9858.0, 9854.0, 9865.0, 9853.0, 9850.0, 9847.0, 9847.0, 9864.0, 9875.0, 9860.0, 9888.0, 9867.0, 9864.0, 9863.0, 9878.0, 9905.0, 9868.0, 9962.0, 9908.0, 9938.0, 9880.0, 9905.0, 9850.0, 9898.0, 9854.0, 9894.0, 9857.0, 9874.0, 9929.0, 9897.0, 9923.0, 9858.0, 9920.0, 9856.0, 9913.0, 9844.0, 9892.0, 9876.0, 9891.0, 9924.0, 9848.0, 9902.0, 9834.0, 9859.0, 9826.0, 9839.0, 9945.0, 9886.0, 9830.0, 9881.0, 9824.0, 9840.0, 9836.0, 9854.0, 9863.0, 9848.0, 9866.0, 9874.0, 9863.0, 9899.0, 9866.0, 9884.0, 9944.0, 9861.0, 9929.0, 9845.0, 9869.0, 9845.0, 9875.0, 9863.0, 9888.0, 9941.0, 9891.0, 9859.0, 9864.0, 9960.0, 9877.0, 9948.0, 9860.0, 9887.0, 9961.0, 9854.0, 9925.0, 9843.0, 9850.0, 9837.0, 9857.0, 9844.0, 9868.0, 9854.0, 9868.0, 9873.0, 9858.0, 9977.0, 9897.0, 9904.0, 9841.0, 9844.0, 9961.0, 9872.0, 9924.0, 9883.0, 9876.0, 9837.0, 9878.0, 9842.0, 9883.0, 9840.0, 9870.0, 9838.0, 9868.0, 9889.0, 9903.0, 9880.0, 9910.0, 9889.0, 9871.0, 9877.0, 9911.0, 9882.0, 9908.0, 9867.0, 9919.0, 9876.0, 9962.0, 9906.0, 9972.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.0007717910447761193</td></tr>
<tr><td colspan=3>aqi</td><td>0.028379635132032142</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73629803287359</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2529912877586211</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9919025536551725</td></tr>
<tr><td colspan=3>efc</td><td>0.4868</td></tr>
<tr><td colspan=3>fber</td><td>5288.8086</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1230744999679678</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.284730195177957</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8126227597555364</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7644435704541657</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1181691983843254</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.555255510428119</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174084</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012347349897027016</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028069274500012398</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.5554675730974274</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>19.8337</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2792</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.0003</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296174.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>907.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.3123</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7819</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.8973</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3588.2479</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3858.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80370.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1085.0826</td></tr>
<tr><td colspan=3>tsnr</td><td>34.577618062030524</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>