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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_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-03_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-03_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-03/func/sub-0087_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b6f676c3249f855535c9501ee0ee716a</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:34:57.630000</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</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>e2ba4c22-7c59-4afa-86c7-71534051a975||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': ['123457.630000', '123458.090000', '123458.550000', '123459.010000', '123459.470000', '123459.930000', '123500.390000', '123500.850000', '123501.310000', '123501.770000', '123502.230000', '123502.690000', '123503.150000', '123503.610000', '123504.070000', '123504.530000', '123504.990000', '123505.450000', '123505.910000', '123506.370000', '123506.830000', '123507.290000', '123507.750000', '123508.210000', '123508.670000', '123509.130000', '123509.590000', '123510.050000', '123510.510000', '123510.970000', '123511.430000', '123511.890000', '123512.350000', '123512.810000', '123513.270000', '123513.730000', '123514.190000', '123514.650000', '123515.110000', '123515.570000', '123516.030000', '123516.490000', '123516.950000', '123517.410000', '123517.870000', '123518.330000', '123518.790000', '123519.250000', '123519.710000', '123520.170000', '123520.630000', '123521.090000', '123521.550000', '123522.010000', '123522.470000', '123522.930000', '123523.390000', '123523.850000', '123524.310000', '123524.770000', '123525.230000', '123525.690000', '123526.150000', '123526.610000', '123527.070000', '123527.530000', '123527.990000', '123528.450000', '123528.910000', '123529.370000', '123529.830000', '123530.290000', '123530.750000', '123531.210000', '123531.670000', '123532.130000', '123532.590000', '123533.050000', '123533.510000', '123533.970000', '123534.430000', '123534.890000', '123535.350000', '123535.810000', '123536.270000', '123536.730000', '123537.190000', '123537.650000', '123538.110000', '123538.570000', '123539.030000', '123539.490000', '123539.950000', '123540.410000', '123540.870000', '123541.330000', '123541.790000', '123542.250000', '123542.710000', '123543.170000', '123543.630000', '123544.090000', '123544.550000', '123545.010000', '123545.470000', '123545.930000', '123546.390000', '123546.850000', '123547.310000', '123547.770000', '123548.230000', '123548.690000', '123549.150000', '123549.610000', '123550.070000', '123550.530000', '123550.990000', '123551.450000', '123551.910000', '123552.370000', '123552.830000', '123553.290000', '123553.750000', '123554.210000', '123554.670000', '123555.130000', '123555.590000', '123556.050000', '123556.510000', '123556.970000', '123557.430000', '123557.890000', '123558.350000', '123558.810000', '123559.270000', '123559.730000', '123600.190000', '123600.650000', '123601.110000', '123601.570000', '123602.030000', '123602.490000', '123602.950000', '123603.410000', '123603.870000', '123604.330000', '123604.790000', '123605.250000', '123605.710000', '123606.170000', '123606.630000', '123607.090000', '123607.550000', '123608.010000', '123608.470000', '123608.930000', '123609.390000', '123609.850000', '123610.310000', '123610.770000', '123611.230000', '123611.690000', '123612.150000', '123612.610000', '123613.070000', '123613.530000', '123613.990000', '123614.450000', '123614.910000', '123615.370000', '123615.830000', '123616.290000', '123616.750000', '123617.210000', '123617.670000', '123618.130000', '123618.590000', '123619.050000', '123619.510000', '123619.970000', '123620.430000', '123620.890000', '123621.350000', '123621.810000', '123622.270000', '123622.730000', '123623.190000', '123623.650000', '123624.110000', '123624.570000', '123625.030000', '123625.490000', '123625.950000', '123626.410000', '123626.870000', '123627.330000', '123627.790000', '123628.250000', '123628.710000', '123629.170000', '123629.630000', '123630.090000', '123630.550000', '123631.010000', '123631.470000', '123631.930000', '123632.390000', '123632.850000', '123633.310000', '123633.770000', '123634.230000', '123634.690000', '123635.150000', '123635.610000', '123636.070000', '123636.530000', '123636.990000', '123637.450000', '123637.910000', '123638.370000', '123638.830000', '123639.290000', '123639.750000', '123640.210000', '123640.670000', '123641.130000', '123641.590000', '123642.050000', '123642.510000', '123642.970000', '123643.430000', '123643.890000', '123644.350000', '123644.810000', '123645.270000', '123645.730000', '123646.190000', '123646.650000', '123647.110000', '123647.570000', '123648.030000', '123648.490000', '123648.950000', '123649.410000', '123649.870000', '123650.330000', '123650.790000', '123651.250000', '123651.710000', '123652.170000', '123652.630000', '123653.090000', '123653.550000', '123654.010000', '123654.470000', '123654.930000', '123655.390000', '123655.850000', '123656.310000', '123656.770000', '123657.230000', '123657.690000', '123658.150000', '123658.610000', '123659.070000', '123659.530000', '123659.990000', '123700.450000', '123700.910000', '123701.370000', '123701.830000', '123702.290000', '123702.750000', '123703.210000', '123703.670000', '123704.130000', '123704.590000', '123705.050000', '123705.510000', '123705.970000', '123706.430000', '123706.890000', '123707.350000', '123707.810000', '123708.270000', '123708.730000', '123709.190000', '123709.650000', '123710.110000', '123710.570000', '123711.030000', '123711.490000', '123711.950000', '123712.410000', '123712.870000', '123713.330000', '123713.790000', '123714.250000', '123714.710000', '123715.170000', '123715.630000', '123716.090000', '123716.550000', '123717.010000', '123717.470000', '123717.930000', '123718.390000', '123718.850000', '123719.310000', '123719.770000', '123720.230000', '123720.690000', '123721.150000', '123721.610000', '123722.070000', '123722.530000', '123722.990000', '123723.450000', '123723.910000', '123724.370000', '123724.830000', '123725.290000', '123725.750000', '123726.210000', '123726.670000', '123727.130000', '123727.590000', '123728.050000', '123728.510000', '123728.970000', '123729.430000', '123729.890000', '123730.350000', '123730.810000', '123731.270000', '123731.730000', '123732.190000', '123732.650000', '123733.110000', '123733.570000', '123734.030000', '123734.490000', '123734.950000', '123735.410000', '123735.870000', '123736.330000', '123736.790000', '123737.250000', '123737.710000', '123738.170000', '123738.630000', '123739.090000', '123739.550000', '123740.010000', '123740.470000', '123740.930000', '123741.390000', '123741.850000', '123742.310000', '123742.770000', '123743.230000', '123743.690000', '123744.150000', '123744.610000', '123745.070000', '123745.530000', '123745.990000', '123746.450000', '123746.910000', '123747.370000', '123747.830000', '123748.290000', '123748.750000', '123749.210000', '123749.670000', '123750.130000', '123750.590000', '123751.050000', '123751.510000', '123751.970000', '123752.430000', '123752.890000', '123753.350000', '123753.810000', '123754.270000', '123754.730000', '123755.190000', '123755.650000', '123756.110000', '123756.570000', '123757.030000', '123757.490000', '123757.950000', '123758.410000', '123758.870000', '123759.330000', '123759.790000', '123800.250000', '123800.710000', '123801.170000', '123801.630000', '123802.090000', '123802.550000', '123803.010000', '123803.470000', '123803.930000', '123804.390000', '123804.850000', '123805.310000', '123805.770000', '123806.230000', '123806.690000', '123807.150000', '123807.610000', '123808.070000', '123808.530000', '123808.990000', '123809.450000', '123809.910000', '123810.370000', '123810.830000', '123811.290000', '123811.750000', '123812.210000', '123812.670000', '123813.130000', '123813.590000', '123814.050000', '123814.510000', '123814.970000', '123815.430000', '123815.890000', '123816.350000', '123816.810000', '123817.270000', '123817.730000', '123818.190000', '123818.650000', '123819.110000', '123819.570000', '123820.030000', '123820.490000', '123820.950000', '123821.410000', '123821.870000', '123822.330000', '123822.790000', '123823.250000', '123823.710000', '123824.170000', '123824.630000', '123825.090000', '123825.550000', '123826.010000', '123826.470000', '123826.930000', '123827.390000', '123827.850000', '123828.310000', '123828.770000', '123829.230000', '123829.690000', '123830.150000', '123830.610000', '123831.070000', '123831.530000', '123831.990000', '123832.450000', '123832.910000', '123833.370000', '123833.830000', '123834.290000', '123834.750000', '123835.210000', '123835.670000', '123836.130000', '123836.590000', '123837.050000', '123837.510000', '123837.970000', '123838.430000', '123838.890000', '123839.350000', '123839.810000', '123840.270000', '123840.730000', '123841.190000', '123841.650000', '123842.110000', '123842.570000', '123843.030000', '123843.490000', '123843.950000', '123844.410000', '123844.870000', '123845.330000', '123845.790000', '123846.250000', '123846.710000', '123847.170000', '123847.630000', '123848.090000', '123848.550000', '123849.010000', '123849.470000', '123849.930000', '123850.390000', '123850.850000', '123851.310000', '123851.770000', '123852.230000', '123852.690000', '123853.150000', '123853.610000', '123854.070000', '123854.530000', '123854.990000', '123855.450000', '123855.910000', '123856.370000', '123856.830000', '123857.290000', '123857.750000', '123858.210000', '123858.670000', '123859.130000', '123859.590000', '123900.050000', '123900.510000', '123900.970000', '123901.430000', '123901.890000', '123902.350000', '123902.810000', '123903.270000', '123903.730000', '123904.190000', '123904.650000', '123905.110000', '123905.570000', '123906.030000', '123906.490000', '123906.950000', '123907.410000', '123907.870000', '123908.330000', '123908.790000', '123909.250000', '123909.710000', '123910.170000', '123910.630000', '123911.090000', '123911.550000', '123912.010000', '123912.470000', '123912.930000', '123913.390000', '123913.850000', '123914.310000', '123914.770000', '123915.230000', '123915.690000', '123916.150000', '123916.610000', '123917.070000', '123917.530000', '123917.990000', '123918.450000', '123918.910000', '123919.370000', '123919.830000', '123920.290000', '123920.750000', '123921.210000', '123921.670000', '123922.130000', '123922.590000', '123923.050000', '123923.510000', '123923.970000', '123924.430000', '123924.890000', '123925.350000', '123925.810000', '123926.270000', '123926.730000', '123927.190000', '123927.650000', '123928.110000', '123928.570000', '123929.030000', '123929.490000', '123929.950000', '123930.410000', '123930.870000', '123931.330000', '123931.790000', '123932.250000', '123932.710000', '123933.170000', '123933.630000', '123934.090000', '123934.550000', '123935.010000', '123935.470000', '123935.930000', '123936.390000', '123936.850000', '123937.310000', '123937.770000', '123938.230000', '123938.690000', '123939.150000', '123939.610000', '123940.070000', '123940.530000', '123940.990000', '123941.450000', '123941.910000', '123942.370000', '123942.830000', '123943.290000', '123943.750000', '123944.210000', '123944.670000', '123945.130000', '123945.590000', '123946.050000', '123946.510000', '123946.970000', '123947.430000', '123947.890000', '123948.350000', '123948.810000', '123949.270000', '123949.730000', '123950.190000', '123950.650000', '123951.110000', '123951.570000', '123952.030000', '123952.490000', '123952.950000', '123953.410000', '123953.870000', '123954.330000', '123954.790000', '123955.250000', '123955.710000', '123956.170000', '123956.630000', '123957.090000', '123957.550000', '123958.010000', '123958.470000', '123958.930000', '123959.390000', '123959.850000', '124000.310000', '124000.770000', '124001.230000', '124001.690000', '124002.150000', '124002.610000', '124003.070000', '124003.530000', '124003.990000', '124004.450000', '124004.910000', '124005.370000', '124005.830000', '124006.290000', '124006.750000', '124007.210000', '124007.670000', '124008.130000', '124008.590000', '124009.050000', '124009.510000', '124009.970000', '124010.430000', '124010.890000', '124011.350000', '124011.810000', '124012.270000', '124012.730000', '124013.190000', '124013.650000', '124014.110000', '124014.570000', '124015.030000', '124015.490000', '124015.950000', '124016.410000', '124016.870000', '124017.330000', '124017.790000', '124018.250000', '124018.710000', '124019.170000', '124019.630000', '124020.090000', '124020.550000', '124021.010000', '124021.470000', '124021.930000', '124022.390000', '124022.850000', '124023.310000', '124023.770000', '124024.230000', '124024.690000', '124025.150000', '124025.610000', '124026.070000', '124026.530000', '124026.990000', '124027.450000', '124027.910000', '124028.370000', '124028.830000', '124029.290000', '124029.750000', '124030.210000', '124030.670000', '124031.130000', '124031.590000', '124032.050000', '124032.510000', '124032.970000', '124033.430000', '124033.890000', '124034.350000', '124034.810000', '124035.270000', '124035.730000', '124036.190000', '124036.650000', '124037.110000', '124037.570000', '124038.030000', '124038.490000', '124038.950000', '124039.410000', '124039.870000', '124040.330000', '124040.790000', '124041.250000', '124041.710000', '124042.170000', '124042.630000', '124043.090000', '124043.550000', '124044.010000', '124044.470000', '124044.930000', '124045.390000', '124045.850000', '124046.310000', '124046.770000', '124047.230000', '124047.690000', '124048.150000', '124048.610000', '124049.070000', '124049.530000', '124049.990000', '124050.450000', '124050.910000', '124051.370000', '124051.830000', '124052.290000', '124052.750000', '124053.210000', '124053.670000', '124054.130000', '124054.590000', '124055.050000', '124055.510000', '124055.970000', '124056.430000', '124056.890000', '124057.350000', '124057.810000', '124058.270000', '124058.730000', '124059.190000', '124059.650000', '124100.110000', '124100.570000', '124101.030000', '124101.490000', '124101.950000', '124102.410000', '124102.870000', '124103.330000', '124103.790000', '124104.250000', '124104.710000', '124105.170000', '124105.630000', '124106.090000', '124106.550000', '124107.010000', '124107.470000', '124107.930000', '124108.390000', '124108.850000', '124109.310000', '124109.770000', '124110.230000', '124110.690000', '124111.150000', '124111.610000', '124112.070000', '124112.530000', '124112.990000', '124113.450000', '124113.910000', '124114.370000', '124114.830000', '124115.290000', '124115.750000', '124116.210000', '124116.670000', '124117.130000', '124117.590000', '124118.050000', '124118.510000', '124118.970000', '124119.430000', '124119.890000', '124120.350000', '124120.810000', '124121.270000', '124121.730000', '124122.190000', '124122.650000', '124123.110000', '124123.570000', '124124.030000', '124124.490000', '124124.950000', '124125.410000', '124125.870000', '124126.330000', '124126.790000', '124127.250000', '124127.710000', '124128.170000', '124128.630000', '124129.090000', '124129.550000', '124130.010000', '124130.470000', '124130.930000', '124131.390000', '124131.850000', '124132.310000', '124132.770000', '124133.230000', '124133.690000', '124134.150000', '124134.610000', '124135.070000', '124135.530000', '124135.990000', '124136.450000', '124136.910000', '124137.370000', '124137.830000', '124138.290000'], 'ContentTime': ['123507.495000', '123507.498000', '123507.500000', '123507.503000', '123507.506000', '123507.508000', '123507.511000', '123507.513000', '123507.516000', '123507.519000', '123507.521000', '123507.524000', '123507.526000', '123507.529000', '123507.531000', '123507.534000', '123507.536000', '123507.539000', '123507.541000', '123507.544000', '123527.461000', '123527.464000', '123527.467000', '123527.469000', '123527.472000', '123527.474000', '123527.477000', '123527.479000', '123527.482000', '123527.485000', '123527.487000', '123527.490000', '123527.492000', '123527.495000', '123527.497000', '123527.500000', '123527.502000', '123527.505000', '123527.508000', '123527.510000', '123527.513000', '123527.515000', '123527.518000', '123527.521000', '123527.523000', '123527.526000', '123527.528000', '123527.531000', '123527.534000', '123527.536000', '123527.539000', '123527.541000', '123527.544000', '123527.546000', '123527.552000', '123527.555000', '123527.558000', '123527.560000', '123527.563000', '123527.565000', '123527.568000', '123527.570000', '123527.573000', '123547.461000', '123547.469000', '123547.472000', '123547.474000', '123547.477000', '123547.480000', '123547.482000', '123547.485000', '123547.487000', '123547.490000', '123547.492000', '123547.495000', '123547.498000', '123547.500000', '123547.503000', '123547.505000', '123547.508000', '123547.511000', '123547.513000', '123547.516000', '123547.518000', '123547.521000', '123547.524000', '123547.526000', '123547.529000', '123547.531000', '123547.534000', '123547.536000', '123547.539000', '123547.541000', '123547.544000', '123547.546000', '123547.549000', '123547.552000', '123547.554000', '123547.557000', '123547.560000', '123547.562000', '123547.565000', '123547.567000', '123547.570000', '123547.573000', '123547.575000', '123547.578000', '123607.461000', '123607.464000', '123607.467000', '123607.469000', '123607.472000', '123607.474000', '123607.477000', '123607.479000', '123607.482000', '123607.484000', '123607.487000', '123607.493000', '123607.495000', '123607.498000', '123607.500000', '123607.503000', '123607.506000', '123607.508000', '123607.532000', '123607.534000', '123607.537000', '123607.539000', '123607.542000', '123607.544000', '123607.547000', '123607.550000', '123607.552000', '123607.555000', '123607.557000', '123607.560000', '123607.562000', '123607.565000', '123607.568000', '123607.579000', '123607.582000', '123607.584000', '123607.587000', '123607.589000', '123607.592000', '123607.595000', '123607.597000', '123607.600000', '123607.602000', '123627.461000', '123627.464000', '123627.467000', '123627.469000', '123627.472000', '123627.474000', '123627.477000', '123627.479000', '123627.482000', '123627.484000', '123627.487000', '123627.489000', '123627.492000', '123627.495000', '123627.497000', '123627.500000', '123627.503000', '123627.505000', '123627.508000', '123627.511000', '123627.513000', '123627.516000', '123627.518000', '123627.521000', '123627.523000', '123627.526000', '123627.528000', '123627.531000', '123627.534000', '123627.536000', '123627.539000', '123627.541000', '123627.544000', '123627.546000', '123627.549000', '123627.551000', '123627.554000', '123627.557000', '123627.559000', '123627.562000', '123627.564000', '123627.567000', '123627.569000', '123627.572000', '123647.460000', '123647.463000', '123647.466000', '123647.469000', '123647.471000', '123647.474000', '123647.476000', '123647.479000', '123647.481000', '123647.484000', '123647.486000', '123647.489000', '123647.491000', '123647.494000', '123647.497000', '123647.499000', '123647.502000', '123647.504000', '123647.507000', '123647.510000', '123647.512000', '123647.515000', '123647.517000', '123647.520000', '123647.522000', '123647.525000', '123647.528000', '123647.530000', '123647.533000', '123647.535000', '123647.538000', '123647.540000', '123647.543000', '123647.546000', '123647.548000', '123647.551000', '123647.554000', '123647.556000', '123647.559000', '123647.561000', '123647.564000', '123647.566000', '123647.569000', '123707.461000', '123707.464000', '123707.467000', '123707.470000', '123707.472000', '123707.475000', '123707.478000', '123707.480000', '123707.483000', '123707.485000', '123707.488000', '123707.490000', '123707.493000', '123707.495000', '123707.498000', '123707.500000', '123707.503000', '123707.506000', '123707.508000', '123707.511000', '123707.513000', '123707.516000', '123707.518000', '123707.521000', '123707.523000', '123707.526000', '123707.528000', '123707.531000', '123707.534000', '123707.536000', '123707.539000', '123707.541000', '123707.544000', '123707.546000', '123707.549000', '123707.552000', '123707.554000', '123707.557000', '123707.559000', '123707.562000', '123707.564000', '123707.567000', '123707.569000', '123727.461000', '123727.464000', '123727.467000', '123727.469000', '123727.472000', '123727.475000', '123727.477000', '123727.480000', '123727.482000', '123727.485000', '123727.488000', '123727.490000', '123727.493000', '123727.495000', '123727.498000', '123727.500000', '123727.503000', '123727.506000', '123727.508000', '123727.511000', '123727.513000', '123727.516000', '123727.518000', '123727.521000', '123727.524000', '123727.526000', '123727.529000', '123727.531000', '123727.534000', '123727.536000', '123727.539000', '123727.542000', '123727.544000', '123727.547000', '123727.549000', '123727.552000', '123727.554000', '123727.557000', '123727.560000', '123727.562000', '123727.565000', '123727.567000', '123727.570000', '123727.572000', '123747.461000', '123747.464000', '123747.467000', '123747.469000', '123747.472000', '123747.474000', '123747.477000', '123747.480000', '123747.482000', '123747.485000', '123747.487000', '123747.490000', '123747.493000', '123747.496000', '123747.498000', '123747.501000', '123747.504000', '123747.506000', '123747.509000', '123747.511000', '123747.514000', '123747.516000', '123747.519000', '123747.522000', '123747.524000', '123747.527000', '123747.529000', '123747.532000', '123747.535000', '123747.542000', '123747.545000', '123747.548000', '123747.550000', '123747.553000', '123747.562000', '123747.565000', '123747.567000', '123747.570000', '123747.572000', '123747.575000', '123747.578000', '123747.580000', '123747.583000', '123747.585000', '123807.461000', '123807.464000', '123807.467000', '123807.469000', '123807.472000', '123807.474000', '123807.477000', '123807.480000', '123807.482000', '123807.485000', '123807.487000', '123807.490000', '123807.492000', '123807.495000', '123807.498000', '123807.500000', '123807.503000', '123807.505000', '123807.508000', '123807.510000', '123807.513000', '123807.516000', '123807.518000', '123807.521000', '123807.523000', '123807.526000', '123807.529000', '123807.531000', '123807.534000', '123807.536000', '123807.539000', '123807.542000', '123807.544000', '123807.547000', '123807.549000', '123807.552000', '123807.554000', '123807.557000', '123807.560000', '123807.562000', '123807.565000', '123807.567000', '123807.570000', '123827.461000', '123827.464000', '123827.467000', '123827.469000', '123827.472000', '123827.475000', '123827.477000', '123827.480000', '123827.483000', '123827.485000', '123827.488000', '123827.490000', '123827.493000', '123827.496000', '123827.498000', '123827.501000', '123827.504000', '123827.506000', '123827.509000', '123827.511000', '123827.514000', '123827.516000', '123827.524000', '123827.527000', '123827.529000', '123827.532000', '123827.534000', '123827.537000', '123827.540000', '123827.542000', '123827.545000', '123827.547000', '123827.550000', '123827.553000', '123827.555000', '123827.558000', '123827.560000', '123827.563000', '123827.566000', '123827.568000', '123827.571000', '123827.574000', '123827.576000', '123847.460000', '123847.463000', '123847.466000', '123847.468000', '123847.471000', '123847.474000', '123847.476000', '123847.479000', '123847.481000', '123847.484000', '123847.487000', '123847.489000', '123847.492000', '123847.494000', '123847.497000', '123847.499000', '123847.502000', '123847.504000', '123847.507000', '123847.510000', '123847.512000', '123847.515000', '123847.517000', '123847.520000', '123847.522000', '123847.525000', '123847.527000', '123847.530000', '123847.533000', '123847.535000', '123847.538000', '123847.540000', '123847.543000', '123847.546000', '123847.548000', '123847.551000', '123847.554000', '123847.556000', '123847.559000', '123847.561000', '123847.564000', '123847.566000', '123847.569000', '123847.572000', '123907.460000', '123907.463000', '123907.466000', '123907.468000', '123907.471000', '123907.473000', '123907.476000', '123907.478000', '123907.481000', '123907.484000', '123907.486000', '123907.489000', '123907.491000', '123907.494000', '123907.497000', '123907.499000', '123907.502000', '123907.504000', '123907.507000', '123907.509000', '123907.512000', '123907.515000', '123907.518000', '123907.520000', '123907.523000', '123907.526000', '123907.530000', '123907.533000', '123907.536000', '123907.538000', '123907.541000', '123907.543000', '123907.546000', '123907.555000', '123907.558000', '123907.561000', '123907.563000', '123907.566000', '123907.568000', '123907.571000', '123907.574000', '123907.576000', '123907.579000', '123927.462000', '123927.464000', '123927.467000', '123927.470000', '123927.472000', '123927.475000', '123927.477000', '123927.480000', '123927.482000', '123927.485000', '123927.488000', '123927.500000', '123927.502000', '123927.505000', '123927.508000', '123927.510000', '123927.513000', '123927.516000', '123927.518000', '123927.521000', '123927.524000', '123927.526000', '123927.529000', '123927.531000', '123927.534000', '123927.537000', '123927.539000', '123927.542000', '123927.544000', '123927.547000', '123927.549000', '123927.552000', '123927.555000', '123927.557000', '123927.560000', '123927.562000', '123927.565000', '123927.567000', '123927.570000', '123927.573000', '123927.575000', '123927.578000', '123927.580000', '123927.583000', '123947.462000', '123947.465000', '123947.467000', '123947.470000', '123947.472000', '123947.475000', '123947.477000', '123947.480000', '123947.483000', '123947.485000', '123947.488000', '123947.491000', '123947.493000', '123947.496000', '123947.498000', '123947.501000', '123947.503000', '123947.506000', '123947.508000', '123947.511000', '123947.513000', '123947.516000', '123947.518000', '123947.521000', '123947.524000', '123947.526000', '123947.529000', '123947.532000', '123947.534000', '123947.537000', '123947.539000', '123947.542000', '123947.544000', '123947.547000', '123947.549000', '123947.552000', '123947.554000', '123947.557000', '123947.560000', '123947.562000', '123947.565000', '123947.567000', '123947.570000', '124007.461000', '124007.464000', '124007.467000', '124007.469000', '124007.472000', '124007.475000', '124007.477000', '124007.480000', '124007.482000', '124007.494000', '124007.497000', '124007.499000', '124007.502000', '124007.504000', '124007.507000', '124007.509000', '124007.512000', '124007.515000', '124007.517000', '124007.520000', '124007.522000', '124007.525000', '124007.527000', '124007.530000', '124007.533000', '124007.535000', '124007.538000', '124007.540000', '124007.543000', '124007.545000', '124007.548000', '124007.550000', '124007.553000', '124007.556000', '124007.558000', '124007.561000', '124007.563000', '124007.566000', '124007.569000', '124007.572000', '124007.574000', '124007.577000', '124007.579000', '124007.582000', '124027.461000', '124027.464000', '124027.467000', '124027.469000', '124027.472000', '124027.475000', '124027.477000', '124027.480000', '124027.482000', '124027.485000', '124027.488000', '124027.490000', '124027.493000', '124027.495000', '124027.498000', '124027.500000', '124027.503000', '124027.506000', '124027.508000', '124027.511000', '124027.514000', '124027.517000', '124027.519000', '124027.522000', '124027.525000', '124027.528000', '124027.531000', '124027.534000', '124027.536000', '124027.539000', '124027.541000', '124027.544000', '124027.547000', '124027.549000', '124027.552000', '124027.554000', '124027.557000', '124027.559000', '124027.562000', '124027.565000', '124027.567000', '124027.570000', '124027.573000', '124047.461000', '124047.465000', '124047.467000', '124047.470000', '124047.472000', '124047.475000', '124047.478000', '124047.480000', '124047.483000', '124047.486000', '124047.488000', '124047.491000', '124047.493000', '124047.496000', '124047.498000', '124047.501000', '124047.504000', '124047.506000', '124047.509000', '124047.511000', '124047.514000', '124047.516000', '124047.526000', '124047.529000', '124047.531000', '124047.534000', '124047.537000', '124047.539000', '124047.542000', '124047.545000', '124047.547000', '124047.550000', '124047.552000', '124047.555000', '124047.558000', '124047.560000', '124047.563000', '124047.565000', '124047.568000', '124047.571000', '124047.573000', '124047.576000', '124047.578000', '124047.581000', '124107.460000', '124107.463000', '124107.466000', '124107.468000', '124107.471000', '124107.474000', '124107.476000', '124107.479000', '124107.481000', '124107.484000', '124107.486000', '124107.489000', '124107.492000', '124107.495000', '124107.498000', '124107.501000', '124107.503000', '124107.506000', '124107.508000', '124107.511000', '124107.513000', '124107.516000', '124107.519000', '124107.521000', '124107.524000', '124107.526000', '124107.529000', '124107.532000', '124107.534000', '124107.537000', '124107.540000', '124107.542000', '124107.545000', '124107.548000', '124107.550000', '124107.553000', '124107.556000', '124107.558000', '124107.561000', '124107.563000', '124107.566000', '124107.569000', '124107.571000', '124127.460000', '124127.463000', '124127.466000', '124127.468000', '124127.471000', '124127.474000', '124127.476000', '124127.479000', '124127.481000', '124127.484000', '124127.486000', '124127.489000', '124127.491000', '124127.494000', '124127.497000', '124127.499000', '124127.502000', '124127.504000', '124127.507000', '124127.510000', '124127.512000', '124127.515000', '124127.517000', '124127.520000', '124127.523000', '124127.525000', '124127.528000', '124127.530000', '124127.533000', '124127.535000', '124127.538000', '124127.541000', '124127.543000', '124127.546000', '124127.548000', '124127.551000', '124127.554000', '124127.556000', '124127.559000', '124127.561000', '124127.564000', '124127.566000', '124127.569000', '124127.572000', '124139.271000', '124139.274000', '124139.276000', '124139.279000', '124139.282000', '124139.284000', '124139.287000', '124139.290000', '124139.292000', '124139.295000', '124139.298000', '124139.300000', '124139.303000', '124139.306000', '124139.308000', '124139.311000', '124139.313000', '124139.316000', '124139.319000', '124139.328000', '124139.331000', '124139.334000', '124139.337000', '124139.340000', '124139.343000', '124139.348000'], 'InstanceCreationTime': ['123507.495000', '123507.498000', '123507.500000', '123507.503000', '123507.506000', '123507.508000', '123507.511000', '123507.513000', '123507.516000', '123507.519000', '123507.521000', '123507.524000', '123507.526000', '123507.529000', '123507.531000', '123507.534000', '123507.536000', '123507.539000', '123507.541000', '123507.544000', '123527.461000', '123527.464000', '123527.467000', '123527.469000', '123527.472000', '123527.474000', '123527.477000', '123527.479000', '123527.482000', '123527.485000', '123527.487000', '123527.490000', '123527.492000', '123527.495000', '123527.497000', '123527.500000', '123527.502000', '123527.505000', '123527.508000', '123527.510000', '123527.513000', '123527.515000', '123527.518000', '123527.521000', '123527.523000', '123527.526000', '123527.528000', '123527.531000', '123527.534000', '123527.536000', '123527.539000', '123527.541000', '123527.544000', '123527.546000', '123527.552000', '123527.555000', '123527.558000', '123527.560000', '123527.563000', '123527.565000', '123527.568000', '123527.570000', '123527.573000', '123547.461000', '123547.469000', '123547.472000', '123547.474000', '123547.477000', '123547.480000', '123547.482000', '123547.485000', '123547.487000', '123547.490000', '123547.492000', '123547.495000', '123547.498000', '123547.500000', '123547.503000', '123547.505000', '123547.508000', '123547.511000', '123547.513000', '123547.516000', '123547.518000', '123547.521000', '123547.524000', '123547.526000', '123547.529000', '123547.531000', '123547.534000', '123547.536000', '123547.539000', '123547.541000', '123547.544000', '123547.546000', '123547.549000', '123547.552000', '123547.554000', '123547.557000', '123547.560000', '123547.562000', '123547.565000', '123547.567000', '123547.570000', '123547.573000', '123547.575000', '123547.578000', '123607.461000', '123607.464000', '123607.467000', '123607.469000', '123607.472000', '123607.474000', '123607.477000', '123607.479000', '123607.482000', '123607.484000', '123607.487000', '123607.493000', '123607.495000', '123607.498000', '123607.500000', '123607.503000', '123607.506000', '123607.508000', '123607.532000', '123607.534000', '123607.537000', '123607.539000', '123607.542000', '123607.544000', '123607.547000', '123607.550000', '123607.552000', '123607.555000', '123607.557000', '123607.560000', '123607.562000', '123607.565000', '123607.568000', '123607.579000', '123607.582000', '123607.584000', '123607.587000', '123607.589000', '123607.592000', '123607.595000', '123607.597000', '123607.600000', '123607.602000', '123627.461000', '123627.464000', '123627.467000', '123627.469000', '123627.472000', '123627.474000', '123627.477000', '123627.479000', '123627.482000', '123627.484000', '123627.487000', '123627.489000', '123627.492000', '123627.495000', '123627.497000', '123627.500000', '123627.503000', '123627.505000', '123627.508000', '123627.511000', '123627.513000', '123627.516000', '123627.518000', '123627.521000', '123627.523000', '123627.526000', '123627.528000', '123627.531000', '123627.534000', '123627.536000', '123627.539000', '123627.541000', '123627.544000', '123627.546000', '123627.549000', '123627.551000', '123627.554000', '123627.557000', '123627.559000', '123627.562000', '123627.564000', '123627.567000', '123627.569000', '123627.572000', '123647.460000', '123647.463000', '123647.466000', '123647.469000', '123647.471000', '123647.474000', '123647.476000', '123647.479000', '123647.481000', '123647.484000', '123647.486000', '123647.489000', '123647.491000', '123647.494000', '123647.497000', '123647.499000', '123647.502000', '123647.504000', '123647.507000', '123647.510000', '123647.512000', '123647.515000', '123647.517000', '123647.520000', '123647.522000', '123647.525000', '123647.528000', '123647.530000', '123647.533000', '123647.535000', '123647.538000', '123647.540000', '123647.543000', '123647.546000', '123647.548000', '123647.551000', '123647.554000', '123647.556000', '123647.559000', '123647.561000', '123647.564000', '123647.566000', '123647.569000', '123707.461000', '123707.464000', '123707.467000', '123707.470000', '123707.472000', '123707.475000', '123707.478000', '123707.480000', '123707.483000', '123707.485000', '123707.488000', '123707.490000', '123707.493000', '123707.495000', '123707.498000', '123707.500000', '123707.503000', '123707.506000', '123707.508000', '123707.511000', '123707.513000', '123707.516000', '123707.518000', '123707.521000', '123707.523000', '123707.526000', '123707.528000', '123707.531000', '123707.534000', '123707.536000', '123707.539000', '123707.541000', '123707.544000', '123707.546000', '123707.549000', '123707.552000', '123707.554000', '123707.557000', '123707.559000', '123707.562000', '123707.564000', '123707.567000', '123707.569000', '123727.461000', '123727.464000', '123727.467000', '123727.469000', '123727.472000', '123727.475000', '123727.477000', '123727.480000', '123727.482000', '123727.485000', '123727.488000', '123727.490000', '123727.493000', '123727.495000', '123727.498000', '123727.500000', '123727.503000', '123727.506000', '123727.508000', '123727.511000', '123727.513000', '123727.516000', '123727.518000', '123727.521000', '123727.524000', '123727.526000', '123727.529000', '123727.531000', '123727.534000', '123727.536000', '123727.539000', '123727.542000', '123727.544000', '123727.547000', '123727.549000', '123727.552000', '123727.554000', '123727.557000', '123727.560000', '123727.562000', '123727.565000', '123727.567000', '123727.570000', '123727.572000', '123747.461000', '123747.464000', '123747.467000', '123747.469000', '123747.472000', '123747.474000', '123747.477000', '123747.480000', '123747.482000', '123747.485000', '123747.487000', '123747.490000', '123747.493000', '123747.496000', '123747.498000', '123747.501000', '123747.504000', '123747.506000', '123747.509000', '123747.511000', '123747.514000', '123747.516000', '123747.519000', '123747.522000', '123747.524000', '123747.527000', '123747.529000', '123747.532000', '123747.535000', '123747.542000', '123747.545000', '123747.548000', '123747.550000', '123747.553000', '123747.562000', '123747.565000', '123747.567000', '123747.570000', '123747.572000', '123747.575000', '123747.578000', '123747.580000', '123747.583000', '123747.585000', '123807.461000', '123807.464000', '123807.467000', '123807.469000', '123807.472000', '123807.474000', '123807.477000', '123807.480000', '123807.482000', '123807.485000', '123807.487000', '123807.490000', '123807.492000', '123807.495000', '123807.498000', '123807.500000', '123807.503000', '123807.505000', '123807.508000', '123807.510000', '123807.513000', '123807.516000', '123807.518000', '123807.521000', '123807.523000', '123807.526000', '123807.529000', '123807.531000', '123807.534000', '123807.536000', '123807.539000', '123807.542000', '123807.544000', '123807.547000', '123807.549000', '123807.552000', '123807.554000', '123807.557000', '123807.560000', '123807.562000', '123807.565000', '123807.567000', '123807.570000', '123827.461000', '123827.464000', '123827.467000', '123827.469000', '123827.472000', '123827.475000', '123827.477000', '123827.480000', '123827.483000', '123827.485000', '123827.488000', '123827.490000', '123827.493000', '123827.496000', '123827.498000', '123827.501000', '123827.504000', '123827.506000', '123827.509000', '123827.511000', '123827.514000', '123827.516000', '123827.524000', '123827.527000', '123827.529000', '123827.532000', '123827.534000', '123827.537000', '123827.540000', '123827.542000', '123827.545000', '123827.547000', '123827.550000', '123827.553000', '123827.555000', '123827.558000', '123827.560000', '123827.563000', '123827.566000', '123827.568000', '123827.571000', '123827.574000', '123827.576000', '123847.460000', '123847.463000', '123847.466000', '123847.468000', '123847.471000', '123847.474000', '123847.476000', '123847.479000', '123847.481000', '123847.484000', '123847.487000', '123847.489000', '123847.492000', '123847.494000', '123847.497000', '123847.499000', '123847.502000', '123847.504000', '123847.507000', '123847.510000', '123847.512000', '123847.515000', '123847.517000', '123847.520000', '123847.522000', '123847.525000', '123847.527000', '123847.530000', '123847.533000', '123847.535000', '123847.538000', '123847.540000', '123847.543000', '123847.546000', '123847.548000', '123847.551000', '123847.554000', '123847.556000', '123847.559000', '123847.561000', '123847.564000', '123847.566000', '123847.569000', '123847.572000', '123907.460000', '123907.463000', '123907.466000', '123907.468000', '123907.471000', '123907.473000', '123907.476000', '123907.478000', '123907.481000', '123907.484000', '123907.486000', '123907.489000', '123907.491000', '123907.494000', '123907.497000', '123907.499000', '123907.502000', '123907.504000', '123907.507000', '123907.509000', '123907.512000', '123907.515000', '123907.518000', '123907.520000', '123907.523000', '123907.526000', '123907.530000', '123907.533000', '123907.536000', '123907.538000', '123907.541000', '123907.543000', '123907.546000', '123907.555000', '123907.558000', '123907.561000', '123907.563000', '123907.566000', '123907.568000', '123907.571000', '123907.574000', '123907.576000', '123907.579000', '123927.462000', '123927.464000', '123927.467000', '123927.470000', '123927.472000', '123927.475000', '123927.477000', '123927.480000', '123927.482000', '123927.485000', '123927.488000', '123927.500000', '123927.502000', '123927.505000', '123927.508000', '123927.510000', '123927.513000', '123927.516000', '123927.518000', '123927.521000', '123927.524000', '123927.526000', '123927.529000', '123927.531000', '123927.534000', '123927.537000', '123927.539000', '123927.542000', '123927.544000', '123927.547000', '123927.549000', '123927.552000', '123927.555000', '123927.557000', '123927.560000', '123927.562000', '123927.565000', '123927.567000', '123927.570000', '123927.573000', '123927.575000', '123927.578000', '123927.580000', '123927.583000', '123947.462000', '123947.465000', '123947.467000', '123947.470000', '123947.472000', '123947.475000', '123947.477000', '123947.480000', '123947.483000', '123947.485000', '123947.488000', '123947.491000', '123947.493000', '123947.496000', '123947.498000', '123947.501000', '123947.503000', '123947.506000', '123947.508000', '123947.511000', '123947.513000', '123947.516000', '123947.518000', '123947.521000', '123947.524000', '123947.526000', '123947.529000', '123947.532000', '123947.534000', '123947.537000', '123947.539000', '123947.542000', '123947.544000', '123947.547000', '123947.549000', '123947.552000', '123947.554000', '123947.557000', '123947.560000', '123947.562000', '123947.565000', '123947.567000', '123947.570000', '124007.461000', '124007.464000', '124007.467000', '124007.469000', '124007.472000', '124007.475000', '124007.477000', '124007.480000', '124007.482000', '124007.494000', '124007.497000', '124007.499000', '124007.502000', '124007.504000', '124007.507000', '124007.509000', '124007.512000', '124007.515000', '124007.517000', '124007.520000', '124007.522000', '124007.525000', '124007.527000', '124007.530000', '124007.533000', '124007.535000', '124007.538000', '124007.540000', '124007.543000', '124007.545000', '124007.548000', '124007.550000', '124007.553000', '124007.556000', '124007.558000', '124007.561000', '124007.563000', '124007.566000', '124007.569000', '124007.572000', '124007.574000', '124007.577000', '124007.579000', '124007.582000', '124027.461000', '124027.464000', '124027.467000', '124027.469000', '124027.472000', '124027.475000', '124027.477000', '124027.480000', '124027.482000', '124027.485000', '124027.488000', '124027.490000', '124027.493000', '124027.495000', '124027.498000', '124027.500000', '124027.503000', '124027.506000', '124027.508000', '124027.511000', '124027.514000', '124027.517000', '124027.519000', '124027.522000', '124027.525000', '124027.528000', '124027.531000', '124027.534000', '124027.536000', '124027.539000', '124027.541000', '124027.544000', '124027.547000', '124027.549000', '124027.552000', '124027.554000', '124027.557000', '124027.559000', '124027.562000', '124027.565000', '124027.567000', '124027.570000', '124027.573000', '124047.461000', '124047.465000', '124047.467000', '124047.470000', '124047.472000', '124047.475000', '124047.478000', '124047.480000', '124047.483000', '124047.486000', '124047.488000', '124047.491000', '124047.493000', '124047.496000', '124047.498000', '124047.501000', '124047.504000', '124047.506000', '124047.509000', '124047.511000', '124047.514000', '124047.516000', '124047.526000', '124047.529000', '124047.531000', '124047.534000', '124047.537000', '124047.539000', '124047.542000', '124047.545000', '124047.547000', '124047.550000', '124047.552000', '124047.555000', '124047.558000', '124047.560000', '124047.563000', '124047.565000', '124047.568000', '124047.571000', '124047.573000', '124047.576000', '124047.578000', '124047.581000', '124107.460000', '124107.463000', '124107.466000', '124107.468000', '124107.471000', '124107.474000', '124107.476000', '124107.479000', '124107.481000', '124107.484000', '124107.486000', '124107.489000', '124107.492000', '124107.495000', '124107.498000', '124107.501000', '124107.503000', '124107.506000', '124107.508000', '124107.511000', '124107.513000', '124107.516000', '124107.519000', '124107.521000', '124107.524000', '124107.526000', '124107.529000', '124107.532000', '124107.534000', '124107.537000', '124107.540000', '124107.542000', '124107.545000', '124107.548000', '124107.550000', '124107.553000', '124107.556000', '124107.558000', '124107.561000', '124107.563000', '124107.566000', '124107.569000', '124107.571000', '124127.460000', '124127.463000', '124127.466000', '124127.468000', '124127.471000', '124127.474000', '124127.476000', '124127.479000', '124127.481000', '124127.484000', '124127.486000', '124127.489000', '124127.491000', '124127.494000', '124127.497000', '124127.499000', '124127.502000', '124127.504000', '124127.507000', '124127.510000', '124127.512000', '124127.515000', '124127.517000', '124127.520000', '124127.523000', '124127.525000', '124127.528000', '124127.530000', '124127.533000', '124127.535000', '124127.538000', '124127.541000', '124127.543000', '124127.546000', '124127.548000', '124127.551000', '124127.554000', '124127.556000', '124127.559000', '124127.561000', '124127.564000', '124127.566000', '124127.569000', '124127.572000', '124139.271000', '124139.274000', '124139.276000', '124139.279000', '124139.282000', '124139.284000', '124139.287000', '124139.290000', '124139.292000', '124139.295000', '124139.298000', '124139.300000', '124139.303000', '124139.306000', '124139.308000', '124139.311000', '124139.313000', '124139.316000', '124139.319000', '124139.328000', '124139.331000', '124139.334000', '124139.337000', '124139.340000', '124139.343000', '124139.348000'], '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': [13870, 11272, 9114, 15206, 9829, 14088, 10578, 16800, 11350, 19929, 11266, 17077, 10419, 15083, 10799, 16324, 11005, 15678, 11537, 10335, 17260, 11654, 19588, 16293, 13697, 16922, 11340, 17758, 11739, 17992, 12628, 16522, 12567, 15871, 12376, 14792, 11512, 9166, 12605, 10641, 14229, 10659, 12895, 10973, 8739, 10546, 10650, 12297, 10243, 14149, 10591, 9291, 10518, 9148, 11364, 11202, 11347, 9666, 13855, 10363, 16012, 10329, 16960, 11175, 11460, 11693, 10841, 19371, 11530, 9852, 14256, 12110, 8759, 14278, 9060, 20072, 11593, 18623, 12961, 9058, 18433, 13201, 21340, 16214, 19722, 16466, 18719, 14275, 15035, 12809, 10595, 18296, 10588, 17698, 11898, 16325, 11149, 15368, 11043, 9089, 11396, 8966, 14759, 10172, 15827, 10369, 15613, 10951, 11195, 10873, 9013, 15555, 10214, 14617, 10902, 17297, 10665, 14907, 11379, 9116, 15962, 12050, 11556, 13191, 11523, 8848, 12353, 11531, 10992, 17234, 13277, 9261, 20329, 14205, 12690, 17311, 11835, 19053, 13281, 10327, 21666, 14717, 10304, 21585, 15399, 10718, 19926, 13244, 17650, 12791, 9766, 15395, 10933, 14394, 10870, 9003, 10922, 9520, 12071, 9712, 12280, 10132, 8804, 10442, 9519, 12015, 10222, 9381, 10018, 9196, 11724, 11668, 13938, 10487, 15918, 9577, 15629, 9799, 17480, 11558, 10155, 14539, 9946, 13826, 11998, 10935, 9270, 12664, 10241, 10829, 14820, 13367, 10614, 19002, 13432, 17286, 16080, 12656, 22258, 17789, 21154, 16754, 11727, 19445, 14471, 11719, 17742, 12022, 19870, 12541, 10055, 13436, 10257, 17738, 12528, 13226, 10575, 8846, 12129, 10175, 13221, 10494, 13062, 10054, 13322, 10423, 10965, 10732, 9965, 13324, 9250, 16461, 10264, 19969, 12567, 20690, 13383, 19719, 13761, 19348, 13434, 18216, 12041, 16859, 12024, 11065, 11635, 11074, 12725, 9792, 13348, 10378, 15311, 10063, 15194, 11068, 15059, 11192, 15690, 11572, 12105, 11034, 10214, 11653, 9511, 12793, 9348, 14877, 9093, 16180, 10106, 16827, 11120, 18687, 11977, 18597, 12345, 17408, 12295, 14751, 11853, 9477, 12175, 9666, 13216, 10248, 13274, 8454, 13609, 9420, 13564, 9565, 12664, 9550, 13666, 9730, 14309, 10144, 13185, 10625, 8749, 11410, 9434, 12721, 9344, 14465, 9500, 17901, 11147, 18975, 12463, 14671, 12957, 9335, 16527, 11746, 18113, 15062, 17323, 9888, 17360, 12443, 17964, 11784, 17246, 9910, 16846, 10625, 17792, 11255, 18748, 12982, 20047, 13619, 10770, 20085, 16724, 11320, 11755, 11210, 12803, 15736, 12637, 11831, 13296, 11176, 15395, 12212, 16429, 11518, 19061, 13088, 21603, 14793, 12911, 18589, 12681, 20957, 14396, 11881, 16818, 11633, 17231, 12609, 9715, 12596, 11257, 14969, 11939, 15326, 11420, 10402, 11474, 12760, 13471, 11073, 14533, 11876, 15487, 11541, 9586, 11927, 11758, 13963, 11814, 15388, 11838, 12393, 12068, 10712, 12778, 10282, 15754, 11941, 17239, 12721, 13272, 14596, 12159, 11961, 13217, 11370, 17975, 13083, 12291, 14301, 17756, 14160, 17118, 13498, 12360, 14538, 11769, 16221, 12853, 11877, 12813, 12102, 13413, 11966, 14720, 11690, 15315, 12646, 14326, 12229, 14208, 12054, 14313, 11385, 15841, 13180, 13155, 13179, 11329, 16221, 12491, 18161, 12837, 20299, 13348, 19996, 13249, 15829, 13338, 11278, 13656, 11622, 15705, 11642, 16515, 11560, 16590, 12218, 16728, 12399, 17309, 12824, 12967, 12899, 12651, 16941, 12347, 16539, 13307, 11909, 16061, 11303, 17922, 12054, 14813, 13705, 11537, 15883, 12220, 21422, 14510, 15896, 15899, 11634, 20493, 12736, 20033, 14714, 15565, 13826, 12320, 19835, 13414, 20430, 14168, 20613, 13682, 13136, 13339, 12469, 15064, 11809, 15983, 11900, 10703, 12618, 11016, 12526, 10135, 12419, 11033, 13896, 13368, 10466, 12461, 10825, 13018, 12434, 10828, 12878, 10962, 15133, 12504, 9632, 13829, 10209, 16243, 10454, 17114, 10751, 17620, 11539, 18463, 12758, 20058, 13231, 19212, 13709, 13789, 15204, 11085, 17577, 12010, 17837, 12618, 19873, 12448, 17676, 11837, 18550, 13263, 19763, 13496, 9773, 16529, 10561, 19863, 14288, 19035, 13869, 13172, 14356, 14988, 14479, 19534, 13303, 14036, 13579, 10721, 16744, 11606, 17771, 11453, 17794, 12074, 12374, 12471, 10789, 14800, 11768, 10542, 13415, 11065, 13769, 13080, 11253, 12320, 10908, 13958, 10243, 16907, 12118, 10523, 12849, 11290, 14058, 10478, 15347, 11247, 16387, 11539, 9231, 14820, 10617, 18626, 12999, 16979, 14189, 12460, 18026, 13590, 19847, 13492, 18907, 15207, 20216, 12935, 12143, 19015, 11201, 18522, 11792, 15711, 11376, 15055, 11949, 16628, 13286, 10894, 12732, 9428, 14473, 10763, 13814, 12497, 10258, 14688, 11225, 10619, 16106, 11791, 19633, 13484, 19461, 13072, 11209, 13255, 10865, 15622, 11028, 15646, 12248, 14517, 12758, 9497, 12254, 10417, 13576, 10425, 16095, 11633, 10695, 12011, 9054, 14621, 10651, 15575, 11653, 16356, 11238, 15970, 10619, 16101, 10592, 16155, 10661, 16327, 10774, 15873, 10437, 15636, 11328, 15644, 9717, 15723, 9792, 15932, 10625, 16599, 10520, 15613, 10153, 14988, 9456, 14230, 10119, 15303, 10877, 15331, 11838, 14156, 11872, 10743, 16094, 11608, 17211, 12656, 10823, 14434, 9659, 17076, 9879, 17476, 11385, 17148, 11691, 11744, 11642, 8093, 15953, 9923, 9804, 11324, 9200, 13414, 8605, 12597, 9377, 11731, 10176, 11837, 9956, 12543, 8506, 14854, 9578, 15498, 14403, 14336, 17704, 12779, 14370, 12163, 12632, 11859, 9479, 12781, 9352, 14640, 10029, 16627, 12274, 16821, 12405, 10355, 15415, 11159, 14032, 13311, 9608, 16206, 10779, 16500, 12032, 16856, 12231, 15855, 11821, 16378, 11189, 10479, 11439, 8226, 13092, 10187, 13875, 10362, 14283, 10484, 14059, 10282, 15145, 10779, 14989, 11903, 9275, 15624, 10293, 18665, 13022, 20115, 13946, 15673, 14358, 13034, 14043, 17479, 12354, 19460, 12292, 19162, 13658, 18749, 13063, 14884, 13185, 13038, 14018, 9349, 16002, 9763, 17754, 11388, 16214, 11475, 9556, 14897, 11093, 9333, 14503, 9963, 15195, 11736, 11242, 11892, 9777, 14965, 11437, 13961, 11342, 10546, 11525, 10185, 13755, 9963, 14332, 10639, 15517, 11455, 8832, 12145, 9585, 14659, 10961, 7935, 13417, 10087, 8538, 12214, 9309, 13857, 9880, 15132, 10610, 16791, 11921, 17404, 12552, 18047, 13448, 18655, 12051, 19324, 16682, 18459, 13868, 11243, 18597, 12057, 18191, 12678, 17541, 13882, 12990, 15904, 12661], 'WindowCenter': [4624.0, 4579.0, 4537.0, 4594.0, 4543.0, 4569.0, 4541.0, 4589.0, 4552.0, 4603.0, 4553.0, 4580.0, 4541.0, 4569.0, 4539.0, 4576.0, 4537.0, 4565.0, 4536.0, 4526.0, 4577.0, 4537.0, 4588.0, 4566.0, 4543.0, 4563.0, 4512.0, 4549.0, 4508.0, 4548.0, 4506.0, 4538.0, 4517.0, 4536.0, 4518.0, 4524.0, 4508.0, 4475.0, 4516.0, 4496.0, 4526.0, 4497.0, 4517.0, 4509.0, 4479.0, 4510.0, 4510.0, 4532.0, 4513.0, 4553.0, 4524.0, 4504.0, 4525.0, 4505.0, 4537.0, 4537.0, 4537.0, 4516.0, 4557.0, 4529.0, 4581.0, 4530.0, 4569.0, 4539.0, 4537.0, 4549.0, 4543.0, 4605.0, 4541.0, 4517.0, 4556.0, 4550.0, 4520.0, 4584.0, 4522.0, 4610.0, 4550.0, 4588.0, 4569.0, 4518.0, 4590.0, 4559.0, 4599.0, 4579.0, 4577.0, 4567.0, 4590.0, 4556.0, 4541.0, 4531.0, 4515.0, 4561.0, 4500.0, 4547.0, 4509.0, 4548.0, 4509.0, 4540.0, 4511.0, 4491.0, 4520.0, 4493.0, 4555.0, 4513.0, 4563.0, 4514.0, 4552.0, 4526.0, 4525.0, 4539.0, 4510.0, 4566.0, 4527.0, 4554.0, 4527.0, 4576.0, 4528.0, 4569.0, 4528.0, 4498.0, 4568.0, 4542.0, 4541.0, 4564.0, 4541.0, 4508.0, 4547.0, 4538.0, 4532.0, 4570.0, 4549.0, 4518.0, 4587.0, 4557.0, 4544.0, 4564.0, 4534.0, 4588.0, 4544.0, 4501.0, 4569.0, 4540.0, 4491.0, 4574.0, 4542.0, 4500.0, 4548.0, 4507.0, 4536.0, 4506.0, 4475.0, 4524.0, 4485.0, 4514.0, 4496.0, 4467.0, 4497.0, 4488.0, 4519.0, 4501.0, 4520.0, 4514.0, 4495.0, 4513.0, 4505.0, 4535.0, 4529.0, 4507.0, 4519.0, 4506.0, 4547.0, 4539.0, 4569.0, 4527.0, 4566.0, 4506.0, 4566.0, 4517.0, 4578.0, 4540.0, 4520.0, 4564.0, 4551.0, 4578.0, 4543.0, 4549.0, 4541.0, 4564.0, 4530.0, 4511.0, 4554.0, 4558.0, 4528.0, 4591.0, 4572.0, 4580.0, 4582.0, 4562.0, 4602.0, 4579.0, 4578.0, 4555.0, 4521.0, 4561.0, 4531.0, 4508.0, 4539.0, 4508.0, 4548.0, 4509.0, 4487.0, 4517.0, 4502.0, 4563.0, 4532.0, 4518.0, 4499.0, 4491.0, 4518.0, 4512.0, 4541.0, 4514.0, 4542.0, 4516.0, 4544.0, 4526.0, 4524.0, 4536.0, 4515.0, 4557.0, 4507.0, 4567.0, 4516.0, 4586.0, 4535.0, 4575.0, 4544.0, 4574.0, 4543.0, 4562.0, 4531.0, 4559.0, 4521.0, 4550.0, 4522.0, 4512.0, 4523.0, 4512.0, 4533.0, 4503.0, 4544.0, 4517.0, 4566.0, 4516.0, 4554.0, 4526.0, 4554.0, 4526.0, 4554.0, 4537.0, 4532.0, 4527.0, 4525.0, 4536.0, 4516.0, 4545.0, 4505.0, 4566.0, 4507.0, 4576.0, 4526.0, 4577.0, 4538.0, 4587.0, 4547.0, 4585.0, 4547.0, 4575.0, 4549.0, 4565.0, 4535.0, 4503.0, 4534.0, 4503.0, 4556.0, 4515.0, 4545.0, 4496.0, 4555.0, 4516.0, 4556.0, 4528.0, 4556.0, 4518.0, 4557.0, 4529.0, 4568.0, 4543.0, 4571.0, 4540.0, 4510.0, 4549.0, 4519.0, 4559.0, 4521.0, 4580.0, 4533.0, 4589.0, 4551.0, 4602.0, 4573.0, 4580.0, 4561.0, 4520.0, 4591.0, 4548.0, 4590.0, 4569.0, 4578.0, 4517.0, 4577.0, 4547.0, 4577.0, 4534.0, 4574.0, 4502.0, 4563.0, 4512.0, 4563.0, 4523.0, 4574.0, 4545.0, 4586.0, 4558.0, 4526.0, 4579.0, 4541.0, 4498.0, 4522.0, 4514.0, 4535.0, 4554.0, 4549.0, 4549.0, 4571.0, 4538.0, 4554.0, 4531.0, 4551.0, 4521.0, 4571.0, 4531.0, 4582.0, 4551.0, 4531.0, 4575.0, 4544.0, 4572.0, 4541.0, 4520.0, 4560.0, 4522.0, 4558.0, 4518.0, 4487.0, 4528.0, 4533.0, 4563.0, 4534.0, 4550.0, 4531.0, 4510.0, 4534.0, 4556.0, 4553.0, 4533.0, 4552.0, 4544.0, 4576.0, 4546.0, 4515.0, 4545.0, 4545.0, 4566.0, 4548.0, 4566.0, 4560.0, 4556.0, 4560.0, 4549.0, 4569.0, 4539.0, 4589.0, 4559.0, 4600.0, 4570.0, 4558.0, 4579.0, 4560.0, 4549.0, 4558.0, 4550.0, 4602.0, 4572.0, 4560.0, 4580.0, 4588.0, 4569.0, 4577.0, 4557.0, 4545.0, 4555.0, 4546.0, 4575.0, 4559.0, 4546.0, 4558.0, 4561.0, 4570.0, 4559.0, 4579.0, 4548.0, 4579.0, 4558.0, 4580.0, 4572.0, 4581.0, 4544.0, 4566.0, 4544.0, 4576.0, 4569.0, 4570.0, 4569.0, 4548.0, 4578.0, 4560.0, 4600.0, 4560.0, 4599.0, 4569.0, 4598.0, 4571.0, 4579.0, 4569.0, 4537.0, 4567.0, 4546.0, 4577.0, 4548.0, 4589.0, 4548.0, 4588.0, 4559.0, 4576.0, 4558.0, 4576.0, 4558.0, 4569.0, 4571.0, 4569.0, 4588.0, 4558.0, 4576.0, 4556.0, 4546.0, 4578.0, 4538.0, 4577.0, 4547.0, 4579.0, 4594.0, 4562.0, 4587.0, 4558.0, 4609.0, 4578.0, 4577.0, 4575.0, 4521.0, 4585.0, 4544.0, 4582.0, 4551.0, 4539.0, 4540.0, 4518.0, 4559.0, 4528.0, 4557.0, 4528.0, 4557.0, 4527.0, 4515.0, 4515.0, 4517.0, 4536.0, 4517.0, 4546.0, 4518.0, 4507.0, 4529.0, 4520.0, 4531.0, 4512.0, 4542.0, 4535.0, 4564.0, 4570.0, 4539.0, 4557.0, 4548.0, 4566.0, 4558.0, 4549.0, 4584.0, 4564.0, 4592.0, 4571.0, 4541.0, 4583.0, 4541.0, 4589.0, 4539.0, 4589.0, 4549.0, 4590.0, 4550.0, 4588.0, 4571.0, 4599.0, 4560.0, 4588.0, 4571.0, 4572.0, 4580.0, 4540.0, 4590.0, 4550.0, 4588.0, 4560.0, 4588.0, 4548.0, 4576.0, 4536.0, 4587.0, 4559.0, 4587.0, 4556.0, 4515.0, 4563.0, 4513.0, 4573.0, 4553.0, 4584.0, 4556.0, 4555.0, 4566.0, 4563.0, 4565.0, 4574.0, 4542.0, 4539.0, 4540.0, 4509.0, 4549.0, 4509.0, 4548.0, 4521.0, 4560.0, 4520.0, 4517.0, 4528.0, 4520.0, 4551.0, 4533.0, 4523.0, 4542.0, 4533.0, 4554.0, 4556.0, 4535.0, 4546.0, 4538.0, 4579.0, 4540.0, 4580.0, 4545.0, 4538.0, 4557.0, 4540.0, 4557.0, 4527.0, 4580.0, 4554.0, 4592.0, 4552.0, 4532.0, 4580.0, 4539.0, 4587.0, 4558.0, 4567.0, 4556.0, 4536.0, 4567.0, 4547.0, 4590.0, 4546.0, 4564.0, 4551.0, 4571.0, 4531.0, 4520.0, 4559.0, 4507.0, 4556.0, 4506.0, 4535.0, 4505.0, 4522.0, 4506.0, 4533.0, 4514.0, 4481.0, 4512.0, 4473.0, 4525.0, 4508.0, 4538.0, 4528.0, 4497.0, 4538.0, 4509.0, 4510.0, 4561.0, 4531.0, 4559.0, 4530.0, 4557.0, 4529.0, 4507.0, 4529.0, 4508.0, 4548.0, 4509.0, 4561.0, 4532.0, 4549.0, 4542.0, 4502.0, 4546.0, 4537.0, 4557.0, 4528.0, 4566.0, 4537.0, 4527.0, 4546.0, 4507.0, 4555.0, 4527.0, 4566.0, 4538.0, 4564.0, 4525.0, 4564.0, 4525.0, 4563.0, 4514.0, 4562.0, 4513.0, 4551.0, 4511.0, 4550.0, 4510.0, 4551.0, 4524.0, 4562.0, 4490.0, 4550.0, 4499.0, 4548.0, 4497.0, 4547.0, 4496.0, 4535.0, 4486.0, 4537.0, 4501.0, 4552.0, 4512.0, 4551.0, 4522.0, 4549.0, 4531.0, 4549.0, 4533.0, 4521.0, 4560.0, 4533.0, 4560.0, 4542.0, 4511.0, 4551.0, 4500.0, 4560.0, 4500.0, 4561.0, 4534.0, 4560.0, 4533.0, 4544.0, 4545.0, 4496.0, 4558.0, 4535.0, 4523.0, 4534.0, 4503.0, 4554.0, 4504.0, 4556.0, 4516.0, 4556.0, 4538.0, 4558.0, 4537.0, 4555.0, 4493.0, 4563.0, 4501.0, 4563.0, 4551.0, 4552.0, 4561.0, 4531.0, 4539.0, 4529.0, 4527.0, 4518.0, 4487.0, 4529.0, 4499.0, 4562.0, 4511.0, 4571.0, 4544.0, 4560.0, 4542.0, 4513.0, 4562.0, 4536.0, 4555.0, 4544.0, 4502.0, 4562.0, 4523.0, 4562.0, 4534.0, 4562.0, 4534.0, 4563.0, 4547.0, 4563.0, 4525.0, 4525.0, 4535.0, 4495.0, 4544.0, 4526.0, 4556.0, 4527.0, 4566.0, 4528.0, 4568.0, 4529.0, 4569.0, 4540.0, 4579.0, 4549.0, 4520.0, 4569.0, 4518.0, 4577.0, 4559.0, 4588.0, 4558.0, 4555.0, 4556.0, 4544.0, 4555.0, 4563.0, 4533.0, 4572.0, 4532.0, 4573.0, 4541.0, 4560.0, 4530.0, 4537.0, 4528.0, 4517.0, 4528.0, 4477.0, 4536.0, 4488.0, 4560.0, 4520.0, 4549.0, 4507.0, 4488.0, 4552.0, 4534.0, 4500.0, 4540.0, 4501.0, 4549.0, 4533.0, 4523.0, 4534.0, 4514.0, 4552.0, 4534.0, 4553.0, 4534.0, 4523.0, 4534.0, 4512.0, 4553.0, 4514.0, 4566.0, 4539.0, 4566.0, 4538.0, 4508.0, 4549.0, 4520.0, 4569.0, 4540.0, 4488.0, 4547.0, 4519.0, 4498.0, 4559.0, 4530.0, 4579.0, 4553.0, 4576.0, 4535.0, 4575.0, 4533.0, 4574.0, 4543.0, 4576.0, 4554.0, 4585.0, 4544.0, 4571.0, 4560.0, 4558.0, 4537.0, 4508.0, 4569.0, 4528.0, 4557.0, 4541.0, 4560.0, 4551.0, 4539.0, 4548.0, 4541.0], 'WindowWidth': [10124.0, 10050.0, 9990.0, 10059.0, 9990.0, 10020.0, 9985.0, 10045.0, 10001.0, 10074.0, 9999.0, 10035.0, 9983.0, 10019.0, 9975.0, 10022.0, 9970.0, 10004.0, 9965.0, 9953.0, 10025.0, 9968.0, 10046.0, 10012.0, 9971.0, 10000.0, 9925.0, 9976.0, 9911.0, 9971.0, 9907.0, 9951.0, 9922.0, 9946.0, 9925.0, 9929.0, 9909.0, 9862.0, 9920.0, 9893.0, 9931.0, 9896.0, 9921.0, 9915.0, 9875.0, 9920.0, 9921.0, 9950.0, 9929.0, 9980.0, 9945.0, 9918.0, 9948.0, 9921.0, 9968.0, 9965.0, 9966.0, 9938.0, 9994.0, 9958.0, 10031.0, 9962.0, 10013.0, 9970.0, 9965.0, 9985.0, 9982.0, 10075.0, 9975.0, 9937.0, 9989.0, 9987.0, 9952.0, 10045.0, 9957.0, 10077.0, 9992.0, 10042.0, 10015.0, 9947.0, 10046.0, 10002.0, 10062.0, 10028.0, 10028.0, 10009.0, 10050.0, 9990.0, 9960.0, 9948.0, 9933.0, 9992.0, 9904.0, 9964.0, 9913.0, 9964.0, 9916.0, 9958.0, 9922.0, 9894.0, 9933.0, 9900.0, 9987.0, 9930.0, 9995.0, 9930.0, 9977.0, 9948.0, 9947.0, 9972.0, 9935.0, 10003.0, 9953.0, 9983.0, 9953.0, 10017.0, 9955.0, 10010.0, 9952.0, 9911.0, 10005.0, 9975.0, 9972.0, 10010.0, 9973.0, 9927.0, 9978.0, 9971.0, 9963.0, 10013.0, 9983.0, 9943.0, 10040.0, 9993.0, 9971.0, 10000.0, 9957.0, 10045.0, 9972.0, 9906.0, 10003.0, 9959.0, 9889.0, 10015.0, 9964.0, 9901.0, 9968.0, 9904.0, 9945.0, 9901.0, 9859.0, 9924.0, 9873.0, 9910.0, 9891.0, 9852.0, 9894.0, 9883.0, 9925.0, 9905.0, 9930.0, 9929.0, 9904.0, 9926.0, 9917.0, 9959.0, 9957.0, 9926.0, 9943.0, 9922.0, 9979.0, 9969.0, 10010.0, 9950.0, 10001.0, 9920.0, 10002.0, 9936.0, 10020.0, 9970.0, 9942.0, 10007.0, 10004.0, 10034.0, 9979.0, 9996.0, 9992.0, 10012.0, 9961.0, 9917.0, 9984.0, 9996.0, 9954.0, 10052.0, 10023.0, 10031.0, 10038.0, 10009.0, 10074.0, 10027.0, 10028.0, 9988.0, 9929.0, 9990.0, 9945.0, 9906.0, 9953.0, 9906.0, 9968.0, 9908.0, 9878.0, 9920.0, 9909.0, 9995.0, 9949.0, 9923.0, 9900.0, 9894.0, 9924.0, 9924.0, 9962.0, 9928.0, 9964.0, 9934.0, 9971.0, 9950.0, 9943.0, 9963.0, 9933.0, 9994.0, 9923.0, 10005.0, 9936.0, 10032.0, 9959.0, 10016.0, 9967.0, 10011.0, 9966.0, 9993.0, 9947.0, 9982.0, 9932.0, 9972.0, 9936.0, 9920.0, 9937.0, 9921.0, 9953.0, 9911.0, 9968.0, 9938.0, 10003.0, 9934.0, 9982.0, 9946.0, 9981.0, 9946.0, 9983.0, 9962.0, 9953.0, 9952.0, 9947.0, 9965.0, 9936.0, 9976.0, 9922.0, 10004.0, 9928.0, 10019.0, 9951.0, 10021.0, 9970.0, 10038.0, 9984.0, 10030.0, 9979.0, 10018.0, 9987.0, 10001.0, 9961.0, 9915.0, 9957.0, 9915.0, 9989.0, 9933.0, 9973.0, 9909.0, 9988.0, 9938.0, 9993.0, 9957.0, 9991.0, 9943.0, 9993.0, 9959.0, 10011.0, 9987.0, 10022.0, 9979.0, 9936.0, 9988.0, 9946.0, 10001.0, 9953.0, 10031.0, 9972.0, 10042.0, 9992.0, 10064.0, 10026.0, 10030.0, 10005.0, 9950.0, 10045.0, 9983.0, 10043.0, 10014.0, 10025.0, 9938.0, 10022.0, 9980.0, 10022.0, 9959.0, 10014.0, 9911.0, 9994.0, 9925.0, 9995.0, 9941.0, 10009.0, 9970.0, 10030.0, 9993.0, 9951.0, 10022.0, 9954.0, 9894.0, 9934.0, 9927.0, 9956.0, 9982.0, 9983.0, 9987.0, 10021.0, 9971.0, 9985.0, 9948.0, 9977.0, 9932.0, 10006.0, 9948.0, 10026.0, 9977.0, 9947.0, 10017.0, 9971.0, 10012.0, 9960.0, 9932.0, 9987.0, 9941.0, 9982.0, 9925.0, 9883.0, 9941.0, 9959.0, 9997.0, 9960.0, 9975.0, 9951.0, 9921.0, 9962.0, 9993.0, 9986.0, 9957.0, 9981.0, 9972.0, 10022.0, 9980.0, 9935.0, 9977.0, 9975.0, 10008.0, 9985.0, 10006.0, 10003.0, 9994.0, 10007.0, 9991.0, 10021.0, 9977.0, 10047.0, 10005.0, 10062.0, 10020.0, 9998.0, 10031.0, 10005.0, 9986.0, 9999.0, 9992.0, 10067.0, 10023.0, 10003.0, 10031.0, 10041.0, 10014.0, 10024.0, 9993.0, 9974.0, 9989.0, 9978.0, 10016.0, 9998.0, 9980.0, 9999.0, 10010.0, 10021.0, 10001.0, 10030.0, 9985.0, 10028.0, 10001.0, 10032.0, 10024.0, 10036.0, 9971.0, 10006.0, 9975.0, 10021.0, 10017.0, 10020.0, 10016.0, 9985.0, 10025.0, 10005.0, 10060.0, 10006.0, 10058.0, 10015.0, 10055.0, 10022.0, 10030.0, 10015.0, 9969.0, 10010.0, 9980.0, 10022.0, 9987.0, 10044.0, 9984.0, 10040.0, 10002.0, 10022.0, 9997.0, 10019.0, 9998.0, 10016.0, 10022.0, 10017.0, 10041.0, 9998.0, 10022.0, 9994.0, 9978.0, 10028.0, 9972.0, 10025.0, 9982.0, 10032.0, 10066.0, 10016.0, 10041.0, 10001.0, 10078.0, 10031.0, 10026.0, 10021.0, 9937.0, 10038.0, 9973.0, 10028.0, 9979.0, 9959.0, 9961.0, 9927.0, 9987.0, 9940.0, 9983.0, 9941.0, 9981.0, 9935.0, 9916.0, 9918.0, 9922.0, 9946.0, 9921.0, 9959.0, 9927.0, 9911.0, 9944.0, 9933.0, 9952.0, 9927.0, 9967.0, 9963.0, 10004.0, 10023.0, 9975.0, 9999.0, 9985.0, 10009.0, 10001.0, 9988.0, 10047.0, 10020.0, 10053.0, 10023.0, 9983.0, 10044.0, 9983.0, 10045.0, 9975.0, 10043.0, 9988.0, 10044.0, 9990.0, 10041.0, 10022.0, 10058.0, 10003.0, 10039.0, 10018.0, 10023.0, 10030.0, 9975.0, 10043.0, 9987.0, 10038.0, 10003.0, 10040.0, 9982.0, 10020.0, 9964.0, 10037.0, 10002.0, 10041.0, 9992.0, 9934.0, 9997.0, 9927.0, 10011.0, 9984.0, 10033.0, 9995.0, 9993.0, 10006.0, 10000.0, 10006.0, 10020.0, 9966.0, 9956.0, 9960.0, 9915.0, 9969.0, 9914.0, 9967.0, 9936.0, 9989.0, 9933.0, 9922.0, 9940.0, 9935.0, 9979.0, 9958.0, 9944.0, 9969.0, 9956.0, 9988.0, 9992.0, 9962.0, 9979.0, 9971.0, 10032.0, 9978.0, 10031.0, 9977.0, 9971.0, 9994.0, 9975.0, 9994.0, 9954.0, 10030.0, 10003.0, 10052.0, 9996.0, 9968.0, 10031.0, 9974.0, 10037.0, 9996.0, 10008.0, 9989.0, 9960.0, 10008.0, 9976.0, 10051.0, 9976.0, 10004.0, 9978.0, 10005.0, 9950.0, 9932.0, 9989.0, 9912.0, 9980.0, 9908.0, 9949.0, 9905.0, 9923.0, 9907.0, 9938.0, 9911.0, 9863.0, 9905.0, 9858.0, 9929.0, 9914.0, 9955.0, 9940.0, 9896.0, 9952.0, 9916.0, 9919.0, 9992.0, 9951.0, 9985.0, 9945.0, 9979.0, 9941.0, 9909.0, 9942.0, 9913.0, 9969.0, 9915.0, 9992.0, 9954.0, 9972.0, 9965.0, 9913.0, 9981.0, 9969.0, 9994.0, 9957.0, 10005.0, 9966.0, 9953.0, 9977.0, 9924.0, 9987.0, 9952.0, 10003.0, 9967.0, 9998.0, 9945.0, 9998.0, 9948.0, 9997.0, 9929.0, 9992.0, 9925.0, 9978.0, 9919.0, 9972.0, 9918.0, 9974.0, 9945.0, 9992.0, 9891.0, 9973.0, 9903.0, 9967.0, 9895.0, 9965.0, 9892.0, 9944.0, 9879.0, 9952.0, 9909.0, 9982.0, 9928.0, 9978.0, 9940.0, 9971.0, 9950.0, 9974.0, 9956.0, 9935.0, 9987.0, 9955.0, 9990.0, 9967.0, 9923.0, 9974.0, 9905.0, 9988.0, 9904.0, 9989.0, 9961.0, 9986.0, 9958.0, 9977.0, 9979.0, 9913.0, 9986.0, 9966.0, 9948.0, 9960.0, 9915.0, 9988.0, 9919.0, 9992.0, 9939.0, 9997.0, 9976.0, 10002.0, 9973.0, 9991.0, 9903.0, 9998.0, 9910.0, 9997.0, 9977.0, 9980.0, 9995.0, 9950.0, 9959.0, 9945.0, 9938.0, 9926.0, 9882.0, 9945.0, 9906.0, 9997.0, 9926.0, 10005.0, 9974.0, 9990.0, 9967.0, 9931.0, 9995.0, 9967.0, 9990.0, 9972.0, 9912.0, 9993.0, 9941.0, 9994.0, 9957.0, 9994.0, 9957.0, 9998.0, 9980.0, 9997.0, 9945.0, 9945.0, 9960.0, 9908.0, 9971.0, 9949.0, 9990.0, 9953.0, 10005.0, 9955.0, 10010.0, 9961.0, 10014.0, 9977.0, 10029.0, 9987.0, 9947.0, 10010.0, 9939.0, 10022.0, 9998.0, 10043.0, 9995.0, 9986.0, 9988.0, 9971.0, 9988.0, 9998.0, 9955.0, 10014.0, 9951.0, 10016.0, 9963.0, 9987.0, 9944.0, 9950.0, 9938.0, 9921.0, 9939.0, 9867.0, 9946.0, 9884.0, 9987.0, 9933.0, 9971.0, 9911.0, 9886.0, 9980.0, 9959.0, 9907.0, 9958.0, 9908.0, 9971.0, 9953.0, 9944.0, 9959.0, 9930.0, 9979.0, 9957.0, 9982.0, 9959.0, 9942.0, 9957.0, 9925.0, 9981.0, 9932.0, 10005.0, 9971.0, 10007.0, 9968.0, 9927.0, 9984.0, 9947.0, 10013.0, 9975.0, 9898.0, 9976.0, 9937.0, 9912.0, 9999.0, 9967.0, 10035.0, 10007.0, 10027.0, 9967.0, 10023.0, 9957.0, 10021.0, 9970.0, 10024.0, 9987.0, 10036.0, 9973.0, 10012.0, 9990.0, 9985.0, 9955.0, 9912.0, 9999.0, 9941.0, 9981.0, 9965.0, 9991.0, 9980.0, 9957.0, 9967.0, 9966.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.0065714678899082574</td></tr>
<tr><td colspan=3>aqi</td><td>0.08257616502293579</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.07208361427093</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.191532570057406</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0392566997244546</td></tr>
<tr><td colspan=3>efc</td><td>0.4776</td></tr>
<tr><td colspan=3>fber</td><td>5046.1533</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18852678820633217</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>237</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.178899082568808</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.832221237705196</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7186428442734125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0759764721175515</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7020443967246233</td></tr>
<tr><td colspan=3>gcor</td><td>0.00975916</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0055659133940935135</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01956094242632389</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.866632208947836</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>30.4347</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.2323</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.1147</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299989.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>843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.6946</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9564</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.5897</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3699.7215</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.4507</td></tr>
<tr><td colspan=3>tsnr</td><td>23.80885200574994</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>