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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:20:14.005000</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_VE11C_LATEST_20160120</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.999975, 0.00641651, 0.00289499, -0.005934, 0.989606, -0.143681]</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-06_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.086623</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7726, -7303, 652, -44, -159, 61, 73]</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>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a908f542-c552-4f90-a114-43c67e273199||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828603744506836, -0.015920499339699745, 0.010224448516964912, 115.39981079101562], [-0.01721501350402832, 2.655040979385376, -0.3878839612007141, -75.88947296142578], [0.007767046336084604, 0.3854868710041046, 2.67197322845459, -74.99668884277344], [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': ['132014.005000', '132014.465000', '132014.925000', '132015.385000', '132015.845000', '132016.305000', '132016.765000', '132017.225000', '132017.685000', '132018.145000', '132018.605000', '132019.065000', '132019.525000', '132019.985000', '132020.445000', '132020.905000', '132021.365000', '132021.825000', '132022.285000', '132022.745000', '132023.205000', '132023.665000', '132024.125000', '132024.585000', '132025.045000', '132025.505000', '132025.965000', '132026.425000', '132026.885000', '132027.345000', '132027.805000', '132028.265000', '132028.725000', '132029.185000', '132029.645000', '132030.105000', '132030.565000', '132031.025000', '132031.485000', '132031.945000', '132032.405000', '132032.865000', '132033.325000', '132033.785000', '132034.245000', '132034.705000', '132035.165000', '132035.625000', '132036.085000', '132036.545000', '132037.005000', '132037.465000', '132037.925000', '132038.385000', '132038.845000', '132039.305000', '132039.765000', '132040.225000', '132040.685000', '132041.145000', '132041.605000', '132042.065000', '132042.525000', '132042.985000', '132043.445000', '132043.905000', '132044.365000', '132044.825000', '132045.285000', '132045.745000', '132046.205000', '132046.665000', '132047.125000', '132047.585000', '132048.045000', '132048.505000', '132048.965000', '132049.425000', '132049.885000', '132050.345000', '132050.805000', '132051.265000', '132051.725000', '132052.185000', '132052.645000', '132053.105000', '132053.565000', '132054.025000', '132054.485000', '132054.945000', '132055.405000', '132055.865000', '132056.325000', '132056.785000', '132057.245000', '132057.705000', '132058.165000', '132058.625000', '132059.085000', '132059.545000', '132100.005000', '132100.465000', '132100.925000', '132101.385000', '132101.845000', '132102.305000', '132102.765000', '132103.225000', '132103.685000', '132104.145000', '132104.605000', '132105.065000', '132105.525000', '132105.985000', '132106.445000', '132106.905000', '132107.365000', '132107.825000', '132108.285000', '132108.745000', '132109.205000', '132109.665000', '132110.125000', '132110.585000', '132111.045000', '132111.505000', '132111.965000', '132112.425000', '132112.885000', '132113.345000', '132113.805000', '132114.265000', '132114.725000', '132115.185000', '132115.645000', '132116.105000', '132116.565000', '132117.025000', '132117.485000', '132117.945000', '132118.405000', '132118.865000', '132119.325000', '132119.785000', '132120.245000', '132120.705000', '132121.165000', '132121.625000', '132122.085000', '132122.545000', '132123.005000', '132123.465000', '132123.925000', '132124.385000', '132124.845000', '132125.305000', '132125.765000', '132126.225000', '132126.685000', '132127.145000', '132127.605000', '132128.065000', '132128.525000', '132128.985000', '132129.445000', '132129.905000', '132130.365000', '132130.825000', '132131.285000', '132131.745000', '132132.205000', '132132.665000', '132133.125000', '132133.585000', '132134.045000', '132134.505000', '132134.965000', '132135.425000', '132135.885000', '132136.345000', '132136.805000', '132137.265000', '132137.725000', '132138.185000', '132138.645000', '132139.105000', '132139.565000', '132140.025000', '132140.485000', '132140.945000', '132141.405000', '132141.865000', '132142.325000', '132142.785000', '132143.245000', '132143.705000', '132144.165000', '132144.625000', '132145.085000', '132145.545000', '132146.005000', '132146.465000', '132146.925000', '132147.385000', '132147.845000', '132148.305000', '132148.765000', '132149.225000', '132149.685000', '132150.145000', '132150.605000', '132151.065000', '132151.525000', '132151.985000', '132152.445000', '132152.905000', '132153.365000', '132153.825000', '132154.285000', '132154.745000', '132155.205000', '132155.665000', '132156.125000', '132156.585000', '132157.045000', '132157.505000', '132157.965000', '132158.425000', '132158.885000', '132159.345000', '132159.805000', '132200.265000', '132200.725000', '132201.185000', '132201.645000', '132202.105000', '132202.565000', '132203.025000', '132203.485000', '132203.945000', '132204.405000', '132204.865000', '132205.325000', '132205.785000', '132206.245000', '132206.705000', '132207.165000', '132207.625000', '132208.085000', '132208.545000', '132209.005000', '132209.465000', '132209.925000', '132210.385000', '132210.845000', '132211.305000', '132211.765000', '132212.225000', '132212.685000', '132213.145000', '132213.605000', '132214.065000', '132214.525000', '132214.985000', '132215.445000', '132215.905000', '132216.365000', '132216.825000', '132217.285000', '132217.745000', '132218.205000', '132218.665000', '132219.125000', '132219.585000', '132220.045000', '132220.505000', '132220.965000', '132221.425000', '132221.885000', '132222.345000', '132222.805000', '132223.265000', '132223.725000', '132224.185000', '132224.645000', '132225.105000', '132225.565000', '132226.025000', '132226.485000', '132226.945000', '132227.405000', '132227.865000', '132228.325000', '132228.785000', '132229.245000', '132229.705000', '132230.165000', '132230.625000', '132231.085000', '132231.545000', '132232.005000', '132232.465000', '132232.925000', '132233.385000', '132233.845000', '132234.305000', '132234.765000', '132235.225000', '132235.685000', '132236.145000', '132236.605000', '132237.065000', '132237.525000', '132237.985000', '132238.445000', '132238.905000', '132239.365000', '132239.825000', '132240.285000', '132240.745000', '132241.205000', '132241.665000', '132242.125000', '132242.585000', '132243.045000', '132243.505000', '132243.965000', '132244.425000', '132244.885000', '132245.345000', '132245.805000', '132246.265000', '132246.725000', '132247.185000', '132247.645000', '132248.105000', '132248.565000', '132249.025000', '132249.485000', '132249.945000', '132250.405000', '132250.865000', '132251.325000', '132251.785000', '132252.245000', '132252.705000', '132253.165000', '132253.625000', '132254.085000', '132254.545000', '132255.005000', '132255.465000', '132255.925000', '132256.385000', '132256.845000', '132257.305000', '132257.765000', '132258.225000', '132258.685000', '132259.145000', '132259.605000', '132300.065000', '132300.525000', '132300.985000', '132301.445000', '132301.905000', '132302.365000', '132302.825000', '132303.285000', '132303.745000', '132304.205000', '132304.665000', '132305.125000', '132305.585000', '132306.045000', '132306.505000', '132306.965000', '132307.425000', '132307.885000', '132308.345000', '132308.805000', '132309.265000', '132309.725000', '132310.185000', '132310.645000', '132311.105000', '132311.565000', '132312.025000', '132312.485000', '132312.945000', '132313.405000', '132313.865000', '132314.325000', '132314.785000', '132315.245000', '132315.705000', '132316.165000', '132316.625000', '132317.085000', '132317.545000', '132318.005000', '132318.465000', '132318.925000', '132319.385000', '132319.845000', '132320.305000', '132320.765000', '132321.225000', '132321.685000', '132322.145000', '132322.605000', '132323.065000', '132323.525000', '132323.985000', '132324.445000', '132324.905000', '132325.365000', '132325.825000', '132326.285000', '132326.745000', '132327.205000', '132327.665000', '132328.125000', '132328.585000', '132329.045000', '132329.505000', '132329.965000', '132330.425000', '132330.885000', '132331.345000', '132331.805000', '132332.265000', '132332.725000', '132333.185000', '132333.645000', '132334.105000', '132334.565000', '132335.025000', '132335.485000', '132335.945000', '132336.405000', '132336.865000', '132337.325000', '132337.785000', '132338.245000', '132338.705000', '132339.165000', '132339.625000', '132340.085000', '132340.545000', '132341.005000', '132341.465000', '132341.925000', '132342.385000', '132342.845000', '132343.305000', '132343.765000', '132344.225000', '132344.685000', '132345.145000', '132345.605000', '132346.065000', '132346.525000', '132346.985000', '132347.445000', '132347.905000', '132348.365000', '132348.825000', '132349.285000', '132349.745000', '132350.205000', '132350.665000', '132351.125000', '132351.585000', '132352.045000', '132352.505000', '132352.965000', '132353.425000', '132353.885000', '132354.345000', '132354.805000', '132355.265000', '132355.725000', '132356.185000', '132356.645000', '132357.105000', '132357.565000', '132358.025000', '132358.485000', '132358.945000', '132359.405000', '132359.865000', '132400.325000', '132400.785000', '132401.245000', '132401.705000', '132402.165000', '132402.625000', '132403.085000', '132403.545000', '132404.005000', '132404.465000', '132404.925000', '132405.385000', '132405.845000', '132406.305000', '132406.765000', '132407.225000', '132407.685000', '132408.145000', '132408.605000', '132409.065000', '132409.525000', '132409.985000', '132410.445000', '132410.905000', '132411.365000', '132411.825000', '132412.285000', '132412.745000', '132413.205000', '132413.665000', '132414.125000', '132414.585000', '132415.045000', '132415.505000', '132415.965000', '132416.425000', '132416.885000', '132417.345000', '132417.805000', '132418.265000', '132418.725000', '132419.185000', '132419.645000', '132420.105000', '132420.565000', '132421.025000', '132421.485000', '132421.945000', '132422.405000', '132422.865000', '132423.325000', '132423.785000', '132424.245000', '132424.705000', '132425.165000', '132425.625000', '132426.085000', '132426.545000', '132427.005000', '132427.465000', '132427.925000', '132428.385000', '132428.845000', '132429.305000', '132429.765000', '132430.225000', '132430.685000', '132431.145000', '132431.605000', '132432.065000', '132432.525000', '132432.985000', '132433.445000', '132433.905000', '132434.365000', '132434.825000', '132435.285000', '132435.745000', '132436.205000', '132436.665000', '132437.125000', '132437.585000', '132438.045000', '132438.505000', '132438.965000', '132439.425000', '132439.885000', '132440.345000', '132440.805000', '132441.265000', '132441.725000', '132442.185000', '132442.645000', '132443.105000', '132443.565000', '132444.025000', '132444.485000', '132444.945000', '132445.405000', '132445.865000', '132446.325000', '132446.785000', '132447.245000', '132447.705000', '132448.165000', '132448.625000', '132449.085000', '132449.545000', '132450.005000', '132450.465000', '132450.925000', '132451.385000', '132451.845000', '132452.305000', '132452.765000', '132453.225000', '132453.685000', '132454.145000', '132454.605000', '132455.065000', '132455.525000', '132455.985000', '132456.445000', '132456.905000', '132457.365000', '132457.825000', '132458.285000', '132458.745000', '132459.205000', '132459.665000', '132500.125000', '132500.585000', '132501.045000', '132501.505000', '132501.965000', '132502.425000', '132502.885000', '132503.345000', '132503.805000', '132504.265000', '132504.725000', '132505.185000', '132505.645000', '132506.105000', '132506.565000', '132507.025000', '132507.485000', '132507.945000', '132508.405000', '132508.865000', '132509.325000', '132509.785000', '132510.245000', '132510.705000', '132511.165000', '132511.625000', '132512.085000', '132512.545000', '132513.005000', '132513.465000', '132513.925000', '132514.385000', '132514.845000', '132515.305000', '132515.765000', '132516.225000', '132516.685000', '132517.145000', '132517.605000', '132518.065000', '132518.525000', '132518.985000', '132519.445000', '132519.905000', '132520.365000', '132520.825000', '132521.285000', '132521.745000', '132522.205000', '132522.665000', '132523.125000', '132523.585000', '132524.045000', '132524.505000', '132524.965000', '132525.425000', '132525.885000', '132526.345000', '132526.805000', '132527.265000', '132527.725000', '132528.185000', '132528.645000', '132529.105000', '132529.565000', '132530.025000', '132530.485000', '132530.945000', '132531.405000', '132531.865000', '132532.325000', '132532.785000', '132533.245000', '132533.705000', '132534.165000', '132534.625000', '132535.085000', '132535.545000', '132536.005000', '132536.465000', '132536.925000', '132537.385000', '132537.845000', '132538.305000', '132538.765000', '132539.225000', '132539.685000', '132540.145000', '132540.605000', '132541.065000', '132541.525000', '132541.985000', '132542.445000', '132542.905000', '132543.365000', '132543.825000', '132544.285000', '132544.745000', '132545.205000', '132545.665000', '132546.125000', '132546.585000', '132547.045000', '132547.505000', '132547.965000', '132548.425000', '132548.885000', '132549.345000', '132549.805000', '132550.265000', '132550.725000', '132551.185000', '132551.645000', '132552.105000', '132552.565000', '132553.025000', '132553.485000', '132553.945000', '132554.405000', '132554.865000', '132555.325000', '132555.785000', '132556.245000', '132556.705000', '132557.165000', '132557.625000', '132558.085000', '132558.545000', '132559.005000', '132559.465000', '132559.925000', '132600.385000', '132600.845000', '132601.305000', '132601.765000', '132602.225000', '132602.685000', '132603.145000', '132603.605000', '132604.065000', '132604.525000', '132604.985000', '132605.445000', '132605.905000', '132606.365000', '132606.825000', '132607.285000', '132607.745000', '132608.205000', '132608.665000', '132609.125000', '132609.585000', '132610.045000', '132610.505000', '132610.965000', '132611.425000', '132611.885000', '132612.345000', '132612.805000', '132613.265000', '132613.725000', '132614.185000', '132614.645000', '132615.105000', '132615.565000', '132616.025000', '132616.485000', '132616.945000', '132617.405000', '132617.865000', '132618.325000', '132618.785000', '132619.245000', '132619.705000', '132620.165000', '132620.625000', '132621.085000', '132621.545000', '132622.005000', '132622.465000', '132622.925000', '132623.385000', '132623.845000', '132624.305000', '132624.765000', '132625.225000', '132625.685000', '132626.145000', '132626.605000', '132627.065000', '132627.525000', '132627.985000', '132628.445000', '132628.905000', '132629.365000', '132629.825000', '132630.285000', '132630.745000', '132631.205000', '132631.665000', '132632.125000', '132632.585000', '132633.045000', '132633.505000', '132633.965000', '132634.425000', '132634.885000', '132635.345000', '132635.805000', '132636.265000', '132636.725000', '132637.185000', '132637.645000', '132638.105000', '132638.565000', '132639.025000', '132639.485000', '132639.945000', '132640.405000', '132640.865000', '132641.325000', '132641.785000', '132642.245000', '132642.705000', '132643.165000', '132643.625000', '132644.085000', '132644.545000', '132645.005000', '132645.465000', '132645.925000', '132646.385000', '132646.845000', '132647.305000', '132647.765000', '132648.225000', '132648.685000', '132649.145000', '132649.605000', '132650.065000', '132650.525000', '132650.985000', '132651.445000', '132651.905000', '132652.365000', '132652.825000', '132653.285000', '132653.745000', '132654.205000', '132654.665000'], 'ContentTime': ['132032.041000', '132032.045000', '132032.048000', '132032.051000', '132032.054000', '132032.057000', '132032.060000', '132032.063000', '132032.066000', '132032.069000', '132032.071000', '132032.074000', '132032.077000', '132032.080000', '132032.083000', '132032.086000', '132032.089000', '132032.092000', '132032.095000', '132032.098000', '132032.101000', '132032.103000', '132032.106000', '132032.109000', '132032.113000', '132032.116000', '132032.119000', '132032.122000', '132032.125000', '132032.127000', '132032.130000', '132032.133000', '132032.143000', '132032.146000', '132032.149000', '132032.152000', '132032.155000', '132051.998000', '132052.002000', '132052.005000', '132052.007000', '132052.010000', '132052.013000', '132052.016000', '132052.019000', '132052.022000', '132052.024000', '132052.027000', '132052.030000', '132052.033000', '132052.037000', '132052.040000', '132052.043000', '132052.046000', '132052.048000', '132052.062000', '132052.065000', '132052.068000', '132052.070000', '132052.073000', '132052.076000', '132052.079000', '132052.082000', '132052.084000', '132052.087000', '132052.090000', '132052.093000', '132052.096000', '132052.099000', '132052.102000', '132052.105000', '132052.108000', '132052.111000', '132052.113000', '132052.116000', '132052.119000', '132052.122000', '132052.125000', '132052.127000', '132052.130000', '132111.997000', '132112.001000', '132112.004000', '132112.007000', '132112.009000', '132112.012000', '132112.015000', '132112.018000', '132112.026000', '132112.029000', '132112.031000', '132112.034000', '132112.037000', '132112.040000', '132112.043000', '132112.046000', '132112.048000', '132112.051000', '132112.054000', '132112.057000', '132112.060000', '132112.063000', '132112.065000', '132112.068000', '132112.071000', '132112.074000', '132112.077000', '132112.080000', '132112.082000', '132112.085000', '132112.088000', '132112.091000', '132112.094000', '132112.097000', '132112.099000', '132112.102000', '132112.105000', '132112.108000', '132112.111000', '132112.113000', '132112.116000', '132112.119000', '132112.122000', '132112.125000', '132131.997000', '132132.001000', '132132.004000', '132132.007000', '132132.010000', '132132.012000', '132132.015000', '132132.018000', '132132.021000', '132132.024000', '132132.027000', '132132.029000', '132132.032000', '132132.035000', '132132.038000', '132132.041000', '132132.044000', '132132.047000', '132132.049000', '132132.052000', '132132.055000', '132132.058000', '132132.061000', '132132.064000', '132132.067000', '132132.069000', '132132.072000', '132132.075000', '132132.078000', '132132.081000', '132132.084000', '132132.087000', '132132.089000', '132132.092000', '132132.095000', '132132.098000', '132132.101000', '132132.104000', '132132.107000', '132132.111000', '132132.115000', '132132.118000', '132132.121000', '132151.997000', '132152.001000', '132152.004000', '132152.006000', '132152.009000', '132152.012000', '132152.015000', '132152.018000', '132152.021000', '132152.024000', '132152.026000', '132152.029000', '132152.032000', '132152.035000', '132152.038000', '132152.041000', '132152.044000', '132152.047000', '132152.049000', '132152.052000', '132152.055000', '132152.058000', '132152.061000', '132152.064000', '132152.067000', '132152.070000', '132152.072000', '132152.075000', '132152.078000', '132152.081000', '132152.084000', '132152.087000', '132152.090000', '132152.092000', '132152.095000', '132152.098000', '132152.101000', '132152.104000', '132152.106000', '132152.109000', '132152.112000', '132152.115000', '132152.118000', '132152.121000', '132211.997000', '132212.001000', '132212.004000', '132212.007000', '132212.010000', '132212.013000', '132212.016000', '132212.019000', '132212.021000', '132212.024000', '132212.027000', '132212.030000', '132212.033000', '132212.036000', '132212.039000', '132212.041000', '132212.044000', '132212.047000', '132212.050000', '132212.053000', '132212.055000', '132212.058000', '132212.061000', '132212.064000', '132212.067000', '132212.070000', '132212.073000', '132212.077000', '132212.079000', '132212.082000', '132212.085000', '132212.088000', '132212.091000', '132212.094000', '132212.097000', '132212.100000', '132212.103000', '132212.105000', '132212.108000', '132212.111000', '132212.114000', '132212.117000', '132212.120000', '132231.998000', '132232.001000', '132232.004000', '132232.007000', '132232.010000', '132232.013000', '132232.015000', '132232.018000', '132232.021000', '132232.024000', '132232.027000', '132232.030000', '132232.032000', '132232.035000', '132232.053000', '132232.056000', '132232.059000', '132232.061000', '132232.064000', '132232.067000', '132232.070000', '132232.073000', '132232.076000', '132232.079000', '132232.081000', '132232.084000', '132232.087000', '132232.094000', '132232.097000', '132232.100000', '132232.103000', '132232.106000', '132232.108000', '132232.111000', '132232.114000', '132232.117000', '132232.120000', '132232.123000', '132232.126000', '132232.128000', '132232.131000', '132232.134000', '132232.137000', '132232.140000', '132251.998000', '132252.002000', '132252.005000', '132252.008000', '132252.011000', '132252.014000', '132252.016000', '132252.019000', '132252.022000', '132252.025000', '132252.028000', '132252.031000', '132252.034000', '132252.037000', '132252.039000', '132252.042000', '132252.045000', '132252.048000', '132252.051000', '132252.054000', '132252.056000', '132252.059000', '132252.062000', '132252.065000', '132252.068000', '132252.071000', '132252.074000', '132252.077000', '132252.079000', '132252.082000', '132252.085000', '132252.088000', '132252.091000', '132252.094000', '132252.096000', '132252.099000', '132252.102000', '132252.105000', '132252.108000', '132252.111000', '132252.113000', '132252.116000', '132252.119000', '132311.997000', '132312.001000', '132312.004000', '132312.007000', '132312.009000', '132312.012000', '132312.015000', '132312.018000', '132312.021000', '132312.024000', '132312.027000', '132312.030000', '132312.032000', '132312.035000', '132312.038000', '132312.041000', '132312.044000', '132312.047000', '132312.050000', '132312.053000', '132312.055000', '132312.058000', '132312.061000', '132312.064000', '132312.067000', '132312.070000', '132312.073000', '132312.075000', '132312.078000', '132312.081000', '132312.084000', '132312.087000', '132312.090000', '132312.093000', '132312.095000', '132312.098000', '132312.101000', '132312.104000', '132312.107000', '132312.110000', '132312.113000', '132312.115000', '132312.118000', '132312.121000', '132331.997000', '132332.001000', '132332.004000', '132332.007000', '132332.010000', '132332.013000', '132332.016000', '132332.018000', '132332.021000', '132332.024000', '132332.027000', '132332.030000', '132332.033000', '132332.036000', '132332.038000', '132332.041000', '132332.044000', '132332.047000', '132332.050000', '132332.053000', '132332.056000', '132332.059000', '132332.061000', '132332.064000', '132332.067000', '132332.070000', '132332.073000', '132332.076000', '132332.079000', '132332.082000', '132332.085000', '132332.087000', '132332.090000', '132332.093000', '132332.096000', '132332.099000', '132332.102000', '132332.104000', '132332.107000', '132332.110000', '132332.114000', '132332.117000', '132332.120000', '132351.997000', '132352.001000', '132352.004000', '132352.007000', '132352.010000', '132352.013000', '132352.015000', '132352.018000', '132352.021000', '132352.024000', '132352.027000', '132352.030000', '132352.032000', '132352.035000', '132352.038000', '132352.041000', '132352.044000', '132352.047000', '132352.050000', '132352.053000', '132352.055000', '132352.058000', '132352.061000', '132352.064000', '132352.067000', '132352.070000', '132352.073000', '132352.075000', '132352.078000', '132352.081000', '132352.084000', '132352.087000', '132352.090000', '132352.093000', '132352.096000', '132352.098000', '132352.101000', '132352.104000', '132352.107000', '132352.123000', '132352.126000', '132352.129000', '132352.132000', '132352.135000', '132411.997000', '132412.001000', '132412.004000', '132412.007000', '132412.010000', '132412.012000', '132412.015000', '132412.018000', '132412.021000', '132412.024000', '132412.027000', '132412.030000', '132412.033000', '132412.036000', '132412.038000', '132412.041000', '132412.044000', '132412.047000', '132412.050000', '132412.053000', '132412.056000', '132412.058000', '132412.061000', '132412.064000', '132412.067000', '132412.070000', '132412.073000', '132412.076000', '132412.078000', '132412.081000', '132412.084000', '132412.087000', '132412.090000', '132412.093000', '132412.095000', '132412.098000', '132412.101000', '132412.104000', '132412.107000', '132412.110000', '132412.113000', '132412.115000', '132412.118000', '132431.997000', '132432.001000', '132432.004000', '132432.006000', '132432.009000', '132432.012000', '132432.015000', '132432.018000', '132432.022000', '132432.025000', '132432.027000', '132432.030000', '132432.033000', '132432.036000', '132432.039000', '132432.042000', '132432.045000', '132432.047000', '132432.050000', '132432.053000', '132432.056000', '132432.059000', '132432.062000', '132432.065000', '132432.068000', '132432.070000', '132432.073000', '132432.076000', '132432.079000', '132432.082000', '132432.085000', '132432.087000', '132432.090000', '132432.093000', '132432.096000', '132432.099000', '132432.102000', '132432.105000', '132432.107000', '132432.110000', '132432.113000', '132432.116000', '132432.119000', '132451.998000', '132452.001000', '132452.004000', '132452.007000', '132452.010000', '132452.012000', '132452.015000', '132452.018000', '132452.021000', '132452.024000', '132452.027000', '132452.030000', '132452.033000', '132452.035000', '132452.038000', '132452.041000', '132452.044000', '132452.047000', '132452.050000', '132452.053000', '132452.056000', '132452.058000', '132452.061000', '132452.064000', '132452.067000', '132452.070000', '132452.073000', '132452.076000', '132452.078000', '132452.081000', '132452.084000', '132452.087000', '132452.090000', '132452.093000', '132452.095000', '132452.098000', '132452.101000', '132452.104000', '132452.107000', '132452.110000', '132452.113000', '132452.116000', '132452.119000', '132452.122000', '132511.998000', '132512.002000', '132512.005000', '132512.008000', '132512.011000', '132512.014000', '132512.017000', '132512.020000', '132512.023000', '132512.025000', '132512.028000', '132512.031000', '132512.034000', '132512.037000', '132512.040000', '132512.043000', '132512.046000', '132512.048000', '132512.051000', '132512.054000', '132512.057000', '132512.060000', '132512.063000', '132512.066000', '132512.068000', '132512.071000', '132512.074000', '132512.077000', '132512.080000', '132512.083000', '132512.085000', '132512.088000', '132512.091000', '132512.094000', '132512.097000', '132512.100000', '132512.103000', '132512.105000', '132512.108000', '132512.111000', '132512.114000', '132512.117000', '132512.120000', '132531.997000', '132532.001000', '132532.004000', '132532.007000', '132532.010000', '132532.013000', '132532.016000', '132532.028000', '132532.031000', '132532.034000', '132532.037000', '132532.040000', '132532.043000', '132532.046000', '132532.049000', '132532.052000', '132532.055000', '132532.057000', '132532.060000', '132532.063000', '132532.066000', '132532.069000', '132532.072000', '132532.075000', '132532.078000', '132532.080000', '132532.083000', '132532.086000', '132532.089000', '132532.092000', '132532.095000', '132532.098000', '132532.100000', '132532.103000', '132532.106000', '132532.109000', '132532.112000', '132532.115000', '132532.118000', '132532.120000', '132532.123000', '132532.126000', '132532.129000', '132532.132000', '132551.997000', '132552.001000', '132552.004000', '132552.008000', '132552.014000', '132552.017000', '132552.035000', '132552.038000', '132552.041000', '132552.044000', '132552.047000', '132552.050000', '132552.053000', '132552.055000', '132552.058000', '132552.061000', '132552.064000', '132552.067000', '132552.070000', '132552.073000', '132552.076000', '132552.079000', '132552.082000', '132552.085000', '132552.088000', '132552.090000', '132552.093000', '132552.096000', '132552.099000', '132552.102000', '132552.105000', '132552.108000', '132552.111000', '132552.113000', '132552.117000', '132552.119000', '132552.122000', '132552.125000', '132552.132000', '132552.135000', '132552.138000', '132552.141000', '132552.144000', '132611.997000', '132612.003000', '132612.006000', '132612.009000', '132612.012000', '132612.015000', '132612.017000', '132612.020000', '132612.023000', '132612.026000', '132612.029000', '132612.032000', '132612.034000', '132612.037000', '132612.040000', '132612.043000', '132612.046000', '132612.049000', '132612.052000', '132612.055000', '132612.057000', '132612.060000', '132612.063000', '132612.066000', '132612.069000', '132612.072000', '132612.075000', '132612.077000', '132612.080000', '132612.083000', '132612.086000', '132612.089000', '132612.092000', '132612.095000', '132612.097000', '132612.100000', '132612.103000', '132612.106000', '132612.109000', '132612.112000', '132612.114000', '132612.117000', '132612.120000', '132612.123000', '132631.997000', '132632.001000', '132632.004000', '132632.007000', '132632.010000', '132632.013000', '132632.015000', '132632.019000', '132632.021000', '132632.024000', '132632.027000', '132632.030000', '132632.034000', '132632.038000', '132632.042000', '132632.044000', '132632.047000', '132632.050000', '132632.053000', '132632.056000', '132632.059000', '132632.062000', '132632.065000', '132632.068000', '132632.071000', '132632.074000', '132632.076000', '132632.079000', '132632.082000', '132632.085000', '132632.088000', '132632.091000', '132632.093000', '132632.096000', '132632.099000', '132632.102000', '132632.105000', '132632.108000', '132632.111000', '132632.113000', '132632.116000', '132632.119000', '132632.122000', '132651.997000', '132652.001000', '132652.004000', '132652.007000', '132652.010000', '132652.013000', '132652.015000', '132652.018000', '132652.021000', '132652.024000', '132652.027000', '132652.030000', '132652.033000', '132652.036000', '132652.038000', '132652.041000', '132652.044000', '132652.047000', '132652.061000', '132652.064000', '132652.067000', '132652.069000', '132652.072000', '132652.075000', '132652.078000', '132652.081000', '132652.084000', '132652.086000', '132652.089000', '132652.092000', '132652.095000', '132652.098000', '132652.101000', '132652.104000', '132652.107000', '132652.109000', '132652.112000', '132652.115000', '132652.118000', '132652.121000', '132652.124000', '132652.127000', '132652.129000', '132652.132000', '132656.011000', '132656.015000', '132656.018000', '132656.021000', '132656.024000', '132656.027000', '132656.030000', '132656.032000', '132656.035000'], 'InstanceCreationTime': ['132032.041000', '132032.045000', '132032.048000', '132032.051000', '132032.054000', '132032.057000', '132032.060000', '132032.063000', '132032.066000', '132032.069000', '132032.071000', '132032.074000', '132032.077000', '132032.080000', '132032.083000', '132032.086000', '132032.089000', '132032.092000', '132032.095000', '132032.098000', '132032.101000', '132032.103000', '132032.106000', '132032.109000', '132032.113000', '132032.116000', '132032.119000', '132032.122000', '132032.125000', '132032.127000', '132032.130000', '132032.133000', '132032.143000', '132032.146000', '132032.149000', '132032.152000', '132032.155000', '132051.998000', '132052.002000', '132052.005000', '132052.007000', '132052.010000', '132052.013000', '132052.016000', '132052.019000', '132052.022000', '132052.024000', '132052.027000', '132052.030000', '132052.033000', '132052.037000', '132052.040000', '132052.043000', '132052.046000', '132052.048000', '132052.062000', '132052.065000', '132052.068000', '132052.070000', '132052.073000', '132052.076000', '132052.079000', '132052.082000', '132052.084000', '132052.087000', '132052.090000', '132052.093000', '132052.096000', '132052.099000', '132052.102000', '132052.105000', '132052.108000', '132052.111000', '132052.113000', '132052.116000', '132052.119000', '132052.122000', '132052.125000', '132052.127000', '132052.130000', '132111.997000', '132112.001000', '132112.004000', '132112.007000', '132112.009000', '132112.012000', '132112.015000', '132112.018000', '132112.026000', '132112.029000', '132112.031000', '132112.034000', '132112.037000', '132112.040000', '132112.043000', '132112.046000', '132112.048000', '132112.051000', '132112.054000', '132112.057000', '132112.060000', '132112.063000', '132112.065000', '132112.068000', '132112.071000', '132112.074000', '132112.077000', '132112.080000', '132112.082000', '132112.085000', '132112.088000', '132112.091000', '132112.094000', '132112.097000', '132112.099000', '132112.102000', '132112.105000', '132112.108000', '132112.111000', '132112.113000', '132112.116000', '132112.119000', '132112.122000', '132112.125000', '132131.997000', '132132.001000', '132132.004000', '132132.007000', '132132.010000', '132132.012000', '132132.015000', '132132.018000', '132132.021000', '132132.024000', '132132.027000', '132132.029000', '132132.032000', '132132.035000', '132132.038000', '132132.041000', '132132.044000', '132132.047000', '132132.049000', '132132.052000', '132132.055000', '132132.058000', '132132.061000', '132132.064000', '132132.067000', '132132.069000', '132132.072000', '132132.075000', '132132.078000', '132132.081000', '132132.084000', '132132.087000', '132132.089000', '132132.092000', '132132.095000', '132132.098000', '132132.101000', '132132.104000', '132132.107000', '132132.111000', '132132.115000', '132132.118000', '132132.121000', '132151.997000', '132152.001000', '132152.004000', '132152.006000', '132152.009000', '132152.012000', '132152.015000', '132152.018000', '132152.021000', '132152.024000', '132152.026000', '132152.029000', '132152.032000', '132152.035000', '132152.038000', '132152.041000', '132152.044000', '132152.047000', '132152.049000', '132152.052000', '132152.055000', '132152.058000', '132152.061000', '132152.064000', '132152.067000', '132152.070000', '132152.072000', '132152.075000', '132152.078000', '132152.081000', '132152.084000', '132152.087000', '132152.090000', '132152.092000', '132152.095000', '132152.098000', '132152.101000', '132152.104000', '132152.106000', '132152.109000', '132152.112000', '132152.115000', '132152.118000', '132152.121000', '132211.997000', '132212.001000', '132212.004000', '132212.007000', '132212.010000', '132212.013000', '132212.016000', '132212.019000', '132212.021000', '132212.024000', '132212.027000', '132212.030000', '132212.033000', '132212.036000', '132212.039000', '132212.041000', '132212.044000', '132212.047000', '132212.050000', '132212.053000', '132212.055000', '132212.058000', '132212.061000', '132212.064000', '132212.067000', '132212.070000', '132212.073000', '132212.077000', '132212.079000', '132212.082000', '132212.085000', '132212.088000', '132212.091000', '132212.094000', '132212.097000', '132212.100000', '132212.103000', '132212.105000', '132212.108000', '132212.111000', '132212.114000', '132212.117000', '132212.120000', '132231.998000', '132232.001000', '132232.004000', '132232.007000', '132232.010000', '132232.013000', '132232.015000', '132232.018000', '132232.021000', '132232.024000', '132232.027000', '132232.030000', '132232.032000', '132232.035000', '132232.053000', '132232.056000', '132232.059000', '132232.061000', '132232.064000', '132232.067000', '132232.070000', '132232.073000', '132232.076000', '132232.079000', '132232.081000', '132232.084000', '132232.087000', '132232.094000', '132232.097000', '132232.100000', '132232.103000', '132232.106000', '132232.108000', '132232.111000', '132232.114000', '132232.117000', '132232.120000', '132232.123000', '132232.126000', '132232.128000', '132232.131000', '132232.134000', '132232.137000', '132232.140000', '132251.998000', '132252.002000', '132252.005000', '132252.008000', '132252.011000', '132252.014000', '132252.016000', '132252.019000', '132252.022000', '132252.025000', '132252.028000', '132252.031000', '132252.034000', '132252.037000', '132252.039000', '132252.042000', '132252.045000', '132252.048000', '132252.051000', '132252.054000', '132252.056000', '132252.059000', '132252.062000', '132252.065000', '132252.068000', '132252.071000', '132252.074000', '132252.077000', '132252.079000', '132252.082000', '132252.085000', '132252.088000', '132252.091000', '132252.094000', '132252.096000', '132252.099000', '132252.102000', '132252.105000', '132252.108000', '132252.111000', '132252.113000', '132252.116000', '132252.119000', '132311.997000', '132312.001000', '132312.004000', '132312.007000', '132312.009000', '132312.012000', '132312.015000', '132312.018000', '132312.021000', '132312.024000', '132312.027000', '132312.030000', '132312.032000', '132312.035000', '132312.038000', '132312.041000', '132312.044000', '132312.047000', '132312.050000', '132312.053000', '132312.055000', '132312.058000', '132312.061000', '132312.064000', '132312.067000', '132312.070000', '132312.073000', '132312.075000', '132312.078000', '132312.081000', '132312.084000', '132312.087000', '132312.090000', '132312.093000', '132312.095000', '132312.098000', '132312.101000', '132312.104000', '132312.107000', '132312.110000', '132312.113000', '132312.115000', '132312.118000', '132312.121000', '132331.997000', '132332.001000', '132332.004000', '132332.007000', '132332.010000', '132332.013000', '132332.016000', '132332.018000', '132332.021000', '132332.024000', '132332.027000', '132332.030000', '132332.033000', '132332.036000', '132332.038000', '132332.041000', '132332.044000', '132332.047000', '132332.050000', '132332.053000', '132332.056000', '132332.059000', '132332.061000', '132332.064000', '132332.067000', '132332.070000', '132332.073000', '132332.076000', '132332.079000', '132332.082000', '132332.085000', '132332.087000', '132332.090000', '132332.093000', '132332.096000', '132332.099000', '132332.102000', '132332.104000', '132332.107000', '132332.110000', '132332.114000', '132332.117000', '132332.120000', '132351.997000', '132352.001000', '132352.004000', '132352.007000', '132352.010000', '132352.013000', '132352.015000', '132352.018000', '132352.021000', '132352.024000', '132352.027000', '132352.030000', '132352.032000', '132352.035000', '132352.038000', '132352.041000', '132352.044000', '132352.047000', '132352.050000', '132352.053000', '132352.055000', '132352.058000', '132352.061000', '132352.064000', '132352.067000', '132352.070000', '132352.073000', '132352.075000', '132352.078000', '132352.081000', '132352.084000', '132352.087000', '132352.090000', '132352.093000', '132352.096000', '132352.098000', '132352.101000', '132352.104000', '132352.107000', '132352.123000', '132352.126000', '132352.129000', '132352.132000', '132352.135000', '132411.997000', '132412.001000', '132412.004000', '132412.007000', '132412.010000', '132412.012000', '132412.015000', '132412.018000', '132412.021000', '132412.024000', '132412.027000', '132412.030000', '132412.033000', '132412.036000', '132412.038000', '132412.041000', '132412.044000', '132412.047000', '132412.050000', '132412.053000', '132412.056000', '132412.058000', '132412.061000', '132412.064000', '132412.067000', '132412.070000', '132412.073000', '132412.076000', '132412.078000', '132412.081000', '132412.084000', '132412.087000', '132412.090000', '132412.093000', '132412.095000', '132412.098000', '132412.101000', '132412.104000', '132412.107000', '132412.110000', '132412.113000', '132412.115000', '132412.118000', '132431.997000', '132432.001000', '132432.004000', '132432.006000', '132432.009000', '132432.012000', '132432.015000', '132432.018000', '132432.022000', '132432.025000', '132432.027000', '132432.030000', '132432.033000', '132432.036000', '132432.039000', '132432.042000', '132432.045000', '132432.047000', '132432.050000', '132432.053000', '132432.056000', '132432.059000', '132432.062000', '132432.065000', '132432.068000', '132432.070000', '132432.073000', '132432.076000', '132432.079000', '132432.082000', '132432.085000', '132432.087000', '132432.090000', '132432.093000', '132432.096000', '132432.099000', '132432.102000', '132432.105000', '132432.107000', '132432.110000', '132432.113000', '132432.116000', '132432.119000', '132451.998000', '132452.001000', '132452.004000', '132452.007000', '132452.010000', '132452.012000', '132452.015000', '132452.018000', '132452.021000', '132452.024000', '132452.027000', '132452.030000', '132452.033000', '132452.035000', '132452.038000', '132452.041000', '132452.044000', '132452.047000', '132452.050000', '132452.053000', '132452.056000', '132452.058000', '132452.061000', '132452.064000', '132452.067000', '132452.070000', '132452.073000', '132452.076000', '132452.078000', '132452.081000', '132452.084000', '132452.087000', '132452.090000', '132452.093000', '132452.095000', '132452.098000', '132452.101000', '132452.104000', '132452.107000', '132452.110000', '132452.113000', '132452.116000', '132452.119000', '132452.122000', '132511.998000', '132512.002000', '132512.005000', '132512.008000', '132512.011000', '132512.014000', '132512.017000', '132512.020000', '132512.023000', '132512.025000', '132512.028000', '132512.031000', '132512.034000', '132512.037000', '132512.040000', '132512.043000', '132512.046000', '132512.048000', '132512.051000', '132512.054000', '132512.057000', '132512.060000', '132512.063000', '132512.066000', '132512.068000', '132512.071000', '132512.074000', '132512.077000', '132512.080000', '132512.083000', '132512.085000', '132512.088000', '132512.091000', '132512.094000', '132512.097000', '132512.100000', '132512.103000', '132512.105000', '132512.108000', '132512.111000', '132512.114000', '132512.117000', '132512.120000', '132531.997000', '132532.001000', '132532.004000', '132532.007000', '132532.010000', '132532.013000', '132532.016000', '132532.028000', '132532.031000', '132532.034000', '132532.037000', '132532.040000', '132532.043000', '132532.046000', '132532.049000', '132532.052000', '132532.055000', '132532.057000', '132532.060000', '132532.063000', '132532.066000', '132532.069000', '132532.072000', '132532.075000', '132532.078000', '132532.080000', '132532.083000', '132532.086000', '132532.089000', '132532.092000', '132532.095000', '132532.098000', '132532.100000', '132532.103000', '132532.106000', '132532.109000', '132532.112000', '132532.115000', '132532.118000', '132532.120000', '132532.123000', '132532.126000', '132532.129000', '132532.132000', '132551.997000', '132552.001000', '132552.004000', '132552.008000', '132552.014000', '132552.017000', '132552.035000', '132552.038000', '132552.041000', '132552.044000', '132552.047000', '132552.050000', '132552.053000', '132552.055000', '132552.058000', '132552.061000', '132552.064000', '132552.067000', '132552.070000', '132552.073000', '132552.076000', '132552.079000', '132552.082000', '132552.085000', '132552.088000', '132552.090000', '132552.093000', '132552.096000', '132552.099000', '132552.102000', '132552.105000', '132552.108000', '132552.111000', '132552.113000', '132552.117000', '132552.119000', '132552.122000', '132552.125000', '132552.132000', '132552.135000', '132552.138000', '132552.141000', '132552.144000', '132611.997000', '132612.003000', '132612.006000', '132612.009000', '132612.012000', '132612.015000', '132612.017000', '132612.020000', '132612.023000', '132612.026000', '132612.029000', '132612.032000', '132612.034000', '132612.037000', '132612.040000', '132612.043000', '132612.046000', '132612.049000', '132612.052000', '132612.055000', '132612.057000', '132612.060000', '132612.063000', '132612.066000', '132612.069000', '132612.072000', '132612.075000', '132612.077000', '132612.080000', '132612.083000', '132612.086000', '132612.089000', '132612.092000', '132612.095000', '132612.097000', '132612.100000', '132612.103000', '132612.106000', '132612.109000', '132612.112000', '132612.114000', '132612.117000', '132612.120000', '132612.123000', '132631.997000', '132632.001000', '132632.004000', '132632.007000', '132632.010000', '132632.013000', '132632.015000', '132632.019000', '132632.021000', '132632.024000', '132632.027000', '132632.030000', '132632.034000', '132632.038000', '132632.042000', '132632.044000', '132632.047000', '132632.050000', '132632.053000', '132632.056000', '132632.059000', '132632.062000', '132632.065000', '132632.068000', '132632.071000', '132632.074000', '132632.076000', '132632.079000', '132632.082000', '132632.085000', '132632.088000', '132632.091000', '132632.093000', '132632.096000', '132632.099000', '132632.102000', '132632.105000', '132632.108000', '132632.111000', '132632.113000', '132632.116000', '132632.119000', '132632.122000', '132651.997000', '132652.001000', '132652.004000', '132652.007000', '132652.010000', '132652.013000', '132652.015000', '132652.018000', '132652.021000', '132652.024000', '132652.027000', '132652.030000', '132652.033000', '132652.036000', '132652.038000', '132652.041000', '132652.044000', '132652.047000', '132652.061000', '132652.064000', '132652.067000', '132652.069000', '132652.072000', '132652.075000', '132652.078000', '132652.081000', '132652.084000', '132652.086000', '132652.089000', '132652.092000', '132652.095000', '132652.098000', '132652.101000', '132652.104000', '132652.107000', '132652.109000', '132652.112000', '132652.115000', '132652.118000', '132652.121000', '132652.124000', '132652.127000', '132652.129000', '132652.132000', '132656.011000', '132656.015000', '132656.018000', '132656.021000', '132656.024000', '132656.027000', '132656.030000', '132656.032000', '132656.035000'], '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': [12952, 9186, 13110, 9811, 12474, 9482, 11523, 13735, 10530, 16571, 9405, 12988, 8108, 12356, 9220, 11924, 9626, 10981, 14005, 9757, 15581, 8619, 12062, 10058, 11379, 9094, 10254, 14382, 9766, 9759, 10044, 7577, 10459, 7454, 9877, 8397, 9722, 8184, 9350, 7695, 10094, 7829, 11331, 8667, 13179, 9043, 11258, 7957, 10565, 8421, 11051, 8379, 11988, 7946, 10985, 8253, 10603, 8145, 10973, 9079, 11679, 9180, 10785, 7841, 10542, 7924, 10653, 8148, 11468, 8227, 11501, 8214, 11107, 8547, 11188, 8885, 11132, 8108, 10730, 8009, 10415, 8224, 10970, 9415, 10903, 7853, 10174, 7371, 9528, 11552, 8326, 10549, 8562, 7838, 8875, 7671, 9007, 7614, 9355, 10047, 8575, 11734, 7900, 10954, 7789, 10423, 14835, 8959, 14641, 8805, 12219, 8305, 11334, 8324, 11208, 7866, 9984, 8281, 10629, 9213, 11055, 9249, 14359, 8381, 12480, 8864, 11814, 9865, 11734, 15494, 9525, 16599, 8256, 12663, 8273, 11710, 8090, 11024, 7724, 10789, 7804, 10433, 8634, 9982, 8798, 10602, 8789, 11460, 9890, 13152, 9833, 15206, 9378, 13156, 8918, 13996, 9991, 15279, 8261, 10933, 7920, 10771, 9813, 12019, 7977, 11567, 9508, 7591, 10231, 7552, 9675, 14590, 8806, 14217, 10555, 14615, 8742, 11690, 9903, 11578, 9023, 14067, 8728, 11120, 8435, 10999, 8414, 11390, 9868, 12425, 9665, 11450, 8637, 11629, 8761, 11402, 10311, 10233, 17083, 9499, 13676, 8958, 12169, 10272, 11408, 8503, 11019, 8172, 10791, 9277, 10587, 9530, 10598, 9130, 10992, 7779, 10488, 7893, 9920, 13698, 9049, 12667, 8455, 11789, 8586, 11177, 8187, 11102, 8247, 11453, 8769, 10184, 9126, 10530, 8896, 11004, 8735, 10657, 9071, 11406, 8240, 11010, 9905, 10941, 7802, 10112, 8594, 9832, 7560, 9932, 7481, 9671, 7783, 9886, 8219, 10682, 8390, 10272, 8157, 10504, 7556, 10120, 15883, 11912, 16367, 8764, 13226, 8364, 11673, 8409, 11218, 7944, 10692, 7680, 10487, 7916, 10330, 7367, 9607, 15361, 8464, 12677, 9363, 11211, 7517, 9878, 17351, 8711, 13185, 8573, 11305, 8245, 10473, 8148, 9621, 12604, 8623, 11670, 8316, 11059, 9305, 10585, 10539, 9580, 15040, 8273, 11975, 8726, 10917, 8050, 10051, 7885, 9950, 7395, 9250, 8243, 9091, 12220, 8822, 11814, 8014, 10688, 8038, 9948, 17622, 10509, 14805, 9908, 12666, 8000, 10594, 8181, 10566, 7808, 9457, 11717, 9034, 14363, 8094, 12260, 9055, 15057, 8836, 13965, 8219, 11059, 7830, 10674, 7940, 10237, 11260, 9461, 16799, 8334, 13446, 9309, 11114, 7900, 10363, 7876, 9447, 8690, 9213, 9049, 9509, 13978, 8842, 11488, 9416, 11338, 8269, 10359, 16933, 9251, 13751, 8540, 11962, 8242, 11199, 8331, 10407, 8690, 10833, 8562, 10637, 8462, 9952, 9873, 9342, 15390, 8308, 13748, 11630, 16175, 8657, 15033, 11189, 9276, 9753, 7919, 11539, 8279, 13598, 8716, 14421, 9293, 12810, 9964, 12414, 8778, 11022, 7560, 10530, 7613, 10340, 7804, 9853, 7647, 9782, 8405, 9440, 10309, 8680, 9463, 8316, 10782, 8233, 11034, 8207, 10600, 8341, 9264, 8393, 10242, 8980, 10380, 10052, 9458, 10003, 10048, 9324, 13175, 8923, 12878, 10748, 12359, 9630, 7511, 9612, 7633, 9344, 8459, 9191, 9237, 9083, 12161, 8603, 12404, 8124, 11265, 9083, 9905, 8564, 8086, 8778, 10289, 9481, 11082, 9485, 12028, 9144, 15130, 8939, 16940, 11191, 16603, 8531, 13421, 8484, 12189, 10042, 15233, 9238, 10564, 7641, 10116, 7603, 10064, 7869, 13567, 9830, 15417, 7936, 11338, 7881, 11278, 9280, 11806, 8981, 12776, 11553, 10350, 18824, 9512, 16440, 13309, 15080, 9399, 12708, 8032, 11663, 9767, 11228, 9847, 11294, 8360, 11102, 8409, 10775, 8891, 10662, 8014, 10526, 12219, 9429, 12343, 9169, 11992, 10154, 12945, 9014, 10893, 8361, 10749, 8005, 10765, 8696, 11141, 7889, 9995, 7545, 9646, 15862, 8976, 13861, 8443, 12136, 8376, 12094, 8703, 9195, 10429, 7572, 10246, 7677, 10682, 8651, 11885, 10155, 11924, 8879, 11009, 7972, 11211, 8862, 11840, 7555, 10758, 7623, 10464, 8029, 10863, 7900, 10470, 7941, 10710, 8047, 9349, 9473, 11506, 8555, 11718, 9096, 11973, 8702, 11489, 9089, 9660, 17334, 8354, 14619, 8765, 12686, 7850, 11230, 7522, 9782, 7726, 10286, 7961, 9826, 7964, 8920, 7996, 8890, 11500, 8564, 12868, 8316, 12053, 9248, 11202, 7609, 9763, 8371, 8945, 13661, 8090, 12295, 8742, 11385, 7589, 9895, 13378, 8280, 13676, 8184, 12144, 8381, 11431, 8008, 10541, 7598, 9837, 13754, 8479, 12657, 7590, 10803, 7763, 9538, 7927, 8699, 8327, 8202, 9845, 8182, 10319, 8064, 10927, 8013, 11383, 8587, 10825, 7533, 9904, 8610, 9157, 13716, 8320, 12414, 9607, 11480, 7777, 11640, 8113, 10954, 8828, 10661, 7640, 9929, 7599, 9355, 13661, 8741, 13584, 10409, 12734, 8868, 11605, 7598, 10366, 7737, 10088, 9608, 9679, 13191, 8657, 13196, 9032, 12702, 8665, 12071, 7902, 11736, 8583, 10691, 7662, 10890, 7701, 9521, 8295, 9185, 16567, 11302, 16256, 12912, 8112, 10247, 7414, 9854, 7707, 9115, 14998, 10525, 17960, 9068, 15314, 7950, 13399, 7999, 12495, 8098, 11930, 8046, 8440, 8923, 7949, 13038, 9212, 11685, 9573, 7640, 12227, 15415, 13070, 18899, 14012, 15494, 12569, 14335, 11416, 16845, 8897, 13375, 7866, 11982, 8204, 11657, 8629, 12035, 7942, 11831, 7743, 11953, 8306, 11411, 8194, 11132, 8175, 10327, 8026, 9260, 13853, 9203, 13155, 7963, 11375, 8289, 9945, 9407, 8084, 9613, 9938, 8992, 12788, 8008, 12180, 9189, 11707, 8732, 11539, 7443, 10226, 9193, 9155, 11049, 8135, 9940, 8214, 9591, 7990, 8581, 8719, 7630, 9577, 7759, 9571, 7952, 8986, 10702, 7950, 11853, 9305, 11690, 8764, 11023, 7551, 10426, 7730, 14649, 11080, 17150, 13119, 14618, 7862, 12909, 7886, 11923, 8292, 11704, 8128, 11549, 11806, 10083, 18979, 10992, 16542, 13165, 14893, 10221, 12603, 8318, 10692, 7820, 9452, 13330, 7909, 11761, 7430, 10763, 7688, 10108, 7819, 10014, 7325, 9350, 7982, 9390, 14107, 9202, 13104, 9434, 11890, 9370, 11168, 7885, 11263, 7629, 10269, 7500, 9973, 7893, 9614, 9684, 9423, 7977, 9304, 8026, 9569, 7377, 9654], 'WindowCenter': [4513.0, 4479.0, 4489.0, 4464.0, 4472.0, 4450.0, 4460.0, 4468.0, 4448.0, 4478.0, 4438.0, 4469.0, 4428.0, 4458.0, 4438.0, 4458.0, 4447.0, 4458.0, 4468.0, 4438.0, 4478.0, 4442.0, 4470.0, 4449.0, 4458.0, 4427.0, 4447.0, 4468.0, 4448.0, 4437.0, 4449.0, 4429.0, 4461.0, 4431.0, 4464.0, 4454.0, 4466.0, 4455.0, 4466.0, 4455.0, 4477.0, 4456.0, 4488.0, 4466.0, 4497.0, 4455.0, 4474.0, 4443.0, 4464.0, 4442.0, 4471.0, 4442.0, 4471.0, 4441.0, 4458.0, 4440.0, 4457.0, 4429.0, 4460.0, 4440.0, 4460.0, 4450.0, 4459.0, 4442.0, 4462.0, 4455.0, 4472.0, 4455.0, 4486.0, 4456.0, 4473.0, 4457.0, 4474.0, 4455.0, 4475.0, 4453.0, 4474.0, 4441.0, 4464.0, 4440.0, 4462.0, 4454.0, 4463.0, 4451.0, 4462.0, 4442.0, 4465.0, 4433.0, 4465.0, 4474.0, 4453.0, 4462.0, 4453.0, 4443.0, 4466.0, 4455.0, 4476.0, 4457.0, 4480.0, 4479.0, 4471.0, 4497.0, 4456.0, 4488.0, 4460.0, 4492.0, 4505.0, 4468.0, 4507.0, 4465.0, 4486.0, 4457.0, 4486.0, 4457.0, 4487.0, 4459.0, 4478.0, 4469.0, 4488.0, 4478.0, 4492.0, 4481.0, 4510.0, 4469.0, 4498.0, 4468.0, 4488.0, 4468.0, 4487.0, 4504.0, 4466.0, 4506.0, 4453.0, 4484.0, 4456.0, 4475.0, 4444.0, 4472.0, 4446.0, 4474.0, 4456.0, 4475.0, 4484.0, 4477.0, 4469.0, 4477.0, 4469.0, 4486.0, 4478.0, 4498.0, 4476.0, 4508.0, 4467.0, 4485.0, 4455.0, 4494.0, 4462.0, 4493.0, 4443.0, 4463.0, 4443.0, 4474.0, 4462.0, 4469.0, 4443.0, 4475.0, 4466.0, 4442.0, 4465.0, 4441.0, 4463.0, 4496.0, 4454.0, 4486.0, 4464.0, 4492.0, 4442.0, 4472.0, 4452.0, 4458.0, 4440.0, 4482.0, 4437.0, 4458.0, 4428.0, 4447.0, 4429.0, 4457.0, 4437.0, 4455.0, 4436.0, 4447.0, 4428.0, 4445.0, 4426.0, 4446.0, 4436.0, 4446.0, 4475.0, 4436.0, 4465.0, 4427.0, 4455.0, 4436.0, 4446.0, 4426.0, 4445.0, 4427.0, 4446.0, 4439.0, 4449.0, 4450.0, 4460.0, 4450.0, 4461.0, 4429.0, 4462.0, 4440.0, 4462.0, 4481.0, 4449.0, 4473.0, 4442.0, 4470.0, 4444.0, 4463.0, 4443.0, 4459.0, 4443.0, 4471.0, 4453.0, 4465.0, 4454.0, 4464.0, 4454.0, 4473.0, 4455.0, 4475.0, 4454.0, 4475.0, 4454.0, 4474.0, 4464.0, 4475.0, 4443.0, 4465.0, 4452.0, 4464.0, 4443.0, 4464.0, 4446.0, 4462.0, 4457.0, 4478.0, 4468.0, 4487.0, 4466.0, 4479.0, 4457.0, 4489.0, 4459.0, 4479.0, 4507.0, 4488.0, 4508.0, 4453.0, 4487.0, 4454.0, 4474.0, 4456.0, 4473.0, 4445.0, 4474.0, 4459.0, 4475.0, 4457.0, 4477.0, 4446.0, 4467.0, 4508.0, 4455.0, 4497.0, 4464.0, 4476.0, 4444.0, 4466.0, 4506.0, 4454.0, 4484.0, 4455.0, 4474.0, 4443.0, 4464.0, 4441.0, 4465.0, 4485.0, 4453.0, 4474.0, 4453.0, 4472.0, 4455.0, 4473.0, 4463.0, 4465.0, 4495.0, 4442.0, 4474.0, 4452.0, 4473.0, 4440.0, 4464.0, 4441.0, 4465.0, 4434.0, 4464.0, 4452.0, 4451.0, 4484.0, 4456.0, 4484.0, 4445.0, 4465.0, 4443.0, 4465.0, 4503.0, 4465.0, 4493.0, 4451.0, 4470.0, 4442.0, 4461.0, 4441.0, 4462.0, 4439.0, 4462.0, 4473.0, 4454.0, 4493.0, 4445.0, 4473.0, 4452.0, 4504.0, 4455.0, 4483.0, 4444.0, 4471.0, 4441.0, 4465.0, 4442.0, 4463.0, 4473.0, 4453.0, 4502.0, 4441.0, 4482.0, 4450.0, 4460.0, 4429.0, 4450.0, 4430.0, 4450.0, 4441.0, 4451.0, 4441.0, 4452.0, 4480.0, 4441.0, 4460.0, 4438.0, 4460.0, 4428.0, 4448.0, 4489.0, 4438.0, 4466.0, 4427.0, 4455.0, 4429.0, 4457.0, 4441.0, 4460.0, 4442.0, 4459.0, 4453.0, 4462.0, 4468.0, 4475.0, 4465.0, 4462.0, 4493.0, 4453.0, 4482.0, 4471.0, 4501.0, 4452.0, 4491.0, 4472.0, 4451.0, 4461.0, 4453.0, 4483.0, 4454.0, 4482.0, 4452.0, 4481.0, 4451.0, 4469.0, 4451.0, 4467.0, 4438.0, 4447.0, 4417.0, 4446.0, 4416.0, 4446.0, 4426.0, 4447.0, 4428.0, 4449.0, 4438.0, 4450.0, 4448.0, 4439.0, 4449.0, 4440.0, 4463.0, 4442.0, 4461.0, 4454.0, 4473.0, 4454.0, 4463.0, 4454.0, 4476.0, 4466.0, 4477.0, 4479.0, 4478.0, 4476.0, 4477.0, 4477.0, 4496.0, 4466.0, 4495.0, 4489.0, 4485.0, 4465.0, 4446.0, 4476.0, 4457.0, 4476.0, 4468.0, 4479.0, 4464.0, 4467.0, 4498.0, 4467.0, 4496.0, 4458.0, 4487.0, 4469.0, 4477.0, 4467.0, 4467.0, 4469.0, 4488.0, 4480.0, 4490.0, 4477.0, 4497.0, 4468.0, 4507.0, 4468.0, 4518.0, 4487.0, 4517.0, 4457.0, 4495.0, 4457.0, 4485.0, 4466.0, 4505.0, 4465.0, 4474.0, 4455.0, 4475.0, 4456.0, 4474.0, 4456.0, 4496.0, 4479.0, 4507.0, 4456.0, 4485.0, 4455.0, 4476.0, 4467.0, 4487.0, 4455.0, 4485.0, 4474.0, 4462.0, 4503.0, 4453.0, 4491.0, 4481.0, 4478.0, 4439.0, 4468.0, 4429.0, 4459.0, 4450.0, 4460.0, 4450.0, 4461.0, 4442.0, 4460.0, 4442.0, 4462.0, 4453.0, 4475.0, 4445.0, 4476.0, 4472.0, 4454.0, 4474.0, 4455.0, 4475.0, 4463.0, 4483.0, 4450.0, 4461.0, 4440.0, 4463.0, 4442.0, 4462.0, 4451.0, 4472.0, 4441.0, 4463.0, 4443.0, 4464.0, 4492.0, 4454.0, 4483.0, 4443.0, 4474.0, 4455.0, 4486.0, 4454.0, 4465.0, 4475.0, 4443.0, 4465.0, 4443.0, 4474.0, 4465.0, 4488.0, 4475.0, 4486.0, 4454.0, 4472.0, 4456.0, 4475.0, 4454.0, 4474.0, 4430.0, 4462.0, 4444.0, 4462.0, 4443.0, 4473.0, 4443.0, 4460.0, 4442.0, 4472.0, 4456.0, 4466.0, 4477.0, 4485.0, 4468.0, 4485.0, 4469.0, 4486.0, 4454.0, 4475.0, 4453.0, 4452.0, 4503.0, 4442.0, 4481.0, 4442.0, 4483.0, 4443.0, 4470.0, 4441.0, 4459.0, 4431.0, 4464.0, 4443.0, 4464.0, 4454.0, 4464.0, 4441.0, 4466.0, 4473.0, 4453.0, 4485.0, 4453.0, 4482.0, 4452.0, 4474.0, 4443.0, 4462.0, 4442.0, 4453.0, 4493.0, 4454.0, 4473.0, 4453.0, 4474.0, 4443.0, 4463.0, 4482.0, 4453.0, 4481.0, 4442.0, 4470.0, 4454.0, 4472.0, 4443.0, 4474.0, 4444.0, 4464.0, 4493.0, 4453.0, 4483.0, 4442.0, 4475.0, 4444.0, 4464.0, 4443.0, 4455.0, 4453.0, 4455.0, 4476.0, 4457.0, 4475.0, 4456.0, 4486.0, 4457.0, 4487.0, 4466.0, 4488.0, 4457.0, 4477.0, 4467.0, 4467.0, 4497.0, 4457.0, 4496.0, 4478.0, 4484.0, 4456.0, 4486.0, 4456.0, 4487.0, 4468.0, 4487.0, 4457.0, 4478.0, 4457.0, 4478.0, 4507.0, 4468.0, 4498.0, 4476.0, 4486.0, 4466.0, 4486.0, 4457.0, 4475.0, 4446.0, 4476.0, 4467.0, 4466.0, 4495.0, 4466.0, 4496.0, 4468.0, 4497.0, 4455.0, 4486.0, 4457.0, 4487.0, 4467.0, 4478.0, 4459.0, 4478.0, 4457.0, 4479.0, 4456.0, 4468.0, 4516.0, 4488.0, 4518.0, 4498.0, 4457.0, 4465.0, 4443.0, 4463.0, 4444.0, 4455.0, 4494.0, 4476.0, 4513.0, 4454.0, 4493.0, 4443.0, 4484.0, 4444.0, 4473.0, 4443.0, 4472.0, 4444.0, 4455.0, 4467.0, 4468.0, 4496.0, 4466.0, 4496.0, 4478.0, 4445.0, 4486.0, 4494.0, 4485.0, 4502.0, 4483.0, 4478.0, 4460.0, 4480.0, 4462.0, 4488.0, 4438.0, 4456.0, 4427.0, 4456.0, 4427.0, 4446.0, 4438.0, 4456.0, 4428.0, 4457.0, 4428.0, 4457.0, 4439.0, 4459.0, 4439.0, 4460.0, 4440.0, 4461.0, 4441.0, 4453.0, 4482.0, 4453.0, 4471.0, 4442.0, 4470.0, 4455.0, 4463.0, 4452.0, 4445.0, 4463.0, 4463.0, 4454.0, 4482.0, 4443.0, 4472.0, 4453.0, 4472.0, 4441.0, 4474.0, 4431.0, 4462.0, 4451.0, 4453.0, 4461.0, 4442.0, 4451.0, 4444.0, 4462.0, 4454.0, 4456.0, 4467.0, 4455.0, 4474.0, 4458.0, 4479.0, 4458.0, 4479.0, 4477.0, 4470.0, 4499.0, 4479.0, 4500.0, 4468.0, 4489.0, 4457.0, 4476.0, 4458.0, 4509.0, 4487.0, 4518.0, 4499.0, 4504.0, 4458.0, 4497.0, 4458.0, 4485.0, 4455.0, 4484.0, 4444.0, 4475.0, 4471.0, 4463.0, 4513.0, 4462.0, 4491.0, 4470.0, 4482.0, 4450.0, 4470.0, 4428.0, 4449.0, 4427.0, 4451.0, 4470.0, 4430.0, 4459.0, 4428.0, 4460.0, 4440.0, 4461.0, 4443.0, 4463.0, 4432.0, 4453.0, 4441.0, 4465.0, 4494.0, 4453.0, 4482.0, 4453.0, 4474.0, 4452.0, 4473.0, 4444.0, 4472.0, 4430.0, 4464.0, 4433.0, 4462.0, 4440.0, 4453.0, 4461.0, 4467.0, 4443.0, 4453.0, 4443.0, 4463.0, 4444.0, 4481.0], 'WindowWidth': [9923.0, 9868.0, 9876.0, 9835.0, 9844.0, 9808.0, 9821.0, 9830.0, 9802.0, 9845.0, 9788.0, 9831.0, 9774.0, 9816.0, 9789.0, 9817.0, 9799.0, 9816.0, 9830.0, 9787.0, 9844.0, 9801.0, 9837.0, 9803.0, 9813.0, 9770.0, 9797.0, 9829.0, 9800.0, 9785.0, 9806.0, 9776.0, 9822.0, 9784.0, 9834.0, 9822.0, 9840.0, 9826.0, 9840.0, 9826.0, 9857.0, 9830.0, 9872.0, 9841.0, 9886.0, 9823.0, 9848.0, 9804.0, 9831.0, 9803.0, 9839.0, 9800.0, 9840.0, 9796.0, 9815.0, 9793.0, 9814.0, 9777.0, 9821.0, 9794.0, 9822.0, 9808.0, 9820.0, 9801.0, 9827.0, 9823.0, 9845.0, 9825.0, 9867.0, 9826.0, 9848.0, 9828.0, 9849.0, 9825.0, 9850.0, 9818.0, 9846.0, 9801.0, 9832.0, 9798.0, 9829.0, 9820.0, 9831.0, 9813.0, 9829.0, 9803.0, 9835.0, 9790.0, 9838.0, 9849.0, 9819.0, 9830.0, 9820.0, 9808.0, 9842.0, 9829.0, 9859.0, 9834.0, 9867.0, 9864.0, 9856.0, 9889.0, 9833.0, 9878.0, 9838.0, 9883.0, 9897.0, 9847.0, 9900.0, 9839.0, 9870.0, 9830.0, 9869.0, 9832.0, 9872.0, 9837.0, 9861.0, 9851.0, 9877.0, 9864.0, 9884.0, 9869.0, 9907.0, 9850.0, 9890.0, 9849.0, 9877.0, 9846.0, 9872.0, 9893.0, 9840.0, 9897.0, 9821.0, 9864.0, 9825.0, 9850.0, 9809.0, 9842.0, 9812.0, 9848.0, 9830.0, 9853.0, 9877.0, 9858.0, 9850.0, 9857.0, 9853.0, 9872.0, 9863.0, 9887.0, 9856.0, 9901.0, 9844.0, 9867.0, 9826.0, 9878.0, 9829.0, 9875.0, 9804.0, 9829.0, 9806.0, 9846.0, 9830.0, 9836.0, 9803.0, 9851.0, 9837.0, 9802.0, 9835.0, 9802.0, 9832.0, 9882.0, 9822.0, 9866.0, 9835.0, 9872.0, 9801.0, 9842.0, 9812.0, 9821.0, 9794.0, 9855.0, 9786.0, 9817.0, 9776.0, 9800.0, 9778.0, 9814.0, 9785.0, 9810.0, 9783.0, 9798.0, 9772.0, 9795.0, 9769.0, 9798.0, 9783.0, 9795.0, 9837.0, 9781.0, 9822.0, 9770.0, 9805.0, 9781.0, 9794.0, 9768.0, 9793.0, 9772.0, 9797.0, 9790.0, 9804.0, 9808.0, 9820.0, 9809.0, 9824.0, 9782.0, 9827.0, 9796.0, 9828.0, 9855.0, 9808.0, 9842.0, 9800.0, 9835.0, 9805.0, 9828.0, 9803.0, 9821.0, 9805.0, 9839.0, 9820.0, 9836.0, 9821.0, 9833.0, 9822.0, 9845.0, 9825.0, 9849.0, 9823.0, 9851.0, 9821.0, 9847.0, 9833.0, 9849.0, 9803.0, 9835.0, 9816.0, 9834.0, 9806.0, 9834.0, 9813.0, 9831.0, 9832.0, 9860.0, 9848.0, 9873.0, 9844.0, 9862.0, 9833.0, 9877.0, 9837.0, 9862.0, 9901.0, 9873.0, 9900.0, 9820.0, 9869.0, 9822.0, 9849.0, 9826.0, 9845.0, 9811.0, 9848.0, 9835.0, 9852.0, 9829.0, 9858.0, 9815.0, 9844.0, 9902.0, 9827.0, 9886.0, 9836.0, 9856.0, 9808.0, 9839.0, 9897.0, 9822.0, 9864.0, 9822.0, 9849.0, 9804.0, 9832.0, 9800.0, 9836.0, 9863.0, 9820.0, 9847.0, 9819.0, 9844.0, 9822.0, 9846.0, 9832.0, 9835.0, 9879.0, 9803.0, 9849.0, 9814.0, 9844.0, 9798.0, 9831.0, 9800.0, 9835.0, 9793.0, 9834.0, 9816.0, 9818.0, 9863.0, 9826.0, 9862.0, 9809.0, 9836.0, 9804.0, 9836.0, 9888.0, 9835.0, 9871.0, 9813.0, 9838.0, 9802.0, 9828.0, 9801.0, 9830.0, 9796.0, 9829.0, 9846.0, 9822.0, 9875.0, 9808.0, 9845.0, 9816.0, 9891.0, 9825.0, 9857.0, 9807.0, 9840.0, 9801.0, 9835.0, 9801.0, 9831.0, 9843.0, 9816.0, 9888.0, 9798.0, 9857.0, 9809.0, 9824.0, 9777.0, 9807.0, 9779.0, 9808.0, 9796.0, 9810.0, 9797.0, 9812.0, 9850.0, 9795.0, 9822.0, 9790.0, 9820.0, 9775.0, 9800.0, 9860.0, 9785.0, 9826.0, 9772.0, 9810.0, 9777.0, 9812.0, 9800.0, 9822.0, 9800.0, 9821.0, 9817.0, 9830.0, 9848.0, 9852.0, 9835.0, 9830.0, 9875.0, 9819.0, 9857.0, 9841.0, 9886.0, 9815.0, 9868.0, 9844.0, 9814.0, 9825.0, 9820.0, 9861.0, 9822.0, 9858.0, 9816.0, 9855.0, 9811.0, 9834.0, 9809.0, 9829.0, 9788.0, 9799.0, 9757.0, 9795.0, 9755.0, 9797.0, 9771.0, 9800.0, 9775.0, 9805.0, 9791.0, 9810.0, 9805.0, 9795.0, 9807.0, 9796.0, 9828.0, 9801.0, 9825.0, 9824.0, 9845.0, 9823.0, 9832.0, 9825.0, 9853.0, 9845.0, 9858.0, 9864.0, 9860.0, 9857.0, 9858.0, 9859.0, 9883.0, 9842.0, 9881.0, 9879.0, 9865.0, 9839.0, 9815.0, 9855.0, 9829.0, 9856.0, 9850.0, 9863.0, 9840.0, 9845.0, 9887.0, 9845.0, 9885.0, 9835.0, 9873.0, 9850.0, 9859.0, 9846.0, 9846.0, 9852.0, 9877.0, 9867.0, 9880.0, 9859.0, 9886.0, 9846.0, 9901.0, 9847.0, 9918.0, 9872.0, 9913.0, 9831.0, 9880.0, 9830.0, 9867.0, 9841.0, 9895.0, 9837.0, 9849.0, 9825.0, 9851.0, 9828.0, 9851.0, 9826.0, 9884.0, 9862.0, 9901.0, 9826.0, 9866.0, 9827.0, 9854.0, 9843.0, 9872.0, 9824.0, 9867.0, 9846.0, 9828.0, 9890.0, 9815.0, 9870.0, 9852.0, 9847.0, 9793.0, 9830.0, 9778.0, 9817.0, 9806.0, 9820.0, 9809.0, 9822.0, 9799.0, 9821.0, 9801.0, 9827.0, 9819.0, 9851.0, 9809.0, 9851.0, 9844.0, 9819.0, 9848.0, 9821.0, 9849.0, 9830.0, 9859.0, 9808.0, 9823.0, 9797.0, 9828.0, 9802.0, 9829.0, 9813.0, 9841.0, 9801.0, 9830.0, 9805.0, 9832.0, 9873.0, 9820.0, 9860.0, 9805.0, 9848.0, 9822.0, 9866.0, 9821.0, 9838.0, 9850.0, 9806.0, 9836.0, 9806.0, 9849.0, 9839.0, 9872.0, 9850.0, 9866.0, 9822.0, 9843.0, 9826.0, 9852.0, 9820.0, 9848.0, 9784.0, 9827.0, 9806.0, 9829.0, 9803.0, 9845.0, 9801.0, 9823.0, 9804.0, 9842.0, 9827.0, 9843.0, 9857.0, 9868.0, 9849.0, 9867.0, 9849.0, 9868.0, 9821.0, 9851.0, 9818.0, 9815.0, 9887.0, 9800.0, 9853.0, 9802.0, 9860.0, 9806.0, 9838.0, 9798.0, 9821.0, 9785.0, 9833.0, 9807.0, 9834.0, 9822.0, 9835.0, 9802.0, 9840.0, 9847.0, 9820.0, 9865.0, 9819.0, 9857.0, 9816.0, 9847.0, 9805.0, 9830.0, 9803.0, 9820.0, 9872.0, 9821.0, 9846.0, 9818.0, 9848.0, 9804.0, 9832.0, 9855.0, 9817.0, 9855.0, 9803.0, 9838.0, 9820.0, 9841.0, 9806.0, 9848.0, 9807.0, 9834.0, 9874.0, 9820.0, 9859.0, 9803.0, 9850.0, 9807.0, 9834.0, 9806.0, 9824.0, 9820.0, 9826.0, 9853.0, 9832.0, 9853.0, 9831.0, 9870.0, 9833.0, 9872.0, 9844.0, 9874.0, 9830.0, 9859.0, 9844.0, 9845.0, 9886.0, 9831.0, 9882.0, 9860.0, 9865.0, 9829.0, 9869.0, 9831.0, 9873.0, 9847.0, 9874.0, 9832.0, 9859.0, 9832.0, 9862.0, 9901.0, 9847.0, 9888.0, 9856.0, 9870.0, 9843.0, 9868.0, 9831.0, 9854.0, 9814.0, 9854.0, 9842.0, 9842.0, 9880.0, 9843.0, 9883.0, 9847.0, 9885.0, 9827.0, 9867.0, 9830.0, 9872.0, 9847.0, 9861.0, 9837.0, 9860.0, 9830.0, 9860.0, 9828.0, 9846.0, 9912.0, 9873.0, 9919.0, 9888.0, 9829.0, 9836.0, 9806.0, 9834.0, 9808.0, 9825.0, 9878.0, 9854.0, 9904.0, 9820.0, 9874.0, 9803.0, 9860.0, 9807.0, 9844.0, 9804.0, 9842.0, 9805.0, 9824.0, 9844.0, 9849.0, 9884.0, 9844.0, 9885.0, 9859.0, 9812.0, 9867.0, 9876.0, 9863.0, 9887.0, 9853.0, 9845.0, 9820.0, 9848.0, 9827.0, 9859.0, 9788.0, 9810.0, 9771.0, 9808.0, 9772.0, 9795.0, 9787.0, 9809.0, 9775.0, 9811.0, 9776.0, 9813.0, 9792.0, 9818.0, 9794.0, 9822.0, 9795.0, 9826.0, 9797.0, 9814.0, 9856.0, 9816.0, 9838.0, 9801.0, 9837.0, 9823.0, 9829.0, 9816.0, 9810.0, 9833.0, 9832.0, 9821.0, 9858.0, 9805.0, 9841.0, 9817.0, 9841.0, 9798.0, 9845.0, 9785.0, 9826.0, 9810.0, 9815.0, 9825.0, 9802.0, 9812.0, 9805.0, 9828.0, 9822.0, 9828.0, 9843.0, 9827.0, 9850.0, 9835.0, 9864.0, 9834.0, 9865.0, 9859.0, 9852.0, 9892.0, 9863.0, 9892.0, 9848.0, 9875.0, 9830.0, 9856.0, 9834.0, 9905.0, 9870.0, 9918.0, 9891.0, 9890.0, 9831.0, 9884.0, 9832.0, 9866.0, 9824.0, 9863.0, 9807.0, 9852.0, 9841.0, 9830.0, 9903.0, 9826.0, 9869.0, 9837.0, 9855.0, 9808.0, 9835.0, 9775.0, 9804.0, 9773.0, 9810.0, 9835.0, 9780.0, 9818.0, 9777.0, 9820.0, 9796.0, 9824.0, 9802.0, 9829.0, 9787.0, 9817.0, 9800.0, 9835.0, 9876.0, 9818.0, 9857.0, 9818.0, 9845.0, 9814.0, 9845.0, 9807.0, 9841.0, 9783.0, 9832.0, 9790.0, 9827.0, 9796.0, 9816.0, 9829.0, 9839.0, 9804.0, 9817.0, 9804.0, 9832.0, 9809.0, 9867.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.0027457224770642205</td></tr>
<tr><td colspan=3>aqi</td><td>0.037769643004587156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.37987585332948</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2391762517910465</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9484760905396092</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>7970.4092</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08260356347154774</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.669724770642202</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.498091604109629</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3790249432796253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7572462069894006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3580036620598603</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111819</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007993459701538086</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04306325316429138</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.084563948918276</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>12.8973</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6754</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.9719</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298480.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1085.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.6168</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7395</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.812</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3673.4999</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.0737</td></tr>
<tr><td colspan=3>tsnr</td><td>36.48876368335914</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>