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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-03/func/sub-0029_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>92816d00b83bb5146b6131f4438c88ea</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:04:38.550000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994524, -0.0805585, 0.0665739, 0.0772229, 0.995696, 0.0512475]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0993137</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7760, -7304, 621, -32, -238, -44, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>243.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>31a977fe-0754-4693-83c6-97d8de5595d6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6682355403900146, 0.20718330144882202, 0.19012270867824554, 101.27615356445312], [0.2161325067281723, 2.671379327774048, 0.1237296611070633, -93.88292694091797], [0.17861302196979523, -0.13749317824840546, 2.6904544830322266, -82.82622528076172], [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': ['120438.550000', '120439.010000', '120439.470000', '120439.930000', '120440.390000', '120440.850000', '120441.310000', '120441.770000', '120442.230000', '120442.690000', '120443.150000', '120443.610000', '120444.070000', '120444.530000', '120444.990000', '120445.450000', '120445.910000', '120446.370000', '120446.830000', '120447.290000', '120447.750000', '120448.210000', '120448.670000', '120449.130000', '120449.590000', '120450.050000', '120450.510000', '120450.970000', '120451.430000', '120451.890000', '120452.350000', '120452.810000', '120453.270000', '120453.730000', '120454.190000', '120454.650000', '120455.110000', '120455.570000', '120456.030000', '120456.490000', '120456.950000', '120457.410000', '120457.870000', '120458.330000', '120458.790000', '120459.250000', '120459.710000', '120500.170000', '120500.630000', '120501.090000', '120501.550000', '120502.010000', '120502.470000', '120502.930000', '120503.390000', '120503.850000', '120504.310000', '120504.770000', '120505.230000', '120505.690000', '120506.150000', '120506.610000', '120507.070000', '120507.530000', '120507.990000', '120508.450000', '120508.910000', '120509.370000', '120509.830000', '120510.290000', '120510.750000', '120511.210000', '120511.670000', '120512.130000', '120512.590000', '120513.050000', '120513.510000', '120513.970000', '120514.430000', '120514.890000', '120515.350000', '120515.810000', '120516.270000', '120516.730000', '120517.190000', '120517.650000', '120518.110000', '120518.570000', '120519.030000', '120519.490000', '120519.950000', '120520.410000', '120520.870000', '120521.330000', '120521.790000', '120522.250000', '120522.710000', '120523.170000', '120523.630000', '120524.090000', '120524.550000', '120525.010000', '120525.470000', '120525.930000', '120526.390000', '120526.850000', '120527.310000', '120527.770000', '120528.230000', '120528.690000', '120529.150000', '120529.610000', '120530.070000', '120530.530000', '120530.990000', '120531.450000', '120531.910000', '120532.370000', '120532.830000', '120533.290000', '120533.750000', '120534.210000', '120534.670000', '120535.130000', '120535.590000', '120536.050000', '120536.510000', '120536.970000', '120537.430000', '120537.890000', '120538.350000', '120538.810000', '120539.270000', '120539.730000', '120540.190000', '120540.650000', '120541.110000', '120541.570000', '120542.030000', '120542.490000', '120542.950000', '120543.410000', '120543.870000', '120544.330000', '120544.790000', '120545.250000', '120545.710000', '120546.170000', '120546.630000', '120547.090000', '120547.550000', '120548.010000', '120548.470000', '120548.930000', '120549.390000', '120549.850000', '120550.310000', '120550.770000', '120551.230000', '120551.690000', '120552.150000', '120552.610000', '120553.070000', '120553.530000', '120553.990000', '120554.450000', '120554.910000', '120555.370000', '120555.830000', '120556.290000', '120556.750000', '120557.210000', '120557.670000', '120558.130000', '120558.590000', '120559.050000', '120559.510000', '120559.970000', '120600.430000', '120600.890000', '120601.350000', '120601.810000', '120602.270000', '120602.730000', '120603.190000', '120603.650000', '120604.110000', '120604.570000', '120605.030000', '120605.490000', '120605.950000', '120606.410000', '120606.870000', '120607.330000', '120607.790000', '120608.250000', '120608.710000', '120609.170000', '120609.630000', '120610.090000', '120610.550000', '120611.010000', '120611.470000', '120611.930000', '120612.390000', '120612.850000', '120613.310000', '120613.770000', '120614.230000', '120614.690000', '120615.150000', '120615.610000', '120616.070000', '120616.530000', '120616.990000', '120617.450000', '120617.910000', '120618.370000', '120618.830000', '120619.290000', '120619.750000', '120620.210000', '120620.670000', '120621.130000', '120621.590000', '120622.050000', '120622.510000', '120622.970000', '120623.430000', '120623.890000', '120624.350000', '120624.810000', '120625.270000', '120625.730000', '120626.190000', '120626.650000', '120627.110000', '120627.570000', '120628.030000', '120628.490000', '120628.950000', '120629.410000', '120629.870000', '120630.330000', '120630.790000', '120631.250000', '120631.710000', '120632.170000', '120632.630000', '120633.090000', '120633.550000', '120634.010000', '120634.470000', '120634.930000', '120635.390000', '120635.850000', '120636.310000', '120636.770000', '120637.230000', '120637.690000', '120638.150000', '120638.610000', '120639.070000', '120639.530000', '120639.990000', '120640.450000', '120640.910000', '120641.370000', '120641.830000', '120642.290000', '120642.750000', '120643.210000', '120643.670000', '120644.130000', '120644.590000', '120645.050000', '120645.510000', '120645.970000', '120646.430000', '120646.890000', '120647.350000', '120647.810000', '120648.270000', '120648.730000', '120649.190000', '120649.650000', '120650.110000', '120650.570000', '120651.030000', '120651.490000', '120651.950000', '120652.410000', '120652.870000', '120653.330000', '120653.790000', '120654.250000', '120654.710000', '120655.170000', '120655.630000', '120656.090000', '120656.550000', '120657.010000', '120657.470000', '120657.930000', '120658.390000', '120658.850000', '120659.310000', '120659.770000', '120700.230000', '120700.690000', '120701.150000', '120701.610000', '120702.070000', '120702.530000', '120702.990000', '120703.450000', '120703.910000', '120704.370000', '120704.830000', '120705.290000', '120705.750000', '120706.210000', '120706.670000', '120707.130000', '120707.590000', '120708.050000', '120708.510000', '120708.970000', '120709.430000', '120709.890000', '120710.350000', '120710.810000', '120711.270000', '120711.730000', '120712.190000', '120712.650000', '120713.110000', '120713.570000', '120714.030000', '120714.490000', '120714.950000', '120715.410000', '120715.870000', '120716.330000', '120716.790000', '120717.250000', '120717.710000', '120718.170000', '120718.630000', '120719.090000', '120719.550000', '120720.010000', '120720.470000', '120720.930000', '120721.390000', '120721.850000', '120722.310000', '120722.770000', '120723.230000', '120723.690000', '120724.150000', '120724.610000', '120725.070000', '120725.530000', '120725.990000', '120726.450000', '120726.910000', '120727.370000', '120727.830000', '120728.290000', '120728.750000', '120729.210000', '120729.670000', '120730.130000', '120730.590000', '120731.050000', '120731.510000', '120731.970000', '120732.430000', '120732.890000', '120733.350000', '120733.810000', '120734.270000', '120734.730000', '120735.190000', '120735.650000', '120736.110000', '120736.570000', '120737.030000', '120737.490000', '120737.950000', '120738.410000', '120738.870000', '120739.330000', '120739.790000', '120740.250000', '120740.710000', '120741.170000', '120741.630000', '120742.090000', '120742.550000', '120743.010000', '120743.470000', '120743.930000', '120744.390000', '120744.850000', '120745.310000', '120745.770000', '120746.230000', '120746.690000', '120747.150000', '120747.610000', '120748.070000', '120748.530000', '120748.990000', '120749.450000', '120749.910000', '120750.370000', '120750.830000', '120751.290000', '120751.750000', '120752.210000', '120752.670000', '120753.130000', '120753.590000', '120754.050000', '120754.510000', '120754.970000', '120755.430000', '120755.890000', '120756.350000', '120756.810000', '120757.270000', '120757.730000', '120758.190000', '120758.650000', '120759.110000', '120759.570000', '120800.030000', '120800.490000', '120800.950000', '120801.410000', '120801.870000', '120802.330000', '120802.790000', '120803.250000', '120803.710000', '120804.170000', '120804.630000', '120805.090000', '120805.550000', '120806.010000', '120806.470000', '120806.930000', '120807.390000', '120807.850000', '120808.310000', '120808.770000', '120809.230000', '120809.690000', '120810.150000', '120810.610000', '120811.070000', '120811.530000', '120811.990000', '120812.450000', '120812.910000', '120813.370000', '120813.830000', '120814.290000', '120814.750000', '120815.210000', '120815.670000', '120816.130000', '120816.590000', '120817.050000', '120817.510000', '120817.970000', '120818.430000', '120818.890000', '120819.350000', '120819.810000', '120820.270000', '120820.730000', '120821.190000', '120821.650000', '120822.110000', '120822.570000', '120823.030000', '120823.490000', '120823.950000', '120824.410000', '120824.870000', '120825.330000', '120825.790000', '120826.250000', '120826.710000', '120827.170000', '120827.630000', '120828.090000', '120828.550000', '120829.010000', '120829.470000', '120829.930000', '120830.390000', '120830.850000', '120831.310000', '120831.770000', '120832.230000', '120832.690000', '120833.150000', '120833.610000', '120834.070000', '120834.530000', '120834.990000', '120835.450000', '120835.910000', '120836.370000', '120836.830000', '120837.290000', '120837.750000', '120838.210000', '120838.670000', '120839.130000', '120839.590000', '120840.050000', '120840.510000', '120840.970000', '120841.430000', '120841.890000', '120842.350000', '120842.810000', '120843.270000', '120843.730000', '120844.190000', '120844.650000', '120845.110000', '120845.570000', '120846.030000', '120846.490000', '120846.950000', '120847.410000', '120847.870000', '120848.330000', '120848.790000', '120849.250000', '120849.710000', '120850.170000', '120850.630000', '120851.090000', '120851.550000', '120852.010000', '120852.470000', '120852.930000', '120853.390000', '120853.850000', '120854.310000', '120854.770000', '120855.230000', '120855.690000', '120856.150000', '120856.610000', '120857.070000', '120857.530000', '120857.990000', '120858.450000', '120858.910000', '120859.370000', '120859.830000', '120900.290000', '120900.750000', '120901.210000', '120901.670000', '120902.130000', '120902.590000', '120903.050000', '120903.510000', '120903.970000', '120904.430000', '120904.890000', '120905.350000', '120905.810000', '120906.270000', '120906.730000', '120907.190000', '120907.650000', '120908.110000', '120908.570000', '120909.030000', '120909.490000', '120909.950000', '120910.410000', '120910.870000', '120911.330000', '120911.790000', '120912.250000', '120912.710000', '120913.170000', '120913.630000', '120914.090000', '120914.550000', '120915.010000', '120915.470000', '120915.930000', '120916.390000', '120916.850000', '120917.310000', '120917.770000', '120918.230000', '120918.690000', '120919.150000', '120919.610000', '120920.070000', '120920.530000', '120920.990000', '120921.450000', '120921.910000', '120922.370000', '120922.830000', '120923.290000', '120923.750000', '120924.210000', '120924.670000', '120925.130000', '120925.590000', '120926.050000', '120926.510000', '120926.970000', '120927.430000', '120927.890000', '120928.350000', '120928.810000', '120929.270000', '120929.730000', '120930.190000', '120930.650000', '120931.110000', '120931.570000', '120932.030000', '120932.490000', '120932.950000', '120933.410000', '120933.870000', '120934.330000', '120934.790000', '120935.250000', '120935.710000', '120936.170000', '120936.630000', '120937.090000', '120937.550000', '120938.010000', '120938.470000', '120938.930000', '120939.390000', '120939.850000', '120940.310000', '120940.770000', '120941.230000', '120941.690000', '120942.150000', '120942.610000', '120943.070000', '120943.530000', '120943.990000', '120944.450000', '120944.910000', '120945.370000', '120945.830000', '120946.290000', '120946.750000', '120947.210000', '120947.670000', '120948.130000', '120948.590000', '120949.050000', '120949.510000', '120949.970000', '120950.430000', '120950.890000', '120951.350000', '120951.810000', '120952.270000', '120952.730000', '120953.190000', '120953.650000', '120954.110000', '120954.570000', '120955.030000', '120955.490000', '120955.950000', '120956.410000', '120956.870000', '120957.330000', '120957.790000', '120958.250000', '120958.710000', '120959.170000', '120959.630000', '121000.090000', '121000.550000', '121001.010000', '121001.470000', '121001.930000', '121002.390000', '121002.850000', '121003.310000', '121003.770000', '121004.230000', '121004.690000', '121005.150000', '121005.610000', '121006.070000', '121006.530000', '121006.990000', '121007.450000', '121007.910000', '121008.370000', '121008.830000', '121009.290000', '121009.750000', '121010.210000', '121010.670000', '121011.130000', '121011.590000', '121012.050000', '121012.510000', '121012.970000', '121013.430000', '121013.890000', '121014.350000', '121014.810000', '121015.270000', '121015.730000', '121016.190000', '121016.650000', '121017.110000', '121017.570000', '121018.030000', '121018.490000', '121018.950000', '121019.410000', '121019.870000', '121020.330000', '121020.790000', '121021.250000', '121021.710000', '121022.170000', '121022.630000', '121023.090000', '121023.550000', '121024.010000', '121024.470000', '121024.930000', '121025.390000', '121025.850000', '121026.310000', '121026.770000', '121027.230000', '121027.690000', '121028.150000', '121028.610000', '121029.070000', '121029.530000', '121029.990000', '121030.450000', '121030.910000', '121031.370000', '121031.830000', '121032.290000', '121032.750000', '121033.210000', '121033.670000', '121034.130000', '121034.590000', '121035.050000', '121035.510000', '121035.970000', '121036.430000', '121036.890000', '121037.350000', '121037.810000', '121038.270000', '121038.730000', '121039.190000', '121039.650000', '121040.110000', '121040.570000', '121041.030000', '121041.490000', '121041.950000', '121042.410000', '121042.870000', '121043.330000', '121043.790000', '121044.250000', '121044.710000', '121045.170000', '121045.630000', '121046.090000', '121046.550000', '121047.010000', '121047.470000', '121047.930000', '121048.390000', '121048.850000', '121049.310000', '121049.770000', '121050.230000', '121050.690000', '121051.150000', '121051.610000', '121052.070000', '121052.530000', '121052.990000', '121053.450000', '121053.910000', '121054.370000', '121054.830000', '121055.290000', '121055.750000', '121056.210000', '121056.670000', '121057.130000', '121057.590000', '121058.050000', '121058.510000', '121058.970000', '121059.430000', '121059.890000', '121100.350000', '121100.810000', '121101.270000', '121101.730000', '121102.190000', '121102.650000', '121103.110000', '121103.570000', '121104.030000', '121104.490000', '121104.950000', '121105.410000', '121105.870000', '121106.330000', '121106.790000', '121107.250000', '121107.710000', '121108.170000', '121108.630000', '121109.090000', '121109.550000', '121110.010000', '121110.470000', '121110.930000', '121111.390000', '121111.850000', '121112.310000', '121112.770000', '121113.230000', '121113.690000', '121114.150000', '121114.610000', '121115.070000', '121115.530000', '121115.990000', '121116.450000', '121116.910000', '121117.370000', '121117.830000', '121118.290000', '121118.750000', '121119.210000'], 'ContentTime': ['120505.345000', '120505.348000', '120505.351000', '120505.354000', '120505.357000', '120505.360000', '120505.363000', '120505.366000', '120505.369000', '120505.372000', '120505.375000', '120505.378000', '120505.381000', '120505.384000', '120505.387000', '120505.389000', '120505.392000', '120505.395000', '120505.398000', '120505.401000', '120505.404000', '120505.407000', '120505.410000', '120505.413000', '120505.416000', '120505.419000', '120505.422000', '120505.425000', '120505.434000', '120505.437000', '120505.440000', '120505.443000', '120505.446000', '120505.449000', '120505.451000', '120505.454000', '120505.457000', '120505.460000', '120505.463000', '120505.466000', '120505.469000', '120505.472000', '120505.475000', '120505.478000', '120505.481000', '120505.484000', '120505.487000', '120505.490000', '120505.493000', '120505.495000', '120505.498000', '120505.501000', '120505.513000', '120505.516000', '120505.519000', '120505.522000', '120525.305000', '120525.308000', '120525.311000', '120525.314000', '120525.317000', '120525.327000', '120525.329000', '120525.332000', '120525.335000', '120525.338000', '120525.341000', '120525.344000', '120525.347000', '120525.350000', '120525.353000', '120525.356000', '120525.359000', '120525.361000', '120525.364000', '120525.367000', '120525.370000', '120525.373000', '120525.376000', '120525.379000', '120525.382000', '120525.385000', '120525.388000', '120525.391000', '120525.394000', '120525.397000', '120525.400000', '120525.403000', '120525.406000', '120525.408000', '120525.411000', '120525.414000', '120525.417000', '120525.420000', '120525.423000', '120525.426000', '120525.429000', '120525.432000', '120525.435000', '120525.438000', '120545.305000', '120545.308000', '120545.311000', '120545.314000', '120545.319000', '120545.323000', '120545.326000', '120545.329000', '120545.332000', '120545.335000', '120545.338000', '120545.341000', '120545.344000', '120545.347000', '120545.355000', '120545.358000', '120545.361000', '120545.364000', '120545.367000', '120545.369000', '120545.372000', '120545.375000', '120545.378000', '120545.381000', '120545.384000', '120545.387000', '120545.390000', '120545.393000', '120545.396000', '120545.399000', '120545.402000', '120545.405000', '120545.408000', '120545.411000', '120545.413000', '120545.416000', '120545.419000', '120545.422000', '120545.425000', '120545.428000', '120545.431000', '120545.434000', '120545.437000', '120605.305000', '120605.308000', '120605.311000', '120605.314000', '120605.317000', '120605.320000', '120605.323000', '120605.326000', '120605.329000', '120605.332000', '120605.334000', '120605.337000', '120605.340000', '120605.343000', '120605.346000', '120605.349000', '120605.352000', '120605.355000', '120605.358000', '120605.361000', '120605.364000', '120605.367000', '120605.370000', '120605.373000', '120605.376000', '120605.379000', '120605.382000', '120605.384000', '120605.387000', '120605.390000', '120605.393000', '120605.396000', '120605.399000', '120605.402000', '120605.405000', '120605.408000', '120605.411000', '120605.414000', '120605.417000', '120605.420000', '120605.438000', '120605.441000', '120605.444000', '120605.447000', '120625.305000', '120625.308000', '120625.311000', '120625.314000', '120625.317000', '120625.320000', '120625.323000', '120625.326000', '120625.329000', '120625.332000', '120625.335000', '120625.338000', '120625.341000', '120625.345000', '120625.348000', '120625.351000', '120625.354000', '120625.357000', '120625.360000', '120625.363000', '120625.366000', '120625.369000', '120625.372000', '120625.375000', '120625.378000', '120625.381000', '120625.383000', '120625.386000', '120625.389000', '120625.392000', '120625.395000', '120625.398000', '120625.401000', '120625.404000', '120625.407000', '120625.410000', '120625.413000', '120625.416000', '120625.418000', '120625.421000', '120625.424000', '120625.427000', '120625.430000', '120645.305000', '120645.308000', '120645.311000', '120645.314000', '120645.317000', '120645.320000', '120645.323000', '120645.326000', '120645.329000', '120645.332000', '120645.335000', '120645.338000', '120645.341000', '120645.344000', '120645.347000', '120645.350000', '120645.353000', '120645.355000', '120645.358000', '120645.361000', '120645.364000', '120645.367000', '120645.370000', '120645.373000', '120645.376000', '120645.379000', '120645.382000', '120645.385000', '120645.388000', '120645.391000', '120645.394000', '120645.397000', '120645.400000', '120645.403000', '120645.406000', '120645.409000', '120645.412000', '120645.415000', '120645.425000', '120645.428000', '120645.431000', '120645.434000', '120645.436000', '120645.439000', '120705.306000', '120705.310000', '120705.313000', '120705.316000', '120705.319000', '120705.322000', '120705.325000', '120705.328000', '120705.331000', '120705.334000', '120705.337000', '120705.340000', '120705.343000', '120705.346000', '120705.348000', '120705.351000', '120705.354000', '120705.357000', '120705.360000', '120705.363000', '120705.366000', '120705.371000', '120705.376000', '120705.379000', '120705.382000', '120705.385000', '120705.388000', '120705.391000', '120705.394000', '120705.397000', '120705.400000', '120705.403000', '120705.406000', '120705.409000', '120705.412000', '120705.414000', '120705.417000', '120705.420000', '120705.423000', '120705.426000', '120705.429000', '120705.432000', '120705.446000', '120725.306000', '120725.309000', '120725.312000', '120725.315000', '120725.318000', '120725.321000', '120725.324000', '120725.327000', '120725.330000', '120725.333000', '120725.336000', '120725.339000', '120725.342000', '120725.345000', '120725.348000', '120725.351000', '120725.354000', '120725.356000', '120725.359000', '120725.362000', '120725.365000', '120725.368000', '120725.371000', '120725.374000', '120725.377000', '120725.380000', '120725.383000', '120725.386000', '120725.389000', '120725.392000', '120725.395000', '120725.398000', '120725.401000', '120725.404000', '120725.407000', '120725.410000', '120725.412000', '120725.415000', '120725.418000', '120725.421000', '120725.424000', '120725.427000', '120725.430000', '120725.433000', '120745.305000', '120745.308000', '120745.311000', '120745.314000', '120745.317000', '120745.321000', '120745.324000', '120745.327000', '120745.330000', '120745.333000', '120745.336000', '120745.339000', '120745.342000', '120745.345000', '120745.348000', '120745.351000', '120745.354000', '120745.357000', '120745.360000', '120745.363000', '120745.366000', '120745.369000', '120745.372000', '120745.375000', '120745.378000', '120745.381000', '120745.384000', '120745.387000', '120745.390000', '120745.393000', '120745.396000', '120745.399000', '120745.402000', '120745.405000', '120745.408000', '120745.423000', '120745.426000', '120745.429000', '120745.431000', '120745.434000', '120745.437000', '120745.440000', '120745.443000', '120805.305000', '120805.308000', '120805.311000', '120805.314000', '120805.317000', '120805.320000', '120805.323000', '120805.326000', '120805.329000', '120805.332000', '120805.335000', '120805.338000', '120805.341000', '120805.344000', '120805.347000', '120805.350000', '120805.352000', '120805.355000', '120805.358000', '120805.361000', '120805.364000', '120805.367000', '120805.370000', '120805.373000', '120805.376000', '120805.379000', '120805.382000', '120805.385000', '120805.388000', '120805.391000', '120805.394000', '120805.397000', '120805.400000', '120805.403000', '120805.406000', '120805.409000', '120805.412000', '120805.415000', '120805.418000', '120805.421000', '120805.424000', '120805.427000', '120805.430000', '120805.433000', '120825.305000', '120825.308000', '120825.311000', '120825.314000', '120825.317000', '120825.320000', '120825.323000', '120825.326000', '120825.329000', '120825.332000', '120825.335000', '120825.338000', '120825.341000', '120825.344000', '120825.347000', '120825.350000', '120825.353000', '120825.356000', '120825.359000', '120825.362000', '120825.365000', '120825.367000', '120825.370000', '120825.373000', '120825.376000', '120825.379000', '120825.382000', '120825.385000', '120825.388000', '120825.391000', '120825.394000', '120825.397000', '120825.400000', '120825.405000', '120825.409000', '120825.412000', '120825.415000', '120825.418000', '120825.420000', '120825.423000', '120825.426000', '120825.429000', '120825.432000', '120845.305000', '120845.308000', '120845.311000', '120845.314000', '120845.317000', '120845.320000', '120845.323000', '120845.326000', '120845.329000', '120845.332000', '120845.335000', '120845.338000', '120845.341000', '120845.343000', '120845.346000', '120845.349000', '120845.352000', '120845.355000', '120845.358000', '120845.361000', '120845.364000', '120845.367000', '120845.370000', '120845.373000', '120845.376000', '120845.379000', '120845.382000', '120845.385000', '120845.388000', '120845.391000', '120845.394000', '120845.397000', '120845.400000', '120845.403000', '120845.406000', '120845.409000', '120845.412000', '120845.415000', '120845.418000', '120845.421000', '120845.424000', '120845.426000', '120845.429000', '120845.432000', '120905.305000', '120905.308000', '120905.311000', '120905.314000', '120905.317000', '120905.320000', '120905.323000', '120905.326000', '120905.329000', '120905.332000', '120905.335000', '120905.338000', '120905.341000', '120905.344000', '120905.347000', '120905.350000', '120905.353000', '120905.356000', '120905.360000', '120905.363000', '120905.366000', '120905.369000', '120905.372000', '120905.375000', '120905.378000', '120905.381000', '120905.384000', '120905.386000', '120905.389000', '120905.392000', '120905.395000', '120905.398000', '120905.401000', '120905.404000', '120905.407000', '120905.410000', '120905.413000', '120905.416000', '120905.419000', '120905.422000', '120905.425000', '120905.428000', '120905.431000', '120925.306000', '120925.309000', '120925.312000', '120925.315000', '120925.318000', '120925.321000', '120925.324000', '120925.327000', '120925.330000', '120925.333000', '120925.336000', '120925.339000', '120925.342000', '120925.345000', '120925.348000', '120925.351000', '120925.354000', '120925.368000', '120925.371000', '120925.373000', '120925.376000', '120925.379000', '120925.382000', '120925.385000', '120925.388000', '120925.391000', '120925.394000', '120925.397000', '120925.400000', '120925.403000', '120925.406000', '120925.409000', '120925.412000', '120925.415000', '120925.418000', '120925.421000', '120925.424000', '120925.427000', '120925.429000', '120925.432000', '120925.435000', '120925.438000', '120925.441000', '120925.444000', '120945.306000', '120945.309000', '120945.312000', '120945.315000', '120945.318000', '120945.321000', '120945.324000', '120945.327000', '120945.330000', '120945.333000', '120945.336000', '120945.339000', '120945.342000', '120945.345000', '120945.348000', '120945.351000', '120945.354000', '120945.357000', '120945.359000', '120945.362000', '120945.365000', '120945.368000', '120945.371000', '120945.374000', '120945.377000', '120945.380000', '120945.383000', '120945.386000', '120945.389000', '120945.392000', '120945.395000', '120945.398000', '120945.401000', '120945.404000', '120945.407000', '120945.410000', '120945.413000', '120945.416000', '120945.419000', '120945.422000', '120945.424000', '120945.427000', '120945.430000', '121005.305000', '121005.308000', '121005.311000', '121005.314000', '121005.317000', '121005.320000', '121005.323000', '121005.326000', '121005.329000', '121005.332000', '121005.335000', '121005.338000', '121005.341000', '121005.344000', '121005.347000', '121005.350000', '121005.353000', '121005.356000', '121005.359000', '121005.362000', '121005.364000', '121005.367000', '121005.370000', '121005.373000', '121005.376000', '121005.379000', '121005.382000', '121005.385000', '121005.388000', '121005.391000', '121005.394000', '121005.397000', '121005.400000', '121005.403000', '121005.406000', '121005.409000', '121005.412000', '121005.415000', '121005.418000', '121005.421000', '121005.423000', '121005.426000', '121005.429000', '121005.432000', '121025.305000', '121025.308000', '121025.311000', '121025.314000', '121025.317000', '121025.320000', '121025.323000', '121025.326000', '121025.329000', '121025.332000', '121025.335000', '121025.338000', '121025.341000', '121025.344000', '121025.347000', '121025.350000', '121025.353000', '121025.356000', '121025.359000', '121025.361000', '121025.364000', '121025.367000', '121025.370000', '121025.373000', '121025.376000', '121025.379000', '121025.382000', '121025.385000', '121025.388000', '121025.391000', '121025.394000', '121025.398000', '121025.401000', '121025.404000', '121025.407000', '121025.410000', '121025.413000', '121025.418000', '121025.421000', '121025.424000', '121025.427000', '121025.430000', '121025.433000', '121045.305000', '121045.308000', '121045.311000', '121045.314000', '121045.317000', '121045.320000', '121045.323000', '121045.326000', '121045.329000', '121045.332000', '121045.335000', '121045.338000', '121045.340000', '121045.343000', '121045.346000', '121045.349000', '121045.352000', '121045.355000', '121045.358000', '121045.361000', '121045.364000', '121045.367000', '121045.370000', '121045.373000', '121045.376000', '121045.379000', '121045.382000', '121045.385000', '121045.398000', '121045.401000', '121045.404000', '121045.407000', '121045.410000', '121045.413000', '121045.416000', '121045.419000', '121045.422000', '121045.424000', '121045.427000', '121045.430000', '121045.433000', '121045.436000', '121045.439000', '121045.442000', '121105.305000', '121105.308000', '121105.311000', '121105.314000', '121105.317000', '121105.320000', '121105.323000', '121105.326000', '121105.329000', '121105.332000', '121105.335000', '121105.338000', '121105.341000', '121105.344000', '121105.347000', '121105.350000', '121105.353000', '121105.355000', '121105.358000', '121105.361000', '121105.364000', '121105.367000', '121105.370000', '121105.373000', '121105.376000', '121105.379000', '121105.382000', '121105.385000', '121105.388000', '121105.391000', '121105.394000', '121105.397000', '121105.400000', '121105.403000', '121105.406000', '121105.409000', '121105.412000', '121105.415000', '121105.418000', '121105.420000', '121105.423000', '121105.426000', '121105.429000', '121120.258000', '121120.262000', '121120.265000', '121120.268000', '121120.271000', '121120.274000', '121120.277000', '121120.281000', '121120.284000', '121120.287000', '121120.290000', '121120.293000', '121120.296000', '121120.299000', '121120.302000', '121120.305000', '121120.308000', '121120.312000', '121120.315000', '121120.318000', '121120.321000', '121120.324000', '121120.328000', '121120.331000', '121120.335000', '121120.338000', '121120.341000', '121120.344000', '121120.347000', '121120.350000', '121120.353000', '121120.356000', '121120.359000'], 'InstanceCreationTime': ['120505.345000', '120505.348000', '120505.351000', '120505.354000', '120505.357000', '120505.360000', '120505.363000', '120505.366000', '120505.369000', '120505.372000', '120505.375000', '120505.378000', '120505.381000', '120505.384000', '120505.387000', '120505.389000', '120505.392000', '120505.395000', '120505.398000', '120505.401000', '120505.404000', '120505.407000', '120505.410000', '120505.413000', '120505.416000', '120505.419000', '120505.422000', '120505.425000', '120505.434000', '120505.437000', '120505.440000', '120505.443000', '120505.446000', '120505.449000', '120505.451000', '120505.454000', '120505.457000', '120505.460000', '120505.463000', '120505.466000', '120505.469000', '120505.472000', '120505.475000', '120505.478000', '120505.481000', '120505.484000', '120505.487000', '120505.490000', '120505.493000', '120505.495000', '120505.498000', '120505.501000', '120505.513000', '120505.516000', '120505.519000', '120505.522000', '120525.305000', '120525.308000', '120525.311000', '120525.314000', '120525.317000', '120525.327000', '120525.329000', '120525.332000', '120525.335000', '120525.338000', '120525.341000', '120525.344000', '120525.347000', '120525.350000', '120525.353000', '120525.356000', '120525.359000', '120525.361000', '120525.364000', '120525.367000', '120525.370000', '120525.373000', '120525.376000', '120525.379000', '120525.382000', '120525.385000', '120525.388000', '120525.391000', '120525.394000', '120525.397000', '120525.400000', '120525.403000', '120525.406000', '120525.408000', '120525.411000', '120525.414000', '120525.417000', '120525.420000', '120525.423000', '120525.426000', '120525.429000', '120525.432000', '120525.435000', '120525.438000', '120545.305000', '120545.308000', '120545.311000', '120545.314000', '120545.319000', '120545.323000', '120545.326000', '120545.329000', '120545.332000', '120545.335000', '120545.338000', '120545.341000', '120545.344000', '120545.347000', '120545.355000', '120545.358000', '120545.361000', '120545.364000', '120545.367000', '120545.369000', '120545.372000', '120545.375000', '120545.378000', '120545.381000', '120545.384000', '120545.387000', '120545.390000', '120545.393000', '120545.396000', '120545.399000', '120545.402000', '120545.405000', '120545.408000', '120545.411000', '120545.413000', '120545.416000', '120545.419000', '120545.422000', '120545.425000', '120545.428000', '120545.431000', '120545.434000', '120545.437000', '120605.305000', '120605.308000', '120605.311000', '120605.314000', '120605.317000', '120605.320000', '120605.323000', '120605.326000', '120605.329000', '120605.332000', '120605.334000', '120605.337000', '120605.340000', '120605.343000', '120605.346000', '120605.349000', '120605.352000', '120605.355000', '120605.358000', '120605.361000', '120605.364000', '120605.367000', '120605.370000', '120605.373000', '120605.376000', '120605.379000', '120605.382000', '120605.384000', '120605.387000', '120605.390000', '120605.393000', '120605.396000', '120605.399000', '120605.402000', '120605.405000', '120605.408000', '120605.411000', '120605.414000', '120605.417000', '120605.420000', '120605.438000', '120605.441000', '120605.444000', '120605.447000', '120625.305000', '120625.308000', '120625.311000', '120625.314000', '120625.317000', '120625.320000', '120625.323000', '120625.326000', '120625.329000', '120625.332000', '120625.335000', '120625.338000', '120625.341000', '120625.345000', '120625.348000', '120625.351000', '120625.354000', '120625.357000', '120625.360000', '120625.363000', '120625.366000', '120625.369000', '120625.372000', '120625.375000', '120625.378000', '120625.381000', '120625.383000', '120625.386000', '120625.389000', '120625.392000', '120625.395000', '120625.398000', '120625.401000', '120625.404000', '120625.407000', '120625.410000', '120625.413000', '120625.416000', '120625.418000', '120625.421000', '120625.424000', '120625.427000', '120625.430000', '120645.305000', '120645.308000', '120645.311000', '120645.314000', '120645.317000', '120645.320000', '120645.323000', '120645.326000', '120645.329000', '120645.332000', '120645.335000', '120645.338000', '120645.341000', '120645.344000', '120645.347000', '120645.350000', '120645.353000', '120645.355000', '120645.358000', '120645.361000', '120645.364000', '120645.367000', '120645.370000', '120645.373000', '120645.376000', '120645.379000', '120645.382000', '120645.385000', '120645.388000', '120645.391000', '120645.394000', '120645.397000', '120645.400000', '120645.403000', '120645.406000', '120645.409000', '120645.412000', '120645.415000', '120645.425000', '120645.428000', '120645.431000', '120645.434000', '120645.436000', '120645.439000', '120705.306000', '120705.310000', '120705.313000', '120705.316000', '120705.319000', '120705.322000', '120705.325000', '120705.328000', '120705.331000', '120705.334000', '120705.337000', '120705.340000', '120705.343000', '120705.346000', '120705.348000', '120705.351000', '120705.354000', '120705.357000', '120705.360000', '120705.363000', '120705.366000', '120705.371000', '120705.376000', '120705.379000', '120705.382000', '120705.385000', '120705.388000', '120705.391000', '120705.394000', '120705.397000', '120705.400000', '120705.403000', '120705.406000', '120705.409000', '120705.412000', '120705.414000', '120705.417000', '120705.420000', '120705.423000', '120705.426000', '120705.429000', '120705.432000', '120705.446000', '120725.306000', '120725.309000', '120725.312000', '120725.315000', '120725.318000', '120725.321000', '120725.324000', '120725.327000', '120725.330000', '120725.333000', '120725.336000', '120725.339000', '120725.342000', '120725.345000', '120725.348000', '120725.351000', '120725.354000', '120725.356000', '120725.359000', '120725.362000', '120725.365000', '120725.368000', '120725.371000', '120725.374000', '120725.377000', '120725.380000', '120725.383000', '120725.386000', '120725.389000', '120725.392000', '120725.395000', '120725.398000', '120725.401000', '120725.404000', '120725.407000', '120725.410000', '120725.412000', '120725.415000', '120725.418000', '120725.421000', '120725.424000', '120725.427000', '120725.430000', '120725.433000', '120745.305000', '120745.308000', '120745.311000', '120745.314000', '120745.317000', '120745.321000', '120745.324000', '120745.327000', '120745.330000', '120745.333000', '120745.336000', '120745.339000', '120745.342000', '120745.345000', '120745.348000', '120745.351000', '120745.354000', '120745.357000', '120745.360000', '120745.363000', '120745.366000', '120745.369000', '120745.372000', '120745.375000', '120745.378000', '120745.381000', '120745.384000', '120745.387000', '120745.390000', '120745.393000', '120745.396000', '120745.399000', '120745.402000', '120745.405000', '120745.408000', '120745.423000', '120745.426000', '120745.429000', '120745.431000', '120745.434000', '120745.437000', '120745.440000', '120745.443000', '120805.305000', '120805.308000', '120805.311000', '120805.314000', '120805.317000', '120805.320000', '120805.323000', '120805.326000', '120805.329000', '120805.332000', '120805.335000', '120805.338000', '120805.341000', '120805.344000', '120805.347000', '120805.350000', '120805.352000', '120805.355000', '120805.358000', '120805.361000', '120805.364000', '120805.367000', '120805.370000', '120805.373000', '120805.376000', '120805.379000', '120805.382000', '120805.385000', '120805.388000', '120805.391000', '120805.394000', '120805.397000', '120805.400000', '120805.403000', '120805.406000', '120805.409000', '120805.412000', '120805.415000', '120805.418000', '120805.421000', '120805.424000', '120805.427000', '120805.430000', '120805.433000', '120825.305000', '120825.308000', '120825.311000', '120825.314000', '120825.317000', '120825.320000', '120825.323000', '120825.326000', '120825.329000', '120825.332000', '120825.335000', '120825.338000', '120825.341000', '120825.344000', '120825.347000', '120825.350000', '120825.353000', '120825.356000', '120825.359000', '120825.362000', '120825.365000', '120825.367000', '120825.370000', '120825.373000', '120825.376000', '120825.379000', '120825.382000', '120825.385000', '120825.388000', '120825.391000', '120825.394000', '120825.397000', '120825.400000', '120825.405000', '120825.409000', '120825.412000', '120825.415000', '120825.418000', '120825.420000', '120825.423000', '120825.426000', '120825.429000', '120825.432000', '120845.305000', '120845.308000', '120845.311000', '120845.314000', '120845.317000', '120845.320000', '120845.323000', '120845.326000', '120845.329000', '120845.332000', '120845.335000', '120845.338000', '120845.341000', '120845.343000', '120845.346000', '120845.349000', '120845.352000', '120845.355000', '120845.358000', '120845.361000', '120845.364000', '120845.367000', '120845.370000', '120845.373000', '120845.376000', '120845.379000', '120845.382000', '120845.385000', '120845.388000', '120845.391000', '120845.394000', '120845.397000', '120845.400000', '120845.403000', '120845.406000', '120845.409000', '120845.412000', '120845.415000', '120845.418000', '120845.421000', '120845.424000', '120845.426000', '120845.429000', '120845.432000', '120905.305000', '120905.308000', '120905.311000', '120905.314000', '120905.317000', '120905.320000', '120905.323000', '120905.326000', '120905.329000', '120905.332000', '120905.335000', '120905.338000', '120905.341000', '120905.344000', '120905.347000', '120905.350000', '120905.353000', '120905.356000', '120905.360000', '120905.363000', '120905.366000', '120905.369000', '120905.372000', '120905.375000', '120905.378000', '120905.381000', '120905.384000', '120905.386000', '120905.389000', '120905.392000', '120905.395000', '120905.398000', '120905.401000', '120905.404000', '120905.407000', '120905.410000', '120905.413000', '120905.416000', '120905.419000', '120905.422000', '120905.425000', '120905.428000', '120905.431000', '120925.306000', '120925.309000', '120925.312000', '120925.315000', '120925.318000', '120925.321000', '120925.324000', '120925.327000', '120925.330000', '120925.333000', '120925.336000', '120925.339000', '120925.342000', '120925.345000', '120925.348000', '120925.351000', '120925.354000', '120925.368000', '120925.371000', '120925.373000', '120925.376000', '120925.379000', '120925.382000', '120925.385000', '120925.388000', '120925.391000', '120925.394000', '120925.397000', '120925.400000', '120925.403000', '120925.406000', '120925.409000', '120925.412000', '120925.415000', '120925.418000', '120925.421000', '120925.424000', '120925.427000', '120925.429000', '120925.432000', '120925.435000', '120925.438000', '120925.441000', '120925.444000', '120945.306000', '120945.309000', '120945.312000', '120945.315000', '120945.318000', '120945.321000', '120945.324000', '120945.327000', '120945.330000', '120945.333000', '120945.336000', '120945.339000', '120945.342000', '120945.345000', '120945.348000', '120945.351000', '120945.354000', '120945.357000', '120945.359000', '120945.362000', '120945.365000', '120945.368000', '120945.371000', '120945.374000', '120945.377000', '120945.380000', '120945.383000', '120945.386000', '120945.389000', '120945.392000', '120945.395000', '120945.398000', '120945.401000', '120945.404000', '120945.407000', '120945.410000', '120945.413000', '120945.416000', '120945.419000', '120945.422000', '120945.424000', '120945.427000', '120945.430000', '121005.305000', '121005.308000', '121005.311000', '121005.314000', '121005.317000', '121005.320000', '121005.323000', '121005.326000', '121005.329000', '121005.332000', '121005.335000', '121005.338000', '121005.341000', '121005.344000', '121005.347000', '121005.350000', '121005.353000', '121005.356000', '121005.359000', '121005.362000', '121005.364000', '121005.367000', '121005.370000', '121005.373000', '121005.376000', '121005.379000', '121005.382000', '121005.385000', '121005.388000', '121005.391000', '121005.394000', '121005.397000', '121005.400000', '121005.403000', '121005.406000', '121005.409000', '121005.412000', '121005.415000', '121005.418000', '121005.421000', '121005.423000', '121005.426000', '121005.429000', '121005.432000', '121025.305000', '121025.308000', '121025.311000', '121025.314000', '121025.317000', '121025.320000', '121025.323000', '121025.326000', '121025.329000', '121025.332000', '121025.335000', '121025.338000', '121025.341000', '121025.344000', '121025.347000', '121025.350000', '121025.353000', '121025.356000', '121025.359000', '121025.361000', '121025.364000', '121025.367000', '121025.370000', '121025.373000', '121025.376000', '121025.379000', '121025.382000', '121025.385000', '121025.388000', '121025.391000', '121025.394000', '121025.398000', '121025.401000', '121025.404000', '121025.407000', '121025.410000', '121025.413000', '121025.418000', '121025.421000', '121025.424000', '121025.427000', '121025.430000', '121025.433000', '121045.305000', '121045.308000', '121045.311000', '121045.314000', '121045.317000', '121045.320000', '121045.323000', '121045.326000', '121045.329000', '121045.332000', '121045.335000', '121045.338000', '121045.340000', '121045.343000', '121045.346000', '121045.349000', '121045.352000', '121045.355000', '121045.358000', '121045.361000', '121045.364000', '121045.367000', '121045.370000', '121045.373000', '121045.376000', '121045.379000', '121045.382000', '121045.385000', '121045.398000', '121045.401000', '121045.404000', '121045.407000', '121045.410000', '121045.413000', '121045.416000', '121045.419000', '121045.422000', '121045.424000', '121045.427000', '121045.430000', '121045.433000', '121045.436000', '121045.439000', '121045.442000', '121105.305000', '121105.308000', '121105.311000', '121105.314000', '121105.317000', '121105.320000', '121105.323000', '121105.326000', '121105.329000', '121105.332000', '121105.335000', '121105.338000', '121105.341000', '121105.344000', '121105.347000', '121105.350000', '121105.353000', '121105.355000', '121105.358000', '121105.361000', '121105.364000', '121105.367000', '121105.370000', '121105.373000', '121105.376000', '121105.379000', '121105.382000', '121105.385000', '121105.388000', '121105.391000', '121105.394000', '121105.397000', '121105.400000', '121105.403000', '121105.406000', '121105.409000', '121105.412000', '121105.415000', '121105.418000', '121105.420000', '121105.423000', '121105.426000', '121105.429000', '121120.258000', '121120.262000', '121120.265000', '121120.268000', '121120.271000', '121120.274000', '121120.277000', '121120.281000', '121120.284000', '121120.287000', '121120.290000', '121120.293000', '121120.296000', '121120.299000', '121120.302000', '121120.305000', '121120.308000', '121120.312000', '121120.315000', '121120.318000', '121120.321000', '121120.324000', '121120.328000', '121120.331000', '121120.335000', '121120.338000', '121120.341000', '121120.344000', '121120.347000', '121120.350000', '121120.353000', '121120.356000', '121120.359000'], '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': [11335, 16016, 11563, 17507, 12783, 16806, 10290, 13984, 8854, 12776, 8885, 11367, 9386, 10122, 8619, 8619, 7959, 8371, 8169, 7943, 8343, 8653, 8233, 9267, 8422, 9344, 8398, 10458, 8471, 11899, 9117, 13655, 9210, 12900, 8870, 13344, 8942, 13686, 8919, 11580, 8122, 9728, 8451, 8522, 10233, 8531, 9908, 8487, 15753, 8430, 17171, 8972, 14260, 9187, 12561, 8661, 10482, 8501, 8870, 8714, 8972, 8492, 8273, 8361, 8430, 8400, 8499, 13926, 9162, 12744, 8377, 11852, 8643, 11006, 8631, 9182, 7923, 8594, 8356, 8809, 7882, 8905, 8312, 8447, 8072, 8772, 11839, 8950, 12375, 8586, 14359, 8408, 11765, 9425, 11331, 8426, 10228, 8383, 9180, 7787, 9030, 10655, 9051, 7891, 8744, 12246, 8619, 10069, 9004, 8089, 8602, 8302, 8472, 8715, 11902, 8846, 13890, 9238, 10325, 8985, 8454, 8480, 8988, 12823, 8928, 11279, 8400, 8447, 8449, 8721, 7836, 9543, 7622, 9167, 9202, 8320, 9329, 9111, 8156, 9458, 8459, 8168, 7876, 9047, 8673, 8919, 10013, 9080, 11392, 8992, 10192, 8411, 9005, 8545, 8655, 9609, 9052, 10934, 9412, 9888, 8598, 8925, 7884, 8676, 8030, 8857, 7877, 8288, 7743, 8661, 12351, 8761, 16696, 11944, 9797, 17384, 8228, 13690, 8546, 8597, 13365, 8425, 8856, 7797, 9016, 8020, 8662, 9336, 8428, 8730, 7378, 9038, 7351, 9291, 10044, 7940, 9117, 9153, 9460, 12636, 8642, 11782, 8492, 9012, 12444, 9122, 12544, 8268, 9336, 7940, 9240, 7506, 8931, 7768, 8852, 11345, 8357, 10084, 8303, 8746, 7936, 8629, 16209, 8682, 13032, 8399, 8967, 14788, 8803, 12120, 8376, 8781, 7819, 9001, 12572, 8941, 8532, 8860, 8516, 8221, 8888, 14453, 8622, 11430, 10185, 8904, 15349, 8927, 8704, 7856, 8854, 6858, 9329, 8429, 8326, 7807, 8370, 8659, 12956, 8408, 10705, 9330, 9122, 15520, 8480, 10373, 10872, 9387, 13995, 8634, 8441, 8537, 8423, 7858, 8926, 7444, 9129, 7083, 9629, 9838, 7679, 8828, 8053, 9091, 11144, 9515, 10739, 8535, 10390, 8368, 10272, 8458, 9155, 12072, 9494, 16062, 8563, 13538, 9021, 9965, 11166, 9294, 16577, 8836, 13313, 8307, 8507, 8295, 8835, 8237, 9147, 9166, 8521, 8788, 11516, 8846, 11866, 12451, 8926, 15848, 11538, 9377, 8385, 9057, 10221, 8539, 7790, 8332, 7685, 8071, 9235, 7891, 9073, 8819, 9045, 9365, 8706, 9185, 15391, 9711, 12939, 10077, 10807, 9203, 9277, 15906, 8665, 10930, 8932, 8696, 7977, 9066, 14202, 9074, 11145, 8780, 8690, 7727, 9248, 11785, 9315, 9730, 9296, 9077, 8562, 9296, 14976, 9120, 10917, 11627, 9005, 15258, 9099, 8983, 8619, 9055, 8834, 8907, 9060, 8722, 9430, 10686, 9055, 10443, 9021, 8690, 9043, 9161, 15001, 9420, 10592, 9037, 7413, 9739, 8120, 9548, 8970, 9118, 9474, 10278, 14456, 10458, 17100, 10790, 10544, 10848, 9093, 10261, 8871, 8941, 8660, 9085, 8676, 9095, 8022, 9347, 8016, 9507, 7735, 9301, 9814, 9057, 9689, 9315, 10361, 8854, 9249, 9961, 9472, 14907, 8921, 10184, 8576, 7930, 7759, 9052, 7440, 9251, 7155, 9400, 9690, 8863, 9462, 8332, 8913, 8314, 9227, 15483, 8964, 11373, 8076, 9032, 7286, 9067, 7618, 8706, 7201, 8755, 8938, 7724, 8483, 7948, 9048, 15879, 10230, 13195, 11346, 9392, 9180, 9292, 11963, 8377, 8237, 7617, 8702, 6941, 8803, 7139, 8859, 7149, 9018, 9305, 7913, 9480, 8006, 8020, 7982, 8892, 11755, 9124, 14692, 8727, 13400, 8258, 12012, 7645, 8994, 7492, 9147, 8211, 8973, 7188, 9072, 9613, 8665, 9646, 9056, 10185, 9028, 12154, 10105, 8966, 16952, 10311, 13893, 8632, 8454, 8189, 8815, 7287, 8935, 10147, 9158, 8661, 7862, 8952, 13060, 9018, 9082, 8759, 8476, 8241, 8969, 9015, 9151, 13585, 9168, 11400, 8370, 9066, 14108, 8705, 11535, 8246, 8177, 7439, 9034, 7066, 8868, 7281, 8987, 7417, 9046, 9706, 9057, 9915, 8364, 9637, 8594, 9124, 8911, 10031, 8272, 10653, 11432, 9699, 15110, 9010, 12333, 8277, 8011, 8012, 7533, 8455, 7858, 8571, 7922, 8476, 8659, 9922, 8978, 14051, 8861, 10810, 8706, 13140, 9217, 14197, 10400, 9559, 17047, 11870, 9746, 8079, 8467, 9381, 8278, 7499, 7540, 7920, 7355, 8499, 7541, 8558, 9091, 8045, 8764, 7719, 8823, 10552, 9194, 12126, 8129, 8761, 7250, 8925, 9417, 8452, 9346, 7723, 8948, 7340, 8161, 7275, 8706, 7323, 8283, 9772, 8322, 11730, 7627, 9200, 7162, 8681, 15390, 11316, 13355, 9739, 9788, 7338, 8478, 15663, 10274, 13596, 7735, 8598, 7160, 8445, 10806, 8322, 9822, 8327, 9162, 7834, 9243, 7229, 8001, 7408, 8645, 9862, 8542, 15553, 10612, 12759, 9063, 9525, 9108, 9124, 16124, 9388, 13535, 8748, 8567, 7563, 9011, 7359, 8939, 9531, 8392, 9177, 8293, 8532, 7734, 9123, 7453, 8720, 7937, 8786, 10916, 8568, 10222, 7811, 8703, 7310, 8692, 15653, 8215, 12390, 10875, 8785, 8168, 8144, 9351, 7881, 8397, 7295, 8496, 6991, 8314, 9228, 7931, 8722, 7018, 8464, 7274, 8374, 13050, 8242, 11493, 8022, 9602, 10088, 8607, 15921, 9030, 11761, 7223, 8773, 7302, 8646, 7150, 8549, 9937, 8424, 9639, 8164, 9032, 8394, 8693, 7745, 8867, 11613, 8865, 11411, 8533, 10792, 8161, 8362, 8182, 8583, 8090, 9123, 14706, 8705, 9681, 7228, 8897, 7200, 8706, 9472, 8450, 9109, 7814, 7810, 7251, 8976, 7154, 9092, 7389, 8806, 11815, 8472, 12830, 13251, 9627, 11517, 8326, 8707, 13537, 8004, 10717, 7967, 8903, 7212, 8328, 11102, 7662, 7761, 7145, 8390, 8800, 8419, 9906, 7373, 8736, 6921, 8687, 10939, 7837, 8835, 12425, 8346, 11121, 7618, 8909, 7380, 8864, 11803, 8030, 9516, 13774, 8174, 10662, 6947, 8664, 11726, 7916, 8709, 7153, 8837, 7080, 8739, 7279, 8884, 10966, 8733, 10835, 8404, 10087, 8903, 9851, 7790, 10551, 8328, 8958, 9675, 9022, 13810, 9007, 13434, 8940, 11063, 8985, 9414, 7604, 9215, 8080, 8723, 13936, 8659, 9689, 8192, 8180, 7910, 8815, 8234, 8865, 7774, 9690, 8215, 9307, 8479, 9924, 9044, 9835, 7123, 9680, 7738, 9420, 7942, 8382, 8532], 'WindowCenter': [4320.0, 4324.0, 4290.0, 4318.0, 4287.0, 4302.0, 4249.0, 4268.0, 4228.0, 4255.0, 4240.0, 4257.0, 4240.0, 4236.0, 4227.0, 4225.0, 4228.0, 4228.0, 4241.0, 4230.0, 4230.0, 4240.0, 4241.0, 4252.0, 4243.0, 4251.0, 4242.0, 4261.0, 4242.0, 4271.0, 4241.0, 4280.0, 4240.0, 4269.0, 4240.0, 4269.0, 4238.0, 4268.0, 4227.0, 4256.0, 4217.0, 4238.0, 4227.0, 4228.0, 4247.0, 4226.0, 4235.0, 4225.0, 4276.0, 4217.0, 4275.0, 4224.0, 4264.0, 4237.0, 4255.0, 4226.0, 4233.0, 4225.0, 4224.0, 4227.0, 4236.0, 4227.0, 4228.0, 4228.0, 4228.0, 4226.0, 4241.0, 4280.0, 4237.0, 4267.0, 4228.0, 4257.0, 4238.0, 4259.0, 4229.0, 4238.0, 4229.0, 4227.0, 4228.0, 4241.0, 4231.0, 4239.0, 4228.0, 4229.0, 4228.0, 4241.0, 4272.0, 4241.0, 4269.0, 4229.0, 4279.0, 4229.0, 4269.0, 4251.0, 4259.0, 4228.0, 4247.0, 4216.0, 4236.0, 4219.0, 4228.0, 4235.0, 4227.0, 4214.0, 4226.0, 4256.0, 4226.0, 4236.0, 4226.0, 4214.0, 4227.0, 4216.0, 4214.0, 4226.0, 4257.0, 4238.0, 4267.0, 4226.0, 4234.0, 4225.0, 4215.0, 4213.0, 4225.0, 4254.0, 4224.0, 4244.0, 4214.0, 4214.0, 4215.0, 4227.0, 4217.0, 4238.0, 4206.0, 4237.0, 4235.0, 4230.0, 4251.0, 4251.0, 4230.0, 4250.0, 4228.0, 4228.0, 4228.0, 4238.0, 4240.0, 4251.0, 4249.0, 4239.0, 4258.0, 4239.0, 4251.0, 4230.0, 4239.0, 4226.0, 4227.0, 4236.0, 4238.0, 4260.0, 4240.0, 4248.0, 4239.0, 4228.0, 4228.0, 4238.0, 4231.0, 4250.0, 4231.0, 4230.0, 4221.0, 4243.0, 4269.0, 4229.0, 4292.0, 4259.0, 4237.0, 4277.0, 4215.0, 4255.0, 4213.0, 4215.0, 4252.0, 4216.0, 4226.0, 4217.0, 4227.0, 4214.0, 4228.0, 4235.0, 4228.0, 4239.0, 4217.0, 4238.0, 4206.0, 4238.0, 4236.0, 4228.0, 4240.0, 4238.0, 4238.0, 4257.0, 4228.0, 4256.0, 4227.0, 4240.0, 4257.0, 4236.0, 4255.0, 4216.0, 4235.0, 4230.0, 4239.0, 4208.0, 4238.0, 4206.0, 4237.0, 4246.0, 4227.0, 4248.0, 4230.0, 4227.0, 4216.0, 4228.0, 4276.0, 4225.0, 4255.0, 4227.0, 4228.0, 4265.0, 4224.0, 4243.0, 4214.0, 4214.0, 4203.0, 4225.0, 4255.0, 4226.0, 4224.0, 4225.0, 4225.0, 4214.0, 4226.0, 4264.0, 4215.0, 4245.0, 4235.0, 4226.0, 4264.0, 4224.0, 4214.0, 4202.0, 4225.0, 4194.0, 4237.0, 4215.0, 4226.0, 4216.0, 4227.0, 4239.0, 4269.0, 4231.0, 4260.0, 4237.0, 4239.0, 4277.0, 4228.0, 4247.0, 4258.0, 4239.0, 4265.0, 4226.0, 4214.0, 4225.0, 4227.0, 4230.0, 4239.0, 4218.0, 4239.0, 4207.0, 4250.0, 4251.0, 4230.0, 4239.0, 4218.0, 4240.0, 4259.0, 4251.0, 4261.0, 4240.0, 4248.0, 4229.0, 4248.0, 4229.0, 4240.0, 4271.0, 4249.0, 4289.0, 4229.0, 4267.0, 4227.0, 4237.0, 4246.0, 4226.0, 4276.0, 4225.0, 4255.0, 4216.0, 4225.0, 4214.0, 4227.0, 4215.0, 4249.0, 4240.0, 4227.0, 4227.0, 4256.0, 4226.0, 4257.0, 4257.0, 4226.0, 4276.0, 4244.0, 4225.0, 4211.0, 4224.0, 4247.0, 4227.0, 4214.0, 4226.0, 4215.0, 4216.0, 4238.0, 4229.0, 4252.0, 4238.0, 4240.0, 4249.0, 4239.0, 4250.0, 4291.0, 4251.0, 4267.0, 4238.0, 4248.0, 4225.0, 4238.0, 4288.0, 4227.0, 4246.0, 4226.0, 4226.0, 4215.0, 4237.0, 4279.0, 4239.0, 4246.0, 4226.0, 4225.0, 4204.0, 4236.0, 4244.0, 4225.0, 4237.0, 4237.0, 4225.0, 4214.0, 4226.0, 4264.0, 4224.0, 4245.0, 4242.0, 4223.0, 4262.0, 4223.0, 4224.0, 4211.0, 4223.0, 4211.0, 4223.0, 4212.0, 4226.0, 4238.0, 4234.0, 4224.0, 4233.0, 4224.0, 4225.0, 4224.0, 4237.0, 4276.0, 4226.0, 4244.0, 4225.0, 4203.0, 4235.0, 4215.0, 4248.0, 4240.0, 4240.0, 4250.0, 4250.0, 4267.0, 4247.0, 4276.0, 4247.0, 4247.0, 4234.0, 4213.0, 4221.0, 4223.0, 4213.0, 4225.0, 4224.0, 4226.0, 4226.0, 4215.0, 4236.0, 4227.0, 4250.0, 4216.0, 4238.0, 4236.0, 4237.0, 4236.0, 4238.0, 4250.0, 4226.0, 4226.0, 4224.0, 4235.0, 4264.0, 4226.0, 4246.0, 4225.0, 4203.0, 4204.0, 4226.0, 4192.0, 4237.0, 4207.0, 4239.0, 4235.0, 4227.0, 4235.0, 4216.0, 4228.0, 4215.0, 4227.0, 4276.0, 4228.0, 4245.0, 4215.0, 4225.0, 4204.0, 4227.0, 4205.0, 4238.0, 4206.0, 4240.0, 4240.0, 4231.0, 4240.0, 4233.0, 4252.0, 4290.0, 4262.0, 4281.0, 4247.0, 4237.0, 4224.0, 4238.0, 4259.0, 4229.0, 4229.0, 4206.0, 4226.0, 4195.0, 4239.0, 4208.0, 4239.0, 4208.0, 4240.0, 4238.0, 4243.0, 4251.0, 4231.0, 4230.0, 4229.0, 4239.0, 4270.0, 4252.0, 4279.0, 4227.0, 4266.0, 4227.0, 4268.0, 4218.0, 4240.0, 4207.0, 4239.0, 4215.0, 4238.0, 4207.0, 4240.0, 4237.0, 4227.0, 4236.0, 4227.0, 4235.0, 4227.0, 4258.0, 4235.0, 4226.0, 4275.0, 4236.0, 4265.0, 4214.0, 4202.0, 4213.0, 4223.0, 4191.0, 4223.0, 4233.0, 4224.0, 4213.0, 4203.0, 4225.0, 4265.0, 4226.0, 4213.0, 4225.0, 4213.0, 4213.0, 4226.0, 4237.0, 4237.0, 4254.0, 4225.0, 4245.0, 4214.0, 4240.0, 4266.0, 4216.0, 4243.0, 4214.0, 4214.0, 4206.0, 4237.0, 4196.0, 4226.0, 4205.0, 4226.0, 4206.0, 4240.0, 4250.0, 4239.0, 4237.0, 4228.0, 4238.0, 4228.0, 4236.0, 4227.0, 4236.0, 4215.0, 4247.0, 4257.0, 4238.0, 4276.0, 4226.0, 4256.0, 4226.0, 4228.0, 4218.0, 4217.0, 4229.0, 4229.0, 4240.0, 4229.0, 4243.0, 4243.0, 4248.0, 4228.0, 4266.0, 4225.0, 4234.0, 4215.0, 4255.0, 4226.0, 4267.0, 4234.0, 4225.0, 4265.0, 4232.0, 4211.0, 4188.0, 4190.0, 4199.0, 4202.0, 4191.0, 4192.0, 4203.0, 4205.0, 4227.0, 4217.0, 4243.0, 4252.0, 4231.0, 4230.0, 4220.0, 4241.0, 4249.0, 4242.0, 4261.0, 4220.0, 4230.0, 4207.0, 4230.0, 4227.0, 4229.0, 4238.0, 4219.0, 4241.0, 4223.0, 4233.0, 4222.0, 4243.0, 4222.0, 4244.0, 4263.0, 4256.0, 4288.0, 4234.0, 4253.0, 4222.0, 4244.0, 4304.0, 4274.0, 4282.0, 4251.0, 4249.0, 4209.0, 4231.0, 4291.0, 4250.0, 4269.0, 4218.0, 4228.0, 4196.0, 4231.0, 4261.0, 4242.0, 4249.0, 4231.0, 4239.0, 4231.0, 4252.0, 4222.0, 4231.0, 4221.0, 4242.0, 4250.0, 4241.0, 4293.0, 4261.0, 4269.0, 4229.0, 4238.0, 4227.0, 4238.0, 4277.0, 4227.0, 4268.0, 4227.0, 4216.0, 4204.0, 4226.0, 4194.0, 4226.0, 4225.0, 4216.0, 4225.0, 4217.0, 4226.0, 4206.0, 4240.0, 4220.0, 4240.0, 4217.0, 4229.0, 4247.0, 4226.0, 4249.0, 4217.0, 4226.0, 4205.0, 4227.0, 4277.0, 4216.0, 4270.0, 4247.0, 4215.0, 4212.0, 4204.0, 4224.0, 4214.0, 4227.0, 4207.0, 4227.0, 4195.0, 4228.0, 4237.0, 4219.0, 4240.0, 4220.0, 4229.0, 4207.0, 4229.0, 4269.0, 4228.0, 4258.0, 4218.0, 4237.0, 4235.0, 4227.0, 4276.0, 4225.0, 4256.0, 4206.0, 4214.0, 4193.0, 4225.0, 4193.0, 4228.0, 4248.0, 4229.0, 4236.0, 4227.0, 4226.0, 4226.0, 4227.0, 4216.0, 4226.0, 4246.0, 4226.0, 4246.0, 4227.0, 4247.0, 4216.0, 4214.0, 4214.0, 4215.0, 4204.0, 4225.0, 4265.0, 4215.0, 4225.0, 4193.0, 4225.0, 4193.0, 4215.0, 4224.0, 4216.0, 4224.0, 4205.0, 4205.0, 4221.0, 4239.0, 4207.0, 4227.0, 4206.0, 4238.0, 4256.0, 4228.0, 4270.0, 4256.0, 4225.0, 4244.0, 4214.0, 4225.0, 4268.0, 4216.0, 4233.0, 4205.0, 4224.0, 4192.0, 4226.0, 4257.0, 4217.0, 4205.0, 4195.0, 4228.0, 4226.0, 4227.0, 4237.0, 4207.0, 4227.0, 4195.0, 4228.0, 4246.0, 4206.0, 4227.0, 4256.0, 4229.0, 4247.0, 4206.0, 4226.0, 4204.0, 4227.0, 4255.0, 4216.0, 4239.0, 4268.0, 4216.0, 4246.0, 4195.0, 4226.0, 4255.0, 4218.0, 4226.0, 4205.0, 4227.0, 4206.0, 4227.0, 4216.0, 4240.0, 4258.0, 4229.0, 4246.0, 4227.0, 4236.0, 4227.0, 4236.0, 4217.0, 4248.0, 4214.0, 4225.0, 4224.0, 4225.0, 4265.0, 4226.0, 4265.0, 4224.0, 4243.0, 4223.0, 4224.0, 4202.0, 4224.0, 4202.0, 4225.0, 4265.0, 4214.0, 4222.0, 4214.0, 4213.0, 4215.0, 4224.0, 4228.0, 4239.0, 4220.0, 4248.0, 4231.0, 4239.0, 4230.0, 4252.0, 4252.0, 4250.0, 4207.0, 4236.0, 4217.0, 4236.0, 4217.0, 4227.0, 4228.0], 'WindowWidth': [9551.0, 9539.0, 9485.0, 9516.0, 9473.0, 9484.0, 9408.0, 9429.0, 9377.0, 9408.0, 9394.0, 9414.0, 9395.0, 9383.0, 9374.0, 9369.0, 9378.0, 9380.0, 9400.0, 9381.0, 9383.0, 9395.0, 9400.0, 9418.0, 9407.0, 9413.0, 9403.0, 9426.0, 9403.0, 9441.0, 9403.0, 9449.0, 9398.0, 9434.0, 9397.0, 9434.0, 9394.0, 9429.0, 9374.0, 9410.0, 9360.0, 9387.0, 9373.0, 9376.0, 9401.0, 9371.0, 9381.0, 9368.0, 9438.0, 9357.0, 9436.0, 9364.0, 9418.0, 9388.0, 9408.0, 9369.0, 9374.0, 9368.0, 9366.0, 9375.0, 9384.0, 9377.0, 9376.0, 9379.0, 9379.0, 9373.0, 9400.0, 9449.0, 9389.0, 9426.0, 9377.0, 9414.0, 9393.0, 9419.0, 9380.0, 9390.0, 9381.0, 9374.0, 9377.0, 9397.0, 9388.0, 9393.0, 9378.0, 9381.0, 9378.0, 9399.0, 9442.0, 9398.0, 9432.0, 9381.0, 9446.0, 9380.0, 9435.0, 9413.0, 9417.0, 9376.0, 9400.0, 9358.0, 9385.0, 9366.0, 9376.0, 9380.0, 9370.0, 9352.0, 9370.0, 9408.0, 9371.0, 9384.0, 9372.0, 9351.0, 9372.0, 9356.0, 9352.0, 9370.0, 9411.0, 9388.0, 9426.0, 9369.0, 9376.0, 9366.0, 9351.0, 9346.0, 9364.0, 9402.0, 9364.0, 9388.0, 9350.0, 9349.0, 9352.0, 9374.0, 9362.0, 9390.0, 9342.0, 9388.0, 9382.0, 9382.0, 9413.0, 9413.0, 9381.0, 9408.0, 9378.0, 9376.0, 9377.0, 9390.0, 9397.0, 9416.0, 9405.0, 9394.0, 9417.0, 9392.0, 9410.0, 9386.0, 9391.0, 9371.0, 9374.0, 9382.0, 9388.0, 9422.0, 9396.0, 9401.0, 9393.0, 9375.0, 9377.0, 9390.0, 9389.0, 9412.0, 9387.0, 9382.0, 9374.0, 9404.0, 9432.0, 9381.0, 9469.0, 9419.0, 9386.0, 9438.0, 9352.0, 9405.0, 9346.0, 9351.0, 9397.0, 9355.0, 9369.0, 9361.0, 9371.0, 9352.0, 9376.0, 9381.0, 9377.0, 9394.0, 9362.0, 9390.0, 9344.0, 9390.0, 9386.0, 9378.0, 9396.0, 9391.0, 9390.0, 9412.0, 9376.0, 9411.0, 9374.0, 9394.0, 9412.0, 9383.0, 9407.0, 9358.0, 9382.0, 9382.0, 9393.0, 9348.0, 9389.0, 9344.0, 9388.0, 9397.0, 9374.0, 9405.0, 9383.0, 9373.0, 9357.0, 9376.0, 9437.0, 9367.0, 9406.0, 9373.0, 9376.0, 9422.0, 9363.0, 9387.0, 9349.0, 9350.0, 9333.0, 9366.0, 9409.0, 9371.0, 9363.0, 9368.0, 9368.0, 9350.0, 9370.0, 9419.0, 9352.0, 9394.0, 9379.0, 9367.0, 9417.0, 9362.0, 9349.0, 9331.0, 9365.0, 9325.0, 9390.0, 9354.0, 9371.0, 9357.0, 9376.0, 9394.0, 9432.0, 9386.0, 9424.0, 9386.0, 9391.0, 9441.0, 9376.0, 9399.0, 9418.0, 9394.0, 9421.0, 9370.0, 9350.0, 9369.0, 9376.0, 9386.0, 9393.0, 9364.0, 9394.0, 9349.0, 9412.0, 9413.0, 9385.0, 9392.0, 9363.0, 9398.0, 9419.0, 9414.0, 9427.0, 9396.0, 9406.0, 9383.0, 9405.0, 9382.0, 9398.0, 9438.0, 9408.0, 9460.0, 9379.0, 9427.0, 9373.0, 9386.0, 9395.0, 9368.0, 9437.0, 9366.0, 9405.0, 9354.0, 9367.0, 9352.0, 9373.0, 9354.0, 9408.0, 9394.0, 9374.0, 9375.0, 9408.0, 9372.0, 9413.0, 9410.0, 9371.0, 9437.0, 9390.0, 9366.0, 9342.0, 9364.0, 9399.0, 9374.0, 9351.0, 9370.0, 9355.0, 9359.0, 9392.0, 9385.0, 9416.0, 9392.0, 9397.0, 9408.0, 9394.0, 9411.0, 9467.0, 9411.0, 9427.0, 9389.0, 9403.0, 9367.0, 9389.0, 9460.0, 9375.0, 9397.0, 9372.0, 9371.0, 9354.0, 9388.0, 9450.0, 9394.0, 9397.0, 9370.0, 9368.0, 9337.0, 9384.0, 9391.0, 9368.0, 9386.0, 9388.0, 9366.0, 9350.0, 9369.0, 9420.0, 9364.0, 9392.0, 9385.0, 9361.0, 9413.0, 9363.0, 9364.0, 9342.0, 9360.0, 9341.0, 9362.0, 9346.0, 9372.0, 9390.0, 9379.0, 9365.0, 9374.0, 9366.0, 9367.0, 9364.0, 9387.0, 9439.0, 9369.0, 9393.0, 9368.0, 9336.0, 9382.0, 9356.0, 9404.0, 9400.0, 9397.0, 9411.0, 9410.0, 9426.0, 9399.0, 9439.0, 9399.0, 9398.0, 9375.0, 9347.0, 9355.0, 9362.0, 9345.0, 9367.0, 9365.0, 9371.0, 9368.0, 9353.0, 9384.0, 9376.0, 9410.0, 9359.0, 9390.0, 9384.0, 9388.0, 9383.0, 9390.0, 9409.0, 9370.0, 9368.0, 9362.0, 9381.0, 9419.0, 9371.0, 9396.0, 9368.0, 9334.0, 9337.0, 9368.0, 9320.0, 9385.0, 9350.0, 9393.0, 9381.0, 9372.0, 9381.0, 9358.0, 9375.0, 9353.0, 9372.0, 9436.0, 9375.0, 9393.0, 9353.0, 9366.0, 9338.0, 9372.0, 9342.0, 9390.0, 9346.0, 9397.0, 9398.0, 9389.0, 9399.0, 9392.0, 9417.0, 9465.0, 9430.0, 9453.0, 9400.0, 9385.0, 9364.0, 9387.0, 9419.0, 9380.0, 9375.0, 9344.0, 9370.0, 9328.0, 9395.0, 9353.0, 9392.0, 9350.0, 9397.0, 9392.0, 9408.0, 9413.0, 9385.0, 9383.0, 9381.0, 9394.0, 9438.0, 9416.0, 9449.0, 9374.0, 9423.0, 9375.0, 9431.0, 9364.0, 9395.0, 9349.0, 9390.0, 9355.0, 9388.0, 9350.0, 9397.0, 9386.0, 9375.0, 9384.0, 9372.0, 9382.0, 9372.0, 9415.0, 9380.0, 9368.0, 9435.0, 9384.0, 9418.0, 9350.0, 9330.0, 9346.0, 9360.0, 9316.0, 9360.0, 9374.0, 9363.0, 9348.0, 9333.0, 9367.0, 9423.0, 9368.0, 9346.0, 9368.0, 9349.0, 9347.0, 9371.0, 9389.0, 9386.0, 9405.0, 9366.0, 9392.0, 9352.0, 9396.0, 9426.0, 9354.0, 9386.0, 9351.0, 9350.0, 9345.0, 9388.0, 9331.0, 9371.0, 9341.0, 9372.0, 9343.0, 9398.0, 9412.0, 9393.0, 9386.0, 9376.0, 9389.0, 9379.0, 9383.0, 9373.0, 9383.0, 9354.0, 9400.0, 9413.0, 9389.0, 9437.0, 9370.0, 9411.0, 9371.0, 9379.0, 9365.0, 9360.0, 9380.0, 9384.0, 9396.0, 9381.0, 9409.0, 9406.0, 9404.0, 9375.0, 9422.0, 9367.0, 9375.0, 9354.0, 9406.0, 9369.0, 9426.0, 9375.0, 9363.0, 9421.0, 9366.0, 9335.0, 9302.0, 9307.0, 9317.0, 9329.0, 9312.0, 9318.0, 9333.0, 9339.0, 9372.0, 9359.0, 9405.0, 9417.0, 9385.0, 9380.0, 9367.0, 9398.0, 9403.0, 9398.0, 9423.0, 9367.0, 9378.0, 9344.0, 9380.0, 9371.0, 9378.0, 9388.0, 9368.0, 9396.0, 9378.0, 9391.0, 9376.0, 9404.0, 9375.0, 9407.0, 9432.0, 9429.0, 9476.0, 9395.0, 9417.0, 9375.0, 9408.0, 9492.0, 9449.0, 9456.0, 9412.0, 9407.0, 9351.0, 9386.0, 9469.0, 9409.0, 9432.0, 9361.0, 9374.0, 9330.0, 9385.0, 9429.0, 9401.0, 9404.0, 9385.0, 9393.0, 9387.0, 9415.0, 9379.0, 9386.0, 9372.0, 9401.0, 9409.0, 9399.0, 9473.0, 9427.0, 9433.0, 9377.0, 9390.0, 9371.0, 9387.0, 9441.0, 9371.0, 9429.0, 9372.0, 9354.0, 9335.0, 9369.0, 9322.0, 9369.0, 9366.0, 9356.0, 9367.0, 9358.0, 9370.0, 9344.0, 9397.0, 9371.0, 9397.0, 9360.0, 9379.0, 9401.0, 9372.0, 9406.0, 9363.0, 9371.0, 9341.0, 9374.0, 9439.0, 9358.0, 9435.0, 9401.0, 9352.0, 9344.0, 9336.0, 9362.0, 9351.0, 9373.0, 9347.0, 9373.0, 9327.0, 9376.0, 9385.0, 9364.0, 9396.0, 9373.0, 9379.0, 9348.0, 9379.0, 9433.0, 9376.0, 9417.0, 9363.0, 9386.0, 9380.0, 9372.0, 9436.0, 9364.0, 9411.0, 9344.0, 9350.0, 9320.0, 9366.0, 9322.0, 9377.0, 9404.0, 9380.0, 9383.0, 9374.0, 9370.0, 9370.0, 9375.0, 9359.0, 9371.0, 9396.0, 9370.0, 9395.0, 9371.0, 9400.0, 9357.0, 9351.0, 9351.0, 9353.0, 9337.0, 9366.0, 9422.0, 9354.0, 9367.0, 9320.0, 9365.0, 9319.0, 9352.0, 9364.0, 9357.0, 9364.0, 9343.0, 9341.0, 9374.0, 9393.0, 9349.0, 9374.0, 9344.0, 9391.0, 9412.0, 9377.0, 9438.0, 9413.0, 9367.0, 9390.0, 9349.0, 9367.0, 9434.0, 9356.0, 9373.0, 9338.0, 9363.0, 9319.0, 9371.0, 9415.0, 9363.0, 9342.0, 9330.0, 9377.0, 9370.0, 9373.0, 9387.0, 9349.0, 9372.0, 9328.0, 9375.0, 9397.0, 9344.0, 9373.0, 9413.0, 9379.0, 9400.0, 9343.0, 9370.0, 9339.0, 9372.0, 9409.0, 9358.0, 9392.0, 9431.0, 9358.0, 9395.0, 9326.0, 9369.0, 9408.0, 9362.0, 9369.0, 9342.0, 9372.0, 9344.0, 9375.0, 9360.0, 9397.0, 9419.0, 9379.0, 9398.0, 9375.0, 9383.0, 9373.0, 9385.0, 9361.0, 9401.0, 9351.0, 9366.0, 9363.0, 9366.0, 9423.0, 9372.0, 9422.0, 9365.0, 9387.0, 9362.0, 9363.0, 9331.0, 9362.0, 9329.0, 9368.0, 9422.0, 9351.0, 9359.0, 9350.0, 9346.0, 9354.0, 9365.0, 9376.0, 9392.0, 9372.0, 9403.0, 9386.0, 9393.0, 9383.0, 9416.0, 9420.0, 9412.0, 9349.0, 9384.0, 9362.0, 9385.0, 9362.0, 9372.0, 9380.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.0005747640966628309</td></tr>
<tr><td colspan=3>aqi</td><td>0.03361591311852705</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.04047732639403</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1636499532718896</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9683183846198165</td></tr>
<tr><td colspan=3>efc</td><td>0.4687</td></tr>
<tr><td colspan=3>fber</td><td>5475.8022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09328180084275153</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6467203682393556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.511135390596539</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3700720344021704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785215660868011</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3781184765194348</td></tr>
<tr><td colspan=3>gcor</td><td>0.00776743</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019391940906643867</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017853036522865295</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.012273770936626</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>28.3388</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5241</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9513</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304561.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>873.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.1956</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3792</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.292</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3487.438</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.9178</td></tr>
<tr><td colspan=3>tsnr</td><td>34.60427979938686</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>