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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:15:6.467500</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.99877, 0.00133566, 0.0495619, -0.0094135, 0.986562, 0.163113]</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-05_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.0941075</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7799, -7244, 618, -8, -134, 33, 37]</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>239.056</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>22bd1247-b807-40ff-a6cf-2bfd9fcc775d||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.6796274185180664, -0.025255728513002396, 0.1314307302236557, 108.91647338867188], [-0.003583471290767193, 2.6468749046325684, 0.4411243200302124, -97.76973724365234], [0.13297095894813538, -0.43762141466140747, 2.6604764461517334, -41.579071044921875], [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': ['131506.467500', '131506.927500', '131507.387500', '131507.847500', '131508.307500', '131508.767500', '131509.227500', '131509.687500', '131510.147500', '131510.607500', '131511.067500', '131511.527500', '131511.987500', '131512.447500', '131512.907500', '131513.367500', '131513.827500', '131514.287500', '131514.747500', '131515.207500', '131515.667500', '131516.127500', '131516.587500', '131517.047500', '131517.507500', '131517.967500', '131518.427500', '131518.887500', '131519.347500', '131519.807500', '131520.267500', '131520.727500', '131521.187500', '131521.647500', '131522.107500', '131522.567500', '131523.027500', '131523.487500', '131523.947500', '131524.407500', '131524.867500', '131525.327500', '131525.787500', '131526.247500', '131526.707500', '131527.167500', '131527.627500', '131528.087500', '131528.547500', '131529.007500', '131529.467500', '131529.927500', '131530.387500', '131530.847500', '131531.307500', '131531.767500', '131532.227500', '131532.687500', '131533.147500', '131533.607500', '131534.067500', '131534.527500', '131534.987500', '131535.447500', '131535.907500', '131536.367500', '131536.827500', '131537.287500', '131537.747500', '131538.207500', '131538.667500', '131539.127500', '131539.587500', '131540.047500', '131540.507500', '131540.967500', '131541.427500', '131541.887500', '131542.347500', '131542.807500', '131543.267500', '131543.727500', '131544.187500', '131544.647500', '131545.107500', '131545.567500', '131546.027500', '131546.487500', '131546.947500', '131547.407500', '131547.867500', '131548.327500', '131548.787500', '131549.247500', '131549.707500', '131550.167500', '131550.627500', '131551.087500', '131551.547500', '131552.007500', '131552.467500', '131552.927500', '131553.387500', '131553.847500', '131554.307500', '131554.767500', '131555.227500', '131555.687500', '131556.147500', '131556.607500', '131557.067500', '131557.527500', '131557.987500', '131558.447500', '131558.907500', '131559.367500', '131559.827500', '131600.287500', '131600.747500', '131601.207500', '131601.667500', '131602.127500', '131602.587500', '131603.047500', '131603.507500', '131603.967500', '131604.427500', '131604.887500', '131605.347500', '131605.807500', '131606.267500', '131606.727500', '131607.187500', '131607.647500', '131608.107500', '131608.567500', '131609.027500', '131609.487500', '131609.947500', '131610.407500', '131610.867500', '131611.327500', '131611.787500', '131612.247500', '131612.707500', '131613.167500', '131613.627500', '131614.087500', '131614.547500', '131615.007500', '131615.467500', '131615.927500', '131616.387500', '131616.847500', '131617.307500', '131617.767500', '131618.227500', '131618.687500', '131619.147500', '131619.607500', '131620.067500', '131620.527500', '131620.987500', '131621.447500', '131621.907500', '131622.367500', '131622.827500', '131623.287500', '131623.747500', '131624.207500', '131624.667500', '131625.127500', '131625.587500', '131626.047500', '131626.507500', '131626.967500', '131627.427500', '131627.887500', '131628.347500', '131628.807500', '131629.267500', '131629.727500', '131630.187500', '131630.647500', '131631.107500', '131631.567500', '131632.027500', '131632.487500', '131632.947500', '131633.407500', '131633.867500', '131634.327500', '131634.787500', '131635.247500', '131635.707500', '131636.167500', '131636.627500', '131637.087500', '131637.547500', '131638.007500', '131638.467500', '131638.927500', '131639.387500', '131639.847500', '131640.307500', '131640.767500', '131641.227500', '131641.687500', '131642.147500', '131642.607500', '131643.067500', '131643.527500', '131643.987500', '131644.447500', '131644.907500', '131645.367500', '131645.827500', '131646.287500', '131646.747500', '131647.207500', '131647.667500', '131648.127500', '131648.587500', '131649.047500', '131649.507500', '131649.967500', '131650.427500', '131650.887500', '131651.347500', '131651.807500', '131652.267500', '131652.727500', '131653.187500', '131653.647500', '131654.107500', '131654.567500', '131655.027500', '131655.487500', '131655.947500', '131656.407500', '131656.867500', '131657.327500', '131657.787500', '131658.247500', '131658.707500', '131659.167500', '131659.627500', '131700.087500', '131700.547500', '131701.007500', '131701.467500', '131701.927500', '131702.387500', '131702.847500', '131703.307500', '131703.767500', '131704.227500', '131704.687500', '131705.147500', '131705.607500', '131706.067500', '131706.527500', '131706.987500', '131707.447500', '131707.907500', '131708.367500', '131708.827500', '131709.287500', '131709.747500', '131710.207500', '131710.667500', '131711.127500', '131711.587500', '131712.047500', '131712.507500', '131712.967500', '131713.427500', '131713.887500', '131714.347500', '131714.807500', '131715.267500', '131715.727500', '131716.187500', '131716.647500', '131717.107500', '131717.567500', '131718.027500', '131718.487500', '131718.947500', '131719.407500', '131719.867500', '131720.327500', '131720.787500', '131721.247500', '131721.707500', '131722.167500', '131722.627500', '131723.087500', '131723.547500', '131724.007500', '131724.467500', '131724.927500', '131725.387500', '131725.847500', '131726.307500', '131726.767500', '131727.227500', '131727.687500', '131728.147500', '131728.607500', '131729.067500', '131729.527500', '131729.987500', '131730.447500', '131730.907500', '131731.367500', '131731.827500', '131732.287500', '131732.747500', '131733.207500', '131733.667500', '131734.127500', '131734.587500', '131735.047500', '131735.507500', '131735.967500', '131736.427500', '131736.887500', '131737.347500', '131737.807500', '131738.267500', '131738.727500', '131739.187500', '131739.647500', '131740.107500', '131740.567500', '131741.027500', '131741.487500', '131741.947500', '131742.407500', '131742.867500', '131743.327500', '131743.787500', '131744.247500', '131744.707500', '131745.167500', '131745.627500', '131746.087500', '131746.547500', '131747.007500', '131747.467500', '131747.927500', '131748.387500', '131748.847500', '131749.307500', '131749.767500', '131750.227500', '131750.687500', '131751.147500', '131751.607500', '131752.067500', '131752.527500', '131752.987500', '131753.447500', '131753.907500', '131754.367500', '131754.827500', '131755.287500', '131755.747500', '131756.207500', '131756.667500', '131757.127500', '131757.587500', '131758.047500', '131758.507500', '131758.967500', '131759.427500', '131759.887500', '131800.347500', '131800.807500', '131801.267500', '131801.727500', '131802.187500', '131802.647500', '131803.107500', '131803.567500', '131804.027500', '131804.487500', '131804.947500', '131805.407500', '131805.867500', '131806.327500', '131806.787500', '131807.247500', '131807.707500', '131808.167500', '131808.627500', '131809.087500', '131809.547500', '131810.007500', '131810.467500', '131810.927500', '131811.387500', '131811.847500', '131812.307500', '131812.767500', '131813.227500', '131813.687500', '131814.147500', '131814.607500', '131815.067500', '131815.527500', '131815.987500', '131816.447500', '131816.907500', '131817.367500', '131817.827500', '131818.287500', '131818.747500', '131819.207500', '131819.667500', '131820.127500', '131820.587500', '131821.047500', '131821.507500', '131821.967500', '131822.427500', '131822.887500', '131823.347500', '131823.807500', '131824.267500', '131824.727500', '131825.187500', '131825.647500', '131826.107500', '131826.567500', '131827.027500', '131827.487500', '131827.947500', '131828.407500', '131828.867500', '131829.327500', '131829.787500', '131830.247500', '131830.707500', '131831.167500', '131831.627500', '131832.087500', '131832.547500', '131833.007500', '131833.467500', '131833.927500', '131834.387500', '131834.847500', '131835.307500', '131835.767500', '131836.227500', '131836.687500', '131837.147500', '131837.607500', '131838.067500', '131838.527500', '131838.987500', '131839.447500', '131839.907500', '131840.367500', '131840.827500', '131841.287500', '131841.747500', '131842.207500', '131842.667500', '131843.127500', '131843.587500', '131844.047500', '131844.507500', '131844.967500', '131845.427500', '131845.887500', '131846.347500', '131846.807500', '131847.267500', '131847.727500', '131848.187500', '131848.647500', '131849.107500', '131849.567500', '131850.027500', '131850.487500', '131850.947500', '131851.407500', '131851.867500', '131852.327500', '131852.787500', '131853.247500', '131853.707500', '131854.167500', '131854.627500', '131855.087500', '131855.547500', '131856.007500', '131856.467500', '131856.927500', '131857.387500', '131857.847500', '131858.307500', '131858.767500', '131859.227500', '131859.687500', '131900.147500', '131900.607500', '131901.067500', '131901.527500', '131901.987500', '131902.447500', '131902.907500', '131903.367500', '131903.827500', '131904.287500', '131904.747500', '131905.207500', '131905.667500', '131906.127500', '131906.587500', '131907.047500', '131907.507500', '131907.967500', '131908.427500', '131908.887500', '131909.347500', '131909.807500', '131910.267500', '131910.727500', '131911.187500', '131911.647500', '131912.107500', '131912.567500', '131913.027500', '131913.487500', '131913.947500', '131914.407500', '131914.867500', '131915.327500', '131915.787500', '131916.247500', '131916.707500', '131917.167500', '131917.627500', '131918.087500', '131918.547500', '131919.007500', '131919.467500', '131919.927500', '131920.387500', '131920.847500', '131921.307500', '131921.767500', '131922.227500', '131922.687500', '131923.147500', '131923.607500', '131924.067500', '131924.527500', '131924.987500', '131925.447500', '131925.907500', '131926.367500', '131926.827500', '131927.287500', '131927.747500', '131928.207500', '131928.667500', '131929.127500', '131929.587500', '131930.047500', '131930.507500', '131930.967500', '131931.427500', '131931.887500', '131932.347500', '131932.807500', '131933.267500', '131933.727500', '131934.187500', '131934.647500', '131935.107500', '131935.567500', '131936.027500', '131936.487500', '131936.947500', '131937.407500', '131937.867500', '131938.327500', '131938.787500', '131939.247500', '131939.707500', '131940.167500', '131940.627500', '131941.087500', '131941.547500', '131942.007500', '131942.467500', '131942.927500', '131943.387500', '131943.847500', '131944.307500', '131944.767500', '131945.227500', '131945.687500', '131946.147500', '131946.607500', '131947.067500', '131947.527500', '131947.987500', '131948.447500', '131948.907500', '131949.367500', '131949.827500', '131950.287500', '131950.747500', '131951.207500', '131951.667500', '131952.127500', '131952.587500', '131953.047500', '131953.507500', '131953.967500', '131954.427500', '131954.887500', '131955.347500', '131955.807500', '131956.267500', '131956.727500', '131957.187500', '131957.647500', '131958.107500', '131958.567500', '131959.027500', '131959.487500', '131959.947500', '132000.407500', '132000.867500', '132001.327500', '132001.787500', '132002.247500', '132002.707500', '132003.167500', '132003.627500', '132004.087500', '132004.547500', '132005.007500', '132005.467500', '132005.927500', '132006.387500', '132006.847500', '132007.307500', '132007.767500', '132008.227500', '132008.687500', '132009.147500', '132009.607500', '132010.067500', '132010.527500', '132010.987500', '132011.447500', '132011.907500', '132012.367500', '132012.827500', '132013.287500', '132013.747500', '132014.207500', '132014.667500', '132015.127500', '132015.587500', '132016.047500', '132016.507500', '132016.967500', '132017.427500', '132017.887500', '132018.347500', '132018.807500', '132019.267500', '132019.727500', '132020.187500', '132020.647500', '132021.107500', '132021.567500', '132022.027500', '132022.487500', '132022.947500', '132023.407500', '132023.867500', '132024.327500', '132024.787500', '132025.247500', '132025.707500', '132026.167500', '132026.627500', '132027.087500', '132027.547500', '132028.007500', '132028.467500', '132028.927500', '132029.387500', '132029.847500', '132030.307500', '132030.767500', '132031.227500', '132031.687500', '132032.147500', '132032.607500', '132033.067500', '132033.527500', '132033.987500', '132034.447500', '132034.907500', '132035.367500', '132035.827500', '132036.287500', '132036.747500', '132037.207500', '132037.667500', '132038.127500', '132038.587500', '132039.047500', '132039.507500', '132039.967500', '132040.427500', '132040.887500', '132041.347500', '132041.807500', '132042.267500', '132042.727500', '132043.187500', '132043.647500', '132044.107500', '132044.567500', '132045.027500', '132045.487500', '132045.947500', '132046.407500', '132046.867500', '132047.327500', '132047.787500', '132048.247500', '132048.707500', '132049.167500', '132049.627500', '132050.087500', '132050.547500', '132051.007500', '132051.467500', '132051.927500', '132052.387500', '132052.847500', '132053.307500', '132053.767500', '132054.227500', '132054.687500', '132055.147500', '132055.607500', '132056.067500', '132056.527500', '132056.987500', '132057.447500', '132057.907500', '132058.367500', '132058.827500', '132059.287500', '132059.747500', '132100.207500', '132100.667500', '132101.127500', '132101.587500', '132102.047500', '132102.507500', '132102.967500', '132103.427500', '132103.887500', '132104.347500', '132104.807500', '132105.267500', '132105.727500', '132106.187500', '132106.647500', '132107.107500', '132107.567500', '132108.027500', '132108.487500', '132108.947500', '132109.407500', '132109.867500', '132110.327500', '132110.787500', '132111.247500', '132111.707500', '132112.167500', '132112.627500', '132113.087500', '132113.547500', '132114.007500', '132114.467500', '132114.927500', '132115.387500', '132115.847500', '132116.307500', '132116.767500', '132117.227500', '132117.687500', '132118.147500', '132118.607500', '132119.067500', '132119.527500', '132119.987500', '132120.447500', '132120.907500', '132121.367500', '132121.827500', '132122.287500', '132122.747500', '132123.207500', '132123.667500', '132124.127500', '132124.587500', '132125.047500', '132125.507500', '132125.967500', '132126.427500', '132126.887500', '132127.347500', '132127.807500', '132128.267500', '132128.727500', '132129.187500', '132129.647500', '132130.107500', '132130.567500', '132131.027500', '132131.487500', '132131.947500', '132132.407500', '132132.867500', '132133.327500', '132133.787500', '132134.247500', '132134.707500', '132135.167500', '132135.627500', '132136.087500', '132136.547500', '132137.007500', '132137.467500', '132137.927500', '132138.387500', '132138.847500', '132139.307500', '132139.767500', '132140.227500', '132140.687500', '132141.147500', '132141.607500', '132142.067500', '132142.527500', '132142.987500', '132143.447500', '132143.907500', '132144.367500', '132144.827500', '132145.287500', '132145.747500', '132146.207500', '132146.667500', '132147.127500'], 'ContentTime': ['131535.364000', '131535.367000', '131535.370000', '131535.372000', '131535.375000', '131535.377000', '131535.380000', '131535.382000', '131535.385000', '131535.388000', '131535.390000', '131535.393000', '131535.400000', '131535.403000', '131535.405000', '131535.408000', '131535.410000', '131535.413000', '131535.416000', '131535.418000', '131535.421000', '131535.423000', '131535.426000', '131535.429000', '131535.431000', '131535.434000', '131535.436000', '131535.439000', '131535.441000', '131535.444000', '131535.447000', '131535.449000', '131535.452000', '131535.454000', '131535.457000', '131535.459000', '131535.462000', '131535.465000', '131535.467000', '131535.470000', '131535.472000', '131535.475000', '131535.478000', '131535.480000', '131535.483000', '131535.485000', '131535.488000', '131535.490000', '131535.493000', '131535.495000', '131535.498000', '131535.501000', '131535.503000', '131535.506000', '131535.508000', '131535.511000', '131535.514000', '131535.516000', '131535.519000', '131535.529000', '131535.532000', '131555.333000', '131555.336000', '131555.338000', '131555.341000', '131555.343000', '131555.346000', '131555.349000', '131555.351000', '131555.354000', '131555.356000', '131555.359000', '131555.361000', '131555.364000', '131555.367000', '131555.369000', '131555.372000', '131555.374000', '131555.377000', '131555.380000', '131555.383000', '131555.385000', '131555.388000', '131555.391000', '131555.393000', '131555.396000', '131555.399000', '131555.402000', '131555.405000', '131555.407000', '131555.410000', '131555.412000', '131555.415000', '131555.418000', '131555.420000', '131555.423000', '131555.425000', '131555.428000', '131555.431000', '131555.433000', '131555.436000', '131555.438000', '131555.441000', '131555.444000', '131615.332000', '131615.335000', '131615.338000', '131615.340000', '131615.343000', '131615.346000', '131615.348000', '131615.351000', '131615.354000', '131615.356000', '131615.359000', '131615.362000', '131615.364000', '131615.367000', '131615.370000', '131615.372000', '131615.375000', '131615.377000', '131615.380000', '131615.382000', '131615.385000', '131615.388000', '131615.390000', '131615.393000', '131615.395000', '131615.398000', '131615.401000', '131615.403000', '131615.406000', '131615.408000', '131615.411000', '131615.414000', '131615.416000', '131615.419000', '131615.421000', '131615.424000', '131615.427000', '131615.429000', '131615.432000', '131615.434000', '131615.437000', '131615.439000', '131615.442000', '131615.445000', '131635.333000', '131635.336000', '131635.338000', '131635.341000', '131635.344000', '131635.346000', '131635.349000', '131635.352000', '131635.354000', '131635.357000', '131635.360000', '131635.362000', '131635.365000', '131635.367000', '131635.370000', '131635.373000', '131635.375000', '131635.378000', '131635.380000', '131635.383000', '131635.385000', '131635.388000', '131635.391000', '131635.393000', '131635.396000', '131635.398000', '131635.401000', '131635.404000', '131635.406000', '131635.409000', '131635.411000', '131635.414000', '131635.417000', '131635.419000', '131635.422000', '131635.425000', '131635.427000', '131635.430000', '131635.432000', '131635.435000', '131635.437000', '131635.440000', '131635.442000', '131655.332000', '131655.335000', '131655.338000', '131655.340000', '131655.343000', '131655.346000', '131655.349000', '131655.351000', '131655.354000', '131655.357000', '131655.359000', '131655.362000', '131655.365000', '131655.368000', '131655.370000', '131655.373000', '131655.376000', '131655.379000', '131655.382000', '131655.384000', '131655.387000', '131655.390000', '131655.393000', '131655.396000', '131655.399000', '131655.401000', '131655.404000', '131655.406000', '131655.409000', '131655.412000', '131655.415000', '131655.417000', '131655.420000', '131655.423000', '131655.425000', '131655.428000', '131655.431000', '131655.434000', '131655.436000', '131655.439000', '131655.441000', '131655.444000', '131655.447000', '131655.450000', '131715.333000', '131715.335000', '131715.338000', '131715.341000', '131715.343000', '131715.346000', '131715.348000', '131715.351000', '131715.354000', '131715.385000', '131715.387000', '131715.390000', '131715.393000', '131715.395000', '131715.398000', '131715.400000', '131715.403000', '131715.406000', '131715.408000', '131715.411000', '131715.413000', '131715.416000', '131715.419000', '131715.421000', '131715.424000', '131715.426000', '131715.429000', '131715.431000', '131715.434000', '131715.437000', '131715.439000', '131715.442000', '131715.444000', '131715.447000', '131715.449000', '131715.452000', '131715.455000', '131715.457000', '131715.460000', '131715.462000', '131715.465000', '131715.467000', '131715.470000', '131735.333000', '131735.337000', '131735.339000', '131735.342000', '131735.345000', '131735.347000', '131735.350000', '131735.353000', '131735.355000', '131735.358000', '131735.360000', '131735.363000', '131735.366000', '131735.368000', '131735.371000', '131735.373000', '131735.376000', '131735.379000', '131735.381000', '131735.384000', '131735.387000', '131735.389000', '131735.392000', '131735.395000', '131735.397000', '131735.400000', '131735.402000', '131735.405000', '131735.407000', '131735.410000', '131735.413000', '131735.415000', '131735.418000', '131735.421000', '131735.423000', '131735.426000', '131735.428000', '131735.431000', '131735.433000', '131735.436000', '131735.439000', '131735.441000', '131735.444000', '131735.446000', '131755.333000', '131755.335000', '131755.338000', '131755.341000', '131755.343000', '131755.346000', '131755.348000', '131755.351000', '131755.354000', '131755.356000', '131755.359000', '131755.362000', '131755.364000', '131755.367000', '131755.369000', '131755.372000', '131755.375000', '131755.377000', '131755.380000', '131755.383000', '131755.385000', '131755.388000', '131755.390000', '131755.393000', '131755.395000', '131755.398000', '131755.401000', '131755.403000', '131755.406000', '131755.408000', '131755.411000', '131755.413000', '131755.416000', '131755.419000', '131755.421000', '131755.424000', '131755.426000', '131755.429000', '131755.432000', '131755.434000', '131755.437000', '131755.439000', '131755.452000', '131815.332000', '131815.336000', '131815.338000', '131815.341000', '131815.344000', '131815.346000', '131815.349000', '131815.351000', '131815.354000', '131815.357000', '131815.359000', '131815.362000', '131815.364000', '131815.367000', '131815.369000', '131815.372000', '131815.375000', '131815.377000', '131815.380000', '131815.383000', '131815.385000', '131815.388000', '131815.390000', '131815.393000', '131815.396000', '131815.399000', '131815.401000', '131815.404000', '131815.406000', '131815.409000', '131815.412000', '131815.414000', '131815.417000', '131815.420000', '131815.422000', '131815.425000', '131815.427000', '131815.430000', '131815.432000', '131815.435000', '131815.438000', '131815.440000', '131815.443000', '131815.446000', '131835.333000', '131835.336000', '131835.339000', '131835.341000', '131835.344000', '131835.346000', '131835.349000', '131835.352000', '131835.355000', '131835.357000', '131835.360000', '131835.362000', '131835.372000', '131835.375000', '131835.378000', '131835.380000', '131835.383000', '131835.385000', '131835.388000', '131835.391000', '131835.394000', '131835.396000', '131835.399000', '131835.402000', '131835.404000', '131835.407000', '131835.410000', '131835.412000', '131835.415000', '131835.417000', '131835.420000', '131835.423000', '131835.425000', '131835.428000', '131835.430000', '131835.433000', '131835.436000', '131835.438000', '131835.441000', '131835.443000', '131835.446000', '131835.448000', '131835.451000', '131855.332000', '131855.335000', '131855.338000', '131855.341000', '131855.344000', '131855.346000', '131855.349000', '131855.352000', '131855.355000', '131855.357000', '131855.360000', '131855.363000', '131855.366000', '131855.369000', '131855.372000', '131855.376000', '131855.379000', '131855.382000', '131855.385000', '131855.387000', '131855.390000', '131855.393000', '131855.395000', '131855.398000', '131855.401000', '131855.404000', '131855.406000', '131855.409000', '131855.411000', '131855.414000', '131855.418000', '131855.420000', '131855.423000', '131855.426000', '131855.429000', '131855.432000', '131855.435000', '131855.437000', '131855.440000', '131855.443000', '131855.445000', '131855.448000', '131855.451000', '131855.454000', '131915.332000', '131915.335000', '131915.337000', '131915.340000', '131915.342000', '131915.345000', '131915.348000', '131915.350000', '131915.353000', '131915.355000', '131915.358000', '131915.361000', '131915.363000', '131915.366000', '131915.368000', '131915.371000', '131915.374000', '131915.376000', '131915.379000', '131915.381000', '131915.384000', '131915.387000', '131915.389000', '131915.392000', '131915.394000', '131915.397000', '131915.399000', '131915.402000', '131915.405000', '131915.407000', '131915.410000', '131915.412000', '131915.415000', '131915.418000', '131915.428000', '131915.430000', '131915.433000', '131915.436000', '131915.438000', '131915.441000', '131915.443000', '131915.446000', '131915.449000', '131935.333000', '131935.335000', '131935.338000', '131935.340000', '131935.343000', '131935.346000', '131935.348000', '131935.351000', '131935.353000', '131935.356000', '131935.359000', '131935.361000', '131935.364000', '131935.380000', '131935.382000', '131935.385000', '131935.388000', '131935.390000', '131935.393000', '131935.395000', '131935.398000', '131935.400000', '131935.403000', '131935.406000', '131935.408000', '131935.411000', '131935.413000', '131935.416000', '131935.418000', '131935.421000', '131935.424000', '131935.426000', '131935.429000', '131935.431000', '131935.434000', '131935.436000', '131935.439000', '131935.441000', '131935.444000', '131935.447000', '131935.449000', '131935.452000', '131935.455000', '131935.457000', '131955.333000', '131955.336000', '131955.339000', '131955.341000', '131955.344000', '131955.347000', '131955.350000', '131955.352000', '131955.355000', '131955.358000', '131955.360000', '131955.363000', '131955.366000', '131955.369000', '131955.372000', '131955.374000', '131955.377000', '131955.380000', '131955.382000', '131955.385000', '131955.388000', '131955.391000', '131955.394000', '131955.397000', '131955.400000', '131955.403000', '131955.406000', '131955.408000', '131955.411000', '131955.414000', '131955.417000', '131955.419000', '131955.422000', '131955.425000', '131955.427000', '131955.430000', '131955.432000', '131955.435000', '131955.438000', '131955.440000', '131955.443000', '131955.446000', '131955.448000', '132015.333000', '132015.336000', '132015.339000', '132015.342000', '132015.344000', '132015.347000', '132015.350000', '132015.353000', '132015.356000', '132015.359000', '132015.362000', '132015.365000', '132015.368000', '132015.371000', '132015.374000', '132015.377000', '132015.380000', '132015.383000', '132015.386000', '132015.389000', '132015.392000', '132015.395000', '132015.398000', '132015.400000', '132015.403000', '132015.406000', '132015.409000', '132015.412000', '132015.416000', '132015.418000', '132015.421000', '132015.424000', '132015.427000', '132015.430000', '132015.433000', '132015.436000', '132015.439000', '132015.442000', '132015.444000', '132015.447000', '132015.450000', '132015.453000', '132015.456000', '132035.333000', '132035.335000', '132035.338000', '132035.341000', '132035.343000', '132035.346000', '132035.349000', '132035.351000', '132035.354000', '132035.357000', '132035.359000', '132035.362000', '132035.365000', '132035.367000', '132035.370000', '132035.372000', '132035.375000', '132035.378000', '132035.380000', '132035.383000', '132035.386000', '132035.388000', '132035.391000', '132035.394000', '132035.396000', '132035.399000', '132035.401000', '132035.404000', '132035.407000', '132035.409000', '132035.412000', '132035.414000', '132035.417000', '132035.420000', '132035.422000', '132035.425000', '132035.427000', '132035.430000', '132035.433000', '132035.435000', '132035.440000', '132035.442000', '132035.445000', '132035.447000', '132055.332000', '132055.335000', '132055.338000', '132055.341000', '132055.343000', '132055.346000', '132055.348000', '132055.351000', '132055.353000', '132055.356000', '132055.359000', '132055.361000', '132055.364000', '132055.366000', '132055.369000', '132055.372000', '132055.374000', '132055.377000', '132055.379000', '132055.382000', '132055.384000', '132055.387000', '132055.390000', '132055.392000', '132055.406000', '132055.408000', '132055.411000', '132055.414000', '132055.416000', '132055.419000', '132055.421000', '132055.424000', '132055.427000', '132055.429000', '132055.432000', '132055.434000', '132055.437000', '132055.439000', '132055.442000', '132055.445000', '132055.447000', '132055.450000', '132055.452000', '132115.333000', '132115.336000', '132115.338000', '132115.341000', '132115.343000', '132115.346000', '132115.349000', '132115.351000', '132115.354000', '132115.356000', '132115.359000', '132115.361000', '132115.364000', '132115.367000', '132115.369000', '132115.372000', '132115.374000', '132115.377000', '132115.380000', '132115.382000', '132115.385000', '132115.387000', '132115.390000', '132115.392000', '132115.395000', '132115.398000', '132115.400000', '132115.403000', '132115.405000', '132115.408000', '132115.410000', '132115.413000', '132115.416000', '132115.418000', '132115.421000', '132115.423000', '132115.426000', '132115.429000', '132115.431000', '132115.434000', '132115.436000', '132115.439000', '132115.441000', '132115.444000', '132135.332000', '132135.334000', '132135.337000', '132135.339000', '132135.342000', '132135.345000', '132135.347000', '132135.350000', '132135.352000', '132135.355000', '132135.358000', '132135.360000', '132135.363000', '132135.365000', '132135.368000', '132135.370000', '132135.373000', '132135.376000', '132135.378000', '132135.381000', '132135.383000', '132135.386000', '132135.389000', '132135.391000', '132135.394000', '132135.396000', '132135.399000', '132135.402000', '132135.404000', '132135.407000', '132135.409000', '132135.412000', '132135.414000', '132135.417000', '132135.420000', '132135.422000', '132135.425000', '132135.427000', '132135.430000', '132135.432000', '132135.435000', '132135.438000', '132135.440000', '132148.314000', '132148.318000', '132148.321000', '132148.323000', '132148.326000', '132148.329000', '132148.331000', '132148.334000', '132148.337000', '132148.339000', '132148.342000', '132148.345000', '132148.348000', '132148.351000', '132148.354000', '132148.357000', '132148.361000', '132148.364000', '132148.367000', '132148.370000', '132148.372000', '132148.375000', '132148.378000', '132148.381000', '132148.383000', '132148.386000', '132148.388000', '132148.391000', '132148.394000'], 'InstanceCreationTime': ['131535.364000', '131535.367000', '131535.370000', '131535.372000', '131535.375000', '131535.377000', '131535.380000', '131535.382000', '131535.385000', '131535.388000', '131535.390000', '131535.393000', '131535.400000', '131535.403000', '131535.405000', '131535.408000', '131535.410000', '131535.413000', '131535.416000', '131535.418000', '131535.421000', '131535.423000', '131535.426000', '131535.429000', '131535.431000', '131535.434000', '131535.436000', '131535.439000', '131535.441000', '131535.444000', '131535.447000', '131535.449000', '131535.452000', '131535.454000', '131535.457000', '131535.459000', '131535.462000', '131535.465000', '131535.467000', '131535.470000', '131535.472000', '131535.475000', '131535.478000', '131535.480000', '131535.483000', '131535.485000', '131535.488000', '131535.490000', '131535.493000', '131535.495000', '131535.498000', '131535.501000', '131535.503000', '131535.506000', '131535.508000', '131535.511000', '131535.514000', '131535.516000', '131535.519000', '131535.529000', '131535.532000', '131555.333000', '131555.336000', '131555.338000', '131555.341000', '131555.343000', '131555.346000', '131555.349000', '131555.351000', '131555.354000', '131555.356000', '131555.359000', '131555.361000', '131555.364000', '131555.367000', '131555.369000', '131555.372000', '131555.374000', '131555.377000', '131555.380000', '131555.383000', '131555.385000', '131555.388000', '131555.391000', '131555.393000', '131555.396000', '131555.399000', '131555.402000', '131555.405000', '131555.407000', '131555.410000', '131555.412000', '131555.415000', '131555.418000', '131555.420000', '131555.423000', '131555.425000', '131555.428000', '131555.431000', '131555.433000', '131555.436000', '131555.438000', '131555.441000', '131555.444000', '131615.332000', '131615.335000', '131615.338000', '131615.340000', '131615.343000', '131615.346000', '131615.348000', '131615.351000', '131615.354000', '131615.356000', '131615.359000', '131615.362000', '131615.364000', '131615.367000', '131615.370000', '131615.372000', '131615.375000', '131615.377000', '131615.380000', '131615.382000', '131615.385000', '131615.388000', '131615.390000', '131615.393000', '131615.395000', '131615.398000', '131615.401000', '131615.403000', '131615.406000', '131615.408000', '131615.411000', '131615.414000', '131615.416000', '131615.419000', '131615.421000', '131615.424000', '131615.427000', '131615.429000', '131615.432000', '131615.434000', '131615.437000', '131615.439000', '131615.442000', '131615.445000', '131635.333000', '131635.336000', '131635.338000', '131635.341000', '131635.344000', '131635.346000', '131635.349000', '131635.352000', '131635.354000', '131635.357000', '131635.360000', '131635.362000', '131635.365000', '131635.367000', '131635.370000', '131635.373000', '131635.375000', '131635.378000', '131635.380000', '131635.383000', '131635.385000', '131635.388000', '131635.391000', '131635.393000', '131635.396000', '131635.398000', '131635.401000', '131635.404000', '131635.406000', '131635.409000', '131635.411000', '131635.414000', '131635.417000', '131635.419000', '131635.422000', '131635.425000', '131635.427000', '131635.430000', '131635.432000', '131635.435000', '131635.437000', '131635.440000', '131635.442000', '131655.332000', '131655.335000', '131655.338000', '131655.340000', '131655.343000', '131655.346000', '131655.349000', '131655.351000', '131655.354000', '131655.357000', '131655.359000', '131655.362000', '131655.365000', '131655.368000', '131655.370000', '131655.373000', '131655.376000', '131655.379000', '131655.382000', '131655.384000', '131655.387000', '131655.390000', '131655.393000', '131655.396000', '131655.399000', '131655.401000', '131655.404000', '131655.406000', '131655.409000', '131655.412000', '131655.415000', '131655.417000', '131655.420000', '131655.423000', '131655.425000', '131655.428000', '131655.431000', '131655.434000', '131655.436000', '131655.439000', '131655.441000', '131655.444000', '131655.447000', '131655.450000', '131715.333000', '131715.335000', '131715.338000', '131715.341000', '131715.343000', '131715.346000', '131715.348000', '131715.351000', '131715.354000', '131715.385000', '131715.387000', '131715.390000', '131715.393000', '131715.395000', '131715.398000', '131715.400000', '131715.403000', '131715.406000', '131715.408000', '131715.411000', '131715.413000', '131715.416000', '131715.419000', '131715.421000', '131715.424000', '131715.426000', '131715.429000', '131715.431000', '131715.434000', '131715.437000', '131715.439000', '131715.442000', '131715.444000', '131715.447000', '131715.449000', '131715.452000', '131715.455000', '131715.457000', '131715.460000', '131715.462000', '131715.465000', '131715.467000', '131715.470000', '131735.333000', '131735.337000', '131735.339000', '131735.342000', '131735.345000', '131735.347000', '131735.350000', '131735.353000', '131735.355000', '131735.358000', '131735.360000', '131735.363000', '131735.366000', '131735.368000', '131735.371000', '131735.373000', '131735.376000', '131735.379000', '131735.381000', '131735.384000', '131735.387000', '131735.389000', '131735.392000', '131735.395000', '131735.397000', '131735.400000', '131735.402000', '131735.405000', '131735.407000', '131735.410000', '131735.413000', '131735.415000', '131735.418000', '131735.421000', '131735.423000', '131735.426000', '131735.428000', '131735.431000', '131735.433000', '131735.436000', '131735.439000', '131735.441000', '131735.444000', '131735.446000', '131755.333000', '131755.335000', '131755.338000', '131755.341000', '131755.343000', '131755.346000', '131755.348000', '131755.351000', '131755.354000', '131755.356000', '131755.359000', '131755.362000', '131755.364000', '131755.367000', '131755.369000', '131755.372000', '131755.375000', '131755.377000', '131755.380000', '131755.383000', '131755.385000', '131755.388000', '131755.390000', '131755.393000', '131755.395000', '131755.398000', '131755.401000', '131755.403000', '131755.406000', '131755.408000', '131755.411000', '131755.413000', '131755.416000', '131755.419000', '131755.421000', '131755.424000', '131755.426000', '131755.429000', '131755.432000', '131755.434000', '131755.437000', '131755.439000', '131755.452000', '131815.332000', '131815.336000', '131815.338000', '131815.341000', '131815.344000', '131815.346000', '131815.349000', '131815.351000', '131815.354000', '131815.357000', '131815.359000', '131815.362000', '131815.364000', '131815.367000', '131815.369000', '131815.372000', '131815.375000', '131815.377000', '131815.380000', '131815.383000', '131815.385000', '131815.388000', '131815.390000', '131815.393000', '131815.396000', '131815.399000', '131815.401000', '131815.404000', '131815.406000', '131815.409000', '131815.412000', '131815.414000', '131815.417000', '131815.420000', '131815.422000', '131815.425000', '131815.427000', '131815.430000', '131815.432000', '131815.435000', '131815.438000', '131815.440000', '131815.443000', '131815.446000', '131835.333000', '131835.336000', '131835.339000', '131835.341000', '131835.344000', '131835.346000', '131835.349000', '131835.352000', '131835.355000', '131835.357000', '131835.360000', '131835.362000', '131835.372000', '131835.375000', '131835.378000', '131835.380000', '131835.383000', '131835.385000', '131835.388000', '131835.391000', '131835.394000', '131835.396000', '131835.399000', '131835.402000', '131835.404000', '131835.407000', '131835.410000', '131835.412000', '131835.415000', '131835.417000', '131835.420000', '131835.423000', '131835.425000', '131835.428000', '131835.430000', '131835.433000', '131835.436000', '131835.438000', '131835.441000', '131835.443000', '131835.446000', '131835.448000', '131835.451000', '131855.332000', '131855.335000', '131855.338000', '131855.341000', '131855.344000', '131855.346000', '131855.349000', '131855.352000', '131855.355000', '131855.357000', '131855.360000', '131855.363000', '131855.366000', '131855.369000', '131855.372000', '131855.376000', '131855.379000', '131855.382000', '131855.385000', '131855.387000', '131855.390000', '131855.393000', '131855.395000', '131855.398000', '131855.401000', '131855.404000', '131855.406000', '131855.409000', '131855.411000', '131855.414000', '131855.418000', '131855.420000', '131855.423000', '131855.426000', '131855.429000', '131855.432000', '131855.435000', '131855.437000', '131855.440000', '131855.443000', '131855.445000', '131855.448000', '131855.451000', '131855.454000', '131915.332000', '131915.335000', '131915.337000', '131915.340000', '131915.342000', '131915.345000', '131915.348000', '131915.350000', '131915.353000', '131915.355000', '131915.358000', '131915.361000', '131915.363000', '131915.366000', '131915.368000', '131915.371000', '131915.374000', '131915.376000', '131915.379000', '131915.381000', '131915.384000', '131915.387000', '131915.389000', '131915.392000', '131915.394000', '131915.397000', '131915.399000', '131915.402000', '131915.405000', '131915.407000', '131915.410000', '131915.412000', '131915.415000', '131915.418000', '131915.428000', '131915.430000', '131915.433000', '131915.436000', '131915.438000', '131915.441000', '131915.443000', '131915.446000', '131915.449000', '131935.333000', '131935.335000', '131935.338000', '131935.340000', '131935.343000', '131935.346000', '131935.348000', '131935.351000', '131935.353000', '131935.356000', '131935.359000', '131935.361000', '131935.364000', '131935.380000', '131935.382000', '131935.385000', '131935.388000', '131935.390000', '131935.393000', '131935.395000', '131935.398000', '131935.400000', '131935.403000', '131935.406000', '131935.408000', '131935.411000', '131935.413000', '131935.416000', '131935.418000', '131935.421000', '131935.424000', '131935.426000', '131935.429000', '131935.431000', '131935.434000', '131935.436000', '131935.439000', '131935.441000', '131935.444000', '131935.447000', '131935.449000', '131935.452000', '131935.455000', '131935.457000', '131955.333000', '131955.336000', '131955.339000', '131955.341000', '131955.344000', '131955.347000', '131955.350000', '131955.352000', '131955.355000', '131955.358000', '131955.360000', '131955.363000', '131955.366000', '131955.369000', '131955.372000', '131955.374000', '131955.377000', '131955.380000', '131955.382000', '131955.385000', '131955.388000', '131955.391000', '131955.394000', '131955.397000', '131955.400000', '131955.403000', '131955.406000', '131955.408000', '131955.411000', '131955.414000', '131955.417000', '131955.419000', '131955.422000', '131955.425000', '131955.427000', '131955.430000', '131955.432000', '131955.435000', '131955.438000', '131955.440000', '131955.443000', '131955.446000', '131955.448000', '132015.333000', '132015.336000', '132015.339000', '132015.342000', '132015.344000', '132015.347000', '132015.350000', '132015.353000', '132015.356000', '132015.359000', '132015.362000', '132015.365000', '132015.368000', '132015.371000', '132015.374000', '132015.377000', '132015.380000', '132015.383000', '132015.386000', '132015.389000', '132015.392000', '132015.395000', '132015.398000', '132015.400000', '132015.403000', '132015.406000', '132015.409000', '132015.412000', '132015.416000', '132015.418000', '132015.421000', '132015.424000', '132015.427000', '132015.430000', '132015.433000', '132015.436000', '132015.439000', '132015.442000', '132015.444000', '132015.447000', '132015.450000', '132015.453000', '132015.456000', '132035.333000', '132035.335000', '132035.338000', '132035.341000', '132035.343000', '132035.346000', '132035.349000', '132035.351000', '132035.354000', '132035.357000', '132035.359000', '132035.362000', '132035.365000', '132035.367000', '132035.370000', '132035.372000', '132035.375000', '132035.378000', '132035.380000', '132035.383000', '132035.386000', '132035.388000', '132035.391000', '132035.394000', '132035.396000', '132035.399000', '132035.401000', '132035.404000', '132035.407000', '132035.409000', '132035.412000', '132035.414000', '132035.417000', '132035.420000', '132035.422000', '132035.425000', '132035.427000', '132035.430000', '132035.433000', '132035.435000', '132035.440000', '132035.442000', '132035.445000', '132035.447000', '132055.332000', '132055.335000', '132055.338000', '132055.341000', '132055.343000', '132055.346000', '132055.348000', '132055.351000', '132055.353000', '132055.356000', '132055.359000', '132055.361000', '132055.364000', '132055.366000', '132055.369000', '132055.372000', '132055.374000', '132055.377000', '132055.379000', '132055.382000', '132055.384000', '132055.387000', '132055.390000', '132055.392000', '132055.406000', '132055.408000', '132055.411000', '132055.414000', '132055.416000', '132055.419000', '132055.421000', '132055.424000', '132055.427000', '132055.429000', '132055.432000', '132055.434000', '132055.437000', '132055.439000', '132055.442000', '132055.445000', '132055.447000', '132055.450000', '132055.452000', '132115.333000', '132115.336000', '132115.338000', '132115.341000', '132115.343000', '132115.346000', '132115.349000', '132115.351000', '132115.354000', '132115.356000', '132115.359000', '132115.361000', '132115.364000', '132115.367000', '132115.369000', '132115.372000', '132115.374000', '132115.377000', '132115.380000', '132115.382000', '132115.385000', '132115.387000', '132115.390000', '132115.392000', '132115.395000', '132115.398000', '132115.400000', '132115.403000', '132115.405000', '132115.408000', '132115.410000', '132115.413000', '132115.416000', '132115.418000', '132115.421000', '132115.423000', '132115.426000', '132115.429000', '132115.431000', '132115.434000', '132115.436000', '132115.439000', '132115.441000', '132115.444000', '132135.332000', '132135.334000', '132135.337000', '132135.339000', '132135.342000', '132135.345000', '132135.347000', '132135.350000', '132135.352000', '132135.355000', '132135.358000', '132135.360000', '132135.363000', '132135.365000', '132135.368000', '132135.370000', '132135.373000', '132135.376000', '132135.378000', '132135.381000', '132135.383000', '132135.386000', '132135.389000', '132135.391000', '132135.394000', '132135.396000', '132135.399000', '132135.402000', '132135.404000', '132135.407000', '132135.409000', '132135.412000', '132135.414000', '132135.417000', '132135.420000', '132135.422000', '132135.425000', '132135.427000', '132135.430000', '132135.432000', '132135.435000', '132135.438000', '132135.440000', '132148.314000', '132148.318000', '132148.321000', '132148.323000', '132148.326000', '132148.329000', '132148.331000', '132148.334000', '132148.337000', '132148.339000', '132148.342000', '132148.345000', '132148.348000', '132148.351000', '132148.354000', '132148.357000', '132148.361000', '132148.364000', '132148.367000', '132148.370000', '132148.372000', '132148.375000', '132148.378000', '132148.381000', '132148.383000', '132148.386000', '132148.388000', '132148.391000', '132148.394000'], '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': [13759, 9875, 13142, 12531, 13089, 17380, 11035, 15932, 12014, 13846, 11530, 13853, 17060, 11426, 16049, 12046, 13072, 11838, 11141, 17337, 9853, 14857, 12006, 12334, 10961, 10007, 16625, 9845, 14360, 14689, 12149, 10192, 10375, 15895, 9175, 13474, 11854, 12035, 9669, 13519, 16345, 10480, 15282, 12443, 13210, 11212, 13758, 12801, 15574, 19202, 14543, 15947, 12269, 15585, 13182, 15071, 18651, 12776, 16599, 11144, 14656, 10864, 13938, 15138, 11878, 17474, 10437, 15105, 11932, 14828, 18232, 13346, 16181, 11358, 15073, 12869, 14825, 19196, 12516, 14928, 10125, 14794, 13216, 13936, 17289, 11106, 15161, 9763, 14179, 9521, 14336, 12281, 12713, 16077, 11352, 15171, 10681, 14628, 10912, 15039, 11968, 10740, 11961, 10218, 16670, 9116, 14564, 12314, 13138, 11638, 14351, 12364, 15451, 19404, 14103, 16632, 12318, 14772, 10666, 14644, 14718, 13249, 18907, 11523, 14420, 10539, 14873, 13271, 13152, 15906, 11811, 17621, 11265, 15084, 13542, 13822, 11682, 13284, 18943, 10465, 15970, 10795, 14342, 13119, 12755, 11101, 10610, 17406, 10480, 14856, 11416, 13411, 9436, 14066, 10972, 13398, 18694, 12018, 16044, 11959, 15428, 10023, 15453, 13629, 13068, 19489, 13160, 15570, 10647, 15095, 13361, 13091, 13049, 10509, 16982, 9684, 14833, 9180, 9196, 9937, 8924, 12731, 14466, 11616, 14275, 12511, 13818, 12666, 13644, 18360, 14499, 16565, 12882, 15291, 10287, 14842, 15387, 12682, 16437, 12384, 15422, 11755, 14386, 14222, 12261, 12653, 12753, 18734, 11568, 15537, 11039, 13242, 13414, 14318, 18245, 11790, 15715, 12565, 13187, 9958, 15350, 13403, 12219, 17913, 12412, 15937, 11897, 14794, 12745, 13567, 19110, 12187, 15464, 11242, 14876, 13279, 12899, 19592, 12080, 14281, 10794, 13971, 12077, 9913, 16119, 11477, 14435, 14023, 10917, 14352, 10056, 15058, 9244, 14529, 15680, 11158, 14931, 9736, 14114, 8903, 11703, 16506, 10635, 16247, 9649, 13807, 9867, 14323, 11514, 13135, 10320, 14409, 17078, 13703, 17231, 13245, 14705, 10132, 15236, 14670, 14245, 19275, 14309, 20088, 11464, 16754, 11120, 14439, 13507, 11754, 11533, 10315, 18600, 12208, 16590, 12718, 14594, 10104, 14513, 10774, 12929, 13938, 10982, 14165, 10455, 19061, 10802, 16268, 11363, 13705, 11757, 12940, 11366, 10928, 19777, 11620, 15674, 12085, 14396, 10453, 13703, 11287, 11678, 15365, 11062, 15448, 9561, 15224, 9668, 14214, 11626, 13986, 9319, 13083, 11677, 12765, 18043, 12653, 16883, 12465, 15530, 11084, 14774, 13638, 13376, 11747, 11588, 17205, 10561, 15775, 12127, 14515, 14652, 12458, 13158, 10778, 16210, 11009, 14813, 13399, 11730, 10841, 11472, 15693, 10172, 14516, 13719, 11837, 11499, 11379, 17644, 9948, 14859, 11579, 13172, 13035, 11771, 17655, 11044, 14814, 10762, 13769, 12039, 13906, 12593, 12344, 16249, 12716, 17702, 12409, 16249, 11417, 14571, 11295, 14856, 14988, 13771, 10802, 13936, 19369, 12610, 16077, 11773, 13958, 13887, 11853, 10329, 11330, 18448, 10390, 14215, 11312, 12488, 11692, 12121, 16183, 11158, 14677, 11870, 13108, 9659, 13349, 12380, 12996, 16551, 12543, 17853, 13147, 15751, 11150, 15015, 15144, 13172, 12518, 12934, 14422, 11013, 16647, 12421, 14827, 10941, 13593, 12498, 13937, 13507, 12680, 18466, 11814, 14528, 10875, 14493, 9271, 13561, 13336, 11910, 15247, 11635, 18175, 10105, 14769, 11662, 13708, 13382, 11513, 9416, 11733, 8746, 12424, 17654, 15037, 16078, 12563, 16647, 12192, 15783, 15380, 12480, 11002, 13566, 19284, 12288, 16368, 12207, 14111, 11337, 12946, 15655, 11449, 16356, 12839, 13887, 10397, 13043, 10705, 13149, 16874, 13052, 17016, 10443, 15337, 10728, 14677, 14821, 13067, 16172, 11655, 16892, 11534, 15218, 13139, 12938, 12641, 13319, 18457, 10831, 15284, 11146, 14042, 13446, 13649, 12882, 11296, 19054, 9839, 14691, 10726, 13703, 9441, 12702, 12092, 11884, 16670, 10717, 15539, 10162, 15819, 9909, 14337, 11808, 13424, 10047, 13399, 12924, 14147, 17132, 13547, 14994, 10225, 15014, 14709, 14978, 17585, 14205, 17772, 10684, 15453, 11242, 14668, 14624, 13256, 11762, 11818, 17752, 11135, 14123, 10789, 13091, 11737, 13083, 13165, 11785, 16216, 12612, 14624, 10161, 14112, 14717, 13966, 18033, 12679, 14248, 11023, 13955, 10311, 13763, 15538, 11247, 15624, 10402, 14932, 9393, 13850, 9424, 12161, 9200, 11626, 16705, 10038, 14185, 11316, 13134, 13152, 14611, 13087, 13725, 17332, 13622, 15614, 11857, 15225, 10270, 14807, 15231, 14031, 11370, 13053, 12695, 11042, 17472, 9906, 14707, 10952, 14800, 9728, 14655, 10220, 14357, 14878, 13025, 11544, 15116, 18796, 14073, 17017, 13375, 14791, 10429, 14284, 12739, 12519, 17760, 13418, 16714, 10635, 14542, 10160, 14499, 13572, 12498, 15720, 11676, 15932, 10284, 14337, 9544, 13235, 10553, 13373, 11099, 11776, 16271, 10911, 14509, 11717, 13295, 9582, 13852, 13060, 14320, 17284, 13224, 14457, 10554, 14167, 13801, 14792, 16998, 12739, 15738, 10027, 14876, 9630, 15405, 13388, 11658, 15561, 10606, 15742, 10183, 15397, 13138, 11472, 15177, 10368, 14217, 9231, 14534, 13590, 11995, 10337, 11447, 16231, 13384, 15079, 13159, 14547, 9994, 14279, 13408, 14631, 15539, 12689, 16450, 10142, 15001, 11823, 15287, 13220, 13616, 16131, 10753, 15082, 11367, 15750, 13297, 13090, 14616, 10898, 14749, 9777, 14184, 10165, 12895, 11912, 13367, 16749, 12655, 15329, 11562, 14300, 10753, 15497, 13268, 13182, 16688, 12144, 15385, 12461, 13892, 9519, 14451, 12275, 13819, 16929, 13270, 15085, 10534, 14374, 13793, 14500, 16704, 12672, 15917, 10315, 14626, 9516, 14606, 12760, 12601, 9400, 11838, 16010, 10920, 15273, 12402, 14096, 10095, 14890, 13635, 15836, 17458, 13456, 16875, 12425, 15079, 10652, 15707, 13624, 11351, 15687, 11187, 15292, 9905, 14815, 13840, 12408, 10519, 12279, 16598, 10647, 15438, 10378, 13785, 11503, 13766, 10980, 12299, 16652, 11147, 15365, 10370, 15139, 9408, 14803, 13748, 15189, 15886, 14191, 17374, 11539, 15330, 10788, 15424, 12914, 14445, 11933, 12137, 16553, 11987, 14729, 11661, 14102, 9941, 14548, 13180, 14656, 14972, 11675, 14487, 11217, 17166, 11729, 14920, 10894, 13988, 9805, 13828, 12793, 14294, 15904, 13541, 15706, 12582, 15650, 11402, 14623, 10621, 14497, 14016, 13599, 11788, 11529, 18198, 10243, 14966, 10250, 13733, 9776, 13223, 10454, 12166, 16366], 'WindowCenter': [4640.0, 4585.0, 4601.0, 4597.0, 4600.0, 4605.0, 4578.0, 4606.0, 4586.0, 4585.0, 4576.0, 4597.0, 4603.0, 4588.0, 4607.0, 4586.0, 4585.0, 4586.0, 4579.0, 4602.0, 4568.0, 4597.0, 4586.0, 4586.0, 4576.0, 4573.0, 4607.0, 4580.0, 4610.0, 4609.0, 4589.0, 4566.0, 4586.0, 4611.0, 4583.0, 4613.0, 4602.0, 4601.0, 4586.0, 4627.0, 4623.0, 4606.0, 4629.0, 4618.0, 4611.0, 4604.0, 4628.0, 4615.0, 4636.0, 4636.0, 4612.0, 4620.0, 4605.0, 4622.0, 4605.0, 4615.0, 4617.0, 4600.0, 4614.0, 4590.0, 4609.0, 4591.0, 4628.0, 4608.0, 4601.0, 4618.0, 4591.0, 4613.0, 4585.0, 4612.0, 4618.0, 4601.0, 4606.0, 4579.0, 4603.0, 4586.0, 4600.0, 4605.0, 4584.0, 4590.0, 4565.0, 4595.0, 4579.0, 4601.0, 4610.0, 4576.0, 4594.0, 4565.0, 4595.0, 4570.0, 4608.0, 4584.0, 4599.0, 4603.0, 4588.0, 4595.0, 4574.0, 4605.0, 4578.0, 4624.0, 4597.0, 4593.0, 4602.0, 4592.0, 4630.0, 4573.0, 4607.0, 4620.0, 4609.0, 4604.0, 4611.0, 4598.0, 4621.0, 4626.0, 4608.0, 4609.0, 4591.0, 4598.0, 4580.0, 4608.0, 4594.0, 4601.0, 4616.0, 4585.0, 4597.0, 4581.0, 4608.0, 4598.0, 4596.0, 4607.0, 4585.0, 4618.0, 4580.0, 4595.0, 4596.0, 4600.0, 4573.0, 4597.0, 4603.0, 4565.0, 4591.0, 4561.0, 4597.0, 4600.0, 4586.0, 4570.0, 4575.0, 4601.0, 4574.0, 4606.0, 4592.0, 4593.0, 4569.0, 4605.0, 4579.0, 4596.0, 4616.0, 4585.0, 4606.0, 4584.0, 4594.0, 4552.0, 4596.0, 4584.0, 4598.0, 4602.0, 4590.0, 4591.0, 4566.0, 4594.0, 4581.0, 4601.0, 4587.0, 4574.0, 4600.0, 4567.0, 4609.0, 4566.0, 4565.0, 4578.0, 4577.0, 4622.0, 4626.0, 4603.0, 4608.0, 4603.0, 4607.0, 4614.0, 4629.0, 4620.0, 4608.0, 4619.0, 4600.0, 4604.0, 4574.0, 4608.0, 4603.0, 4600.0, 4608.0, 4596.0, 4607.0, 4587.0, 4610.0, 4605.0, 4592.0, 4592.0, 4599.0, 4614.0, 4598.0, 4633.0, 4586.0, 4594.0, 4591.0, 4608.0, 4604.0, 4588.0, 4605.0, 4598.0, 4596.0, 4580.0, 4620.0, 4596.0, 4601.0, 4619.0, 4599.0, 4621.0, 4588.0, 4600.0, 4585.0, 4595.0, 4616.0, 4589.0, 4594.0, 4576.0, 4595.0, 4584.0, 4598.0, 4616.0, 4587.0, 4595.0, 4578.0, 4600.0, 4583.0, 4577.0, 4607.0, 4591.0, 4608.0, 4595.0, 4574.0, 4606.0, 4578.0, 4593.0, 4569.0, 4612.0, 4607.0, 4584.0, 4604.0, 4570.0, 4606.0, 4573.0, 4598.0, 4622.0, 4589.0, 4618.0, 4582.0, 4607.0, 4592.0, 4623.0, 4603.0, 4612.0, 4594.0, 4638.0, 4635.0, 4623.0, 4632.0, 4610.0, 4621.0, 4593.0, 4622.0, 4624.0, 4609.0, 4630.0, 4607.0, 4624.0, 4585.0, 4605.0, 4573.0, 4594.0, 4585.0, 4572.0, 4571.0, 4563.0, 4603.0, 4587.0, 4604.0, 4583.0, 4592.0, 4566.0, 4591.0, 4572.0, 4583.0, 4595.0, 4574.0, 4606.0, 4588.0, 4616.0, 4577.0, 4602.0, 4572.0, 4584.0, 4574.0, 4584.0, 4559.0, 4573.0, 4612.0, 4573.0, 4602.0, 4581.0, 4590.0, 4562.0, 4594.0, 4572.0, 4584.0, 4603.0, 4584.0, 4605.0, 4579.0, 4620.0, 4581.0, 4610.0, 4587.0, 4605.0, 4570.0, 4596.0, 4584.0, 4602.0, 4627.0, 4613.0, 4619.0, 4604.0, 4609.0, 4590.0, 4606.0, 4596.0, 4596.0, 4583.0, 4585.0, 4613.0, 4575.0, 4605.0, 4596.0, 4607.0, 4609.0, 4595.0, 4595.0, 4585.0, 4606.0, 4575.0, 4608.0, 4595.0, 4584.0, 4573.0, 4589.0, 4606.0, 4576.0, 4605.0, 4595.0, 4584.0, 4587.0, 4588.0, 4615.0, 4578.0, 4607.0, 4599.0, 4599.0, 4595.0, 4597.0, 4616.0, 4588.0, 4607.0, 4590.0, 4607.0, 4601.0, 4606.0, 4597.0, 4602.0, 4615.0, 4614.0, 4627.0, 4610.0, 4617.0, 4601.0, 4607.0, 4588.0, 4610.0, 4608.0, 4607.0, 4575.0, 4607.0, 4617.0, 4586.0, 4604.0, 4586.0, 4594.0, 4595.0, 4584.0, 4563.0, 4585.0, 4613.0, 4576.0, 4594.0, 4575.0, 4583.0, 4583.0, 4595.0, 4603.0, 4598.0, 4607.0, 4597.0, 4595.0, 4566.0, 4597.0, 4595.0, 4597.0, 4616.0, 4599.0, 4616.0, 4601.0, 4605.0, 4586.0, 4609.0, 4617.0, 4598.0, 4595.0, 4596.0, 4604.0, 4587.0, 4615.0, 4610.0, 4609.0, 4576.0, 4594.0, 4584.0, 4606.0, 4593.0, 4596.0, 4629.0, 4600.0, 4609.0, 4589.0, 4608.0, 4565.0, 4596.0, 4595.0, 4586.0, 4604.0, 4588.0, 4615.0, 4576.0, 4606.0, 4598.0, 4609.0, 4599.0, 4585.0, 4566.0, 4598.0, 4570.0, 4612.0, 4627.0, 4620.0, 4620.0, 4611.0, 4619.0, 4597.0, 4618.0, 4610.0, 4600.0, 4573.0, 4606.0, 4617.0, 4597.0, 4606.0, 4588.0, 4596.0, 4587.0, 4595.0, 4619.0, 4591.0, 4615.0, 4597.0, 4594.0, 4576.0, 4594.0, 4577.0, 4607.0, 4615.0, 4607.0, 4614.0, 4577.0, 4608.0, 4577.0, 4608.0, 4605.0, 4596.0, 4603.0, 4585.0, 4604.0, 4586.0, 4604.0, 4597.0, 4584.0, 4582.0, 4594.0, 4614.0, 4575.0, 4604.0, 4589.0, 4595.0, 4598.0, 4596.0, 4582.0, 4588.0, 4614.0, 4580.0, 4597.0, 4575.0, 4594.0, 4564.0, 4596.0, 4596.0, 4603.0, 4616.0, 4592.0, 4618.0, 4589.0, 4617.0, 4595.0, 4620.0, 4598.0, 4609.0, 4579.0, 4611.0, 4598.0, 4622.0, 4629.0, 4609.0, 4607.0, 4577.0, 4610.0, 4620.0, 4621.0, 4617.0, 4608.0, 4615.0, 4576.0, 4604.0, 4575.0, 4604.0, 4593.0, 4593.0, 4571.0, 4584.0, 4602.0, 4587.0, 4607.0, 4576.0, 4594.0, 4583.0, 4595.0, 4582.0, 4587.0, 4616.0, 4585.0, 4605.0, 4575.0, 4593.0, 4592.0, 4595.0, 4613.0, 4583.0, 4581.0, 4563.0, 4581.0, 4562.0, 4592.0, 4601.0, 4573.0, 4590.0, 4564.0, 4607.0, 4565.0, 4606.0, 4566.0, 4596.0, 4565.0, 4598.0, 4614.0, 4579.0, 4610.0, 4600.0, 4596.0, 4607.0, 4608.0, 4596.0, 4607.0, 4620.0, 4610.0, 4620.0, 4600.0, 4608.0, 4576.0, 4608.0, 4619.0, 4597.0, 4584.0, 4597.0, 4594.0, 4588.0, 4616.0, 4579.0, 4620.0, 4590.0, 4617.0, 4580.0, 4620.0, 4590.0, 4620.0, 4618.0, 4608.0, 4587.0, 4621.0, 4625.0, 4608.0, 4617.0, 4596.0, 4593.0, 4565.0, 4605.0, 4594.0, 4597.0, 4613.0, 4594.0, 4602.0, 4574.0, 4593.0, 4567.0, 4593.0, 4593.0, 4594.0, 4602.0, 4574.0, 4602.0, 4574.0, 4593.0, 4567.0, 4596.0, 4575.0, 4606.0, 4584.0, 4601.0, 4615.0, 4601.0, 4608.0, 4603.0, 4606.0, 4577.0, 4607.0, 4596.0, 4621.0, 4621.0, 4598.0, 4605.0, 4576.0, 4605.0, 4595.0, 4606.0, 4617.0, 4598.0, 4605.0, 4577.0, 4607.0, 4566.0, 4608.0, 4595.0, 4585.0, 4603.0, 4589.0, 4609.0, 4576.0, 4605.0, 4594.0, 4585.0, 4603.0, 4577.0, 4606.0, 4568.0, 4607.0, 4607.0, 4598.0, 4576.0, 4599.0, 4616.0, 4610.0, 4618.0, 4609.0, 4607.0, 4578.0, 4608.0, 4608.0, 4620.0, 4616.0, 4608.0, 4615.0, 4578.0, 4607.0, 4598.0, 4617.0, 4595.0, 4607.0, 4604.0, 4587.0, 4605.0, 4587.0, 4617.0, 4594.0, 4608.0, 4603.0, 4586.0, 4593.0, 4578.0, 4607.0, 4576.0, 4594.0, 4584.0, 4607.0, 4603.0, 4596.0, 4607.0, 4587.0, 4595.0, 4575.0, 4608.0, 4593.0, 4608.0, 4614.0, 4597.0, 4604.0, 4596.0, 4594.0, 4565.0, 4604.0, 4585.0, 4609.0, 4618.0, 4600.0, 4593.0, 4575.0, 4605.0, 4594.0, 4607.0, 4613.0, 4597.0, 4603.0, 4576.0, 4605.0, 4567.0, 4606.0, 4596.0, 4596.0, 4565.0, 4597.0, 4614.0, 4589.0, 4618.0, 4598.0, 4607.0, 4579.0, 4607.0, 4606.0, 4619.0, 4615.0, 4597.0, 4614.0, 4586.0, 4603.0, 4564.0, 4605.0, 4593.0, 4587.0, 4615.0, 4587.0, 4603.0, 4577.0, 4605.0, 4595.0, 4583.0, 4573.0, 4596.0, 4603.0, 4575.0, 4605.0, 4576.0, 4594.0, 4585.0, 4604.0, 4575.0, 4610.0, 4616.0, 4601.0, 4618.0, 4590.0, 4619.0, 4579.0, 4618.0, 4607.0, 4619.0, 4617.0, 4609.0, 4614.0, 4588.0, 4606.0, 4585.0, 4605.0, 4595.0, 4604.0, 4583.0, 4596.0, 4613.0, 4599.0, 4619.0, 4602.0, 4606.0, 4577.0, 4606.0, 4594.0, 4607.0, 4605.0, 4586.0, 4605.0, 4587.0, 4616.0, 4598.0, 4607.0, 4588.0, 4605.0, 4577.0, 4605.0, 4598.0, 4618.0, 4617.0, 4608.0, 4615.0, 4596.0, 4605.0, 4585.0, 4604.0, 4576.0, 4594.0, 4592.0, 4593.0, 4572.0, 4585.0, 4613.0, 4576.0, 4609.0, 4577.0, 4595.0, 4565.0, 4594.0, 4573.0, 4595.0, 4604.0], 'WindowWidth': [10165.0, 10077.0, 10093.0, 10079.0, 10088.0, 10085.0, 10054.0, 10088.0, 10059.0, 10057.0, 10044.0, 10079.0, 10077.0, 10066.0, 10091.0, 10059.0, 10057.0, 10058.0, 10055.0, 10079.0, 10039.0, 10078.0, 10058.0, 10061.0, 10044.0, 10051.0, 10092.0, 10058.0, 10101.0, 10096.0, 10068.0, 10033.0, 10071.0, 10101.0, 10067.0, 10109.0, 10091.0, 10090.0, 10073.0, 10134.0, 10121.0, 10106.0, 10139.0, 10120.0, 10105.0, 10098.0, 10135.0, 10111.0, 10146.0, 10143.0, 10105.0, 10114.0, 10096.0, 10123.0, 10095.0, 10113.0, 10105.0, 10086.0, 10100.0, 10072.0, 10099.0, 10078.0, 10136.0, 10094.0, 10090.0, 10108.0, 10075.0, 10106.0, 10060.0, 10106.0, 10108.0, 10088.0, 10087.0, 10054.0, 10084.0, 10059.0, 10085.0, 10083.0, 10054.0, 10059.0, 10028.0, 10071.0, 10043.0, 10084.0, 10094.0, 10047.0, 10069.0, 10032.0, 10072.0, 10045.0, 10094.0, 10057.0, 10082.0, 10081.0, 10067.0, 10071.0, 10044.0, 10087.0, 10052.0, 10124.0, 10081.0, 10082.0, 10089.0, 10078.0, 10129.0, 10056.0, 10098.0, 10126.0, 10100.0, 10095.0, 10105.0, 10081.0, 10119.0, 10119.0, 10097.0, 10097.0, 10072.0, 10082.0, 10057.0, 10096.0, 10067.0, 10088.0, 10103.0, 10060.0, 10075.0, 10058.0, 10095.0, 10078.0, 10078.0, 10090.0, 10063.0, 10107.0, 10055.0, 10076.0, 10073.0, 10082.0, 10036.0, 10076.0, 10079.0, 10032.0, 10062.0, 10022.0, 10078.0, 10081.0, 10059.0, 10031.0, 10047.0, 10075.0, 10044.0, 10090.0, 10074.0, 10068.0, 10042.0, 10090.0, 10052.0, 10079.0, 10104.0, 10062.0, 10090.0, 10059.0, 10070.0, 10011.0, 10075.0, 10053.0, 10080.0, 10078.0, 10070.0, 10063.0, 10033.0, 10071.0, 10048.0, 10086.0, 10060.0, 10045.0, 10073.0, 10037.0, 10093.0, 10038.0, 10036.0, 10058.0, 10063.0, 10124.0, 10132.0, 10095.0, 10100.0, 10094.0, 10096.0, 10109.0, 10136.0, 10115.0, 10099.0, 10113.0, 10084.0, 10088.0, 10045.0, 10098.0, 10081.0, 10085.0, 10093.0, 10077.0, 10092.0, 10065.0, 10102.0, 10089.0, 10077.0, 10065.0, 10084.0, 10101.0, 10085.0, 10141.0, 10066.0, 10072.0, 10062.0, 10094.0, 10082.0, 10067.0, 10090.0, 10082.0, 10077.0, 10061.0, 10115.0, 10075.0, 10089.0, 10112.0, 10086.0, 10116.0, 10065.0, 10084.0, 10056.0, 10075.0, 10101.0, 10068.0, 10068.0, 10048.0, 10074.0, 10055.0, 10081.0, 10102.0, 10062.0, 10071.0, 10051.0, 10084.0, 10053.0, 10053.0, 10090.0, 10074.0, 10097.0, 10071.0, 10046.0, 10088.0, 10055.0, 10069.0, 10043.0, 10106.0, 10089.0, 10059.0, 10085.0, 10045.0, 10091.0, 10051.0, 10085.0, 10116.0, 10072.0, 10109.0, 10066.0, 10096.0, 10081.0, 10123.0, 10096.0, 10107.0, 10086.0, 10158.0, 10140.0, 10125.0, 10135.0, 10101.0, 10116.0, 10082.0, 10124.0, 10123.0, 10104.0, 10126.0, 10095.0, 10116.0, 10061.0, 10089.0, 10043.0, 10076.0, 10056.0, 10037.0, 10032.0, 10029.0, 10079.0, 10064.0, 10085.0, 10055.0, 10063.0, 10032.0, 10065.0, 10037.0, 10058.0, 10071.0, 10046.0, 10092.0, 10072.0, 10103.0, 10052.0, 10081.0, 10039.0, 10055.0, 10041.0, 10057.0, 10016.0, 10042.0, 10095.0, 10044.0, 10079.0, 10049.0, 10061.0, 10023.0, 10069.0, 10037.0, 10060.0, 10080.0, 10059.0, 10084.0, 10059.0, 10114.0, 10062.0, 10102.0, 10067.0, 10088.0, 10046.0, 10081.0, 10057.0, 10093.0, 10123.0, 10111.0, 10111.0, 10097.0, 10098.0, 10071.0, 10094.0, 10076.0, 10079.0, 10052.0, 10062.0, 10094.0, 10049.0, 10088.0, 10078.0, 10097.0, 10095.0, 10075.0, 10070.0, 10062.0, 10090.0, 10046.0, 10095.0, 10073.0, 10060.0, 10039.0, 10068.0, 10087.0, 10049.0, 10090.0, 10074.0, 10060.0, 10061.0, 10070.0, 10103.0, 10054.0, 10097.0, 10088.0, 10084.0, 10072.0, 10082.0, 10104.0, 10071.0, 10097.0, 10076.0, 10096.0, 10088.0, 10094.0, 10080.0, 10093.0, 10103.0, 10112.0, 10124.0, 10103.0, 10109.0, 10089.0, 10097.0, 10070.0, 10106.0, 10095.0, 10096.0, 10047.0, 10094.0, 10106.0, 10063.0, 10087.0, 10062.0, 10075.0, 10072.0, 10059.0, 10025.0, 10062.0, 10097.0, 10051.0, 10075.0, 10047.0, 10055.0, 10054.0, 10075.0, 10083.0, 10085.0, 10095.0, 10080.0, 10074.0, 10038.0, 10081.0, 10075.0, 10082.0, 10106.0, 10088.0, 10105.0, 10090.0, 10089.0, 10062.0, 10101.0, 10109.0, 10084.0, 10072.0, 10077.0, 10084.0, 10068.0, 10104.0, 10102.0, 10102.0, 10050.0, 10070.0, 10057.0, 10091.0, 10066.0, 10078.0, 10128.0, 10091.0, 10101.0, 10072.0, 10095.0, 10034.0, 10077.0, 10074.0, 10064.0, 10085.0, 10070.0, 10102.0, 10051.0, 10092.0, 10085.0, 10102.0, 10082.0, 10062.0, 10037.0, 10084.0, 10047.0, 10109.0, 10125.0, 10118.0, 10115.0, 10105.0, 10115.0, 10082.0, 10115.0, 10100.0, 10086.0, 10041.0, 10093.0, 10106.0, 10078.0, 10092.0, 10067.0, 10076.0, 10063.0, 10077.0, 10109.0, 10076.0, 10104.0, 10079.0, 10070.0, 10050.0, 10075.0, 10051.0, 10096.0, 10100.0, 10095.0, 10101.0, 10053.0, 10096.0, 10052.0, 10100.0, 10088.0, 10077.0, 10082.0, 10062.0, 10086.0, 10062.0, 10089.0, 10079.0, 10060.0, 10051.0, 10073.0, 10096.0, 10047.0, 10087.0, 10070.0, 10076.0, 10078.0, 10076.0, 10051.0, 10067.0, 10100.0, 10060.0, 10080.0, 10047.0, 10070.0, 10031.0, 10079.0, 10076.0, 10095.0, 10104.0, 10077.0, 10109.0, 10072.0, 10108.0, 10088.0, 10119.0, 10085.0, 10101.0, 10061.0, 10107.0, 10083.0, 10125.0, 10132.0, 10099.0, 10093.0, 10054.0, 10101.0, 10118.0, 10123.0, 10107.0, 10096.0, 10102.0, 10051.0, 10087.0, 10047.0, 10088.0, 10067.0, 10069.0, 10034.0, 10058.0, 10080.0, 10065.0, 10096.0, 10049.0, 10070.0, 10053.0, 10073.0, 10050.0, 10068.0, 10105.0, 10061.0, 10090.0, 10048.0, 10071.0, 10062.0, 10075.0, 10095.0, 10056.0, 10049.0, 10025.0, 10049.0, 10021.0, 10068.0, 10075.0, 10041.0, 10060.0, 10028.0, 10092.0, 10035.0, 10091.0, 10037.0, 10077.0, 10033.0, 10084.0, 10101.0, 10059.0, 10105.0, 10089.0, 10079.0, 10093.0, 10099.0, 10075.0, 10097.0, 10115.0, 10104.0, 10120.0, 10090.0, 10096.0, 10049.0, 10097.0, 10110.0, 10080.0, 10057.0, 10081.0, 10069.0, 10068.0, 10105.0, 10059.0, 10118.0, 10075.0, 10109.0, 10065.0, 10116.0, 10077.0, 10118.0, 10110.0, 10098.0, 10067.0, 10119.0, 10116.0, 10097.0, 10108.0, 10076.0, 10069.0, 10031.0, 10089.0, 10069.0, 10079.0, 10096.0, 10071.0, 10078.0, 10044.0, 10069.0, 10035.0, 10068.0, 10066.0, 10074.0, 10078.0, 10045.0, 10078.0, 10045.0, 10071.0, 10041.0, 10076.0, 10047.0, 10094.0, 10059.0, 10088.0, 10103.0, 10094.0, 10099.0, 10095.0, 10091.0, 10055.0, 10095.0, 10076.0, 10119.0, 10117.0, 10082.0, 10087.0, 10051.0, 10091.0, 10075.0, 10094.0, 10107.0, 10084.0, 10088.0, 10051.0, 10090.0, 10035.0, 10097.0, 10073.0, 10063.0, 10082.0, 10073.0, 10098.0, 10048.0, 10091.0, 10068.0, 10060.0, 10081.0, 10054.0, 10090.0, 10042.0, 10096.0, 10093.0, 10082.0, 10050.0, 10086.0, 10105.0, 10104.0, 10113.0, 10099.0, 10095.0, 10058.0, 10098.0, 10098.0, 10118.0, 10104.0, 10099.0, 10104.0, 10057.0, 10095.0, 10085.0, 10111.0, 10072.0, 10095.0, 10084.0, 10065.0, 10090.0, 10068.0, 10111.0, 10069.0, 10100.0, 10081.0, 10063.0, 10069.0, 10056.0, 10096.0, 10050.0, 10073.0, 10056.0, 10095.0, 10084.0, 10078.0, 10094.0, 10066.0, 10075.0, 10048.0, 10095.0, 10066.0, 10098.0, 10101.0, 10078.0, 10085.0, 10076.0, 10071.0, 10034.0, 10088.0, 10059.0, 10102.0, 10108.0, 10085.0, 10070.0, 10047.0, 10089.0, 10069.0, 10096.0, 10097.0, 10079.0, 10082.0, 10051.0, 10089.0, 10039.0, 10093.0, 10077.0, 10080.0, 10034.0, 10081.0, 10101.0, 10075.0, 10112.0, 10085.0, 10095.0, 10059.0, 10096.0, 10091.0, 10114.0, 10102.0, 10081.0, 10099.0, 10062.0, 10084.0, 10028.0, 10088.0, 10066.0, 10070.0, 10100.0, 10067.0, 10083.0, 10053.0, 10091.0, 10073.0, 10057.0, 10039.0, 10077.0, 10082.0, 10048.0, 10089.0, 10050.0, 10073.0, 10060.0, 10087.0, 10046.0, 10104.0, 10106.0, 10090.0, 10114.0, 10075.0, 10115.0, 10060.0, 10113.0, 10095.0, 10116.0, 10108.0, 10100.0, 10102.0, 10069.0, 10092.0, 10062.0, 10093.0, 10074.0, 10086.0, 10054.0, 10078.0, 10096.0, 10087.0, 10117.0, 10093.0, 10090.0, 10053.0, 10091.0, 10072.0, 10095.0, 10088.0, 10064.0, 10086.0, 10068.0, 10106.0, 10083.0, 10097.0, 10069.0, 10089.0, 10054.0, 10091.0, 10080.0, 10112.0, 10107.0, 10098.0, 10100.0, 10079.0, 10089.0, 10061.0, 10087.0, 10050.0, 10073.0, 10066.0, 10070.0, 10035.0, 10059.0, 10097.0, 10050.0, 10100.0, 10052.0, 10073.0, 10034.0, 10073.0, 10039.0, 10075.0, 10087.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.0013395756880733945</td></tr>
<tr><td colspan=3>aqi</td><td>0.03964334036697248</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.86083674719858</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.349195987944893</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9581282239150393</td></tr>
<tr><td colspan=3>efc</td><td>0.4796</td></tr>
<tr><td colspan=3>fber</td><td>6122.2812</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0968471697834711</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.981651376146789</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2752325114629923</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1973464930657225</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4241584876581035</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2041925536651514</td></tr>
<tr><td colspan=3>gcor</td><td>0.00628337</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008136778138577938</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030340149998664856</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>4.393093823111684</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>20.8856</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4042</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9366</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.3744</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3441</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.9641</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3822.2018</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78807.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.5551</td></tr>
<tr><td colspan=3>tsnr</td><td>35.84345991816372</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>