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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0087_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-04_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-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-04_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-0087/ses-03/func/sub-0087_ses-03_task-social_acq-mb8_run-04_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>7ced36f4bfa96120dfa0b75e8a31a3a5</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>12:42:7.137500</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.999511, -0.0102699, 0.0295187, 0.00593134, 0.989637, 0.14347]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.122656</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7773, -7219, 515, -17, -44, 50, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cdf087da-f63f-4d03-8d0d-81476cf8c3be||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.6816163063049316, 0.0159133393317461, 0.08285287767648697, 110.96694946289062], [0.027553437277674675, 2.655123472213745, 0.3867069184780121, -102.455810546875], [0.07919660210609436, -0.3849194049835205, 2.6708786487579346, -31.893966674804688], [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': ['124207.137500', '124207.597500', '124208.057500', '124208.517500', '124208.977500', '124209.437500', '124209.897500', '124210.357500', '124210.817500', '124211.277500', '124211.737500', '124212.197500', '124212.657500', '124213.117500', '124213.577500', '124214.037500', '124214.497500', '124214.957500', '124215.417500', '124215.877500', '124216.337500', '124216.797500', '124217.257500', '124217.717500', '124218.177500', '124218.637500', '124219.097500', '124219.557500', '124220.017500', '124220.477500', '124220.937500', '124221.397500', '124221.857500', '124222.317500', '124222.777500', '124223.237500', '124223.697500', '124224.157500', '124224.617500', '124225.077500', '124225.537500', '124225.997500', '124226.457500', '124226.917500', '124227.377500', '124227.837500', '124228.297500', '124228.757500', '124229.217500', '124229.677500', '124230.137500', '124230.597500', '124231.057500', '124231.517500', '124231.977500', '124232.437500', '124232.897500', '124233.357500', '124233.817500', '124234.277500', '124234.737500', '124235.197500', '124235.657500', '124236.117500', '124236.577500', '124237.037500', '124237.497500', '124237.957500', '124238.417500', '124238.877500', '124239.337500', '124239.797500', '124240.257500', '124240.717500', '124241.177500', '124241.637500', '124242.097500', '124242.557500', '124243.017500', '124243.477500', '124243.937500', '124244.397500', '124244.857500', '124245.317500', '124245.777500', '124246.237500', '124246.697500', '124247.157500', '124247.617500', '124248.077500', '124248.537500', '124248.997500', '124249.457500', '124249.917500', '124250.377500', '124250.837500', '124251.297500', '124251.757500', '124252.217500', '124252.677500', '124253.137500', '124253.597500', '124254.057500', '124254.517500', '124254.977500', '124255.437500', '124255.897500', '124256.357500', '124256.817500', '124257.277500', '124257.737500', '124258.197500', '124258.657500', '124259.117500', '124259.577500', '124300.037500', '124300.497500', '124300.957500', '124301.417500', '124301.877500', '124302.337500', '124302.797500', '124303.257500', '124303.717500', '124304.177500', '124304.637500', '124305.097500', '124305.557500', '124306.017500', '124306.477500', '124306.937500', '124307.397500', '124307.857500', '124308.317500', '124308.777500', '124309.237500', '124309.697500', '124310.157500', '124310.617500', '124311.077500', '124311.537500', '124311.997500', '124312.457500', '124312.917500', '124313.377500', '124313.837500', '124314.297500', '124314.757500', '124315.217500', '124315.677500', '124316.137500', '124316.597500', '124317.057500', '124317.517500', '124317.977500', '124318.437500', '124318.897500', '124319.357500', '124319.817500', '124320.277500', '124320.737500', '124321.197500', '124321.657500', '124322.117500', '124322.577500', '124323.037500', '124323.497500', '124323.957500', '124324.417500', '124324.877500', '124325.337500', '124325.797500', '124326.257500', '124326.717500', '124327.177500', '124327.637500', '124328.097500', '124328.557500', '124329.017500', '124329.477500', '124329.937500', '124330.397500', '124330.857500', '124331.317500', '124331.777500', '124332.237500', '124332.697500', '124333.157500', '124333.617500', '124334.077500', '124334.537500', '124334.997500', '124335.457500', '124335.917500', '124336.377500', '124336.837500', '124337.297500', '124337.757500', '124338.217500', '124338.677500', '124339.137500', '124339.597500', '124340.057500', '124340.517500', '124340.977500', '124341.437500', '124341.897500', '124342.357500', '124342.817500', '124343.277500', '124343.737500', '124344.197500', '124344.657500', '124345.117500', '124345.577500', '124346.037500', '124346.497500', '124346.957500', '124347.417500', '124347.877500', '124348.337500', '124348.797500', '124349.257500', '124349.717500', '124350.177500', '124350.637500', '124351.097500', '124351.557500', '124352.017500', '124352.477500', '124352.937500', '124353.397500', '124353.857500', '124354.317500', '124354.777500', '124355.237500', '124355.697500', '124356.157500', '124356.617500', '124357.077500', '124357.537500', '124357.997500', '124358.457500', '124358.917500', '124359.377500', '124359.837500', '124400.297500', '124400.757500', '124401.217500', '124401.677500', '124402.137500', '124402.597500', '124403.057500', '124403.517500', '124403.977500', '124404.437500', '124404.897500', '124405.357500', '124405.817500', '124406.277500', '124406.737500', '124407.197500', '124407.657500', '124408.117500', '124408.577500', '124409.037500', '124409.497500', '124409.957500', '124410.417500', '124410.877500', '124411.337500', '124411.797500', '124412.257500', '124412.717500', '124413.177500', '124413.637500', '124414.097500', '124414.557500', '124415.017500', '124415.477500', '124415.937500', '124416.397500', '124416.857500', '124417.317500', '124417.777500', '124418.237500', '124418.697500', '124419.157500', '124419.617500', '124420.077500', '124420.537500', '124420.997500', '124421.457500', '124421.917500', '124422.377500', '124422.837500', '124423.297500', '124423.757500', '124424.217500', '124424.677500', '124425.137500', '124425.597500', '124426.057500', '124426.517500', '124426.977500', '124427.437500', '124427.897500', '124428.357500', '124428.817500', '124429.277500', '124429.737500', '124430.197500', '124430.657500', '124431.117500', '124431.577500', '124432.037500', '124432.497500', '124432.957500', '124433.417500', '124433.877500', '124434.337500', '124434.797500', '124435.257500', '124435.717500', '124436.177500', '124436.637500', '124437.097500', '124437.557500', '124438.017500', '124438.477500', '124438.937500', '124439.397500', '124439.857500', '124440.317500', '124440.777500', '124441.237500', '124441.697500', '124442.157500', '124442.617500', '124443.077500', '124443.537500', '124443.997500', '124444.457500', '124444.917500', '124445.377500', '124445.837500', '124446.297500', '124446.757500', '124447.217500', '124447.677500', '124448.137500', '124448.597500', '124449.057500', '124449.517500', '124449.977500', '124450.437500', '124450.897500', '124451.357500', '124451.817500', '124452.277500', '124452.737500', '124453.197500', '124453.657500', '124454.117500', '124454.577500', '124455.037500', '124455.497500', '124455.957500', '124456.417500', '124456.877500', '124457.337500', '124457.797500', '124458.257500', '124458.717500', '124459.177500', '124459.637500', '124500.097500', '124500.557500', '124501.017500', '124501.477500', '124501.937500', '124502.397500', '124502.857500', '124503.317500', '124503.777500', '124504.237500', '124504.697500', '124505.157500', '124505.617500', '124506.077500', '124506.537500', '124506.997500', '124507.457500', '124507.917500', '124508.377500', '124508.837500', '124509.297500', '124509.757500', '124510.217500', '124510.677500', '124511.137500', '124511.597500', '124512.057500', '124512.517500', '124512.977500', '124513.437500', '124513.897500', '124514.357500', '124514.817500', '124515.277500', '124515.737500', '124516.197500', '124516.657500', '124517.117500', '124517.577500', '124518.037500', '124518.497500', '124518.957500', '124519.417500', '124519.877500', '124520.337500', '124520.797500', '124521.257500', '124521.717500', '124522.177500', '124522.637500', '124523.097500', '124523.557500', '124524.017500', '124524.477500', '124524.937500', '124525.397500', '124525.857500', '124526.317500', '124526.777500', '124527.237500', '124527.697500', '124528.157500', '124528.617500', '124529.077500', '124529.537500', '124529.997500', '124530.457500', '124530.917500', '124531.377500', '124531.837500', '124532.297500', '124532.757500', '124533.217500', '124533.677500', '124534.137500', '124534.597500', '124535.057500', '124535.517500', '124535.977500', '124536.437500', '124536.897500', '124537.357500', '124537.817500', '124538.277500', '124538.737500', '124539.197500', '124539.657500', '124540.117500', '124540.577500', '124541.037500', '124541.497500', '124541.957500', '124542.417500', '124542.877500', '124543.337500', '124543.797500', '124544.257500', '124544.717500', '124545.177500', '124545.637500', '124546.097500', '124546.557500', '124547.017500', '124547.477500', '124547.937500', '124548.397500', '124548.857500', '124549.317500', '124549.777500', '124550.237500', '124550.697500', '124551.157500', '124551.617500', '124552.077500', '124552.537500', '124552.997500', '124553.457500', '124553.917500', '124554.377500', '124554.837500', '124555.297500', '124555.757500', '124556.217500', '124556.677500', '124557.137500', '124557.597500', '124558.057500', '124558.517500', '124558.977500', '124559.437500', '124559.897500', '124600.357500', '124600.817500', '124601.277500', '124601.737500', '124602.197500', '124602.657500', '124603.117500', '124603.577500', '124604.037500', '124604.497500', '124604.957500', '124605.417500', '124605.877500', '124606.337500', '124606.797500', '124607.257500', '124607.717500', '124608.177500', '124608.637500', '124609.097500', '124609.557500', '124610.017500', '124610.477500', '124610.937500', '124611.397500', '124611.857500', '124612.317500', '124612.777500', '124613.237500', '124613.697500', '124614.157500', '124614.617500', '124615.077500', '124615.537500', '124615.997500', '124616.457500', '124616.917500', '124617.377500', '124617.837500', '124618.297500', '124618.757500', '124619.217500', '124619.677500', '124620.137500', '124620.597500', '124621.057500', '124621.517500', '124621.977500', '124622.437500', '124622.897500', '124623.357500', '124623.817500', '124624.277500', '124624.737500', '124625.197500', '124625.657500', '124626.117500', '124626.577500', '124627.037500', '124627.497500', '124627.957500', '124628.417500', '124628.877500', '124629.337500', '124629.797500', '124630.257500', '124630.717500', '124631.177500', '124631.637500', '124632.097500', '124632.557500', '124633.017500', '124633.477500', '124633.937500', '124634.397500', '124634.857500', '124635.317500', '124635.777500', '124636.237500', '124636.697500', '124637.157500', '124637.617500', '124638.077500', '124638.537500', '124638.997500', '124639.457500', '124639.917500', '124640.377500', '124640.837500', '124641.297500', '124641.757500', '124642.217500', '124642.677500', '124643.137500', '124643.597500', '124644.057500', '124644.517500', '124644.977500', '124645.437500', '124645.897500', '124646.357500', '124646.817500', '124647.277500', '124647.737500', '124648.197500', '124648.657500', '124649.117500', '124649.577500', '124650.037500', '124650.497500', '124650.957500', '124651.417500', '124651.877500', '124652.337500', '124652.797500', '124653.257500', '124653.717500', '124654.177500', '124654.637500', '124655.097500', '124655.557500', '124656.017500', '124656.477500', '124656.937500', '124657.397500', '124657.857500', '124658.317500', '124658.777500', '124659.237500', '124659.697500', '124700.157500', '124700.617500', '124701.077500', '124701.537500', '124701.997500', '124702.457500', '124702.917500', '124703.377500', '124703.837500', '124704.297500', '124704.757500', '124705.217500', '124705.677500', '124706.137500', '124706.597500', '124707.057500', '124707.517500', '124707.977500', '124708.437500', '124708.897500', '124709.357500', '124709.817500', '124710.277500', '124710.737500', '124711.197500', '124711.657500', '124712.117500', '124712.577500', '124713.037500', '124713.497500', '124713.957500', '124714.417500', '124714.877500', '124715.337500', '124715.797500', '124716.257500', '124716.717500', '124717.177500', '124717.637500', '124718.097500', '124718.557500', '124719.017500', '124719.477500', '124719.937500', '124720.397500', '124720.857500', '124721.317500', '124721.777500', '124722.237500', '124722.697500', '124723.157500', '124723.617500', '124724.077500', '124724.537500', '124724.997500', '124725.457500', '124725.917500', '124726.377500', '124726.837500', '124727.297500', '124727.757500', '124728.217500', '124728.677500', '124729.137500', '124729.597500', '124730.057500', '124730.517500', '124730.977500', '124731.437500', '124731.897500', '124732.357500', '124732.817500', '124733.277500', '124733.737500', '124734.197500', '124734.657500', '124735.117500', '124735.577500', '124736.037500', '124736.497500', '124736.957500', '124737.417500', '124737.877500', '124738.337500', '124738.797500', '124739.257500', '124739.717500', '124740.177500', '124740.637500', '124741.097500', '124741.557500', '124742.017500', '124742.477500', '124742.937500', '124743.397500', '124743.857500', '124744.317500', '124744.777500', '124745.237500', '124745.697500', '124746.157500', '124746.617500', '124747.077500', '124747.537500', '124747.997500', '124748.457500', '124748.917500', '124749.377500', '124749.837500', '124750.297500', '124750.757500', '124751.217500', '124751.677500', '124752.137500', '124752.597500', '124753.057500', '124753.517500', '124753.977500', '124754.437500', '124754.897500', '124755.357500', '124755.817500', '124756.277500', '124756.737500', '124757.197500', '124757.657500', '124758.117500', '124758.577500', '124759.037500', '124759.497500', '124759.957500', '124800.417500', '124800.877500', '124801.337500', '124801.797500', '124802.257500', '124802.717500', '124803.177500', '124803.637500', '124804.097500', '124804.557500', '124805.017500', '124805.477500', '124805.937500', '124806.397500', '124806.857500', '124807.317500', '124807.777500', '124808.237500', '124808.697500', '124809.157500', '124809.617500', '124810.077500', '124810.537500', '124810.997500', '124811.457500', '124811.917500', '124812.377500', '124812.837500', '124813.297500', '124813.757500', '124814.217500', '124814.677500', '124815.137500', '124815.597500', '124816.057500', '124816.517500', '124816.977500', '124817.437500', '124817.897500', '124818.357500', '124818.817500', '124819.277500', '124819.737500', '124820.197500', '124820.657500', '124821.117500', '124821.577500', '124822.037500', '124822.497500', '124822.957500', '124823.417500', '124823.877500', '124824.337500', '124824.797500', '124825.257500', '124825.717500', '124826.177500', '124826.637500', '124827.097500', '124827.557500', '124828.017500', '124828.477500', '124828.937500', '124829.397500', '124829.857500', '124830.317500', '124830.777500', '124831.237500', '124831.697500', '124832.157500', '124832.617500', '124833.077500', '124833.537500', '124833.997500', '124834.457500', '124834.917500', '124835.377500', '124835.837500', '124836.297500', '124836.757500', '124837.217500', '124837.677500', '124838.137500', '124838.597500', '124839.057500', '124839.517500', '124839.977500', '124840.437500', '124840.897500', '124841.357500', '124841.817500', '124842.277500', '124842.737500', '124843.197500', '124843.657500', '124844.117500', '124844.577500', '124845.037500', '124845.497500', '124845.957500', '124846.417500', '124846.877500', '124847.337500', '124847.797500'], 'ContentTime': ['124227.575000', '124227.589000', '124227.591000', '124227.594000', '124227.597000', '124227.599000', '124227.607000', '124227.609000', '124227.612000', '124227.614000', '124227.617000', '124227.619000', '124227.622000', '124227.625000', '124227.627000', '124227.630000', '124227.632000', '124227.635000', '124227.638000', '124227.640000', '124227.643000', '124227.645000', '124227.648000', '124227.650000', '124227.653000', '124227.655000', '124227.658000', '124227.660000', '124227.663000', '124227.666000', '124227.668000', '124227.671000', '124227.673000', '124227.676000', '124227.678000', '124227.681000', '124227.683000', '124227.686000', '124227.688000', '124227.691000', '124227.694000', '124247.547000', '124247.550000', '124247.553000', '124247.555000', '124247.558000', '124247.560000', '124247.563000', '124247.566000', '124247.568000', '124247.571000', '124247.573000', '124247.576000', '124247.578000', '124247.581000', '124247.583000', '124247.586000', '124247.589000', '124247.591000', '124247.594000', '124247.596000', '124247.599000', '124247.602000', '124247.604000', '124247.613000', '124247.616000', '124247.619000', '124247.621000', '124247.624000', '124247.627000', '124247.629000', '124247.632000', '124247.642000', '124247.644000', '124247.647000', '124247.649000', '124247.652000', '124247.654000', '124247.657000', '124247.660000', '124247.662000', '124247.665000', '124247.668000', '124247.670000', '124307.547000', '124307.550000', '124307.553000', '124307.555000', '124307.559000', '124307.562000', '124307.564000', '124307.567000', '124307.569000', '124307.572000', '124307.575000', '124307.577000', '124307.580000', '124307.582000', '124307.585000', '124307.587000', '124307.590000', '124307.593000', '124307.595000', '124307.598000', '124307.601000', '124307.603000', '124307.606000', '124307.608000', '124307.611000', '124307.613000', '124307.616000', '124307.619000', '124307.621000', '124307.633000', '124307.635000', '124307.638000', '124307.641000', '124307.643000', '124307.646000', '124307.648000', '124307.651000', '124307.654000', '124307.656000', '124307.659000', '124307.662000', '124307.664000', '124307.667000', '124307.669000', '124327.546000', '124327.549000', '124327.552000', '124327.554000', '124327.557000', '124327.559000', '124327.562000', '124327.565000', '124327.567000', '124327.570000', '124327.572000', '124327.575000', '124327.577000', '124327.580000', '124327.582000', '124327.585000', '124327.587000', '124327.590000', '124327.593000', '124327.595000', '124327.598000', '124327.600000', '124327.603000', '124327.605000', '124327.608000', '124327.610000', '124327.613000', '124327.627000', '124327.629000', '124327.632000', '124327.645000', '124327.648000', '124327.650000', '124327.653000', '124327.656000', '124327.658000', '124327.661000', '124327.663000', '124327.666000', '124327.669000', '124327.671000', '124327.674000', '124327.677000', '124347.547000', '124347.549000', '124347.552000', '124347.555000', '124347.557000', '124347.560000', '124347.562000', '124347.565000', '124347.567000', '124347.570000', '124347.572000', '124347.575000', '124347.578000', '124347.580000', '124347.583000', '124347.585000', '124347.588000', '124347.590000', '124347.593000', '124347.595000', '124347.598000', '124347.601000', '124347.603000', '124347.606000', '124347.608000', '124347.611000', '124347.613000', '124347.616000', '124347.618000', '124347.621000', '124347.624000', '124347.634000', '124347.636000', '124347.639000', '124347.641000', '124347.644000', '124347.647000', '124347.649000', '124347.652000', '124347.654000', '124347.657000', '124347.659000', '124347.662000', '124347.666000', '124407.547000', '124407.550000', '124407.553000', '124407.555000', '124407.558000', '124407.560000', '124407.563000', '124407.565000', '124407.568000', '124407.571000', '124407.573000', '124407.576000', '124407.578000', '124407.581000', '124407.583000', '124407.586000', '124407.588000', '124407.591000', '124407.593000', '124407.596000', '124407.599000', '124407.601000', '124407.604000', '124407.606000', '124407.609000', '124407.611000', '124407.614000', '124407.616000', '124407.619000', '124407.622000', '124407.625000', '124407.627000', '124407.630000', '124407.633000', '124407.635000', '124407.638000', '124407.640000', '124407.643000', '124407.645000', '124407.648000', '124407.651000', '124407.653000', '124407.656000', '124427.547000', '124427.550000', '124427.553000', '124427.556000', '124427.558000', '124427.561000', '124427.563000', '124427.566000', '124427.568000', '124427.571000', '124427.573000', '124427.576000', '124427.579000', '124427.581000', '124427.584000', '124427.586000', '124427.589000', '124427.591000', '124427.594000', '124427.597000', '124427.599000', '124427.602000', '124427.604000', '124427.607000', '124427.609000', '124427.612000', '124427.615000', '124427.618000', '124427.620000', '124427.623000', '124427.625000', '124427.628000', '124427.631000', '124427.633000', '124427.636000', '124427.639000', '124427.641000', '124427.644000', '124427.646000', '124427.649000', '124427.652000', '124427.654000', '124427.657000', '124427.659000', '124447.547000', '124447.550000', '124447.553000', '124447.555000', '124447.558000', '124447.561000', '124447.563000', '124447.566000', '124447.568000', '124447.571000', '124447.574000', '124447.576000', '124447.579000', '124447.581000', '124447.584000', '124447.586000', '124447.589000', '124447.592000', '124447.594000', '124447.597000', '124447.599000', '124447.602000', '124447.604000', '124447.607000', '124447.610000', '124447.612000', '124447.615000', '124447.618000', '124447.620000', '124447.623000', '124447.625000', '124447.628000', '124447.630000', '124447.637000', '124447.640000', '124447.642000', '124447.645000', '124447.648000', '124447.650000', '124447.653000', '124447.655000', '124447.658000', '124447.660000', '124507.547000', '124507.550000', '124507.553000', '124507.555000', '124507.558000', '124507.561000', '124507.563000', '124507.566000', '124507.568000', '124507.571000', '124507.574000', '124507.576000', '124507.579000', '124507.581000', '124507.584000', '124507.586000', '124507.589000', '124507.591000', '124507.594000', '124507.597000', '124507.599000', '124507.602000', '124507.604000', '124507.618000', '124507.620000', '124507.623000', '124507.625000', '124507.628000', '124507.630000', '124507.633000', '124507.636000', '124507.638000', '124507.641000', '124507.643000', '124507.646000', '124507.648000', '124507.651000', '124507.654000', '124507.656000', '124507.659000', '124507.661000', '124507.664000', '124507.667000', '124507.669000', '124527.548000', '124527.550000', '124527.553000', '124527.556000', '124527.558000', '124527.561000', '124527.563000', '124527.566000', '124527.568000', '124527.571000', '124527.574000', '124527.576000', '124527.579000', '124527.581000', '124527.584000', '124527.586000', '124527.589000', '124527.591000', '124527.594000', '124527.597000', '124527.599000', '124527.602000', '124527.604000', '124527.607000', '124527.609000', '124527.612000', '124527.614000', '124527.617000', '124527.620000', '124527.622000', '124527.625000', '124527.627000', '124527.630000', '124527.632000', '124527.635000', '124527.638000', '124527.640000', '124527.643000', '124527.646000', '124527.648000', '124527.651000', '124527.653000', '124527.656000', '124547.546000', '124547.549000', '124547.552000', '124547.554000', '124547.557000', '124547.560000', '124547.562000', '124547.565000', '124547.568000', '124547.570000', '124547.573000', '124547.576000', '124547.578000', '124547.581000', '124547.584000', '124547.586000', '124547.589000', '124547.592000', '124547.594000', '124547.597000', '124547.599000', '124547.602000', '124547.604000', '124547.607000', '124547.610000', '124547.612000', '124547.615000', '124547.617000', '124547.620000', '124547.622000', '124547.625000', '124547.628000', '124547.631000', '124547.633000', '124547.636000', '124547.638000', '124547.641000', '124547.644000', '124547.646000', '124547.649000', '124547.652000', '124547.654000', '124547.657000', '124547.659000', '124607.548000', '124607.550000', '124607.553000', '124607.556000', '124607.558000', '124607.561000', '124607.564000', '124607.566000', '124607.569000', '124607.572000', '124607.574000', '124607.577000', '124607.579000', '124607.582000', '124607.592000', '124607.594000', '124607.597000', '124607.599000', '124607.602000', '124607.604000', '124607.607000', '124607.610000', '124607.612000', '124607.615000', '124607.617000', '124607.620000', '124607.622000', '124607.625000', '124607.628000', '124607.630000', '124607.633000', '124607.636000', '124607.638000', '124607.641000', '124607.643000', '124607.646000', '124607.649000', '124607.651000', '124607.654000', '124607.656000', '124607.659000', '124607.662000', '124607.664000', '124627.547000', '124627.550000', '124627.553000', '124627.556000', '124627.558000', '124627.561000', '124627.563000', '124627.566000', '124627.569000', '124627.571000', '124627.574000', '124627.576000', '124627.579000', '124627.582000', '124627.584000', '124627.587000', '124627.589000', '124627.592000', '124627.595000', '124627.597000', '124627.600000', '124627.602000', '124627.605000', '124627.607000', '124627.610000', '124627.613000', '124627.615000', '124627.618000', '124627.621000', '124627.623000', '124627.626000', '124627.629000', '124627.631000', '124627.634000', '124627.636000', '124627.639000', '124627.642000', '124627.644000', '124627.647000', '124627.650000', '124627.652000', '124627.655000', '124627.657000', '124627.660000', '124647.547000', '124647.550000', '124647.553000', '124647.555000', '124647.570000', '124647.573000', '124647.576000', '124647.578000', '124647.581000', '124647.591000', '124647.593000', '124647.596000', '124647.599000', '124647.601000', '124647.604000', '124647.607000', '124647.609000', '124647.612000', '124647.615000', '124647.617000', '124647.620000', '124647.622000', '124647.625000', '124647.627000', '124647.630000', '124647.633000', '124647.636000', '124647.638000', '124647.641000', '124647.643000', '124647.646000', '124647.649000', '124647.651000', '124647.654000', '124647.656000', '124647.659000', '124647.662000', '124647.664000', '124647.667000', '124647.670000', '124647.672000', '124647.675000', '124647.677000', '124707.547000', '124707.550000', '124707.553000', '124707.556000', '124707.558000', '124707.561000', '124707.563000', '124707.566000', '124707.568000', '124707.571000', '124707.574000', '124707.577000', '124707.580000', '124707.582000', '124707.585000', '124707.588000', '124707.590000', '124707.593000', '124707.596000', '124707.598000', '124707.601000', '124707.603000', '124707.606000', '124707.608000', '124707.611000', '124707.614000', '124707.616000', '124707.619000', '124707.621000', '124707.624000', '124707.627000', '124707.629000', '124707.632000', '124707.635000', '124707.638000', '124707.640000', '124707.643000', '124707.645000', '124707.648000', '124707.650000', '124707.653000', '124707.656000', '124707.658000', '124707.661000', '124727.547000', '124727.550000', '124727.553000', '124727.555000', '124727.558000', '124727.561000', '124727.564000', '124727.566000', '124727.569000', '124727.572000', '124727.574000', '124727.577000', '124727.579000', '124727.582000', '124727.585000', '124727.587000', '124727.590000', '124727.593000', '124727.595000', '124727.598000', '124727.601000', '124727.603000', '124727.606000', '124727.608000', '124727.611000', '124727.614000', '124727.616000', '124727.619000', '124727.622000', '124727.624000', '124727.627000', '124727.629000', '124727.632000', '124727.635000', '124727.637000', '124727.640000', '124727.643000', '124727.645000', '124727.648000', '124727.650000', '124727.653000', '124727.656000', '124727.658000', '124747.547000', '124747.551000', '124747.554000', '124747.557000', '124747.559000', '124747.562000', '124747.565000', '124747.567000', '124747.570000', '124747.572000', '124747.575000', '124747.578000', '124747.580000', '124747.583000', '124747.585000', '124747.588000', '124747.591000', '124747.594000', '124747.596000', '124747.599000', '124747.601000', '124747.604000', '124747.607000', '124747.609000', '124747.612000', '124747.615000', '124747.617000', '124747.620000', '124747.623000', '124747.625000', '124747.628000', '124747.631000', '124747.633000', '124747.636000', '124747.639000', '124747.641000', '124747.644000', '124747.646000', '124747.649000', '124747.652000', '124747.654000', '124747.657000', '124747.659000', '124807.547000', '124807.550000', '124807.552000', '124807.555000', '124807.558000', '124807.561000', '124807.563000', '124807.566000', '124807.568000', '124807.571000', '124807.574000', '124807.576000', '124807.579000', '124807.581000', '124807.584000', '124807.601000', '124807.604000', '124807.606000', '124807.609000', '124807.611000', '124807.614000', '124807.617000', '124807.619000', '124807.622000', '124807.625000', '124807.627000', '124807.630000', '124807.632000', '124807.635000', '124807.640000', '124807.642000', '124807.645000', '124807.648000', '124807.650000', '124807.653000', '124807.655000', '124807.658000', '124807.661000', '124807.663000', '124807.666000', '124807.669000', '124807.671000', '124807.674000', '124807.677000', '124827.547000', '124827.550000', '124827.553000', '124827.556000', '124827.558000', '124827.561000', '124827.564000', '124827.566000', '124827.569000', '124827.571000', '124827.574000', '124827.577000', '124827.579000', '124827.582000', '124827.585000', '124827.587000', '124827.590000', '124827.592000', '124827.595000', '124827.598000', '124827.600000', '124827.603000', '124827.606000', '124827.608000', '124827.611000', '124827.613000', '124827.617000', '124827.620000', '124827.623000', '124827.625000', '124827.628000', '124827.631000', '124827.633000', '124827.636000', '124827.639000', '124827.641000', '124827.644000', '124827.646000', '124827.649000', '124827.652000', '124827.654000', '124827.657000', '124827.660000', '124847.547000', '124847.550000', '124847.553000', '124847.556000', '124847.558000', '124847.561000', '124847.563000', '124847.566000', '124847.569000', '124847.571000', '124847.574000', '124847.577000', '124847.579000', '124847.582000', '124847.584000', '124847.587000', '124847.590000', '124847.592000', '124847.595000', '124847.598000', '124847.600000', '124847.603000', '124847.605000', '124847.608000', '124847.611000', '124847.613000', '124847.616000', '124847.619000', '124847.621000', '124847.624000', '124847.627000', '124847.629000', '124847.632000', '124847.634000', '124847.637000', '124847.640000', '124847.642000', '124847.645000', '124847.647000', '124847.650000', '124847.653000', '124847.655000', '124847.658000', '124847.660000', '124849.672000', '124849.675000', '124849.677000', '124849.680000', '124849.683000'], 'InstanceCreationTime': ['124227.575000', '124227.589000', '124227.591000', '124227.594000', '124227.597000', '124227.599000', '124227.607000', '124227.609000', '124227.612000', '124227.614000', '124227.617000', '124227.619000', '124227.622000', '124227.625000', '124227.627000', '124227.630000', '124227.632000', '124227.635000', '124227.638000', '124227.640000', '124227.643000', '124227.645000', '124227.648000', '124227.650000', '124227.653000', '124227.655000', '124227.658000', '124227.660000', '124227.663000', '124227.666000', '124227.668000', '124227.671000', '124227.673000', '124227.676000', '124227.678000', '124227.681000', '124227.683000', '124227.686000', '124227.688000', '124227.691000', '124227.694000', '124247.547000', '124247.550000', '124247.553000', '124247.555000', '124247.558000', '124247.560000', '124247.563000', '124247.566000', '124247.568000', '124247.571000', '124247.573000', '124247.576000', '124247.578000', '124247.581000', '124247.583000', '124247.586000', '124247.589000', '124247.591000', '124247.594000', '124247.596000', '124247.599000', '124247.602000', '124247.604000', '124247.613000', '124247.616000', '124247.619000', '124247.621000', '124247.624000', '124247.627000', '124247.629000', '124247.632000', '124247.642000', '124247.644000', '124247.647000', '124247.649000', '124247.652000', '124247.654000', '124247.657000', '124247.660000', '124247.662000', '124247.665000', '124247.668000', '124247.670000', '124307.547000', '124307.550000', '124307.553000', '124307.555000', '124307.559000', '124307.562000', '124307.564000', '124307.567000', '124307.569000', '124307.572000', '124307.575000', '124307.577000', '124307.580000', '124307.582000', '124307.585000', '124307.587000', '124307.590000', '124307.593000', '124307.595000', '124307.598000', '124307.601000', '124307.603000', '124307.606000', '124307.608000', '124307.611000', '124307.613000', '124307.616000', '124307.619000', '124307.621000', '124307.633000', '124307.635000', '124307.638000', '124307.641000', '124307.643000', '124307.646000', '124307.648000', '124307.651000', '124307.654000', '124307.656000', '124307.659000', '124307.662000', '124307.664000', '124307.667000', '124307.669000', '124327.546000', '124327.549000', '124327.552000', '124327.554000', '124327.557000', '124327.559000', '124327.562000', '124327.565000', '124327.567000', '124327.570000', '124327.572000', '124327.575000', '124327.577000', '124327.580000', '124327.582000', '124327.585000', '124327.587000', '124327.590000', '124327.593000', '124327.595000', '124327.598000', '124327.600000', '124327.603000', '124327.605000', '124327.608000', '124327.610000', '124327.613000', '124327.627000', '124327.629000', '124327.632000', '124327.645000', '124327.648000', '124327.650000', '124327.653000', '124327.656000', '124327.658000', '124327.661000', '124327.663000', '124327.666000', '124327.669000', '124327.671000', '124327.674000', '124327.677000', '124347.547000', '124347.549000', '124347.552000', '124347.555000', '124347.557000', '124347.560000', '124347.562000', '124347.565000', '124347.567000', '124347.570000', '124347.572000', '124347.575000', '124347.578000', '124347.580000', '124347.583000', '124347.585000', '124347.588000', '124347.590000', '124347.593000', '124347.595000', '124347.598000', '124347.601000', '124347.603000', '124347.606000', '124347.608000', '124347.611000', '124347.613000', '124347.616000', '124347.618000', '124347.621000', '124347.624000', '124347.634000', '124347.636000', '124347.639000', '124347.641000', '124347.644000', '124347.647000', '124347.649000', '124347.652000', '124347.654000', '124347.657000', '124347.659000', '124347.662000', '124347.666000', '124407.547000', '124407.550000', '124407.553000', '124407.555000', '124407.558000', '124407.560000', '124407.563000', '124407.565000', '124407.568000', '124407.571000', '124407.573000', '124407.576000', '124407.578000', '124407.581000', '124407.583000', '124407.586000', '124407.588000', '124407.591000', '124407.593000', '124407.596000', '124407.599000', '124407.601000', '124407.604000', '124407.606000', '124407.609000', '124407.611000', '124407.614000', '124407.616000', '124407.619000', '124407.622000', '124407.625000', '124407.627000', '124407.630000', '124407.633000', '124407.635000', '124407.638000', '124407.640000', '124407.643000', '124407.645000', '124407.648000', '124407.651000', '124407.653000', '124407.656000', '124427.547000', '124427.550000', '124427.553000', '124427.556000', '124427.558000', '124427.561000', '124427.563000', '124427.566000', '124427.568000', '124427.571000', '124427.573000', '124427.576000', '124427.579000', '124427.581000', '124427.584000', '124427.586000', '124427.589000', '124427.591000', '124427.594000', '124427.597000', '124427.599000', '124427.602000', '124427.604000', '124427.607000', '124427.609000', '124427.612000', '124427.615000', '124427.618000', '124427.620000', '124427.623000', '124427.625000', '124427.628000', '124427.631000', '124427.633000', '124427.636000', '124427.639000', '124427.641000', '124427.644000', '124427.646000', '124427.649000', '124427.652000', '124427.654000', '124427.657000', '124427.659000', '124447.547000', '124447.550000', '124447.553000', '124447.555000', '124447.558000', '124447.561000', '124447.563000', '124447.566000', '124447.568000', '124447.571000', '124447.574000', '124447.576000', '124447.579000', '124447.581000', '124447.584000', '124447.586000', '124447.589000', '124447.592000', '124447.594000', '124447.597000', '124447.599000', '124447.602000', '124447.604000', '124447.607000', '124447.610000', '124447.612000', '124447.615000', '124447.618000', '124447.620000', '124447.623000', '124447.625000', '124447.628000', '124447.630000', '124447.637000', '124447.640000', '124447.642000', '124447.645000', '124447.648000', '124447.650000', '124447.653000', '124447.655000', '124447.658000', '124447.660000', '124507.547000', '124507.550000', '124507.553000', '124507.555000', '124507.558000', '124507.561000', '124507.563000', '124507.566000', '124507.568000', '124507.571000', '124507.574000', '124507.576000', '124507.579000', '124507.581000', '124507.584000', '124507.586000', '124507.589000', '124507.591000', '124507.594000', '124507.597000', '124507.599000', '124507.602000', '124507.604000', '124507.618000', '124507.620000', '124507.623000', '124507.625000', '124507.628000', '124507.630000', '124507.633000', '124507.636000', '124507.638000', '124507.641000', '124507.643000', '124507.646000', '124507.648000', '124507.651000', '124507.654000', '124507.656000', '124507.659000', '124507.661000', '124507.664000', '124507.667000', '124507.669000', '124527.548000', '124527.550000', '124527.553000', '124527.556000', '124527.558000', '124527.561000', '124527.563000', '124527.566000', '124527.568000', '124527.571000', '124527.574000', '124527.576000', '124527.579000', '124527.581000', '124527.584000', '124527.586000', '124527.589000', '124527.591000', '124527.594000', '124527.597000', '124527.599000', '124527.602000', '124527.604000', '124527.607000', '124527.609000', '124527.612000', '124527.614000', '124527.617000', '124527.620000', '124527.622000', '124527.625000', '124527.627000', '124527.630000', '124527.632000', '124527.635000', '124527.638000', '124527.640000', '124527.643000', '124527.646000', '124527.648000', '124527.651000', '124527.653000', '124527.656000', '124547.546000', '124547.549000', '124547.552000', '124547.554000', '124547.557000', '124547.560000', '124547.562000', '124547.565000', '124547.568000', '124547.570000', '124547.573000', '124547.576000', '124547.578000', '124547.581000', '124547.584000', '124547.586000', '124547.589000', '124547.592000', '124547.594000', '124547.597000', '124547.599000', '124547.602000', '124547.604000', '124547.607000', '124547.610000', '124547.612000', '124547.615000', '124547.617000', '124547.620000', '124547.622000', '124547.625000', '124547.628000', '124547.631000', '124547.633000', '124547.636000', '124547.638000', '124547.641000', '124547.644000', '124547.646000', '124547.649000', '124547.652000', '124547.654000', '124547.657000', '124547.659000', '124607.548000', '124607.550000', '124607.553000', '124607.556000', '124607.558000', '124607.561000', '124607.564000', '124607.566000', '124607.569000', '124607.572000', '124607.574000', '124607.577000', '124607.579000', '124607.582000', '124607.592000', '124607.594000', '124607.597000', '124607.599000', '124607.602000', '124607.604000', '124607.607000', '124607.610000', '124607.612000', '124607.615000', '124607.617000', '124607.620000', '124607.622000', '124607.625000', '124607.628000', '124607.630000', '124607.633000', '124607.636000', '124607.638000', '124607.641000', '124607.643000', '124607.646000', '124607.649000', '124607.651000', '124607.654000', '124607.656000', '124607.659000', '124607.662000', '124607.664000', '124627.547000', '124627.550000', '124627.553000', '124627.556000', '124627.558000', '124627.561000', '124627.563000', '124627.566000', '124627.569000', '124627.571000', '124627.574000', '124627.576000', '124627.579000', '124627.582000', '124627.584000', '124627.587000', '124627.589000', '124627.592000', '124627.595000', '124627.597000', '124627.600000', '124627.602000', '124627.605000', '124627.607000', '124627.610000', '124627.613000', '124627.615000', '124627.618000', '124627.621000', '124627.623000', '124627.626000', '124627.629000', '124627.631000', '124627.634000', '124627.636000', '124627.639000', '124627.642000', '124627.644000', '124627.647000', '124627.650000', '124627.652000', '124627.655000', '124627.657000', '124627.660000', '124647.547000', '124647.550000', '124647.553000', '124647.555000', '124647.570000', '124647.573000', '124647.576000', '124647.578000', '124647.581000', '124647.591000', '124647.593000', '124647.596000', '124647.599000', '124647.601000', '124647.604000', '124647.607000', '124647.609000', '124647.612000', '124647.615000', '124647.617000', '124647.620000', '124647.622000', '124647.625000', '124647.627000', '124647.630000', '124647.633000', '124647.636000', '124647.638000', '124647.641000', '124647.643000', '124647.646000', '124647.649000', '124647.651000', '124647.654000', '124647.656000', '124647.659000', '124647.662000', '124647.664000', '124647.667000', '124647.670000', '124647.672000', '124647.675000', '124647.677000', '124707.547000', '124707.550000', '124707.553000', '124707.556000', '124707.558000', '124707.561000', '124707.563000', '124707.566000', '124707.568000', '124707.571000', '124707.574000', '124707.577000', '124707.580000', '124707.582000', '124707.585000', '124707.588000', '124707.590000', '124707.593000', '124707.596000', '124707.598000', '124707.601000', '124707.603000', '124707.606000', '124707.608000', '124707.611000', '124707.614000', '124707.616000', '124707.619000', '124707.621000', '124707.624000', '124707.627000', '124707.629000', '124707.632000', '124707.635000', '124707.638000', '124707.640000', '124707.643000', '124707.645000', '124707.648000', '124707.650000', '124707.653000', '124707.656000', '124707.658000', '124707.661000', '124727.547000', '124727.550000', '124727.553000', '124727.555000', '124727.558000', '124727.561000', '124727.564000', '124727.566000', '124727.569000', '124727.572000', '124727.574000', '124727.577000', '124727.579000', '124727.582000', '124727.585000', '124727.587000', '124727.590000', '124727.593000', '124727.595000', '124727.598000', '124727.601000', '124727.603000', '124727.606000', '124727.608000', '124727.611000', '124727.614000', '124727.616000', '124727.619000', '124727.622000', '124727.624000', '124727.627000', '124727.629000', '124727.632000', '124727.635000', '124727.637000', '124727.640000', '124727.643000', '124727.645000', '124727.648000', '124727.650000', '124727.653000', '124727.656000', '124727.658000', '124747.547000', '124747.551000', '124747.554000', '124747.557000', '124747.559000', '124747.562000', '124747.565000', '124747.567000', '124747.570000', '124747.572000', '124747.575000', '124747.578000', '124747.580000', '124747.583000', '124747.585000', '124747.588000', '124747.591000', '124747.594000', '124747.596000', '124747.599000', '124747.601000', '124747.604000', '124747.607000', '124747.609000', '124747.612000', '124747.615000', '124747.617000', '124747.620000', '124747.623000', '124747.625000', '124747.628000', '124747.631000', '124747.633000', '124747.636000', '124747.639000', '124747.641000', '124747.644000', '124747.646000', '124747.649000', '124747.652000', '124747.654000', '124747.657000', '124747.659000', '124807.547000', '124807.550000', '124807.552000', '124807.555000', '124807.558000', '124807.561000', '124807.563000', '124807.566000', '124807.568000', '124807.571000', '124807.574000', '124807.576000', '124807.579000', '124807.581000', '124807.584000', '124807.601000', '124807.604000', '124807.606000', '124807.609000', '124807.611000', '124807.614000', '124807.617000', '124807.619000', '124807.622000', '124807.625000', '124807.627000', '124807.630000', '124807.632000', '124807.635000', '124807.640000', '124807.642000', '124807.645000', '124807.648000', '124807.650000', '124807.653000', '124807.655000', '124807.658000', '124807.661000', '124807.663000', '124807.666000', '124807.669000', '124807.671000', '124807.674000', '124807.677000', '124827.547000', '124827.550000', '124827.553000', '124827.556000', '124827.558000', '124827.561000', '124827.564000', '124827.566000', '124827.569000', '124827.571000', '124827.574000', '124827.577000', '124827.579000', '124827.582000', '124827.585000', '124827.587000', '124827.590000', '124827.592000', '124827.595000', '124827.598000', '124827.600000', '124827.603000', '124827.606000', '124827.608000', '124827.611000', '124827.613000', '124827.617000', '124827.620000', '124827.623000', '124827.625000', '124827.628000', '124827.631000', '124827.633000', '124827.636000', '124827.639000', '124827.641000', '124827.644000', '124827.646000', '124827.649000', '124827.652000', '124827.654000', '124827.657000', '124827.660000', '124847.547000', '124847.550000', '124847.553000', '124847.556000', '124847.558000', '124847.561000', '124847.563000', '124847.566000', '124847.569000', '124847.571000', '124847.574000', '124847.577000', '124847.579000', '124847.582000', '124847.584000', '124847.587000', '124847.590000', '124847.592000', '124847.595000', '124847.598000', '124847.600000', '124847.603000', '124847.605000', '124847.608000', '124847.611000', '124847.613000', '124847.616000', '124847.619000', '124847.621000', '124847.624000', '124847.627000', '124847.629000', '124847.632000', '124847.634000', '124847.637000', '124847.640000', '124847.642000', '124847.645000', '124847.647000', '124847.650000', '124847.653000', '124847.655000', '124847.658000', '124847.660000', '124849.672000', '124849.675000', '124849.677000', '124849.680000', '124849.683000'], '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': [13104, 11118, 15075, 10665, 16468, 10862, 16966, 10773, 17484, 11747, 18124, 13064, 19334, 13299, 10298, 12020, 10859, 10194, 10149, 14729, 12154, 16021, 11625, 10217, 12205, 9801, 14865, 11730, 19679, 13874, 21707, 16568, 20377, 16124, 20606, 16393, 20345, 16524, 21210, 14112, 20081, 13083, 20014, 12696, 14377, 12898, 11073, 14173, 11895, 15245, 12122, 15239, 12357, 13968, 13789, 12974, 13391, 11563, 13918, 11878, 15121, 12784, 17031, 13025, 17220, 13528, 17469, 13723, 16795, 13457, 14259, 13082, 12627, 13261, 12018, 13066, 10870, 12784, 11579, 13340, 10964, 13642, 10994, 13135, 11308, 14586, 11806, 10149, 11870, 17323, 12101, 14700, 12039, 15468, 11746, 16931, 12151, 17877, 11892, 17814, 12125, 19189, 12794, 20337, 13303, 19599, 13851, 20793, 14010, 18387, 14091, 11468, 15710, 11170, 18297, 13395, 12147, 15438, 10962, 18192, 13511, 11783, 15278, 11809, 17365, 14760, 11798, 18185, 11749, 17497, 11365, 18177, 13074, 14947, 12814, 10770, 13642, 11107, 14426, 11902, 15088, 12388, 15889, 12075, 10475, 12145, 10923, 13349, 11198, 13921, 11746, 9631, 12363, 10108, 12692, 19140, 12354, 16288, 12837, 19816, 13393, 16577, 13383, 11266, 15762, 11163, 17166, 12131, 19351, 13803, 11189, 14695, 11864, 16933, 13962, 12413, 18076, 10945, 19697, 12757, 19728, 13967, 19805, 13328, 16483, 12960, 12650, 12964, 11684, 14526, 11553, 15672, 11188, 15335, 11913, 15974, 12092, 17219, 11725, 14631, 11893, 15661, 11863, 16181, 12366, 11596, 12091, 17264, 12572, 16948, 12231, 16586, 12312, 17553, 12414, 18339, 12616, 16901, 12259, 18161, 12501, 18605, 12515, 12554, 12614, 9083, 15240, 11186, 16931, 12288, 12772, 12987, 10885, 14929, 11413, 15229, 13915, 10326, 19219, 12917, 20517, 13394, 18762, 13096, 11484, 16797, 12354, 9886, 15180, 11121, 18652, 13157, 20350, 13763, 10699, 13537, 10978, 15575, 10790, 15210, 10280, 15500, 10615, 16433, 11783, 16785, 12164, 17586, 12798, 11621, 12489, 10055, 14824, 11641, 17328, 12803, 10015, 13674, 14884, 14843, 16213, 14997, 11292, 16659, 11576, 19157, 11331, 18986, 12843, 19551, 13714, 20218, 14004, 11128, 13816, 11149, 16748, 11008, 17206, 12280, 17696, 12783, 18841, 13380, 18318, 12692, 18530, 12264, 18439, 12488, 17827, 13161, 14235, 12802, 16434, 13092, 17053, 13242, 9901, 12594, 10490, 13846, 11444, 14734, 12563, 10141, 13547, 11350, 18204, 12928, 12562, 13192, 22584, 14583, 19450, 13432, 18825, 12735, 18446, 12703, 16623, 12629, 9864, 12919, 11299, 15221, 11205, 16096, 12424, 17780, 12693, 17871, 12776, 19091, 13012, 19106, 13248, 16097, 13121, 11581, 13477, 11209, 15248, 11673, 16193, 11074, 17504, 11965, 17065, 11893, 12289, 12891, 11232, 15960, 12096, 10886, 14245, 11165, 17257, 11103, 19064, 13659, 19245, 13457, 16086, 13356, 12113, 14593, 11555, 15973, 11837, 17566, 12703, 11688, 12973, 11226, 15283, 10924, 17259, 12496, 18938, 12970, 19806, 13345, 11590, 13077, 11472, 14808, 11575, 15893, 10868, 16996, 11010, 17748, 12300, 17912, 12645, 17918, 12451, 18528, 12186, 17213, 12935, 17825, 12133, 17012, 12359, 10780, 12453, 10207, 14110, 10999, 14666, 11648, 15745, 11882, 17471, 12414, 18012, 12487, 18326, 12679, 18827, 13199, 17212, 13420, 21338, 13442, 13287, 12863, 11471, 14471, 11281, 16186, 10896, 17022, 11309, 17054, 11105, 16215, 11075, 16547, 11872, 17377, 12613, 17165, 12249, 17216, 12415, 18303, 12414, 16911, 12116, 16922, 11859, 16935, 11937, 14260, 12619, 18528, 12544, 15868, 12912, 14634, 12743, 11478, 13511, 11495, 12904, 12663, 10728, 13949, 12108, 13569, 12642, 10292, 17490, 12657, 21168, 14975, 20711, 14105, 19981, 15765, 16139, 13336, 14037, 13513, 11926, 14743, 11414, 14718, 11950, 16316, 14047, 12352, 14082, 11892, 16854, 12574, 18262, 13611, 12894, 14190, 12549, 15265, 11536, 19233, 14037, 12033, 16639, 12606, 19464, 12782, 19469, 13750, 16267, 14193, 12289, 16890, 12223, 19891, 13883, 15046, 13607, 10409, 13135, 11504, 15638, 12292, 9055, 8384, 7733, 16971, 13767, 12332, 12738, 10297, 15716, 12016, 11541, 12758, 10123, 16225, 13494, 10452, 14668, 12223, 10772, 12579, 10642, 15186, 10740, 15383, 12146, 8956, 14334, 10797, 14975, 10655, 15396, 9782, 15818, 9959, 17088, 10794, 17230, 12031, 17500, 12760, 19720, 13958, 20397, 16021, 21953, 14772, 13204, 15282, 14273, 18224, 13611, 19417, 13844, 19786, 13550, 17496, 13160, 14328, 14548, 11993, 13491, 12187, 14513, 13318, 14097, 14622, 11742, 13809, 12731, 13759, 12862, 15770, 14132, 11533, 13680, 12893, 15360, 13147, 16010, 12632, 15694, 12782, 16621, 12748, 16006, 13227, 16448, 13044, 16671, 13368, 16253, 13622, 16810, 13037, 17578, 12694, 17935, 12836, 17754, 12477, 18625, 14021, 15688, 14318, 16878, 13761, 15436, 13280, 13027, 14329, 12800, 15901, 13048, 15479, 13686, 13114, 16156, 12946, 19032, 13594, 20970, 14800, 19350, 13182, 18596, 12909, 15959, 13172, 11607, 13401, 10922, 14720, 10862, 14529, 10788, 14538, 12779, 15128, 11565, 12927, 12992, 12315, 12918, 11671, 14952, 10542, 14701, 11035, 15840, 11844, 16368, 12008, 16005, 12113, 18374, 12407, 14407, 12705, 10980, 14134, 10501, 15485, 11960, 15092, 12705, 10024, 15080, 11864, 10664, 11856, 9968, 17404, 14297, 21999, 16102, 19985, 16219, 18122, 13983, 12426, 16857, 11867, 19830, 11800, 20238, 14355, 19421, 14071, 19101, 13385, 11018, 13513, 9950, 14575, 10378, 15142, 10203, 15326, 11856, 16316, 12088, 15737, 12147, 17357, 12302, 12659, 12079, 10061, 12856, 9613, 13720, 9794, 14019, 10232, 14680, 9696, 15855, 10218, 16953, 11264, 17556, 12358, 17695, 12698, 18109, 12791, 18451, 12384, 17712, 12662, 17304, 11784, 16922, 12095, 17062, 11829, 13043, 11515, 10113, 13561, 9911, 15413, 10560, 15209, 9892, 16322, 10503, 16337, 11451, 16714, 12062, 9829, 13605, 10248, 16660, 11578, 16191, 12067, 10013, 14172, 10528, 15769, 14029, 13197, 10203, 15073, 9300, 16429, 11899, 15148, 11901, 9883, 12470, 11561, 12844, 9454, 15750, 9799, 16729, 10051, 17652, 12118, 18971, 12941, 18199, 12358, 18380, 12584, 18271, 12234, 17537, 11942, 17337, 11758, 17169, 12137, 15899, 11879, 9961, 12937, 9281, 14788, 9668, 15167, 9596, 16766, 9606, 17263, 10611, 17630, 11209, 17609, 11518, 17925, 11520, 16944, 11665, 16633, 11629, 18047, 12084, 13059], 'WindowCenter': [4599.0, 4564.0, 4591.0, 4549.0, 4587.0, 4536.0, 4575.0, 4534.0, 4573.0, 4532.0, 4572.0, 4568.0, 4596.0, 4556.0, 4525.0, 4543.0, 4518.0, 4520.0, 4535.0, 4563.0, 4545.0, 4561.0, 4532.0, 4523.0, 4555.0, 4526.0, 4576.0, 4556.0, 4584.0, 4555.0, 4584.0, 4563.0, 4571.0, 4551.0, 4559.0, 4539.0, 4547.0, 4536.0, 4544.0, 4513.0, 4541.0, 4501.0, 4540.0, 4502.0, 4511.0, 4501.0, 4490.0, 4510.0, 4502.0, 4521.0, 4513.0, 4532.0, 4526.0, 4525.0, 4536.0, 4526.0, 4537.0, 4517.0, 4537.0, 4518.0, 4548.0, 4540.0, 4559.0, 4541.0, 4559.0, 4540.0, 4558.0, 4540.0, 4558.0, 4540.0, 4538.0, 4540.0, 4529.0, 4541.0, 4530.0, 4541.0, 4520.0, 4541.0, 4530.0, 4540.0, 4520.0, 4550.0, 4546.0, 4565.0, 4534.0, 4562.0, 4555.0, 4523.0, 4544.0, 4571.0, 4542.0, 4551.0, 4543.0, 4562.0, 4544.0, 4573.0, 4555.0, 4572.0, 4544.0, 4572.0, 4544.0, 4582.0, 4554.0, 4583.0, 4554.0, 4583.0, 4553.0, 4581.0, 4553.0, 4570.0, 4551.0, 4520.0, 4549.0, 4519.0, 4569.0, 4540.0, 4530.0, 4551.0, 4521.0, 4572.0, 4552.0, 4531.0, 4561.0, 4531.0, 4571.0, 4552.0, 4532.0, 4572.0, 4530.0, 4560.0, 4532.0, 4559.0, 4540.0, 4548.0, 4529.0, 4509.0, 4540.0, 4519.0, 4538.0, 4530.0, 4548.0, 4530.0, 4561.0, 4543.0, 4520.0, 4530.0, 4521.0, 4551.0, 4545.0, 4552.0, 4544.0, 4514.0, 4556.0, 4535.0, 4556.0, 4584.0, 4544.0, 4563.0, 4545.0, 4572.0, 4543.0, 4562.0, 4542.0, 4522.0, 4564.0, 4524.0, 4573.0, 4544.0, 4573.0, 4555.0, 4532.0, 4563.0, 4532.0, 4561.0, 4552.0, 4532.0, 4573.0, 4523.0, 4573.0, 4542.0, 4572.0, 4552.0, 4571.0, 4541.0, 4549.0, 4540.0, 4528.0, 4529.0, 4518.0, 4539.0, 4520.0, 4550.0, 4520.0, 4549.0, 4520.0, 4549.0, 4531.0, 4560.0, 4530.0, 4539.0, 4530.0, 4548.0, 4531.0, 4561.0, 4542.0, 4531.0, 4543.0, 4561.0, 4542.0, 4562.0, 4543.0, 4561.0, 4533.0, 4561.0, 4543.0, 4572.0, 4543.0, 4561.0, 4532.0, 4572.0, 4543.0, 4583.0, 4543.0, 4544.0, 4554.0, 4502.0, 4563.0, 4535.0, 4573.0, 4544.0, 4543.0, 4555.0, 4524.0, 4564.0, 4545.0, 4566.0, 4555.0, 4525.0, 4585.0, 4545.0, 4573.0, 4543.0, 4574.0, 4555.0, 4533.0, 4577.0, 4546.0, 4513.0, 4553.0, 4522.0, 4571.0, 4542.0, 4573.0, 4542.0, 4512.0, 4541.0, 4520.0, 4552.0, 4510.0, 4551.0, 4510.0, 4550.0, 4522.0, 4561.0, 4532.0, 4561.0, 4543.0, 4572.0, 4544.0, 4533.0, 4543.0, 4513.0, 4552.0, 4534.0, 4573.0, 4555.0, 4524.0, 4556.0, 4565.0, 4565.0, 4564.0, 4554.0, 4522.0, 4562.0, 4521.0, 4572.0, 4521.0, 4571.0, 4530.0, 4569.0, 4541.0, 4570.0, 4540.0, 4519.0, 4541.0, 4519.0, 4560.0, 4521.0, 4561.0, 4531.0, 4559.0, 4531.0, 4570.0, 4541.0, 4559.0, 4530.0, 4559.0, 4529.0, 4558.0, 4530.0, 4557.0, 4540.0, 4538.0, 4529.0, 4548.0, 4530.0, 4548.0, 4530.0, 4499.0, 4530.0, 4521.0, 4553.0, 4533.0, 4552.0, 4543.0, 4522.0, 4554.0, 4547.0, 4585.0, 4556.0, 4544.0, 4556.0, 4584.0, 4554.0, 4572.0, 4542.0, 4560.0, 4531.0, 4559.0, 4531.0, 4549.0, 4530.0, 4499.0, 4530.0, 4520.0, 4551.0, 4522.0, 4564.0, 4557.0, 4572.0, 4543.0, 4572.0, 4543.0, 4569.0, 4542.0, 4571.0, 4542.0, 4550.0, 4539.0, 4519.0, 4540.0, 4520.0, 4550.0, 4520.0, 4561.0, 4520.0, 4560.0, 4531.0, 4560.0, 4544.0, 4532.0, 4542.0, 4533.0, 4562.0, 4545.0, 4534.0, 4554.0, 4533.0, 4573.0, 4534.0, 4573.0, 4553.0, 4572.0, 4542.0, 4550.0, 4542.0, 4530.0, 4540.0, 4520.0, 4548.0, 4531.0, 4562.0, 4542.0, 4532.0, 4543.0, 4532.0, 4563.0, 4523.0, 4573.0, 4544.0, 4572.0, 4544.0, 4572.0, 4543.0, 4522.0, 4542.0, 4521.0, 4551.0, 4521.0, 4561.0, 4521.0, 4561.0, 4521.0, 4561.0, 4531.0, 4560.0, 4541.0, 4559.0, 4531.0, 4559.0, 4531.0, 4559.0, 4532.0, 4559.0, 4531.0, 4549.0, 4530.0, 4509.0, 4530.0, 4511.0, 4551.0, 4522.0, 4552.0, 4534.0, 4560.0, 4532.0, 4562.0, 4543.0, 4562.0, 4543.0, 4571.0, 4543.0, 4571.0, 4542.0, 4562.0, 4542.0, 4583.0, 4541.0, 4540.0, 4531.0, 4520.0, 4551.0, 4521.0, 4562.0, 4522.0, 4561.0, 4522.0, 4562.0, 4522.0, 4562.0, 4521.0, 4561.0, 4532.0, 4562.0, 4533.0, 4561.0, 4533.0, 4561.0, 4543.0, 4571.0, 4532.0, 4560.0, 4531.0, 4560.0, 4532.0, 4559.0, 4532.0, 4550.0, 4542.0, 4571.0, 4532.0, 4551.0, 4544.0, 4552.0, 4544.0, 4546.0, 4554.0, 4545.0, 4543.0, 4555.0, 4537.0, 4566.0, 4557.0, 4556.0, 4557.0, 4527.0, 4577.0, 4558.0, 4587.0, 4567.0, 4584.0, 4554.0, 4573.0, 4554.0, 4552.0, 4542.0, 4539.0, 4530.0, 4520.0, 4539.0, 4521.0, 4570.0, 4533.0, 4551.0, 4553.0, 4532.0, 4541.0, 4532.0, 4563.0, 4546.0, 4587.0, 4557.0, 4543.0, 4556.0, 4544.0, 4565.0, 4534.0, 4572.0, 4553.0, 4532.0, 4563.0, 4533.0, 4576.0, 4547.0, 4575.0, 4555.0, 4563.0, 4554.0, 4534.0, 4563.0, 4531.0, 4559.0, 4530.0, 4552.0, 4554.0, 4522.0, 4543.0, 4552.0, 4638.0, 4540.0, 4487.0, 4423.0, 4348.0, 4530.0, 4527.0, 4529.0, 4530.0, 4512.0, 4551.0, 4531.0, 4520.0, 4531.0, 4510.0, 4562.0, 4556.0, 4526.0, 4554.0, 4533.0, 4536.0, 4545.0, 4524.0, 4566.0, 4525.0, 4552.0, 4519.0, 4490.0, 4539.0, 4510.0, 4540.0, 4510.0, 4550.0, 4501.0, 4550.0, 4501.0, 4559.0, 4511.0, 4559.0, 4518.0, 4548.0, 4531.0, 4559.0, 4540.0, 4570.0, 4552.0, 4556.0, 4525.0, 4527.0, 4536.0, 4523.0, 4543.0, 4513.0, 4542.0, 4514.0, 4542.0, 4525.0, 4556.0, 4527.0, 4524.0, 4526.0, 4504.0, 4514.0, 4515.0, 4527.0, 4528.0, 4538.0, 4552.0, 4530.0, 4552.0, 4542.0, 4554.0, 4543.0, 4553.0, 4554.0, 4524.0, 4544.0, 4544.0, 4565.0, 4545.0, 4564.0, 4533.0, 4553.0, 4544.0, 4562.0, 4543.0, 4552.0, 4543.0, 4562.0, 4543.0, 4563.0, 4545.0, 4563.0, 4543.0, 4563.0, 4545.0, 4563.0, 4545.0, 4563.0, 4544.0, 4563.0, 4545.0, 4573.0, 4554.0, 4552.0, 4554.0, 4563.0, 4555.0, 4553.0, 4544.0, 4543.0, 4554.0, 4543.0, 4576.0, 4556.0, 4565.0, 4557.0, 4557.0, 4566.0, 4546.0, 4575.0, 4556.0, 4585.0, 4555.0, 4573.0, 4545.0, 4576.0, 4536.0, 4551.0, 4543.0, 4521.0, 4541.0, 4510.0, 4552.0, 4521.0, 4569.0, 4541.0, 4534.0, 4522.0, 4527.0, 4506.0, 4530.0, 4556.0, 4559.0, 4558.0, 4547.0, 4563.0, 4522.0, 4540.0, 4522.0, 4562.0, 4535.0, 4565.0, 4549.0, 4576.0, 4547.0, 4574.0, 4546.0, 4541.0, 4531.0, 4522.0, 4542.0, 4511.0, 4563.0, 4548.0, 4563.0, 4530.0, 4526.0, 4592.0, 4588.0, 4553.0, 4562.0, 4513.0, 4561.0, 4543.0, 4574.0, 4554.0, 4563.0, 4553.0, 4561.0, 4542.0, 4519.0, 4549.0, 4507.0, 4546.0, 4495.0, 4545.0, 4515.0, 4535.0, 4515.0, 4534.0, 4515.0, 4484.0, 4515.0, 4474.0, 4524.0, 4485.0, 4537.0, 4498.0, 4536.0, 4519.0, 4547.0, 4529.0, 4548.0, 4521.0, 4562.0, 4533.0, 4544.0, 4533.0, 4500.0, 4531.0, 4500.0, 4541.0, 4512.0, 4553.0, 4513.0, 4553.0, 4504.0, 4564.0, 4515.0, 4562.0, 4524.0, 4563.0, 4544.0, 4563.0, 4544.0, 4572.0, 4543.0, 4562.0, 4533.0, 4562.0, 4532.0, 4561.0, 4522.0, 4560.0, 4532.0, 4562.0, 4534.0, 4543.0, 4533.0, 4513.0, 4543.0, 4514.0, 4554.0, 4524.0, 4564.0, 4514.0, 4564.0, 4525.0, 4565.0, 4547.0, 4574.0, 4545.0, 4516.0, 4555.0, 4526.0, 4574.0, 4546.0, 4565.0, 4546.0, 4514.0, 4555.0, 4513.0, 4563.0, 4543.0, 4533.0, 4512.0, 4552.0, 4502.0, 4563.0, 4534.0, 4552.0, 4534.0, 4513.0, 4543.0, 4535.0, 4545.0, 4516.0, 4566.0, 4515.0, 4564.0, 4516.0, 4574.0, 4534.0, 4573.0, 4543.0, 4573.0, 4534.0, 4561.0, 4532.0, 4561.0, 4532.0, 4561.0, 4561.0, 4588.0, 4534.0, 4559.0, 4530.0, 4551.0, 4521.0, 4501.0, 4530.0, 4502.0, 4553.0, 4502.0, 4552.0, 4502.0, 4561.0, 4502.0, 4561.0, 4512.0, 4561.0, 4521.0, 4560.0, 4521.0, 4560.0, 4521.0, 4550.0, 4521.0, 4560.0, 4523.0, 4561.0, 4532.0, 4530.0], 'WindowWidth': [10081.0, 10021.0, 10053.0, 9990.0, 10040.0, 9965.0, 10018.0, 9959.0, 10012.0, 9954.0, 10010.0, 10013.0, 10053.0, 9995.0, 9952.0, 9969.0, 9927.0, 9939.0, 9967.0, 10001.0, 9976.0, 9994.0, 9955.0, 9945.0, 9993.0, 9955.0, 10022.0, 9995.0, 10032.0, 9992.0, 10032.0, 9999.0, 10011.0, 9978.0, 9991.0, 9958.0, 9968.0, 9946.0, 9960.0, 9911.0, 9947.0, 9891.0, 9943.0, 9891.0, 9906.0, 9890.0, 9872.0, 9903.0, 9896.0, 9921.0, 9912.0, 9937.0, 9933.0, 9932.0, 9949.0, 9933.0, 9951.0, 9925.0, 9952.0, 9928.0, 9967.0, 9961.0, 9985.0, 9963.0, 9985.0, 9962.0, 9984.0, 9961.0, 9982.0, 9960.0, 9956.0, 9962.0, 9944.0, 9965.0, 9947.0, 9962.0, 9935.0, 9965.0, 9946.0, 9962.0, 9933.0, 9976.0, 9980.0, 10007.0, 9960.0, 9995.0, 9993.0, 9947.0, 9976.0, 10007.0, 9968.0, 9977.0, 9971.0, 9996.0, 9975.0, 10014.0, 9991.0, 10011.0, 9972.0, 10009.0, 9973.0, 10025.0, 9988.0, 10030.0, 9988.0, 10027.0, 9986.0, 10025.0, 9984.0, 10007.0, 9977.0, 9932.0, 9974.0, 9931.0, 9999.0, 9963.0, 9947.0, 9978.0, 9937.0, 10010.0, 9981.0, 9951.0, 9993.0, 9952.0, 10006.0, 9981.0, 9953.0, 10009.0, 9946.0, 9988.0, 9953.0, 9988.0, 9960.0, 9967.0, 9942.0, 9915.0, 9959.0, 9929.0, 9955.0, 9946.0, 9968.0, 9947.0, 9991.0, 9969.0, 9933.0, 9948.0, 9937.0, 9980.0, 9978.0, 9983.0, 9976.0, 9935.0, 9993.0, 9964.0, 9994.0, 10031.0, 9974.0, 9996.0, 9975.0, 10011.0, 9969.0, 9992.0, 9967.0, 9936.0, 10000.0, 9944.0, 10010.0, 9972.0, 10014.0, 9989.0, 9954.0, 9997.0, 9954.0, 9991.0, 9981.0, 9952.0, 10012.0, 9942.0, 10013.0, 9965.0, 10010.0, 9979.0, 10008.0, 9961.0, 9969.0, 9959.0, 9940.0, 9942.0, 9926.0, 9955.0, 9932.0, 9973.0, 9930.0, 9969.0, 9933.0, 9968.0, 9948.0, 9987.0, 9946.0, 9954.0, 9946.0, 9968.0, 9949.0, 9989.0, 9967.0, 9949.0, 9968.0, 9991.0, 9966.0, 9992.0, 9968.0, 9991.0, 9956.0, 9990.0, 9967.0, 10007.0, 9968.0, 9990.0, 9953.0, 10006.0, 9967.0, 10025.0, 9970.0, 9975.0, 9990.0, 9915.0, 9995.0, 9963.0, 10012.0, 9971.0, 9970.0, 9988.0, 9943.0, 10001.0, 9975.0, 10007.0, 9990.0, 9947.0, 10031.0, 9974.0, 10012.0, 9968.0, 10014.0, 9989.0, 9955.0, 10024.0, 9979.0, 9929.0, 9982.0, 9937.0, 10003.0, 9964.0, 10011.0, 9967.0, 9923.0, 9964.0, 9933.0, 9978.0, 9919.0, 9976.0, 9920.0, 9974.0, 9937.0, 9990.0, 9952.0, 9990.0, 9968.0, 10008.0, 9972.0, 9954.0, 9970.0, 9930.0, 9981.0, 9960.0, 10011.0, 9989.0, 9947.0, 9992.0, 10002.0, 10003.0, 10000.0, 9985.0, 9939.0, 9994.0, 9935.0, 10010.0, 9935.0, 10005.0, 9947.0, 9999.0, 9963.0, 10004.0, 9961.0, 9929.0, 9959.0, 9929.0, 9986.0, 9934.0, 9988.0, 9948.0, 9983.0, 9949.0, 10000.0, 9962.0, 9985.0, 9947.0, 9983.0, 9942.0, 9981.0, 9945.0, 9979.0, 9959.0, 9954.0, 9943.0, 9967.0, 9946.0, 9969.0, 9945.0, 9903.0, 9946.0, 9937.0, 9983.0, 9955.0, 9979.0, 9970.0, 9941.0, 9988.0, 9983.0, 10031.0, 9993.0, 9973.0, 9990.0, 10031.0, 9986.0, 10007.0, 9966.0, 9988.0, 9946.0, 9984.0, 9950.0, 9971.0, 9945.0, 9902.0, 9946.0, 9933.0, 9978.0, 9938.0, 9999.0, 9997.0, 10008.0, 9970.0, 10008.0, 9967.0, 10002.0, 9965.0, 10005.0, 9965.0, 9972.0, 9958.0, 9930.0, 9959.0, 9932.0, 9974.0, 9931.0, 9989.0, 9932.0, 9988.0, 9950.0, 9985.0, 9972.0, 9952.0, 9968.0, 9954.0, 9995.0, 9975.0, 9957.0, 9986.0, 9955.0, 10012.0, 9959.0, 10011.0, 9982.0, 10007.0, 9965.0, 9975.0, 9964.0, 9944.0, 9958.0, 9930.0, 9968.0, 9949.0, 9992.0, 9967.0, 9952.0, 9969.0, 9953.0, 9997.0, 9943.0, 10010.0, 9972.0, 10010.0, 9973.0, 10011.0, 9969.0, 9938.0, 9965.0, 9935.0, 9977.0, 9934.0, 9991.0, 9935.0, 9990.0, 9935.0, 9989.0, 9948.0, 9987.0, 9963.0, 9984.0, 9949.0, 9985.0, 9948.0, 9984.0, 9950.0, 9982.0, 9946.0, 9970.0, 9945.0, 9917.0, 9945.0, 9920.0, 9977.0, 9938.0, 9979.0, 9956.0, 9989.0, 9954.0, 9993.0, 9969.0, 9992.0, 9968.0, 10004.0, 9968.0, 10005.0, 9966.0, 9990.0, 9965.0, 10024.0, 9963.0, 9959.0, 9947.0, 9931.0, 9976.0, 9936.0, 9992.0, 9938.0, 9991.0, 9938.0, 9994.0, 9938.0, 9992.0, 9934.0, 9988.0, 9953.0, 9992.0, 9954.0, 9990.0, 9954.0, 9990.0, 9967.0, 10004.0, 9952.0, 9987.0, 9950.0, 9987.0, 9953.0, 9984.0, 9952.0, 9973.0, 9965.0, 10003.0, 9952.0, 9975.0, 9971.0, 9979.0, 9969.0, 9977.0, 9988.0, 9975.0, 9970.0, 9988.0, 9966.0, 10006.0, 9994.0, 9991.0, 9993.0, 9952.0, 10022.0, 9997.0, 10038.0, 10006.0, 10030.0, 9983.0, 10013.0, 9984.0, 9978.0, 9964.0, 9955.0, 9944.0, 9929.0, 9955.0, 9934.0, 10018.0, 9951.0, 9974.0, 9981.0, 9951.0, 9963.0, 9950.0, 9996.0, 9979.0, 10036.0, 9994.0, 9971.0, 9992.0, 9973.0, 10003.0, 9957.0, 10006.0, 9979.0, 9949.0, 9994.0, 9951.0, 10019.0, 9978.0, 10014.0, 9988.0, 9996.0, 9985.0, 9956.0, 9997.0, 9949.0, 9982.0, 9943.0, 9979.0, 9986.0, 9940.0, 9968.0, 9995.0, 10141.0, 9973.0, 9883.0, 9762.0, 9631.0, 9930.0, 9936.0, 9940.0, 9947.0, 9925.0, 9974.0, 9949.0, 9931.0, 9950.0, 9919.0, 9992.0, 9991.0, 9950.0, 9984.0, 9955.0, 9964.0, 9974.0, 9945.0, 10005.0, 9947.0, 9977.0, 9926.0, 9889.0, 9952.0, 9917.0, 9957.0, 9916.0, 9972.0, 9908.0, 9975.0, 9908.0, 9984.0, 9919.0, 9983.0, 9927.0, 9966.0, 9947.0, 9986.0, 9959.0, 10003.0, 9978.0, 9977.0, 9929.0, 9936.0, 9946.0, 9921.0, 9951.0, 9909.0, 9948.0, 9910.0, 9948.0, 9932.0, 9978.0, 9939.0, 9929.0, 9932.0, 9896.0, 9912.0, 9915.0, 9936.0, 9938.0, 9954.0, 9980.0, 9947.0, 9981.0, 9967.0, 9987.0, 9968.0, 9982.0, 9983.0, 9942.0, 9970.0, 9968.0, 10001.0, 9972.0, 9997.0, 9952.0, 9980.0, 9968.0, 9992.0, 9967.0, 9978.0, 9967.0, 9991.0, 9968.0, 9994.0, 9971.0, 9994.0, 9968.0, 9993.0, 9972.0, 9994.0, 9971.0, 9994.0, 9970.0, 9994.0, 9973.0, 10008.0, 9984.0, 9979.0, 9983.0, 9993.0, 9985.0, 9982.0, 9969.0, 9967.0, 9984.0, 9970.0, 10017.0, 9991.0, 10003.0, 9995.0, 9993.0, 10004.0, 9978.0, 10015.0, 9990.0, 10032.0, 9987.0, 10012.0, 9974.0, 10017.0, 9961.0, 9974.0, 9967.0, 9936.0, 9961.0, 9915.0, 9978.0, 9934.0, 10014.0, 9977.0, 9949.0, 9930.0, 9928.0, 9904.0, 9944.0, 9992.0, 9998.0, 10000.0, 9983.0, 9995.0, 9938.0, 9959.0, 9936.0, 9992.0, 9962.0, 10002.0, 9986.0, 10018.0, 9980.0, 10014.0, 9976.0, 9963.0, 9949.0, 9937.0, 9964.0, 9923.0, 9998.0, 9987.0, 10000.0, 9945.0, 9954.0, 10056.0, 10061.0, 10002.0, 10010.0, 9928.0, 9990.0, 9968.0, 10014.0, 9982.0, 9997.0, 9980.0, 9991.0, 9962.0, 9926.0, 9969.0, 9906.0, 9963.0, 9884.0, 9957.0, 9912.0, 9940.0, 9913.0, 9940.0, 9913.0, 9870.0, 9911.0, 9856.0, 9924.0, 9873.0, 9946.0, 9898.0, 9945.0, 9926.0, 9963.0, 9943.0, 9966.0, 9934.0, 9989.0, 9951.0, 9971.0, 9954.0, 9904.0, 9945.0, 9903.0, 9961.0, 9922.0, 9980.0, 9927.0, 9981.0, 9917.0, 9998.0, 9931.0, 9993.0, 9943.0, 9995.0, 9970.0, 9996.0, 9970.0, 10007.0, 9967.0, 9992.0, 9953.0, 9994.0, 9952.0, 9988.0, 9937.0, 9986.0, 9951.0, 9991.0, 9958.0, 9970.0, 9954.0, 9926.0, 9967.0, 9930.0, 9984.0, 9945.0, 9999.0, 9931.0, 9997.0, 9948.0, 10002.0, 9981.0, 10014.0, 9974.0, 9939.0, 9989.0, 9950.0, 10015.0, 9981.0, 10003.0, 9975.0, 9931.0, 9986.0, 9928.0, 9996.0, 9970.0, 9952.0, 9922.0, 9976.0, 9911.0, 9995.0, 9959.0, 9980.0, 9957.0, 9928.0, 9969.0, 9959.0, 9972.0, 9935.0, 10007.0, 9933.0, 10000.0, 9937.0, 10012.0, 9958.0, 10009.0, 9967.0, 10008.0, 9956.0, 9990.0, 9951.0, 9989.0, 9949.0, 9989.0, 10010.0, 10041.0, 9957.0, 9982.0, 9944.0, 9975.0, 9935.0, 9908.0, 9948.0, 9911.0, 9982.0, 9912.0, 9977.0, 9909.0, 9989.0, 9912.0, 9990.0, 9923.0, 9990.0, 9935.0, 9987.0, 9934.0, 9987.0, 9934.0, 9972.0, 9934.0, 9986.0, 9941.0, 9990.0, 9952.0, 9946.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.005922009184845005</td></tr>
<tr><td colspan=3>aqi</td><td>0.03266412675086108</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.243440483379274</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3045672891724156</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0898001575632184</td></tr>
<tr><td colspan=3>efc</td><td>0.4752</td></tr>
<tr><td colspan=3>fber</td><td>5340.0361</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14397406333788057</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.040183696900115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.605744204373908</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559249757164549</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8333347506298536</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.424648105327322</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131307</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004702240228652954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018483884632587433</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.807039165199751</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>33.9795</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5583</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.1925</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300180.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.8635</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1422</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.5557</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3703.4962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.9689</td></tr>
<tr><td colspan=3>tsnr</td><td>34.42593628016766</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>