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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-04/func/sub-0064_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ff6edc99fa60d82603275ebb28b70a62</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>11:23:32.905000</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.999684, -0.0250115, -0.00247334, 0.0251301, 0.99308, 0.114721]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0986519</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7741, -7237, 643, -24, -124, 22, 100]</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>230.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>abc4854b-14ff-4182-b1b3-47fbd3c31e9e||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.682079315185547, 0.06742223352193832, 0.001115394290536642, 110.91716003417969], [0.0671040415763855, 2.664360761642456, 0.3098154067993164, -108.79524230957031], [-0.006635790225118399, -0.3077867925167084, 2.6821658611297607, -49.76943588256836], [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': ['112332.905000', '112333.365000', '112333.825000', '112334.285000', '112334.745000', '112335.205000', '112335.665000', '112336.125000', '112336.585000', '112337.045000', '112337.505000', '112337.965000', '112338.425000', '112338.885000', '112339.345000', '112339.805000', '112340.265000', '112340.725000', '112341.185000', '112341.645000', '112342.105000', '112342.565000', '112343.025000', '112343.485000', '112343.945000', '112344.405000', '112344.865000', '112345.325000', '112345.785000', '112346.245000', '112346.705000', '112347.165000', '112347.625000', '112348.085000', '112348.545000', '112349.005000', '112349.465000', '112349.925000', '112350.385000', '112350.845000', '112351.305000', '112351.765000', '112352.225000', '112352.685000', '112353.145000', '112353.605000', '112354.065000', '112354.525000', '112354.985000', '112355.445000', '112355.905000', '112356.365000', '112356.825000', '112357.285000', '112357.745000', '112358.205000', '112358.665000', '112359.125000', '112359.585000', '112400.045000', '112400.505000', '112400.965000', '112401.425000', '112401.885000', '112402.345000', '112402.805000', '112403.265000', '112403.725000', '112404.185000', '112404.645000', '112405.105000', '112405.565000', '112406.025000', '112406.485000', '112406.945000', '112407.405000', '112407.865000', '112408.325000', '112408.785000', '112409.245000', '112409.705000', '112410.165000', '112410.625000', '112411.085000', '112411.545000', '112412.005000', '112412.465000', '112412.925000', '112413.385000', '112413.845000', '112414.305000', '112414.765000', '112415.225000', '112415.685000', '112416.145000', '112416.605000', '112417.065000', '112417.525000', '112417.985000', '112418.445000', '112418.905000', '112419.365000', '112419.825000', '112420.285000', '112420.745000', '112421.205000', '112421.665000', '112422.125000', '112422.585000', '112423.045000', '112423.505000', '112423.965000', '112424.425000', '112424.885000', '112425.345000', '112425.805000', '112426.265000', '112426.725000', '112427.185000', '112427.645000', '112428.105000', '112428.565000', '112429.025000', '112429.485000', '112429.945000', '112430.405000', '112430.865000', '112431.325000', '112431.785000', '112432.245000', '112432.705000', '112433.165000', '112433.625000', '112434.085000', '112434.545000', '112435.005000', '112435.465000', '112435.925000', '112436.385000', '112436.845000', '112437.305000', '112437.765000', '112438.225000', '112438.685000', '112439.145000', '112439.605000', '112440.065000', '112440.525000', '112440.985000', '112441.445000', '112441.905000', '112442.365000', '112442.825000', '112443.285000', '112443.745000', '112444.205000', '112444.665000', '112445.125000', '112445.585000', '112446.045000', '112446.505000', '112446.965000', '112447.425000', '112447.885000', '112448.345000', '112448.805000', '112449.265000', '112449.725000', '112450.185000', '112450.645000', '112451.105000', '112451.565000', '112452.025000', '112452.485000', '112452.945000', '112453.405000', '112453.865000', '112454.325000', '112454.785000', '112455.245000', '112455.705000', '112456.165000', '112456.625000', '112457.085000', '112457.545000', '112458.005000', '112458.465000', '112458.925000', '112459.385000', '112459.845000', '112500.305000', '112500.765000', '112501.225000', '112501.685000', '112502.145000', '112502.605000', '112503.065000', '112503.525000', '112503.985000', '112504.445000', '112504.905000', '112505.365000', '112505.825000', '112506.285000', '112506.745000', '112507.205000', '112507.665000', '112508.125000', '112508.585000', '112509.045000', '112509.505000', '112509.965000', '112510.425000', '112510.885000', '112511.345000', '112511.805000', '112512.265000', '112512.725000', '112513.185000', '112513.645000', '112514.105000', '112514.565000', '112515.025000', '112515.485000', '112515.945000', '112516.405000', '112516.865000', '112517.325000', '112517.785000', '112518.245000', '112518.705000', '112519.165000', '112519.625000', '112520.085000', '112520.545000', '112521.005000', '112521.465000', '112521.925000', '112522.385000', '112522.845000', '112523.305000', '112523.765000', '112524.225000', '112524.685000', '112525.145000', '112525.605000', '112526.065000', '112526.525000', '112526.985000', '112527.445000', '112527.905000', '112528.365000', '112528.825000', '112529.285000', '112529.745000', '112530.205000', '112530.665000', '112531.125000', '112531.585000', '112532.045000', '112532.505000', '112532.965000', '112533.425000', '112533.885000', '112534.345000', '112534.805000', '112535.265000', '112535.725000', '112536.185000', '112536.645000', '112537.105000', '112537.565000', '112538.025000', '112538.485000', '112538.945000', '112539.405000', '112539.865000', '112540.325000', '112540.785000', '112541.245000', '112541.705000', '112542.165000', '112542.625000', '112543.085000', '112543.545000', '112544.005000', '112544.465000', '112544.925000', '112545.385000', '112545.845000', '112546.305000', '112546.765000', '112547.225000', '112547.685000', '112548.145000', '112548.605000', '112549.065000', '112549.525000', '112549.985000', '112550.445000', '112550.905000', '112551.365000', '112551.825000', '112552.285000', '112552.745000', '112553.205000', '112553.665000', '112554.125000', '112554.585000', '112555.045000', '112555.505000', '112555.965000', '112556.425000', '112556.885000', '112557.345000', '112557.805000', '112558.265000', '112558.725000', '112559.185000', '112559.645000', '112600.105000', '112600.565000', '112601.025000', '112601.485000', '112601.945000', '112602.405000', '112602.865000', '112603.325000', '112603.785000', '112604.245000', '112604.705000', '112605.165000', '112605.625000', '112606.085000', '112606.545000', '112607.005000', '112607.465000', '112607.925000', '112608.385000', '112608.845000', '112609.305000', '112609.765000', '112610.225000', '112610.685000', '112611.145000', '112611.605000', '112612.065000', '112612.525000', '112612.985000', '112613.445000', '112613.905000', '112614.365000', '112614.825000', '112615.285000', '112615.745000', '112616.205000', '112616.665000', '112617.125000', '112617.585000', '112618.045000', '112618.505000', '112618.965000', '112619.425000', '112619.885000', '112620.345000', '112620.805000', '112621.265000', '112621.725000', '112622.185000', '112622.645000', '112623.105000', '112623.565000', '112624.025000', '112624.485000', '112624.945000', '112625.405000', '112625.865000', '112626.325000', '112626.785000', '112627.245000', '112627.705000', '112628.165000', '112628.625000', '112629.085000', '112629.545000', '112630.005000', '112630.465000', '112630.925000', '112631.385000', '112631.845000', '112632.305000', '112632.765000', '112633.225000', '112633.685000', '112634.145000', '112634.605000', '112635.065000', '112635.525000', '112635.985000', '112636.445000', '112636.905000', '112637.365000', '112637.825000', '112638.285000', '112638.745000', '112639.205000', '112639.665000', '112640.125000', '112640.585000', '112641.045000', '112641.505000', '112641.965000', '112642.425000', '112642.885000', '112643.345000', '112643.805000', '112644.265000', '112644.725000', '112645.185000', '112645.645000', '112646.105000', '112646.565000', '112647.025000', '112647.485000', '112647.945000', '112648.405000', '112648.865000', '112649.325000', '112649.785000', '112650.245000', '112650.705000', '112651.165000', '112651.625000', '112652.085000', '112652.545000', '112653.005000', '112653.465000', '112653.925000', '112654.385000', '112654.845000', '112655.305000', '112655.765000', '112656.225000', '112656.685000', '112657.145000', '112657.605000', '112658.065000', '112658.525000', '112658.985000', '112659.445000', '112659.905000', '112700.365000', '112700.825000', '112701.285000', '112701.745000', '112702.205000', '112702.665000', '112703.125000', '112703.585000', '112704.045000', '112704.505000', '112704.965000', '112705.425000', '112705.885000', '112706.345000', '112706.805000', '112707.265000', '112707.725000', '112708.185000', '112708.645000', '112709.105000', '112709.565000', '112710.025000', '112710.485000', '112710.945000', '112711.405000', '112711.865000', '112712.325000', '112712.785000', '112713.245000', '112713.705000', '112714.165000', '112714.625000', '112715.085000', '112715.545000', '112716.005000', '112716.465000', '112716.925000', '112717.385000', '112717.845000', '112718.305000', '112718.765000', '112719.225000', '112719.685000', '112720.145000', '112720.605000', '112721.065000', '112721.525000', '112721.985000', '112722.445000', '112722.905000', '112723.365000', '112723.825000', '112724.285000', '112724.745000', '112725.205000', '112725.665000', '112726.125000', '112726.585000', '112727.045000', '112727.505000', '112727.965000', '112728.425000', '112728.885000', '112729.345000', '112729.805000', '112730.265000', '112730.725000', '112731.185000', '112731.645000', '112732.105000', '112732.565000', '112733.025000', '112733.485000', '112733.945000', '112734.405000', '112734.865000', '112735.325000', '112735.785000', '112736.245000', '112736.705000', '112737.165000', '112737.625000', '112738.085000', '112738.545000', '112739.005000', '112739.465000', '112739.925000', '112740.385000', '112740.845000', '112741.305000', '112741.765000', '112742.225000', '112742.685000', '112743.145000', '112743.605000', '112744.065000', '112744.525000', '112744.985000', '112745.445000', '112745.905000', '112746.365000', '112746.825000', '112747.285000', '112747.745000', '112748.205000', '112748.665000', '112749.125000', '112749.585000', '112750.045000', '112750.505000', '112750.965000', '112751.425000', '112751.885000', '112752.345000', '112752.805000', '112753.265000', '112753.725000', '112754.185000', '112754.645000', '112755.105000', '112755.565000', '112756.025000', '112756.485000', '112756.945000', '112757.405000', '112757.865000', '112758.325000', '112758.785000', '112759.245000', '112759.705000', '112800.165000', '112800.625000', '112801.085000', '112801.545000', '112802.005000', '112802.465000', '112802.925000', '112803.385000', '112803.845000', '112804.305000', '112804.765000', '112805.225000', '112805.685000', '112806.145000', '112806.605000', '112807.065000', '112807.525000', '112807.985000', '112808.445000', '112808.905000', '112809.365000', '112809.825000', '112810.285000', '112810.745000', '112811.205000', '112811.665000', '112812.125000', '112812.585000', '112813.045000', '112813.505000', '112813.965000', '112814.425000', '112814.885000', '112815.345000', '112815.805000', '112816.265000', '112816.725000', '112817.185000', '112817.645000', '112818.105000', '112818.565000', '112819.025000', '112819.485000', '112819.945000', '112820.405000', '112820.865000', '112821.325000', '112821.785000', '112822.245000', '112822.705000', '112823.165000', '112823.625000', '112824.085000', '112824.545000', '112825.005000', '112825.465000', '112825.925000', '112826.385000', '112826.845000', '112827.305000', '112827.765000', '112828.225000', '112828.685000', '112829.145000', '112829.605000', '112830.065000', '112830.525000', '112830.985000', '112831.445000', '112831.905000', '112832.365000', '112832.825000', '112833.285000', '112833.745000', '112834.205000', '112834.665000', '112835.125000', '112835.585000', '112836.045000', '112836.505000', '112836.965000', '112837.425000', '112837.885000', '112838.345000', '112838.805000', '112839.265000', '112839.725000', '112840.185000', '112840.645000', '112841.105000', '112841.565000', '112842.025000', '112842.485000', '112842.945000', '112843.405000', '112843.865000', '112844.325000', '112844.785000', '112845.245000', '112845.705000', '112846.165000', '112846.625000', '112847.085000', '112847.545000', '112848.005000', '112848.465000', '112848.925000', '112849.385000', '112849.845000', '112850.305000', '112850.765000', '112851.225000', '112851.685000', '112852.145000', '112852.605000', '112853.065000', '112853.525000', '112853.985000', '112854.445000', '112854.905000', '112855.365000', '112855.825000', '112856.285000', '112856.745000', '112857.205000', '112857.665000', '112858.125000', '112858.585000', '112859.045000', '112859.505000', '112859.965000', '112900.425000', '112900.885000', '112901.345000', '112901.805000', '112902.265000', '112902.725000', '112903.185000', '112903.645000', '112904.105000', '112904.565000', '112905.025000', '112905.485000', '112905.945000', '112906.405000', '112906.865000', '112907.325000', '112907.785000', '112908.245000', '112908.705000', '112909.165000', '112909.625000', '112910.085000', '112910.545000', '112911.005000', '112911.465000', '112911.925000', '112912.385000', '112912.845000', '112913.305000', '112913.765000', '112914.225000', '112914.685000', '112915.145000', '112915.605000', '112916.065000', '112916.525000', '112916.985000', '112917.445000', '112917.905000', '112918.365000', '112918.825000', '112919.285000', '112919.745000', '112920.205000', '112920.665000', '112921.125000', '112921.585000', '112922.045000', '112922.505000', '112922.965000', '112923.425000', '112923.885000', '112924.345000', '112924.805000', '112925.265000', '112925.725000', '112926.185000', '112926.645000', '112927.105000', '112927.565000', '112928.025000', '112928.485000', '112928.945000', '112929.405000', '112929.865000', '112930.325000', '112930.785000', '112931.245000', '112931.705000', '112932.165000', '112932.625000', '112933.085000', '112933.545000', '112934.005000', '112934.465000', '112934.925000', '112935.385000', '112935.845000', '112936.305000', '112936.765000', '112937.225000', '112937.685000', '112938.145000', '112938.605000', '112939.065000', '112939.525000', '112939.985000', '112940.445000', '112940.905000', '112941.365000', '112941.825000', '112942.285000', '112942.745000', '112943.205000', '112943.665000', '112944.125000', '112944.585000', '112945.045000', '112945.505000', '112945.965000', '112946.425000', '112946.885000', '112947.345000', '112947.805000', '112948.265000', '112948.725000', '112949.185000', '112949.645000', '112950.105000', '112950.565000', '112951.025000', '112951.485000', '112951.945000', '112952.405000', '112952.865000', '112953.325000', '112953.785000', '112954.245000', '112954.705000', '112955.165000', '112955.625000', '112956.085000', '112956.545000', '112957.005000', '112957.465000', '112957.925000', '112958.385000', '112958.845000', '112959.305000', '112959.765000', '113000.225000', '113000.685000', '113001.145000', '113001.605000', '113002.065000', '113002.525000', '113002.985000', '113003.445000', '113003.905000', '113004.365000', '113004.825000', '113005.285000', '113005.745000', '113006.205000', '113006.665000', '113007.125000', '113007.585000', '113008.045000', '113008.505000', '113008.965000', '113009.425000', '113009.885000', '113010.345000', '113010.805000', '113011.265000', '113011.725000', '113012.185000', '113012.645000', '113013.105000', '113013.565000'], 'ContentTime': ['112357.967000', '112357.970000', '112357.973000', '112357.975000', '112357.978000', '112357.980000', '112357.983000', '112357.986000', '112357.988000', '112357.991000', '112357.994000', '112357.996000', '112358.000000', '112358.002000', '112358.005000', '112358.008000', '112358.010000', '112358.013000', '112358.016000', '112358.018000', '112358.021000', '112358.023000', '112358.026000', '112358.029000', '112358.031000', '112358.034000', '112358.036000', '112358.039000', '112358.042000', '112358.044000', '112358.047000', '112358.050000', '112358.052000', '112358.063000', '112358.066000', '112358.068000', '112358.071000', '112358.073000', '112358.076000', '112358.079000', '112358.081000', '112358.084000', '112358.087000', '112358.089000', '112358.092000', '112358.094000', '112358.097000', '112358.099000', '112358.102000', '112358.104000', '112358.107000', '112358.109000', '112358.112000', '112417.902000', '112417.905000', '112417.908000', '112417.911000', '112417.913000', '112417.916000', '112417.918000', '112417.921000', '112417.924000', '112417.926000', '112417.933000', '112417.935000', '112417.938000', '112417.941000', '112417.943000', '112417.946000', '112417.948000', '112417.951000', '112417.954000', '112417.956000', '112417.959000', '112417.961000', '112417.964000', '112417.967000', '112417.969000', '112417.972000', '112417.975000', '112417.977000', '112417.980000', '112417.982000', '112417.985000', '112417.987000', '112417.990000', '112417.993000', '112417.995000', '112417.998000', '112418.002000', '112418.005000', '112418.008000', '112418.010000', '112418.013000', '112418.017000', '112418.020000', '112437.903000', '112437.906000', '112437.909000', '112437.912000', '112437.915000', '112437.917000', '112437.920000', '112437.922000', '112437.925000', '112437.927000', '112437.930000', '112437.933000', '112437.935000', '112437.938000', '112437.940000', '112437.943000', '112437.946000', '112437.948000', '112437.960000', '112437.963000', '112437.965000', '112437.968000', '112437.971000', '112437.973000', '112437.976000', '112437.978000', '112437.981000', '112437.984000', '112437.986000', '112437.989000', '112437.992000', '112437.994000', '112437.997000', '112437.999000', '112438.002000', '112438.005000', '112438.007000', '112438.010000', '112438.013000', '112438.015000', '112438.018000', '112438.021000', '112438.023000', '112438.026000', '112457.904000', '112457.907000', '112457.909000', '112457.912000', '112457.915000', '112457.917000', '112457.920000', '112457.922000', '112457.925000', '112457.928000', '112457.930000', '112457.933000', '112457.935000', '112457.938000', '112457.941000', '112457.943000', '112457.946000', '112457.949000', '112457.951000', '112457.954000', '112457.956000', '112457.959000', '112457.962000', '112457.964000', '112457.967000', '112457.970000', '112457.972000', '112457.975000', '112457.977000', '112457.980000', '112457.983000', '112457.985000', '112457.988000', '112457.991000', '112457.993000', '112457.996000', '112457.998000', '112458.002000', '112458.005000', '112458.008000', '112458.010000', '112458.013000', '112458.016000', '112517.902000', '112517.905000', '112517.908000', '112517.911000', '112517.913000', '112517.916000', '112517.919000', '112517.922000', '112517.924000', '112517.927000', '112517.929000', '112517.932000', '112517.935000', '112517.937000', '112517.951000', '112517.954000', '112517.957000', '112517.959000', '112517.962000', '112517.965000', '112517.967000', '112517.970000', '112517.972000', '112517.975000', '112517.978000', '112517.980000', '112517.983000', '112517.985000', '112517.988000', '112517.991000', '112517.993000', '112517.996000', '112518.000000', '112518.002000', '112518.010000', '112518.012000', '112518.015000', '112518.017000', '112518.020000', '112518.023000', '112518.025000', '112518.028000', '112518.030000', '112518.033000', '112537.902000', '112537.905000', '112537.908000', '112537.910000', '112537.913000', '112537.916000', '112537.918000', '112537.921000', '112537.923000', '112537.926000', '112537.929000', '112537.931000', '112537.934000', '112537.936000', '112537.939000', '112537.942000', '112537.944000', '112537.947000', '112537.949000', '112537.952000', '112537.955000', '112537.957000', '112537.969000', '112537.972000', '112537.975000', '112537.977000', '112537.980000', '112537.983000', '112537.985000', '112537.988000', '112537.991000', '112537.994000', '112537.997000', '112538.001000', '112538.004000', '112538.006000', '112538.009000', '112538.011000', '112538.015000', '112538.017000', '112538.020000', '112538.023000', '112538.025000', '112557.902000', '112557.906000', '112557.908000', '112557.911000', '112557.914000', '112557.916000', '112557.919000', '112557.921000', '112557.924000', '112557.927000', '112557.929000', '112557.932000', '112557.935000', '112557.937000', '112557.940000', '112557.942000', '112557.945000', '112557.948000', '112557.950000', '112557.953000', '112557.955000', '112557.963000', '112557.965000', '112557.968000', '112557.970000', '112557.973000', '112557.976000', '112557.978000', '112557.981000', '112557.984000', '112557.986000', '112557.989000', '112557.991000', '112557.994000', '112557.997000', '112558.000000', '112558.003000', '112558.005000', '112558.008000', '112558.011000', '112558.013000', '112558.016000', '112558.019000', '112558.021000', '112617.902000', '112617.905000', '112617.908000', '112617.911000', '112617.913000', '112617.916000', '112617.918000', '112617.921000', '112617.924000', '112617.926000', '112617.929000', '112617.932000', '112617.934000', '112617.937000', '112617.939000', '112617.942000', '112617.945000', '112617.947000', '112617.956000', '112617.959000', '112617.961000', '112617.964000', '112617.967000', '112617.969000', '112617.972000', '112617.975000', '112617.977000', '112617.980000', '112617.982000', '112617.985000', '112617.988000', '112617.990000', '112617.993000', '112617.995000', '112617.998000', '112618.002000', '112618.005000', '112618.007000', '112618.010000', '112618.013000', '112618.015000', '112618.018000', '112618.021000', '112637.902000', '112637.905000', '112637.908000', '112637.910000', '112637.913000', '112637.916000', '112637.918000', '112637.921000', '112637.924000', '112637.926000', '112637.929000', '112637.931000', '112637.934000', '112637.937000', '112637.939000', '112637.942000', '112637.945000', '112637.947000', '112637.950000', '112637.953000', '112637.955000', '112637.958000', '112637.960000', '112637.963000', '112637.966000', '112637.968000', '112637.971000', '112637.974000', '112637.976000', '112637.979000', '112637.982000', '112637.984000', '112637.987000', '112637.989000', '112637.992000', '112637.995000', '112637.997000', '112638.001000', '112638.003000', '112638.006000', '112638.009000', '112638.011000', '112638.014000', '112638.017000', '112657.903000', '112657.906000', '112657.909000', '112657.912000', '112657.914000', '112657.917000', '112657.919000', '112657.922000', '112657.925000', '112657.938000', '112657.941000', '112657.943000', '112657.946000', '112657.948000', '112657.951000', '112657.954000', '112657.956000', '112657.959000', '112657.961000', '112657.964000', '112657.967000', '112657.970000', '112657.973000', '112657.976000', '112657.979000', '112657.982000', '112657.984000', '112657.987000', '112657.989000', '112657.992000', '112657.995000', '112657.997000', '112658.000000', '112658.003000', '112658.013000', '112658.016000', '112658.019000', '112658.021000', '112658.024000', '112658.027000', '112658.029000', '112658.032000', '112658.035000', '112717.904000', '112717.906000', '112717.909000', '112717.912000', '112717.915000', '112717.917000', '112717.920000', '112717.922000', '112717.925000', '112717.928000', '112717.930000', '112717.933000', '112717.936000', '112717.938000', '112717.941000', '112717.943000', '112717.946000', '112717.949000', '112717.951000', '112717.954000', '112717.956000', '112717.959000', '112717.962000', '112717.964000', '112717.967000', '112717.970000', '112717.972000', '112717.975000', '112717.977000', '112717.980000', '112717.983000', '112717.985000', '112717.988000', '112717.991000', '112717.993000', '112717.996000', '112717.999000', '112718.001000', '112718.004000', '112718.007000', '112718.009000', '112718.012000', '112718.014000', '112718.017000', '112737.902000', '112737.905000', '112737.908000', '112737.911000', '112737.913000', '112737.916000', '112737.918000', '112737.921000', '112737.924000', '112737.926000', '112737.929000', '112737.932000', '112737.934000', '112737.937000', '112737.940000', '112737.942000', '112737.945000', '112737.947000', '112737.950000', '112737.953000', '112737.955000', '112737.958000', '112737.961000', '112737.963000', '112737.966000', '112737.968000', '112737.971000', '112737.978000', '112737.980000', '112737.983000', '112737.986000', '112737.988000', '112737.991000', '112737.994000', '112737.996000', '112737.999000', '112738.002000', '112738.004000', '112738.007000', '112738.010000', '112738.012000', '112738.015000', '112738.017000', '112757.902000', '112757.905000', '112757.908000', '112757.911000', '112757.913000', '112757.916000', '112757.919000', '112757.921000', '112757.924000', '112757.926000', '112757.929000', '112757.932000', '112757.934000', '112757.937000', '112757.940000', '112757.942000', '112757.945000', '112757.947000', '112757.950000', '112757.953000', '112757.955000', '112757.958000', '112757.961000', '112757.963000', '112757.966000', '112757.969000', '112757.971000', '112757.974000', '112757.977000', '112757.979000', '112757.982000', '112757.985000', '112757.987000', '112757.990000', '112757.993000', '112757.995000', '112757.998000', '112758.002000', '112758.004000', '112758.007000', '112758.009000', '112758.012000', '112758.015000', '112758.017000', '112817.902000', '112817.905000', '112817.908000', '112817.910000', '112817.913000', '112817.916000', '112817.919000', '112817.921000', '112817.924000', '112817.927000', '112817.929000', '112817.932000', '112817.935000', '112817.937000', '112817.940000', '112817.942000', '112817.945000', '112817.948000', '112817.950000', '112817.953000', '112817.956000', '112817.958000', '112817.961000', '112817.964000', '112817.966000', '112817.969000', '112817.971000', '112817.974000', '112817.977000', '112817.979000', '112817.982000', '112817.985000', '112817.987000', '112817.990000', '112818.003000', '112818.005000', '112818.015000', '112818.018000', '112818.020000', '112818.023000', '112818.026000', '112818.028000', '112818.031000', '112837.903000', '112837.905000', '112837.908000', '112837.911000', '112837.913000', '112837.916000', '112837.919000', '112837.922000', '112837.924000', '112837.927000', '112837.930000', '112837.932000', '112837.935000', '112837.938000', '112837.940000', '112837.943000', '112837.945000', '112837.948000', '112837.951000', '112837.953000', '112837.956000', '112837.959000', '112837.962000', '112837.964000', '112837.967000', '112837.969000', '112837.972000', '112837.975000', '112837.977000', '112837.980000', '112837.983000', '112837.985000', '112837.988000', '112837.990000', '112837.993000', '112837.996000', '112837.998000', '112838.002000', '112838.005000', '112838.007000', '112838.010000', '112838.012000', '112838.015000', '112838.017000', '112857.903000', '112857.905000', '112857.908000', '112857.911000', '112857.914000', '112857.916000', '112857.919000', '112857.922000', '112857.924000', '112857.927000', '112857.929000', '112857.932000', '112857.935000', '112857.937000', '112857.940000', '112857.942000', '112857.945000', '112857.948000', '112857.950000', '112857.953000', '112857.956000', '112857.958000', '112857.961000', '112857.963000', '112857.966000', '112857.969000', '112857.971000', '112857.974000', '112857.977000', '112857.979000', '112857.982000', '112857.984000', '112857.987000', '112857.990000', '112857.992000', '112857.995000', '112857.997000', '112858.001000', '112858.004000', '112858.006000', '112858.009000', '112858.011000', '112858.014000', '112917.903000', '112917.906000', '112917.909000', '112917.911000', '112917.914000', '112917.917000', '112917.919000', '112917.922000', '112917.925000', '112917.927000', '112917.930000', '112917.932000', '112917.935000', '112917.938000', '112917.940000', '112917.943000', '112917.946000', '112917.948000', '112917.951000', '112917.953000', '112917.956000', '112917.959000', '112917.967000', '112917.969000', '112917.972000', '112917.975000', '112917.977000', '112917.980000', '112917.983000', '112917.985000', '112917.988000', '112917.990000', '112917.993000', '112917.996000', '112917.998000', '112918.002000', '112918.005000', '112918.007000', '112918.010000', '112918.012000', '112918.015000', '112918.018000', '112918.020000', '112918.023000', '112937.904000', '112937.906000', '112937.910000', '112937.912000', '112937.915000', '112937.917000', '112937.921000', '112937.923000', '112937.926000', '112937.930000', '112937.933000', '112937.935000', '112937.938000', '112937.940000', '112937.943000', '112937.946000', '112937.948000', '112937.951000', '112937.954000', '112937.957000', '112937.959000', '112937.962000', '112937.965000', '112937.967000', '112937.970000', '112937.972000', '112937.975000', '112937.978000', '112937.980000', '112937.983000', '112937.986000', '112937.988000', '112937.991000', '112937.993000', '112937.996000', '112938.000000', '112938.002000', '112938.005000', '112938.008000', '112938.010000', '112938.013000', '112938.016000', '112938.018000', '112957.902000', '112957.905000', '112957.908000', '112957.911000', '112957.913000', '112957.916000', '112957.919000', '112957.921000', '112957.924000', '112957.927000', '112957.929000', '112957.932000', '112957.934000', '112957.937000', '112957.941000', '112957.943000', '112957.946000', '112957.949000', '112957.951000', '112957.954000', '112957.956000', '112957.959000', '112957.962000', '112957.964000', '112957.967000', '112957.970000', '112957.972000', '112957.975000', '112957.978000', '112957.980000', '112957.983000', '112957.986000', '112957.988000', '112957.991000', '112957.994000', '112957.997000', '112958.001000', '112958.003000', '112958.006000', '112958.009000', '112958.011000', '112958.014000', '112958.016000', '113014.467000', '113014.470000', '113014.473000', '113014.476000', '113014.478000', '113014.481000', '113014.484000', '113014.486000', '113014.490000', '113014.497000', '113014.501000', '113014.503000', '113014.507000', '113014.510000', '113014.513000', '113014.516000', '113014.520000', '113014.523000', '113014.525000', '113014.528000', '113014.531000', '113014.534000', '113014.537000', '113014.541000', '113014.544000', '113014.547000', '113014.550000', '113014.552000', '113014.555000', '113014.559000', '113014.563000', '113014.565000', '113014.569000', '113014.571000', '113014.574000', '113014.577000', '113014.581000'], 'InstanceCreationTime': ['112357.967000', '112357.970000', '112357.973000', '112357.975000', '112357.978000', '112357.980000', '112357.983000', '112357.986000', '112357.988000', '112357.991000', '112357.994000', '112357.996000', '112358.000000', '112358.002000', '112358.005000', '112358.008000', '112358.010000', '112358.013000', '112358.016000', '112358.018000', '112358.021000', '112358.023000', '112358.026000', '112358.029000', '112358.031000', '112358.034000', '112358.036000', '112358.039000', '112358.042000', '112358.044000', '112358.047000', '112358.050000', '112358.052000', '112358.063000', '112358.066000', '112358.068000', '112358.071000', '112358.073000', '112358.076000', '112358.079000', '112358.081000', '112358.084000', '112358.087000', '112358.089000', '112358.092000', '112358.094000', '112358.097000', '112358.099000', '112358.102000', '112358.104000', '112358.107000', '112358.109000', '112358.112000', '112417.902000', '112417.905000', '112417.908000', '112417.911000', '112417.913000', '112417.916000', '112417.918000', '112417.921000', '112417.924000', '112417.926000', '112417.933000', '112417.935000', '112417.938000', '112417.941000', '112417.943000', '112417.946000', '112417.948000', '112417.951000', '112417.954000', '112417.956000', '112417.959000', '112417.961000', '112417.964000', '112417.967000', '112417.969000', '112417.972000', '112417.975000', '112417.977000', '112417.980000', '112417.982000', '112417.985000', '112417.987000', '112417.990000', '112417.993000', '112417.995000', '112417.998000', '112418.002000', '112418.005000', '112418.008000', '112418.010000', '112418.013000', '112418.017000', '112418.020000', '112437.903000', '112437.906000', '112437.909000', '112437.912000', '112437.915000', '112437.917000', '112437.920000', '112437.922000', '112437.925000', '112437.927000', '112437.930000', '112437.933000', '112437.935000', '112437.938000', '112437.940000', '112437.943000', '112437.946000', '112437.948000', '112437.960000', '112437.963000', '112437.965000', '112437.968000', '112437.971000', '112437.973000', '112437.976000', '112437.978000', '112437.981000', '112437.984000', '112437.986000', '112437.989000', '112437.992000', '112437.994000', '112437.997000', '112437.999000', '112438.002000', '112438.005000', '112438.007000', '112438.010000', '112438.013000', '112438.015000', '112438.018000', '112438.021000', '112438.023000', '112438.026000', '112457.904000', '112457.907000', '112457.909000', '112457.912000', '112457.915000', '112457.917000', '112457.920000', '112457.922000', '112457.925000', '112457.928000', '112457.930000', '112457.933000', '112457.935000', '112457.938000', '112457.941000', '112457.943000', '112457.946000', '112457.949000', '112457.951000', '112457.954000', '112457.956000', '112457.959000', '112457.962000', '112457.964000', '112457.967000', '112457.970000', '112457.972000', '112457.975000', '112457.977000', '112457.980000', '112457.983000', '112457.985000', '112457.988000', '112457.991000', '112457.993000', '112457.996000', '112457.998000', '112458.002000', '112458.005000', '112458.008000', '112458.010000', '112458.013000', '112458.016000', '112517.902000', '112517.905000', '112517.908000', '112517.911000', '112517.913000', '112517.916000', '112517.919000', '112517.922000', '112517.924000', '112517.927000', '112517.929000', '112517.932000', '112517.935000', '112517.937000', '112517.951000', '112517.954000', '112517.957000', '112517.959000', '112517.962000', '112517.965000', '112517.967000', '112517.970000', '112517.972000', '112517.975000', '112517.978000', '112517.980000', '112517.983000', '112517.985000', '112517.988000', '112517.991000', '112517.993000', '112517.996000', '112518.000000', '112518.002000', '112518.010000', '112518.012000', '112518.015000', '112518.017000', '112518.020000', '112518.023000', '112518.025000', '112518.028000', '112518.030000', '112518.033000', '112537.902000', '112537.905000', '112537.908000', '112537.910000', '112537.913000', '112537.916000', '112537.918000', '112537.921000', '112537.923000', '112537.926000', '112537.929000', '112537.931000', '112537.934000', '112537.936000', '112537.939000', '112537.942000', '112537.944000', '112537.947000', '112537.949000', '112537.952000', '112537.955000', '112537.957000', '112537.969000', '112537.972000', '112537.975000', '112537.977000', '112537.980000', '112537.983000', '112537.985000', '112537.988000', '112537.991000', '112537.994000', '112537.997000', '112538.001000', '112538.004000', '112538.006000', '112538.009000', '112538.011000', '112538.015000', '112538.017000', '112538.020000', '112538.023000', '112538.025000', '112557.902000', '112557.906000', '112557.908000', '112557.911000', '112557.914000', '112557.916000', '112557.919000', '112557.921000', '112557.924000', '112557.927000', '112557.929000', '112557.932000', '112557.935000', '112557.937000', '112557.940000', '112557.942000', '112557.945000', '112557.948000', '112557.950000', '112557.953000', '112557.955000', '112557.963000', '112557.965000', '112557.968000', '112557.970000', '112557.973000', '112557.976000', '112557.978000', '112557.981000', '112557.984000', '112557.986000', '112557.989000', '112557.991000', '112557.994000', '112557.997000', '112558.000000', '112558.003000', '112558.005000', '112558.008000', '112558.011000', '112558.013000', '112558.016000', '112558.019000', '112558.021000', '112617.902000', '112617.905000', '112617.908000', '112617.911000', '112617.913000', '112617.916000', '112617.918000', '112617.921000', '112617.924000', '112617.926000', '112617.929000', '112617.932000', '112617.934000', '112617.937000', '112617.939000', '112617.942000', '112617.945000', '112617.947000', '112617.956000', '112617.959000', '112617.961000', '112617.964000', '112617.967000', '112617.969000', '112617.972000', '112617.975000', '112617.977000', '112617.980000', '112617.982000', '112617.985000', '112617.988000', '112617.990000', '112617.993000', '112617.995000', '112617.998000', '112618.002000', '112618.005000', '112618.007000', '112618.010000', '112618.013000', '112618.015000', '112618.018000', '112618.021000', '112637.902000', '112637.905000', '112637.908000', '112637.910000', '112637.913000', '112637.916000', '112637.918000', '112637.921000', '112637.924000', '112637.926000', '112637.929000', '112637.931000', '112637.934000', '112637.937000', '112637.939000', '112637.942000', '112637.945000', '112637.947000', '112637.950000', '112637.953000', '112637.955000', '112637.958000', '112637.960000', '112637.963000', '112637.966000', '112637.968000', '112637.971000', '112637.974000', '112637.976000', '112637.979000', '112637.982000', '112637.984000', '112637.987000', '112637.989000', '112637.992000', '112637.995000', '112637.997000', '112638.001000', '112638.003000', '112638.006000', '112638.009000', '112638.011000', '112638.014000', '112638.017000', '112657.903000', '112657.906000', '112657.909000', '112657.912000', '112657.914000', '112657.917000', '112657.919000', '112657.922000', '112657.925000', '112657.938000', '112657.941000', '112657.943000', '112657.946000', '112657.948000', '112657.951000', '112657.954000', '112657.956000', '112657.959000', '112657.961000', '112657.964000', '112657.967000', '112657.970000', '112657.973000', '112657.976000', '112657.979000', '112657.982000', '112657.984000', '112657.987000', '112657.989000', '112657.992000', '112657.995000', '112657.997000', '112658.000000', '112658.003000', '112658.013000', '112658.016000', '112658.019000', '112658.021000', '112658.024000', '112658.027000', '112658.029000', '112658.032000', '112658.035000', '112717.904000', '112717.906000', '112717.909000', '112717.912000', '112717.915000', '112717.917000', '112717.920000', '112717.922000', '112717.925000', '112717.928000', '112717.930000', '112717.933000', '112717.936000', '112717.938000', '112717.941000', '112717.943000', '112717.946000', '112717.949000', '112717.951000', '112717.954000', '112717.956000', '112717.959000', '112717.962000', '112717.964000', '112717.967000', '112717.970000', '112717.972000', '112717.975000', '112717.977000', '112717.980000', '112717.983000', '112717.985000', '112717.988000', '112717.991000', '112717.993000', '112717.996000', '112717.999000', '112718.001000', '112718.004000', '112718.007000', '112718.009000', '112718.012000', '112718.014000', '112718.017000', '112737.902000', '112737.905000', '112737.908000', '112737.911000', '112737.913000', '112737.916000', '112737.918000', '112737.921000', '112737.924000', '112737.926000', '112737.929000', '112737.932000', '112737.934000', '112737.937000', '112737.940000', '112737.942000', '112737.945000', '112737.947000', '112737.950000', '112737.953000', '112737.955000', '112737.958000', '112737.961000', '112737.963000', '112737.966000', '112737.968000', '112737.971000', '112737.978000', '112737.980000', '112737.983000', '112737.986000', '112737.988000', '112737.991000', '112737.994000', '112737.996000', '112737.999000', '112738.002000', '112738.004000', '112738.007000', '112738.010000', '112738.012000', '112738.015000', '112738.017000', '112757.902000', '112757.905000', '112757.908000', '112757.911000', '112757.913000', '112757.916000', '112757.919000', '112757.921000', '112757.924000', '112757.926000', '112757.929000', '112757.932000', '112757.934000', '112757.937000', '112757.940000', '112757.942000', '112757.945000', '112757.947000', '112757.950000', '112757.953000', '112757.955000', '112757.958000', '112757.961000', '112757.963000', '112757.966000', '112757.969000', '112757.971000', '112757.974000', '112757.977000', '112757.979000', '112757.982000', '112757.985000', '112757.987000', '112757.990000', '112757.993000', '112757.995000', '112757.998000', '112758.002000', '112758.004000', '112758.007000', '112758.009000', '112758.012000', '112758.015000', '112758.017000', '112817.902000', '112817.905000', '112817.908000', '112817.910000', '112817.913000', '112817.916000', '112817.919000', '112817.921000', '112817.924000', '112817.927000', '112817.929000', '112817.932000', '112817.935000', '112817.937000', '112817.940000', '112817.942000', '112817.945000', '112817.948000', '112817.950000', '112817.953000', '112817.956000', '112817.958000', '112817.961000', '112817.964000', '112817.966000', '112817.969000', '112817.971000', '112817.974000', '112817.977000', '112817.979000', '112817.982000', '112817.985000', '112817.987000', '112817.990000', '112818.003000', '112818.005000', '112818.015000', '112818.018000', '112818.020000', '112818.023000', '112818.026000', '112818.028000', '112818.031000', '112837.903000', '112837.905000', '112837.908000', '112837.911000', '112837.913000', '112837.916000', '112837.919000', '112837.922000', '112837.924000', '112837.927000', '112837.930000', '112837.932000', '112837.935000', '112837.938000', '112837.940000', '112837.943000', '112837.945000', '112837.948000', '112837.951000', '112837.953000', '112837.956000', '112837.959000', '112837.962000', '112837.964000', '112837.967000', '112837.969000', '112837.972000', '112837.975000', '112837.977000', '112837.980000', '112837.983000', '112837.985000', '112837.988000', '112837.990000', '112837.993000', '112837.996000', '112837.998000', '112838.002000', '112838.005000', '112838.007000', '112838.010000', '112838.012000', '112838.015000', '112838.017000', '112857.903000', '112857.905000', '112857.908000', '112857.911000', '112857.914000', '112857.916000', '112857.919000', '112857.922000', '112857.924000', '112857.927000', '112857.929000', '112857.932000', '112857.935000', '112857.937000', '112857.940000', '112857.942000', '112857.945000', '112857.948000', '112857.950000', '112857.953000', '112857.956000', '112857.958000', '112857.961000', '112857.963000', '112857.966000', '112857.969000', '112857.971000', '112857.974000', '112857.977000', '112857.979000', '112857.982000', '112857.984000', '112857.987000', '112857.990000', '112857.992000', '112857.995000', '112857.997000', '112858.001000', '112858.004000', '112858.006000', '112858.009000', '112858.011000', '112858.014000', '112917.903000', '112917.906000', '112917.909000', '112917.911000', '112917.914000', '112917.917000', '112917.919000', '112917.922000', '112917.925000', '112917.927000', '112917.930000', '112917.932000', '112917.935000', '112917.938000', '112917.940000', '112917.943000', '112917.946000', '112917.948000', '112917.951000', '112917.953000', '112917.956000', '112917.959000', '112917.967000', '112917.969000', '112917.972000', '112917.975000', '112917.977000', '112917.980000', '112917.983000', '112917.985000', '112917.988000', '112917.990000', '112917.993000', '112917.996000', '112917.998000', '112918.002000', '112918.005000', '112918.007000', '112918.010000', '112918.012000', '112918.015000', '112918.018000', '112918.020000', '112918.023000', '112937.904000', '112937.906000', '112937.910000', '112937.912000', '112937.915000', '112937.917000', '112937.921000', '112937.923000', '112937.926000', '112937.930000', '112937.933000', '112937.935000', '112937.938000', '112937.940000', '112937.943000', '112937.946000', '112937.948000', '112937.951000', '112937.954000', '112937.957000', '112937.959000', '112937.962000', '112937.965000', '112937.967000', '112937.970000', '112937.972000', '112937.975000', '112937.978000', '112937.980000', '112937.983000', '112937.986000', '112937.988000', '112937.991000', '112937.993000', '112937.996000', '112938.000000', '112938.002000', '112938.005000', '112938.008000', '112938.010000', '112938.013000', '112938.016000', '112938.018000', '112957.902000', '112957.905000', '112957.908000', '112957.911000', '112957.913000', '112957.916000', '112957.919000', '112957.921000', '112957.924000', '112957.927000', '112957.929000', '112957.932000', '112957.934000', '112957.937000', '112957.941000', '112957.943000', '112957.946000', '112957.949000', '112957.951000', '112957.954000', '112957.956000', '112957.959000', '112957.962000', '112957.964000', '112957.967000', '112957.970000', '112957.972000', '112957.975000', '112957.978000', '112957.980000', '112957.983000', '112957.986000', '112957.988000', '112957.991000', '112957.994000', '112957.997000', '112958.001000', '112958.003000', '112958.006000', '112958.009000', '112958.011000', '112958.014000', '112958.016000', '113014.467000', '113014.470000', '113014.473000', '113014.476000', '113014.478000', '113014.481000', '113014.484000', '113014.486000', '113014.490000', '113014.497000', '113014.501000', '113014.503000', '113014.507000', '113014.510000', '113014.513000', '113014.516000', '113014.520000', '113014.523000', '113014.525000', '113014.528000', '113014.531000', '113014.534000', '113014.537000', '113014.541000', '113014.544000', '113014.547000', '113014.550000', '113014.552000', '113014.555000', '113014.559000', '113014.563000', '113014.565000', '113014.569000', '113014.571000', '113014.574000', '113014.577000', '113014.581000'], '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': [14477, 7874, 13498, 11589, 11057, 10399, 8180, 10406, 6957, 7407, 7784, 7336, 10546, 6994, 11512, 7006, 11361, 7213, 11471, 7122, 11346, 7376, 10411, 9073, 7124, 9680, 7056, 7423, 9236, 7722, 10443, 10363, 7701, 11879, 7579, 15031, 11775, 12815, 15804, 8567, 13543, 7341, 12441, 7282, 14175, 8427, 13642, 7029, 7181, 8594, 7238, 9746, 7113, 12060, 7381, 13036, 9423, 13095, 10914, 11323, 10708, 8893, 9458, 7237, 11652, 7277, 12064, 7301, 11808, 7329, 10848, 9491, 8631, 9316, 7441, 9865, 7439, 10057, 7379, 9937, 7430, 9870, 7468, 7006, 8012, 7604, 9070, 7295, 11381, 7478, 11819, 7971, 13546, 10093, 9508, 9338, 8027, 8897, 7847, 10589, 7491, 11034, 7649, 11497, 7320, 12239, 7470, 12466, 9595, 7332, 8969, 7520, 10171, 7348, 9807, 9555, 7741, 10171, 7554, 12030, 7639, 15219, 8643, 16488, 7108, 14037, 6991, 13682, 7220, 13248, 7345, 12165, 7293, 11040, 7288, 7138, 7591, 7127, 8860, 7643, 10468, 7352, 11186, 7339, 12948, 8725, 15253, 7529, 11608, 9039, 8135, 9739, 7250, 11113, 7478, 11193, 7664, 10700, 8695, 8126, 8795, 8225, 8854, 7666, 7388, 7365, 7464, 7536, 7768, 10000, 7253, 11100, 9996, 12975, 7492, 10603, 9970, 8471, 12438, 9710, 15969, 13752, 10649, 12241, 8938, 14853, 9403, 16670, 10452, 15240, 7438, 7130, 8188, 7400, 9886, 7325, 12048, 7638, 11510, 7684, 11257, 7633, 11900, 7603, 11296, 7744, 10041, 8248, 8807, 8070, 9332, 7184, 9503, 7417, 8923, 7649, 8957, 7610, 10343, 7283, 10599, 7259, 12433, 7385, 10828, 7245, 7270, 7794, 7318, 11388, 7485, 11465, 7346, 11040, 9589, 9655, 8893, 8072, 8960, 7601, 9242, 7913, 10426, 7192, 8368, 7381, 7299, 8006, 7376, 9662, 7205, 12213, 7645, 10152, 7879, 7869, 8199, 7559, 9202, 7481, 8876, 12428, 8959, 9492, 8934, 8215, 9049, 7967, 8893, 7980, 8577, 7251, 9080, 7296, 10112, 7233, 10909, 7211, 10676, 7592, 10366, 8815, 7908, 8784, 7442, 8766, 7434, 9903, 7527, 11275, 9010, 7223, 7728, 7616, 9713, 7317, 11728, 7901, 10164, 8905, 7431, 9339, 7432, 9369, 7647, 12951, 7429, 13994, 7977, 17144, 8593, 15784, 7744, 13117, 11105, 8630, 8438, 7557, 9641, 7412, 10335, 8155, 7391, 10751, 7597, 12174, 7533, 13913, 10401, 11199, 9255, 7990, 9047, 8029, 9034, 7758, 9466, 7583, 9447, 8412, 9502, 7675, 9726, 7425, 11118, 7514, 11835, 7255, 8703, 7211, 7479, 9355, 7355, 11182, 7764, 11321, 7370, 10901, 9308, 8378, 10191, 7675, 9903, 7461, 9753, 9331, 7986, 9776, 7719, 11106, 7485, 12001, 7758, 12778, 7644, 12293, 7780, 11662, 7465, 10575, 8568, 7280, 7943, 7143, 7416, 7266, 7670, 9839, 7654, 8310, 10151, 15957, 8785, 13787, 9183, 11887, 9033, 9324, 10176, 9040, 11452, 10392, 8342, 9615, 7387, 9825, 7316, 11852, 9111, 13261, 7625, 14272, 7703, 13250, 7769, 12702, 7715, 11677, 7257, 7081, 8059, 7221, 9573, 8401, 12026, 7961, 10858, 7910, 10804, 7436, 10387, 7496, 7220, 8671, 7360, 9673, 7711, 10772, 7913, 11372, 7117, 7096, 7487, 7393, 9005, 7160, 7271, 7662, 7705, 11179, 8975, 15463, 8597, 15969, 9030, 15733, 9474, 16195, 8372, 11835, 8824, 7288, 7850, 7503, 8519, 7458, 9890, 7513, 9824, 8206, 10844, 8803, 12042, 9083, 9819, 7804, 9869, 8779, 9834, 7872, 9805, 7829, 10433, 7976, 10803, 7665, 10626, 7528, 7320, 7854, 7433, 8332, 7472, 8480, 7611, 9930, 7775, 9889, 7259, 9835, 10034, 7575, 8411, 7974, 10127, 7427, 9346, 9306, 7462, 8659, 7262, 12451, 7380, 10789, 9616, 7766, 13854, 9703, 11889, 9603, 7738, 12118, 7678, 10526, 7749, 7336, 10195, 7659, 7351, 10305, 8748, 7508, 9574, 7476, 11420, 7758, 10272, 9668, 8299, 13660, 7430, 13906, 7637, 7004, 8186, 7425, 11136, 7661, 13668, 11844, 12485, 9400, 7486, 8932, 8696, 8552, 14384, 7537, 14620, 7637, 12955, 7659, 12517, 8596, 6866, 7232, 7216, 8671, 7451, 9086, 7675, 11097, 7599, 11334, 7636, 11129, 7585, 11345, 7544, 13255, 8895, 11185, 7208, 7240, 8119, 7440, 10916, 8502, 11986, 7502, 7259, 8565, 7478, 12245, 7848, 13496, 7247, 13485, 11685, 8602, 9203, 7679, 10319, 7460, 11005, 7475, 11080, 7334, 7184, 7249, 7430, 11514, 7033, 9866, 10051, 9364, 12002, 10050, 14575, 8051, 16737, 7943, 13970, 7172, 12496, 7794, 8789, 10171, 8630, 10656, 7727, 10345, 7817, 11174, 7902, 11680, 7760, 12049, 7886, 11844, 7969, 11288, 7502, 10553, 7283, 7165, 7007, 7335, 7972, 7410, 8381, 7775, 7731, 8722, 7309, 7722, 10236, 11908, 9431, 14281, 7637, 12465, 7412, 12662, 7448, 7551, 8208, 6965, 7281, 7986, 7187, 9405, 10565, 11950, 12724, 11480, 14136, 9564, 14844, 7339, 11737, 7507, 7169, 13478, 8123, 16581, 11615, 12867, 10952, 9778, 9251, 7990, 12367, 7093, 7137, 7593, 7531, 9211, 7630, 10548, 7634, 11895, 7828, 11796, 7353, 11685, 8765, 7270, 8160, 7379, 9157, 7349, 7648, 9263, 7922, 10964, 7391, 10608, 7567, 7289, 9974, 6923, 7401, 7533, 7619, 10868, 8565, 7825, 10535, 8157, 7965, 9016, 7770, 13341, 7530, 12426, 9796, 9509, 9555, 7543, 9565, 7636, 12608, 7171, 7165, 7323, 7395, 8702, 7568, 10176, 7199, 9649, 7089, 7618, 8694, 7472, 7210, 8332, 7397, 11762, 7384, 14136, 8406, 15954, 8628, 14294, 7597, 12735, 7468, 11765, 7806, 11907, 8084, 12386, 7634, 12412, 7718, 12502, 7358, 11269, 7222, 9075, 7293, 9071, 8562, 7595, 8302, 7752, 8729, 7119, 7517, 8745, 7476, 10977, 7636, 12402, 7621, 11836, 7408, 11459, 7502, 11028, 7196, 11472, 7823, 10809, 7353, 7663, 7892, 7804, 9177, 7810, 7519, 11071, 7417, 14642, 8338, 15065, 8586, 14533, 11336, 10914, 10548, 7821, 10466, 7288, 8215, 9370, 7824, 11246, 7651, 14833, 7853, 13473, 7919, 12605, 7971, 10882, 7748, 10356, 8168, 14042, 7948, 11333, 8134, 10524, 7183, 7176, 7667, 8007, 10478, 7447, 8403, 9300, 7414, 8698, 7680, 10851, 7961, 11332, 7581, 11005, 7912, 9383, 8295, 7246, 8776, 7308, 11556, 7795, 11196, 7424], 'WindowCenter': [4354.0, 4291.0, 4326.0, 4305.0, 4292.0, 4293.0, 4272.0, 4293.0, 4263.0, 4263.0, 4275.0, 4265.0, 4305.0, 4265.0, 4305.0, 4266.0, 4305.0, 4265.0, 4306.0, 4265.0, 4292.0, 4263.0, 4293.0, 4284.0, 4264.0, 4294.0, 4265.0, 4274.0, 4296.0, 4287.0, 4320.0, 4310.0, 4289.0, 4317.0, 4287.0, 4339.0, 4318.0, 4329.0, 4340.0, 4289.0, 4326.0, 4276.0, 4302.0, 4251.0, 4311.0, 4262.0, 4312.0, 4254.0, 4254.0, 4282.0, 4263.0, 4283.0, 4250.0, 4301.0, 4262.0, 4301.0, 4282.0, 4300.0, 4292.0, 4290.0, 4280.0, 4258.0, 4269.0, 4238.0, 4278.0, 4248.0, 4288.0, 4249.0, 4290.0, 4251.0, 4280.0, 4282.0, 4271.0, 4283.0, 4264.0, 4294.0, 4265.0, 4293.0, 4277.0, 4291.0, 4275.0, 4296.0, 4276.0, 4266.0, 4287.0, 4276.0, 4297.0, 4277.0, 4317.0, 4278.0, 4318.0, 4286.0, 4326.0, 4307.0, 4297.0, 4296.0, 4275.0, 4286.0, 4275.0, 4305.0, 4266.0, 4306.0, 4277.0, 4316.0, 4264.0, 4303.0, 4264.0, 4312.0, 4294.0, 4264.0, 4284.0, 4275.0, 4306.0, 4278.0, 4307.0, 4308.0, 4288.0, 4306.0, 4276.0, 4314.0, 4277.0, 4325.0, 4285.0, 4336.0, 4264.0, 4323.0, 4265.0, 4312.0, 4264.0, 4300.0, 4250.0, 4301.0, 4261.0, 4291.0, 4261.0, 4252.0, 4264.0, 4262.0, 4283.0, 4265.0, 4291.0, 4263.0, 4305.0, 4264.0, 4315.0, 4274.0, 4324.0, 4263.0, 4292.0, 4272.0, 4260.0, 4283.0, 4261.0, 4291.0, 4262.0, 4301.0, 4274.0, 4303.0, 4283.0, 4273.0, 4285.0, 4285.0, 4285.0, 4302.0, 4279.0, 4265.0, 4264.0, 4277.0, 4277.0, 4305.0, 4278.0, 4315.0, 4310.0, 4330.0, 4279.0, 4310.0, 4308.0, 4288.0, 4324.0, 4307.0, 4335.0, 4326.0, 4305.0, 4305.0, 4271.0, 4311.0, 4268.0, 4312.0, 4280.0, 4310.0, 4250.0, 4249.0, 4270.0, 4260.0, 4291.0, 4263.0, 4314.0, 4278.0, 4304.0, 4276.0, 4293.0, 4263.0, 4302.0, 4261.0, 4292.0, 4261.0, 4281.0, 4259.0, 4268.0, 4249.0, 4271.0, 4238.0, 4272.0, 4251.0, 4270.0, 4248.0, 4269.0, 4260.0, 4282.0, 4250.0, 4281.0, 4262.0, 4301.0, 4262.0, 4292.0, 4262.0, 4262.0, 4272.0, 4262.0, 4304.0, 4264.0, 4303.0, 4264.0, 4303.0, 4296.0, 4283.0, 4284.0, 4274.0, 4284.0, 4263.0, 4286.0, 4274.0, 4304.0, 4263.0, 4274.0, 4263.0, 4275.0, 4286.0, 4276.0, 4307.0, 4280.0, 4332.0, 4290.0, 4320.0, 4299.0, 4289.0, 4288.0, 4275.0, 4294.0, 4276.0, 4296.0, 4316.0, 4295.0, 4293.0, 4285.0, 4273.0, 4282.0, 4272.0, 4282.0, 4272.0, 4272.0, 4263.0, 4282.0, 4260.0, 4293.0, 4262.0, 4304.0, 4265.0, 4292.0, 4276.0, 4295.0, 4295.0, 4275.0, 4285.0, 4263.0, 4283.0, 4266.0, 4296.0, 4276.0, 4306.0, 4298.0, 4275.0, 4287.0, 4286.0, 4296.0, 4279.0, 4314.0, 4289.0, 4307.0, 4296.0, 4289.0, 4308.0, 4288.0, 4299.0, 4277.0, 4327.0, 4276.0, 4324.0, 4275.0, 4335.0, 4284.0, 4322.0, 4275.0, 4310.0, 4301.0, 4274.0, 4274.0, 4261.0, 4283.0, 4263.0, 4295.0, 4273.0, 4275.0, 4304.0, 4277.0, 4315.0, 4275.0, 4313.0, 4295.0, 4292.0, 4282.0, 4271.0, 4282.0, 4272.0, 4283.0, 4260.0, 4279.0, 4258.0, 4279.0, 4260.0, 4280.0, 4248.0, 4269.0, 4251.0, 4289.0, 4249.0, 4289.0, 4250.0, 4258.0, 4249.0, 4249.0, 4282.0, 4263.0, 4291.0, 4262.0, 4293.0, 4263.0, 4294.0, 4282.0, 4272.0, 4295.0, 4273.0, 4295.0, 4264.0, 4297.0, 4295.0, 4272.0, 4293.0, 4274.0, 4303.0, 4265.0, 4303.0, 4264.0, 4303.0, 4263.0, 4302.0, 4271.0, 4300.0, 4263.0, 4293.0, 4282.0, 4274.0, 4285.0, 4279.0, 4277.0, 4274.0, 4276.0, 4321.0, 4290.0, 4299.0, 4322.0, 4348.0, 4287.0, 4327.0, 4283.0, 4305.0, 4287.0, 4284.0, 4291.0, 4281.0, 4301.0, 4293.0, 4273.0, 4281.0, 4251.0, 4279.0, 4247.0, 4288.0, 4259.0, 4288.0, 4246.0, 4297.0, 4237.0, 4276.0, 4233.0, 4275.0, 4234.0, 4262.0, 4232.0, 4223.0, 4245.0, 4236.0, 4267.0, 4254.0, 4286.0, 4256.0, 4277.0, 4258.0, 4277.0, 4249.0, 4280.0, 4246.0, 4247.0, 4271.0, 4248.0, 4280.0, 4261.0, 4291.0, 4260.0, 4290.0, 4249.0, 4262.0, 4276.0, 4277.0, 4285.0, 4266.0, 4265.0, 4277.0, 4276.0, 4304.0, 4296.0, 4323.0, 4275.0, 4324.0, 4272.0, 4311.0, 4281.0, 4322.0, 4271.0, 4302.0, 4282.0, 4261.0, 4260.0, 4249.0, 4270.0, 4262.0, 4283.0, 4252.0, 4280.0, 4269.0, 4291.0, 4270.0, 4288.0, 4258.0, 4269.0, 4247.0, 4267.0, 4243.0, 4264.0, 4246.0, 4266.0, 4246.0, 4264.0, 4248.0, 4275.0, 4246.0, 4277.0, 4260.0, 4249.0, 4269.0, 4262.0, 4269.0, 4262.0, 4283.0, 4272.0, 4293.0, 4273.0, 4293.0, 4275.0, 4294.0, 4294.0, 4273.0, 4285.0, 4284.0, 4318.0, 4278.0, 4294.0, 4296.0, 4266.0, 4286.0, 4277.0, 4316.0, 4278.0, 4318.0, 4294.0, 4276.0, 4325.0, 4295.0, 4316.0, 4293.0, 4275.0, 4316.0, 4265.0, 4304.0, 4266.0, 4276.0, 4305.0, 4276.0, 4263.0, 4295.0, 4285.0, 4278.0, 4296.0, 4276.0, 4301.0, 4264.0, 4293.0, 4284.0, 4272.0, 4313.0, 4263.0, 4312.0, 4272.0, 4262.0, 4274.0, 4262.0, 4303.0, 4276.0, 4326.0, 4314.0, 4316.0, 4296.0, 4275.0, 4286.0, 4273.0, 4269.0, 4311.0, 4248.0, 4297.0, 4260.0, 4290.0, 4258.0, 4287.0, 4257.0, 4240.0, 4249.0, 4248.0, 4268.0, 4249.0, 4280.0, 4262.0, 4301.0, 4261.0, 4302.0, 4263.0, 4291.0, 4263.0, 4288.0, 4262.0, 4300.0, 4271.0, 4290.0, 4250.0, 4261.0, 4259.0, 4261.0, 4292.0, 4283.0, 4302.0, 4261.0, 4263.0, 4270.0, 4261.0, 4303.0, 4274.0, 4311.0, 4264.0, 4313.0, 4303.0, 4283.0, 4283.0, 4272.0, 4294.0, 4262.0, 4290.0, 4263.0, 4317.0, 4278.0, 4251.0, 4264.0, 4265.0, 4304.0, 4253.0, 4292.0, 4293.0, 4280.0, 4303.0, 4278.0, 4309.0, 4258.0, 4310.0, 4260.0, 4297.0, 4238.0, 4289.0, 4246.0, 4258.0, 4278.0, 4268.0, 4276.0, 4249.0, 4278.0, 4248.0, 4276.0, 4245.0, 4289.0, 4247.0, 4284.0, 4248.0, 4276.0, 4247.0, 4274.0, 4247.0, 4275.0, 4236.0, 4236.0, 4248.0, 4262.0, 4284.0, 4263.0, 4272.0, 4263.0, 4275.0, 4298.0, 4275.0, 4275.0, 4307.0, 4315.0, 4295.0, 4314.0, 4276.0, 4301.0, 4277.0, 4326.0, 4274.0, 4274.0, 4274.0, 4265.0, 4263.0, 4273.0, 4265.0, 4293.0, 4306.0, 4316.0, 4317.0, 4305.0, 4315.0, 4282.0, 4313.0, 4249.0, 4290.0, 4247.0, 4250.0, 4299.0, 4262.0, 4308.0, 4289.0, 4287.0, 4292.0, 4279.0, 4269.0, 4244.0, 4283.0, 4237.0, 4236.0, 4246.0, 4247.0, 4268.0, 4249.0, 4277.0, 4245.0, 4287.0, 4248.0, 4276.0, 4237.0, 4275.0, 4255.0, 4237.0, 4246.0, 4236.0, 4258.0, 4237.0, 4247.0, 4269.0, 4261.0, 4290.0, 4250.0, 4279.0, 4249.0, 4250.0, 4282.0, 4251.0, 4252.0, 4260.0, 4265.0, 4304.0, 4271.0, 4263.0, 4292.0, 4273.0, 4261.0, 4270.0, 4261.0, 4311.0, 4260.0, 4298.0, 4281.0, 4269.0, 4279.0, 4261.0, 4267.0, 4247.0, 4297.0, 4252.0, 4250.0, 4260.0, 4260.0, 4270.0, 4261.0, 4292.0, 4265.0, 4282.0, 4254.0, 4276.0, 4284.0, 4275.0, 4274.0, 4283.0, 4264.0, 4304.0, 4265.0, 4328.0, 4286.0, 4335.0, 4284.0, 4325.0, 4275.0, 4311.0, 4251.0, 4290.0, 4260.0, 4289.0, 4260.0, 4290.0, 4249.0, 4286.0, 4247.0, 4288.0, 4237.0, 4277.0, 4236.0, 4258.0, 4248.0, 4268.0, 4269.0, 4259.0, 4271.0, 4262.0, 4269.0, 4263.0, 4262.0, 4284.0, 4263.0, 4295.0, 4264.0, 4312.0, 4264.0, 4301.0, 4262.0, 4302.0, 4262.0, 4292.0, 4252.0, 4291.0, 4262.0, 4289.0, 4262.0, 4274.0, 4276.0, 4275.0, 4282.0, 4277.0, 4275.0, 4305.0, 4265.0, 4324.0, 4275.0, 4313.0, 4273.0, 4311.0, 4293.0, 4292.0, 4291.0, 4260.0, 4287.0, 4250.0, 4270.0, 4283.0, 4260.0, 4289.0, 4260.0, 4310.0, 4261.0, 4299.0, 4249.0, 4287.0, 4246.0, 4267.0, 4236.0, 4263.0, 4245.0, 4284.0, 4235.0, 4265.0, 4244.0, 4263.0, 4236.0, 4226.0, 4248.0, 4258.0, 4276.0, 4249.0, 4257.0, 4268.0, 4249.0, 4257.0, 4248.0, 4277.0, 4259.0, 4277.0, 4248.0, 4279.0, 4258.0, 4268.0, 4258.0, 4249.0, 4268.0, 4249.0, 4290.0, 4262.0, 4290.0, 4251.0], 'WindowWidth': [9603.0, 9510.0, 9546.0, 9514.0, 9491.0, 9494.0, 9464.0, 9493.0, 9455.0, 9453.0, 9472.0, 9460.0, 9513.0, 9462.0, 9513.0, 9462.0, 9513.0, 9459.0, 9515.0, 9458.0, 9490.0, 9453.0, 9492.0, 9482.0, 9458.0, 9496.0, 9460.0, 9472.0, 9503.0, 9495.0, 9541.0, 9529.0, 9500.0, 9534.0, 9495.0, 9566.0, 9537.0, 9551.0, 9567.0, 9497.0, 9546.0, 9476.0, 9503.0, 9433.0, 9513.0, 9447.0, 9515.0, 9442.0, 9441.0, 9478.0, 9454.0, 9480.0, 9433.0, 9502.0, 9449.0, 9500.0, 9477.0, 9498.0, 9488.0, 9482.0, 9469.0, 9436.0, 9452.0, 9409.0, 9462.0, 9422.0, 9474.0, 9426.0, 9481.0, 9432.0, 9470.0, 9477.0, 9461.0, 9479.0, 9456.0, 9496.0, 9459.0, 9497.0, 9479.0, 9489.0, 9474.0, 9501.0, 9476.0, 9463.0, 9493.0, 9476.0, 9506.0, 9479.0, 9532.0, 9482.0, 9537.0, 9493.0, 9544.0, 9521.0, 9506.0, 9503.0, 9473.0, 9488.0, 9473.0, 9514.0, 9463.0, 9516.0, 9478.0, 9530.0, 9458.0, 9508.0, 9457.0, 9520.0, 9498.0, 9458.0, 9485.0, 9474.0, 9516.0, 9482.0, 9520.0, 9523.0, 9498.0, 9519.0, 9478.0, 9526.0, 9478.0, 9541.0, 9487.0, 9556.0, 9457.0, 9535.0, 9459.0, 9517.0, 9456.0, 9499.0, 9432.0, 9498.0, 9448.0, 9487.0, 9447.0, 9435.0, 9455.0, 9451.0, 9480.0, 9458.0, 9491.0, 9454.0, 9510.0, 9456.0, 9524.0, 9469.0, 9533.0, 9450.0, 9488.0, 9461.0, 9444.0, 9477.0, 9447.0, 9488.0, 9452.0, 9502.0, 9472.0, 9510.0, 9482.0, 9467.0, 9487.0, 9486.0, 9489.0, 9526.0, 9484.0, 9457.0, 9456.0, 9479.0, 9480.0, 9515.0, 9483.0, 9527.0, 9528.0, 9555.0, 9484.0, 9526.0, 9523.0, 9494.0, 9541.0, 9519.0, 9555.0, 9543.0, 9512.0, 9512.0, 9459.0, 9511.0, 9451.0, 9514.0, 9468.0, 9508.0, 9428.0, 9428.0, 9456.0, 9444.0, 9487.0, 9452.0, 9523.0, 9480.0, 9511.0, 9476.0, 9492.0, 9452.0, 9503.0, 9447.0, 9488.0, 9445.0, 9472.0, 9439.0, 9450.0, 9425.0, 9458.0, 9410.0, 9460.0, 9431.0, 9455.0, 9424.0, 9453.0, 9443.0, 9473.0, 9430.0, 9471.0, 9449.0, 9501.0, 9449.0, 9488.0, 9451.0, 9450.0, 9466.0, 9453.0, 9510.0, 9458.0, 9507.0, 9457.0, 9505.0, 9501.0, 9479.0, 9482.0, 9470.0, 9483.0, 9453.0, 9487.0, 9469.0, 9510.0, 9456.0, 9470.0, 9456.0, 9474.0, 9490.0, 9478.0, 9521.0, 9490.0, 9560.0, 9503.0, 9543.0, 9514.0, 9499.0, 9499.0, 9476.0, 9500.0, 9477.0, 9503.0, 9530.0, 9502.0, 9495.0, 9486.0, 9467.0, 9478.0, 9463.0, 9477.0, 9462.0, 9465.0, 9451.0, 9477.0, 9447.0, 9492.0, 9453.0, 9511.0, 9459.0, 9491.0, 9474.0, 9498.0, 9500.0, 9472.0, 9488.0, 9456.0, 9482.0, 9463.0, 9502.0, 9476.0, 9516.0, 9509.0, 9477.0, 9495.0, 9493.0, 9504.0, 9484.0, 9527.0, 9499.0, 9520.0, 9506.0, 9501.0, 9526.0, 9498.0, 9512.0, 9479.0, 9546.0, 9477.0, 9540.0, 9475.0, 9557.0, 9487.0, 9532.0, 9474.0, 9514.0, 9502.0, 9466.0, 9467.0, 9448.0, 9479.0, 9456.0, 9497.0, 9470.0, 9473.0, 9512.0, 9478.0, 9526.0, 9472.0, 9520.0, 9498.0, 9489.0, 9479.0, 9463.0, 9478.0, 9463.0, 9479.0, 9445.0, 9469.0, 9439.0, 9469.0, 9442.0, 9471.0, 9426.0, 9454.0, 9431.0, 9481.0, 9429.0, 9481.0, 9430.0, 9436.0, 9427.0, 9428.0, 9475.0, 9452.0, 9488.0, 9451.0, 9491.0, 9453.0, 9495.0, 9478.0, 9465.0, 9498.0, 9469.0, 9498.0, 9458.0, 9502.0, 9500.0, 9466.0, 9495.0, 9471.0, 9507.0, 9459.0, 9506.0, 9455.0, 9505.0, 9453.0, 9503.0, 9463.0, 9499.0, 9456.0, 9493.0, 9481.0, 9472.0, 9490.0, 9490.0, 9481.0, 9471.0, 9477.0, 9546.0, 9500.0, 9512.0, 9549.0, 9579.0, 9494.0, 9545.0, 9479.0, 9513.0, 9489.0, 9484.0, 9487.0, 9476.0, 9499.0, 9490.0, 9464.0, 9471.0, 9432.0, 9467.0, 9421.0, 9477.0, 9437.0, 9475.0, 9417.0, 9486.0, 9405.0, 9454.0, 9395.0, 9451.0, 9396.0, 9431.0, 9393.0, 9382.0, 9414.0, 9403.0, 9449.0, 9427.0, 9470.0, 9434.0, 9462.0, 9436.0, 9459.0, 9429.0, 9469.0, 9421.0, 9423.0, 9460.0, 9425.0, 9470.0, 9444.0, 9485.0, 9444.0, 9482.0, 9430.0, 9450.0, 9479.0, 9480.0, 9487.0, 9463.0, 9458.0, 9477.0, 9476.0, 9511.0, 9504.0, 9536.0, 9472.0, 9536.0, 9462.0, 9515.0, 9475.0, 9529.0, 9461.0, 9503.0, 9477.0, 9446.0, 9445.0, 9430.0, 9458.0, 9448.0, 9478.0, 9436.0, 9472.0, 9456.0, 9487.0, 9457.0, 9478.0, 9435.0, 9449.0, 9418.0, 9445.0, 9410.0, 9438.0, 9416.0, 9442.0, 9417.0, 9438.0, 9422.0, 9453.0, 9418.0, 9461.0, 9443.0, 9429.0, 9457.0, 9451.0, 9458.0, 9449.0, 9481.0, 9465.0, 9494.0, 9468.0, 9494.0, 9474.0, 9498.0, 9498.0, 9469.0, 9486.0, 9485.0, 9538.0, 9482.0, 9499.0, 9502.0, 9463.0, 9489.0, 9477.0, 9529.0, 9479.0, 9533.0, 9499.0, 9476.0, 9540.0, 9500.0, 9527.0, 9494.0, 9474.0, 9526.0, 9456.0, 9508.0, 9460.0, 9475.0, 9513.0, 9475.0, 9454.0, 9497.0, 9488.0, 9482.0, 9503.0, 9475.0, 9502.0, 9457.0, 9492.0, 9482.0, 9464.0, 9520.0, 9452.0, 9519.0, 9466.0, 9454.0, 9469.0, 9451.0, 9506.0, 9475.0, 9542.0, 9526.0, 9529.0, 9503.0, 9474.0, 9488.0, 9465.0, 9456.0, 9512.0, 9425.0, 9489.0, 9441.0, 9481.0, 9439.0, 9476.0, 9436.0, 9415.0, 9425.0, 9424.0, 9451.0, 9429.0, 9472.0, 9450.0, 9501.0, 9450.0, 9505.0, 9454.0, 9486.0, 9453.0, 9480.0, 9450.0, 9498.0, 9460.0, 9484.0, 9430.0, 9447.0, 9443.0, 9447.0, 9491.0, 9481.0, 9505.0, 9451.0, 9454.0, 9457.0, 9449.0, 9507.0, 9468.0, 9514.0, 9455.0, 9520.0, 9507.0, 9482.0, 9482.0, 9465.0, 9497.0, 9449.0, 9484.0, 9453.0, 9537.0, 9482.0, 9434.0, 9455.0, 9460.0, 9510.0, 9438.0, 9491.0, 9493.0, 9470.0, 9506.0, 9467.0, 9509.0, 9440.0, 9509.0, 9441.0, 9490.0, 9411.0, 9477.0, 9420.0, 9439.0, 9467.0, 9450.0, 9460.0, 9426.0, 9463.0, 9424.0, 9458.0, 9416.0, 9476.0, 9421.0, 9468.0, 9423.0, 9456.0, 9419.0, 9453.0, 9420.0, 9456.0, 9404.0, 9405.0, 9426.0, 9451.0, 9486.0, 9455.0, 9464.0, 9452.0, 9471.0, 9510.0, 9474.0, 9474.0, 9520.0, 9528.0, 9501.0, 9521.0, 9474.0, 9501.0, 9478.0, 9544.0, 9471.0, 9469.0, 9471.0, 9460.0, 9454.0, 9468.0, 9460.0, 9495.0, 9517.0, 9529.0, 9534.0, 9513.0, 9524.0, 9477.0, 9517.0, 9428.0, 9480.0, 9423.0, 9432.0, 9493.0, 9447.0, 9506.0, 9481.0, 9474.0, 9489.0, 9469.0, 9452.0, 9414.0, 9464.0, 9405.0, 9403.0, 9418.0, 9420.0, 9450.0, 9427.0, 9462.0, 9417.0, 9472.0, 9424.0, 9456.0, 9407.0, 9453.0, 9427.0, 9408.0, 9417.0, 9405.0, 9434.0, 9407.0, 9422.0, 9453.0, 9445.0, 9483.0, 9431.0, 9466.0, 9426.0, 9427.0, 9476.0, 9432.0, 9434.0, 9447.0, 9456.0, 9507.0, 9463.0, 9453.0, 9491.0, 9467.0, 9447.0, 9459.0, 9448.0, 9514.0, 9445.0, 9493.0, 9472.0, 9451.0, 9466.0, 9447.0, 9449.0, 9422.0, 9490.0, 9437.0, 9432.0, 9447.0, 9444.0, 9458.0, 9447.0, 9491.0, 9457.0, 9474.0, 9441.0, 9477.0, 9487.0, 9475.0, 9473.0, 9484.0, 9458.0, 9510.0, 9458.0, 9549.0, 9490.0, 9555.0, 9483.0, 9539.0, 9472.0, 9514.0, 9433.0, 9480.0, 9444.0, 9479.0, 9444.0, 9482.0, 9428.0, 9471.0, 9421.0, 9475.0, 9407.0, 9458.0, 9405.0, 9437.0, 9423.0, 9450.0, 9456.0, 9441.0, 9461.0, 9452.0, 9457.0, 9454.0, 9451.0, 9481.0, 9453.0, 9498.0, 9457.0, 9518.0, 9456.0, 9502.0, 9449.0, 9505.0, 9452.0, 9492.0, 9438.0, 9486.0, 9450.0, 9485.0, 9451.0, 9474.0, 9474.0, 9472.0, 9477.0, 9480.0, 9475.0, 9513.0, 9461.0, 9540.0, 9470.0, 9520.0, 9466.0, 9514.0, 9492.0, 9490.0, 9487.0, 9446.0, 9479.0, 9432.0, 9459.0, 9481.0, 9444.0, 9482.0, 9443.0, 9511.0, 9447.0, 9493.0, 9425.0, 9474.0, 9418.0, 9444.0, 9401.0, 9435.0, 9414.0, 9464.0, 9399.0, 9437.0, 9411.0, 9437.0, 9405.0, 9390.0, 9422.0, 9437.0, 9460.0, 9425.0, 9436.0, 9452.0, 9427.0, 9434.0, 9424.0, 9460.0, 9439.0, 9462.0, 9425.0, 9464.0, 9439.0, 9451.0, 9439.0, 9429.0, 9452.0, 9429.0, 9483.0, 9449.0, 9482.0, 9434.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.0007487844036697249</td></tr>
<tr><td colspan=3>aqi</td><td>0.023733993807339447</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.59715857440874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2727681704018372</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999437277221583</td></tr>
<tr><td colspan=3>efc</td><td>0.4442</td></tr>
<tr><td colspan=3>fber</td><td>8567.3545</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08817064166367466</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.73394495412844</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.316662252241894</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.258104764344405</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5344820304823306</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1573999618989457</td></tr>
<tr><td colspan=3>gcor</td><td>0.018666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01025435607880354</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026174386963248253</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.956190438915891</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>36.0021</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.0058</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.5176</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.8918</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5853</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.5981</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3553.4684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.1386</td></tr>
<tr><td colspan=3>tsnr</td><td>42.12034555035643</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>