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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-01/func/sub-0090_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>330cd0b18c46226858a09691b582b4c2</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>20:53:42.090000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99972, 0.0121716, 0.0202886, -0.0129126, 0.999239, 0.0367998]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7732, -7232, 587, 43, -90, -95, -7]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>252.257</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4a9b48a-950f-45b6-af6d-2d6842358e1c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682175874710083, -0.03464346006512642, 0.05352826789021492, 113.68807220458984], [-0.03265548497438431, 2.6808857917785645, 0.10003899782896042, -93.50882720947266], [0.05443291366100311, -0.09873118251562119, 2.697615146636963, -60.951210021972656], [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': ['205342.090000', '205342.550000', '205343.010000', '205343.470000', '205343.930000', '205344.390000', '205344.850000', '205345.310000', '205345.770000', '205346.230000', '205346.690000', '205347.150000', '205347.610000', '205348.070000', '205348.530000', '205348.990000', '205349.450000', '205349.910000', '205350.370000', '205350.830000', '205351.290000', '205351.750000', '205352.210000', '205352.670000', '205353.130000', '205353.590000', '205354.050000', '205354.510000', '205354.970000', '205355.430000', '205355.890000', '205356.350000', '205356.810000', '205357.270000', '205357.730000', '205358.190000', '205358.650000', '205359.110000', '205359.570000', '205400.030000', '205400.490000', '205400.950000', '205401.410000', '205401.870000', '205402.330000', '205402.790000', '205403.250000', '205403.710000', '205404.170000', '205404.630000', '205405.090000', '205405.550000', '205406.010000', '205406.470000', '205406.930000', '205407.390000', '205407.850000', '205408.310000', '205408.770000', '205409.230000', '205409.690000', '205410.150000', '205410.610000', '205411.070000', '205411.530000', '205411.990000', '205412.450000', '205412.910000', '205413.370000', '205413.830000', '205414.290000', '205414.750000', '205415.210000', '205415.670000', '205416.130000', '205416.590000', '205417.050000', '205417.510000', '205417.970000', '205418.430000', '205418.890000', '205419.350000', '205419.810000', '205420.270000', '205420.730000', '205421.190000', '205421.650000', '205422.110000', '205422.570000', '205423.030000', '205423.490000', '205423.950000', '205424.410000', '205424.870000', '205425.330000', '205425.790000', '205426.250000', '205426.710000', '205427.170000', '205427.630000', '205428.090000', '205428.550000', '205429.010000', '205429.470000', '205429.930000', '205430.390000', '205430.850000', '205431.310000', '205431.770000', '205432.230000', '205432.690000', '205433.150000', '205433.610000', '205434.070000', '205434.530000', '205434.990000', '205435.450000', '205435.910000', '205436.370000', '205436.830000', '205437.290000', '205437.750000', '205438.210000', '205438.670000', '205439.130000', '205439.590000', '205440.050000', '205440.510000', '205440.970000', '205441.430000', '205441.890000', '205442.350000', '205442.810000', '205443.270000', '205443.730000', '205444.190000', '205444.650000', '205445.110000', '205445.570000', '205446.030000', '205446.490000', '205446.950000', '205447.410000', '205447.870000', '205448.330000', '205448.790000', '205449.250000', '205449.710000', '205450.170000', '205450.630000', '205451.090000', '205451.550000', '205452.010000', '205452.470000', '205452.930000', '205453.390000', '205453.850000', '205454.310000', '205454.770000', '205455.230000', '205455.690000', '205456.150000', '205456.610000', '205457.070000', '205457.530000', '205457.990000', '205458.450000', '205458.910000', '205459.370000', '205459.830000', '205500.290000', '205500.750000', '205501.210000', '205501.670000', '205502.130000', '205502.590000', '205503.050000', '205503.510000', '205503.970000', '205504.430000', '205504.890000', '205505.350000', '205505.810000', '205506.270000', '205506.730000', '205507.190000', '205507.650000', '205508.110000', '205508.570000', '205509.030000', '205509.490000', '205509.950000', '205510.410000', '205510.870000', '205511.330000', '205511.790000', '205512.250000', '205512.710000', '205513.170000', '205513.630000', '205514.090000', '205514.550000', '205515.010000', '205515.470000', '205515.930000', '205516.390000', '205516.850000', '205517.310000', '205517.770000', '205518.230000', '205518.690000', '205519.150000', '205519.610000', '205520.070000', '205520.530000', '205520.990000', '205521.450000', '205521.910000', '205522.370000', '205522.830000', '205523.290000', '205523.750000', '205524.210000', '205524.670000', '205525.130000', '205525.590000', '205526.050000', '205526.510000', '205526.970000', '205527.430000', '205527.890000', '205528.350000', '205528.810000', '205529.270000', '205529.730000', '205530.190000', '205530.650000', '205531.110000', '205531.570000', '205532.030000', '205532.490000', '205532.950000', '205533.410000', '205533.870000', '205534.330000', '205534.790000', '205535.250000', '205535.710000', '205536.170000', '205536.630000', '205537.090000', '205537.550000', '205538.010000', '205538.470000', '205538.930000', '205539.390000', '205539.850000', '205540.310000', '205540.770000', '205541.230000', '205541.690000', '205542.150000', '205542.610000', '205543.070000', '205543.530000', '205543.990000', '205544.450000', '205544.910000', '205545.370000', '205545.830000', '205546.290000', '205546.750000', '205547.210000', '205547.670000', '205548.130000', '205548.590000', '205549.050000', '205549.510000', '205549.970000', '205550.430000', '205550.890000', '205551.350000', '205551.810000', '205552.270000', '205552.730000', '205553.190000', '205553.650000', '205554.110000', '205554.570000', '205555.030000', '205555.490000', '205555.950000', '205556.410000', '205556.870000', '205557.330000', '205557.790000', '205558.250000', '205558.710000', '205559.170000', '205559.630000', '205600.090000', '205600.550000', '205601.010000', '205601.470000', '205601.930000', '205602.390000', '205602.850000', '205603.310000', '205603.770000', '205604.230000', '205604.690000', '205605.150000', '205605.610000', '205606.070000', '205606.530000', '205606.990000', '205607.450000', '205607.910000', '205608.370000', '205608.830000', '205609.290000', '205609.750000', '205610.210000', '205610.670000', '205611.130000', '205611.590000', '205612.050000', '205612.510000', '205612.970000', '205613.430000', '205613.890000', '205614.350000', '205614.810000', '205615.270000', '205615.730000', '205616.190000', '205616.650000', '205617.110000', '205617.570000', '205618.030000', '205618.490000', '205618.950000', '205619.410000', '205619.870000', '205620.330000', '205620.790000', '205621.250000', '205621.710000', '205622.170000', '205622.630000', '205623.090000', '205623.550000', '205624.010000', '205624.470000', '205624.930000', '205625.390000', '205625.850000', '205626.310000', '205626.770000', '205627.230000', '205627.690000', '205628.150000', '205628.610000', '205629.070000', '205629.530000', '205629.990000', '205630.450000', '205630.910000', '205631.370000', '205631.830000', '205632.290000', '205632.750000', '205633.210000', '205633.670000', '205634.130000', '205634.590000', '205635.050000', '205635.510000', '205635.970000', '205636.430000', '205636.890000', '205637.350000', '205637.810000', '205638.270000', '205638.730000', '205639.190000', '205639.650000', '205640.110000', '205640.570000', '205641.030000', '205641.490000', '205641.950000', '205642.410000', '205642.870000', '205643.330000', '205643.790000', '205644.250000', '205644.710000', '205645.170000', '205645.630000', '205646.090000', '205646.550000', '205647.010000', '205647.470000', '205647.930000', '205648.390000', '205648.850000', '205649.310000', '205649.770000', '205650.230000', '205650.690000', '205651.150000', '205651.610000', '205652.070000', '205652.530000', '205652.990000', '205653.450000', '205653.910000', '205654.370000', '205654.830000', '205655.290000', '205655.750000', '205656.210000', '205656.670000', '205657.130000', '205657.590000', '205658.050000', '205658.510000', '205658.970000', '205659.430000', '205659.890000', '205700.350000', '205700.810000', '205701.270000', '205701.730000', '205702.190000', '205702.650000', '205703.110000', '205703.570000', '205704.030000', '205704.490000', '205704.950000', '205705.410000', '205705.870000', '205706.330000', '205706.790000', '205707.250000', '205707.710000', '205708.170000', '205708.630000', '205709.090000', '205709.550000', '205710.010000', '205710.470000', '205710.930000', '205711.390000', '205711.850000', '205712.310000', '205712.770000', '205713.230000', '205713.690000', '205714.150000', '205714.610000', '205715.070000', '205715.530000', '205715.990000', '205716.450000', '205716.910000', '205717.370000', '205717.830000', '205718.290000', '205718.750000', '205719.210000', '205719.670000', '205720.130000', '205720.590000', '205721.050000', '205721.510000', '205721.970000', '205722.430000', '205722.890000', '205723.350000', '205723.810000', '205724.270000', '205724.730000', '205725.190000', '205725.650000', '205726.110000', '205726.570000', '205727.030000', '205727.490000', '205727.950000', '205728.410000', '205728.870000', '205729.330000', '205729.790000', '205730.250000', '205730.710000', '205731.170000', '205731.630000', '205732.090000', '205732.550000', '205733.010000', '205733.470000', '205733.930000', '205734.390000', '205734.850000', '205735.310000', '205735.770000', '205736.230000', '205736.690000', '205737.150000', '205737.610000', '205738.070000', '205738.530000', '205738.990000', '205739.450000', '205739.910000', '205740.370000', '205740.830000', '205741.290000', '205741.750000', '205742.210000', '205742.670000', '205743.130000', '205743.590000', '205744.050000', '205744.510000', '205744.970000', '205745.430000', '205745.890000', '205746.350000', '205746.810000', '205747.270000', '205747.730000', '205748.190000', '205748.650000', '205749.110000', '205749.570000', '205750.030000', '205750.490000', '205750.950000', '205751.410000', '205751.870000', '205752.330000', '205752.790000', '205753.250000', '205753.710000', '205754.170000', '205754.630000', '205755.090000', '205755.550000', '205756.010000', '205756.470000', '205756.930000', '205757.390000', '205757.850000', '205758.310000', '205758.770000', '205759.230000', '205759.690000', '205800.150000', '205800.610000', '205801.070000', '205801.530000', '205801.990000', '205802.450000', '205802.910000', '205803.370000', '205803.830000', '205804.290000', '205804.750000', '205805.210000', '205805.670000', '205806.130000', '205806.590000', '205807.050000', '205807.510000', '205807.970000', '205808.430000', '205808.890000', '205809.350000', '205809.810000', '205810.270000', '205810.730000', '205811.190000', '205811.650000', '205812.110000', '205812.570000', '205813.030000', '205813.490000', '205813.950000', '205814.410000', '205814.870000', '205815.330000', '205815.790000', '205816.250000', '205816.710000', '205817.170000', '205817.630000', '205818.090000', '205818.550000', '205819.010000', '205819.470000', '205819.930000', '205820.390000', '205820.850000', '205821.310000', '205821.770000', '205822.230000', '205822.690000', '205823.150000', '205823.610000', '205824.070000', '205824.530000', '205824.990000', '205825.450000', '205825.910000', '205826.370000', '205826.830000', '205827.290000', '205827.750000', '205828.210000', '205828.670000', '205829.130000', '205829.590000', '205830.050000', '205830.510000', '205830.970000', '205831.430000', '205831.890000', '205832.350000', '205832.810000', '205833.270000', '205833.730000', '205834.190000', '205834.650000', '205835.110000', '205835.570000', '205836.030000', '205836.490000', '205836.950000', '205837.410000', '205837.870000', '205838.330000', '205838.790000', '205839.250000', '205839.710000', '205840.170000', '205840.630000', '205841.090000', '205841.550000', '205842.010000', '205842.470000', '205842.930000', '205843.390000', '205843.850000', '205844.310000', '205844.770000', '205845.230000', '205845.690000', '205846.150000', '205846.610000', '205847.070000', '205847.530000', '205847.990000', '205848.450000', '205848.910000', '205849.370000', '205849.830000', '205850.290000', '205850.750000', '205851.210000', '205851.670000', '205852.130000', '205852.590000', '205853.050000', '205853.510000', '205853.970000', '205854.430000', '205854.890000', '205855.350000', '205855.810000', '205856.270000', '205856.730000', '205857.190000', '205857.650000', '205858.110000', '205858.570000', '205859.030000', '205859.490000', '205859.950000', '205900.410000', '205900.870000', '205901.330000', '205901.790000', '205902.250000', '205902.710000', '205903.170000', '205903.630000', '205904.090000', '205904.550000', '205905.010000', '205905.470000', '205905.930000', '205906.390000', '205906.850000', '205907.310000', '205907.770000', '205908.230000', '205908.690000', '205909.150000', '205909.610000', '205910.070000', '205910.530000', '205910.990000', '205911.450000', '205911.910000', '205912.370000', '205912.830000', '205913.290000', '205913.750000', '205914.210000', '205914.670000', '205915.130000', '205915.590000', '205916.050000', '205916.510000', '205916.970000', '205917.430000', '205917.890000', '205918.350000', '205918.810000', '205919.270000', '205919.730000', '205920.190000', '205920.650000', '205921.110000', '205921.570000', '205922.030000', '205922.490000', '205922.950000', '205923.410000', '205923.870000', '205924.330000', '205924.790000', '205925.250000', '205925.710000', '205926.170000', '205926.630000', '205927.090000', '205927.550000', '205928.010000', '205928.470000', '205928.930000', '205929.390000', '205929.850000', '205930.310000', '205930.770000', '205931.230000', '205931.690000', '205932.150000', '205932.610000', '205933.070000', '205933.530000', '205933.990000', '205934.450000', '205934.910000', '205935.370000', '205935.830000', '205936.290000', '205936.750000', '205937.210000', '205937.670000', '205938.130000', '205938.590000', '205939.050000', '205939.510000', '205939.970000', '205940.430000', '205940.890000', '205941.350000', '205941.810000', '205942.270000', '205942.730000', '205943.190000', '205943.650000', '205944.110000', '205944.570000', '205945.030000', '205945.490000', '205945.950000', '205946.410000', '205946.870000', '205947.330000', '205947.790000', '205948.250000', '205948.710000', '205949.170000', '205949.630000', '205950.090000', '205950.550000', '205951.010000', '205951.470000', '205951.930000', '205952.390000', '205952.850000', '205953.310000', '205953.770000', '205954.230000', '205954.690000', '205955.150000', '205955.610000', '205956.070000', '205956.530000', '205956.990000', '205957.450000', '205957.910000', '205958.370000', '205958.830000', '205959.290000', '205959.750000', '210000.210000', '210000.670000', '210001.130000', '210001.590000', '210002.050000', '210002.510000', '210002.970000', '210003.430000', '210003.890000', '210004.350000', '210004.810000', '210005.270000', '210005.730000', '210006.190000', '210006.650000', '210007.110000', '210007.570000', '210008.030000', '210008.490000', '210008.950000', '210009.410000', '210009.870000', '210010.330000', '210010.790000', '210011.250000', '210011.710000', '210012.170000', '210012.630000', '210013.090000', '210013.550000', '210014.010000', '210014.470000', '210014.930000', '210015.390000', '210015.850000', '210016.310000', '210016.770000', '210017.230000', '210017.690000', '210018.150000', '210018.610000', '210019.070000', '210019.530000', '210019.990000', '210020.450000', '210020.910000', '210021.370000', '210021.830000', '210022.290000', '210022.750000'], 'ContentTime': ['205354.545000', '205354.548000', '205354.550000', '205354.553000', '205354.556000', '205354.558000', '205354.561000', '205354.563000', '205354.566000', '205354.569000', '205354.571000', '205354.574000', '205354.576000', '205354.579000', '205354.582000', '205354.584000', '205354.587000', '205354.594000', '205354.596000', '205354.599000', '205354.601000', '205354.604000', '205354.607000', '205354.609000', '205414.517000', '205414.520000', '205414.523000', '205414.525000', '205414.528000', '205414.531000', '205414.533000', '205414.536000', '205414.539000', '205414.542000', '205414.544000', '205414.547000', '205414.549000', '205414.552000', '205414.555000', '205414.557000', '205414.560000', '205414.563000', '205414.565000', '205414.568000', '205414.570000', '205414.573000', '205414.575000', '205414.578000', '205414.581000', '205414.583000', '205414.586000', '205414.588000', '205414.591000', '205414.594000', '205414.596000', '205414.599000', '205414.602000', '205414.604000', '205414.607000', '205414.609000', '205414.612000', '205414.615000', '205414.623000', '205414.625000', '205414.628000', '205414.631000', '205414.633000', '205414.636000', '205434.516000', '205434.519000', '205434.522000', '205434.524000', '205434.527000', '205434.529000', '205434.532000', '205434.535000', '205434.537000', '205434.540000', '205434.542000', '205434.545000', '205434.548000', '205434.550000', '205434.553000', '205434.555000', '205434.558000', '205434.560000', '205434.563000', '205434.566000', '205434.568000', '205434.571000', '205434.573000', '205434.576000', '205434.578000', '205434.581000', '205434.584000', '205434.586000', '205434.589000', '205434.591000', '205434.594000', '205434.597000', '205434.599000', '205434.602000', '205434.605000', '205434.607000', '205434.610000', '205434.612000', '205434.625000', '205434.628000', '205434.630000', '205434.633000', '205434.635000', '205454.517000', '205454.520000', '205454.522000', '205454.525000', '205454.527000', '205454.530000', '205454.533000', '205454.535000', '205454.538000', '205454.540000', '205454.543000', '205454.546000', '205454.548000', '205454.551000', '205454.553000', '205454.572000', '205454.575000', '205454.577000', '205454.580000', '205454.582000', '205454.585000', '205454.587000', '205454.590000', '205454.593000', '205454.595000', '205454.598000', '205454.600000', '205454.603000', '205454.606000', '205454.608000', '205454.611000', '205454.614000', '205454.616000', '205454.619000', '205454.621000', '205454.624000', '205454.626000', '205454.629000', '205454.632000', '205454.634000', '205454.637000', '205454.646000', '205454.649000', '205454.651000', '205514.516000', '205514.520000', '205514.522000', '205514.525000', '205514.527000', '205514.530000', '205514.533000', '205514.535000', '205514.538000', '205514.540000', '205514.543000', '205514.546000', '205514.548000', '205514.551000', '205514.553000', '205514.556000', '205514.558000', '205514.561000', '205514.564000', '205514.566000', '205514.569000', '205514.571000', '205514.574000', '205514.577000', '205514.579000', '205514.582000', '205514.584000', '205514.587000', '205514.590000', '205514.592000', '205514.595000', '205514.597000', '205514.600000', '205514.602000', '205514.605000', '205514.608000', '205514.610000', '205514.613000', '205514.615000', '205514.618000', '205514.620000', '205514.623000', '205514.626000', '205534.517000', '205534.520000', '205534.523000', '205534.526000', '205534.529000', '205534.532000', '205534.534000', '205534.537000', '205534.540000', '205534.542000', '205534.545000', '205534.547000', '205534.550000', '205534.552000', '205534.555000', '205534.558000', '205534.560000', '205534.563000', '205534.565000', '205534.568000', '205534.571000', '205534.573000', '205534.576000', '205534.578000', '205534.581000', '205534.584000', '205534.586000', '205534.589000', '205534.592000', '205534.594000', '205534.597000', '205534.600000', '205534.602000', '205534.605000', '205534.607000', '205534.610000', '205534.613000', '205534.615000', '205534.618000', '205534.620000', '205534.623000', '205534.626000', '205534.628000', '205534.631000', '205554.518000', '205554.520000', '205554.523000', '205554.526000', '205554.528000', '205554.531000', '205554.533000', '205554.536000', '205554.539000', '205554.541000', '205554.544000', '205554.547000', '205554.549000', '205554.552000', '205554.554000', '205554.557000', '205554.560000', '205554.562000', '205554.565000', '205554.567000', '205554.570000', '205554.573000', '205554.576000', '205554.578000', '205554.581000', '205554.583000', '205554.586000', '205554.589000', '205554.591000', '205554.594000', '205554.596000', '205554.599000', '205554.602000', '205554.604000', '205554.607000', '205554.610000', '205554.612000', '205554.615000', '205554.617000', '205554.620000', '205554.623000', '205554.625000', '205554.628000', '205614.517000', '205614.520000', '205614.523000', '205614.525000', '205614.528000', '205614.530000', '205614.539000', '205614.541000', '205614.544000', '205614.547000', '205614.549000', '205614.552000', '205614.554000', '205614.557000', '205614.560000', '205614.562000', '205614.565000', '205614.568000', '205614.570000', '205614.573000', '205614.575000', '205614.578000', '205614.581000', '205614.583000', '205614.586000', '205614.588000', '205614.591000', '205614.594000', '205614.596000', '205614.599000', '205614.602000', '205614.604000', '205614.607000', '205614.609000', '205614.612000', '205614.615000', '205614.617000', '205614.620000', '205614.623000', '205614.625000', '205614.628000', '205614.630000', '205614.633000', '205614.636000', '205634.518000', '205634.520000', '205634.523000', '205634.526000', '205634.529000', '205634.531000', '205634.534000', '205634.537000', '205634.540000', '205634.542000', '205634.564000', '205634.567000', '205634.569000', '205634.572000', '205634.575000', '205634.577000', '205634.580000', '205634.583000', '205634.585000', '205634.588000', '205634.591000', '205634.593000', '205634.596000', '205634.599000', '205634.601000', '205634.604000', '205634.606000', '205634.609000', '205634.612000', '205634.614000', '205634.617000', '205634.619000', '205634.622000', '205634.625000', '205634.627000', '205634.630000', '205634.633000', '205634.635000', '205634.638000', '205634.640000', '205634.643000', '205634.646000', '205634.648000', '205654.517000', '205654.520000', '205654.522000', '205654.525000', '205654.527000', '205654.530000', '205654.533000', '205654.536000', '205654.538000', '205654.541000', '205654.544000', '205654.547000', '205654.549000', '205654.552000', '205654.555000', '205654.557000', '205654.560000', '205654.562000', '205654.566000', '205654.569000', '205654.571000', '205654.574000', '205654.576000', '205654.579000', '205654.582000', '205654.584000', '205654.587000', '205654.590000', '205654.592000', '205654.595000', '205654.597000', '205654.600000', '205654.603000', '205654.605000', '205654.608000', '205654.611000', '205654.613000', '205654.616000', '205654.619000', '205654.621000', '205654.624000', '205654.627000', '205654.629000', '205714.516000', '205714.519000', '205714.522000', '205714.525000', '205714.527000', '205714.530000', '205714.532000', '205714.535000', '205714.537000', '205714.547000', '205714.549000', '205714.552000', '205714.555000', '205714.557000', '205714.560000', '205714.563000', '205714.565000', '205714.568000', '205714.571000', '205714.573000', '205714.576000', '205714.578000', '205714.581000', '205714.584000', '205714.587000', '205714.589000', '205714.592000', '205714.594000', '205714.597000', '205714.600000', '205714.602000', '205714.605000', '205714.608000', '205714.610000', '205714.613000', '205714.615000', '205714.618000', '205714.621000', '205714.623000', '205714.626000', '205714.629000', '205714.631000', '205714.634000', '205714.636000', '205734.517000', '205734.520000', '205734.523000', '205734.526000', '205734.528000', '205734.531000', '205734.533000', '205734.536000', '205734.539000', '205734.541000', '205734.544000', '205734.547000', '205734.549000', '205734.552000', '205734.555000', '205734.557000', '205734.560000', '205734.563000', '205734.565000', '205734.568000', '205734.570000', '205734.573000', '205734.576000', '205734.578000', '205734.581000', '205734.584000', '205734.586000', '205734.589000', '205734.591000', '205734.594000', '205734.597000', '205734.599000', '205734.602000', '205734.605000', '205734.607000', '205734.610000', '205734.613000', '205734.615000', '205734.618000', '205734.620000', '205734.623000', '205734.626000', '205734.628000', '205754.518000', '205754.521000', '205754.523000', '205754.526000', '205754.529000', '205754.532000', '205754.534000', '205754.537000', '205754.540000', '205754.543000', '205754.545000', '205754.548000', '205754.551000', '205754.553000', '205754.556000', '205754.559000', '205754.561000', '205754.564000', '205754.567000', '205754.569000', '205754.572000', '205754.574000', '205754.577000', '205754.580000', '205754.582000', '205754.585000', '205754.588000', '205754.590000', '205754.593000', '205754.595000', '205754.598000', '205754.601000', '205754.603000', '205754.606000', '205754.609000', '205754.611000', '205754.651000', '205754.654000', '205754.656000', '205754.659000', '205754.662000', '205754.664000', '205754.667000', '205754.670000', '205814.518000', '205814.520000', '205814.523000', '205814.526000', '205814.529000', '205814.531000', '205814.534000', '205814.537000', '205814.539000', '205814.542000', '205814.544000', '205814.547000', '205814.550000', '205814.552000', '205814.555000', '205814.558000', '205814.560000', '205814.563000', '205814.566000', '205814.568000', '205814.571000', '205814.574000', '205814.576000', '205814.579000', '205814.582000', '205814.584000', '205814.587000', '205814.590000', '205814.592000', '205814.595000', '205814.597000', '205814.600000', '205814.603000', '205814.606000', '205814.609000', '205814.612000', '205814.615000', '205814.617000', '205814.620000', '205814.622000', '205814.625000', '205814.628000', '205814.630000', '205834.517000', '205834.520000', '205834.523000', '205834.525000', '205834.529000', '205834.531000', '205834.534000', '205834.537000', '205834.540000', '205834.542000', '205834.545000', '205834.548000', '205834.566000', '205834.569000', '205834.571000', '205834.574000', '205834.577000', '205834.580000', '205834.582000', '205834.585000', '205834.588000', '205834.590000', '205834.593000', '205834.595000', '205834.598000', '205834.601000', '205834.603000', '205834.606000', '205834.609000', '205834.611000', '205834.614000', '205834.617000', '205834.619000', '205834.622000', '205834.625000', '205834.627000', '205834.630000', '205834.633000', '205834.635000', '205834.638000', '205834.641000', '205834.643000', '205834.646000', '205834.648000', '205854.518000', '205854.520000', '205854.523000', '205854.526000', '205854.528000', '205854.531000', '205854.534000', '205854.536000', '205854.539000', '205854.542000', '205854.544000', '205854.547000', '205854.550000', '205854.552000', '205854.555000', '205854.558000', '205854.560000', '205854.563000', '205854.566000', '205854.569000', '205854.571000', '205854.574000', '205854.576000', '205854.579000', '205854.582000', '205854.584000', '205854.587000', '205854.590000', '205854.592000', '205854.595000', '205854.598000', '205854.601000', '205854.603000', '205854.608000', '205854.611000', '205854.613000', '205854.616000', '205854.619000', '205854.621000', '205854.624000', '205854.627000', '205854.629000', '205854.632000', '205914.516000', '205914.519000', '205914.522000', '205914.525000', '205914.527000', '205914.530000', '205914.532000', '205914.535000', '205914.538000', '205914.540000', '205914.543000', '205914.547000', '205914.549000', '205914.552000', '205914.554000', '205914.557000', '205914.560000', '205914.562000', '205914.565000', '205914.568000', '205914.571000', '205914.573000', '205914.576000', '205914.579000', '205914.581000', '205914.584000', '205914.586000', '205914.589000', '205914.592000', '205914.594000', '205914.597000', '205914.600000', '205914.602000', '205914.605000', '205914.608000', '205914.610000', '205914.613000', '205914.616000', '205914.618000', '205914.621000', '205914.623000', '205914.626000', '205914.629000', '205914.631000', '205934.516000', '205934.519000', '205934.522000', '205934.525000', '205934.527000', '205934.530000', '205934.533000', '205934.535000', '205934.538000', '205934.541000', '205934.543000', '205934.546000', '205934.548000', '205934.551000', '205934.554000', '205934.556000', '205934.559000', '205934.581000', '205934.584000', '205934.586000', '205934.589000', '205934.591000', '205934.594000', '205934.597000', '205934.599000', '205934.602000', '205934.605000', '205934.607000', '205934.610000', '205934.612000', '205934.615000', '205934.618000', '205934.620000', '205934.623000', '205934.626000', '205934.628000', '205934.631000', '205934.633000', '205934.636000', '205934.639000', '205934.641000', '205934.645000', '205934.648000', '205954.516000', '205954.519000', '205954.522000', '205954.525000', '205954.527000', '205954.530000', '205954.533000', '205954.535000', '205954.538000', '205954.541000', '205954.543000', '205954.546000', '205954.549000', '205954.553000', '205954.555000', '205954.558000', '205954.561000', '205954.563000', '205954.566000', '205954.569000', '205954.571000', '205954.574000', '205954.576000', '205954.579000', '205954.582000', '205954.584000', '205954.587000', '205954.589000', '205954.592000', '205954.595000', '205954.597000', '205954.600000', '205954.603000', '205954.606000', '205954.608000', '205954.612000', '205954.615000', '205954.617000', '205954.620000', '205954.622000', '205954.625000', '205954.628000', '205954.630000', '205954.633000', '210014.518000', '210014.521000', '210014.523000', '210014.526000', '210014.529000', '210014.531000', '210014.534000', '210014.536000', '210014.539000', '210014.542000', '210014.544000', '210014.547000', '210014.550000', '210014.552000', '210014.555000', '210014.558000', '210014.560000', '210014.563000', '210014.566000', '210014.568000', '210014.571000', '210014.574000', '210014.576000', '210014.579000', '210014.582000', '210014.584000', '210014.587000', '210014.589000', '210014.592000', '210014.595000', '210014.597000', '210014.600000', '210014.603000', '210014.606000', '210014.608000', '210014.611000', '210014.614000', '210014.616000', '210014.619000', '210014.622000', '210014.624000', '210014.627000', '210014.630000', '210024.276000', '210024.279000', '210024.282000', '210024.285000', '210024.288000', '210024.290000', '210024.293000', '210024.296000', '210024.299000', '210024.302000', '210024.305000', '210024.308000', '210024.310000', '210024.313000', '210024.316000', '210024.320000', '210024.323000', '210024.325000', '210024.328000', '210024.331000', '210024.334000', '210024.340000'], 'InstanceCreationTime': ['205354.545000', '205354.548000', '205354.550000', '205354.553000', '205354.556000', '205354.558000', '205354.561000', '205354.563000', '205354.566000', '205354.569000', '205354.571000', '205354.574000', '205354.576000', '205354.579000', '205354.582000', '205354.584000', '205354.587000', '205354.594000', '205354.596000', '205354.599000', '205354.601000', '205354.604000', '205354.607000', '205354.609000', '205414.517000', '205414.520000', '205414.523000', '205414.525000', '205414.528000', '205414.531000', '205414.533000', '205414.536000', '205414.539000', '205414.542000', '205414.544000', '205414.547000', '205414.549000', '205414.552000', '205414.555000', '205414.557000', '205414.560000', '205414.563000', '205414.565000', '205414.568000', '205414.570000', '205414.573000', '205414.575000', '205414.578000', '205414.581000', '205414.583000', '205414.586000', '205414.588000', '205414.591000', '205414.594000', '205414.596000', '205414.599000', '205414.602000', '205414.604000', '205414.607000', '205414.609000', '205414.612000', '205414.615000', '205414.623000', '205414.625000', '205414.628000', '205414.631000', '205414.633000', '205414.636000', '205434.516000', '205434.519000', '205434.522000', '205434.524000', '205434.527000', '205434.529000', '205434.532000', '205434.535000', '205434.537000', '205434.540000', '205434.542000', '205434.545000', '205434.548000', '205434.550000', '205434.553000', '205434.555000', '205434.558000', '205434.560000', '205434.563000', '205434.566000', '205434.568000', '205434.571000', '205434.573000', '205434.576000', '205434.578000', '205434.581000', '205434.584000', '205434.586000', '205434.589000', '205434.591000', '205434.594000', '205434.597000', '205434.599000', '205434.602000', '205434.605000', '205434.607000', '205434.610000', '205434.612000', '205434.625000', '205434.628000', '205434.630000', '205434.633000', '205434.635000', '205454.517000', '205454.520000', '205454.522000', '205454.525000', '205454.527000', '205454.530000', '205454.533000', '205454.535000', '205454.538000', '205454.540000', '205454.543000', '205454.546000', '205454.548000', '205454.551000', '205454.553000', '205454.572000', '205454.575000', '205454.577000', '205454.580000', '205454.582000', '205454.585000', '205454.587000', '205454.590000', '205454.593000', '205454.595000', '205454.598000', '205454.600000', '205454.603000', '205454.606000', '205454.608000', '205454.611000', '205454.614000', '205454.616000', '205454.619000', '205454.621000', '205454.624000', '205454.626000', '205454.629000', '205454.632000', '205454.634000', '205454.637000', '205454.646000', '205454.649000', '205454.651000', '205514.516000', '205514.520000', '205514.522000', '205514.525000', '205514.527000', '205514.530000', '205514.533000', '205514.535000', '205514.538000', '205514.540000', '205514.543000', '205514.546000', '205514.548000', '205514.551000', '205514.553000', '205514.556000', '205514.558000', '205514.561000', '205514.564000', '205514.566000', '205514.569000', '205514.571000', '205514.574000', '205514.577000', '205514.579000', '205514.582000', '205514.584000', '205514.587000', '205514.590000', '205514.592000', '205514.595000', '205514.597000', '205514.600000', '205514.602000', '205514.605000', '205514.608000', '205514.610000', '205514.613000', '205514.615000', '205514.618000', '205514.620000', '205514.623000', '205514.626000', '205534.517000', '205534.520000', '205534.523000', '205534.526000', '205534.529000', '205534.532000', '205534.534000', '205534.537000', '205534.540000', '205534.542000', '205534.545000', '205534.547000', '205534.550000', '205534.552000', '205534.555000', '205534.558000', '205534.560000', '205534.563000', '205534.565000', '205534.568000', '205534.571000', '205534.573000', '205534.576000', '205534.578000', '205534.581000', '205534.584000', '205534.586000', '205534.589000', '205534.592000', '205534.594000', '205534.597000', '205534.600000', '205534.602000', '205534.605000', '205534.607000', '205534.610000', '205534.613000', '205534.615000', '205534.618000', '205534.620000', '205534.623000', '205534.626000', '205534.628000', '205534.631000', '205554.518000', '205554.520000', '205554.523000', '205554.526000', '205554.528000', '205554.531000', '205554.533000', '205554.536000', '205554.539000', '205554.541000', '205554.544000', '205554.547000', '205554.549000', '205554.552000', '205554.554000', '205554.557000', '205554.560000', '205554.562000', '205554.565000', '205554.567000', '205554.570000', '205554.573000', '205554.576000', '205554.578000', '205554.581000', '205554.583000', '205554.586000', '205554.589000', '205554.591000', '205554.594000', '205554.596000', '205554.599000', '205554.602000', '205554.604000', '205554.607000', '205554.610000', '205554.612000', '205554.615000', '205554.617000', '205554.620000', '205554.623000', '205554.625000', '205554.628000', '205614.517000', '205614.520000', '205614.523000', '205614.525000', '205614.528000', '205614.530000', '205614.539000', '205614.541000', '205614.544000', '205614.547000', '205614.549000', '205614.552000', '205614.554000', '205614.557000', '205614.560000', '205614.562000', '205614.565000', '205614.568000', '205614.570000', '205614.573000', '205614.575000', '205614.578000', '205614.581000', '205614.583000', '205614.586000', '205614.588000', '205614.591000', '205614.594000', '205614.596000', '205614.599000', '205614.602000', '205614.604000', '205614.607000', '205614.609000', '205614.612000', '205614.615000', '205614.617000', '205614.620000', '205614.623000', '205614.625000', '205614.628000', '205614.630000', '205614.633000', '205614.636000', '205634.518000', '205634.520000', '205634.523000', '205634.526000', '205634.529000', '205634.531000', '205634.534000', '205634.537000', '205634.540000', '205634.542000', '205634.564000', '205634.567000', '205634.569000', '205634.572000', '205634.575000', '205634.577000', '205634.580000', '205634.583000', '205634.585000', '205634.588000', '205634.591000', '205634.593000', '205634.596000', '205634.599000', '205634.601000', '205634.604000', '205634.606000', '205634.609000', '205634.612000', '205634.614000', '205634.617000', '205634.619000', '205634.622000', '205634.625000', '205634.627000', '205634.630000', '205634.633000', '205634.635000', '205634.638000', '205634.640000', '205634.643000', '205634.646000', '205634.648000', '205654.517000', '205654.520000', '205654.522000', '205654.525000', '205654.527000', '205654.530000', '205654.533000', '205654.536000', '205654.538000', '205654.541000', '205654.544000', '205654.547000', '205654.549000', '205654.552000', '205654.555000', '205654.557000', '205654.560000', '205654.562000', '205654.566000', '205654.569000', '205654.571000', '205654.574000', '205654.576000', '205654.579000', '205654.582000', '205654.584000', '205654.587000', '205654.590000', '205654.592000', '205654.595000', '205654.597000', '205654.600000', '205654.603000', '205654.605000', '205654.608000', '205654.611000', '205654.613000', '205654.616000', '205654.619000', '205654.621000', '205654.624000', '205654.627000', '205654.629000', '205714.516000', '205714.519000', '205714.522000', '205714.525000', '205714.527000', '205714.530000', '205714.532000', '205714.535000', '205714.537000', '205714.547000', '205714.549000', '205714.552000', '205714.555000', '205714.557000', '205714.560000', '205714.563000', '205714.565000', '205714.568000', '205714.571000', '205714.573000', '205714.576000', '205714.578000', '205714.581000', '205714.584000', '205714.587000', '205714.589000', '205714.592000', '205714.594000', '205714.597000', '205714.600000', '205714.602000', '205714.605000', '205714.608000', '205714.610000', '205714.613000', '205714.615000', '205714.618000', '205714.621000', '205714.623000', '205714.626000', '205714.629000', '205714.631000', '205714.634000', '205714.636000', '205734.517000', '205734.520000', '205734.523000', '205734.526000', '205734.528000', '205734.531000', '205734.533000', '205734.536000', '205734.539000', '205734.541000', '205734.544000', '205734.547000', '205734.549000', '205734.552000', '205734.555000', '205734.557000', '205734.560000', '205734.563000', '205734.565000', '205734.568000', '205734.570000', '205734.573000', '205734.576000', '205734.578000', '205734.581000', '205734.584000', '205734.586000', '205734.589000', '205734.591000', '205734.594000', '205734.597000', '205734.599000', '205734.602000', '205734.605000', '205734.607000', '205734.610000', '205734.613000', '205734.615000', '205734.618000', '205734.620000', '205734.623000', '205734.626000', '205734.628000', '205754.518000', '205754.521000', '205754.523000', '205754.526000', '205754.529000', '205754.532000', '205754.534000', '205754.537000', '205754.540000', '205754.543000', '205754.545000', '205754.548000', '205754.551000', '205754.553000', '205754.556000', '205754.559000', '205754.561000', '205754.564000', '205754.567000', '205754.569000', '205754.572000', '205754.574000', '205754.577000', '205754.580000', '205754.582000', '205754.585000', '205754.588000', '205754.590000', '205754.593000', '205754.595000', '205754.598000', '205754.601000', '205754.603000', '205754.606000', '205754.609000', '205754.611000', '205754.651000', '205754.654000', '205754.656000', '205754.659000', '205754.662000', '205754.664000', '205754.667000', '205754.670000', '205814.518000', '205814.520000', '205814.523000', '205814.526000', '205814.529000', '205814.531000', '205814.534000', '205814.537000', '205814.539000', '205814.542000', '205814.544000', '205814.547000', '205814.550000', '205814.552000', '205814.555000', '205814.558000', '205814.560000', '205814.563000', '205814.566000', '205814.568000', '205814.571000', '205814.574000', '205814.576000', '205814.579000', '205814.582000', '205814.584000', '205814.587000', '205814.590000', '205814.592000', '205814.595000', '205814.597000', '205814.600000', '205814.603000', '205814.606000', '205814.609000', '205814.612000', '205814.615000', '205814.617000', '205814.620000', '205814.622000', '205814.625000', '205814.628000', '205814.630000', '205834.517000', '205834.520000', '205834.523000', '205834.525000', '205834.529000', '205834.531000', '205834.534000', '205834.537000', '205834.540000', '205834.542000', '205834.545000', '205834.548000', '205834.566000', '205834.569000', '205834.571000', '205834.574000', '205834.577000', '205834.580000', '205834.582000', '205834.585000', '205834.588000', '205834.590000', '205834.593000', '205834.595000', '205834.598000', '205834.601000', '205834.603000', '205834.606000', '205834.609000', '205834.611000', '205834.614000', '205834.617000', '205834.619000', '205834.622000', '205834.625000', '205834.627000', '205834.630000', '205834.633000', '205834.635000', '205834.638000', '205834.641000', '205834.643000', '205834.646000', '205834.648000', '205854.518000', '205854.520000', '205854.523000', '205854.526000', '205854.528000', '205854.531000', '205854.534000', '205854.536000', '205854.539000', '205854.542000', '205854.544000', '205854.547000', '205854.550000', '205854.552000', '205854.555000', '205854.558000', '205854.560000', '205854.563000', '205854.566000', '205854.569000', '205854.571000', '205854.574000', '205854.576000', '205854.579000', '205854.582000', '205854.584000', '205854.587000', '205854.590000', '205854.592000', '205854.595000', '205854.598000', '205854.601000', '205854.603000', '205854.608000', '205854.611000', '205854.613000', '205854.616000', '205854.619000', '205854.621000', '205854.624000', '205854.627000', '205854.629000', '205854.632000', '205914.516000', '205914.519000', '205914.522000', '205914.525000', '205914.527000', '205914.530000', '205914.532000', '205914.535000', '205914.538000', '205914.540000', '205914.543000', '205914.547000', '205914.549000', '205914.552000', '205914.554000', '205914.557000', '205914.560000', '205914.562000', '205914.565000', '205914.568000', '205914.571000', '205914.573000', '205914.576000', '205914.579000', '205914.581000', '205914.584000', '205914.586000', '205914.589000', '205914.592000', '205914.594000', '205914.597000', '205914.600000', '205914.602000', '205914.605000', '205914.608000', '205914.610000', '205914.613000', '205914.616000', '205914.618000', '205914.621000', '205914.623000', '205914.626000', '205914.629000', '205914.631000', '205934.516000', '205934.519000', '205934.522000', '205934.525000', '205934.527000', '205934.530000', '205934.533000', '205934.535000', '205934.538000', '205934.541000', '205934.543000', '205934.546000', '205934.548000', '205934.551000', '205934.554000', '205934.556000', '205934.559000', '205934.581000', '205934.584000', '205934.586000', '205934.589000', '205934.591000', '205934.594000', '205934.597000', '205934.599000', '205934.602000', '205934.605000', '205934.607000', '205934.610000', '205934.612000', '205934.615000', '205934.618000', '205934.620000', '205934.623000', '205934.626000', '205934.628000', '205934.631000', '205934.633000', '205934.636000', '205934.639000', '205934.641000', '205934.645000', '205934.648000', '205954.516000', '205954.519000', '205954.522000', '205954.525000', '205954.527000', '205954.530000', '205954.533000', '205954.535000', '205954.538000', '205954.541000', '205954.543000', '205954.546000', '205954.549000', '205954.553000', '205954.555000', '205954.558000', '205954.561000', '205954.563000', '205954.566000', '205954.569000', '205954.571000', '205954.574000', '205954.576000', '205954.579000', '205954.582000', '205954.584000', '205954.587000', '205954.589000', '205954.592000', '205954.595000', '205954.597000', '205954.600000', '205954.603000', '205954.606000', '205954.608000', '205954.612000', '205954.615000', '205954.617000', '205954.620000', '205954.622000', '205954.625000', '205954.628000', '205954.630000', '205954.633000', '210014.518000', '210014.521000', '210014.523000', '210014.526000', '210014.529000', '210014.531000', '210014.534000', '210014.536000', '210014.539000', '210014.542000', '210014.544000', '210014.547000', '210014.550000', '210014.552000', '210014.555000', '210014.558000', '210014.560000', '210014.563000', '210014.566000', '210014.568000', '210014.571000', '210014.574000', '210014.576000', '210014.579000', '210014.582000', '210014.584000', '210014.587000', '210014.589000', '210014.592000', '210014.595000', '210014.597000', '210014.600000', '210014.603000', '210014.606000', '210014.608000', '210014.611000', '210014.614000', '210014.616000', '210014.619000', '210014.622000', '210014.624000', '210014.627000', '210014.630000', '210024.276000', '210024.279000', '210024.282000', '210024.285000', '210024.288000', '210024.290000', '210024.293000', '210024.296000', '210024.299000', '210024.302000', '210024.305000', '210024.308000', '210024.310000', '210024.313000', '210024.316000', '210024.320000', '210024.323000', '210024.325000', '210024.328000', '210024.331000', '210024.334000', '210024.340000'], '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': [17277, 18845, 18627, 17453, 17713, 16642, 18155, 16067, 15583, 13221, 12778, 11984, 15826, 11778, 15847, 13965, 16360, 14693, 10087, 14982, 10298, 15140, 13981, 15576, 13382, 11158, 13803, 9710, 15569, 12543, 11547, 13974, 9516, 16549, 13765, 13867, 13479, 9932, 15486, 12610, 17327, 13575, 10784, 14841, 10195, 17452, 13784, 15815, 14222, 10574, 17472, 11997, 16181, 13628, 12511, 15515, 10197, 15638, 12898, 16071, 13914, 14556, 13983, 9872, 15410, 10054, 16531, 13056, 14064, 13686, 10099, 16309, 12177, 15738, 13430, 14042, 14967, 9341, 15428, 12322, 17723, 13437, 9630, 15212, 12892, 10995, 15519, 13626, 10544, 15493, 13334, 12759, 16799, 12572, 16876, 13104, 16704, 14088, 17217, 14104, 11713, 15699, 10775, 16881, 14085, 11289, 13788, 9401, 17227, 14054, 13241, 13912, 9891, 16118, 10834, 15946, 12887, 12815, 14211, 10448, 16797, 13209, 13880, 14447, 10349, 16507, 13293, 15677, 13465, 17633, 14655, 13614, 14473, 12869, 16076, 13510, 15225, 13095, 14831, 12445, 13078, 13099, 9188, 14024, 9157, 15630, 11802, 13695, 12338, 12213, 14168, 10180, 14530, 12362, 14722, 13516, 10195, 15864, 11962, 16333, 13395, 11620, 14863, 16946, 12797, 17208, 14101, 16166, 13678, 14147, 14457, 10804, 15417, 10869, 15824, 14582, 14792, 14440, 9648, 15846, 12459, 16758, 13610, 10994, 13733, 9359, 15893, 11919, 15364, 12818, 13349, 14706, 9981, 15033, 11716, 15760, 13695, 13609, 14076, 9761, 16437, 13628, 13234, 14899, 9709, 15814, 12081, 16793, 14047, 10012, 14391, 9637, 16219, 13849, 17350, 13922, 9800, 15884, 12189, 17428, 12798, 9702, 15450, 10487, 16979, 13359, 9807, 15141, 11365, 17403, 13267, 9714, 15681, 12826, 16105, 13967, 9916, 15719, 13619, 18446, 13430, 10355, 15572, 12890, 9853, 17005, 13828, 9958, 15475, 12487, 18090, 14831, 11475, 15216, 9929, 17499, 13350, 14070, 12670, 11951, 14518, 10990, 14891, 11607, 14918, 13513, 11912, 14225, 10207, 15145, 13158, 17251, 14169, 9832, 14332, 9619, 17457, 12759, 16145, 12470, 10630, 14510, 10468, 16177, 9407, 15654, 12828, 16629, 13287, 11029, 13527, 9613, 16930, 11291, 15050, 12804, 12566, 14840, 10527, 15695, 12770, 16253, 14243, 10723, 14804, 10105, 16373, 13802, 16252, 12939, 10096, 15463, 10061, 16914, 12941, 11967, 14779, 10218, 16758, 13204, 12091, 14629, 10440, 16670, 10127, 15776, 13110, 17056, 14606, 14100, 13164, 9739, 15708, 9911, 14825, 12453, 13093, 14320, 10237, 15406, 12034, 15980, 13697, 12017, 15165, 9827, 15268, 13173, 15997, 14873, 9915, 15013, 9541, 17824, 13654, 15384, 13013, 10900, 15251, 10651, 15550, 10768, 15705, 13384, 17766, 13809, 10023, 14277, 9998, 15901, 13963, 16575, 13464, 9756, 15308, 9814, 14446, 17070, 14059, 12557, 14975, 10861, 16930, 9947, 16351, 11849, 15963, 12888, 9418, 17749, 13887, 10663, 11969, 15377, 10830, 17232, 13533, 15672, 14067, 11858, 16535, 11025, 15569, 12420, 16120, 13665, 15294, 12254, 9436, 13155, 17373, 13377, 14874, 12190, 14314, 14034, 10071, 14296, 9525, 16669, 13573, 14204, 12966, 9409, 16604, 13642, 13441, 13385, 9923, 17441, 14819, 13833, 14691, 10332, 16609, 13969, 17815, 14096, 12498, 15171, 12595, 17593, 14224, 14045, 14489, 13387, 15756, 12849, 15758, 12876, 10926, 14555, 12257, 17337, 12069, 8995, 14008, 11410, 15527, 12396, 9883, 12990, 9618, 15799, 12727, 14038, 12113, 9532, 13726, 10140, 14882, 12140, 12543, 12256, 9272, 15121, 9807, 14350, 11810, 13814, 13384, 9310, 13711, 11514, 14336, 12668, 15960, 12169, 10768, 13112, 9438, 15906, 13341, 13579, 12906, 9192, 14856, 9983, 15226, 11615, 14438, 12443, 17227, 12794, 9608, 12848, 9358, 14287, 9815, 14236, 9365, 14130, 9507, 15734, 12519, 12925, 12243, 9320, 12950, 16759, 12738, 14640, 12692, 13937, 14094, 9885, 15110, 12487, 16864, 14403, 14610, 13012, 9536, 16443, 12126, 16356, 12546, 9524, 14738, 10073, 16071, 12699, 11048, 13995, 9946, 16079, 12591, 15575, 13486, 10422, 15770, 11205, 15018, 12901, 13318, 15207, 11138, 15224, 12871, 10541, 15739, 11170, 14174, 12275, 14158, 14395, 9852, 14169, 11820, 15111, 13500, 10876, 13898, 9552, 14345, 12372, 16722, 12488, 9146, 13288, 9350, 15979, 13043, 10004, 13653, 14330, 12566, 9031, 14909, 11965, 9757, 17708, 13280, 16330, 13301, 11019, 15876, 13978, 14646, 12474, 11952, 14932, 11182, 14995, 12253, 13318, 14789, 9865, 14997, 12148, 9377, 16125, 13846, 10821, 14279, 9710, 17434, 14030, 14695, 12822, 12049, 13650, 14023, 15334, 13766, 13949, 10934, 16100, 12265, 12046, 11541, 8470, 14623, 12940, 12725, 12576, 9183, 15339, 10342, 15028, 12236, 15073, 12945, 12988, 13133, 14718, 11424, 16013, 13368, 15428, 12840, 9668, 14941, 10266, 15422, 12409, 12217, 13844, 10214, 16665, 12629, 13370, 13495, 10058, 16289, 12777, 12465, 14223, 10340, 16708, 12788, 15407, 13171, 15856, 14391, 10722, 13976, 9066, 16412, 12871, 12324, 12480, 13546, 9765, 15282, 12145, 11140, 13772, 10476, 16549, 12807, 15176, 11845, 12946, 17845, 15234, 18439, 16183, 12752, 14152, 9689, 14829, 12633, 13430, 13441, 13104, 10846, 15573, 12803, 9856, 15246, 13897, 16089, 15349, 15150, 18118, 16052, 17253, 15244, 18183, 17094, 15776, 16492, 16171, 17304, 12403, 9952, 14262, 12260, 10441, 12965, 9906, 15430, 12459, 14181, 12601, 9271, 14738, 12624, 9385, 12437, 11168, 9964, 13764, 9564, 17038, 13960, 14889, 13558, 9840, 15338, 10571, 14605, 12102, 11225, 13684, 9990, 16562, 12030, 15970, 12973, 10786, 15634, 9666, 14762, 12590, 16001, 13757, 10312, 13898, 9906, 15450, 12869, 15379, 12646, 9294, 14430, 9995, 16581, 11607, 14669, 12315, 11242, 15356, 9511, 14110, 12017, 10226, 15479, 9751, 15213, 12766, 15338, 13383, 15106, 10255, 14717, 9351, 16475, 14074, 14585, 13617, 9755, 15556, 13731, 11411, 15129, 11021, 16219, 14101, 11009, 14058, 9783, 15906, 12585, 14004, 9189, 14587, 9311, 17603, 12825, 15903, 13109, 9746, 16810, 12168, 16622, 12491, 9310, 16294, 11733, 16610, 12946, 10149, 14719, 10333, 16272, 12032, 15590, 13362, 10113, 14916, 12146, 13880, 13705, 10059, 15542, 12221, 15981, 13154, 11891, 14676, 10499, 14680, 12374, 15758, 14600, 10513, 13872, 12019, 11068, 15967, 11475, 15403, 12881, 10216, 16150, 11122, 14922, 12608, 9905, 16340], 'WindowCenter': [4958.0, 4937.0, 4915.0, 4886.0, 4886.0, 4872.0, 4870.0, 4860.0, 4845.0, 4827.0, 4840.0, 4816.0, 4858.0, 4816.0, 4854.0, 4848.0, 4865.0, 4859.0, 4819.0, 4860.0, 4821.0, 4870.0, 4861.0, 4869.0, 4850.0, 4831.0, 4874.0, 4836.0, 4883.0, 4866.0, 4844.0, 4875.0, 4849.0, 4895.0, 4891.0, 4886.0, 4880.0, 4851.0, 4912.0, 4883.0, 4921.0, 4893.0, 4861.0, 4901.0, 4862.0, 4922.0, 4893.0, 4900.0, 4903.0, 4875.0, 4920.0, 4873.0, 4910.0, 4889.0, 4882.0, 4902.0, 4859.0, 4900.0, 4882.0, 4909.0, 4890.0, 4891.0, 4890.0, 4847.0, 4900.0, 4850.0, 4909.0, 4880.0, 4886.0, 4889.0, 4850.0, 4908.0, 4882.0, 4901.0, 4890.0, 4901.0, 4903.0, 4853.0, 4901.0, 4891.0, 4919.0, 4906.0, 4854.0, 4912.0, 4893.0, 4875.0, 4927.0, 4914.0, 4887.0, 4928.0, 4908.0, 4907.0, 4938.0, 4896.0, 4925.0, 4895.0, 4922.0, 4906.0, 4921.0, 4893.0, 4870.0, 4898.0, 4863.0, 4919.0, 4891.0, 4871.0, 4890.0, 4854.0, 4919.0, 4901.0, 4889.0, 4891.0, 4853.0, 4913.0, 4871.0, 4910.0, 4881.0, 4879.0, 4891.0, 4863.0, 4911.0, 4881.0, 4890.0, 4900.0, 4860.0, 4912.0, 4891.0, 4900.0, 4892.0, 4911.0, 4891.0, 4878.0, 4888.0, 4866.0, 4897.0, 4878.0, 4886.0, 4868.0, 4877.0, 4869.0, 4863.0, 4866.0, 4823.0, 4875.0, 4826.0, 4884.0, 4854.0, 4876.0, 4867.0, 4866.0, 4876.0, 4847.0, 4888.0, 4868.0, 4887.0, 4890.0, 4857.0, 4910.0, 4871.0, 4910.0, 4894.0, 4869.0, 4900.0, 4912.0, 4880.0, 4910.0, 4890.0, 4899.0, 4880.0, 4887.0, 4890.0, 4859.0, 4888.0, 4869.0, 4898.0, 4888.0, 4886.0, 4888.0, 4849.0, 4900.0, 4867.0, 4897.0, 4879.0, 4857.0, 4904.0, 4863.0, 4900.0, 4883.0, 4902.0, 4881.0, 4888.0, 4889.0, 4848.0, 4887.0, 4869.0, 4901.0, 4890.0, 4890.0, 4891.0, 4849.0, 4910.0, 4889.0, 4891.0, 4901.0, 4850.0, 4900.0, 4878.0, 4909.0, 4891.0, 4851.0, 4889.0, 4851.0, 4910.0, 4892.0, 4917.0, 4891.0, 4848.0, 4907.0, 4870.0, 4908.0, 4880.0, 4839.0, 4898.0, 4860.0, 4910.0, 4880.0, 4849.0, 4900.0, 4870.0, 4909.0, 4891.0, 4850.0, 4911.0, 4893.0, 4910.0, 4904.0, 4863.0, 4912.0, 4903.0, 4931.0, 4890.0, 4862.0, 4912.0, 4892.0, 4865.0, 4924.0, 4906.0, 4863.0, 4925.0, 4906.0, 4931.0, 4906.0, 4871.0, 4903.0, 4865.0, 4922.0, 4891.0, 4891.0, 4879.0, 4867.0, 4888.0, 4860.0, 4888.0, 4869.0, 4897.0, 4888.0, 4871.0, 4890.0, 4861.0, 4901.0, 4892.0, 4920.0, 4892.0, 4850.0, 4902.0, 4851.0, 4920.0, 4882.0, 4899.0, 4878.0, 4857.0, 4900.0, 4861.0, 4909.0, 4839.0, 4898.0, 4881.0, 4906.0, 4880.0, 4857.0, 4878.0, 4851.0, 4907.0, 4869.0, 4900.0, 4880.0, 4880.0, 4900.0, 4860.0, 4901.0, 4881.0, 4910.0, 4900.0, 4860.0, 4889.0, 4850.0, 4909.0, 4889.0, 4898.0, 4880.0, 4851.0, 4901.0, 4850.0, 4909.0, 4879.0, 4870.0, 4889.0, 4862.0, 4910.0, 4892.0, 4880.0, 4912.0, 4872.0, 4910.0, 4860.0, 4901.0, 4891.0, 4911.0, 4899.0, 4889.0, 4880.0, 4849.0, 4897.0, 4850.0, 4900.0, 4881.0, 4887.0, 4901.0, 4849.0, 4901.0, 4882.0, 4910.0, 4890.0, 4881.0, 4901.0, 4850.0, 4901.0, 4893.0, 4908.0, 4902.0, 4852.0, 4901.0, 4852.0, 4920.0, 4892.0, 4899.0, 4882.0, 4861.0, 4901.0, 4859.0, 4900.0, 4860.0, 4899.0, 4880.0, 4906.0, 4879.0, 4846.0, 4888.0, 4837.0, 4900.0, 4889.0, 4898.0, 4879.0, 4838.0, 4898.0, 4852.0, 4888.0, 4909.0, 4888.0, 4868.0, 4899.0, 4857.0, 4909.0, 4850.0, 4913.0, 4872.0, 4896.0, 4881.0, 4852.0, 4919.0, 4893.0, 4862.0, 4884.0, 4912.0, 4874.0, 4924.0, 4895.0, 4911.0, 4894.0, 4873.0, 4910.0, 4859.0, 4896.0, 4869.0, 4898.0, 4881.0, 4885.0, 4869.0, 4838.0, 4879.0, 4907.0, 4879.0, 4888.0, 4869.0, 4899.0, 4891.0, 4850.0, 4888.0, 4852.0, 4912.0, 4891.0, 4902.0, 4890.0, 4852.0, 4922.0, 4906.0, 4904.0, 4905.0, 4866.0, 4933.0, 4916.0, 4904.0, 4915.0, 4874.0, 4935.0, 4905.0, 4922.0, 4902.0, 4881.0, 4898.0, 4882.0, 4909.0, 4891.0, 4888.0, 4890.0, 4880.0, 4900.0, 4868.0, 4887.0, 4867.0, 4846.0, 4887.0, 4870.0, 4908.0, 4869.0, 4826.0, 4878.0, 4870.0, 4888.0, 4869.0, 4849.0, 4877.0, 4839.0, 4899.0, 4879.0, 4877.0, 4868.0, 4836.0, 4888.0, 4848.0, 4888.0, 4869.0, 4865.0, 4869.0, 4838.0, 4888.0, 4849.0, 4888.0, 4870.0, 4887.0, 4879.0, 4839.0, 4889.0, 4871.0, 4889.0, 4880.0, 4899.0, 4871.0, 4858.0, 4878.0, 4852.0, 4910.0, 4891.0, 4881.0, 4881.0, 4853.0, 4900.0, 4852.0, 4899.0, 4870.0, 4888.0, 4880.0, 4907.0, 4879.0, 4837.0, 4867.0, 4838.0, 4888.0, 4836.0, 4878.0, 4828.0, 4876.0, 4839.0, 4896.0, 4869.0, 4864.0, 4867.0, 4840.0, 4880.0, 4908.0, 4881.0, 4900.0, 4891.0, 4898.0, 4890.0, 4859.0, 4900.0, 4883.0, 4911.0, 4899.0, 4901.0, 4881.0, 4851.0, 4910.0, 4868.0, 4909.0, 4880.0, 4850.0, 4899.0, 4862.0, 4899.0, 4880.0, 4869.0, 4891.0, 4850.0, 4911.0, 4882.0, 4899.0, 4889.0, 4860.0, 4901.0, 4861.0, 4890.0, 4879.0, 4878.0, 4888.0, 4858.0, 4897.0, 4880.0, 4860.0, 4899.0, 4861.0, 4888.0, 4871.0, 4889.0, 4888.0, 4847.0, 4888.0, 4868.0, 4899.0, 4889.0, 4860.0, 4890.0, 4838.0, 4888.0, 4878.0, 4898.0, 4869.0, 4838.0, 4879.0, 4850.0, 4910.0, 4881.0, 4861.0, 4912.0, 4913.0, 4893.0, 4855.0, 4912.0, 4895.0, 4878.0, 4934.0, 4908.0, 4923.0, 4894.0, 4873.0, 4912.0, 4892.0, 4892.0, 4880.0, 4870.0, 4901.0, 4858.0, 4891.0, 4871.0, 4877.0, 4897.0, 4851.0, 4899.0, 4871.0, 4848.0, 4907.0, 4893.0, 4861.0, 4890.0, 4853.0, 4909.0, 4893.0, 4889.0, 4870.0, 4869.0, 4878.0, 4875.0, 4887.0, 4864.0, 4864.0, 4833.0, 4882.0, 4851.0, 4853.0, 4843.0, 4814.0, 4886.0, 4865.0, 4864.0, 4867.0, 4839.0, 4899.0, 4848.0, 4887.0, 4867.0, 4887.0, 4868.0, 4867.0, 4865.0, 4877.0, 4855.0, 4885.0, 4876.0, 4885.0, 4868.0, 4838.0, 4889.0, 4849.0, 4897.0, 4869.0, 4867.0, 4889.0, 4849.0, 4908.0, 4871.0, 4878.0, 4891.0, 4850.0, 4898.0, 4881.0, 4869.0, 4888.0, 4859.0, 4898.0, 4877.0, 4888.0, 4879.0, 4886.0, 4877.0, 4845.0, 4876.0, 4827.0, 4895.0, 4867.0, 4870.0, 4865.0, 4875.0, 4835.0, 4887.0, 4868.0, 4870.0, 4901.0, 4861.0, 4910.0, 4881.0, 4907.0, 4882.0, 4889.0, 4932.0, 4910.0, 4919.0, 4908.0, 4891.0, 4899.0, 4840.0, 4874.0, 4859.0, 4863.0, 4867.0, 4865.0, 4860.0, 4899.0, 4880.0, 4852.0, 4898.0, 4878.0, 4886.0, 4875.0, 4863.0, 4886.0, 4863.0, 4859.0, 4851.0, 4855.0, 4847.0, 4834.0, 4843.0, 4831.0, 4841.0, 4801.0, 4782.0, 4830.0, 4814.0, 4805.0, 4824.0, 4795.0, 4846.0, 4828.0, 4835.0, 4825.0, 4825.0, 4873.0, 4841.0, 4810.0, 4852.0, 4843.0, 4833.0, 4876.0, 4849.0, 4909.0, 4891.0, 4886.0, 4876.0, 4851.0, 4899.0, 4849.0, 4887.0, 4869.0, 4859.0, 4887.0, 4849.0, 4910.0, 4870.0, 4899.0, 4882.0, 4861.0, 4902.0, 4850.0, 4890.0, 4868.0, 4911.0, 4889.0, 4851.0, 4880.0, 4841.0, 4898.0, 4878.0, 4897.0, 4880.0, 4838.0, 4890.0, 4851.0, 4909.0, 4872.0, 4890.0, 4880.0, 4868.0, 4901.0, 4851.0, 4890.0, 4881.0, 4875.0, 4912.0, 4853.0, 4901.0, 4882.0, 4912.0, 4903.0, 4902.0, 4850.0, 4891.0, 4840.0, 4908.0, 4900.0, 4902.0, 4891.0, 4852.0, 4909.0, 4890.0, 4873.0, 4903.0, 4872.0, 4911.0, 4894.0, 4862.0, 4891.0, 4863.0, 4925.0, 4882.0, 4892.0, 4842.0, 4891.0, 4839.0, 4911.0, 4883.0, 4909.0, 4879.0, 4850.0, 4911.0, 4881.0, 4911.0, 4881.0, 4849.0, 4910.0, 4880.0, 4909.0, 4884.0, 4860.0, 4901.0, 4859.0, 4910.0, 4871.0, 4899.0, 4888.0, 4849.0, 4900.0, 4872.0, 4888.0, 4890.0, 4849.0, 4899.0, 4869.0, 4909.0, 4879.0, 4868.0, 4889.0, 4859.0, 4888.0, 4870.0, 4898.0, 4891.0, 4850.0, 4878.0, 4870.0, 4858.0, 4899.0, 4871.0, 4896.0, 4878.0, 4860.0, 4910.0, 4859.0, 4889.0, 4879.0, 4849.0, 4911.0], 'WindowWidth': [10783.0, 10730.0, 10691.0, 10629.0, 10635.0, 10600.0, 10603.0, 10579.0, 10555.0, 10527.0, 10550.0, 10513.0, 10575.0, 10513.0, 10564.0, 10560.0, 10584.0, 10577.0, 10521.0, 10578.0, 10526.0, 10595.0, 10583.0, 10593.0, 10567.0, 10543.0, 10608.0, 10560.0, 10619.0, 10596.0, 10566.0, 10610.0, 10584.0, 10641.0, 10639.0, 10629.0, 10624.0, 10587.0, 10673.0, 10635.0, 10685.0, 10645.0, 10600.0, 10657.0, 10607.0, 10688.0, 10647.0, 10654.0, 10659.0, 10626.0, 10683.0, 10619.0, 10668.0, 10638.0, 10631.0, 10658.0, 10597.0, 10652.0, 10629.0, 10669.0, 10641.0, 10642.0, 10637.0, 10577.0, 10652.0, 10583.0, 10663.0, 10626.0, 10629.0, 10636.0, 10584.0, 10663.0, 10628.0, 10654.0, 10642.0, 10657.0, 10659.0, 10592.0, 10656.0, 10644.0, 10683.0, 10669.0, 10595.0, 10674.0, 10650.0, 10626.0, 10701.0, 10683.0, 10649.0, 10704.0, 10675.0, 10676.0, 10719.0, 10657.0, 10697.0, 10652.0, 10689.0, 10668.0, 10688.0, 10646.0, 10610.0, 10650.0, 10606.0, 10680.0, 10644.0, 10613.0, 10638.0, 10596.0, 10681.0, 10658.0, 10639.0, 10642.0, 10591.0, 10674.0, 10615.0, 10668.0, 10628.0, 10624.0, 10643.0, 10605.0, 10671.0, 10630.0, 10640.0, 10654.0, 10598.0, 10673.0, 10643.0, 10654.0, 10644.0, 10672.0, 10642.0, 10619.0, 10632.0, 10599.0, 10643.0, 10616.0, 10628.0, 10601.0, 10618.0, 10605.0, 10592.0, 10596.0, 10536.0, 10608.0, 10545.0, 10621.0, 10580.0, 10610.0, 10599.0, 10601.0, 10614.0, 10574.0, 10631.0, 10604.0, 10633.0, 10638.0, 10591.0, 10667.0, 10615.0, 10668.0, 10648.0, 10612.0, 10653.0, 10671.0, 10624.0, 10668.0, 10639.0, 10649.0, 10622.0, 10632.0, 10639.0, 10595.0, 10633.0, 10613.0, 10647.0, 10633.0, 10628.0, 10632.0, 10583.0, 10651.0, 10604.0, 10643.0, 10621.0, 10592.0, 10666.0, 10610.0, 10652.0, 10633.0, 10657.0, 10625.0, 10636.0, 10635.0, 10580.0, 10632.0, 10610.0, 10656.0, 10638.0, 10639.0, 10642.0, 10582.0, 10664.0, 10639.0, 10642.0, 10653.0, 10586.0, 10652.0, 10622.0, 10664.0, 10641.0, 10585.0, 10636.0, 10586.0, 10667.0, 10644.0, 10676.0, 10638.0, 10579.0, 10661.0, 10611.0, 10663.0, 10621.0, 10564.0, 10646.0, 10598.0, 10665.0, 10623.0, 10581.0, 10652.0, 10613.0, 10666.0, 10641.0, 10586.0, 10669.0, 10648.0, 10670.0, 10663.0, 10606.0, 10675.0, 10663.0, 10700.0, 10640.0, 10605.0, 10674.0, 10647.0, 10613.0, 10692.0, 10669.0, 10609.0, 10696.0, 10673.0, 10702.0, 10668.0, 10615.0, 10659.0, 10610.0, 10688.0, 10642.0, 10641.0, 10620.0, 10606.0, 10634.0, 10594.0, 10633.0, 10609.0, 10646.0, 10636.0, 10613.0, 10638.0, 10601.0, 10655.0, 10644.0, 10683.0, 10644.0, 10586.0, 10657.0, 10587.0, 10680.0, 10629.0, 10651.0, 10621.0, 10592.0, 10652.0, 10599.0, 10664.0, 10568.0, 10646.0, 10628.0, 10657.0, 10624.0, 10590.0, 10620.0, 10586.0, 10661.0, 10610.0, 10651.0, 10623.0, 10628.0, 10652.0, 10598.0, 10655.0, 10627.0, 10670.0, 10653.0, 10597.0, 10637.0, 10585.0, 10666.0, 10638.0, 10649.0, 10623.0, 10584.0, 10654.0, 10584.0, 10667.0, 10622.0, 10609.0, 10635.0, 10602.0, 10668.0, 10644.0, 10626.0, 10674.0, 10620.0, 10672.0, 10599.0, 10654.0, 10642.0, 10669.0, 10652.0, 10637.0, 10625.0, 10584.0, 10645.0, 10583.0, 10653.0, 10626.0, 10635.0, 10654.0, 10583.0, 10656.0, 10629.0, 10668.0, 10642.0, 10631.0, 10656.0, 10586.0, 10656.0, 10646.0, 10664.0, 10657.0, 10588.0, 10654.0, 10590.0, 10679.0, 10645.0, 10650.0, 10627.0, 10601.0, 10655.0, 10595.0, 10652.0, 10595.0, 10648.0, 10625.0, 10659.0, 10622.0, 10573.0, 10630.0, 10563.0, 10651.0, 10636.0, 10647.0, 10619.0, 10563.0, 10646.0, 10588.0, 10634.0, 10663.0, 10633.0, 10607.0, 10650.0, 10591.0, 10663.0, 10586.0, 10675.0, 10617.0, 10644.0, 10629.0, 10590.0, 10680.0, 10645.0, 10604.0, 10635.0, 10673.0, 10623.0, 10691.0, 10651.0, 10669.0, 10647.0, 10618.0, 10668.0, 10594.0, 10642.0, 10609.0, 10647.0, 10626.0, 10627.0, 10606.0, 10563.0, 10622.0, 10657.0, 10621.0, 10632.0, 10607.0, 10653.0, 10642.0, 10586.0, 10635.0, 10590.0, 10671.0, 10643.0, 10657.0, 10639.0, 10591.0, 10687.0, 10669.0, 10666.0, 10666.0, 10616.0, 10706.0, 10683.0, 10666.0, 10681.0, 10625.0, 10714.0, 10669.0, 10691.0, 10662.0, 10627.0, 10650.0, 10629.0, 10670.0, 10641.0, 10632.0, 10637.0, 10622.0, 10652.0, 10607.0, 10632.0, 10602.0, 10573.0, 10631.0, 10611.0, 10662.0, 10606.0, 10546.0, 10618.0, 10609.0, 10632.0, 10607.0, 10580.0, 10617.0, 10567.0, 10649.0, 10623.0, 10619.0, 10605.0, 10561.0, 10634.0, 10580.0, 10633.0, 10607.0, 10597.0, 10607.0, 10564.0, 10632.0, 10582.0, 10635.0, 10610.0, 10633.0, 10622.0, 10568.0, 10635.0, 10611.0, 10639.0, 10628.0, 10649.0, 10615.0, 10594.0, 10620.0, 10590.0, 10666.0, 10642.0, 10626.0, 10627.0, 10593.0, 10653.0, 10587.0, 10651.0, 10611.0, 10634.0, 10624.0, 10662.0, 10620.0, 10562.0, 10602.0, 10564.0, 10632.0, 10557.0, 10618.0, 10547.0, 10612.0, 10567.0, 10639.0, 10606.0, 10596.0, 10600.0, 10571.0, 10622.0, 10662.0, 10626.0, 10652.0, 10642.0, 10652.0, 10639.0, 10597.0, 10653.0, 10632.0, 10670.0, 10652.0, 10654.0, 10625.0, 10585.0, 10665.0, 10608.0, 10666.0, 10625.0, 10583.0, 10652.0, 10603.0, 10654.0, 10626.0, 10609.0, 10642.0, 10586.0, 10670.0, 10629.0, 10650.0, 10637.0, 10597.0, 10654.0, 10599.0, 10638.0, 10621.0, 10618.0, 10634.0, 10592.0, 10647.0, 10624.0, 10597.0, 10652.0, 10599.0, 10632.0, 10612.0, 10636.0, 10634.0, 10578.0, 10634.0, 10606.0, 10651.0, 10638.0, 10595.0, 10637.0, 10565.0, 10632.0, 10621.0, 10647.0, 10608.0, 10564.0, 10622.0, 10588.0, 10667.0, 10628.0, 10602.0, 10678.0, 10679.0, 10653.0, 10603.0, 10678.0, 10655.0, 10636.0, 10708.0, 10675.0, 10691.0, 10652.0, 10622.0, 10675.0, 10643.0, 10644.0, 10623.0, 10612.0, 10654.0, 10594.0, 10641.0, 10613.0, 10619.0, 10644.0, 10585.0, 10651.0, 10613.0, 10583.0, 10662.0, 10647.0, 10601.0, 10639.0, 10591.0, 10666.0, 10646.0, 10637.0, 10607.0, 10607.0, 10620.0, 10608.0, 10628.0, 10589.0, 10590.0, 10550.0, 10615.0, 10573.0, 10574.0, 10562.0, 10527.0, 10624.0, 10599.0, 10597.0, 10600.0, 10566.0, 10648.0, 10577.0, 10628.0, 10602.0, 10630.0, 10603.0, 10600.0, 10598.0, 10614.0, 10584.0, 10625.0, 10614.0, 10625.0, 10603.0, 10564.0, 10633.0, 10580.0, 10645.0, 10608.0, 10604.0, 10635.0, 10581.0, 10660.0, 10611.0, 10619.0, 10639.0, 10585.0, 10650.0, 10625.0, 10608.0, 10634.0, 10597.0, 10649.0, 10618.0, 10632.0, 10620.0, 10627.0, 10615.0, 10567.0, 10613.0, 10549.0, 10636.0, 10602.0, 10611.0, 10595.0, 10610.0, 10558.0, 10630.0, 10606.0, 10611.0, 10656.0, 10601.0, 10667.0, 10627.0, 10668.0, 10636.0, 10643.0, 10706.0, 10675.0, 10687.0, 10669.0, 10645.0, 10655.0, 10572.0, 10607.0, 10588.0, 10588.0, 10598.0, 10594.0, 10595.0, 10649.0, 10623.0, 10586.0, 10647.0, 10619.0, 10625.0, 10608.0, 10585.0, 10629.0, 10586.0, 10582.0, 10565.0, 10564.0, 10553.0, 10528.0, 10546.0, 10524.0, 10542.0, 10482.0, 10457.0, 10523.0, 10505.0, 10493.0, 10520.0, 10483.0, 10551.0, 10528.0, 10535.0, 10525.0, 10541.0, 10601.0, 10555.0, 10513.0, 10572.0, 10562.0, 10550.0, 10612.0, 10582.0, 10663.0, 10640.0, 10630.0, 10614.0, 10584.0, 10648.0, 10580.0, 10632.0, 10607.0, 10593.0, 10631.0, 10583.0, 10667.0, 10612.0, 10649.0, 10627.0, 10601.0, 10656.0, 10584.0, 10637.0, 10606.0, 10671.0, 10635.0, 10584.0, 10623.0, 10570.0, 10647.0, 10621.0, 10644.0, 10622.0, 10565.0, 10638.0, 10587.0, 10665.0, 10614.0, 10636.0, 10624.0, 10608.0, 10655.0, 10587.0, 10639.0, 10628.0, 10627.0, 10673.0, 10593.0, 10655.0, 10630.0, 10674.0, 10662.0, 10659.0, 10583.0, 10639.0, 10570.0, 10662.0, 10655.0, 10658.0, 10642.0, 10587.0, 10665.0, 10641.0, 10618.0, 10658.0, 10616.0, 10672.0, 10647.0, 10603.0, 10642.0, 10605.0, 10697.0, 10631.0, 10644.0, 10575.0, 10640.0, 10570.0, 10668.0, 10631.0, 10666.0, 10623.0, 10586.0, 10669.0, 10628.0, 10671.0, 10628.0, 10583.0, 10667.0, 10626.0, 10669.0, 10634.0, 10599.0, 10654.0, 10598.0, 10668.0, 10613.0, 10650.0, 10634.0, 10583.0, 10653.0, 10615.0, 10637.0, 10640.0, 10583.0, 10651.0, 10610.0, 10664.0, 10622.0, 10606.0, 10637.0, 10594.0, 10633.0, 10609.0, 10647.0, 10639.0, 10582.0, 10618.0, 10610.0, 10594.0, 10650.0, 10612.0, 10644.0, 10621.0, 10598.0, 10667.0, 10595.0, 10637.0, 10621.0, 10584.0, 10668.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.001036857798165138</td></tr>
<tr><td colspan=3>aqi</td><td>0.01578683864678899</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.113650338312304</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2752023698966704</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0188940111595872</td></tr>
<tr><td colspan=3>efc</td><td>0.5104</td></tr>
<tr><td colspan=3>fber</td><td>5560.709</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09904009337081689</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.587155963302752</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3015910787050973</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.139137676271711</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.576339302211648</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1892962576319333</td></tr>
<tr><td colspan=3>gcor</td><td>0.0234877</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019035199657082558</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04264558479189873</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.276117809783083</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.1762</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.886</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.4993</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288556.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>1079.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.5804</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1813</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.7361</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4031.9962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.3718</td></tr>
<tr><td colspan=3>tsnr</td><td>45.21678446419537</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>