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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0100_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-01/func/sub-0100_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2bd00537592b6bc90ce1bde483cbf91e</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:6.897500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999821, 0.0159116, 0.0101995, -0.0136119, 0.980616, -0.195468]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7770, -7237, 88, -140, -56, 54, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb3a436a-b9b0-42c4-b488-3e8395b5d0bb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682447671890259, -0.03651982918381691, 0.03540227934718132, 110.65784454345703], [-0.04268967732787132, 2.630920171737671, -0.5272938013076782, -81.31256866455078], [0.027364404872059822, 0.5244256854057312, 2.6477742195129395, -100.97154235839844], [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': ['140506.897500', '140507.357500', '140507.817500', '140508.277500', '140508.737500', '140509.197500', '140509.657500', '140510.117500', '140510.577500', '140511.037500', '140511.497500', '140511.957500', '140512.417500', '140512.877500', '140513.337500', '140513.797500', '140514.257500', '140514.717500', '140515.177500', '140515.637500', '140516.097500', '140516.557500', '140517.017500', '140517.477500', '140517.937500', '140518.397500', '140518.857500', '140519.317500', '140519.777500', '140520.237500', '140520.697500', '140521.157500', '140521.617500', '140522.077500', '140522.537500', '140522.997500', '140523.457500', '140523.917500', '140524.377500', '140524.837500', '140525.297500', '140525.757500', '140526.217500', '140526.677500', '140527.137500', '140527.597500', '140528.057500', '140528.517500', '140528.977500', '140529.437500', '140529.897500', '140530.357500', '140530.817500', '140531.277500', '140531.737500', '140532.197500', '140532.657500', '140533.117500', '140533.577500', '140534.037500', '140534.497500', '140534.957500', '140535.417500', '140535.877500', '140536.337500', '140536.797500', '140537.257500', '140537.717500', '140538.177500', '140538.637500', '140539.097500', '140539.557500', '140540.017500', '140540.477500', '140540.937500', '140541.397500', '140541.857500', '140542.317500', '140542.777500', '140543.237500', '140543.697500', '140544.157500', '140544.617500', '140545.077500', '140545.537500', '140545.997500', '140546.457500', '140546.917500', '140547.377500', '140547.837500', '140548.297500', '140548.757500', '140549.217500', '140549.677500', '140550.137500', '140550.597500', '140551.057500', '140551.517500', '140551.977500', '140552.437500', '140552.897500', '140553.357500', '140553.817500', '140554.277500', '140554.737500', '140555.197500', '140555.657500', '140556.117500', '140556.577500', '140557.037500', '140557.497500', '140557.957500', '140558.417500', '140558.877500', '140559.337500', '140559.797500', '140600.257500', '140600.717500', '140601.177500', '140601.637500', '140602.097500', '140602.557500', '140603.017500', '140603.477500', '140603.937500', '140604.397500', '140604.857500', '140605.317500', '140605.777500', '140606.237500', '140606.697500', '140607.157500', '140607.617500', '140608.077500', '140608.537500', '140608.997500', '140609.457500', '140609.917500', '140610.377500', '140610.837500', '140611.297500', '140611.757500', '140612.217500', '140612.677500', '140613.137500', '140613.597500', '140614.057500', '140614.517500', '140614.977500', '140615.437500', '140615.897500', '140616.357500', '140616.817500', '140617.277500', '140617.737500', '140618.197500', '140618.657500', '140619.117500', '140619.577500', '140620.037500', '140620.497500', '140620.957500', '140621.417500', '140621.877500', '140622.337500', '140622.797500', '140623.257500', '140623.717500', '140624.177500', '140624.637500', '140625.097500', '140625.557500', '140626.017500', '140626.477500', '140626.937500', '140627.397500', '140627.857500', '140628.317500', '140628.777500', '140629.237500', '140629.697500', '140630.157500', '140630.617500', '140631.077500', '140631.537500', '140631.997500', '140632.457500', '140632.917500', '140633.377500', '140633.837500', '140634.297500', '140634.757500', '140635.217500', '140635.677500', '140636.137500', '140636.597500', '140637.057500', '140637.517500', '140637.977500', '140638.437500', '140638.897500', '140639.357500', '140639.817500', '140640.277500', '140640.737500', '140641.197500', '140641.657500', '140642.117500', '140642.577500', '140643.037500', '140643.497500', '140643.957500', '140644.417500', '140644.877500', '140645.337500', '140645.797500', '140646.257500', '140646.717500', '140647.177500', '140647.637500', '140648.097500', '140648.557500', '140649.017500', '140649.477500', '140649.937500', '140650.397500', '140650.857500', '140651.317500', '140651.777500', '140652.237500', '140652.697500', '140653.157500', '140653.617500', '140654.077500', '140654.537500', '140654.997500', '140655.457500', '140655.917500', '140656.377500', '140656.837500', '140657.297500', '140657.757500', '140658.217500', '140658.677500', '140659.137500', '140659.597500', '140700.057500', '140700.517500', '140700.977500', '140701.437500', '140701.897500', '140702.357500', '140702.817500', '140703.277500', '140703.737500', '140704.197500', '140704.657500', '140705.117500', '140705.577500', '140706.037500', '140706.497500', '140706.957500', '140707.417500', '140707.877500', '140708.337500', '140708.797500', '140709.257500', '140709.717500', '140710.177500', '140710.637500', '140711.097500', '140711.557500', '140712.017500', '140712.477500', '140712.937500', '140713.397500', '140713.857500', '140714.317500', '140714.777500', '140715.237500', '140715.697500', '140716.157500', '140716.617500', '140717.077500', '140717.537500', '140717.997500', '140718.457500', '140718.917500', '140719.377500', '140719.837500', '140720.297500', '140720.757500', '140721.217500', '140721.677500', '140722.137500', '140722.597500', '140723.057500', '140723.517500', '140723.977500', '140724.437500', '140724.897500', '140725.357500', '140725.817500', '140726.277500', '140726.737500', '140727.197500', '140727.657500', '140728.117500', '140728.577500', '140729.037500', '140729.497500', '140729.957500', '140730.417500', '140730.877500', '140731.337500', '140731.797500', '140732.257500', '140732.717500', '140733.177500', '140733.637500', '140734.097500', '140734.557500', '140735.017500', '140735.477500', '140735.937500', '140736.397500', '140736.857500', '140737.317500', '140737.777500', '140738.237500', '140738.697500', '140739.157500', '140739.617500', '140740.077500', '140740.537500', '140740.997500', '140741.457500', '140741.917500', '140742.377500', '140742.837500', '140743.297500', '140743.757500', '140744.217500', '140744.677500', '140745.137500', '140745.597500', '140746.057500', '140746.517500', '140746.977500', '140747.437500', '140747.897500', '140748.357500', '140748.817500', '140749.277500', '140749.737500', '140750.197500', '140750.657500', '140751.117500', '140751.577500', '140752.037500', '140752.497500', '140752.957500', '140753.417500', '140753.877500', '140754.337500', '140754.797500', '140755.257500', '140755.717500', '140756.177500', '140756.637500', '140757.097500', '140757.557500', '140758.017500', '140758.477500', '140758.937500', '140759.397500', '140759.857500', '140800.317500', '140800.777500', '140801.237500', '140801.697500', '140802.157500', '140802.617500', '140803.077500', '140803.537500', '140803.997500', '140804.457500', '140804.917500', '140805.377500', '140805.837500', '140806.297500', '140806.757500', '140807.217500', '140807.677500', '140808.137500', '140808.597500', '140809.057500', '140809.517500', '140809.977500', '140810.437500', '140810.897500', '140811.357500', '140811.817500', '140812.277500', '140812.737500', '140813.197500', '140813.657500', '140814.117500', '140814.577500', '140815.037500', '140815.497500', '140815.957500', '140816.417500', '140816.877500', '140817.337500', '140817.797500', '140818.257500', '140818.717500', '140819.177500', '140819.637500', '140820.097500', '140820.557500', '140821.017500', '140821.477500', '140821.937500', '140822.397500', '140822.857500', '140823.317500', '140823.777500', '140824.237500', '140824.697500', '140825.157500', '140825.617500', '140826.077500', '140826.537500', '140826.997500', '140827.457500', '140827.917500', '140828.377500', '140828.837500', '140829.297500', '140829.757500', '140830.217500', '140830.677500', '140831.137500', '140831.597500', '140832.057500', '140832.517500', '140832.977500', '140833.437500', '140833.897500', '140834.357500', '140834.817500', '140835.277500', '140835.737500', '140836.197500', '140836.657500', '140837.117500', '140837.577500', '140838.037500', '140838.497500', '140838.957500', '140839.417500', '140839.877500', '140840.337500', '140840.797500', '140841.257500', '140841.717500', '140842.177500', '140842.637500', '140843.097500', '140843.557500', '140844.017500', '140844.477500', '140844.937500', '140845.397500', '140845.857500', '140846.317500', '140846.777500', '140847.237500', '140847.697500', '140848.157500', '140848.617500', '140849.077500', '140849.537500', '140849.997500', '140850.457500', '140850.917500', '140851.377500', '140851.837500', '140852.297500', '140852.757500', '140853.217500', '140853.677500', '140854.137500', '140854.597500', '140855.057500', '140855.517500', '140855.977500', '140856.437500', '140856.897500', '140857.357500', '140857.817500', '140858.277500', '140858.737500', '140859.197500', '140859.657500', '140900.117500', '140900.577500', '140901.037500', '140901.497500', '140901.957500', '140902.417500', '140902.877500', '140903.337500', '140903.797500', '140904.257500', '140904.717500', '140905.177500', '140905.637500', '140906.097500', '140906.557500', '140907.017500', '140907.477500', '140907.937500', '140908.397500', '140908.857500', '140909.317500', '140909.777500', '140910.237500', '140910.697500', '140911.157500', '140911.617500', '140912.077500', '140912.537500', '140912.997500', '140913.457500', '140913.917500', '140914.377500', '140914.837500', '140915.297500', '140915.757500', '140916.217500', '140916.677500', '140917.137500', '140917.597500', '140918.057500', '140918.517500', '140918.977500', '140919.437500', '140919.897500', '140920.357500', '140920.817500', '140921.277500', '140921.737500', '140922.197500', '140922.657500', '140923.117500', '140923.577500', '140924.037500', '140924.497500', '140924.957500', '140925.417500', '140925.877500', '140926.337500', '140926.797500', '140927.257500', '140927.717500', '140928.177500', '140928.637500', '140929.097500', '140929.557500', '140930.017500', '140930.477500', '140930.937500', '140931.397500', '140931.857500', '140932.317500', '140932.777500', '140933.237500', '140933.697500', '140934.157500', '140934.617500', '140935.077500', '140935.537500', '140935.997500', '140936.457500', '140936.917500', '140937.377500', '140937.837500', '140938.297500', '140938.757500', '140939.217500', '140939.677500', '140940.137500', '140940.597500', '140941.057500', '140941.517500', '140941.977500', '140942.437500', '140942.897500', '140943.357500', '140943.817500', '140944.277500', '140944.737500', '140945.197500', '140945.657500', '140946.117500', '140946.577500', '140947.037500', '140947.497500', '140947.957500', '140948.417500', '140948.877500', '140949.337500', '140949.797500', '140950.257500', '140950.717500', '140951.177500', '140951.637500', '140952.097500', '140952.557500', '140953.017500', '140953.477500', '140953.937500', '140954.397500', '140954.857500', '140955.317500', '140955.777500', '140956.237500', '140956.697500', '140957.157500', '140957.617500', '140958.077500', '140958.537500', '140958.997500', '140959.457500', '140959.917500', '141000.377500', '141000.837500', '141001.297500', '141001.757500', '141002.217500', '141002.677500', '141003.137500', '141003.597500', '141004.057500', '141004.517500', '141004.977500', '141005.437500', '141005.897500', '141006.357500', '141006.817500', '141007.277500', '141007.737500', '141008.197500', '141008.657500', '141009.117500', '141009.577500', '141010.037500', '141010.497500', '141010.957500', '141011.417500', '141011.877500', '141012.337500', '141012.797500', '141013.257500', '141013.717500', '141014.177500', '141014.637500', '141015.097500', '141015.557500', '141016.017500', '141016.477500', '141016.937500', '141017.397500', '141017.857500', '141018.317500', '141018.777500', '141019.237500', '141019.697500', '141020.157500', '141020.617500', '141021.077500', '141021.537500', '141021.997500', '141022.457500', '141022.917500', '141023.377500', '141023.837500', '141024.297500', '141024.757500', '141025.217500', '141025.677500', '141026.137500', '141026.597500', '141027.057500', '141027.517500', '141027.977500', '141028.437500', '141028.897500', '141029.357500', '141029.817500', '141030.277500', '141030.737500', '141031.197500', '141031.657500', '141032.117500', '141032.577500', '141033.037500', '141033.497500', '141033.957500', '141034.417500', '141034.877500', '141035.337500', '141035.797500', '141036.257500', '141036.717500', '141037.177500', '141037.637500', '141038.097500', '141038.557500', '141039.017500', '141039.477500', '141039.937500', '141040.397500', '141040.857500', '141041.317500', '141041.777500', '141042.237500', '141042.697500', '141043.157500', '141043.617500', '141044.077500', '141044.537500', '141044.997500', '141045.457500', '141045.917500', '141046.377500', '141046.837500', '141047.297500', '141047.757500', '141048.217500', '141048.677500', '141049.137500', '141049.597500', '141050.057500', '141050.517500', '141050.977500', '141051.437500', '141051.897500', '141052.357500', '141052.817500', '141053.277500', '141053.737500', '141054.197500', '141054.657500', '141055.117500', '141055.577500', '141056.037500', '141056.497500', '141056.957500', '141057.417500', '141057.877500', '141058.337500', '141058.797500', '141059.257500', '141059.717500', '141100.177500', '141100.637500', '141101.097500', '141101.557500', '141102.017500', '141102.477500', '141102.937500', '141103.397500', '141103.857500', '141104.317500', '141104.777500', '141105.237500', '141105.697500', '141106.157500', '141106.617500', '141107.077500', '141107.537500', '141107.997500', '141108.457500', '141108.917500', '141109.377500', '141109.837500', '141110.297500', '141110.757500', '141111.217500', '141111.677500', '141112.137500', '141112.597500', '141113.057500', '141113.517500', '141113.977500', '141114.437500', '141114.897500', '141115.357500', '141115.817500', '141116.277500', '141116.737500', '141117.197500', '141117.657500', '141118.117500', '141118.577500', '141119.037500', '141119.497500', '141119.957500', '141120.417500', '141120.877500', '141121.337500', '141121.797500', '141122.257500', '141122.717500', '141123.177500', '141123.637500', '141124.097500', '141124.557500', '141125.017500', '141125.477500', '141125.937500', '141126.397500', '141126.857500', '141127.317500', '141127.777500', '141128.237500', '141128.697500', '141129.157500', '141129.617500', '141130.077500', '141130.537500', '141130.997500', '141131.457500', '141131.917500', '141132.377500', '141132.837500', '141133.297500', '141133.757500', '141134.217500', '141134.677500', '141135.137500', '141135.597500', '141136.057500', '141136.517500', '141136.977500', '141137.437500', '141137.897500', '141138.357500', '141138.817500', '141139.277500', '141139.737500', '141140.197500', '141140.657500', '141141.117500', '141141.577500', '141142.037500', '141142.497500', '141142.957500', '141143.417500', '141143.877500', '141144.337500', '141144.797500', '141145.257500', '141145.717500', '141146.177500', '141146.637500', '141147.097500', '141147.557500'], 'ContentTime': ['140520.508000', '140520.514000', '140520.517000', '140520.519000', '140520.522000', '140520.525000', '140520.527000', '140520.530000', '140520.532000', '140520.535000', '140520.538000', '140520.540000', '140520.543000', '140520.545000', '140520.555000', '140520.558000', '140520.560000', '140520.563000', '140520.566000', '140520.568000', '140520.571000', '140520.573000', '140520.576000', '140520.579000', '140520.581000', '140520.584000', '140520.587000', '140540.481000', '140540.484000', '140540.487000', '140540.490000', '140540.492000', '140540.495000', '140540.497000', '140540.500000', '140540.503000', '140540.505000', '140540.508000', '140540.510000', '140540.513000', '140540.516000', '140540.518000', '140540.521000', '140540.524000', '140540.526000', '140540.529000', '140540.531000', '140540.534000', '140540.537000', '140540.539000', '140540.542000', '140540.544000', '140540.549000', '140540.552000', '140540.554000', '140540.557000', '140540.560000', '140540.562000', '140540.565000', '140540.567000', '140540.570000', '140540.573000', '140540.575000', '140540.578000', '140540.581000', '140540.583000', '140540.586000', '140540.588000', '140540.591000', '140540.594000', '140600.482000', '140600.485000', '140600.487000', '140600.490000', '140600.492000', '140600.495000', '140600.498000', '140600.500000', '140600.503000', '140600.505000', '140600.508000', '140600.510000', '140600.518000', '140600.521000', '140600.523000', '140600.526000', '140600.528000', '140600.531000', '140600.534000', '140600.536000', '140600.539000', '140600.542000', '140600.544000', '140600.547000', '140600.549000', '140600.552000', '140600.555000', '140600.557000', '140600.560000', '140600.563000', '140600.565000', '140600.568000', '140600.570000', '140600.573000', '140600.576000', '140600.578000', '140600.581000', '140600.583000', '140600.586000', '140600.589000', '140600.591000', '140600.594000', '140600.597000', '140600.599000', '140620.480000', '140620.483000', '140620.486000', '140620.488000', '140620.491000', '140620.494000', '140620.496000', '140620.499000', '140620.502000', '140620.504000', '140620.507000', '140620.509000', '140620.512000', '140620.515000', '140620.517000', '140620.520000', '140620.523000', '140620.525000', '140620.528000', '140620.531000', '140620.533000', '140620.546000', '140620.549000', '140620.552000', '140620.554000', '140620.557000', '140620.571000', '140620.573000', '140620.576000', '140620.579000', '140620.581000', '140620.584000', '140620.586000', '140620.589000', '140620.592000', '140620.594000', '140620.597000', '140620.600000', '140620.602000', '140620.605000', '140620.607000', '140620.610000', '140620.613000', '140640.481000', '140640.483000', '140640.486000', '140640.488000', '140640.491000', '140640.494000', '140640.496000', '140640.499000', '140640.502000', '140640.504000', '140640.507000', '140640.509000', '140640.512000', '140640.515000', '140640.525000', '140640.528000', '140640.530000', '140640.533000', '140640.535000', '140640.538000', '140640.541000', '140640.543000', '140640.546000', '140640.548000', '140640.551000', '140640.554000', '140640.557000', '140640.559000', '140640.562000', '140640.564000', '140640.567000', '140640.569000', '140640.572000', '140640.575000', '140640.577000', '140640.580000', '140640.582000', '140640.585000', '140640.588000', '140640.590000', '140640.593000', '140640.595000', '140640.598000', '140640.601000', '140700.480000', '140700.483000', '140700.486000', '140700.489000', '140700.491000', '140700.494000', '140700.496000', '140700.499000', '140700.501000', '140700.504000', '140700.507000', '140700.509000', '140700.512000', '140700.515000', '140700.517000', '140700.520000', '140700.522000', '140700.525000', '140700.528000', '140700.530000', '140700.533000', '140700.535000', '140700.538000', '140700.541000', '140700.543000', '140700.546000', '140700.549000', '140700.551000', '140700.554000', '140700.556000', '140700.559000', '140700.562000', '140700.564000', '140700.567000', '140700.569000', '140700.572000', '140700.574000', '140700.577000', '140700.580000', '140700.582000', '140700.585000', '140700.588000', '140700.590000', '140720.480000', '140720.483000', '140720.486000', '140720.488000', '140720.491000', '140720.494000', '140720.496000', '140720.499000', '140720.502000', '140720.504000', '140720.507000', '140720.510000', '140720.513000', '140720.515000', '140720.518000', '140720.520000', '140720.523000', '140720.526000', '140720.528000', '140720.531000', '140720.534000', '140720.536000', '140720.539000', '140720.541000', '140720.544000', '140720.547000', '140720.549000', '140720.552000', '140720.555000', '140720.558000', '140720.560000', '140720.563000', '140720.566000', '140720.568000', '140720.571000', '140720.574000', '140720.576000', '140720.579000', '140720.581000', '140720.584000', '140720.587000', '140720.589000', '140720.592000', '140720.594000', '140740.481000', '140740.483000', '140740.486000', '140740.489000', '140740.492000', '140740.494000', '140740.497000', '140740.500000', '140740.502000', '140740.505000', '140740.507000', '140740.510000', '140740.513000', '140740.515000', '140740.518000', '140740.521000', '140740.523000', '140740.526000', '140740.529000', '140740.531000', '140740.534000', '140740.537000', '140740.539000', '140740.542000', '140740.544000', '140740.547000', '140740.550000', '140740.552000', '140740.555000', '140740.558000', '140740.560000', '140740.563000', '140740.566000', '140740.568000', '140740.571000', '140740.573000', '140740.576000', '140740.579000', '140740.581000', '140740.584000', '140740.587000', '140740.589000', '140740.592000', '140800.482000', '140800.485000', '140800.487000', '140800.490000', '140800.493000', '140800.495000', '140800.498000', '140800.501000', '140800.503000', '140800.506000', '140800.508000', '140800.511000', '140800.514000', '140800.516000', '140800.519000', '140800.522000', '140800.525000', '140800.528000', '140800.531000', '140800.533000', '140800.536000', '140800.539000', '140800.551000', '140800.554000', '140800.557000', '140800.559000', '140800.562000', '140800.564000', '140800.567000', '140800.570000', '140800.572000', '140800.575000', '140800.577000', '140800.580000', '140800.583000', '140800.585000', '140800.588000', '140800.591000', '140800.593000', '140800.596000', '140800.598000', '140800.601000', '140800.610000', '140820.482000', '140820.484000', '140820.487000', '140820.490000', '140820.492000', '140820.495000', '140820.498000', '140820.500000', '140820.503000', '140820.506000', '140820.508000', '140820.511000', '140820.513000', '140820.516000', '140820.519000', '140820.521000', '140820.532000', '140820.535000', '140820.537000', '140820.540000', '140820.543000', '140820.545000', '140820.548000', '140820.551000', '140820.553000', '140820.556000', '140820.559000', '140820.561000', '140820.564000', '140820.566000', '140820.569000', '140820.572000', '140820.574000', '140820.577000', '140820.580000', '140820.582000', '140820.585000', '140820.588000', '140820.590000', '140820.593000', '140820.595000', '140820.598000', '140820.601000', '140820.604000', '140840.481000', '140840.491000', '140840.493000', '140840.497000', '140840.499000', '140840.502000', '140840.505000', '140840.508000', '140840.511000', '140840.514000', '140840.517000', '140840.519000', '140840.522000', '140840.525000', '140840.527000', '140840.530000', '140840.532000', '140840.535000', '140840.538000', '140840.540000', '140840.543000', '140840.546000', '140840.549000', '140840.551000', '140840.554000', '140840.557000', '140840.559000', '140840.562000', '140840.565000', '140840.567000', '140840.570000', '140840.573000', '140840.575000', '140840.578000', '140840.580000', '140840.583000', '140840.586000', '140840.588000', '140840.591000', '140840.594000', '140840.596000', '140840.599000', '140840.602000', '140900.481000', '140900.484000', '140900.486000', '140900.489000', '140900.492000', '140900.494000', '140900.497000', '140900.500000', '140900.502000', '140900.505000', '140900.507000', '140900.510000', '140900.513000', '140900.515000', '140900.518000', '140900.520000', '140900.523000', '140900.526000', '140900.528000', '140900.531000', '140900.534000', '140900.536000', '140900.539000', '140900.541000', '140900.544000', '140900.547000', '140900.549000', '140900.552000', '140900.555000', '140900.557000', '140900.560000', '140900.562000', '140900.565000', '140900.568000', '140900.570000', '140900.573000', '140900.576000', '140900.578000', '140900.581000', '140900.583000', '140900.586000', '140900.589000', '140900.591000', '140900.594000', '140920.480000', '140920.483000', '140920.486000', '140920.489000', '140920.492000', '140920.496000', '140920.499000', '140920.502000', '140920.504000', '140920.507000', '140920.510000', '140920.512000', '140920.515000', '140920.517000', '140920.520000', '140920.523000', '140920.525000', '140920.528000', '140920.530000', '140920.533000', '140920.536000', '140920.539000', '140920.541000', '140920.544000', '140920.546000', '140920.549000', '140920.552000', '140920.554000', '140920.557000', '140920.560000', '140920.562000', '140920.565000', '140920.567000', '140920.570000', '140920.578000', '140920.580000', '140920.583000', '140920.585000', '140920.588000', '140920.590000', '140920.593000', '140920.596000', '140920.598000', '140940.480000', '140940.483000', '140940.486000', '140940.489000', '140940.491000', '140940.494000', '140940.497000', '140940.499000', '140940.502000', '140940.513000', '140940.515000', '140940.518000', '140940.521000', '140940.523000', '140940.526000', '140940.528000', '140940.531000', '140940.534000', '140940.536000', '140940.539000', '140940.542000', '140940.544000', '140940.547000', '140940.549000', '140940.552000', '140940.555000', '140940.557000', '140940.560000', '140940.563000', '140940.565000', '140940.568000', '140940.570000', '140940.573000', '140940.576000', '140940.578000', '140940.581000', '140940.584000', '140940.586000', '140940.589000', '140940.591000', '140940.603000', '140940.606000', '140940.608000', '140940.611000', '141000.481000', '141000.483000', '141000.486000', '141000.489000', '141000.491000', '141000.494000', '141000.497000', '141000.500000', '141000.502000', '141000.505000', '141000.509000', '141000.512000', '141000.514000', '141000.517000', '141000.520000', '141000.522000', '141000.525000', '141000.528000', '141000.530000', '141000.533000', '141000.537000', '141000.539000', '141000.542000', '141000.545000', '141000.548000', '141000.551000', '141000.553000', '141000.556000', '141000.559000', '141000.561000', '141000.564000', '141000.566000', '141000.569000', '141000.572000', '141000.574000', '141000.577000', '141000.579000', '141000.582000', '141000.585000', '141000.587000', '141000.590000', '141000.593000', '141000.595000', '141020.482000', '141020.484000', '141020.487000', '141020.490000', '141020.492000', '141020.495000', '141020.498000', '141020.500000', '141020.503000', '141020.505000', '141020.508000', '141020.511000', '141020.513000', '141020.516000', '141020.518000', '141020.521000', '141020.524000', '141020.526000', '141020.529000', '141020.532000', '141020.534000', '141020.537000', '141020.539000', '141020.542000', '141020.544000', '141020.547000', '141020.550000', '141020.552000', '141020.555000', '141020.558000', '141020.560000', '141020.563000', '141020.566000', '141020.568000', '141020.571000', '141020.574000', '141020.576000', '141020.579000', '141020.581000', '141020.584000', '141020.587000', '141020.589000', '141020.592000', '141020.594000', '141040.482000', '141040.485000', '141040.487000', '141040.490000', '141040.492000', '141040.495000', '141040.498000', '141040.509000', '141040.512000', '141040.515000', '141040.517000', '141040.520000', '141040.522000', '141040.525000', '141040.528000', '141040.531000', '141040.534000', '141040.537000', '141040.540000', '141040.563000', '141040.565000', '141040.568000', '141040.571000', '141040.573000', '141040.576000', '141040.578000', '141040.581000', '141040.584000', '141040.586000', '141040.589000', '141040.592000', '141040.594000', '141040.597000', '141040.600000', '141040.602000', '141040.605000', '141040.608000', '141040.610000', '141040.613000', '141040.616000', '141040.619000', '141040.621000', '141040.624000', '141100.481000', '141100.483000', '141100.486000', '141100.489000', '141100.491000', '141100.494000', '141100.497000', '141100.499000', '141100.502000', '141100.504000', '141100.507000', '141100.510000', '141100.512000', '141100.515000', '141100.518000', '141100.533000', '141100.536000', '141100.539000', '141100.541000', '141100.544000', '141100.547000', '141100.549000', '141100.552000', '141100.555000', '141100.557000', '141100.560000', '141100.563000', '141100.565000', '141100.568000', '141100.570000', '141100.573000', '141100.576000', '141100.578000', '141100.581000', '141100.584000', '141100.586000', '141100.589000', '141100.599000', '141100.602000', '141100.604000', '141100.607000', '141100.610000', '141100.612000', '141100.615000', '141120.481000', '141120.483000', '141120.486000', '141120.489000', '141120.492000', '141120.494000', '141120.497000', '141120.499000', '141120.502000', '141120.506000', '141120.509000', '141120.512000', '141120.515000', '141120.517000', '141120.520000', '141120.523000', '141120.525000', '141120.528000', '141120.530000', '141120.533000', '141120.536000', '141120.538000', '141120.541000', '141120.544000', '141120.547000', '141120.550000', '141120.554000', '141120.557000', '141120.560000', '141120.562000', '141120.565000', '141120.567000', '141120.570000', '141120.573000', '141120.576000', '141120.579000', '141120.581000', '141120.584000', '141120.587000', '141120.589000', '141120.592000', '141120.594000', '141120.597000', '141140.480000', '141140.484000', '141140.486000', '141140.489000', '141140.492000', '141140.494000', '141140.497000', '141140.500000', '141140.502000', '141140.505000', '141140.507000', '141140.510000', '141140.513000', '141140.516000', '141140.518000', '141140.521000', '141140.524000', '141140.526000', '141140.529000', '141140.531000', '141140.534000', '141140.537000', '141140.539000', '141140.542000', '141140.544000', '141140.547000', '141140.550000', '141140.552000', '141140.555000', '141140.558000', '141140.560000', '141140.569000', '141140.572000', '141140.574000', '141140.577000', '141140.580000', '141140.582000', '141140.585000', '141140.587000', '141140.590000', '141140.593000', '141140.595000', '141140.598000', '141140.601000', '141149.054000', '141149.057000', '141149.060000', '141149.063000', '141149.066000', '141149.069000', '141149.072000', '141149.074000', '141149.077000', '141149.080000', '141149.083000', '141149.086000', '141149.088000', '141149.091000', '141149.095000', '141149.098000', '141149.102000', '141149.106000', '141149.110000'], 'InstanceCreationTime': ['140520.508000', '140520.514000', '140520.517000', '140520.519000', '140520.522000', '140520.525000', '140520.527000', '140520.530000', '140520.532000', '140520.535000', '140520.538000', '140520.540000', '140520.543000', '140520.545000', '140520.555000', '140520.558000', '140520.560000', '140520.563000', '140520.566000', '140520.568000', '140520.571000', '140520.573000', '140520.576000', '140520.579000', '140520.581000', '140520.584000', '140520.587000', '140540.481000', '140540.484000', '140540.487000', '140540.490000', '140540.492000', '140540.495000', '140540.497000', '140540.500000', '140540.503000', '140540.505000', '140540.508000', '140540.510000', '140540.513000', '140540.516000', '140540.518000', '140540.521000', '140540.524000', '140540.526000', '140540.529000', '140540.531000', '140540.534000', '140540.537000', '140540.539000', '140540.542000', '140540.544000', '140540.549000', '140540.552000', '140540.554000', '140540.557000', '140540.560000', '140540.562000', '140540.565000', '140540.567000', '140540.570000', '140540.573000', '140540.575000', '140540.578000', '140540.581000', '140540.583000', '140540.586000', '140540.588000', '140540.591000', '140540.594000', '140600.482000', '140600.485000', '140600.487000', '140600.490000', '140600.492000', '140600.495000', '140600.498000', '140600.500000', '140600.503000', '140600.505000', '140600.508000', '140600.510000', '140600.518000', '140600.521000', '140600.523000', '140600.526000', '140600.528000', '140600.531000', '140600.534000', '140600.536000', '140600.539000', '140600.542000', '140600.544000', '140600.547000', '140600.549000', '140600.552000', '140600.555000', '140600.557000', '140600.560000', '140600.563000', '140600.565000', '140600.568000', '140600.570000', '140600.573000', '140600.576000', '140600.578000', '140600.581000', '140600.583000', '140600.586000', '140600.589000', '140600.591000', '140600.594000', '140600.597000', '140600.599000', '140620.480000', '140620.483000', '140620.486000', '140620.488000', '140620.491000', '140620.494000', '140620.496000', '140620.499000', '140620.502000', '140620.504000', '140620.507000', '140620.509000', '140620.512000', '140620.515000', '140620.517000', '140620.520000', '140620.523000', '140620.525000', '140620.528000', '140620.531000', '140620.533000', '140620.546000', '140620.549000', '140620.552000', '140620.554000', '140620.557000', '140620.571000', '140620.573000', '140620.576000', '140620.579000', '140620.581000', '140620.584000', '140620.586000', '140620.589000', '140620.592000', '140620.594000', '140620.597000', '140620.600000', '140620.602000', '140620.605000', '140620.607000', '140620.610000', '140620.613000', '140640.481000', '140640.483000', '140640.486000', '140640.488000', '140640.491000', '140640.494000', '140640.496000', '140640.499000', '140640.502000', '140640.504000', '140640.507000', '140640.509000', '140640.512000', '140640.515000', '140640.525000', '140640.528000', '140640.530000', '140640.533000', '140640.535000', '140640.538000', '140640.541000', '140640.543000', '140640.546000', '140640.548000', '140640.551000', '140640.554000', '140640.557000', '140640.559000', '140640.562000', '140640.564000', '140640.567000', '140640.569000', '140640.572000', '140640.575000', '140640.577000', '140640.580000', '140640.582000', '140640.585000', '140640.588000', '140640.590000', '140640.593000', '140640.595000', '140640.598000', '140640.601000', '140700.480000', '140700.483000', '140700.486000', '140700.489000', '140700.491000', '140700.494000', '140700.496000', '140700.499000', '140700.501000', '140700.504000', '140700.507000', '140700.509000', '140700.512000', '140700.515000', '140700.517000', '140700.520000', '140700.522000', '140700.525000', '140700.528000', '140700.530000', '140700.533000', '140700.535000', '140700.538000', '140700.541000', '140700.543000', '140700.546000', '140700.549000', '140700.551000', '140700.554000', '140700.556000', '140700.559000', '140700.562000', '140700.564000', '140700.567000', '140700.569000', '140700.572000', '140700.574000', '140700.577000', '140700.580000', '140700.582000', '140700.585000', '140700.588000', '140700.590000', '140720.480000', '140720.483000', '140720.486000', '140720.488000', '140720.491000', '140720.494000', '140720.496000', '140720.499000', '140720.502000', '140720.504000', '140720.507000', '140720.510000', '140720.513000', '140720.515000', '140720.518000', '140720.520000', '140720.523000', '140720.526000', '140720.528000', '140720.531000', '140720.534000', '140720.536000', '140720.539000', '140720.541000', '140720.544000', '140720.547000', '140720.549000', '140720.552000', '140720.555000', '140720.558000', '140720.560000', '140720.563000', '140720.566000', '140720.568000', '140720.571000', '140720.574000', '140720.576000', '140720.579000', '140720.581000', '140720.584000', '140720.587000', '140720.589000', '140720.592000', '140720.594000', '140740.481000', '140740.483000', '140740.486000', '140740.489000', '140740.492000', '140740.494000', '140740.497000', '140740.500000', '140740.502000', '140740.505000', '140740.507000', '140740.510000', '140740.513000', '140740.515000', '140740.518000', '140740.521000', '140740.523000', '140740.526000', '140740.529000', '140740.531000', '140740.534000', '140740.537000', '140740.539000', '140740.542000', '140740.544000', '140740.547000', '140740.550000', '140740.552000', '140740.555000', '140740.558000', '140740.560000', '140740.563000', '140740.566000', '140740.568000', '140740.571000', '140740.573000', '140740.576000', '140740.579000', '140740.581000', '140740.584000', '140740.587000', '140740.589000', '140740.592000', '140800.482000', '140800.485000', '140800.487000', '140800.490000', '140800.493000', '140800.495000', '140800.498000', '140800.501000', '140800.503000', '140800.506000', '140800.508000', '140800.511000', '140800.514000', '140800.516000', '140800.519000', '140800.522000', '140800.525000', '140800.528000', '140800.531000', '140800.533000', '140800.536000', '140800.539000', '140800.551000', '140800.554000', '140800.557000', '140800.559000', '140800.562000', '140800.564000', '140800.567000', '140800.570000', '140800.572000', '140800.575000', '140800.577000', '140800.580000', '140800.583000', '140800.585000', '140800.588000', '140800.591000', '140800.593000', '140800.596000', '140800.598000', '140800.601000', '140800.610000', '140820.482000', '140820.484000', '140820.487000', '140820.490000', '140820.492000', '140820.495000', '140820.498000', '140820.500000', '140820.503000', '140820.506000', '140820.508000', '140820.511000', '140820.513000', '140820.516000', '140820.519000', '140820.521000', '140820.532000', '140820.535000', '140820.537000', '140820.540000', '140820.543000', '140820.545000', '140820.548000', '140820.551000', '140820.553000', '140820.556000', '140820.559000', '140820.561000', '140820.564000', '140820.566000', '140820.569000', '140820.572000', '140820.574000', '140820.577000', '140820.580000', '140820.582000', '140820.585000', '140820.588000', '140820.590000', '140820.593000', '140820.595000', '140820.598000', '140820.601000', '140820.604000', '140840.481000', '140840.491000', '140840.493000', '140840.497000', '140840.499000', '140840.502000', '140840.505000', '140840.508000', '140840.511000', '140840.514000', '140840.517000', '140840.519000', '140840.522000', '140840.525000', '140840.527000', '140840.530000', '140840.532000', '140840.535000', '140840.538000', '140840.540000', '140840.543000', '140840.546000', '140840.549000', '140840.551000', '140840.554000', '140840.557000', '140840.559000', '140840.562000', '140840.565000', '140840.567000', '140840.570000', '140840.573000', '140840.575000', '140840.578000', '140840.580000', '140840.583000', '140840.586000', '140840.588000', '140840.591000', '140840.594000', '140840.596000', '140840.599000', '140840.602000', '140900.481000', '140900.484000', '140900.486000', '140900.489000', '140900.492000', '140900.494000', '140900.497000', '140900.500000', '140900.502000', '140900.505000', '140900.507000', '140900.510000', '140900.513000', '140900.515000', '140900.518000', '140900.520000', '140900.523000', '140900.526000', '140900.528000', '140900.531000', '140900.534000', '140900.536000', '140900.539000', '140900.541000', '140900.544000', '140900.547000', '140900.549000', '140900.552000', '140900.555000', '140900.557000', '140900.560000', '140900.562000', '140900.565000', '140900.568000', '140900.570000', '140900.573000', '140900.576000', '140900.578000', '140900.581000', '140900.583000', '140900.586000', '140900.589000', '140900.591000', '140900.594000', '140920.480000', '140920.483000', '140920.486000', '140920.489000', '140920.492000', '140920.496000', '140920.499000', '140920.502000', '140920.504000', '140920.507000', '140920.510000', '140920.512000', '140920.515000', '140920.517000', '140920.520000', '140920.523000', '140920.525000', '140920.528000', '140920.530000', '140920.533000', '140920.536000', '140920.539000', '140920.541000', '140920.544000', '140920.546000', '140920.549000', '140920.552000', '140920.554000', '140920.557000', '140920.560000', '140920.562000', '140920.565000', '140920.567000', '140920.570000', '140920.578000', '140920.580000', '140920.583000', '140920.585000', '140920.588000', '140920.590000', '140920.593000', '140920.596000', '140920.598000', '140940.480000', '140940.483000', '140940.486000', '140940.489000', '140940.491000', '140940.494000', '140940.497000', '140940.499000', '140940.502000', '140940.513000', '140940.515000', '140940.518000', '140940.521000', '140940.523000', '140940.526000', '140940.528000', '140940.531000', '140940.534000', '140940.536000', '140940.539000', '140940.542000', '140940.544000', '140940.547000', '140940.549000', '140940.552000', '140940.555000', '140940.557000', '140940.560000', '140940.563000', '140940.565000', '140940.568000', '140940.570000', '140940.573000', '140940.576000', '140940.578000', '140940.581000', '140940.584000', '140940.586000', '140940.589000', '140940.591000', '140940.603000', '140940.606000', '140940.608000', '140940.611000', '141000.481000', '141000.483000', '141000.486000', '141000.489000', '141000.491000', '141000.494000', '141000.497000', '141000.500000', '141000.502000', '141000.505000', '141000.509000', '141000.512000', '141000.514000', '141000.517000', '141000.520000', '141000.522000', '141000.525000', '141000.528000', '141000.530000', '141000.533000', '141000.537000', '141000.539000', '141000.542000', '141000.545000', '141000.548000', '141000.551000', '141000.553000', '141000.556000', '141000.559000', '141000.561000', '141000.564000', '141000.566000', '141000.569000', '141000.572000', '141000.574000', '141000.577000', '141000.579000', '141000.582000', '141000.585000', '141000.587000', '141000.590000', '141000.593000', '141000.595000', '141020.482000', '141020.484000', '141020.487000', '141020.490000', '141020.492000', '141020.495000', '141020.498000', '141020.500000', '141020.503000', '141020.505000', '141020.508000', '141020.511000', '141020.513000', '141020.516000', '141020.518000', '141020.521000', '141020.524000', '141020.526000', '141020.529000', '141020.532000', '141020.534000', '141020.537000', '141020.539000', '141020.542000', '141020.544000', '141020.547000', '141020.550000', '141020.552000', '141020.555000', '141020.558000', '141020.560000', '141020.563000', '141020.566000', '141020.568000', '141020.571000', '141020.574000', '141020.576000', '141020.579000', '141020.581000', '141020.584000', '141020.587000', '141020.589000', '141020.592000', '141020.594000', '141040.482000', '141040.485000', '141040.487000', '141040.490000', '141040.492000', '141040.495000', '141040.498000', '141040.509000', '141040.512000', '141040.515000', '141040.517000', '141040.520000', '141040.522000', '141040.525000', '141040.528000', '141040.531000', '141040.534000', '141040.537000', '141040.540000', '141040.563000', '141040.565000', '141040.568000', '141040.571000', '141040.573000', '141040.576000', '141040.578000', '141040.581000', '141040.584000', '141040.586000', '141040.589000', '141040.592000', '141040.594000', '141040.597000', '141040.600000', '141040.602000', '141040.605000', '141040.608000', '141040.610000', '141040.613000', '141040.616000', '141040.619000', '141040.621000', '141040.624000', '141100.481000', '141100.483000', '141100.486000', '141100.489000', '141100.491000', '141100.494000', '141100.497000', '141100.499000', '141100.502000', '141100.504000', '141100.507000', '141100.510000', '141100.512000', '141100.515000', '141100.518000', '141100.533000', '141100.536000', '141100.539000', '141100.541000', '141100.544000', '141100.547000', '141100.549000', '141100.552000', '141100.555000', '141100.557000', '141100.560000', '141100.563000', '141100.565000', '141100.568000', '141100.570000', '141100.573000', '141100.576000', '141100.578000', '141100.581000', '141100.584000', '141100.586000', '141100.589000', '141100.599000', '141100.602000', '141100.604000', '141100.607000', '141100.610000', '141100.612000', '141100.615000', '141120.481000', '141120.483000', '141120.486000', '141120.489000', '141120.492000', '141120.494000', '141120.497000', '141120.499000', '141120.502000', '141120.506000', '141120.509000', '141120.512000', '141120.515000', '141120.517000', '141120.520000', '141120.523000', '141120.525000', '141120.528000', '141120.530000', '141120.533000', '141120.536000', '141120.538000', '141120.541000', '141120.544000', '141120.547000', '141120.550000', '141120.554000', '141120.557000', '141120.560000', '141120.562000', '141120.565000', '141120.567000', '141120.570000', '141120.573000', '141120.576000', '141120.579000', '141120.581000', '141120.584000', '141120.587000', '141120.589000', '141120.592000', '141120.594000', '141120.597000', '141140.480000', '141140.484000', '141140.486000', '141140.489000', '141140.492000', '141140.494000', '141140.497000', '141140.500000', '141140.502000', '141140.505000', '141140.507000', '141140.510000', '141140.513000', '141140.516000', '141140.518000', '141140.521000', '141140.524000', '141140.526000', '141140.529000', '141140.531000', '141140.534000', '141140.537000', '141140.539000', '141140.542000', '141140.544000', '141140.547000', '141140.550000', '141140.552000', '141140.555000', '141140.558000', '141140.560000', '141140.569000', '141140.572000', '141140.574000', '141140.577000', '141140.580000', '141140.582000', '141140.585000', '141140.587000', '141140.590000', '141140.593000', '141140.595000', '141140.598000', '141140.601000', '141149.054000', '141149.057000', '141149.060000', '141149.063000', '141149.066000', '141149.069000', '141149.072000', '141149.074000', '141149.077000', '141149.080000', '141149.083000', '141149.086000', '141149.088000', '141149.091000', '141149.095000', '141149.098000', '141149.102000', '141149.106000', '141149.110000'], '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': [12130, 12392, 9347, 9238, 10549, 13183, 10555, 8800, 11574, 10239, 14863, 9606, 9669, 10904, 11632, 16972, 9896, 10263, 9991, 13663, 16235, 10367, 11169, 9603, 11293, 10417, 13350, 10419, 9504, 10313, 9661, 13894, 9979, 9474, 9787, 8833, 11747, 9585, 10184, 9784, 10274, 10066, 8831, 10164, 9510, 12500, 10087, 8802, 9818, 9254, 11101, 10378, 12639, 10168, 9085, 10112, 9346, 12457, 10224, 9599, 9966, 8853, 11448, 10119, 11864, 9564, 8649, 10325, 10160, 10690, 9414, 10952, 10007, 9359, 10183, 9782, 11297, 10811, 9001, 10265, 9041, 11444, 10323, 13033, 12528, 9277, 10481, 10102, 10856, 10351, 9215, 10265, 9265, 13248, 9773, 8646, 9739, 9862, 12979, 9491, 8995, 9532, 8940, 12635, 9095, 10610, 9504, 9841, 10958, 9055, 10442, 9773, 11943, 10617, 9257, 10028, 8784, 11449, 10460, 11311, 10109, 8835, 10289, 9245, 12117, 10224, 9056, 9833, 9124, 11464, 9668, 10013, 9326, 8782, 10728, 9307, 10952, 9396, 12067, 10325, 13969, 10063, 8710, 11537, 10085, 15111, 14334, 9236, 10765, 9570, 11524, 10238, 11937, 9851, 9096, 10305, 8959, 13862, 9056, 8998, 9724, 9317, 11415, 8602, 9360, 9891, 8734, 11162, 8392, 8930, 9307, 8922, 11355, 9870, 14547, 12475, 9615, 10919, 9340, 15928, 12389, 8841, 10431, 8990, 11103, 9044, 9070, 8946, 8886, 10161, 9939, 12455, 9128, 9256, 9753, 9475, 12549, 8710, 10150, 8938, 8797, 10463, 9897, 12582, 8470, 10153, 9999, 8914, 12246, 9541, 10766, 9273, 10638, 11425, 9975, 10772, 9328, 11752, 9488, 11996, 10083, 8733, 11306, 10208, 17136, 13473, 8573, 10183, 9704, 10966, 10160, 12681, 9658, 8888, 10490, 10056, 12184, 9181, 9109, 9637, 9153, 12955, 9417, 10780, 9231, 9671, 9819, 10564, 10064, 8856, 10642, 9242, 15683, 11055, 8891, 10018, 9041, 10563, 9960, 11172, 9449, 8744, 10395, 9668, 15147, 11111, 9825, 9960, 9120, 12252, 9140, 10063, 9367, 9341, 10099, 8788, 10816, 8992, 11800, 9708, 8693, 10124, 8716, 11955, 9099, 8866, 9427, 8956, 10004, 9234, 10712, 9113, 10327, 9767, 9400, 9655, 8721, 10266, 9806, 9998, 10423, 8826, 10327, 9059, 11786, 9379, 8972, 9644, 9391, 11769, 9509, 12011, 10479, 8497, 11193, 12967, 14093, 9582, 9246, 10036, 9550, 16626, 11663, 12286, 9588, 8992, 10309, 10109, 11720, 8781, 10097, 9614, 11070, 9649, 8550, 10077, 9275, 12144, 8926, 10587, 9787, 11509, 13110, 8877, 10896, 9255, 11066, 9497, 12689, 9834, 8764, 10356, 9744, 12754, 9131, 9869, 9467, 8590, 9803, 8743, 10632, 9068, 10970, 9583, 8736, 10593, 8849, 11893, 9635, 9277, 9622, 9668, 12176, 14441, 13854, 9797, 9051, 10616, 12491, 15133, 9268, 9726, 9781, 10491, 13159, 8818, 9573, 9502, 10937, 13077, 9436, 10456, 9274, 9089, 10353, 10415, 13712, 8852, 9536, 9412, 9382, 9547, 8967, 10705, 8994, 11621, 9871, 8784, 10371, 8990, 10842, 9868, 9190, 9952, 9304, 11532, 9521, 12466, 9386, 8747, 10039, 12703, 11944, 8578, 10276, 10076, 12865, 10149, 8918, 9915, 9376, 11068, 11475, 8892, 9963, 9044, 10710, 9635, 10831, 10273, 8907, 10690, 9243, 13338, 9917, 8591, 10690, 9040, 15464, 12581, 8289, 10534, 9508, 13624, 10499, 10347, 10634, 9070, 11045, 9643, 9873, 9639, 8827, 10051, 11936, 13311, 8825, 8473, 9829, 9931, 12784, 9326, 9354, 10217, 8755, 13014, 9694, 9916, 9503, 8894, 10167, 11840, 11061, 8813, 10954, 9773, 8882, 10762, 8801, 10999, 9577, 10259, 10593, 8869, 11022, 9125, 16361, 10154, 8618, 10815, 9911, 15346, 12377, 9019, 10309, 8964, 11297, 9560, 9965, 9189, 8998, 9696, 9374, 9564, 9598, 8528, 9962, 9787, 15987, 9851, 8835, 10921, 8936, 10886, 9884, 12534, 11025, 8600, 10747, 8939, 12284, 10345, 8824, 9942, 10245, 13218, 9573, 8587, 10141, 9768, 11684, 8925, 9970, 9311, 12174, 10708, 8851, 11027, 9076, 13594, 9714, 8793, 10264, 9224, 11795, 9955, 9035, 10490, 8896, 10562, 9946, 11016, 10499, 8624, 10697, 8927, 9634, 10007, 8407, 10802, 9084, 12759, 9629, 10243, 10851, 9461, 12287, 13889, 15780, 10515, 8990, 10857, 9719, 17934, 14163, 9960, 10598, 8883, 10690, 9302, 11465, 10065, 8442, 10051, 9787, 11144, 8980, 9688, 9581, 10301, 10394, 8312, 11228, 9037, 14929, 10238, 8388, 10644, 9830, 14792, 9651, 8950, 10062, 8696, 10751, 12268, 14675, 9608, 8726, 10364, 9866, 14481, 11422, 9048, 10137, 9026, 10266, 9260, 9683, 9673, 9049, 10301, 9301, 11268, 9981, 8499, 9961, 11885, 16852, 9572, 10089, 10407, 9005, 11907, 13492, 14407, 9823, 9065, 10087, 10444, 13286, 8685, 11034, 9094, 10168, 9723, 8849, 10961, 8744, 10937, 9752, 8822, 10487, 8630, 10924, 9699, 13293, 10142, 8368, 10610, 9692, 12719, 13736, 13282, 10014, 8913, 9850, 11174, 13123, 9272, 9904, 9238, 11878, 10965, 8645, 10969, 9093, 10752, 9908, 11234, 10476, 8290, 10835, 9548, 12208, 10048, 8569, 9724, 10913, 11338, 9509, 9236, 10226, 11733, 14060, 8825, 8169, 9744, 9021, 12659, 9596, 9339, 9591, 8435, 9736, 10312, 12120, 9598, 9435, 9831, 9998, 13025, 9556, 9153, 10281, 9776, 14333, 9578, 10952, 10061, 10046, 12900, 9513, 11572, 9462, 10515, 9844, 15092, 11523, 9044, 11111, 9423, 12140, 11817, 10534, 10629, 9024, 11104, 9755, 12885, 10242, 8896, 10392, 9871, 14808, 11086, 8856, 10157, 8561, 10392, 10768, 15417, 9946, 8622, 10239, 9950, 13522, 9764, 9676, 9753, 10766, 14020, 8580, 8664, 9822, 8533, 10027, 9659, 10488, 9798, 8848, 9750, 11532, 12430, 9080, 9974, 9640, 11655, 10431, 8846, 11365, 9500, 14337, 10561, 8814, 11242, 8853, 11311, 9585, 8841, 10416, 8510, 10733, 9069, 11055, 9874, 9341, 9797, 9965, 10451, 8743, 10316, 9686, 9779, 9791, 8595, 11158, 8915, 10916, 9848, 12102, 10228, 8698, 10707, 9238, 13721, 9622, 8637, 9939, 8344, 11021, 9023, 10560, 9897, 9619, 9588, 8373, 11109, 8958, 10857, 10063, 10800, 10801, 8577, 10708, 9876, 14237, 14270, 8542, 10879, 8952, 11179, 9786, 9336, 10333, 8724, 11109, 9347, 9742, 10101, 8706, 10439, 8986, 10465, 9926, 8511, 10175, 10225, 13821, 9484, 8896, 9828], 'WindowCenter': [4982.0, 4949.0, 4868.0, 4864.0, 4882.0, 4908.0, 4853.0, 4824.0, 4862.0, 4855.0, 4891.0, 4831.0, 4830.0, 4849.0, 4858.0, 4910.0, 4828.0, 4815.0, 4839.0, 4874.0, 4897.0, 4826.0, 4823.0, 4816.0, 4834.0, 4835.0, 4865.0, 4823.0, 4803.0, 4823.0, 4828.0, 4876.0, 4826.0, 4804.0, 4817.0, 4817.0, 4857.0, 4814.0, 4814.0, 4828.0, 4838.0, 4842.0, 4809.0, 4828.0, 4842.0, 4869.0, 4850.0, 4819.0, 4827.0, 4827.0, 4858.0, 4836.0, 4869.0, 4840.0, 4808.0, 4826.0, 4831.0, 4865.0, 4851.0, 4827.0, 4814.0, 4809.0, 4858.0, 4838.0, 4846.0, 4815.0, 4819.0, 4837.0, 4841.0, 4825.0, 4831.0, 4849.0, 4839.0, 4819.0, 4826.0, 4853.0, 4860.0, 4859.0, 4819.0, 4827.0, 4819.0, 4856.0, 4837.0, 4879.0, 4868.0, 4817.0, 4823.0, 4839.0, 4837.0, 4839.0, 4819.0, 4827.0, 4831.0, 4879.0, 4841.0, 4808.0, 4827.0, 4841.0, 4878.0, 4834.0, 4808.0, 4819.0, 4817.0, 4867.0, 4820.0, 4825.0, 4830.0, 4836.0, 4849.0, 4805.0, 4826.0, 4842.0, 4853.0, 4850.0, 4828.0, 4828.0, 4794.0, 4859.0, 4847.0, 4846.0, 4840.0, 4819.0, 4826.0, 4830.0, 4867.0, 4839.0, 4819.0, 4829.0, 4829.0, 4856.0, 4842.0, 4827.0, 4829.0, 4821.0, 4850.0, 4820.0, 4837.0, 4820.0, 4868.0, 4836.0, 4877.0, 4826.0, 4793.0, 4846.0, 4839.0, 4886.0, 4890.0, 4820.0, 4835.0, 4827.0, 4846.0, 4835.0, 4857.0, 4828.0, 4804.0, 4835.0, 4819.0, 4866.0, 4810.0, 4806.0, 4828.0, 4831.0, 4848.0, 4811.0, 4817.0, 4840.0, 4820.0, 4847.0, 4807.0, 4818.0, 4827.0, 4820.0, 4861.0, 4841.0, 4890.0, 4866.0, 4817.0, 4825.0, 4831.0, 4895.0, 4870.0, 4808.0, 4824.0, 4805.0, 4843.0, 4820.0, 4806.0, 4793.0, 4817.0, 4837.0, 4836.0, 4859.0, 4820.0, 4805.0, 4829.0, 4830.0, 4870.0, 4823.0, 4828.0, 4806.0, 4809.0, 4839.0, 4841.0, 4858.0, 4797.0, 4824.0, 4840.0, 4816.0, 4858.0, 4817.0, 4826.0, 4818.0, 4834.0, 4850.0, 4818.0, 4823.0, 4804.0, 4844.0, 4830.0, 4833.0, 4813.0, 4807.0, 4847.0, 4827.0, 4894.0, 4865.0, 4790.0, 4812.0, 4814.0, 4835.0, 4838.0, 4856.0, 4817.0, 4796.0, 4837.0, 4825.0, 4846.0, 4806.0, 4793.0, 4830.0, 4817.0, 4858.0, 4817.0, 4823.0, 4805.0, 4817.0, 4827.0, 4838.0, 4816.0, 4795.0, 4824.0, 4817.0, 4886.0, 4849.0, 4794.0, 4813.0, 4817.0, 4835.0, 4828.0, 4836.0, 4818.0, 4798.0, 4838.0, 4828.0, 4887.0, 4848.0, 4817.0, 4813.0, 4817.0, 4856.0, 4819.0, 4814.0, 4816.0, 4817.0, 4838.0, 4805.0, 4823.0, 4806.0, 4858.0, 4831.0, 4796.0, 4825.0, 4809.0, 4857.0, 4822.0, 4808.0, 4817.0, 4818.0, 4828.0, 4819.0, 4825.0, 4808.0, 4835.0, 4837.0, 4829.0, 4829.0, 4810.0, 4826.0, 4840.0, 4839.0, 4851.0, 4821.0, 4828.0, 4821.0, 4857.0, 4832.0, 4808.0, 4817.0, 4831.0, 4857.0, 4842.0, 4860.0, 4838.0, 4808.0, 4849.0, 4878.0, 4877.0, 4818.0, 4804.0, 4836.0, 4828.0, 4896.0, 4859.0, 4844.0, 4812.0, 4815.0, 4824.0, 4836.0, 4847.0, 4797.0, 4824.0, 4828.0, 4847.0, 4819.0, 4795.0, 4824.0, 4813.0, 4859.0, 4807.0, 4823.0, 4838.0, 4846.0, 4868.0, 4804.0, 4822.0, 4816.0, 4845.0, 4815.0, 4857.0, 4814.0, 4792.0, 4823.0, 4814.0, 4867.0, 4819.0, 4811.0, 4817.0, 4806.0, 4831.0, 4796.0, 4824.0, 4819.0, 4847.0, 4839.0, 4809.0, 4835.0, 4830.0, 4860.0, 4841.0, 4818.0, 4817.0, 4830.0, 4856.0, 4890.0, 4866.0, 4816.0, 4804.0, 4836.0, 4857.0, 4875.0, 4804.0, 4812.0, 4823.0, 4836.0, 4866.0, 4805.0, 4813.0, 4828.0, 4835.0, 4864.0, 4817.0, 4824.0, 4804.0, 4816.0, 4826.0, 4836.0, 4865.0, 4807.0, 4802.0, 4817.0, 4817.0, 4826.0, 4806.0, 4824.0, 4820.0, 4857.0, 4829.0, 4807.0, 4824.0, 4829.0, 4845.0, 4842.0, 4818.0, 4824.0, 4830.0, 4846.0, 4841.0, 4857.0, 4806.0, 4808.0, 4829.0, 4868.0, 4845.0, 4795.0, 4826.0, 4823.0, 4867.0, 4828.0, 4807.0, 4823.0, 4827.0, 4846.0, 4859.0, 4819.0, 4815.0, 4807.0, 4837.0, 4828.0, 4838.0, 4827.0, 4805.0, 4836.0, 4820.0, 4866.0, 4816.0, 4807.0, 4838.0, 4817.0, 4886.0, 4857.0, 4796.0, 4824.0, 4828.0, 4865.0, 4850.0, 4828.0, 4825.0, 4807.0, 4836.0, 4829.0, 4813.0, 4814.0, 4814.0, 4826.0, 4857.0, 4864.0, 4803.0, 4796.0, 4826.0, 4825.0, 4866.0, 4820.0, 4803.0, 4826.0, 4808.0, 4865.0, 4829.0, 4815.0, 4815.0, 4805.0, 4826.0, 4858.0, 4832.0, 4806.0, 4836.0, 4827.0, 4807.0, 4824.0, 4807.0, 4835.0, 4827.0, 4823.0, 4825.0, 4818.0, 4847.0, 4816.0, 4896.0, 4827.0, 4794.0, 4834.0, 4825.0, 4885.0, 4858.0, 4794.0, 4812.0, 4806.0, 4832.0, 4828.0, 4813.0, 4803.0, 4805.0, 4814.0, 4821.0, 4816.0, 4815.0, 4804.0, 4840.0, 4827.0, 4898.0, 4842.0, 4807.0, 4824.0, 4820.0, 4846.0, 4830.0, 4855.0, 4826.0, 4796.0, 4835.0, 4818.0, 4844.0, 4815.0, 4816.0, 4826.0, 4839.0, 4853.0, 4815.0, 4796.0, 4827.0, 4826.0, 4845.0, 4806.0, 4824.0, 4817.0, 4856.0, 4837.0, 4806.0, 4835.0, 4816.0, 4877.0, 4830.0, 4796.0, 4838.0, 4831.0, 4868.0, 4853.0, 4820.0, 4836.0, 4808.0, 4848.0, 4838.0, 4849.0, 4850.0, 4810.0, 4839.0, 4820.0, 4828.0, 4841.0, 4809.0, 4838.0, 4820.0, 4880.0, 4842.0, 4829.0, 4826.0, 4830.0, 4857.0, 4877.0, 4884.0, 4823.0, 4805.0, 4836.0, 4813.0, 4893.0, 4878.0, 4813.0, 4823.0, 4791.0, 4825.0, 4816.0, 4834.0, 4815.0, 4797.0, 4826.0, 4829.0, 4838.0, 4806.0, 4814.0, 4827.0, 4827.0, 4827.0, 4797.0, 4834.0, 4818.0, 4886.0, 4829.0, 4786.0, 4824.0, 4826.0, 4874.0, 4819.0, 4793.0, 4813.0, 4806.0, 4834.0, 4868.0, 4876.0, 4816.0, 4796.0, 4836.0, 4827.0, 4875.0, 4858.0, 4806.0, 4814.0, 4817.0, 4824.0, 4829.0, 4816.0, 4816.0, 4806.0, 4834.0, 4818.0, 4836.0, 4814.0, 4808.0, 4828.0, 4845.0, 4908.0, 4816.0, 4816.0, 4823.0, 4817.0, 4845.0, 4880.0, 4878.0, 4817.0, 4792.0, 4827.0, 4825.0, 4864.0, 4796.0, 4811.0, 4806.0, 4827.0, 4827.0, 4807.0, 4822.0, 4819.0, 4847.0, 4828.0, 4808.0, 4825.0, 4798.0, 4845.0, 4828.0, 4878.0, 4826.0, 4784.0, 4826.0, 4829.0, 4854.0, 4879.0, 4852.0, 4804.0, 4790.0, 4824.0, 4833.0, 4850.0, 4805.0, 4800.0, 4803.0, 4842.0, 4835.0, 4791.0, 4812.0, 4804.0, 4834.0, 4824.0, 4836.0, 4824.0, 4784.0, 4835.0, 4817.0, 4844.0, 4814.0, 4795.0, 4813.0, 4838.0, 4834.0, 4813.0, 4815.0, 4836.0, 4855.0, 4875.0, 4807.0, 4781.0, 4829.0, 4816.0, 4855.0, 4828.0, 4806.0, 4816.0, 4795.0, 4827.0, 4835.0, 4859.0, 4817.0, 4805.0, 4828.0, 4829.0, 4869.0, 4819.0, 4806.0, 4840.0, 4829.0, 4890.0, 4819.0, 4825.0, 4827.0, 4827.0, 4867.0, 4816.0, 4833.0, 4814.0, 4826.0, 4826.0, 4888.0, 4831.0, 4794.0, 4821.0, 4817.0, 4843.0, 4854.0, 4824.0, 4813.0, 4794.0, 4833.0, 4813.0, 4857.0, 4814.0, 4795.0, 4812.0, 4824.0, 4875.0, 4837.0, 4791.0, 4812.0, 4793.0, 4824.0, 4837.0, 4873.0, 4815.0, 4796.0, 4825.0, 4826.0, 4857.0, 4817.0, 4813.0, 4827.0, 4835.0, 4876.0, 4795.0, 4791.0, 4827.0, 4807.0, 4825.0, 4830.0, 4826.0, 4816.0, 4818.0, 4817.0, 4860.0, 4859.0, 4796.0, 4814.0, 4816.0, 4844.0, 4817.0, 4797.0, 4848.0, 4826.0, 4877.0, 4838.0, 4795.0, 4832.0, 4816.0, 4833.0, 4830.0, 4796.0, 4812.0, 4807.0, 4834.0, 4809.0, 4822.0, 4815.0, 4814.0, 4825.0, 4828.0, 4824.0, 4797.0, 4813.0, 4828.0, 4825.0, 4830.0, 4807.0, 4825.0, 4806.0, 4838.0, 4826.0, 4845.0, 4813.0, 4780.0, 4825.0, 4815.0, 4866.0, 4820.0, 4793.0, 4813.0, 4797.0, 4837.0, 4820.0, 4826.0, 4816.0, 4814.0, 4817.0, 4796.0, 4822.0, 4820.0, 4836.0, 4824.0, 4849.0, 4826.0, 4796.0, 4835.0, 4824.0, 4864.0, 4886.0, 4797.0, 4823.0, 4806.0, 4834.0, 4826.0, 4805.0, 4811.0, 4793.0, 4846.0, 4818.0, 4817.0, 4827.0, 4808.0, 4837.0, 4818.0, 4827.0, 4818.0, 4808.0, 4838.0, 4840.0, 4867.0, 4820.0, 4795.0, 4827.0], 'WindowWidth': [10861.0, 10783.0, 10649.0, 10635.0, 10653.0, 10680.0, 10592.0, 10548.0, 10603.0, 10593.0, 10635.0, 10551.0, 10549.0, 10581.0, 10590.0, 10664.0, 10544.0, 10518.0, 10563.0, 10606.0, 10642.0, 10535.0, 10526.0, 10522.0, 10550.0, 10551.0, 10593.0, 10531.0, 10499.0, 10532.0, 10545.0, 10609.0, 10537.0, 10501.0, 10524.0, 10529.0, 10582.0, 10522.0, 10517.0, 10546.0, 10560.0, 10568.0, 10516.0, 10541.0, 10573.0, 10607.0, 10582.0, 10532.0, 10540.0, 10544.0, 10590.0, 10558.0, 10605.0, 10564.0, 10514.0, 10538.0, 10553.0, 10596.0, 10583.0, 10540.0, 10521.0, 10517.0, 10588.0, 10561.0, 10565.0, 10521.0, 10535.0, 10559.0, 10564.0, 10533.0, 10553.0, 10577.0, 10563.0, 10530.0, 10538.0, 10589.0, 10596.0, 10594.0, 10535.0, 10540.0, 10530.0, 10583.0, 10559.0, 10618.0, 10601.0, 10526.0, 10529.0, 10561.0, 10556.0, 10563.0, 10530.0, 10540.0, 10556.0, 10617.0, 10568.0, 10515.0, 10544.0, 10569.0, 10618.0, 10557.0, 10514.0, 10531.0, 10530.0, 10599.0, 10534.0, 10533.0, 10552.0, 10557.0, 10575.0, 10508.0, 10537.0, 10572.0, 10582.0, 10579.0, 10545.0, 10540.0, 10491.0, 10589.0, 10572.0, 10570.0, 10568.0, 10531.0, 10535.0, 10552.0, 10600.0, 10566.0, 10533.0, 10544.0, 10548.0, 10585.0, 10572.0, 10541.0, 10548.0, 10541.0, 10580.0, 10536.0, 10554.0, 10536.0, 10603.0, 10558.0, 10610.0, 10537.0, 10489.0, 10568.0, 10562.0, 10624.0, 10636.0, 10535.0, 10546.0, 10541.0, 10570.0, 10554.0, 10584.0, 10540.0, 10503.0, 10554.0, 10534.0, 10594.0, 10520.0, 10511.0, 10548.0, 10553.0, 10571.0, 10523.0, 10528.0, 10569.0, 10539.0, 10568.0, 10514.0, 10529.0, 10546.0, 10534.0, 10596.0, 10571.0, 10635.0, 10596.0, 10523.0, 10532.0, 10550.0, 10636.0, 10603.0, 10510.0, 10527.0, 10510.0, 10561.0, 10533.0, 10506.0, 10486.0, 10529.0, 10559.0, 10555.0, 10586.0, 10531.0, 10505.0, 10548.0, 10548.0, 10605.0, 10541.0, 10538.0, 10509.0, 10517.0, 10561.0, 10566.0, 10581.0, 10498.0, 10530.0, 10563.0, 10529.0, 10588.0, 10523.0, 10532.0, 10531.0, 10552.0, 10576.0, 10526.0, 10528.0, 10504.0, 10562.0, 10547.0, 10540.0, 10511.0, 10512.0, 10571.0, 10539.0, 10633.0, 10590.0, 10479.0, 10510.0, 10519.0, 10551.0, 10558.0, 10577.0, 10523.0, 10492.0, 10555.0, 10537.0, 10567.0, 10507.0, 10485.0, 10547.0, 10529.0, 10585.0, 10527.0, 10526.0, 10504.0, 10527.0, 10541.0, 10557.0, 10520.0, 10489.0, 10531.0, 10529.0, 10624.0, 10570.0, 10487.0, 10510.0, 10529.0, 10553.0, 10545.0, 10549.0, 10525.0, 10497.0, 10559.0, 10545.0, 10627.0, 10570.0, 10520.0, 10514.0, 10528.0, 10579.0, 10530.0, 10515.0, 10524.0, 10527.0, 10558.0, 10507.0, 10527.0, 10512.0, 10585.0, 10552.0, 10495.0, 10532.0, 10520.0, 10582.0, 10541.0, 10514.0, 10526.0, 10530.0, 10545.0, 10533.0, 10532.0, 10515.0, 10555.0, 10557.0, 10550.0, 10547.0, 10520.0, 10537.0, 10566.0, 10563.0, 10582.0, 10536.0, 10540.0, 10539.0, 10586.0, 10557.0, 10513.0, 10523.0, 10553.0, 10584.0, 10572.0, 10587.0, 10553.0, 10516.0, 10576.0, 10613.0, 10611.0, 10529.0, 10504.0, 10556.0, 10545.0, 10637.0, 10592.0, 10558.0, 10512.0, 10525.0, 10537.0, 10552.0, 10567.0, 10497.0, 10533.0, 10545.0, 10570.0, 10531.0, 10491.0, 10533.0, 10519.0, 10585.0, 10511.0, 10530.0, 10561.0, 10567.0, 10599.0, 10506.0, 10523.0, 10525.0, 10564.0, 10524.0, 10580.0, 10519.0, 10485.0, 10534.0, 10524.0, 10596.0, 10530.0, 10509.0, 10528.0, 10512.0, 10550.0, 10495.0, 10534.0, 10537.0, 10572.0, 10564.0, 10518.0, 10549.0, 10554.0, 10593.0, 10567.0, 10529.0, 10526.0, 10553.0, 10585.0, 10635.0, 10590.0, 10520.0, 10507.0, 10553.0, 10583.0, 10604.0, 10503.0, 10513.0, 10534.0, 10553.0, 10591.0, 10505.0, 10515.0, 10547.0, 10552.0, 10592.0, 10528.0, 10529.0, 10503.0, 10526.0, 10540.0, 10556.0, 10589.0, 10508.0, 10498.0, 10530.0, 10530.0, 10538.0, 10508.0, 10530.0, 10538.0, 10584.0, 10547.0, 10510.0, 10531.0, 10550.0, 10567.0, 10569.0, 10529.0, 10532.0, 10552.0, 10571.0, 10567.0, 10579.0, 10510.0, 10519.0, 10547.0, 10601.0, 10560.0, 10491.0, 10541.0, 10536.0, 10598.0, 10542.0, 10510.0, 10532.0, 10547.0, 10567.0, 10590.0, 10530.0, 10520.0, 10512.0, 10557.0, 10547.0, 10556.0, 10538.0, 10505.0, 10553.0, 10536.0, 10591.0, 10520.0, 10511.0, 10561.0, 10530.0, 10625.0, 10582.0, 10493.0, 10530.0, 10545.0, 10592.0, 10578.0, 10541.0, 10533.0, 10513.0, 10552.0, 10547.0, 10514.0, 10515.0, 10523.0, 10540.0, 10584.0, 10585.0, 10500.0, 10495.0, 10541.0, 10537.0, 10598.0, 10533.0, 10500.0, 10537.0, 10518.0, 10592.0, 10548.0, 10519.0, 10518.0, 10511.0, 10539.0, 10584.0, 10540.0, 10506.0, 10552.0, 10541.0, 10510.0, 10529.0, 10511.0, 10551.0, 10544.0, 10529.0, 10530.0, 10530.0, 10572.0, 10529.0, 10636.0, 10540.0, 10488.0, 10547.0, 10538.0, 10622.0, 10583.0, 10488.0, 10512.0, 10511.0, 10545.0, 10542.0, 10512.0, 10498.0, 10508.0, 10520.0, 10537.0, 10522.0, 10519.0, 10508.0, 10565.0, 10542.0, 10643.0, 10566.0, 10510.0, 10526.0, 10536.0, 10569.0, 10549.0, 10575.0, 10534.0, 10494.0, 10552.0, 10530.0, 10557.0, 10517.0, 10526.0, 10539.0, 10560.0, 10571.0, 10520.0, 10495.0, 10541.0, 10541.0, 10561.0, 10506.0, 10534.0, 10530.0, 10581.0, 10552.0, 10509.0, 10548.0, 10527.0, 10613.0, 10545.0, 10492.0, 10556.0, 10555.0, 10602.0, 10588.0, 10536.0, 10548.0, 10512.0, 10574.0, 10562.0, 10577.0, 10578.0, 10522.0, 10555.0, 10538.0, 10547.0, 10569.0, 10519.0, 10554.0, 10537.0, 10621.0, 10573.0, 10544.0, 10533.0, 10551.0, 10588.0, 10611.0, 10619.0, 10530.0, 10504.0, 10553.0, 10521.0, 10632.0, 10610.0, 10511.0, 10524.0, 10483.0, 10532.0, 10525.0, 10544.0, 10516.0, 10501.0, 10540.0, 10545.0, 10552.0, 10506.0, 10515.0, 10541.0, 10541.0, 10539.0, 10497.0, 10545.0, 10531.0, 10621.0, 10545.0, 10476.0, 10532.0, 10539.0, 10604.0, 10530.0, 10485.0, 10512.0, 10513.0, 10549.0, 10599.0, 10607.0, 10522.0, 10492.0, 10552.0, 10542.0, 10606.0, 10583.0, 10508.0, 10516.0, 10527.0, 10536.0, 10548.0, 10522.0, 10520.0, 10511.0, 10551.0, 10532.0, 10547.0, 10513.0, 10518.0, 10545.0, 10563.0, 10657.0, 10524.0, 10517.0, 10530.0, 10528.0, 10564.0, 10616.0, 10609.0, 10523.0, 10485.0, 10540.0, 10535.0, 10589.0, 10492.0, 10504.0, 10510.0, 10539.0, 10541.0, 10508.0, 10525.0, 10534.0, 10570.0, 10546.0, 10513.0, 10531.0, 10497.0, 10566.0, 10543.0, 10613.0, 10536.0, 10474.0, 10532.0, 10545.0, 10577.0, 10611.0, 10563.0, 10500.0, 10480.0, 10533.0, 10543.0, 10561.0, 10499.0, 10489.0, 10503.0, 10555.0, 10550.0, 10481.0, 10507.0, 10503.0, 10547.0, 10533.0, 10548.0, 10528.0, 10472.0, 10548.0, 10525.0, 10557.0, 10514.0, 10492.0, 10518.0, 10556.0, 10543.0, 10515.0, 10523.0, 10552.0, 10578.0, 10603.0, 10510.0, 10469.0, 10545.0, 10526.0, 10577.0, 10544.0, 10506.0, 10518.0, 10494.0, 10540.0, 10551.0, 10585.0, 10523.0, 10503.0, 10542.0, 10546.0, 10600.0, 10529.0, 10506.0, 10563.0, 10546.0, 10633.0, 10531.0, 10530.0, 10541.0, 10541.0, 10596.0, 10521.0, 10537.0, 10514.0, 10537.0, 10538.0, 10621.0, 10535.0, 10484.0, 10520.0, 10528.0, 10559.0, 10577.0, 10529.0, 10510.0, 10485.0, 10542.0, 10518.0, 10579.0, 10518.0, 10486.0, 10511.0, 10534.0, 10602.0, 10549.0, 10478.0, 10505.0, 10488.0, 10533.0, 10551.0, 10597.0, 10517.0, 10490.0, 10534.0, 10537.0, 10578.0, 10523.0, 10513.0, 10540.0, 10549.0, 10608.0, 10490.0, 10480.0, 10537.0, 10516.0, 10538.0, 10548.0, 10534.0, 10519.0, 10530.0, 10526.0, 10587.0, 10582.0, 10490.0, 10517.0, 10522.0, 10562.0, 10519.0, 10491.0, 10568.0, 10539.0, 10609.0, 10556.0, 10490.0, 10536.0, 10526.0, 10546.0, 10546.0, 10491.0, 10509.0, 10512.0, 10548.0, 10515.0, 10522.0, 10516.0, 10520.0, 10536.0, 10542.0, 10529.0, 10492.0, 10513.0, 10545.0, 10538.0, 10549.0, 10511.0, 10527.0, 10506.0, 10557.0, 10537.0, 10563.0, 10513.0, 10463.0, 10533.0, 10522.0, 10591.0, 10531.0, 10484.0, 10515.0, 10499.0, 10553.0, 10533.0, 10531.0, 10520.0, 10519.0, 10527.0, 10495.0, 10523.0, 10535.0, 10552.0, 10534.0, 10570.0, 10533.0, 10490.0, 10550.0, 10537.0, 10587.0, 10623.0, 10497.0, 10526.0, 10505.0, 10546.0, 10537.0, 10505.0, 10508.0, 10488.0, 10564.0, 10530.0, 10522.0, 10535.0, 10513.0, 10554.0, 10532.0, 10537.0, 10523.0, 10517.0, 10560.0, 10560.0, 10595.0, 10529.0, 10491.0, 10542.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.00018797235023041477</td></tr>
<tr><td colspan=3>aqi</td><td>0.027043330645161293</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.88959544095729</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.184458103171858</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9748271480622837</td></tr>
<tr><td colspan=3>efc</td><td>0.5336</td></tr>
<tr><td colspan=3>fber</td><td>2877.6624</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.32393892058311524</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>648</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>74.65437788018433</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.334541446268427</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.245320219194667</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.460667123151306</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2976369964593077</td></tr>
<tr><td colspan=3>gcor</td><td>0.00798389</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007984963245689869</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04836029186844826</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.419204589638714</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>23.0067</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.694</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>286.085</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286792.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1287.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>514.4629</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9864</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>620.5834</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4012.6273</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89752.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.7636</td></tr>
<tr><td colspan=3>tsnr</td><td>34.797177410684526</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>