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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:05:58.882500</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.999228, -0.0346096, -0.0185851, 0.0361161, 0.995465, 0.0880068]</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-03_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.0975637</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7251, 430, -15, -21, 56, 74]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b964851a-e6b6-4b2c-9979-6589f29e0a97||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.6808559894561768, 0.09689684957265854, -0.04172822833061218, 109.320556640625], [0.09285493195056915, 2.670759677886963, 0.23924711346626282, -99.86251068115234], [-0.04986235499382019, -0.2361156940460205, 2.6890554428100586, -45.272769927978516], [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': ['140558.882500', '140559.342500', '140559.802500', '140600.262500', '140600.722500', '140601.182500', '140601.642500', '140602.102500', '140602.562500', '140603.022500', '140603.482500', '140603.942500', '140604.402500', '140604.862500', '140605.322500', '140605.782500', '140606.242500', '140606.702500', '140607.162500', '140607.622500', '140608.082500', '140608.542500', '140609.002500', '140609.462500', '140609.922500', '140610.382500', '140610.842500', '140611.302500', '140611.762500', '140612.222500', '140612.682500', '140613.142500', '140613.602500', '140614.062500', '140614.522500', '140614.982500', '140615.442500', '140615.902500', '140616.362500', '140616.822500', '140617.282500', '140617.742500', '140618.202500', '140618.662500', '140619.122500', '140619.582500', '140620.042500', '140620.502500', '140620.962500', '140621.422500', '140621.882500', '140622.342500', '140622.802500', '140623.262500', '140623.722500', '140624.182500', '140624.642500', '140625.102500', '140625.562500', '140626.022500', '140626.482500', '140626.942500', '140627.402500', '140627.862500', '140628.322500', '140628.782500', '140629.242500', '140629.702500', '140630.162500', '140630.622500', '140631.082500', '140631.542500', '140632.002500', '140632.462500', '140632.922500', '140633.382500', '140633.842500', '140634.302500', '140634.762500', '140635.222500', '140635.682500', '140636.142500', '140636.602500', '140637.062500', '140637.522500', '140637.982500', '140638.442500', '140638.902500', '140639.362500', '140639.822500', '140640.282500', '140640.742500', '140641.202500', '140641.662500', '140642.122500', '140642.582500', '140643.042500', '140643.502500', '140643.962500', '140644.422500', '140644.882500', '140645.342500', '140645.802500', '140646.262500', '140646.722500', '140647.182500', '140647.642500', '140648.102500', '140648.562500', '140649.022500', '140649.482500', '140649.942500', '140650.402500', '140650.862500', '140651.322500', '140651.782500', '140652.242500', '140652.702500', '140653.162500', '140653.622500', '140654.082500', '140654.542500', '140655.002500', '140655.462500', '140655.922500', '140656.382500', '140656.842500', '140657.302500', '140657.762500', '140658.222500', '140658.682500', '140659.142500', '140659.602500', '140700.062500', '140700.522500', '140700.982500', '140701.442500', '140701.902500', '140702.362500', '140702.822500', '140703.282500', '140703.742500', '140704.202500', '140704.662500', '140705.122500', '140705.582500', '140706.042500', '140706.502500', '140706.962500', '140707.422500', '140707.882500', '140708.342500', '140708.802500', '140709.262500', '140709.722500', '140710.182500', '140710.642500', '140711.102500', '140711.562500', '140712.022500', '140712.482500', '140712.942500', '140713.402500', '140713.862500', '140714.322500', '140714.782500', '140715.242500', '140715.702500', '140716.162500', '140716.622500', '140717.082500', '140717.542500', '140718.002500', '140718.462500', '140718.922500', '140719.382500', '140719.842500', '140720.302500', '140720.762500', '140721.222500', '140721.682500', '140722.142500', '140722.602500', '140723.062500', '140723.522500', '140723.982500', '140724.442500', '140724.902500', '140725.362500', '140725.822500', '140726.282500', '140726.742500', '140727.202500', '140727.662500', '140728.122500', '140728.582500', '140729.042500', '140729.502500', '140729.962500', '140730.422500', '140730.882500', '140731.342500', '140731.802500', '140732.262500', '140732.722500', '140733.182500', '140733.642500', '140734.102500', '140734.562500', '140735.022500', '140735.482500', '140735.942500', '140736.402500', '140736.862500', '140737.322500', '140737.782500', '140738.242500', '140738.702500', '140739.162500', '140739.622500', '140740.082500', '140740.542500', '140741.002500', '140741.462500', '140741.922500', '140742.382500', '140742.842500', '140743.302500', '140743.762500', '140744.222500', '140744.682500', '140745.142500', '140745.602500', '140746.062500', '140746.522500', '140746.982500', '140747.442500', '140747.902500', '140748.362500', '140748.822500', '140749.282500', '140749.742500', '140750.202500', '140750.662500', '140751.122500', '140751.582500', '140752.042500', '140752.502500', '140752.962500', '140753.422500', '140753.882500', '140754.342500', '140754.802500', '140755.262500', '140755.722500', '140756.182500', '140756.642500', '140757.102500', '140757.562500', '140758.022500', '140758.482500', '140758.942500', '140759.402500', '140759.862500', '140800.322500', '140800.782500', '140801.242500', '140801.702500', '140802.162500', '140802.622500', '140803.082500', '140803.542500', '140804.002500', '140804.462500', '140804.922500', '140805.382500', '140805.842500', '140806.302500', '140806.762500', '140807.222500', '140807.682500', '140808.142500', '140808.602500', '140809.062500', '140809.522500', '140809.982500', '140810.442500', '140810.902500', '140811.362500', '140811.822500', '140812.282500', '140812.742500', '140813.202500', '140813.662500', '140814.122500', '140814.582500', '140815.042500', '140815.502500', '140815.962500', '140816.422500', '140816.882500', '140817.342500', '140817.802500', '140818.262500', '140818.722500', '140819.182500', '140819.642500', '140820.102500', '140820.562500', '140821.022500', '140821.482500', '140821.942500', '140822.402500', '140822.862500', '140823.322500', '140823.782500', '140824.242500', '140824.702500', '140825.162500', '140825.622500', '140826.082500', '140826.542500', '140827.002500', '140827.462500', '140827.922500', '140828.382500', '140828.842500', '140829.302500', '140829.762500', '140830.222500', '140830.682500', '140831.142500', '140831.602500', '140832.062500', '140832.522500', '140832.982500', '140833.442500', '140833.902500', '140834.362500', '140834.822500', '140835.282500', '140835.742500', '140836.202500', '140836.662500', '140837.122500', '140837.582500', '140838.042500', '140838.502500', '140838.962500', '140839.422500', '140839.882500', '140840.342500', '140840.802500', '140841.262500', '140841.722500', '140842.182500', '140842.642500', '140843.102500', '140843.562500', '140844.022500', '140844.482500', '140844.942500', '140845.402500', '140845.862500', '140846.322500', '140846.782500', '140847.242500', '140847.702500', '140848.162500', '140848.622500', '140849.082500', '140849.542500', '140850.002500', '140850.462500', '140850.922500', '140851.382500', '140851.842500', '140852.302500', '140852.762500', '140853.222500', '140853.682500', '140854.142500', '140854.602500', '140855.062500', '140855.522500', '140855.982500', '140856.442500', '140856.902500', '140857.362500', '140857.822500', '140858.282500', '140858.742500', '140859.202500', '140859.662500', '140900.122500', '140900.582500', '140901.042500', '140901.502500', '140901.962500', '140902.422500', '140902.882500', '140903.342500', '140903.802500', '140904.262500', '140904.722500', '140905.182500', '140905.642500', '140906.102500', '140906.562500', '140907.022500', '140907.482500', '140907.942500', '140908.402500', '140908.862500', '140909.322500', '140909.782500', '140910.242500', '140910.702500', '140911.162500', '140911.622500', '140912.082500', '140912.542500', '140913.002500', '140913.462500', '140913.922500', '140914.382500', '140914.842500', '140915.302500', '140915.762500', '140916.222500', '140916.682500', '140917.142500', '140917.602500', '140918.062500', '140918.522500', '140918.982500', '140919.442500', '140919.902500', '140920.362500', '140920.822500', '140921.282500', '140921.742500', '140922.202500', '140922.662500', '140923.122500', '140923.582500', '140924.042500', '140924.502500', '140924.962500', '140925.422500', '140925.882500', '140926.342500', '140926.802500', '140927.262500', '140927.722500', '140928.182500', '140928.642500', '140929.102500', '140929.562500', '140930.022500', '140930.482500', '140930.942500', '140931.402500', '140931.862500', '140932.322500', '140932.782500', '140933.242500', '140933.702500', '140934.162500', '140934.622500', '140935.082500', '140935.542500', '140936.002500', '140936.462500', '140936.922500', '140937.382500', '140937.842500', '140938.302500', '140938.762500', '140939.222500', '140939.682500', '140940.142500', '140940.602500', '140941.062500', '140941.522500', '140941.982500', '140942.442500', '140942.902500', '140943.362500', '140943.822500', '140944.282500', '140944.742500', '140945.202500', '140945.662500', '140946.122500', '140946.582500', '140947.042500', '140947.502500', '140947.962500', '140948.422500', '140948.882500', '140949.342500', '140949.802500', '140950.262500', '140950.722500', '140951.182500', '140951.642500', '140952.102500', '140952.562500', '140953.022500', '140953.482500', '140953.942500', '140954.402500', '140954.862500', '140955.322500', '140955.782500', '140956.242500', '140956.702500', '140957.162500', '140957.622500', '140958.082500', '140958.542500', '140959.002500', '140959.462500', '140959.922500', '141000.382500', '141000.842500', '141001.302500', '141001.762500', '141002.222500', '141002.682500', '141003.142500', '141003.602500', '141004.062500', '141004.522500', '141004.982500', '141005.442500', '141005.902500', '141006.362500', '141006.822500', '141007.282500', '141007.742500', '141008.202500', '141008.662500', '141009.122500', '141009.582500', '141010.042500', '141010.502500', '141010.962500', '141011.422500', '141011.882500', '141012.342500', '141012.802500', '141013.262500', '141013.722500', '141014.182500', '141014.642500', '141015.102500', '141015.562500', '141016.022500', '141016.482500', '141016.942500', '141017.402500', '141017.862500', '141018.322500', '141018.782500', '141019.242500', '141019.702500', '141020.162500', '141020.622500', '141021.082500', '141021.542500', '141022.002500', '141022.462500', '141022.922500', '141023.382500', '141023.842500', '141024.302500', '141024.762500', '141025.222500', '141025.682500', '141026.142500', '141026.602500', '141027.062500', '141027.522500', '141027.982500', '141028.442500', '141028.902500', '141029.362500', '141029.822500', '141030.282500', '141030.742500', '141031.202500', '141031.662500', '141032.122500', '141032.582500', '141033.042500', '141033.502500', '141033.962500', '141034.422500', '141034.882500', '141035.342500', '141035.802500', '141036.262500', '141036.722500', '141037.182500', '141037.642500', '141038.102500', '141038.562500', '141039.022500', '141039.482500', '141039.942500', '141040.402500', '141040.862500', '141041.322500', '141041.782500', '141042.242500', '141042.702500', '141043.162500', '141043.622500', '141044.082500', '141044.542500', '141045.002500', '141045.462500', '141045.922500', '141046.382500', '141046.842500', '141047.302500', '141047.762500', '141048.222500', '141048.682500', '141049.142500', '141049.602500', '141050.062500', '141050.522500', '141050.982500', '141051.442500', '141051.902500', '141052.362500', '141052.822500', '141053.282500', '141053.742500', '141054.202500', '141054.662500', '141055.122500', '141055.582500', '141056.042500', '141056.502500', '141056.962500', '141057.422500', '141057.882500', '141058.342500', '141058.802500', '141059.262500', '141059.722500', '141100.182500', '141100.642500', '141101.102500', '141101.562500', '141102.022500', '141102.482500', '141102.942500', '141103.402500', '141103.862500', '141104.322500', '141104.782500', '141105.242500', '141105.702500', '141106.162500', '141106.622500', '141107.082500', '141107.542500', '141108.002500', '141108.462500', '141108.922500', '141109.382500', '141109.842500', '141110.302500', '141110.762500', '141111.222500', '141111.682500', '141112.142500', '141112.602500', '141113.062500', '141113.522500', '141113.982500', '141114.442500', '141114.902500', '141115.362500', '141115.822500', '141116.282500', '141116.742500', '141117.202500', '141117.662500', '141118.122500', '141118.582500', '141119.042500', '141119.502500', '141119.962500', '141120.422500', '141120.882500', '141121.342500', '141121.802500', '141122.262500', '141122.722500', '141123.182500', '141123.642500', '141124.102500', '141124.562500', '141125.022500', '141125.482500', '141125.942500', '141126.402500', '141126.862500', '141127.322500', '141127.782500', '141128.242500', '141128.702500', '141129.162500', '141129.622500', '141130.082500', '141130.542500', '141131.002500', '141131.462500', '141131.922500', '141132.382500', '141132.842500', '141133.302500', '141133.762500', '141134.222500', '141134.682500', '141135.142500', '141135.602500', '141136.062500', '141136.522500', '141136.982500', '141137.442500', '141137.902500', '141138.362500', '141138.822500', '141139.282500', '141139.742500', '141140.202500', '141140.662500', '141141.122500', '141141.582500', '141142.042500', '141142.502500', '141142.962500', '141143.422500', '141143.882500', '141144.342500', '141144.802500', '141145.262500', '141145.722500', '141146.182500', '141146.642500', '141147.102500', '141147.562500', '141148.022500', '141148.482500', '141148.942500', '141149.402500', '141149.862500', '141150.322500', '141150.782500', '141151.242500', '141151.702500', '141152.162500', '141152.622500', '141153.082500', '141153.542500', '141154.002500', '141154.462500', '141154.922500', '141155.382500', '141155.842500', '141156.302500', '141156.762500', '141157.222500', '141157.682500', '141158.142500', '141158.602500', '141159.062500', '141159.522500', '141159.982500', '141200.442500', '141200.902500', '141201.362500', '141201.822500', '141202.282500', '141202.742500', '141203.202500', '141203.662500', '141204.122500', '141204.582500', '141205.042500', '141205.502500', '141205.962500', '141206.422500', '141206.882500', '141207.342500', '141207.802500', '141208.262500', '141208.722500', '141209.182500', '141209.642500', '141210.102500', '141210.562500', '141211.022500', '141211.482500', '141211.942500', '141212.402500', '141212.862500', '141213.322500', '141213.782500', '141214.242500', '141214.702500', '141215.162500', '141215.622500', '141216.082500', '141216.542500', '141217.002500', '141217.462500', '141217.922500', '141218.382500', '141218.842500', '141219.302500', '141219.762500', '141220.222500', '141220.682500', '141221.142500', '141221.602500', '141222.062500', '141222.522500', '141222.982500', '141223.442500', '141223.902500', '141224.362500', '141224.822500', '141225.282500', '141225.742500', '141226.202500', '141226.662500', '141227.122500', '141227.582500', '141228.042500', '141228.502500', '141228.962500', '141229.422500', '141229.882500', '141230.342500', '141230.802500', '141231.262500', '141231.722500', '141232.182500', '141232.642500', '141233.102500', '141233.562500', '141234.022500', '141234.482500', '141234.942500', '141235.402500', '141235.862500', '141236.322500', '141236.782500', '141237.242500', '141237.702500', '141238.162500', '141238.622500', '141239.082500', '141239.542500'], 'ContentTime': ['140618.236000', '140618.240000', '140618.243000', '140618.245000', '140618.248000', '140618.251000', '140618.254000', '140618.257000', '140618.259000', '140618.262000', '140618.265000', '140618.268000', '140618.271000', '140618.274000', '140618.277000', '140618.280000', '140618.283000', '140618.285000', '140618.288000', '140618.299000', '140618.301000', '140618.304000', '140618.307000', '140618.310000', '140618.313000', '140618.316000', '140618.319000', '140618.321000', '140618.324000', '140618.327000', '140618.330000', '140618.333000', '140618.336000', '140618.338000', '140618.341000', '140618.344000', '140618.347000', '140618.350000', '140618.352000', '140618.355000', '140618.358000', '140638.195000', '140638.198000', '140638.201000', '140638.204000', '140638.207000', '140638.209000', '140638.212000', '140638.215000', '140638.218000', '140638.221000', '140638.224000', '140638.227000', '140638.230000', '140638.233000', '140638.236000', '140638.239000', '140638.241000', '140638.244000', '140638.247000', '140638.250000', '140638.253000', '140638.256000', '140638.258000', '140638.261000', '140638.264000', '140638.267000', '140638.270000', '140638.272000', '140638.275000', '140638.278000', '140638.281000', '140638.284000', '140638.287000', '140638.290000', '140638.292000', '140638.295000', '140638.298000', '140638.301000', '140638.304000', '140638.307000', '140638.309000', '140638.312000', '140638.315000', '140658.195000', '140658.198000', '140658.201000', '140658.204000', '140658.206000', '140658.209000', '140658.212000', '140658.215000', '140658.218000', '140658.221000', '140658.223000', '140658.226000', '140658.229000', '140658.232000', '140658.235000', '140658.238000', '140658.240000', '140658.243000', '140658.246000', '140658.249000', '140658.252000', '140658.255000', '140658.257000', '140658.260000', '140658.263000', '140658.266000', '140658.269000', '140658.272000', '140658.275000', '140658.277000', '140658.280000', '140658.283000', '140658.286000', '140658.289000', '140658.292000', '140658.294000', '140658.297000', '140658.300000', '140658.303000', '140658.306000', '140658.309000', '140658.311000', '140658.314000', '140658.327000', '140718.194000', '140718.197000', '140718.200000', '140718.202000', '140718.205000', '140718.208000', '140718.211000', '140718.214000', '140718.217000', '140718.220000', '140718.222000', '140718.225000', '140718.233000', '140718.238000', '140718.242000', '140718.245000', '140718.247000', '140718.250000', '140718.253000', '140718.256000', '140718.259000', '140718.262000', '140718.264000', '140718.267000', '140718.270000', '140718.273000', '140718.276000', '140718.279000', '140718.282000', '140718.284000', '140718.294000', '140718.297000', '140718.300000', '140718.302000', '140718.305000', '140718.308000', '140718.311000', '140718.314000', '140718.317000', '140718.320000', '140718.322000', '140718.325000', '140718.328000', '140738.194000', '140738.197000', '140738.200000', '140738.202000', '140738.205000', '140738.208000', '140738.211000', '140738.214000', '140738.217000', '140738.219000', '140738.222000', '140738.225000', '140738.228000', '140738.231000', '140738.234000', '140738.237000', '140738.239000', '140738.242000', '140738.245000', '140738.248000', '140738.251000', '140738.254000', '140738.257000', '140738.259000', '140738.262000', '140738.265000', '140738.268000', '140738.271000', '140738.274000', '140738.277000', '140738.279000', '140738.282000', '140738.285000', '140738.288000', '140738.291000', '140738.294000', '140738.296000', '140738.299000', '140738.302000', '140738.305000', '140738.308000', '140738.311000', '140738.313000', '140738.316000', '140758.194000', '140758.197000', '140758.200000', '140758.202000', '140758.205000', '140758.208000', '140758.211000', '140758.214000', '140758.217000', '140758.220000', '140758.222000', '140758.225000', '140758.228000', '140758.231000', '140758.234000', '140758.237000', '140758.240000', '140758.242000', '140758.246000', '140758.248000', '140758.251000', '140758.254000', '140758.257000', '140758.260000', '140758.263000', '140758.266000', '140758.269000', '140758.272000', '140758.275000', '140758.278000', '140758.281000', '140758.284000', '140758.286000', '140758.289000', '140758.292000', '140758.295000', '140758.298000', '140758.300000', '140758.303000', '140758.306000', '140758.309000', '140758.312000', '140758.315000', '140818.195000', '140818.198000', '140818.201000', '140818.203000', '140818.206000', '140818.209000', '140818.212000', '140818.215000', '140818.218000', '140818.221000', '140818.224000', '140818.227000', '140818.230000', '140818.232000', '140818.235000', '140818.238000', '140818.241000', '140818.244000', '140818.247000', '140818.250000', '140818.252000', '140818.255000', '140818.258000', '140818.261000', '140818.264000', '140818.267000', '140818.270000', '140818.272000', '140818.275000', '140818.278000', '140818.281000', '140818.284000', '140818.287000', '140818.290000', '140818.292000', '140818.295000', '140818.298000', '140818.301000', '140818.304000', '140818.307000', '140818.310000', '140818.313000', '140818.315000', '140818.318000', '140838.195000', '140838.211000', '140838.214000', '140838.217000', '140838.220000', '140838.222000', '140838.225000', '140838.228000', '140838.231000', '140838.234000', '140838.237000', '140838.239000', '140838.242000', '140838.245000', '140838.248000', '140838.251000', '140838.254000', '140838.257000', '140838.260000', '140838.263000', '140838.265000', '140838.268000', '140838.271000', '140838.274000', '140838.277000', '140838.280000', '140838.283000', '140838.286000', '140838.289000', '140838.292000', '140838.295000', '140838.297000', '140838.300000', '140838.303000', '140838.306000', '140838.309000', '140838.312000', '140838.314000', '140838.317000', '140838.320000', '140838.323000', '140838.326000', '140838.329000', '140858.195000', '140858.198000', '140858.201000', '140858.203000', '140858.206000', '140858.209000', '140858.212000', '140858.215000', '140858.235000', '140858.238000', '140858.240000', '140858.243000', '140858.246000', '140858.249000', '140858.252000', '140858.255000', '140858.257000', '140858.260000', '140858.263000', '140858.266000', '140858.269000', '140858.272000', '140858.274000', '140858.277000', '140858.280000', '140858.283000', '140858.286000', '140858.289000', '140858.292000', '140858.294000', '140858.303000', '140858.306000', '140858.309000', '140858.312000', '140858.315000', '140858.317000', '140858.320000', '140858.323000', '140858.326000', '140858.329000', '140858.332000', '140858.335000', '140858.337000', '140858.340000', '140918.195000', '140918.198000', '140918.201000', '140918.204000', '140918.207000', '140918.209000', '140918.212000', '140918.215000', '140918.218000', '140918.221000', '140918.224000', '140918.228000', '140918.231000', '140918.234000', '140918.237000', '140918.240000', '140918.243000', '140918.246000', '140918.248000', '140918.251000', '140918.254000', '140918.257000', '140918.260000', '140918.263000', '140918.266000', '140918.269000', '140918.271000', '140918.274000', '140918.277000', '140918.280000', '140918.283000', '140918.286000', '140918.289000', '140918.292000', '140918.297000', '140918.301000', '140918.304000', '140918.307000', '140918.310000', '140918.313000', '140918.316000', '140918.319000', '140918.322000', '140938.194000', '140938.197000', '140938.200000', '140938.203000', '140938.205000', '140938.208000', '140938.211000', '140938.214000', '140938.217000', '140938.220000', '140938.223000', '140938.225000', '140938.228000', '140938.231000', '140938.234000', '140938.237000', '140938.240000', '140938.242000', '140938.245000', '140938.248000', '140938.251000', '140938.254000', '140938.257000', '140938.260000', '140938.263000', '140938.265000', '140938.268000', '140938.271000', '140938.274000', '140938.277000', '140938.280000', '140938.282000', '140938.285000', '140938.288000', '140938.291000', '140938.294000', '140938.297000', '140938.300000', '140938.302000', '140938.305000', '140938.308000', '140938.311000', '140938.314000', '140938.316000', '140958.194000', '140958.197000', '140958.200000', '140958.203000', '140958.205000', '140958.208000', '140958.211000', '140958.214000', '140958.217000', '140958.220000', '140958.223000', '140958.226000', '140958.229000', '140958.231000', '140958.234000', '140958.237000', '140958.240000', '140958.243000', '140958.246000', '140958.249000', '140958.251000', '140958.254000', '140958.257000', '140958.260000', '140958.263000', '140958.266000', '140958.269000', '140958.272000', '140958.275000', '140958.278000', '140958.281000', '140958.283000', '140958.286000', '140958.289000', '140958.292000', '140958.295000', '140958.298000', '140958.301000', '140958.304000', '140958.307000', '140958.309000', '140958.314000', '140958.319000', '141018.194000', '141018.197000', '141018.200000', '141018.203000', '141018.205000', '141018.208000', '141018.211000', '141018.214000', '141018.217000', '141018.221000', '141018.224000', '141018.227000', '141018.229000', '141018.232000', '141018.235000', '141018.238000', '141018.241000', '141018.244000', '141018.247000', '141018.250000', '141018.252000', '141018.255000', '141018.258000', '141018.261000', '141018.264000', '141018.267000', '141018.270000', '141018.273000', '141018.275000', '141018.278000', '141018.281000', '141018.284000', '141018.287000', '141018.306000', '141018.309000', '141018.312000', '141018.315000', '141018.318000', '141018.321000', '141018.323000', '141018.326000', '141018.329000', '141018.332000', '141018.335000', '141038.195000', '141038.204000', '141038.207000', '141038.209000', '141038.212000', '141038.215000', '141038.218000', '141038.221000', '141038.224000', '141038.227000', '141038.229000', '141038.232000', '141038.235000', '141038.238000', '141038.241000', '141038.244000', '141038.247000', '141038.250000', '141038.253000', '141038.256000', '141038.258000', '141038.261000', '141038.264000', '141038.268000', '141038.271000', '141038.274000', '141038.277000', '141038.280000', '141038.283000', '141038.286000', '141038.288000', '141038.291000', '141038.294000', '141038.297000', '141038.300000', '141038.303000', '141038.306000', '141038.308000', '141038.311000', '141038.314000', '141038.317000', '141038.320000', '141038.323000', '141058.195000', '141058.198000', '141058.201000', '141058.204000', '141058.207000', '141058.209000', '141058.212000', '141058.215000', '141058.218000', '141058.221000', '141058.224000', '141058.227000', '141058.229000', '141058.232000', '141058.235000', '141058.238000', '141058.241000', '141058.244000', '141058.247000', '141058.250000', '141058.252000', '141058.255000', '141058.258000', '141058.261000', '141058.264000', '141058.267000', '141058.270000', '141058.272000', '141058.275000', '141058.278000', '141058.281000', '141058.284000', '141058.287000', '141058.290000', '141058.292000', '141058.295000', '141058.298000', '141058.301000', '141058.304000', '141058.307000', '141058.309000', '141058.312000', '141058.315000', '141058.318000', '141118.195000', '141118.208000', '141118.211000', '141118.214000', '141118.217000', '141118.220000', '141118.223000', '141118.225000', '141118.228000', '141118.231000', '141118.234000', '141118.237000', '141118.240000', '141118.243000', '141118.246000', '141118.248000', '141118.251000', '141118.254000', '141118.257000', '141118.260000', '141118.263000', '141118.266000', '141118.269000', '141118.271000', '141118.274000', '141118.277000', '141118.280000', '141118.283000', '141118.286000', '141118.289000', '141118.292000', '141118.295000', '141118.298000', '141118.300000', '141118.303000', '141118.306000', '141118.309000', '141118.312000', '141118.315000', '141118.318000', '141118.321000', '141118.323000', '141118.326000', '141138.195000', '141138.200000', '141138.203000', '141138.206000', '141138.208000', '141138.211000', '141138.214000', '141138.217000', '141138.220000', '141138.223000', '141138.225000', '141138.228000', '141138.231000', '141138.234000', '141138.237000', '141138.240000', '141138.243000', '141138.246000', '141138.249000', '141138.251000', '141138.254000', '141138.257000', '141138.260000', '141138.263000', '141138.266000', '141138.269000', '141138.272000', '141138.274000', '141138.277000', '141138.280000', '141138.283000', '141138.286000', '141138.289000', '141138.292000', '141138.295000', '141138.297000', '141138.300000', '141138.303000', '141138.306000', '141138.309000', '141138.312000', '141138.315000', '141138.318000', '141138.320000', '141158.210000', '141158.213000', '141158.216000', '141158.219000', '141158.222000', '141158.225000', '141158.227000', '141158.230000', '141158.233000', '141158.236000', '141158.239000', '141158.242000', '141158.244000', '141158.247000', '141158.250000', '141158.253000', '141158.256000', '141158.259000', '141158.262000', '141158.265000', '141158.268000', '141158.270000', '141158.273000', '141158.276000', '141158.279000', '141158.282000', '141158.285000', '141158.288000', '141158.291000', '141158.294000', '141158.297000', '141158.301000', '141158.305000', '141158.308000', '141158.311000', '141158.314000', '141158.317000', '141158.320000', '141158.323000', '141158.326000', '141158.328000', '141158.331000', '141158.334000', '141218.194000', '141218.197000', '141218.200000', '141218.203000', '141218.206000', '141218.209000', '141218.211000', '141218.214000', '141218.217000', '141218.220000', '141218.223000', '141218.226000', '141218.229000', '141218.231000', '141218.234000', '141218.237000', '141218.240000', '141218.243000', '141218.246000', '141218.249000', '141218.251000', '141218.254000', '141218.257000', '141218.260000', '141218.263000', '141218.266000', '141218.269000', '141218.272000', '141218.275000', '141218.277000', '141218.280000', '141218.283000', '141218.286000', '141218.289000', '141218.292000', '141218.295000', '141218.297000', '141218.300000', '141218.303000', '141218.306000', '141218.309000', '141218.312000', '141218.315000', '141218.318000', '141238.195000', '141238.198000', '141238.201000', '141238.204000', '141238.207000', '141238.210000', '141238.212000', '141238.215000', '141238.218000', '141238.221000', '141238.224000', '141238.227000', '141238.230000', '141238.232000', '141238.235000', '141238.238000', '141238.241000', '141238.244000', '141238.247000', '141238.250000', '141238.253000', '141238.255000', '141238.258000', '141238.261000', '141238.264000', '141238.267000', '141238.270000', '141238.273000', '141238.276000', '141238.279000', '141238.281000', '141238.284000', '141238.287000', '141238.290000', '141238.293000', '141238.296000', '141238.299000', '141238.302000', '141238.304000', '141238.307000', '141238.310000', '141238.313000', '141238.316000', '141240.290000', '141240.294000', '141240.298000', '141240.302000', '141240.305000'], 'InstanceCreationTime': ['140618.236000', '140618.240000', '140618.243000', '140618.245000', '140618.248000', '140618.251000', '140618.254000', '140618.257000', '140618.259000', '140618.262000', '140618.265000', '140618.268000', '140618.271000', '140618.274000', '140618.277000', '140618.280000', '140618.283000', '140618.285000', '140618.288000', '140618.299000', '140618.301000', '140618.304000', '140618.307000', '140618.310000', '140618.313000', '140618.316000', '140618.319000', '140618.321000', '140618.324000', '140618.327000', '140618.330000', '140618.333000', '140618.336000', '140618.338000', '140618.341000', '140618.344000', '140618.347000', '140618.350000', '140618.352000', '140618.355000', '140618.358000', '140638.195000', '140638.198000', '140638.201000', '140638.204000', '140638.207000', '140638.209000', '140638.212000', '140638.215000', '140638.218000', '140638.221000', '140638.224000', '140638.227000', '140638.230000', '140638.233000', '140638.236000', '140638.239000', '140638.241000', '140638.244000', '140638.247000', '140638.250000', '140638.253000', '140638.256000', '140638.258000', '140638.261000', '140638.264000', '140638.267000', '140638.270000', '140638.272000', '140638.275000', '140638.278000', '140638.281000', '140638.284000', '140638.287000', '140638.290000', '140638.292000', '140638.295000', '140638.298000', '140638.301000', '140638.304000', '140638.307000', '140638.309000', '140638.312000', '140638.315000', '140658.195000', '140658.198000', '140658.201000', '140658.204000', '140658.206000', '140658.209000', '140658.212000', '140658.215000', '140658.218000', '140658.221000', '140658.223000', '140658.226000', '140658.229000', '140658.232000', '140658.235000', '140658.238000', '140658.240000', '140658.243000', '140658.246000', '140658.249000', '140658.252000', '140658.255000', '140658.257000', '140658.260000', '140658.263000', '140658.266000', '140658.269000', '140658.272000', '140658.275000', '140658.277000', '140658.280000', '140658.283000', '140658.286000', '140658.289000', '140658.292000', '140658.294000', '140658.297000', '140658.300000', '140658.303000', '140658.306000', '140658.309000', '140658.311000', '140658.314000', '140658.327000', '140718.194000', '140718.197000', '140718.200000', '140718.202000', '140718.205000', '140718.208000', '140718.211000', '140718.214000', '140718.217000', '140718.220000', '140718.222000', '140718.225000', '140718.233000', '140718.238000', '140718.242000', '140718.245000', '140718.247000', '140718.250000', '140718.253000', '140718.256000', '140718.259000', '140718.262000', '140718.264000', '140718.267000', '140718.270000', '140718.273000', '140718.276000', '140718.279000', '140718.282000', '140718.284000', '140718.294000', '140718.297000', '140718.300000', '140718.302000', '140718.305000', '140718.308000', '140718.311000', '140718.314000', '140718.317000', '140718.320000', '140718.322000', '140718.325000', '140718.328000', '140738.194000', '140738.197000', '140738.200000', '140738.202000', '140738.205000', '140738.208000', '140738.211000', '140738.214000', '140738.217000', '140738.219000', '140738.222000', '140738.225000', '140738.228000', '140738.231000', '140738.234000', '140738.237000', '140738.239000', '140738.242000', '140738.245000', '140738.248000', '140738.251000', '140738.254000', '140738.257000', '140738.259000', '140738.262000', '140738.265000', '140738.268000', '140738.271000', '140738.274000', '140738.277000', '140738.279000', '140738.282000', '140738.285000', '140738.288000', '140738.291000', '140738.294000', '140738.296000', '140738.299000', '140738.302000', '140738.305000', '140738.308000', '140738.311000', '140738.313000', '140738.316000', '140758.194000', '140758.197000', '140758.200000', '140758.202000', '140758.205000', '140758.208000', '140758.211000', '140758.214000', '140758.217000', '140758.220000', '140758.222000', '140758.225000', '140758.228000', '140758.231000', '140758.234000', '140758.237000', '140758.240000', '140758.242000', '140758.246000', '140758.248000', '140758.251000', '140758.254000', '140758.257000', '140758.260000', '140758.263000', '140758.266000', '140758.269000', '140758.272000', '140758.275000', '140758.278000', '140758.281000', '140758.284000', '140758.286000', '140758.289000', '140758.292000', '140758.295000', '140758.298000', '140758.300000', '140758.303000', '140758.306000', '140758.309000', '140758.312000', '140758.315000', '140818.195000', '140818.198000', '140818.201000', '140818.203000', '140818.206000', '140818.209000', '140818.212000', '140818.215000', '140818.218000', '140818.221000', '140818.224000', '140818.227000', '140818.230000', '140818.232000', '140818.235000', '140818.238000', '140818.241000', '140818.244000', '140818.247000', '140818.250000', '140818.252000', '140818.255000', '140818.258000', '140818.261000', '140818.264000', '140818.267000', '140818.270000', '140818.272000', '140818.275000', '140818.278000', '140818.281000', '140818.284000', '140818.287000', '140818.290000', '140818.292000', '140818.295000', '140818.298000', '140818.301000', '140818.304000', '140818.307000', '140818.310000', '140818.313000', '140818.315000', '140818.318000', '140838.195000', '140838.211000', '140838.214000', '140838.217000', '140838.220000', '140838.222000', '140838.225000', '140838.228000', '140838.231000', '140838.234000', '140838.237000', '140838.239000', '140838.242000', '140838.245000', '140838.248000', '140838.251000', '140838.254000', '140838.257000', '140838.260000', '140838.263000', '140838.265000', '140838.268000', '140838.271000', '140838.274000', '140838.277000', '140838.280000', '140838.283000', '140838.286000', '140838.289000', '140838.292000', '140838.295000', '140838.297000', '140838.300000', '140838.303000', '140838.306000', '140838.309000', '140838.312000', '140838.314000', '140838.317000', '140838.320000', '140838.323000', '140838.326000', '140838.329000', '140858.195000', '140858.198000', '140858.201000', '140858.203000', '140858.206000', '140858.209000', '140858.212000', '140858.215000', '140858.235000', '140858.238000', '140858.240000', '140858.243000', '140858.246000', '140858.249000', '140858.252000', '140858.255000', '140858.257000', '140858.260000', '140858.263000', '140858.266000', '140858.269000', '140858.272000', '140858.274000', '140858.277000', '140858.280000', '140858.283000', '140858.286000', '140858.289000', '140858.292000', '140858.294000', '140858.303000', '140858.306000', '140858.309000', '140858.312000', '140858.315000', '140858.317000', '140858.320000', '140858.323000', '140858.326000', '140858.329000', '140858.332000', '140858.335000', '140858.337000', '140858.340000', '140918.195000', '140918.198000', '140918.201000', '140918.204000', '140918.207000', '140918.209000', '140918.212000', '140918.215000', '140918.218000', '140918.221000', '140918.224000', '140918.228000', '140918.231000', '140918.234000', '140918.237000', '140918.240000', '140918.243000', '140918.246000', '140918.248000', '140918.251000', '140918.254000', '140918.257000', '140918.260000', '140918.263000', '140918.266000', '140918.269000', '140918.271000', '140918.274000', '140918.277000', '140918.280000', '140918.283000', '140918.286000', '140918.289000', '140918.292000', '140918.297000', '140918.301000', '140918.304000', '140918.307000', '140918.310000', '140918.313000', '140918.316000', '140918.319000', '140918.322000', '140938.194000', '140938.197000', '140938.200000', '140938.203000', '140938.205000', '140938.208000', '140938.211000', '140938.214000', '140938.217000', '140938.220000', '140938.223000', '140938.225000', '140938.228000', '140938.231000', '140938.234000', '140938.237000', '140938.240000', '140938.242000', '140938.245000', '140938.248000', '140938.251000', '140938.254000', '140938.257000', '140938.260000', '140938.263000', '140938.265000', '140938.268000', '140938.271000', '140938.274000', '140938.277000', '140938.280000', '140938.282000', '140938.285000', '140938.288000', '140938.291000', '140938.294000', '140938.297000', '140938.300000', '140938.302000', '140938.305000', '140938.308000', '140938.311000', '140938.314000', '140938.316000', '140958.194000', '140958.197000', '140958.200000', '140958.203000', '140958.205000', '140958.208000', '140958.211000', '140958.214000', '140958.217000', '140958.220000', '140958.223000', '140958.226000', '140958.229000', '140958.231000', '140958.234000', '140958.237000', '140958.240000', '140958.243000', '140958.246000', '140958.249000', '140958.251000', '140958.254000', '140958.257000', '140958.260000', '140958.263000', '140958.266000', '140958.269000', '140958.272000', '140958.275000', '140958.278000', '140958.281000', '140958.283000', '140958.286000', '140958.289000', '140958.292000', '140958.295000', '140958.298000', '140958.301000', '140958.304000', '140958.307000', '140958.309000', '140958.314000', '140958.319000', '141018.194000', '141018.197000', '141018.200000', '141018.203000', '141018.205000', '141018.208000', '141018.211000', '141018.214000', '141018.217000', '141018.221000', '141018.224000', '141018.227000', '141018.229000', '141018.232000', '141018.235000', '141018.238000', '141018.241000', '141018.244000', '141018.247000', '141018.250000', '141018.252000', '141018.255000', '141018.258000', '141018.261000', '141018.264000', '141018.267000', '141018.270000', '141018.273000', '141018.275000', '141018.278000', '141018.281000', '141018.284000', '141018.287000', '141018.306000', '141018.309000', '141018.312000', '141018.315000', '141018.318000', '141018.321000', '141018.323000', '141018.326000', '141018.329000', '141018.332000', '141018.335000', '141038.195000', '141038.204000', '141038.207000', '141038.209000', '141038.212000', '141038.215000', '141038.218000', '141038.221000', '141038.224000', '141038.227000', '141038.229000', '141038.232000', '141038.235000', '141038.238000', '141038.241000', '141038.244000', '141038.247000', '141038.250000', '141038.253000', '141038.256000', '141038.258000', '141038.261000', '141038.264000', '141038.268000', '141038.271000', '141038.274000', '141038.277000', '141038.280000', '141038.283000', '141038.286000', '141038.288000', '141038.291000', '141038.294000', '141038.297000', '141038.300000', '141038.303000', '141038.306000', '141038.308000', '141038.311000', '141038.314000', '141038.317000', '141038.320000', '141038.323000', '141058.195000', '141058.198000', '141058.201000', '141058.204000', '141058.207000', '141058.209000', '141058.212000', '141058.215000', '141058.218000', '141058.221000', '141058.224000', '141058.227000', '141058.229000', '141058.232000', '141058.235000', '141058.238000', '141058.241000', '141058.244000', '141058.247000', '141058.250000', '141058.252000', '141058.255000', '141058.258000', '141058.261000', '141058.264000', '141058.267000', '141058.270000', '141058.272000', '141058.275000', '141058.278000', '141058.281000', '141058.284000', '141058.287000', '141058.290000', '141058.292000', '141058.295000', '141058.298000', '141058.301000', '141058.304000', '141058.307000', '141058.309000', '141058.312000', '141058.315000', '141058.318000', '141118.195000', '141118.208000', '141118.211000', '141118.214000', '141118.217000', '141118.220000', '141118.223000', '141118.225000', '141118.228000', '141118.231000', '141118.234000', '141118.237000', '141118.240000', '141118.243000', '141118.246000', '141118.248000', '141118.251000', '141118.254000', '141118.257000', '141118.260000', '141118.263000', '141118.266000', '141118.269000', '141118.271000', '141118.274000', '141118.277000', '141118.280000', '141118.283000', '141118.286000', '141118.289000', '141118.292000', '141118.295000', '141118.298000', '141118.300000', '141118.303000', '141118.306000', '141118.309000', '141118.312000', '141118.315000', '141118.318000', '141118.321000', '141118.323000', '141118.326000', '141138.195000', '141138.200000', '141138.203000', '141138.206000', '141138.208000', '141138.211000', '141138.214000', '141138.217000', '141138.220000', '141138.223000', '141138.225000', '141138.228000', '141138.231000', '141138.234000', '141138.237000', '141138.240000', '141138.243000', '141138.246000', '141138.249000', '141138.251000', '141138.254000', '141138.257000', '141138.260000', '141138.263000', '141138.266000', '141138.269000', '141138.272000', '141138.274000', '141138.277000', '141138.280000', '141138.283000', '141138.286000', '141138.289000', '141138.292000', '141138.295000', '141138.297000', '141138.300000', '141138.303000', '141138.306000', '141138.309000', '141138.312000', '141138.315000', '141138.318000', '141138.320000', '141158.210000', '141158.213000', '141158.216000', '141158.219000', '141158.222000', '141158.225000', '141158.227000', '141158.230000', '141158.233000', '141158.236000', '141158.239000', '141158.242000', '141158.244000', '141158.247000', '141158.250000', '141158.253000', '141158.256000', '141158.259000', '141158.262000', '141158.265000', '141158.268000', '141158.270000', '141158.273000', '141158.276000', '141158.279000', '141158.282000', '141158.285000', '141158.288000', '141158.291000', '141158.294000', '141158.297000', '141158.301000', '141158.305000', '141158.308000', '141158.311000', '141158.314000', '141158.317000', '141158.320000', '141158.323000', '141158.326000', '141158.328000', '141158.331000', '141158.334000', '141218.194000', '141218.197000', '141218.200000', '141218.203000', '141218.206000', '141218.209000', '141218.211000', '141218.214000', '141218.217000', '141218.220000', '141218.223000', '141218.226000', '141218.229000', '141218.231000', '141218.234000', '141218.237000', '141218.240000', '141218.243000', '141218.246000', '141218.249000', '141218.251000', '141218.254000', '141218.257000', '141218.260000', '141218.263000', '141218.266000', '141218.269000', '141218.272000', '141218.275000', '141218.277000', '141218.280000', '141218.283000', '141218.286000', '141218.289000', '141218.292000', '141218.295000', '141218.297000', '141218.300000', '141218.303000', '141218.306000', '141218.309000', '141218.312000', '141218.315000', '141218.318000', '141238.195000', '141238.198000', '141238.201000', '141238.204000', '141238.207000', '141238.210000', '141238.212000', '141238.215000', '141238.218000', '141238.221000', '141238.224000', '141238.227000', '141238.230000', '141238.232000', '141238.235000', '141238.238000', '141238.241000', '141238.244000', '141238.247000', '141238.250000', '141238.253000', '141238.255000', '141238.258000', '141238.261000', '141238.264000', '141238.267000', '141238.270000', '141238.273000', '141238.276000', '141238.279000', '141238.281000', '141238.284000', '141238.287000', '141238.290000', '141238.293000', '141238.296000', '141238.299000', '141238.302000', '141238.304000', '141238.307000', '141238.310000', '141238.313000', '141238.316000', '141240.290000', '141240.294000', '141240.298000', '141240.302000', '141240.305000'], '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': [11397, 15641, 11143, 13784, 10529, 11390, 10219, 9820, 10382, 9437, 10621, 9420, 10098, 9868, 10820, 9691, 11174, 9591, 12926, 10165, 15983, 11198, 9906, 10111, 9865, 10513, 9910, 11263, 9417, 12238, 9633, 13185, 9967, 13870, 9997, 15251, 9968, 14582, 9852, 13798, 10342, 10353, 9737, 9924, 10030, 9987, 11090, 10190, 12373, 10091, 9991, 10315, 9883, 11752, 10304, 13943, 10090, 14733, 10011, 12139, 11590, 9236, 10098, 10232, 12013, 10066, 14778, 9954, 17367, 10608, 16417, 13200, 13297, 11129, 9600, 11306, 10021, 12415, 9623, 15385, 9578, 16104, 10115, 15175, 10227, 13710, 11330, 11349, 10566, 9390, 10399, 10178, 11318, 9691, 13356, 10042, 16412, 10241, 9794, 10392, 10289, 11407, 9928, 15496, 10789, 16373, 12300, 9648, 10199, 9431, 13092, 10640, 17599, 9969, 17979, 10173, 16903, 10032, 15045, 10113, 13269, 10174, 13270, 11433, 9685, 10484, 9669, 12462, 9751, 15065, 10426, 15546, 10469, 14452, 11070, 9575, 10371, 10137, 11595, 10059, 14992, 10408, 14640, 10343, 16635, 10079, 16105, 9995, 17214, 10341, 13221, 12735, 9423, 10400, 9691, 12735, 10389, 15122, 11813, 10531, 10496, 9676, 12503, 9339, 13091, 11765, 12915, 12104, 13385, 12044, 12074, 9827, 12047, 9798, 11050, 10531, 11871, 9919, 12746, 9957, 14973, 9938, 16251, 10031, 16324, 9965, 16765, 10464, 14356, 10262, 12908, 10137, 13330, 10141, 13146, 10219, 12505, 10404, 13320, 10339, 11789, 11358, 9824, 11140, 9617, 12502, 9974, 11984, 10989, 14142, 12370, 14078, 11616, 9865, 10761, 10228, 11688, 9834, 13172, 10248, 12765, 10015, 14503, 10219, 15731, 10160, 9473, 10269, 10024, 14522, 9893, 17167, 11055, 18121, 12167, 18359, 11280, 16450, 10208, 17183, 10015, 16321, 9874, 12665, 10223, 11995, 10362, 15289, 10411, 16267, 10237, 15597, 11873, 12242, 10772, 13940, 11341, 19077, 10486, 17078, 11799, 18587, 10264, 15387, 10457, 14487, 10265, 14117, 10061, 14283, 10046, 13697, 9299, 13757, 9837, 12688, 12015, 11160, 16367, 10927, 16038, 10476, 16138, 10274, 15141, 10129, 14782, 10647, 13815, 10639, 11928, 10014, 10542, 10358, 12919, 10306, 14638, 10242, 13560, 10432, 11909, 10523, 11473, 11818, 14241, 11701, 12685, 11256, 11837, 11455, 15237, 11783, 16169, 10960, 15877, 10453, 16727, 10363, 15854, 10347, 14445, 10723, 13049, 10370, 9438, 10756, 10502, 11504, 14781, 12270, 15439, 12626, 9087, 10841, 9554, 12625, 9462, 14022, 11480, 13546, 9773, 10778, 9646, 11585, 10014, 13573, 10283, 14160, 9405, 11344, 9651, 14269, 9256, 14670, 9492, 15583, 9455, 15638, 9714, 14420, 9627, 15177, 9511, 14005, 9458, 12032, 9468, 12244, 9570, 13101, 9693, 13022, 10150, 13681, 10630, 12729, 10714, 11292, 10742, 9649, 10938, 9731, 13430, 9657, 14002, 9645, 12583, 9503, 12275, 9687, 13999, 9753, 14691, 9706, 12185, 10322, 13601, 11724, 13709, 12295, 9310, 11552, 9506, 12220, 12928, 12306, 16576, 12163, 17039, 11186, 14565, 12445, 12902, 11521, 9925, 10507, 10067, 11774, 9496, 12520, 9643, 12255, 9419, 15327, 9419, 13364, 9555, 14111, 9389, 15149, 9576, 13878, 9989, 13077, 9436, 13830, 9940, 17863, 9756, 13288, 11119, 14765, 11059, 17397, 9962, 18125, 9650, 16025, 9750, 14648, 9625, 15414, 9948, 13896, 9497, 12507, 9555, 13085, 9859, 14185, 10072, 16021, 9688, 13931, 9419, 15224, 9659, 16907, 10041, 17171, 12861, 15247, 12040, 11659, 17316, 10261, 18165, 10676, 18267, 9970, 9855, 10025, 9187, 11629, 13627, 11597, 13753, 10632, 15858, 10086, 18551, 9878, 16254, 10252, 15626, 9776, 14319, 10792, 14964, 9561, 12063, 9733, 12956, 9546, 13891, 9719, 12472, 9814, 12671, 9446, 11717, 10666, 11382, 11255, 12546, 10440, 10987, 9511, 12939, 10007, 13962, 9741, 14873, 9630, 17281, 9307, 14485, 9413, 13584, 9658, 13149, 10007, 16989, 9808, 14922, 9717, 13857, 10383, 18397, 9902, 16662, 10182, 17133, 9939, 15270, 10038, 14738, 9920, 16050, 10353, 16244, 9998, 12709, 11329, 12844, 13236, 12443, 15022, 9332, 14449, 9998, 15677, 9715, 17408, 10064, 15796, 9717, 12443, 10206, 13775, 9692, 16439, 9931, 9250, 10751, 10883, 11343, 16459, 12370, 16502, 9748, 16361, 10200, 15381, 10752, 14215, 12104, 11151, 17685, 10268, 16616, 10264, 15087, 10286, 11682, 9809, 11902, 10256, 14988, 10158, 16348, 10393, 16653, 9878, 15136, 9545, 15202, 12227, 14298, 9469, 10787, 14033, 10028, 17894, 9948, 14949, 10299, 15086, 9644, 13731, 9755, 13271, 9326, 14152, 9610, 15636, 10092, 14743, 10030, 16945, 10498, 18578, 10378, 17055, 10498, 15936, 9956, 16555, 10064, 14750, 10332, 14095, 9228, 11129, 10106, 12901, 10269, 10476, 10196, 10419, 10965, 12562, 11007, 8914, 10920, 17583, 10165, 16099, 11560, 14816, 10695, 10971, 16524, 10226, 15934, 10271, 15731, 9714, 9364, 9828, 12178, 9942, 14319, 9883, 16826, 8989, 11804, 15487, 10628, 17919, 12521, 18649, 9002, 11386, 13810, 10895, 18999, 9938, 15326, 10853, 16138, 12113, 10900, 13054, 10844, 16389, 10683, 17160, 10720, 17347, 10505, 15517, 10366, 14865, 10143, 13984, 9745, 14353, 9920, 15792, 10949, 18195, 9224, 11757, 9578, 11917, 9776, 14101, 10954, 14412, 9203, 10520, 9250, 12545, 9811, 12768, 9347, 10847, 12382, 11068, 13985, 10651, 15338, 10366, 16155, 10525, 14220, 10197, 8730, 10897, 9155, 11477, 11278, 11407, 12632, 10913, 12006, 12280, 9804, 17145, 9616, 16592, 9892, 18651, 10598, 19345, 13436, 16810, 9908, 17374, 10039, 15548, 9746, 13339, 9693, 12321, 9420, 10777, 11049, 11906, 13439, 11293, 9264, 11695, 9174, 11986, 10543, 15527, 11943, 15929, 9664, 14821, 10030, 15398, 9701, 16236, 9809, 18101, 10077, 17894, 9800, 15533, 10252, 15422, 11353, 17047, 11946, 13309, 10652, 15322, 11222, 19014, 11110, 17504, 10502, 15880, 10003, 13991, 9914, 11972, 9282, 10811, 9954, 10528, 12361, 10627, 14446, 10302, 16578, 11945, 13615, 10419, 12776, 10282, 15061, 10167, 17001, 11108, 13836, 9998, 15204, 10140, 15175, 10052, 15387, 10002, 18246, 9717, 13058, 10133, 14069, 10163, 15554, 9863, 16048, 9456, 14935, 9159, 14405, 10266, 15522, 10312, 16276, 11743, 13326, 14395, 12010, 14259, 12183, 9676, 10606, 9436, 12319, 9353, 11722, 9367, 10516, 11451, 10320, 16501, 10224, 18448], 'WindowCenter': [4883.0, 4894.0, 4842.0, 4857.0, 4818.0, 4826.0, 4816.0, 4804.0, 4806.0, 4795.0, 4815.0, 4795.0, 4805.0, 4805.0, 4814.0, 4796.0, 4815.0, 4796.0, 4834.0, 4817.0, 4865.0, 4828.0, 4808.0, 4818.0, 4819.0, 4828.0, 4817.0, 4828.0, 4809.0, 4837.0, 4809.0, 4847.0, 4819.0, 4856.0, 4819.0, 4866.0, 4819.0, 4867.0, 4831.0, 4857.0, 4831.0, 4830.0, 4832.0, 4831.0, 4833.0, 4846.0, 4852.0, 4833.0, 4861.0, 4845.0, 4834.0, 4844.0, 4845.0, 4851.0, 4844.0, 4871.0, 4834.0, 4883.0, 4835.0, 4852.0, 4866.0, 4836.0, 4846.0, 4845.0, 4863.0, 4845.0, 4883.0, 4836.0, 4890.0, 4845.0, 4891.0, 4874.0, 4872.0, 4853.0, 4823.0, 4841.0, 4819.0, 4849.0, 4811.0, 4868.0, 4821.0, 4877.0, 4819.0, 4868.0, 4832.0, 4857.0, 4852.0, 4841.0, 4842.0, 4823.0, 4832.0, 4832.0, 4841.0, 4824.0, 4871.0, 4835.0, 4891.0, 4842.0, 4834.0, 4833.0, 4844.0, 4853.0, 4835.0, 4882.0, 4854.0, 4892.0, 4866.0, 4837.0, 4845.0, 4826.0, 4872.0, 4843.0, 4889.0, 4823.0, 4888.0, 4832.0, 4878.0, 4832.0, 4880.0, 4832.0, 4848.0, 4832.0, 4861.0, 4851.0, 4834.0, 4841.0, 4824.0, 4861.0, 4824.0, 4880.0, 4832.0, 4878.0, 4844.0, 4871.0, 4843.0, 4824.0, 4833.0, 4833.0, 4853.0, 4835.0, 4882.0, 4844.0, 4881.0, 4834.0, 4891.0, 4835.0, 4881.0, 4834.0, 4890.0, 4834.0, 4862.0, 4863.0, 4825.0, 4844.0, 4836.0, 4863.0, 4846.0, 4883.0, 4865.0, 4857.0, 4856.0, 4836.0, 4865.0, 4822.0, 4873.0, 4852.0, 4863.0, 4852.0, 4873.0, 4862.0, 4862.0, 4834.0, 4864.0, 4834.0, 4852.0, 4842.0, 4852.0, 4833.0, 4861.0, 4833.0, 4881.0, 4832.0, 4880.0, 4822.0, 4879.0, 4823.0, 4891.0, 4843.0, 4871.0, 4834.0, 4860.0, 4833.0, 4872.0, 4844.0, 4861.0, 4845.0, 4862.0, 4844.0, 4872.0, 4844.0, 4853.0, 4854.0, 4836.0, 4867.0, 4848.0, 4877.0, 4849.0, 4865.0, 4859.0, 4884.0, 4877.0, 4885.0, 4856.0, 4847.0, 4856.0, 4847.0, 4865.0, 4846.0, 4874.0, 4845.0, 4875.0, 4847.0, 4897.0, 4859.0, 4907.0, 4859.0, 4848.0, 4858.0, 4849.0, 4899.0, 4861.0, 4918.0, 4870.0, 4905.0, 4868.0, 4903.0, 4856.0, 4893.0, 4832.0, 4893.0, 4835.0, 4892.0, 4836.0, 4863.0, 4846.0, 4864.0, 4858.0, 4895.0, 4858.0, 4894.0, 4859.0, 4895.0, 4868.0, 4877.0, 4858.0, 4884.0, 4856.0, 4902.0, 4845.0, 4892.0, 4855.0, 4902.0, 4846.0, 4881.0, 4844.0, 4870.0, 4834.0, 4872.0, 4835.0, 4883.0, 4835.0, 4873.0, 4825.0, 4872.0, 4824.0, 4863.0, 4852.0, 4844.0, 4880.0, 4843.0, 4879.0, 4833.0, 4878.0, 4832.0, 4869.0, 4833.0, 4880.0, 4843.0, 4871.0, 4845.0, 4853.0, 4846.0, 4855.0, 4858.0, 4874.0, 4848.0, 4885.0, 4859.0, 4886.0, 4859.0, 4878.0, 4859.0, 4867.0, 4878.0, 4886.0, 4868.0, 4877.0, 4866.0, 4866.0, 4867.0, 4894.0, 4867.0, 4893.0, 4846.0, 4892.0, 4846.0, 4891.0, 4846.0, 4892.0, 4846.0, 4872.0, 4857.0, 4874.0, 4847.0, 4835.0, 4867.0, 4846.0, 4867.0, 4884.0, 4867.0, 4894.0, 4865.0, 4827.0, 4856.0, 4837.0, 4875.0, 4835.0, 4885.0, 4855.0, 4875.0, 4837.0, 4855.0, 4836.0, 4854.0, 4847.0, 4875.0, 4846.0, 4885.0, 4834.0, 4856.0, 4837.0, 4884.0, 4827.0, 4883.0, 4836.0, 4893.0, 4836.0, 4892.0, 4825.0, 4872.0, 4824.0, 4881.0, 4824.0, 4870.0, 4823.0, 4849.0, 4823.0, 4851.0, 4824.0, 4862.0, 4836.0, 4872.0, 4846.0, 4872.0, 4845.0, 4862.0, 4858.0, 4867.0, 4857.0, 4848.0, 4857.0, 4848.0, 4886.0, 4849.0, 4886.0, 4836.0, 4877.0, 4838.0, 4866.0, 4839.0, 4896.0, 4851.0, 4907.0, 4861.0, 4877.0, 4861.0, 4897.0, 4880.0, 4898.0, 4880.0, 4851.0, 4880.0, 4848.0, 4880.0, 4878.0, 4879.0, 4907.0, 4879.0, 4906.0, 4868.0, 4897.0, 4876.0, 4877.0, 4868.0, 4860.0, 4858.0, 4859.0, 4879.0, 4850.0, 4878.0, 4848.0, 4880.0, 4841.0, 4897.0, 4840.0, 4886.0, 4849.0, 4897.0, 4840.0, 4897.0, 4852.0, 4899.0, 4849.0, 4887.0, 4840.0, 4898.0, 4862.0, 4928.0, 4859.0, 4897.0, 4881.0, 4907.0, 4871.0, 4916.0, 4860.0, 4917.0, 4850.0, 4906.0, 4849.0, 4895.0, 4850.0, 4907.0, 4850.0, 4898.0, 4862.0, 4886.0, 4862.0, 4889.0, 4862.0, 4900.0, 4864.0, 4919.0, 4864.0, 4900.0, 4853.0, 4910.0, 4861.0, 4918.0, 4862.0, 4921.0, 4891.0, 4911.0, 4879.0, 4880.0, 4917.0, 4860.0, 4915.0, 4860.0, 4917.0, 4850.0, 4860.0, 4861.0, 4851.0, 4882.0, 4899.0, 4881.0, 4899.0, 4872.0, 4907.0, 4859.0, 4917.0, 4850.0, 4906.0, 4849.0, 4896.0, 4848.0, 4887.0, 4858.0, 4896.0, 4839.0, 4866.0, 4838.0, 4875.0, 4837.0, 4885.0, 4837.0, 4866.0, 4837.0, 4876.0, 4837.0, 4867.0, 4856.0, 4867.0, 4857.0, 4878.0, 4858.0, 4869.0, 4862.0, 4888.0, 4861.0, 4899.0, 4851.0, 4898.0, 4850.0, 4917.0, 4852.0, 4898.0, 4850.0, 4888.0, 4850.0, 4889.0, 4851.0, 4919.0, 4862.0, 4909.0, 4862.0, 4897.0, 4862.0, 4927.0, 4862.0, 4918.0, 4859.0, 4917.0, 4850.0, 4906.0, 4859.0, 4897.0, 4860.0, 4919.0, 4862.0, 4918.0, 4861.0, 4889.0, 4881.0, 4889.0, 4901.0, 4877.0, 4910.0, 4851.0, 4898.0, 4861.0, 4907.0, 4850.0, 4907.0, 4850.0, 4907.0, 4839.0, 4878.0, 4858.0, 4888.0, 4852.0, 4916.0, 4862.0, 4850.0, 4881.0, 4870.0, 4882.0, 4908.0, 4891.0, 4918.0, 4852.0, 4908.0, 4860.0, 4897.0, 4857.0, 4887.0, 4866.0, 4870.0, 4905.0, 4849.0, 4904.0, 4860.0, 4897.0, 4859.0, 4879.0, 4859.0, 4878.0, 4861.0, 4907.0, 4862.0, 4920.0, 4862.0, 4919.0, 4862.0, 4908.0, 4850.0, 4909.0, 4868.0, 4897.0, 4849.0, 4869.0, 4886.0, 4849.0, 4914.0, 4849.0, 4896.0, 4847.0, 4906.0, 4849.0, 4886.0, 4849.0, 4888.0, 4852.0, 4900.0, 4862.0, 4919.0, 4871.0, 4896.0, 4850.0, 4906.0, 4859.0, 4914.0, 4859.0, 4905.0, 4858.0, 4894.0, 4847.0, 4893.0, 4836.0, 4884.0, 4835.0, 4873.0, 4823.0, 4856.0, 4846.0, 4875.0, 4858.0, 4856.0, 4859.0, 4857.0, 4870.0, 4888.0, 4869.0, 4840.0, 4870.0, 4915.0, 4860.0, 4896.0, 4856.0, 4896.0, 4846.0, 4857.0, 4893.0, 4846.0, 4894.0, 4859.0, 4895.0, 4850.0, 4850.0, 4861.0, 4890.0, 4862.0, 4907.0, 4861.0, 4920.0, 4853.0, 4882.0, 4897.0, 4860.0, 4920.0, 4878.0, 4917.0, 4841.0, 4868.0, 4884.0, 4857.0, 4914.0, 4835.0, 4884.0, 4844.0, 4893.0, 4853.0, 4855.0, 4862.0, 4854.0, 4881.0, 4846.0, 4903.0, 4846.0, 4903.0, 4857.0, 4881.0, 4845.0, 4882.0, 4834.0, 4869.0, 4825.0, 4882.0, 4833.0, 4882.0, 4846.0, 4900.0, 4825.0, 4852.0, 4834.0, 4853.0, 4834.0, 4873.0, 4844.0, 4883.0, 4825.0, 4842.0, 4824.0, 4860.0, 4834.0, 4862.0, 4823.0, 4843.0, 4862.0, 4855.0, 4871.0, 4843.0, 4881.0, 4844.0, 4892.0, 4857.0, 4885.0, 4847.0, 4828.0, 4867.0, 4849.0, 4881.0, 4880.0, 4869.0, 4877.0, 4858.0, 4866.0, 4877.0, 4849.0, 4917.0, 4850.0, 4914.0, 4849.0, 4915.0, 4857.0, 4915.0, 4886.0, 4916.0, 4849.0, 4904.0, 4847.0, 4894.0, 4836.0, 4874.0, 4835.0, 4875.0, 4826.0, 4857.0, 4855.0, 4875.0, 4886.0, 4868.0, 4838.0, 4867.0, 4837.0, 4868.0, 4857.0, 4907.0, 4867.0, 4907.0, 4850.0, 4897.0, 4849.0, 4895.0, 4849.0, 4906.0, 4848.0, 4914.0, 4848.0, 4928.0, 4862.0, 4906.0, 4859.0, 4907.0, 4871.0, 4916.0, 4880.0, 4888.0, 4859.0, 4895.0, 4866.0, 4902.0, 4855.0, 4904.0, 4844.0, 4881.0, 4833.0, 4871.0, 4833.0, 4852.0, 4823.0, 4843.0, 4822.0, 4844.0, 4852.0, 4845.0, 4881.0, 4846.0, 4903.0, 4866.0, 4883.0, 4857.0, 4874.0, 4848.0, 4893.0, 4856.0, 4903.0, 4869.0, 4887.0, 4849.0, 4895.0, 4858.0, 4894.0, 4847.0, 4896.0, 4848.0, 4915.0, 4849.0, 4887.0, 4860.0, 4895.0, 4859.0, 4904.0, 4850.0, 4906.0, 4847.0, 4894.0, 4838.0, 4896.0, 4848.0, 4895.0, 4847.0, 4905.0, 4855.0, 4875.0, 4883.0, 4865.0, 4883.0, 4865.0, 4837.0, 4846.0, 4838.0, 4877.0, 4838.0, 4867.0, 4837.0, 4858.0, 4866.0, 4859.0, 4904.0, 4858.0, 4915.0], 'WindowWidth': [10638.0, 10632.0, 10558.0, 10568.0, 10514.0, 10520.0, 10507.0, 10488.0, 10492.0, 10476.0, 10503.0, 10476.0, 10492.0, 10491.0, 10502.0, 10480.0, 10502.0, 10480.0, 10529.0, 10511.0, 10574.0, 10528.0, 10500.0, 10513.0, 10517.0, 10525.0, 10511.0, 10526.0, 10502.0, 10537.0, 10503.0, 10551.0, 10516.0, 10563.0, 10517.0, 10576.0, 10515.0, 10581.0, 10536.0, 10565.0, 10536.0, 10532.0, 10541.0, 10537.0, 10542.0, 10567.0, 10569.0, 10543.0, 10577.0, 10563.0, 10547.0, 10562.0, 10563.0, 10567.0, 10559.0, 10593.0, 10545.0, 10611.0, 10550.0, 10568.0, 10594.0, 10554.0, 10565.0, 10564.0, 10585.0, 10564.0, 10611.0, 10551.0, 10619.0, 10564.0, 10618.0, 10601.0, 10595.0, 10570.0, 10528.0, 10549.0, 10519.0, 10559.0, 10509.0, 10583.0, 10524.0, 10593.0, 10518.0, 10581.0, 10539.0, 10568.0, 10569.0, 10551.0, 10554.0, 10528.0, 10540.0, 10541.0, 10552.0, 10531.0, 10593.0, 10549.0, 10620.0, 10557.0, 10547.0, 10545.0, 10561.0, 10570.0, 10548.0, 10608.0, 10574.0, 10622.0, 10594.0, 10555.0, 10564.0, 10538.0, 10595.0, 10557.0, 10614.0, 10529.0, 10610.0, 10539.0, 10596.0, 10539.0, 10602.0, 10541.0, 10555.0, 10540.0, 10576.0, 10565.0, 10546.0, 10552.0, 10532.0, 10578.0, 10531.0, 10602.0, 10540.0, 10599.0, 10558.0, 10591.0, 10556.0, 10531.0, 10542.0, 10541.0, 10571.0, 10548.0, 10608.0, 10559.0, 10604.0, 10545.0, 10618.0, 10549.0, 10607.0, 10545.0, 10615.0, 10547.0, 10579.0, 10584.0, 10535.0, 10561.0, 10553.0, 10584.0, 10566.0, 10611.0, 10590.0, 10582.0, 10581.0, 10553.0, 10589.0, 10529.0, 10598.0, 10566.0, 10583.0, 10567.0, 10597.0, 10581.0, 10582.0, 10547.0, 10588.0, 10547.0, 10568.0, 10555.0, 10568.0, 10543.0, 10579.0, 10544.0, 10605.0, 10540.0, 10601.0, 10526.0, 10599.0, 10529.0, 10618.0, 10556.0, 10594.0, 10546.0, 10574.0, 10543.0, 10594.0, 10559.0, 10579.0, 10561.0, 10579.0, 10559.0, 10592.0, 10559.0, 10570.0, 10574.0, 10550.0, 10598.0, 10572.0, 10610.0, 10576.0, 10591.0, 10588.0, 10615.0, 10611.0, 10616.0, 10581.0, 10568.0, 10579.0, 10571.0, 10591.0, 10567.0, 10602.0, 10564.0, 10602.0, 10568.0, 10638.0, 10590.0, 10653.0, 10590.0, 10572.0, 10586.0, 10576.0, 10644.0, 10597.0, 10671.0, 10605.0, 10645.0, 10598.0, 10641.0, 10578.0, 10627.0, 10542.0, 10626.0, 10550.0, 10623.0, 10552.0, 10584.0, 10566.0, 10588.0, 10590.0, 10632.0, 10585.0, 10627.0, 10588.0, 10631.0, 10599.0, 10612.0, 10587.0, 10613.0, 10579.0, 10636.0, 10562.0, 10623.0, 10577.0, 10637.0, 10566.0, 10606.0, 10561.0, 10590.0, 10547.0, 10594.0, 10551.0, 10611.0, 10550.0, 10596.0, 10534.0, 10595.0, 10531.0, 10583.0, 10564.0, 10558.0, 10600.0, 10555.0, 10598.0, 10541.0, 10596.0, 10540.0, 10586.0, 10541.0, 10604.0, 10558.0, 10590.0, 10562.0, 10571.0, 10566.0, 10578.0, 10587.0, 10601.0, 10571.0, 10617.0, 10589.0, 10620.0, 10589.0, 10613.0, 10589.0, 10596.0, 10615.0, 10621.0, 10601.0, 10609.0, 10595.0, 10593.0, 10597.0, 10629.0, 10597.0, 10624.0, 10566.0, 10622.0, 10565.0, 10621.0, 10565.0, 10622.0, 10567.0, 10597.0, 10583.0, 10602.0, 10570.0, 10553.0, 10599.0, 10567.0, 10596.0, 10614.0, 10596.0, 10627.0, 10591.0, 10542.0, 10583.0, 10554.0, 10605.0, 10550.0, 10619.0, 10575.0, 10603.0, 10555.0, 10577.0, 10552.0, 10575.0, 10569.0, 10606.0, 10566.0, 10617.0, 10552.0, 10580.0, 10556.0, 10615.0, 10541.0, 10613.0, 10552.0, 10625.0, 10550.0, 10622.0, 10534.0, 10593.0, 10531.0, 10604.0, 10530.0, 10589.0, 10528.0, 10560.0, 10529.0, 10564.0, 10533.0, 10582.0, 10553.0, 10596.0, 10564.0, 10595.0, 10565.0, 10582.0, 10586.0, 10597.0, 10585.0, 10574.0, 10582.0, 10574.0, 10622.0, 10575.0, 10623.0, 10555.0, 10607.0, 10559.0, 10595.0, 10562.0, 10638.0, 10581.0, 10654.0, 10597.0, 10613.0, 10596.0, 10640.0, 10622.0, 10642.0, 10622.0, 10582.0, 10619.0, 10574.0, 10620.0, 10613.0, 10618.0, 10651.0, 10617.0, 10649.0, 10601.0, 10636.0, 10610.0, 10611.0, 10601.0, 10592.0, 10588.0, 10590.0, 10616.0, 10577.0, 10616.0, 10574.0, 10619.0, 10567.0, 10638.0, 10565.0, 10622.0, 10577.0, 10639.0, 10564.0, 10639.0, 10586.0, 10644.0, 10578.0, 10625.0, 10565.0, 10641.0, 10599.0, 10684.0, 10596.0, 10642.0, 10624.0, 10653.0, 10610.0, 10664.0, 10594.0, 10665.0, 10578.0, 10649.0, 10574.0, 10634.0, 10579.0, 10653.0, 10580.0, 10643.0, 10599.0, 10624.0, 10599.0, 10632.0, 10601.0, 10649.0, 10606.0, 10676.0, 10606.0, 10648.0, 10591.0, 10663.0, 10599.0, 10673.0, 10599.0, 10679.0, 10637.0, 10664.0, 10616.0, 10621.0, 10667.0, 10593.0, 10661.0, 10594.0, 10668.0, 10579.0, 10595.0, 10598.0, 10582.0, 10627.0, 10644.0, 10623.0, 10647.0, 10612.0, 10652.0, 10592.0, 10665.0, 10579.0, 10651.0, 10575.0, 10634.0, 10572.0, 10624.0, 10584.0, 10636.0, 10561.0, 10595.0, 10561.0, 10604.0, 10557.0, 10619.0, 10556.0, 10594.0, 10555.0, 10609.0, 10557.0, 10599.0, 10581.0, 10597.0, 10581.0, 10616.0, 10585.0, 10604.0, 10600.0, 10630.0, 10596.0, 10646.0, 10584.0, 10643.0, 10580.0, 10667.0, 10586.0, 10642.0, 10579.0, 10628.0, 10578.0, 10631.0, 10581.0, 10674.0, 10601.0, 10659.0, 10602.0, 10642.0, 10600.0, 10682.0, 10599.0, 10672.0, 10592.0, 10666.0, 10580.0, 10650.0, 10591.0, 10639.0, 10595.0, 10675.0, 10601.0, 10672.0, 10598.0, 10632.0, 10625.0, 10631.0, 10653.0, 10614.0, 10662.0, 10586.0, 10643.0, 10595.0, 10654.0, 10580.0, 10653.0, 10579.0, 10653.0, 10562.0, 10614.0, 10590.0, 10627.0, 10587.0, 10667.0, 10601.0, 10583.0, 10625.0, 10607.0, 10629.0, 10656.0, 10637.0, 10670.0, 10585.0, 10658.0, 10594.0, 10641.0, 10587.0, 10627.0, 10595.0, 10606.0, 10646.0, 10574.0, 10644.0, 10595.0, 10638.0, 10591.0, 10618.0, 10591.0, 10615.0, 10598.0, 10653.0, 10600.0, 10677.0, 10599.0, 10674.0, 10601.0, 10656.0, 10580.0, 10661.0, 10600.0, 10640.0, 10578.0, 10603.0, 10621.0, 10576.0, 10659.0, 10577.0, 10636.0, 10572.0, 10652.0, 10578.0, 10622.0, 10576.0, 10629.0, 10586.0, 10648.0, 10600.0, 10674.0, 10612.0, 10638.0, 10580.0, 10651.0, 10591.0, 10661.0, 10589.0, 10648.0, 10586.0, 10630.0, 10569.0, 10627.0, 10551.0, 10615.0, 10550.0, 10599.0, 10529.0, 10580.0, 10567.0, 10606.0, 10589.0, 10583.0, 10591.0, 10586.0, 10608.0, 10629.0, 10605.0, 10567.0, 10608.0, 10661.0, 10592.0, 10636.0, 10581.0, 10636.0, 10565.0, 10584.0, 10625.0, 10567.0, 10630.0, 10589.0, 10634.0, 10579.0, 10580.0, 10598.0, 10635.0, 10603.0, 10657.0, 10598.0, 10677.0, 10591.0, 10627.0, 10639.0, 10593.0, 10677.0, 10614.0, 10667.0, 10569.0, 10603.0, 10617.0, 10585.0, 10658.0, 10550.0, 10617.0, 10559.0, 10628.0, 10572.0, 10576.0, 10582.0, 10575.0, 10606.0, 10567.0, 10641.0, 10565.0, 10642.0, 10584.0, 10608.0, 10565.0, 10610.0, 10547.0, 10590.0, 10536.0, 10610.0, 10547.0, 10610.0, 10566.0, 10634.0, 10538.0, 10569.0, 10547.0, 10570.0, 10546.0, 10599.0, 10560.0, 10612.0, 10537.0, 10555.0, 10535.0, 10580.0, 10545.0, 10582.0, 10529.0, 10558.0, 10582.0, 10577.0, 10591.0, 10558.0, 10604.0, 10561.0, 10622.0, 10584.0, 10618.0, 10571.0, 10547.0, 10600.0, 10578.0, 10626.0, 10621.0, 10604.0, 10611.0, 10587.0, 10594.0, 10612.0, 10576.0, 10667.0, 10581.0, 10661.0, 10578.0, 10661.0, 10584.0, 10661.0, 10623.0, 10665.0, 10578.0, 10643.0, 10569.0, 10630.0, 10555.0, 10602.0, 10551.0, 10604.0, 10538.0, 10584.0, 10578.0, 10611.0, 10621.0, 10600.0, 10560.0, 10596.0, 10556.0, 10600.0, 10584.0, 10654.0, 10596.0, 10653.0, 10582.0, 10639.0, 10577.0, 10634.0, 10578.0, 10650.0, 10573.0, 10656.0, 10572.0, 10684.0, 10600.0, 10650.0, 10592.0, 10653.0, 10611.0, 10664.0, 10619.0, 10627.0, 10589.0, 10632.0, 10597.0, 10639.0, 10577.0, 10643.0, 10560.0, 10607.0, 10545.0, 10592.0, 10542.0, 10568.0, 10528.0, 10558.0, 10527.0, 10560.0, 10566.0, 10562.0, 10607.0, 10567.0, 10641.0, 10594.0, 10614.0, 10584.0, 10601.0, 10573.0, 10627.0, 10585.0, 10643.0, 10602.0, 10627.0, 10578.0, 10632.0, 10586.0, 10632.0, 10571.0, 10636.0, 10573.0, 10661.0, 10577.0, 10626.0, 10596.0, 10635.0, 10590.0, 10647.0, 10578.0, 10649.0, 10570.0, 10630.0, 10559.0, 10634.0, 10571.0, 10635.0, 10568.0, 10646.0, 10575.0, 10605.0, 10611.0, 10591.0, 10612.0, 10590.0, 10557.0, 10567.0, 10559.0, 10613.0, 10561.0, 10597.0, 10555.0, 10588.0, 10594.0, 10590.0, 10644.0, 10588.0, 10662.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.0003642939150401837</td></tr>
<tr><td colspan=3>aqi</td><td>0.016697839380022964</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.91170915187359</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2356689194597699</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9957208040804607</td></tr>
<tr><td colspan=3>efc</td><td>0.4849</td></tr>
<tr><td colspan=3>fber</td><td>5574.7876</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07473836479166482</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6888633754305397</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4187249301350797</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3941576701915603</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.611494937737109</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2505221824765704</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162892</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014247000217437744</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026484958827495575</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.8568436796422016</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>35.4128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.4077</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.2702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>944.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.9317</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5823</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>697.1057</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4021.3485</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1092.5965</td></tr>
<tr><td colspan=3>tsnr</td><td>43.67652430664748</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>