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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-01_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-01_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-0031/ses-04/func/sub-0031_ses-04_task-social_acq-mb8_run-01_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>ccecde581f9c9d708698ef1ce4f2cfa9</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:25:42.070000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</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-01_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.114717</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7711, -7209, 566, -55, -101, 38, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>288.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36d8e06d-4809-4919-98ef-416160f1f224||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['132542.070000', '132542.530000', '132542.990000', '132543.450000', '132543.910000', '132544.370000', '132544.830000', '132545.290000', '132545.750000', '132546.210000', '132546.670000', '132547.130000', '132547.590000', '132548.050000', '132548.510000', '132548.970000', '132549.430000', '132549.890000', '132550.350000', '132550.810000', '132551.270000', '132551.730000', '132552.190000', '132552.650000', '132553.110000', '132553.570000', '132554.030000', '132554.490000', '132554.950000', '132555.410000', '132555.870000', '132556.330000', '132556.790000', '132557.250000', '132557.710000', '132558.170000', '132558.630000', '132559.090000', '132559.550000', '132600.010000', '132600.470000', '132600.930000', '132601.390000', '132601.850000', '132602.310000', '132602.770000', '132603.230000', '132603.690000', '132604.150000', '132604.610000', '132605.070000', '132605.530000', '132605.990000', '132606.450000', '132606.910000', '132607.370000', '132607.830000', '132608.290000', '132608.750000', '132609.210000', '132609.670000', '132610.130000', '132610.590000', '132611.050000', '132611.510000', '132611.970000', '132612.430000', '132612.890000', '132613.350000', '132613.810000', '132614.270000', '132614.730000', '132615.190000', '132615.650000', '132616.110000', '132616.570000', '132617.030000', '132617.490000', '132617.950000', '132618.410000', '132618.870000', '132619.330000', '132619.790000', '132620.250000', '132620.710000', '132621.170000', '132621.630000', '132622.090000', '132622.550000', '132623.010000', '132623.470000', '132623.930000', '132624.390000', '132624.850000', '132625.310000', '132625.770000', '132626.230000', '132626.690000', '132627.150000', '132627.610000', '132628.070000', '132628.530000', '132628.990000', '132629.450000', '132629.910000', '132630.370000', '132630.830000', '132631.290000', '132631.750000', '132632.210000', '132632.670000', '132633.130000', '132633.590000', '132634.050000', '132634.510000', '132634.970000', '132635.430000', '132635.890000', '132636.350000', '132636.810000', '132637.270000', '132637.730000', '132638.190000', '132638.650000', '132639.110000', '132639.570000', '132640.030000', '132640.490000', '132640.950000', '132641.410000', '132641.870000', '132642.330000', '132642.790000', '132643.250000', '132643.710000', '132644.170000', '132644.630000', '132645.090000', '132645.550000', '132646.010000', '132646.470000', '132646.930000', '132647.390000', '132647.850000', '132648.310000', '132648.770000', '132649.230000', '132649.690000', '132650.150000', '132650.610000', '132651.070000', '132651.530000', '132651.990000', '132652.450000', '132652.910000', '132653.370000', '132653.830000', '132654.290000', '132654.750000', '132655.210000', '132655.670000', '132656.130000', '132656.590000', '132657.050000', '132657.510000', '132657.970000', '132658.430000', '132658.890000', '132659.350000', '132659.810000', '132700.270000', '132700.730000', '132701.190000', '132701.650000', '132702.110000', '132702.570000', '132703.030000', '132703.490000', '132703.950000', '132704.410000', '132704.870000', '132705.330000', '132705.790000', '132706.250000', '132706.710000', '132707.170000', '132707.630000', '132708.090000', '132708.550000', '132709.010000', '132709.470000', '132709.930000', '132710.390000', '132710.850000', '132711.310000', '132711.770000', '132712.230000', '132712.690000', '132713.150000', '132713.610000', '132714.070000', '132714.530000', '132714.990000', '132715.450000', '132715.910000', '132716.370000', '132716.830000', '132717.290000', '132717.750000', '132718.210000', '132718.670000', '132719.130000', '132719.590000', '132720.050000', '132720.510000', '132720.970000', '132721.430000', '132721.890000', '132722.350000', '132722.810000', '132723.270000', '132723.730000', '132724.190000', '132724.650000', '132725.110000', '132725.570000', '132726.030000', '132726.490000', '132726.950000', '132727.410000', '132727.870000', '132728.330000', '132728.790000', '132729.250000', '132729.710000', '132730.170000', '132730.630000', '132731.090000', '132731.550000', '132732.010000', '132732.470000', '132732.930000', '132733.390000', '132733.850000', '132734.310000', '132734.770000', '132735.230000', '132735.690000', '132736.150000', '132736.610000', '132737.070000', '132737.530000', '132737.990000', '132738.450000', '132738.910000', '132739.370000', '132739.830000', '132740.290000', '132740.750000', '132741.210000', '132741.670000', '132742.130000', '132742.590000', '132743.050000', '132743.510000', '132743.970000', '132744.430000', '132744.890000', '132745.350000', '132745.810000', '132746.270000', '132746.730000', '132747.190000', '132747.650000', '132748.110000', '132748.570000', '132749.030000', '132749.490000', '132749.950000', '132750.410000', '132750.870000', '132751.330000', '132751.790000', '132752.250000', '132752.710000', '132753.170000', '132753.630000', '132754.090000', '132754.550000', '132755.010000', '132755.470000', '132755.930000', '132756.390000', '132756.850000', '132757.310000', '132757.770000', '132758.230000', '132758.690000', '132759.150000', '132759.610000', '132800.070000', '132800.530000', '132800.990000', '132801.450000', '132801.910000', '132802.370000', '132802.830000', '132803.290000', '132803.750000', '132804.210000', '132804.670000', '132805.130000', '132805.590000', '132806.050000', '132806.510000', '132806.970000', '132807.430000', '132807.890000', '132808.350000', '132808.810000', '132809.270000', '132809.730000', '132810.190000', '132810.650000', '132811.110000', '132811.570000', '132812.030000', '132812.490000', '132812.950000', '132813.410000', '132813.870000', '132814.330000', '132814.790000', '132815.250000', '132815.710000', '132816.170000', '132816.630000', '132817.090000', '132817.550000', '132818.010000', '132818.470000', '132818.930000', '132819.390000', '132819.850000', '132820.310000', '132820.770000', '132821.230000', '132821.690000', '132822.150000', '132822.610000', '132823.070000', '132823.530000', '132823.990000', '132824.450000', '132824.910000', '132825.370000', '132825.830000', '132826.290000', '132826.750000', '132827.210000', '132827.670000', '132828.130000', '132828.590000', '132829.050000', '132829.510000', '132829.970000', '132830.430000', '132830.890000', '132831.350000', '132831.810000', '132832.270000', '132832.730000', '132833.190000', '132833.650000', '132834.110000', '132834.570000', '132835.030000', '132835.490000', '132835.950000', '132836.410000', '132836.870000', '132837.330000', '132837.790000', '132838.250000', '132838.710000', '132839.170000', '132839.630000', '132840.090000', '132840.550000', '132841.010000', '132841.470000', '132841.930000', '132842.390000', '132842.850000', '132843.310000', '132843.770000', '132844.230000', '132844.690000', '132845.150000', '132845.610000', '132846.070000', '132846.530000', '132846.990000', '132847.450000', '132847.910000', '132848.370000', '132848.830000', '132849.290000', '132849.750000', '132850.210000', '132850.670000', '132851.130000', '132851.590000', '132852.050000', '132852.510000', '132852.970000', '132853.430000', '132853.890000', '132854.350000', '132854.810000', '132855.270000', '132855.730000', '132856.190000', '132856.650000', '132857.110000', '132857.570000', '132858.030000', '132858.490000', '132858.950000', '132859.410000', '132859.870000', '132900.330000', '132900.790000', '132901.250000', '132901.710000', '132902.170000', '132902.630000', '132903.090000', '132903.550000', '132904.010000', '132904.470000', '132904.930000', '132905.390000', '132905.850000', '132906.310000', '132906.770000', '132907.230000', '132907.690000', '132908.150000', '132908.610000', '132909.070000', '132909.530000', '132909.990000', '132910.450000', '132910.910000', '132911.370000', '132911.830000', '132912.290000', '132912.750000', '132913.210000', '132913.670000', '132914.130000', '132914.590000', '132915.050000', '132915.510000', '132915.970000', '132916.430000', '132916.890000', '132917.350000', '132917.810000', '132918.270000', '132918.730000', '132919.190000', '132919.650000', '132920.110000', '132920.570000', '132921.030000', '132921.490000', '132921.950000', '132922.410000', '132922.870000', '132923.330000', '132923.790000', '132924.250000', '132924.710000', '132925.170000', '132925.630000', '132926.090000', '132926.550000', '132927.010000', '132927.470000', '132927.930000', '132928.390000', '132928.850000', '132929.310000', '132929.770000', '132930.230000', '132930.690000', '132931.150000', '132931.610000', '132932.070000', '132932.530000', '132932.990000', '132933.450000', '132933.910000', '132934.370000', '132934.830000', '132935.290000', '132935.750000', '132936.210000', '132936.670000', '132937.130000', '132937.590000', '132938.050000', '132938.510000', '132938.970000', '132939.430000', '132939.890000', '132940.350000', '132940.810000', '132941.270000', '132941.730000', '132942.190000', '132942.650000', '132943.110000', '132943.570000', '132944.030000', '132944.490000', '132944.950000', '132945.410000', '132945.870000', '132946.330000', '132946.790000', '132947.250000', '132947.710000', '132948.170000', '132948.630000', '132949.090000', '132949.550000', '132950.010000', '132950.470000', '132950.930000', '132951.390000', '132951.850000', '132952.310000', '132952.770000', '132953.230000', '132953.690000', '132954.150000', '132954.610000', '132955.070000', '132955.530000', '132955.990000', '132956.450000', '132956.910000', '132957.370000', '132957.830000', '132958.290000', '132958.750000', '132959.210000', '132959.670000', '133000.130000', '133000.590000', '133001.050000', '133001.510000', '133001.970000', '133002.430000', '133002.890000', '133003.350000', '133003.810000', '133004.270000', '133004.730000', '133005.190000', '133005.650000', '133006.110000', '133006.570000', '133007.030000', '133007.490000', '133007.950000', '133008.410000', '133008.870000', '133009.330000', '133009.790000', '133010.250000', '133010.710000', '133011.170000', '133011.630000', '133012.090000', '133012.550000', '133013.010000', '133013.470000', '133013.930000', '133014.390000', '133014.850000', '133015.310000', '133015.770000', '133016.230000', '133016.690000', '133017.150000', '133017.610000', '133018.070000', '133018.530000', '133018.990000', '133019.450000', '133019.910000', '133020.370000', '133020.830000', '133021.290000', '133021.750000', '133022.210000', '133022.670000', '133023.130000', '133023.590000', '133024.050000', '133024.510000', '133024.970000', '133025.430000', '133025.890000', '133026.350000', '133026.810000', '133027.270000', '133027.730000', '133028.190000', '133028.650000', '133029.110000', '133029.570000', '133030.030000', '133030.490000', '133030.950000', '133031.410000', '133031.870000', '133032.330000', '133032.790000', '133033.250000', '133033.710000', '133034.170000', '133034.630000', '133035.090000', '133035.550000', '133036.010000', '133036.470000', '133036.930000', '133037.390000', '133037.850000', '133038.310000', '133038.770000', '133039.230000', '133039.690000', '133040.150000', '133040.610000', '133041.070000', '133041.530000', '133041.990000', '133042.450000', '133042.910000', '133043.370000', '133043.830000', '133044.290000', '133044.750000', '133045.210000', '133045.670000', '133046.130000', '133046.590000', '133047.050000', '133047.510000', '133047.970000', '133048.430000', '133048.890000', '133049.350000', '133049.810000', '133050.270000', '133050.730000', '133051.190000', '133051.650000', '133052.110000', '133052.570000', '133053.030000', '133053.490000', '133053.950000', '133054.410000', '133054.870000', '133055.330000', '133055.790000', '133056.250000', '133056.710000', '133057.170000', '133057.630000', '133058.090000', '133058.550000', '133059.010000', '133059.470000', '133059.930000', '133100.390000', '133100.850000', '133101.310000', '133101.770000', '133102.230000', '133102.690000', '133103.150000', '133103.610000', '133104.070000', '133104.530000', '133104.990000', '133105.450000', '133105.910000', '133106.370000', '133106.830000', '133107.290000', '133107.750000', '133108.210000', '133108.670000', '133109.130000', '133109.590000', '133110.050000', '133110.510000', '133110.970000', '133111.430000', '133111.890000', '133112.350000', '133112.810000', '133113.270000', '133113.730000', '133114.190000', '133114.650000', '133115.110000', '133115.570000', '133116.030000', '133116.490000', '133116.950000', '133117.410000', '133117.870000', '133118.330000', '133118.790000', '133119.250000', '133119.710000', '133120.170000', '133120.630000', '133121.090000', '133121.550000', '133122.010000', '133122.470000', '133122.930000', '133123.390000', '133123.850000', '133124.310000', '133124.770000', '133125.230000', '133125.690000', '133126.150000', '133126.610000', '133127.070000', '133127.530000', '133127.990000', '133128.450000', '133128.910000', '133129.370000', '133129.830000', '133130.290000', '133130.750000', '133131.210000', '133131.670000', '133132.130000', '133132.590000', '133133.050000', '133133.510000', '133133.970000', '133134.430000', '133134.890000', '133135.350000', '133135.810000', '133136.270000', '133136.730000', '133137.190000', '133137.650000', '133138.110000', '133138.570000', '133139.030000', '133139.490000', '133139.950000', '133140.410000', '133140.870000', '133141.330000', '133141.790000', '133142.250000', '133142.710000', '133143.170000', '133143.630000', '133144.090000', '133144.550000', '133145.010000', '133145.470000', '133145.930000', '133146.390000', '133146.850000', '133147.310000', '133147.770000', '133148.230000', '133148.690000', '133149.150000', '133149.610000', '133150.070000', '133150.530000', '133150.990000', '133151.450000', '133151.910000', '133152.370000', '133152.830000', '133153.290000', '133153.750000', '133154.210000', '133154.670000', '133155.130000', '133155.590000', '133156.050000', '133156.510000', '133156.970000', '133157.430000', '133157.890000', '133158.350000', '133158.810000', '133159.270000', '133159.730000', '133200.190000', '133200.650000', '133201.110000', '133201.570000', '133202.030000', '133202.490000', '133202.950000', '133203.410000', '133203.870000', '133204.330000', '133204.790000', '133205.250000', '133205.710000', '133206.170000', '133206.630000', '133207.090000', '133207.550000', '133208.010000', '133208.470000', '133208.930000', '133209.390000', '133209.850000', '133210.310000', '133210.770000', '133211.230000', '133211.690000', '133212.150000', '133212.610000', '133213.070000', '133213.530000', '133213.990000', '133214.450000', '133214.910000', '133215.370000', '133215.830000', '133216.290000', '133216.750000', '133217.210000', '133217.670000', '133218.130000', '133218.590000', '133219.050000', '133219.510000', '133219.970000', '133220.430000', '133220.890000', '133221.350000', '133221.810000', '133222.270000', '133222.730000'], 'ContentTime': ['132609.237000', '132609.240000', '132609.243000', '132609.245000', '132609.248000', '132609.250000', '132609.253000', '132609.256000', '132609.258000', '132609.261000', '132609.263000', '132609.266000', '132609.269000', '132609.271000', '132609.274000', '132609.277000', '132609.279000', '132609.282000', '132609.284000', '132609.287000', '132609.290000', '132609.292000', '132609.295000', '132609.308000', '132609.311000', '132609.313000', '132609.316000', '132609.318000', '132609.321000', '132609.323000', '132609.326000', '132609.328000', '132609.331000', '132609.334000', '132609.336000', '132609.339000', '132609.341000', '132609.344000', '132609.346000', '132609.349000', '132609.351000', '132609.354000', '132609.357000', '132609.361000', '132609.364000', '132609.366000', '132609.369000', '132609.371000', '132609.374000', '132609.376000', '132609.379000', '132609.382000', '132609.384000', '132609.387000', '132609.389000', '132609.392000', '132629.208000', '132629.211000', '132629.214000', '132629.216000', '132629.219000', '132629.225000', '132629.227000', '132629.230000', '132629.232000', '132629.235000', '132629.237000', '132629.240000', '132629.242000', '132629.245000', '132629.247000', '132629.250000', '132629.253000', '132629.255000', '132629.258000', '132629.260000', '132629.263000', '132629.265000', '132629.268000', '132629.270000', '132629.273000', '132629.275000', '132629.278000', '132629.280000', '132629.283000', '132629.286000', '132629.288000', '132629.291000', '132629.293000', '132629.296000', '132629.298000', '132629.301000', '132629.304000', '132629.306000', '132629.309000', '132629.311000', '132629.314000', '132629.316000', '132629.319000', '132629.322000', '132649.208000', '132649.211000', '132649.220000', '132649.222000', '132649.225000', '132649.227000', '132649.230000', '132649.232000', '132649.235000', '132649.238000', '132649.240000', '132649.243000', '132649.245000', '132649.248000', '132649.251000', '132649.253000', '132649.256000', '132649.258000', '132649.261000', '132649.263000', '132649.266000', '132649.269000', '132649.271000', '132649.274000', '132649.276000', '132649.279000', '132649.293000', '132649.295000', '132649.298000', '132649.301000', '132649.303000', '132649.306000', '132649.308000', '132649.311000', '132649.314000', '132649.317000', '132649.320000', '132649.323000', '132649.325000', '132649.328000', '132649.331000', '132649.333000', '132649.336000', '132709.208000', '132709.211000', '132709.214000', '132709.216000', '132709.219000', '132709.221000', '132709.224000', '132709.227000', '132709.229000', '132709.232000', '132709.234000', '132709.237000', '132709.239000', '132709.242000', '132709.244000', '132709.247000', '132709.249000', '132709.252000', '132709.254000', '132709.257000', '132709.266000', '132709.268000', '132709.271000', '132709.273000', '132709.276000', '132709.279000', '132709.281000', '132709.284000', '132709.286000', '132709.289000', '132709.291000', '132709.294000', '132709.297000', '132709.299000', '132709.302000', '132709.304000', '132709.307000', '132709.310000', '132709.312000', '132709.315000', '132709.318000', '132709.320000', '132709.323000', '132709.325000', '132729.208000', '132729.211000', '132729.214000', '132729.216000', '132729.248000', '132729.251000', '132729.253000', '132729.256000', '132729.258000', '132729.261000', '132729.263000', '132729.266000', '132729.268000', '132729.271000', '132729.274000', '132729.276000', '132729.279000', '132729.281000', '132729.284000', '132729.286000', '132729.289000', '132729.291000', '132729.294000', '132729.297000', '132729.299000', '132729.302000', '132729.304000', '132729.307000', '132729.310000', '132729.312000', '132729.315000', '132729.318000', '132729.320000', '132729.323000', '132729.325000', '132729.328000', '132729.331000', '132729.333000', '132729.336000', '132729.338000', '132729.341000', '132729.343000', '132729.346000', '132749.208000', '132749.211000', '132749.214000', '132749.216000', '132749.219000', '132749.222000', '132749.224000', '132749.227000', '132749.230000', '132749.232000', '132749.235000', '132749.237000', '132749.240000', '132749.242000', '132749.245000', '132749.248000', '132749.250000', '132749.253000', '132749.255000', '132749.258000', '132749.260000', '132749.263000', '132749.266000', '132749.268000', '132749.271000', '132749.273000', '132749.276000', '132749.279000', '132749.281000', '132749.284000', '132749.286000', '132749.296000', '132749.298000', '132749.301000', '132749.304000', '132749.306000', '132749.309000', '132749.311000', '132749.314000', '132749.316000', '132749.319000', '132749.322000', '132749.324000', '132749.327000', '132809.208000', '132809.211000', '132809.214000', '132809.216000', '132809.219000', '132809.222000', '132809.224000', '132809.227000', '132809.229000', '132809.232000', '132809.235000', '132809.237000', '132809.240000', '132809.242000', '132809.245000', '132809.248000', '132809.250000', '132809.253000', '132809.255000', '132809.258000', '132809.260000', '132809.263000', '132809.265000', '132809.268000', '132809.271000', '132809.273000', '132809.276000', '132809.278000', '132809.281000', '132809.284000', '132809.286000', '132809.289000', '132809.291000', '132809.294000', '132809.297000', '132809.299000', '132809.302000', '132809.304000', '132809.307000', '132809.310000', '132809.312000', '132809.315000', '132809.317000', '132829.208000', '132829.211000', '132829.214000', '132829.216000', '132829.219000', '132829.222000', '132829.224000', '132829.231000', '132829.251000', '132829.253000', '132829.256000', '132829.258000', '132829.261000', '132829.263000', '132829.266000', '132829.269000', '132829.271000', '132829.274000', '132829.276000', '132829.279000', '132829.282000', '132829.284000', '132829.287000', '132829.289000', '132829.292000', '132829.295000', '132829.297000', '132829.300000', '132829.302000', '132829.305000', '132829.308000', '132829.310000', '132829.313000', '132829.315000', '132829.318000', '132829.320000', '132829.323000', '132829.326000', '132829.328000', '132829.331000', '132829.333000', '132829.336000', '132829.338000', '132829.341000', '132849.208000', '132849.211000', '132849.214000', '132849.216000', '132849.219000', '132849.222000', '132849.224000', '132849.227000', '132849.229000', '132849.232000', '132849.234000', '132849.237000', '132849.240000', '132849.242000', '132849.245000', '132849.248000', '132849.250000', '132849.253000', '132849.255000', '132849.258000', '132849.260000', '132849.263000', '132849.266000', '132849.268000', '132849.271000', '132849.273000', '132849.276000', '132849.278000', '132849.281000', '132849.284000', '132849.286000', '132849.289000', '132849.291000', '132849.294000', '132849.297000', '132849.299000', '132849.302000', '132849.304000', '132849.307000', '132849.310000', '132849.312000', '132849.315000', '132849.317000', '132909.209000', '132909.211000', '132909.214000', '132909.217000', '132909.219000', '132909.222000', '132909.224000', '132909.227000', '132909.229000', '132909.232000', '132909.235000', '132909.237000', '132909.240000', '132909.242000', '132909.245000', '132909.248000', '132909.251000', '132909.253000', '132909.256000', '132909.259000', '132909.261000', '132909.264000', '132909.267000', '132909.269000', '132909.272000', '132909.274000', '132909.277000', '132909.279000', '132909.282000', '132909.285000', '132909.287000', '132909.290000', '132909.292000', '132909.295000', '132909.297000', '132909.300000', '132909.302000', '132909.305000', '132909.308000', '132909.310000', '132909.313000', '132909.315000', '132909.318000', '132909.320000', '132929.208000', '132929.211000', '132929.214000', '132929.217000', '132929.219000', '132929.222000', '132929.224000', '132929.227000', '132929.229000', '132929.232000', '132929.235000', '132929.237000', '132929.240000', '132929.242000', '132929.245000', '132929.247000', '132929.250000', '132929.252000', '132929.255000', '132929.258000', '132929.260000', '132929.263000', '132929.265000', '132929.268000', '132929.271000', '132929.273000', '132929.276000', '132929.278000', '132929.281000', '132929.284000', '132929.286000', '132929.289000', '132929.291000', '132929.294000', '132929.296000', '132929.299000', '132929.302000', '132929.304000', '132929.307000', '132929.309000', '132929.312000', '132929.314000', '132929.317000', '132949.208000', '132949.211000', '132949.214000', '132949.216000', '132949.219000', '132949.222000', '132949.224000', '132949.227000', '132949.229000', '132949.232000', '132949.235000', '132949.237000', '132949.240000', '132949.243000', '132949.245000', '132949.248000', '132949.250000', '132949.253000', '132949.255000', '132949.258000', '132949.261000', '132949.263000', '132949.266000', '132949.268000', '132949.271000', '132949.274000', '132949.276000', '132949.279000', '132949.281000', '132949.284000', '132949.287000', '132949.289000', '132949.292000', '132949.294000', '132949.297000', '132949.299000', '132949.302000', '132949.304000', '132949.307000', '132949.310000', '132949.312000', '132949.315000', '132949.317000', '132949.320000', '133009.208000', '133009.211000', '133009.214000', '133009.216000', '133009.219000', '133009.222000', '133009.224000', '133009.227000', '133009.229000', '133009.232000', '133009.235000', '133009.237000', '133009.240000', '133009.243000', '133009.245000', '133009.248000', '133009.250000', '133009.253000', '133009.255000', '133009.258000', '133009.260000', '133009.263000', '133009.266000', '133009.268000', '133009.271000', '133009.273000', '133009.276000', '133009.278000', '133009.281000', '133009.284000', '133009.286000', '133009.289000', '133009.291000', '133009.294000', '133009.296000', '133009.299000', '133009.302000', '133009.304000', '133009.307000', '133009.309000', '133009.312000', '133009.314000', '133009.317000', '133029.208000', '133029.211000', '133029.214000', '133029.216000', '133029.219000', '133029.222000', '133029.224000', '133029.227000', '133029.229000', '133029.233000', '133029.236000', '133029.238000', '133029.241000', '133029.243000', '133029.246000', '133029.248000', '133029.251000', '133029.254000', '133029.256000', '133029.259000', '133029.262000', '133029.264000', '133029.267000', '133029.269000', '133029.272000', '133029.274000', '133029.277000', '133029.280000', '133029.282000', '133029.285000', '133029.288000', '133029.290000', '133029.293000', '133029.295000', '133029.298000', '133029.301000', '133029.303000', '133029.306000', '133029.309000', '133029.311000', '133029.314000', '133029.316000', '133029.319000', '133029.321000', '133049.208000', '133049.211000', '133049.214000', '133049.217000', '133049.219000', '133049.222000', '133049.224000', '133049.227000', '133049.229000', '133049.232000', '133049.235000', '133049.237000', '133049.240000', '133049.242000', '133049.245000', '133049.247000', '133049.250000', '133049.253000', '133049.255000', '133049.258000', '133049.260000', '133049.263000', '133049.266000', '133049.268000', '133049.271000', '133049.273000', '133049.276000', '133049.279000', '133049.281000', '133049.284000', '133049.286000', '133049.289000', '133049.292000', '133049.294000', '133049.297000', '133049.299000', '133049.302000', '133049.304000', '133049.307000', '133049.310000', '133049.312000', '133049.315000', '133049.317000', '133109.208000', '133109.211000', '133109.214000', '133109.216000', '133109.219000', '133109.221000', '133109.224000', '133109.227000', '133109.229000', '133109.232000', '133109.234000', '133109.237000', '133109.239000', '133109.242000', '133109.245000', '133109.247000', '133109.250000', '133109.252000', '133109.255000', '133109.258000', '133109.260000', '133109.263000', '133109.265000', '133109.268000', '133109.271000', '133109.273000', '133109.276000', '133109.278000', '133109.281000', '133109.283000', '133109.286000', '133109.288000', '133109.291000', '133109.294000', '133109.296000', '133109.299000', '133109.301000', '133109.304000', '133109.307000', '133109.309000', '133109.312000', '133109.314000', '133109.317000', '133109.319000', '133129.209000', '133129.211000', '133129.214000', '133129.216000', '133129.219000', '133129.222000', '133129.224000', '133129.227000', '133129.229000', '133129.232000', '133129.234000', '133129.237000', '133129.239000', '133129.242000', '133129.257000', '133129.260000', '133129.262000', '133129.265000', '133129.267000', '133129.270000', '133129.273000', '133129.275000', '133129.278000', '133129.280000', '133129.283000', '133129.285000', '133129.288000', '133129.291000', '133129.293000', '133129.296000', '133129.298000', '133129.301000', '133129.304000', '133129.306000', '133129.309000', '133129.311000', '133129.314000', '133129.316000', '133129.319000', '133129.322000', '133129.324000', '133129.327000', '133129.329000', '133149.209000', '133149.212000', '133149.214000', '133149.217000', '133149.219000', '133149.222000', '133149.225000', '133149.227000', '133149.230000', '133149.233000', '133149.237000', '133149.240000', '133149.243000', '133149.245000', '133149.248000', '133149.251000', '133149.253000', '133149.256000', '133149.259000', '133149.261000', '133149.264000', '133149.266000', '133149.270000', '133149.274000', '133149.277000', '133149.280000', '133149.282000', '133149.285000', '133149.288000', '133149.290000', '133149.293000', '133149.295000', '133149.298000', '133149.301000', '133149.303000', '133149.306000', '133149.309000', '133149.311000', '133149.314000', '133149.316000', '133149.319000', '133149.322000', '133149.324000', '133209.209000', '133209.211000', '133209.214000', '133209.217000', '133209.219000', '133209.222000', '133209.224000', '133209.227000', '133209.230000', '133209.232000', '133209.235000', '133209.239000', '133209.242000', '133209.245000', '133209.248000', '133209.250000', '133209.253000', '133209.256000', '133209.258000', '133209.261000', '133209.263000', '133209.266000', '133209.269000', '133209.271000', '133209.274000', '133209.276000', '133209.279000', '133209.282000', '133209.285000', '133209.287000', '133209.290000', '133209.293000', '133209.295000', '133209.298000', '133209.300000', '133209.303000', '133209.306000', '133209.308000', '133209.311000', '133209.313000', '133209.316000', '133209.319000', '133209.321000', '133209.324000', '133224.161000', '133224.164000', '133224.167000', '133224.170000', '133224.173000', '133224.175000', '133224.178000', '133224.181000', '133224.184000', '133224.186000', '133224.189000', '133224.191000', '133224.194000', '133224.197000', '133224.199000', '133224.202000', '133224.205000', '133224.207000', '133224.210000', '133224.213000', '133224.216000', '133224.218000', '133224.221000', '133224.223000', '133224.226000', '133224.229000', '133224.231000', '133224.234000', '133224.237000', '133224.239000', '133224.242000', '133224.244000', '133224.247000'], 'InstanceCreationTime': ['132609.237000', '132609.240000', '132609.243000', '132609.245000', '132609.248000', '132609.250000', '132609.253000', '132609.256000', '132609.258000', '132609.261000', '132609.263000', '132609.266000', '132609.269000', '132609.271000', '132609.274000', '132609.277000', '132609.279000', '132609.282000', '132609.284000', '132609.287000', '132609.290000', '132609.292000', '132609.295000', '132609.308000', '132609.311000', '132609.313000', '132609.316000', '132609.318000', '132609.321000', '132609.323000', '132609.326000', '132609.328000', '132609.331000', '132609.334000', '132609.336000', '132609.339000', '132609.341000', '132609.344000', '132609.346000', '132609.349000', '132609.351000', '132609.354000', '132609.357000', '132609.361000', '132609.364000', '132609.366000', '132609.369000', '132609.371000', '132609.374000', '132609.376000', '132609.379000', '132609.382000', '132609.384000', '132609.387000', '132609.389000', '132609.392000', '132629.208000', '132629.211000', '132629.214000', '132629.216000', '132629.219000', '132629.225000', '132629.227000', '132629.230000', '132629.232000', '132629.235000', '132629.237000', '132629.240000', '132629.242000', '132629.245000', '132629.247000', '132629.250000', '132629.253000', '132629.255000', '132629.258000', '132629.260000', '132629.263000', '132629.265000', '132629.268000', '132629.270000', '132629.273000', '132629.275000', '132629.278000', '132629.280000', '132629.283000', '132629.286000', '132629.288000', '132629.291000', '132629.293000', '132629.296000', '132629.298000', '132629.301000', '132629.304000', '132629.306000', '132629.309000', '132629.311000', '132629.314000', '132629.316000', '132629.319000', '132629.322000', '132649.208000', '132649.211000', '132649.220000', '132649.222000', '132649.225000', '132649.227000', '132649.230000', '132649.232000', '132649.235000', '132649.238000', '132649.240000', '132649.243000', '132649.245000', '132649.248000', '132649.251000', '132649.253000', '132649.256000', '132649.258000', '132649.261000', '132649.263000', '132649.266000', '132649.269000', '132649.271000', '132649.274000', '132649.276000', '132649.279000', '132649.293000', '132649.295000', '132649.298000', '132649.301000', '132649.303000', '132649.306000', '132649.308000', '132649.311000', '132649.314000', '132649.317000', '132649.320000', '132649.323000', '132649.325000', '132649.328000', '132649.331000', '132649.333000', '132649.336000', '132709.208000', '132709.211000', '132709.214000', '132709.216000', '132709.219000', '132709.221000', '132709.224000', '132709.227000', '132709.229000', '132709.232000', '132709.234000', '132709.237000', '132709.239000', '132709.242000', '132709.244000', '132709.247000', '132709.249000', '132709.252000', '132709.254000', '132709.257000', '132709.266000', '132709.268000', '132709.271000', '132709.273000', '132709.276000', '132709.279000', '132709.281000', '132709.284000', '132709.286000', '132709.289000', '132709.291000', '132709.294000', '132709.297000', '132709.299000', '132709.302000', '132709.304000', '132709.307000', '132709.310000', '132709.312000', '132709.315000', '132709.318000', '132709.320000', '132709.323000', '132709.325000', '132729.208000', '132729.211000', '132729.214000', '132729.216000', '132729.248000', '132729.251000', '132729.253000', '132729.256000', '132729.258000', '132729.261000', '132729.263000', '132729.266000', '132729.268000', '132729.271000', '132729.274000', '132729.276000', '132729.279000', '132729.281000', '132729.284000', '132729.286000', '132729.289000', '132729.291000', '132729.294000', '132729.297000', '132729.299000', '132729.302000', '132729.304000', '132729.307000', '132729.310000', '132729.312000', '132729.315000', '132729.318000', '132729.320000', '132729.323000', '132729.325000', '132729.328000', '132729.331000', '132729.333000', '132729.336000', '132729.338000', '132729.341000', '132729.343000', '132729.346000', '132749.208000', '132749.211000', '132749.214000', '132749.216000', '132749.219000', '132749.222000', '132749.224000', '132749.227000', '132749.230000', '132749.232000', '132749.235000', '132749.237000', '132749.240000', '132749.242000', '132749.245000', '132749.248000', '132749.250000', '132749.253000', '132749.255000', '132749.258000', '132749.260000', '132749.263000', '132749.266000', '132749.268000', '132749.271000', '132749.273000', '132749.276000', '132749.279000', '132749.281000', '132749.284000', '132749.286000', '132749.296000', '132749.298000', '132749.301000', '132749.304000', '132749.306000', '132749.309000', '132749.311000', '132749.314000', '132749.316000', '132749.319000', '132749.322000', '132749.324000', '132749.327000', '132809.208000', '132809.211000', '132809.214000', '132809.216000', '132809.219000', '132809.222000', '132809.224000', '132809.227000', '132809.229000', '132809.232000', '132809.235000', '132809.237000', '132809.240000', '132809.242000', '132809.245000', '132809.248000', '132809.250000', '132809.253000', '132809.255000', '132809.258000', '132809.260000', '132809.263000', '132809.265000', '132809.268000', '132809.271000', '132809.273000', '132809.276000', '132809.278000', '132809.281000', '132809.284000', '132809.286000', '132809.289000', '132809.291000', '132809.294000', '132809.297000', '132809.299000', '132809.302000', '132809.304000', '132809.307000', '132809.310000', '132809.312000', '132809.315000', '132809.317000', '132829.208000', '132829.211000', '132829.214000', '132829.216000', '132829.219000', '132829.222000', '132829.224000', '132829.231000', '132829.251000', '132829.253000', '132829.256000', '132829.258000', '132829.261000', '132829.263000', '132829.266000', '132829.269000', '132829.271000', '132829.274000', '132829.276000', '132829.279000', '132829.282000', '132829.284000', '132829.287000', '132829.289000', '132829.292000', '132829.295000', '132829.297000', '132829.300000', '132829.302000', '132829.305000', '132829.308000', '132829.310000', '132829.313000', '132829.315000', '132829.318000', '132829.320000', '132829.323000', '132829.326000', '132829.328000', '132829.331000', '132829.333000', '132829.336000', '132829.338000', '132829.341000', '132849.208000', '132849.211000', '132849.214000', '132849.216000', '132849.219000', '132849.222000', '132849.224000', '132849.227000', '132849.229000', '132849.232000', '132849.234000', '132849.237000', '132849.240000', '132849.242000', '132849.245000', '132849.248000', '132849.250000', '132849.253000', '132849.255000', '132849.258000', '132849.260000', '132849.263000', '132849.266000', '132849.268000', '132849.271000', '132849.273000', '132849.276000', '132849.278000', '132849.281000', '132849.284000', '132849.286000', '132849.289000', '132849.291000', '132849.294000', '132849.297000', '132849.299000', '132849.302000', '132849.304000', '132849.307000', '132849.310000', '132849.312000', '132849.315000', '132849.317000', '132909.209000', '132909.211000', '132909.214000', '132909.217000', '132909.219000', '132909.222000', '132909.224000', '132909.227000', '132909.229000', '132909.232000', '132909.235000', '132909.237000', '132909.240000', '132909.242000', '132909.245000', '132909.248000', '132909.251000', '132909.253000', '132909.256000', '132909.259000', '132909.261000', '132909.264000', '132909.267000', '132909.269000', '132909.272000', '132909.274000', '132909.277000', '132909.279000', '132909.282000', '132909.285000', '132909.287000', '132909.290000', '132909.292000', '132909.295000', '132909.297000', '132909.300000', '132909.302000', '132909.305000', '132909.308000', '132909.310000', '132909.313000', '132909.315000', '132909.318000', '132909.320000', '132929.208000', '132929.211000', '132929.214000', '132929.217000', '132929.219000', '132929.222000', '132929.224000', '132929.227000', '132929.229000', '132929.232000', '132929.235000', '132929.237000', '132929.240000', '132929.242000', '132929.245000', '132929.247000', '132929.250000', '132929.252000', '132929.255000', '132929.258000', '132929.260000', '132929.263000', '132929.265000', '132929.268000', '132929.271000', '132929.273000', '132929.276000', '132929.278000', '132929.281000', '132929.284000', '132929.286000', '132929.289000', '132929.291000', '132929.294000', '132929.296000', '132929.299000', '132929.302000', '132929.304000', '132929.307000', '132929.309000', '132929.312000', '132929.314000', '132929.317000', '132949.208000', '132949.211000', '132949.214000', '132949.216000', '132949.219000', '132949.222000', '132949.224000', '132949.227000', '132949.229000', '132949.232000', '132949.235000', '132949.237000', '132949.240000', '132949.243000', '132949.245000', '132949.248000', '132949.250000', '132949.253000', '132949.255000', '132949.258000', '132949.261000', '132949.263000', '132949.266000', '132949.268000', '132949.271000', '132949.274000', '132949.276000', '132949.279000', '132949.281000', '132949.284000', '132949.287000', '132949.289000', '132949.292000', '132949.294000', '132949.297000', '132949.299000', '132949.302000', '132949.304000', '132949.307000', '132949.310000', '132949.312000', '132949.315000', '132949.317000', '132949.320000', '133009.208000', '133009.211000', '133009.214000', '133009.216000', '133009.219000', '133009.222000', '133009.224000', '133009.227000', '133009.229000', '133009.232000', '133009.235000', '133009.237000', '133009.240000', '133009.243000', '133009.245000', '133009.248000', '133009.250000', '133009.253000', '133009.255000', '133009.258000', '133009.260000', '133009.263000', '133009.266000', '133009.268000', '133009.271000', '133009.273000', '133009.276000', '133009.278000', '133009.281000', '133009.284000', '133009.286000', '133009.289000', '133009.291000', '133009.294000', '133009.296000', '133009.299000', '133009.302000', '133009.304000', '133009.307000', '133009.309000', '133009.312000', '133009.314000', '133009.317000', '133029.208000', '133029.211000', '133029.214000', '133029.216000', '133029.219000', '133029.222000', '133029.224000', '133029.227000', '133029.229000', '133029.233000', '133029.236000', '133029.238000', '133029.241000', '133029.243000', '133029.246000', '133029.248000', '133029.251000', '133029.254000', '133029.256000', '133029.259000', '133029.262000', '133029.264000', '133029.267000', '133029.269000', '133029.272000', '133029.274000', '133029.277000', '133029.280000', '133029.282000', '133029.285000', '133029.288000', '133029.290000', '133029.293000', '133029.295000', '133029.298000', '133029.301000', '133029.303000', '133029.306000', '133029.309000', '133029.311000', '133029.314000', '133029.316000', '133029.319000', '133029.321000', '133049.208000', '133049.211000', '133049.214000', '133049.217000', '133049.219000', '133049.222000', '133049.224000', '133049.227000', '133049.229000', '133049.232000', '133049.235000', '133049.237000', '133049.240000', '133049.242000', '133049.245000', '133049.247000', '133049.250000', '133049.253000', '133049.255000', '133049.258000', '133049.260000', '133049.263000', '133049.266000', '133049.268000', '133049.271000', '133049.273000', '133049.276000', '133049.279000', '133049.281000', '133049.284000', '133049.286000', '133049.289000', '133049.292000', '133049.294000', '133049.297000', '133049.299000', '133049.302000', '133049.304000', '133049.307000', '133049.310000', '133049.312000', '133049.315000', '133049.317000', '133109.208000', '133109.211000', '133109.214000', '133109.216000', '133109.219000', '133109.221000', '133109.224000', '133109.227000', '133109.229000', '133109.232000', '133109.234000', '133109.237000', '133109.239000', '133109.242000', '133109.245000', '133109.247000', '133109.250000', '133109.252000', '133109.255000', '133109.258000', '133109.260000', '133109.263000', '133109.265000', '133109.268000', '133109.271000', '133109.273000', '133109.276000', '133109.278000', '133109.281000', '133109.283000', '133109.286000', '133109.288000', '133109.291000', '133109.294000', '133109.296000', '133109.299000', '133109.301000', '133109.304000', '133109.307000', '133109.309000', '133109.312000', '133109.314000', '133109.317000', '133109.319000', '133129.209000', '133129.211000', '133129.214000', '133129.216000', '133129.219000', '133129.222000', '133129.224000', '133129.227000', '133129.229000', '133129.232000', '133129.234000', '133129.237000', '133129.239000', '133129.242000', '133129.257000', '133129.260000', '133129.262000', '133129.265000', '133129.267000', '133129.270000', '133129.273000', '133129.275000', '133129.278000', '133129.280000', '133129.283000', '133129.285000', '133129.288000', '133129.291000', '133129.293000', '133129.296000', '133129.298000', '133129.301000', '133129.304000', '133129.306000', '133129.309000', '133129.311000', '133129.314000', '133129.316000', '133129.319000', '133129.322000', '133129.324000', '133129.327000', '133129.329000', '133149.209000', '133149.212000', '133149.214000', '133149.217000', '133149.219000', '133149.222000', '133149.225000', '133149.227000', '133149.230000', '133149.233000', '133149.237000', '133149.240000', '133149.243000', '133149.245000', '133149.248000', '133149.251000', '133149.253000', '133149.256000', '133149.259000', '133149.261000', '133149.264000', '133149.266000', '133149.270000', '133149.274000', '133149.277000', '133149.280000', '133149.282000', '133149.285000', '133149.288000', '133149.290000', '133149.293000', '133149.295000', '133149.298000', '133149.301000', '133149.303000', '133149.306000', '133149.309000', '133149.311000', '133149.314000', '133149.316000', '133149.319000', '133149.322000', '133149.324000', '133209.209000', '133209.211000', '133209.214000', '133209.217000', '133209.219000', '133209.222000', '133209.224000', '133209.227000', '133209.230000', '133209.232000', '133209.235000', '133209.239000', '133209.242000', '133209.245000', '133209.248000', '133209.250000', '133209.253000', '133209.256000', '133209.258000', '133209.261000', '133209.263000', '133209.266000', '133209.269000', '133209.271000', '133209.274000', '133209.276000', '133209.279000', '133209.282000', '133209.285000', '133209.287000', '133209.290000', '133209.293000', '133209.295000', '133209.298000', '133209.300000', '133209.303000', '133209.306000', '133209.308000', '133209.311000', '133209.313000', '133209.316000', '133209.319000', '133209.321000', '133209.324000', '133224.161000', '133224.164000', '133224.167000', '133224.170000', '133224.173000', '133224.175000', '133224.178000', '133224.181000', '133224.184000', '133224.186000', '133224.189000', '133224.191000', '133224.194000', '133224.197000', '133224.199000', '133224.202000', '133224.205000', '133224.207000', '133224.210000', '133224.213000', '133224.216000', '133224.218000', '133224.221000', '133224.223000', '133224.226000', '133224.229000', '133224.231000', '133224.234000', '133224.237000', '133224.239000', '133224.242000', '133224.244000', '133224.247000'], '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': [11462, 9984, 15069, 9685, 17609, 12594, 10280, 17277, 11412, 10334, 15563, 10884, 11587, 15558, 10108, 9014, 13138, 9265, 19347, 12778, 12605, 12924, 9368, 16714, 11345, 10465, 15689, 10291, 17651, 12809, 9929, 19757, 11999, 10589, 15352, 10563, 14101, 12575, 10572, 17917, 11372, 19255, 12446, 18376, 12372, 13351, 15112, 10160, 17974, 10661, 11461, 12121, 9890, 17780, 11160, 13553, 12782, 8832, 16150, 10044, 9148, 13317, 9285, 18348, 12578, 12713, 11444, 9437, 14990, 9587, 16623, 10843, 17761, 12236, 13537, 14758, 9100, 17097, 10123, 15932, 11999, 11933, 15455, 9345, 17766, 10302, 13403, 11669, 10671, 17844, 10630, 19523, 10709, 11643, 12695, 10206, 17325, 11401, 15240, 11345, 9704, 15081, 10229, 20315, 13980, 11576, 13223, 8553, 18805, 11925, 15022, 14177, 9712, 19439, 11228, 10939, 13690, 9615, 19359, 12500, 15639, 13154, 10551, 18286, 10670, 15954, 11641, 10391, 14948, 11071, 20814, 13581, 10004, 12539, 9463, 18324, 10922, 11034, 15112, 9744, 18609, 10684, 11555, 12409, 10729, 17685, 11026, 19014, 11385, 16609, 11863, 13603, 14313, 10212, 16575, 9830, 18073, 10934, 11866, 14162, 9539, 19200, 10483, 9793, 13562, 9487, 19957, 13917, 10058, 12972, 8920, 18605, 11590, 14682, 14812, 9612, 17049, 9966, 17005, 11666, 12717, 15034, 9297, 18295, 10945, 10797, 13560, 9142, 20448, 13485, 10485, 15943, 10375, 11837, 12448, 10511, 18744, 12654, 19541, 13119, 10248, 14410, 9559, 19227, 12911, 15222, 13138, 10209, 15976, 10663, 14817, 11876, 9876, 15511, 8988, 10604, 13102, 8783, 19269, 11995, 16854, 13240, 10845, 13954, 10258, 15032, 8987, 16816, 11561, 19076, 11335, 15149, 10396, 8948, 13321, 9325, 19895, 12768, 10604, 13309, 9424, 16967, 11622, 10374, 17724, 10881, 13586, 12156, 9475, 18166, 10920, 18217, 12712, 13174, 15480, 10540, 19287, 11009, 12205, 12226, 10508, 17978, 11780, 19178, 13472, 10601, 14554, 10454, 14736, 11341, 10349, 16100, 10963, 19898, 10966, 12165, 11673, 10707, 16437, 12022, 18817, 10629, 15495, 10993, 9906, 13957, 10881, 19128, 11148, 9195, 13426, 9368, 19973, 13471, 11769, 14362, 9822, 15074, 10898, 10559, 16213, 11454, 20916, 12754, 10005, 13024, 9824, 19391, 12700, 13283, 12889, 9162, 15990, 10286, 15933, 12071, 10367, 16770, 10448, 13626, 11437, 10870, 17242, 11982, 21154, 13106, 10734, 13058, 10782, 15708, 9647, 18434, 12673, 16121, 10853, 9118, 14046, 9387, 19736, 13243, 10142, 13363, 9335, 18904, 11554, 12840, 14388, 10001, 17254, 10649, 17313, 11623, 13343, 14496, 10115, 16087, 10101, 18600, 11577, 13543, 14259, 9769, 16666, 10260, 14112, 11440, 10777, 17545, 10455, 15813, 10911, 10995, 15671, 10706, 15710, 12271, 8915, 17466, 10870, 11627, 14265, 10484, 19258, 10880, 13356, 12128, 10593, 17566, 11247, 19744, 10913, 12806, 11826, 10676, 16830, 11776, 16643, 11549, 10903, 14519, 9821, 18638, 11947, 10127, 13721, 8841, 16554, 10326, 18702, 13362, 19384, 12541, 14191, 10476, 10743, 12111, 9780, 17576, 10680, 12882, 10820, 9086, 17650, 10702, 13491, 13099, 8913, 16914, 10711, 14745, 11435, 12242, 14864, 9047, 16323, 9964, 16741, 11624, 11377, 17236, 10497, 15666, 11012, 10674, 16423, 10587, 18996, 13324, 10314, 15818, 10660, 13987, 11585, 10579, 16813, 11998, 18815, 11651, 9915, 13872, 9651, 19100, 12589, 12673, 11605, 10317, 15393, 10285, 19910, 12516, 14014, 12507, 9513, 14790, 10261, 18727, 10997, 14388, 11962, 10764, 13862, 8674, 16692, 10412, 19198, 13041, 10973, 12496, 9292, 15527, 10309, 18199, 12457, 10236, 13842, 8851, 17518, 11211, 11369, 13677, 9786, 19617, 10612, 10523, 13188, 9327, 18001, 13196, 12059, 12385, 9657, 17290, 10829, 14836, 13716, 9554, 17216, 10725, 10393, 13051, 9642, 20396, 12143, 9130, 13179, 9461, 18962, 12304, 11083, 14706, 9928, 14902, 10762, 10815, 15722, 10891, 16847, 12383, 9727, 16152, 10945, 11958, 12542, 9889, 17798, 10543, 14835, 13481, 9915, 18642, 11181, 10617, 12669, 9767, 18096, 12678, 15128, 11923, 10775, 14431, 9942, 17518, 10549, 16279, 12014, 10393, 13228, 8732, 16712, 10569, 12645, 12440, 9308, 16242, 9953, 18212, 11276, 14151, 11540, 9896, 12602, 9691, 13704, 11010, 10945, 15533, 10760, 19905, 11475, 9191, 12025, 9124, 17364, 11042, 16960, 12424, 10254, 14733, 10115, 14363, 10874, 9499, 14303, 10214, 18715, 9982, 9709, 13235, 9304, 17240, 12136, 13285, 12714, 9760, 16679, 10708, 15962, 11771, 10516, 14854, 9730, 18273, 11049, 12245, 12510, 10187, 18415, 10601, 16849, 11072, 9419, 14654, 9780, 18512, 12599, 10856, 11286, 9413, 16382, 10751, 13748, 11310, 10592, 14268, 9282, 16781, 10343, 16990, 11901, 9400, 12110, 9110, 16523, 10937, 19156, 11542, 10201, 11116, 9452, 16175, 10596, 16162, 11911, 10381, 14779, 10377, 10533, 12289, 9743, 11907, 10556, 8433, 16606, 10704, 18211, 12561, 20170, 12252, 18821, 11202, 18200, 11495, 16822, 13054, 9802, 11056, 9704, 16003, 10493, 17888, 12755, 10571, 14476, 10482, 13212, 11557, 10725, 17408, 10767, 17300, 10848, 11107, 11902, 10686, 17194, 10668, 17663, 10939, 9586, 13460, 10055, 19337, 11554, 10307, 13674, 10572, 15365, 12271, 9780, 17244, 10728, 9922, 16861, 10995, 10579, 16040, 10449, 9097, 13887, 10476, 15979, 13128, 9988, 18641, 11154, 10647, 13931, 10232, 16774, 11443, 10057, 18104, 11120, 9914, 17251, 10567, 10260, 16715, 10081, 8800, 12551, 10178, 15054, 11627, 10093, 19337, 11530, 10339, 16468, 9506, 12014, 14016, 10168, 10751, 13630, 10667, 14961, 11861, 9477, 17036, 10949, 11071, 13891, 9769, 18528, 10450, 11009, 11432, 9056, 16905, 10582, 11465, 13236, 8487, 18024, 10581, 13083, 12124, 9422, 17962, 10154, 17709, 11492, 12004, 12761, 9246, 18182, 10075, 14889, 10523, 10392, 15960, 10297, 16324, 12313, 9725, 16541, 10056, 16105, 12168, 10668, 17152, 10052, 15440, 10401, 10078, 16730, 10488, 20869, 13020, 10208, 12392, 8857, 17234, 11146, 15121, 12427, 10180, 15576, 8739, 17584, 10970, 17229, 12604, 9953, 14960, 8845, 18191, 10408, 14178, 11789, 9881, 16110, 8804, 17489, 10184, 16271, 12176, 10995, 14018, 9729, 16145, 8990, 17659, 11783, 18374, 10286, 16224, 11037, 12610, 12703, 9326, 16757, 9962, 15440, 10568, 10093, 15871, 10446, 14974, 12152, 8989], 'WindowCenter': [4659.0, 4622.0, 4658.0, 4609.0, 4665.0, 4611.0, 4579.0, 4638.0, 4587.0, 4577.0, 4628.0, 4588.0, 4598.0, 4626.0, 4576.0, 4566.0, 4604.0, 4566.0, 4644.0, 4608.0, 4607.0, 4607.0, 4566.0, 4626.0, 4584.0, 4575.0, 4626.0, 4577.0, 4637.0, 4607.0, 4575.0, 4648.0, 4595.0, 4576.0, 4615.0, 4574.0, 4605.0, 4595.0, 4575.0, 4636.0, 4586.0, 4636.0, 4596.0, 4623.0, 4595.0, 4604.0, 4615.0, 4562.0, 4621.0, 4572.0, 4572.0, 4580.0, 4562.0, 4622.0, 4583.0, 4606.0, 4594.0, 4565.0, 4624.0, 4574.0, 4565.0, 4605.0, 4577.0, 4648.0, 4610.0, 4608.0, 4599.0, 4579.0, 4629.0, 4578.0, 4638.0, 4588.0, 4637.0, 4598.0, 4619.0, 4616.0, 4567.0, 4636.0, 4577.0, 4625.0, 4597.0, 4597.0, 4629.0, 4577.0, 4636.0, 4588.0, 4605.0, 4597.0, 4587.0, 4650.0, 4589.0, 4645.0, 4589.0, 4597.0, 4607.0, 4588.0, 4649.0, 4612.0, 4627.0, 4598.0, 4577.0, 4628.0, 4588.0, 4646.0, 4629.0, 4599.0, 4617.0, 4569.0, 4645.0, 4599.0, 4627.0, 4618.0, 4579.0, 4650.0, 4587.0, 4586.0, 4603.0, 4565.0, 4635.0, 4594.0, 4614.0, 4603.0, 4575.0, 4635.0, 4574.0, 4613.0, 4582.0, 4560.0, 4601.0, 4572.0, 4646.0, 4602.0, 4563.0, 4593.0, 4561.0, 4629.0, 4573.0, 4574.0, 4626.0, 4576.0, 4646.0, 4587.0, 4596.0, 4596.0, 4585.0, 4638.0, 4585.0, 4636.0, 4596.0, 4623.0, 4595.0, 4604.0, 4615.0, 4575.0, 4624.0, 4564.0, 4621.0, 4584.0, 4593.0, 4615.0, 4573.0, 4646.0, 4585.0, 4574.0, 4605.0, 4575.0, 4645.0, 4619.0, 4588.0, 4606.0, 4566.0, 4634.0, 4596.0, 4617.0, 4629.0, 4579.0, 4637.0, 4578.0, 4634.0, 4596.0, 4605.0, 4628.0, 4566.0, 4646.0, 4587.0, 4586.0, 4606.0, 4577.0, 4659.0, 4617.0, 4589.0, 4625.0, 4587.0, 4596.0, 4606.0, 4586.0, 4645.0, 4606.0, 4648.0, 4606.0, 4576.0, 4615.0, 4562.0, 4633.0, 4593.0, 4624.0, 4604.0, 4574.0, 4612.0, 4573.0, 4612.0, 4594.0, 4576.0, 4615.0, 4564.0, 4584.0, 4604.0, 4568.0, 4646.0, 4610.0, 4638.0, 4621.0, 4590.0, 4617.0, 4588.0, 4616.0, 4563.0, 4625.0, 4584.0, 4648.0, 4584.0, 4614.0, 4575.0, 4565.0, 4605.0, 4565.0, 4658.0, 4607.0, 4587.0, 4616.0, 4578.0, 4637.0, 4596.0, 4588.0, 4648.0, 4600.0, 4619.0, 4607.0, 4579.0, 4647.0, 4587.0, 4637.0, 4606.0, 4605.0, 4615.0, 4577.0, 4637.0, 4586.0, 4595.0, 4594.0, 4574.0, 4632.0, 4583.0, 4635.0, 4605.0, 4574.0, 4614.0, 4573.0, 4603.0, 4584.0, 4573.0, 4627.0, 4586.0, 4647.0, 4586.0, 4595.0, 4584.0, 4587.0, 4625.0, 4597.0, 4636.0, 4575.0, 4612.0, 4574.0, 4564.0, 4602.0, 4586.0, 4644.0, 4583.0, 4566.0, 4605.0, 4566.0, 4645.0, 4618.0, 4599.0, 4615.0, 4577.0, 4615.0, 4584.0, 4575.0, 4625.0, 4585.0, 4659.0, 4595.0, 4576.0, 4606.0, 4577.0, 4644.0, 4607.0, 4606.0, 4595.0, 4565.0, 4624.0, 4575.0, 4624.0, 4596.0, 4588.0, 4637.0, 4587.0, 4605.0, 4585.0, 4584.0, 4635.0, 4595.0, 4658.0, 4606.0, 4585.0, 4593.0, 4573.0, 4610.0, 4563.0, 4632.0, 4595.0, 4612.0, 4572.0, 4552.0, 4602.0, 4564.0, 4643.0, 4606.0, 4574.0, 4606.0, 4565.0, 4634.0, 4593.0, 4604.0, 4616.0, 4576.0, 4636.0, 4575.0, 4623.0, 4585.0, 4603.0, 4618.0, 4574.0, 4624.0, 4575.0, 4634.0, 4585.0, 4604.0, 4616.0, 4576.0, 4626.0, 4575.0, 4604.0, 4583.0, 4585.0, 4637.0, 4575.0, 4625.0, 4585.0, 4584.0, 4623.0, 4585.0, 4638.0, 4597.0, 4568.0, 4637.0, 4588.0, 4597.0, 4627.0, 4600.0, 4646.0, 4597.0, 4607.0, 4596.0, 4587.0, 4637.0, 4588.0, 4647.0, 4586.0, 4594.0, 4582.0, 4574.0, 4624.0, 4597.0, 4625.0, 4584.0, 4584.0, 4614.0, 4575.0, 4635.0, 4597.0, 4586.0, 4617.0, 4568.0, 4634.0, 4588.0, 4645.0, 4618.0, 4646.0, 4596.0, 4604.0, 4574.0, 4572.0, 4594.0, 4575.0, 4635.0, 4573.0, 4605.0, 4584.0, 4565.0, 4634.0, 4586.0, 4606.0, 4606.0, 4568.0, 4636.0, 4587.0, 4616.0, 4596.0, 4597.0, 4626.0, 4568.0, 4624.0, 4575.0, 4625.0, 4584.0, 4584.0, 4650.0, 4587.0, 4627.0, 4587.0, 4586.0, 4624.0, 4586.0, 4634.0, 4605.0, 4576.0, 4615.0, 4574.0, 4604.0, 4584.0, 4574.0, 4625.0, 4596.0, 4635.0, 4585.0, 4564.0, 4602.0, 4563.0, 4632.0, 4594.0, 4594.0, 4584.0, 4573.0, 4613.0, 4575.0, 4643.0, 4592.0, 4605.0, 4594.0, 4564.0, 4602.0, 4573.0, 4633.0, 4584.0, 4603.0, 4595.0, 4585.0, 4604.0, 4554.0, 4625.0, 4584.0, 4633.0, 4606.0, 4587.0, 4596.0, 4565.0, 4613.0, 4576.0, 4635.0, 4607.0, 4577.0, 4615.0, 4567.0, 4634.0, 4587.0, 4595.0, 4617.0, 4588.0, 4648.0, 4587.0, 4587.0, 4605.0, 4577.0, 4636.0, 4620.0, 4596.0, 4595.0, 4575.0, 4635.0, 4585.0, 4614.0, 4618.0, 4565.0, 4635.0, 4585.0, 4574.0, 4604.0, 4576.0, 4659.0, 4607.0, 4576.0, 4605.0, 4576.0, 4646.0, 4596.0, 4599.0, 4616.0, 4575.0, 4615.0, 4586.0, 4585.0, 4614.0, 4574.0, 4626.0, 4595.0, 4565.0, 4624.0, 4583.0, 4583.0, 4594.0, 4574.0, 4634.0, 4585.0, 4615.0, 4607.0, 4575.0, 4634.0, 4584.0, 4573.0, 4592.0, 4574.0, 4633.0, 4595.0, 4617.0, 4583.0, 4574.0, 4602.0, 4564.0, 4622.0, 4573.0, 4612.0, 4593.0, 4573.0, 4603.0, 4554.0, 4624.0, 4585.0, 4605.0, 4607.0, 4565.0, 4626.0, 4578.0, 4635.0, 4597.0, 4618.0, 4599.0, 4578.0, 4606.0, 4578.0, 4619.0, 4589.0, 4586.0, 4627.0, 4588.0, 4650.0, 4597.0, 4567.0, 4595.0, 4565.0, 4625.0, 4586.0, 4625.0, 4609.0, 4576.0, 4616.0, 4576.0, 4615.0, 4584.0, 4575.0, 4615.0, 4590.0, 4647.0, 4579.0, 4578.0, 4607.0, 4577.0, 4637.0, 4608.0, 4619.0, 4606.0, 4576.0, 4626.0, 4586.0, 4626.0, 4596.0, 4588.0, 4617.0, 4576.0, 4634.0, 4585.0, 4593.0, 4594.0, 4576.0, 4638.0, 4576.0, 4625.0, 4583.0, 4554.0, 4602.0, 4563.0, 4623.0, 4598.0, 4574.0, 4583.0, 4566.0, 4624.0, 4586.0, 4605.0, 4585.0, 4575.0, 4614.0, 4566.0, 4623.0, 4575.0, 4639.0, 4596.0, 4567.0, 4595.0, 4565.0, 4627.0, 4587.0, 4648.0, 4596.0, 4575.0, 4584.0, 4564.0, 4623.0, 4575.0, 4625.0, 4597.0, 4576.0, 4616.0, 4577.0, 4586.0, 4595.0, 4579.0, 4609.0, 4599.0, 4570.0, 4638.0, 4601.0, 4649.0, 4610.0, 4661.0, 4609.0, 4638.0, 4589.0, 4626.0, 4585.0, 4624.0, 4607.0, 4564.0, 4573.0, 4564.0, 4614.0, 4573.0, 4623.0, 4607.0, 4574.0, 4604.0, 4574.0, 4593.0, 4583.0, 4573.0, 4638.0, 4585.0, 4625.0, 4585.0, 4583.0, 4583.0, 4573.0, 4626.0, 4574.0, 4623.0, 4573.0, 4562.0, 4603.0, 4575.0, 4636.0, 4585.0, 4575.0, 4604.0, 4575.0, 4613.0, 4597.0, 4575.0, 4634.0, 4585.0, 4576.0, 4624.0, 4585.0, 4589.0, 4625.0, 4587.0, 4566.0, 4606.0, 4574.0, 4626.0, 4607.0, 4574.0, 4636.0, 4583.0, 4572.0, 4602.0, 4573.0, 4622.0, 4582.0, 4577.0, 4635.0, 4572.0, 4574.0, 4621.0, 4571.0, 4574.0, 4638.0, 4576.0, 4566.0, 4606.0, 4586.0, 4616.0, 4596.0, 4590.0, 4662.0, 4597.0, 4577.0, 4627.0, 4566.0, 4598.0, 4605.0, 4575.0, 4586.0, 4616.0, 4578.0, 4629.0, 4585.0, 4568.0, 4625.0, 4586.0, 4584.0, 4605.0, 4564.0, 4638.0, 4586.0, 4586.0, 4584.0, 4566.0, 4635.0, 4586.0, 4599.0, 4607.0, 4568.0, 4648.0, 4590.0, 4619.0, 4607.0, 4577.0, 4650.0, 4578.0, 4637.0, 4597.0, 4595.0, 4595.0, 4566.0, 4638.0, 4577.0, 4627.0, 4575.0, 4575.0, 4625.0, 4575.0, 4639.0, 4597.0, 4577.0, 4635.0, 4578.0, 4626.0, 4596.0, 4588.0, 4638.0, 4579.0, 4626.0, 4576.0, 4566.0, 4625.0, 4576.0, 4659.0, 4606.0, 4575.0, 4596.0, 4566.0, 4625.0, 4586.0, 4615.0, 4597.0, 4575.0, 4625.0, 4555.0, 4623.0, 4586.0, 4624.0, 4596.0, 4576.0, 4614.0, 4565.0, 4633.0, 4575.0, 4605.0, 4595.0, 4577.0, 4626.0, 4567.0, 4634.0, 4576.0, 4626.0, 4610.0, 4598.0, 4617.0, 4577.0, 4623.0, 4565.0, 4635.0, 4597.0, 4637.0, 4577.0, 4623.0, 4584.0, 4593.0, 4595.0, 4565.0, 4627.0, 4574.0, 4624.0, 4586.0, 4573.0, 4625.0, 4583.0, 4629.0, 4607.0, 4568.0], 'WindowWidth': [10205.0, 10141.0, 10179.0, 10116.0, 10190.0, 10101.0, 10053.0, 10134.0, 10060.0, 10048.0, 10123.0, 10066.0, 10078.0, 10117.0, 10046.0, 10032.0, 10082.0, 10031.0, 10142.0, 10094.0, 10089.0, 10089.0, 10033.0, 10112.0, 10056.0, 10043.0, 10112.0, 10047.0, 10132.0, 10089.0, 10042.0, 10150.0, 10071.0, 10045.0, 10097.0, 10042.0, 10083.0, 10071.0, 10042.0, 10130.0, 10058.0, 10132.0, 10072.0, 10108.0, 10070.0, 10080.0, 10097.0, 10020.0, 10102.0, 10034.0, 10033.0, 10043.0, 10020.0, 10104.0, 10052.0, 10087.0, 10066.0, 10030.0, 10110.0, 10043.0, 10031.0, 10085.0, 10049.0, 10148.0, 10101.0, 10094.0, 10083.0, 10052.0, 10121.0, 10051.0, 10134.0, 10065.0, 10133.0, 10077.0, 10110.0, 10100.0, 10036.0, 10128.0, 10048.0, 10110.0, 10074.0, 10075.0, 10122.0, 10049.0, 10128.0, 10065.0, 10084.0, 10075.0, 10062.0, 10156.0, 10068.0, 10145.0, 10068.0, 10076.0, 10090.0, 10067.0, 10152.0, 10102.0, 10119.0, 10080.0, 10051.0, 10119.0, 10067.0, 10147.0, 10126.0, 10081.0, 10104.0, 10041.0, 10142.0, 10081.0, 10119.0, 10108.0, 10056.0, 10157.0, 10062.0, 10060.0, 10079.0, 10029.0, 10126.0, 10067.0, 10095.0, 10079.0, 10043.0, 10127.0, 10039.0, 10090.0, 10047.0, 10016.0, 10073.0, 10032.0, 10147.0, 10075.0, 10025.0, 10064.0, 10020.0, 10112.0, 10039.0, 10039.0, 10116.0, 10047.0, 10143.0, 10062.0, 10073.0, 10074.0, 10058.0, 10135.0, 10059.0, 10131.0, 10074.0, 10108.0, 10070.0, 10082.0, 10099.0, 10041.0, 10109.0, 10027.0, 10102.0, 10054.0, 10065.0, 10100.0, 10041.0, 10145.0, 10059.0, 10043.0, 10084.0, 10046.0, 10144.0, 10110.0, 10065.0, 10088.0, 10035.0, 10126.0, 10076.0, 10102.0, 10123.0, 10054.0, 10133.0, 10051.0, 10123.0, 10072.0, 10083.0, 10121.0, 10035.0, 10145.0, 10063.0, 10059.0, 10086.0, 10048.0, 10168.0, 10104.0, 10067.0, 10114.0, 10063.0, 10074.0, 10086.0, 10058.0, 10141.0, 10086.0, 10153.0, 10086.0, 10045.0, 10097.0, 10023.0, 10122.0, 10066.0, 10111.0, 10079.0, 10038.0, 10089.0, 10037.0, 10089.0, 10067.0, 10047.0, 10097.0, 10028.0, 10056.0, 10086.0, 10040.0, 10147.0, 10098.0, 10135.0, 10117.0, 10070.0, 10103.0, 10063.0, 10099.0, 10025.0, 10111.0, 10054.0, 10152.0, 10056.0, 10097.0, 10043.0, 10028.0, 10083.0, 10029.0, 10164.0, 10091.0, 10062.0, 10100.0, 10053.0, 10130.0, 10075.0, 10066.0, 10150.0, 10087.0, 10106.0, 10092.0, 10056.0, 10145.0, 10063.0, 10132.0, 10087.0, 10084.0, 10098.0, 10048.0, 10136.0, 10058.0, 10070.0, 10067.0, 10037.0, 10118.0, 10051.0, 10130.0, 10082.0, 10041.0, 10094.0, 10038.0, 10077.0, 10053.0, 10038.0, 10118.0, 10061.0, 10147.0, 10060.0, 10069.0, 10055.0, 10064.0, 10113.0, 10076.0, 10132.0, 10043.0, 10089.0, 10039.0, 10025.0, 10076.0, 10058.0, 10138.0, 10054.0, 10032.0, 10082.0, 10032.0, 10141.0, 10105.0, 10080.0, 10099.0, 10050.0, 10096.0, 10055.0, 10041.0, 10109.0, 10056.0, 10169.0, 10071.0, 10046.0, 10087.0, 10048.0, 10139.0, 10088.0, 10088.0, 10070.0, 10030.0, 10108.0, 10042.0, 10108.0, 10072.0, 10065.0, 10130.0, 10062.0, 10084.0, 10057.0, 10053.0, 10126.0, 10070.0, 10166.0, 10085.0, 10056.0, 10064.0, 10036.0, 10083.0, 10022.0, 10118.0, 10068.0, 10089.0, 10036.0, 10007.0, 10074.0, 10025.0, 10135.0, 10088.0, 10043.0, 10086.0, 10032.0, 10123.0, 10068.0, 10082.0, 10102.0, 10046.0, 10130.0, 10044.0, 10107.0, 10056.0, 10079.0, 10107.0, 10041.0, 10108.0, 10044.0, 10120.0, 10056.0, 10080.0, 10102.0, 10044.0, 10113.0, 10043.0, 10081.0, 10053.0, 10054.0, 10133.0, 10043.0, 10112.0, 10057.0, 10054.0, 10107.0, 10057.0, 10134.0, 10076.0, 10040.0, 10132.0, 10065.0, 10076.0, 10120.0, 10086.0, 10149.0, 10079.0, 10091.0, 10074.0, 10062.0, 10133.0, 10064.0, 10151.0, 10059.0, 10067.0, 10049.0, 10037.0, 10110.0, 10075.0, 10111.0, 10053.0, 10054.0, 10093.0, 10043.0, 10125.0, 10076.0, 10062.0, 10103.0, 10039.0, 10126.0, 10064.0, 10142.0, 10107.0, 10148.0, 10075.0, 10083.0, 10040.0, 10036.0, 10066.0, 10040.0, 10127.0, 10039.0, 10084.0, 10055.0, 10032.0, 10123.0, 10060.0, 10087.0, 10086.0, 10039.0, 10129.0, 10062.0, 10099.0, 10073.0, 10076.0, 10115.0, 10036.0, 10110.0, 10043.0, 10109.0, 10054.0, 10053.0, 10152.0, 10061.0, 10117.0, 10060.0, 10058.0, 10108.0, 10058.0, 10125.0, 10084.0, 10043.0, 10097.0, 10041.0, 10079.0, 10053.0, 10039.0, 10109.0, 10075.0, 10129.0, 10054.0, 10027.0, 10075.0, 10023.0, 10118.0, 10068.0, 10068.0, 10052.0, 10036.0, 10091.0, 10041.0, 10135.0, 10062.0, 10081.0, 10065.0, 10027.0, 10075.0, 10037.0, 10118.0, 10054.0, 10077.0, 10070.0, 10055.0, 10081.0, 10014.0, 10109.0, 10055.0, 10122.0, 10088.0, 10060.0, 10071.0, 10029.0, 10092.0, 10044.0, 10125.0, 10090.0, 10048.0, 10099.0, 10036.0, 10124.0, 10061.0, 10071.0, 10103.0, 10067.0, 10151.0, 10062.0, 10062.0, 10083.0, 10048.0, 10129.0, 10111.0, 10072.0, 10070.0, 10043.0, 10125.0, 10058.0, 10094.0, 10105.0, 10031.0, 10126.0, 10057.0, 10040.0, 10080.0, 10045.0, 10169.0, 10089.0, 10047.0, 10084.0, 10046.0, 10142.0, 10073.0, 10082.0, 10100.0, 10044.0, 10097.0, 10057.0, 10054.0, 10094.0, 10039.0, 10115.0, 10068.0, 10029.0, 10108.0, 10053.0, 10051.0, 10067.0, 10040.0, 10124.0, 10056.0, 10096.0, 10089.0, 10044.0, 10126.0, 10054.0, 10037.0, 10060.0, 10038.0, 10119.0, 10070.0, 10102.0, 10049.0, 10037.0, 10075.0, 10025.0, 10103.0, 10036.0, 10087.0, 10065.0, 10037.0, 10077.0, 10014.0, 10108.0, 10056.0, 10083.0, 10091.0, 10033.0, 10116.0, 10051.0, 10128.0, 10077.0, 10107.0, 10081.0, 10050.0, 10085.0, 10053.0, 10109.0, 10067.0, 10061.0, 10118.0, 10064.0, 10161.0, 10074.0, 10033.0, 10069.0, 10028.0, 10110.0, 10058.0, 10111.0, 10093.0, 10042.0, 10097.0, 10043.0, 10096.0, 10055.0, 10042.0, 10099.0, 10067.0, 10146.0, 10052.0, 10050.0, 10087.0, 10050.0, 10131.0, 10092.0, 10107.0, 10086.0, 10046.0, 10112.0, 10058.0, 10113.0, 10071.0, 10065.0, 10102.0, 10046.0, 10124.0, 10056.0, 10064.0, 10067.0, 10041.0, 10137.0, 10043.0, 10110.0, 10049.0, 10009.0, 10072.0, 10023.0, 10106.0, 10076.0, 10040.0, 10050.0, 10032.0, 10110.0, 10059.0, 10082.0, 10058.0, 10043.0, 10096.0, 10030.0, 10107.0, 10043.0, 10136.0, 10074.0, 10033.0, 10068.0, 10028.0, 10115.0, 10062.0, 10152.0, 10073.0, 10043.0, 10052.0, 10026.0, 10106.0, 10042.0, 10113.0, 10074.0, 10044.0, 10098.0, 10047.0, 10058.0, 10071.0, 10057.0, 10097.0, 10081.0, 10047.0, 10136.0, 10087.0, 10154.0, 10099.0, 10177.0, 10097.0, 10136.0, 10065.0, 10113.0, 10055.0, 10109.0, 10089.0, 10025.0, 10036.0, 10025.0, 10093.0, 10036.0, 10108.0, 10090.0, 10039.0, 10079.0, 10039.0, 10062.0, 10049.0, 10035.0, 10135.0, 10056.0, 10112.0, 10055.0, 10048.0, 10047.0, 10034.0, 10116.0, 10039.0, 10107.0, 10036.0, 10020.0, 10077.0, 10041.0, 10131.0, 10054.0, 10039.0, 10077.0, 10042.0, 10091.0, 10076.0, 10043.0, 10123.0, 10055.0, 10047.0, 10109.0, 10057.0, 10065.0, 10113.0, 10061.0, 10032.0, 10085.0, 10041.0, 10115.0, 10087.0, 10041.0, 10129.0, 10049.0, 10034.0, 10075.0, 10034.0, 10103.0, 10046.0, 10048.0, 10126.0, 10035.0, 10039.0, 10101.0, 10034.0, 10040.0, 10133.0, 10046.0, 10032.0, 10085.0, 10060.0, 10099.0, 10073.0, 10073.0, 10176.0, 10075.0, 10048.0, 10114.0, 10030.0, 10075.0, 10083.0, 10043.0, 10058.0, 10101.0, 10048.0, 10119.0, 10056.0, 10035.0, 10111.0, 10058.0, 10051.0, 10080.0, 10026.0, 10138.0, 10058.0, 10057.0, 10054.0, 10030.0, 10124.0, 10058.0, 10082.0, 10089.0, 10040.0, 10146.0, 10070.0, 10107.0, 10090.0, 10050.0, 10156.0, 10050.0, 10133.0, 10076.0, 10067.0, 10067.0, 10029.0, 10136.0, 10048.0, 10117.0, 10042.0, 10042.0, 10110.0, 10042.0, 10139.0, 10075.0, 10049.0, 10125.0, 10051.0, 10113.0, 10072.0, 10065.0, 10135.0, 10052.0, 10112.0, 10045.0, 10029.0, 10110.0, 10043.0, 10170.0, 10086.0, 10042.0, 10069.0, 10032.0, 10109.0, 10058.0, 10097.0, 10076.0, 10043.0, 10108.0, 10016.0, 10106.0, 10058.0, 10108.0, 10074.0, 10044.0, 10095.0, 10030.0, 10121.0, 10042.0, 10083.0, 10070.0, 10048.0, 10115.0, 10036.0, 10124.0, 10048.0, 10115.0, 10098.0, 10080.0, 10103.0, 10048.0, 10107.0, 10029.0, 10125.0, 10075.0, 10134.0, 10048.0, 10106.0, 10054.0, 10064.0, 10067.0, 10029.0, 10116.0, 10042.0, 10110.0, 10059.0, 10040.0, 10111.0, 10057.0, 10122.0, 10089.0, 10039.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.0014465167243367936</td></tr>
<tr><td colspan=3>aqi</td><td>0.02032834371395617</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.30685762672056</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2784816926558888</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0118007764665125</td></tr>
<tr><td colspan=3>efc</td><td>0.5211</td></tr>
<tr><td colspan=3>fber</td><td>3328.938</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10261010039095893</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.612456747404845</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.31062614135354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2218123106642302</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.51439948550659</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.195666627889799</td></tr>
<tr><td colspan=3>gcor</td><td>0.00429187</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013204377144575119</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036255158483982086</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.176763789035851</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>16.4655</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.7506</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.8213</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1201.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.0474</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0553</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.0422</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3745.0479</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.056</td></tr>
<tr><td colspan=3>tsnr</td><td>40.86915536317974</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>