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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-05_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-05_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-0073/ses-04/func/sub-0073_ses-04_task-social_acq-mb8_run-05_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>c6a45292c24b8112091a25d2d5dfba9d</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>18:49:29.515000</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.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</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-05_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.115584</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ddd0aad6-6f7d-4538-b0ce-ea8d4153829d||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.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['184929.515000', '184929.975000', '184930.435000', '184930.895000', '184931.355000', '184931.815000', '184932.275000', '184932.735000', '184933.195000', '184933.655000', '184934.115000', '184934.575000', '184935.035000', '184935.495000', '184935.955000', '184936.415000', '184936.875000', '184937.335000', '184937.795000', '184938.255000', '184938.715000', '184939.175000', '184939.635000', '184940.095000', '184940.555000', '184941.015000', '184941.475000', '184941.935000', '184942.395000', '184942.855000', '184943.315000', '184943.775000', '184944.235000', '184944.695000', '184945.155000', '184945.615000', '184946.075000', '184946.535000', '184946.995000', '184947.455000', '184947.915000', '184948.375000', '184948.835000', '184949.295000', '184949.755000', '184950.215000', '184950.675000', '184951.135000', '184951.595000', '184952.055000', '184952.515000', '184952.975000', '184953.435000', '184953.895000', '184954.355000', '184954.815000', '184955.275000', '184955.735000', '184956.195000', '184956.655000', '184957.115000', '184957.575000', '184958.035000', '184958.495000', '184958.955000', '184959.415000', '184959.875000', '185000.335000', '185000.795000', '185001.255000', '185001.715000', '185002.175000', '185002.635000', '185003.095000', '185003.555000', '185004.015000', '185004.475000', '185004.935000', '185005.395000', '185005.855000', '185006.315000', '185006.775000', '185007.235000', '185007.695000', '185008.155000', '185008.615000', '185009.075000', '185009.535000', '185009.995000', '185010.455000', '185010.915000', '185011.375000', '185011.835000', '185012.295000', '185012.755000', '185013.215000', '185013.675000', '185014.135000', '185014.595000', '185015.055000', '185015.515000', '185015.975000', '185016.435000', '185016.895000', '185017.355000', '185017.815000', '185018.275000', '185018.735000', '185019.195000', '185019.655000', '185020.115000', '185020.575000', '185021.035000', '185021.495000', '185021.955000', '185022.415000', '185022.875000', '185023.335000', '185023.795000', '185024.255000', '185024.715000', '185025.175000', '185025.635000', '185026.095000', '185026.555000', '185027.015000', '185027.475000', '185027.935000', '185028.395000', '185028.855000', '185029.315000', '185029.775000', '185030.235000', '185030.695000', '185031.155000', '185031.615000', '185032.075000', '185032.535000', '185032.995000', '185033.455000', '185033.915000', '185034.375000', '185034.835000', '185035.295000', '185035.755000', '185036.215000', '185036.675000', '185037.135000', '185037.595000', '185038.055000', '185038.515000', '185038.975000', '185039.435000', '185039.895000', '185040.355000', '185040.815000', '185041.275000', '185041.735000', '185042.195000', '185042.655000', '185043.115000', '185043.575000', '185044.035000', '185044.495000', '185044.955000', '185045.415000', '185045.875000', '185046.335000', '185046.795000', '185047.255000', '185047.715000', '185048.175000', '185048.635000', '185049.095000', '185049.555000', '185050.015000', '185050.475000', '185050.935000', '185051.395000', '185051.855000', '185052.315000', '185052.775000', '185053.235000', '185053.695000', '185054.155000', '185054.615000', '185055.075000', '185055.535000', '185055.995000', '185056.455000', '185056.915000', '185057.375000', '185057.835000', '185058.295000', '185058.755000', '185059.215000', '185059.675000', '185100.135000', '185100.595000', '185101.055000', '185101.515000', '185101.975000', '185102.435000', '185102.895000', '185103.355000', '185103.815000', '185104.275000', '185104.735000', '185105.195000', '185105.655000', '185106.115000', '185106.575000', '185107.035000', '185107.495000', '185107.955000', '185108.415000', '185108.875000', '185109.335000', '185109.795000', '185110.255000', '185110.715000', '185111.175000', '185111.635000', '185112.095000', '185112.555000', '185113.015000', '185113.475000', '185113.935000', '185114.395000', '185114.855000', '185115.315000', '185115.775000', '185116.235000', '185116.695000', '185117.155000', '185117.615000', '185118.075000', '185118.535000', '185118.995000', '185119.455000', '185119.915000', '185120.375000', '185120.835000', '185121.295000', '185121.755000', '185122.215000', '185122.675000', '185123.135000', '185123.595000', '185124.055000', '185124.515000', '185124.975000', '185125.435000', '185125.895000', '185126.355000', '185126.815000', '185127.275000', '185127.735000', '185128.195000', '185128.655000', '185129.115000', '185129.575000', '185130.035000', '185130.495000', '185130.955000', '185131.415000', '185131.875000', '185132.335000', '185132.795000', '185133.255000', '185133.715000', '185134.175000', '185134.635000', '185135.095000', '185135.555000', '185136.015000', '185136.475000', '185136.935000', '185137.395000', '185137.855000', '185138.315000', '185138.775000', '185139.235000', '185139.695000', '185140.155000', '185140.615000', '185141.075000', '185141.535000', '185141.995000', '185142.455000', '185142.915000', '185143.375000', '185143.835000', '185144.295000', '185144.755000', '185145.215000', '185145.675000', '185146.135000', '185146.595000', '185147.055000', '185147.515000', '185147.975000', '185148.435000', '185148.895000', '185149.355000', '185149.815000', '185150.275000', '185150.735000', '185151.195000', '185151.655000', '185152.115000', '185152.575000', '185153.035000', '185153.495000', '185153.955000', '185154.415000', '185154.875000', '185155.335000', '185155.795000', '185156.255000', '185156.715000', '185157.175000', '185157.635000', '185158.095000', '185158.555000', '185159.015000', '185159.475000', '185159.935000', '185200.395000', '185200.855000', '185201.315000', '185201.775000', '185202.235000', '185202.695000', '185203.155000', '185203.615000', '185204.075000', '185204.535000', '185204.995000', '185205.455000', '185205.915000', '185206.375000', '185206.835000', '185207.295000', '185207.755000', '185208.215000', '185208.675000', '185209.135000', '185209.595000', '185210.055000', '185210.515000', '185210.975000', '185211.435000', '185211.895000', '185212.355000', '185212.815000', '185213.275000', '185213.735000', '185214.195000', '185214.655000', '185215.115000', '185215.575000', '185216.035000', '185216.495000', '185216.955000', '185217.415000', '185217.875000', '185218.335000', '185218.795000', '185219.255000', '185219.715000', '185220.175000', '185220.635000', '185221.095000', '185221.555000', '185222.015000', '185222.475000', '185222.935000', '185223.395000', '185223.855000', '185224.315000', '185224.775000', '185225.235000', '185225.695000', '185226.155000', '185226.615000', '185227.075000', '185227.535000', '185227.995000', '185228.455000', '185228.915000', '185229.375000', '185229.835000', '185230.295000', '185230.755000', '185231.215000', '185231.675000', '185232.135000', '185232.595000', '185233.055000', '185233.515000', '185233.975000', '185234.435000', '185234.895000', '185235.355000', '185235.815000', '185236.275000', '185236.735000', '185237.195000', '185237.655000', '185238.115000', '185238.575000', '185239.035000', '185239.495000', '185239.955000', '185240.415000', '185240.875000', '185241.335000', '185241.795000', '185242.255000', '185242.715000', '185243.175000', '185243.635000', '185244.095000', '185244.555000', '185245.015000', '185245.475000', '185245.935000', '185246.395000', '185246.855000', '185247.315000', '185247.775000', '185248.235000', '185248.695000', '185249.155000', '185249.615000', '185250.075000', '185250.535000', '185250.995000', '185251.455000', '185251.915000', '185252.375000', '185252.835000', '185253.295000', '185253.755000', '185254.215000', '185254.675000', '185255.135000', '185255.595000', '185256.055000', '185256.515000', '185256.975000', '185257.435000', '185257.895000', '185258.355000', '185258.815000', '185259.275000', '185259.735000', '185300.195000', '185300.655000', '185301.115000', '185301.575000', '185302.035000', '185302.495000', '185302.955000', '185303.415000', '185303.875000', '185304.335000', '185304.795000', '185305.255000', '185305.715000', '185306.175000', '185306.635000', '185307.095000', '185307.555000', '185308.015000', '185308.475000', '185308.935000', '185309.395000', '185309.855000', '185310.315000', '185310.775000', '185311.235000', '185311.695000', '185312.155000', '185312.615000', '185313.075000', '185313.535000', '185313.995000', '185314.455000', '185314.915000', '185315.375000', '185315.835000', '185316.295000', '185316.755000', '185317.215000', '185317.675000', '185318.135000', '185318.595000', '185319.055000', '185319.515000', '185319.975000', '185320.435000', '185320.895000', '185321.355000', '185321.815000', '185322.275000', '185322.735000', '185323.195000', '185323.655000', '185324.115000', '185324.575000', '185325.035000', '185325.495000', '185325.955000', '185326.415000', '185326.875000', '185327.335000', '185327.795000', '185328.255000', '185328.715000', '185329.175000', '185329.635000', '185330.095000', '185330.555000', '185331.015000', '185331.475000', '185331.935000', '185332.395000', '185332.855000', '185333.315000', '185333.775000', '185334.235000', '185334.695000', '185335.155000', '185335.615000', '185336.075000', '185336.535000', '185336.995000', '185337.455000', '185337.915000', '185338.375000', '185338.835000', '185339.295000', '185339.755000', '185340.215000', '185340.675000', '185341.135000', '185341.595000', '185342.055000', '185342.515000', '185342.975000', '185343.435000', '185343.895000', '185344.355000', '185344.815000', '185345.275000', '185345.735000', '185346.195000', '185346.655000', '185347.115000', '185347.575000', '185348.035000', '185348.495000', '185348.955000', '185349.415000', '185349.875000', '185350.335000', '185350.795000', '185351.255000', '185351.715000', '185352.175000', '185352.635000', '185353.095000', '185353.555000', '185354.015000', '185354.475000', '185354.935000', '185355.395000', '185355.855000', '185356.315000', '185356.775000', '185357.235000', '185357.695000', '185358.155000', '185358.615000', '185359.075000', '185359.535000', '185359.995000', '185400.455000', '185400.915000', '185401.375000', '185401.835000', '185402.295000', '185402.755000', '185403.215000', '185403.675000', '185404.135000', '185404.595000', '185405.055000', '185405.515000', '185405.975000', '185406.435000', '185406.895000', '185407.355000', '185407.815000', '185408.275000', '185408.735000', '185409.195000', '185409.655000', '185410.115000', '185410.575000', '185411.035000', '185411.495000', '185411.955000', '185412.415000', '185412.875000', '185413.335000', '185413.795000', '185414.255000', '185414.715000', '185415.175000', '185415.635000', '185416.095000', '185416.555000', '185417.015000', '185417.475000', '185417.935000', '185418.395000', '185418.855000', '185419.315000', '185419.775000', '185420.235000', '185420.695000', '185421.155000', '185421.615000', '185422.075000', '185422.535000', '185422.995000', '185423.455000', '185423.915000', '185424.375000', '185424.835000', '185425.295000', '185425.755000', '185426.215000', '185426.675000', '185427.135000', '185427.595000', '185428.055000', '185428.515000', '185428.975000', '185429.435000', '185429.895000', '185430.355000', '185430.815000', '185431.275000', '185431.735000', '185432.195000', '185432.655000', '185433.115000', '185433.575000', '185434.035000', '185434.495000', '185434.955000', '185435.415000', '185435.875000', '185436.335000', '185436.795000', '185437.255000', '185437.715000', '185438.175000', '185438.635000', '185439.095000', '185439.555000', '185440.015000', '185440.475000', '185440.935000', '185441.395000', '185441.855000', '185442.315000', '185442.775000', '185443.235000', '185443.695000', '185444.155000', '185444.615000', '185445.075000', '185445.535000', '185445.995000', '185446.455000', '185446.915000', '185447.375000', '185447.835000', '185448.295000', '185448.755000', '185449.215000', '185449.675000', '185450.135000', '185450.595000', '185451.055000', '185451.515000', '185451.975000', '185452.435000', '185452.895000', '185453.355000', '185453.815000', '185454.275000', '185454.735000', '185455.195000', '185455.655000', '185456.115000', '185456.575000', '185457.035000', '185457.495000', '185457.955000', '185458.415000', '185458.875000', '185459.335000', '185459.795000', '185500.255000', '185500.715000', '185501.175000', '185501.635000', '185502.095000', '185502.555000', '185503.015000', '185503.475000', '185503.935000', '185504.395000', '185504.855000', '185505.315000', '185505.775000', '185506.235000', '185506.695000', '185507.155000', '185507.615000', '185508.075000', '185508.535000', '185508.995000', '185509.455000', '185509.915000', '185510.375000', '185510.835000', '185511.295000', '185511.755000', '185512.215000', '185512.675000', '185513.135000', '185513.595000', '185514.055000', '185514.515000', '185514.975000', '185515.435000', '185515.895000', '185516.355000', '185516.815000', '185517.275000', '185517.735000', '185518.195000', '185518.655000', '185519.115000', '185519.575000', '185520.035000', '185520.495000', '185520.955000', '185521.415000', '185521.875000', '185522.335000', '185522.795000', '185523.255000', '185523.715000', '185524.175000', '185524.635000', '185525.095000', '185525.555000', '185526.015000', '185526.475000', '185526.935000', '185527.395000', '185527.855000', '185528.315000', '185528.775000', '185529.235000', '185529.695000', '185530.155000', '185530.615000', '185531.075000', '185531.535000', '185531.995000', '185532.455000', '185532.915000', '185533.375000', '185533.835000', '185534.295000', '185534.755000', '185535.215000', '185535.675000', '185536.135000', '185536.595000', '185537.055000', '185537.515000', '185537.975000', '185538.435000', '185538.895000', '185539.355000', '185539.815000', '185540.275000', '185540.735000', '185541.195000', '185541.655000', '185542.115000', '185542.575000', '185543.035000', '185543.495000', '185543.955000', '185544.415000', '185544.875000', '185545.335000', '185545.795000', '185546.255000', '185546.715000', '185547.175000', '185547.635000', '185548.095000', '185548.555000', '185549.015000', '185549.475000', '185549.935000', '185550.395000', '185550.855000', '185551.315000', '185551.775000', '185552.235000', '185552.695000', '185553.155000', '185553.615000', '185554.075000', '185554.535000', '185554.995000', '185555.455000', '185555.915000', '185556.375000', '185556.835000', '185557.295000', '185557.755000', '185558.215000', '185558.675000', '185559.135000', '185559.595000', '185600.055000', '185600.515000', '185600.975000', '185601.435000', '185601.895000', '185602.355000', '185602.815000', '185603.275000', '185603.735000', '185604.195000', '185604.655000', '185605.115000', '185605.575000', '185606.035000', '185606.495000', '185606.955000', '185607.415000', '185607.875000', '185608.335000', '185608.795000', '185609.255000', '185609.715000', '185610.175000'], 'ContentTime': ['184956.745000', '184956.748000', '184956.751000', '184956.753000', '184956.756000', '184956.759000', '184956.762000', '184956.764000', '184956.767000', '184956.770000', '184956.773000', '184956.775000', '184956.778000', '184956.781000', '184956.783000', '184956.786000', '184956.788000', '184956.791000', '184956.794000', '184956.801000', '184956.804000', '184956.806000', '184956.809000', '184956.812000', '184956.815000', '184956.818000', '184956.820000', '184956.823000', '184956.825000', '184956.828000', '184956.831000', '184956.833000', '184956.836000', '184956.838000', '184956.841000', '184956.844000', '184956.846000', '184956.849000', '184956.851000', '184956.854000', '184956.857000', '184956.860000', '184956.862000', '184956.865000', '184956.867000', '184956.870000', '184956.873000', '184956.875000', '184956.883000', '184956.885000', '184956.888000', '184956.890000', '184956.893000', '184956.896000', '184956.898000', '184956.901000', '184956.904000', '185016.705000', '185016.707000', '185016.710000', '185016.713000', '185016.716000', '185016.718000', '185016.721000', '185016.723000', '185016.726000', '185016.728000', '185016.731000', '185016.734000', '185016.736000', '185016.739000', '185016.742000', '185016.744000', '185016.747000', '185016.749000', '185016.752000', '185016.754000', '185016.757000', '185016.760000', '185016.762000', '185016.765000', '185016.767000', '185016.770000', '185016.772000', '185016.786000', '185016.789000', '185016.791000', '185016.794000', '185016.796000', '185016.799000', '185016.802000', '185016.804000', '185016.807000', '185016.810000', '185016.812000', '185016.815000', '185016.817000', '185016.820000', '185016.823000', '185016.825000', '185016.828000', '185036.704000', '185036.714000', '185036.716000', '185036.719000', '185036.722000', '185036.724000', '185036.727000', '185036.729000', '185036.732000', '185036.735000', '185036.737000', '185036.740000', '185036.742000', '185036.745000', '185036.748000', '185036.750000', '185036.753000', '185036.755000', '185036.758000', '185036.761000', '185036.763000', '185036.766000', '185036.769000', '185036.771000', '185036.774000', '185036.778000', '185036.781000', '185036.783000', '185036.786000', '185036.789000', '185036.791000', '185036.794000', '185036.797000', '185036.799000', '185036.802000', '185036.804000', '185036.807000', '185036.810000', '185036.812000', '185036.815000', '185036.817000', '185036.820000', '185036.823000', '185056.704000', '185056.707000', '185056.710000', '185056.713000', '185056.716000', '185056.719000', '185056.721000', '185056.724000', '185056.727000', '185056.729000', '185056.732000', '185056.735000', '185056.737000', '185056.740000', '185056.742000', '185056.745000', '185056.747000', '185056.750000', '185056.752000', '185056.755000', '185056.758000', '185056.760000', '185056.763000', '185056.765000', '185056.768000', '185056.771000', '185056.773000', '185056.776000', '185056.779000', '185056.781000', '185056.784000', '185056.786000', '185056.789000', '185056.791000', '185056.794000', '185056.797000', '185056.799000', '185056.802000', '185056.804000', '185056.807000', '185056.810000', '185056.812000', '185056.815000', '185056.818000', '185116.704000', '185116.706000', '185116.709000', '185116.712000', '185116.714000', '185116.717000', '185116.719000', '185116.722000', '185116.725000', '185116.727000', '185116.730000', '185116.733000', '185116.735000', '185116.738000', '185116.741000', '185116.743000', '185116.746000', '185116.749000', '185116.751000', '185116.754000', '185116.756000', '185116.759000', '185116.762000', '185116.773000', '185116.776000', '185116.784000', '185116.787000', '185116.789000', '185116.792000', '185116.795000', '185116.797000', '185116.800000', '185116.803000', '185116.805000', '185116.808000', '185116.811000', '185116.813000', '185116.816000', '185116.819000', '185116.821000', '185116.824000', '185116.827000', '185116.829000', '185136.704000', '185136.706000', '185136.710000', '185136.712000', '185136.715000', '185136.718000', '185136.721000', '185136.723000', '185136.726000', '185136.728000', '185136.731000', '185136.734000', '185136.736000', '185136.739000', '185136.742000', '185136.744000', '185136.747000', '185136.749000', '185136.752000', '185136.755000', '185136.757000', '185136.760000', '185136.763000', '185136.765000', '185136.768000', '185136.771000', '185136.773000', '185136.776000', '185136.778000', '185136.781000', '185136.784000', '185136.786000', '185136.789000', '185136.791000', '185136.794000', '185136.797000', '185136.799000', '185136.802000', '185136.805000', '185136.807000', '185136.810000', '185136.812000', '185136.815000', '185136.818000', '185156.704000', '185156.707000', '185156.710000', '185156.713000', '185156.715000', '185156.718000', '185156.720000', '185156.723000', '185156.726000', '185156.728000', '185156.731000', '185156.734000', '185156.736000', '185156.739000', '185156.741000', '185156.744000', '185156.747000', '185156.749000', '185156.752000', '185156.754000', '185156.757000', '185156.760000', '185156.793000', '185156.796000', '185156.798000', '185156.801000', '185156.803000', '185156.806000', '185156.809000', '185156.811000', '185156.814000', '185156.817000', '185156.819000', '185156.822000', '185156.824000', '185156.827000', '185156.830000', '185156.832000', '185156.835000', '185156.837000', '185156.840000', '185156.843000', '185156.845000', '185216.705000', '185216.708000', '185216.710000', '185216.713000', '185216.715000', '185216.718000', '185216.721000', '185216.723000', '185216.726000', '185216.729000', '185216.731000', '185216.734000', '185216.737000', '185216.739000', '185216.742000', '185216.745000', '185216.747000', '185216.750000', '185216.752000', '185216.755000', '185216.757000', '185216.760000', '185216.763000', '185216.765000', '185216.768000', '185216.771000', '185216.773000', '185216.776000', '185216.778000', '185216.781000', '185216.784000', '185216.786000', '185216.789000', '185216.792000', '185216.794000', '185216.797000', '185216.799000', '185216.802000', '185216.805000', '185216.807000', '185216.810000', '185216.812000', '185216.815000', '185216.818000', '185236.704000', '185236.707000', '185236.710000', '185236.713000', '185236.715000', '185236.718000', '185236.721000', '185236.723000', '185236.726000', '185236.728000', '185236.731000', '185236.734000', '185236.736000', '185236.739000', '185236.741000', '185236.744000', '185236.747000', '185236.749000', '185236.752000', '185236.755000', '185236.757000', '185236.760000', '185236.762000', '185236.765000', '185236.768000', '185236.770000', '185236.773000', '185236.776000', '185236.778000', '185236.781000', '185236.783000', '185236.786000', '185236.788000', '185236.791000', '185236.793000', '185236.796000', '185236.799000', '185236.801000', '185236.804000', '185236.806000', '185236.809000', '185236.811000', '185236.814000', '185256.705000', '185256.707000', '185256.710000', '185256.713000', '185256.715000', '185256.718000', '185256.720000', '185256.723000', '185256.726000', '185256.728000', '185256.731000', '185256.733000', '185256.736000', '185256.738000', '185256.741000', '185256.744000', '185256.746000', '185256.749000', '185256.752000', '185256.754000', '185256.757000', '185256.760000', '185256.762000', '185256.765000', '185256.767000', '185256.770000', '185256.772000', '185256.775000', '185256.777000', '185256.780000', '185256.783000', '185256.785000', '185256.788000', '185256.790000', '185256.793000', '185256.796000', '185256.798000', '185256.801000', '185256.804000', '185256.806000', '185256.809000', '185256.811000', '185256.814000', '185256.816000', '185316.704000', '185316.707000', '185316.710000', '185316.712000', '185316.715000', '185316.718000', '185316.720000', '185316.723000', '185316.725000', '185316.728000', '185316.730000', '185316.733000', '185316.735000', '185316.738000', '185316.741000', '185316.743000', '185316.746000', '185316.748000', '185316.751000', '185316.754000', '185316.756000', '185316.759000', '185316.761000', '185316.764000', '185316.767000', '185316.769000', '185316.772000', '185316.774000', '185316.777000', '185316.779000', '185316.782000', '185316.785000', '185316.787000', '185316.790000', '185316.792000', '185316.795000', '185316.797000', '185316.800000', '185316.803000', '185316.805000', '185316.808000', '185316.810000', '185316.813000', '185336.704000', '185336.707000', '185336.709000', '185336.712000', '185336.714000', '185336.717000', '185336.719000', '185336.722000', '185336.725000', '185336.727000', '185336.730000', '185336.732000', '185336.735000', '185336.737000', '185336.740000', '185336.743000', '185336.745000', '185336.748000', '185336.779000', '185336.781000', '185336.784000', '185336.786000', '185336.789000', '185336.792000', '185336.794000', '185336.797000', '185336.799000', '185336.802000', '185336.804000', '185336.807000', '185336.810000', '185336.812000', '185336.815000', '185336.817000', '185336.820000', '185336.823000', '185336.825000', '185336.828000', '185336.830000', '185336.833000', '185336.836000', '185336.838000', '185336.841000', '185336.843000', '185356.704000', '185356.706000', '185356.709000', '185356.712000', '185356.714000', '185356.717000', '185356.720000', '185356.722000', '185356.725000', '185356.727000', '185356.730000', '185356.732000', '185356.735000', '185356.737000', '185356.740000', '185356.743000', '185356.745000', '185356.748000', '185356.751000', '185356.753000', '185356.756000', '185356.758000', '185356.761000', '185356.763000', '185356.766000', '185356.769000', '185356.771000', '185356.774000', '185356.776000', '185356.779000', '185356.781000', '185356.784000', '185356.787000', '185356.789000', '185356.792000', '185356.794000', '185356.797000', '185356.800000', '185356.802000', '185356.805000', '185356.807000', '185356.810000', '185356.812000', '185416.705000', '185416.708000', '185416.710000', '185416.713000', '185416.715000', '185416.718000', '185416.721000', '185416.723000', '185416.726000', '185416.728000', '185416.731000', '185416.734000', '185416.736000', '185416.739000', '185416.741000', '185416.744000', '185416.746000', '185416.749000', '185416.752000', '185416.754000', '185416.757000', '185416.759000', '185416.762000', '185416.764000', '185416.767000', '185416.770000', '185416.772000', '185416.775000', '185416.777000', '185416.780000', '185416.782000', '185416.785000', '185416.788000', '185416.790000', '185416.793000', '185416.795000', '185416.798000', '185416.800000', '185416.803000', '185416.805000', '185416.808000', '185416.811000', '185416.813000', '185416.816000', '185436.705000', '185436.707000', '185436.710000', '185436.713000', '185436.715000', '185436.718000', '185436.720000', '185436.723000', '185436.725000', '185436.728000', '185436.730000', '185436.733000', '185436.736000', '185436.738000', '185436.741000', '185436.743000', '185436.746000', '185436.749000', '185436.751000', '185436.754000', '185436.757000', '185436.759000', '185436.762000', '185436.764000', '185436.767000', '185436.770000', '185436.772000', '185436.775000', '185436.777000', '185436.780000', '185436.783000', '185436.785000', '185436.788000', '185436.790000', '185436.793000', '185436.796000', '185436.798000', '185436.801000', '185436.803000', '185436.806000', '185436.808000', '185436.811000', '185436.814000', '185456.705000', '185456.707000', '185456.710000', '185456.713000', '185456.715000', '185456.718000', '185456.720000', '185456.723000', '185456.726000', '185456.728000', '185456.733000', '185456.735000', '185456.743000', '185456.746000', '185456.748000', '185456.751000', '185456.754000', '185456.756000', '185456.759000', '185456.761000', '185456.764000', '185456.767000', '185456.769000', '185456.772000', '185456.774000', '185456.777000', '185456.780000', '185456.782000', '185456.785000', '185456.802000', '185456.805000', '185456.807000', '185456.810000', '185456.813000', '185456.815000', '185456.818000', '185456.820000', '185456.823000', '185456.825000', '185456.828000', '185456.831000', '185456.833000', '185456.836000', '185456.838000', '185516.704000', '185516.707000', '185516.710000', '185516.712000', '185516.715000', '185516.718000', '185516.720000', '185516.723000', '185516.725000', '185516.728000', '185516.731000', '185516.735000', '185516.738000', '185516.740000', '185516.743000', '185516.745000', '185516.748000', '185516.751000', '185516.753000', '185516.756000', '185516.758000', '185516.761000', '185516.763000', '185516.766000', '185516.768000', '185516.771000', '185516.774000', '185516.776000', '185516.779000', '185516.782000', '185516.784000', '185516.787000', '185516.789000', '185516.792000', '185516.794000', '185516.797000', '185516.800000', '185516.802000', '185516.805000', '185516.807000', '185516.810000', '185516.813000', '185516.815000', '185536.705000', '185536.707000', '185536.710000', '185536.713000', '185536.715000', '185536.718000', '185536.720000', '185536.723000', '185536.726000', '185536.729000', '185536.732000', '185536.735000', '185536.737000', '185536.740000', '185536.743000', '185536.745000', '185536.748000', '185536.750000', '185536.753000', '185536.756000', '185536.758000', '185536.761000', '185536.763000', '185536.766000', '185536.768000', '185536.771000', '185536.774000', '185536.776000', '185536.779000', '185536.781000', '185536.784000', '185536.786000', '185536.789000', '185536.792000', '185536.794000', '185536.797000', '185536.799000', '185536.802000', '185536.804000', '185536.807000', '185536.809000', '185536.812000', '185536.815000', '185556.704000', '185556.706000', '185556.709000', '185556.712000', '185556.714000', '185556.717000', '185556.719000', '185556.722000', '185556.724000', '185556.727000', '185556.730000', '185556.732000', '185556.735000', '185556.737000', '185556.740000', '185556.742000', '185556.745000', '185556.748000', '185556.750000', '185556.753000', '185556.755000', '185556.758000', '185556.760000', '185556.763000', '185556.765000', '185556.768000', '185556.771000', '185556.773000', '185556.776000', '185556.778000', '185556.781000', '185556.784000', '185556.786000', '185556.789000', '185556.791000', '185556.794000', '185556.796000', '185556.799000', '185556.802000', '185556.804000', '185556.807000', '185556.809000', '185556.812000', '185556.815000', '185611.178000', '185611.181000', '185611.183000', '185611.186000', '185611.188000', '185611.191000', '185611.194000', '185611.196000', '185611.199000', '185611.201000', '185611.204000', '185611.207000', '185611.209000', '185611.212000', '185611.215000', '185611.218000', '185611.220000', '185611.223000', '185611.226000', '185611.228000', '185611.231000', '185611.233000', '185611.236000', '185611.239000', '185611.242000', '185611.245000', '185611.248000', '185611.251000', '185611.254000', '185611.257000', '185611.259000', '185611.262000'], 'InstanceCreationTime': ['184956.745000', '184956.748000', '184956.751000', '184956.753000', '184956.756000', '184956.759000', '184956.762000', '184956.764000', '184956.767000', '184956.770000', '184956.773000', '184956.775000', '184956.778000', '184956.781000', '184956.783000', '184956.786000', '184956.788000', '184956.791000', '184956.794000', '184956.801000', '184956.804000', '184956.806000', '184956.809000', '184956.812000', '184956.815000', '184956.818000', '184956.820000', '184956.823000', '184956.825000', '184956.828000', '184956.831000', '184956.833000', '184956.836000', '184956.838000', '184956.841000', '184956.844000', '184956.846000', '184956.849000', '184956.851000', '184956.854000', '184956.857000', '184956.860000', '184956.862000', '184956.865000', '184956.867000', '184956.870000', '184956.873000', '184956.875000', '184956.883000', '184956.885000', '184956.888000', '184956.890000', '184956.893000', '184956.896000', '184956.898000', '184956.901000', '184956.904000', '185016.705000', '185016.707000', '185016.710000', '185016.713000', '185016.716000', '185016.718000', '185016.721000', '185016.723000', '185016.726000', '185016.728000', '185016.731000', '185016.734000', '185016.736000', '185016.739000', '185016.742000', '185016.744000', '185016.747000', '185016.749000', '185016.752000', '185016.754000', '185016.757000', '185016.760000', '185016.762000', '185016.765000', '185016.767000', '185016.770000', '185016.772000', '185016.786000', '185016.789000', '185016.791000', '185016.794000', '185016.796000', '185016.799000', '185016.802000', '185016.804000', '185016.807000', '185016.810000', '185016.812000', '185016.815000', '185016.817000', '185016.820000', '185016.823000', '185016.825000', '185016.828000', '185036.704000', '185036.714000', '185036.716000', '185036.719000', '185036.722000', '185036.724000', '185036.727000', '185036.729000', '185036.732000', '185036.735000', '185036.737000', '185036.740000', '185036.742000', '185036.745000', '185036.748000', '185036.750000', '185036.753000', '185036.755000', '185036.758000', '185036.761000', '185036.763000', '185036.766000', '185036.769000', '185036.771000', '185036.774000', '185036.778000', '185036.781000', '185036.783000', '185036.786000', '185036.789000', '185036.791000', '185036.794000', '185036.797000', '185036.799000', '185036.802000', '185036.804000', '185036.807000', '185036.810000', '185036.812000', '185036.815000', '185036.817000', '185036.820000', '185036.823000', '185056.704000', '185056.707000', '185056.710000', '185056.713000', '185056.716000', '185056.719000', '185056.721000', '185056.724000', '185056.727000', '185056.729000', '185056.732000', '185056.735000', '185056.737000', '185056.740000', '185056.742000', '185056.745000', '185056.747000', '185056.750000', '185056.752000', '185056.755000', '185056.758000', '185056.760000', '185056.763000', '185056.765000', '185056.768000', '185056.771000', '185056.773000', '185056.776000', '185056.779000', '185056.781000', '185056.784000', '185056.786000', '185056.789000', '185056.791000', '185056.794000', '185056.797000', '185056.799000', '185056.802000', '185056.804000', '185056.807000', '185056.810000', '185056.812000', '185056.815000', '185056.818000', '185116.704000', '185116.706000', '185116.709000', '185116.712000', '185116.714000', '185116.717000', '185116.719000', '185116.722000', '185116.725000', '185116.727000', '185116.730000', '185116.733000', '185116.735000', '185116.738000', '185116.741000', '185116.743000', '185116.746000', '185116.749000', '185116.751000', '185116.754000', '185116.756000', '185116.759000', '185116.762000', '185116.773000', '185116.776000', '185116.784000', '185116.787000', '185116.789000', '185116.792000', '185116.795000', '185116.797000', '185116.800000', '185116.803000', '185116.805000', '185116.808000', '185116.811000', '185116.813000', '185116.816000', '185116.819000', '185116.821000', '185116.824000', '185116.827000', '185116.829000', '185136.704000', '185136.706000', '185136.710000', '185136.712000', '185136.715000', '185136.718000', '185136.721000', '185136.723000', '185136.726000', '185136.728000', '185136.731000', '185136.734000', '185136.736000', '185136.739000', '185136.742000', '185136.744000', '185136.747000', '185136.749000', '185136.752000', '185136.755000', '185136.757000', '185136.760000', '185136.763000', '185136.765000', '185136.768000', '185136.771000', '185136.773000', '185136.776000', '185136.778000', '185136.781000', '185136.784000', '185136.786000', '185136.789000', '185136.791000', '185136.794000', '185136.797000', '185136.799000', '185136.802000', '185136.805000', '185136.807000', '185136.810000', '185136.812000', '185136.815000', '185136.818000', '185156.704000', '185156.707000', '185156.710000', '185156.713000', '185156.715000', '185156.718000', '185156.720000', '185156.723000', '185156.726000', '185156.728000', '185156.731000', '185156.734000', '185156.736000', '185156.739000', '185156.741000', '185156.744000', '185156.747000', '185156.749000', '185156.752000', '185156.754000', '185156.757000', '185156.760000', '185156.793000', '185156.796000', '185156.798000', '185156.801000', '185156.803000', '185156.806000', '185156.809000', '185156.811000', '185156.814000', '185156.817000', '185156.819000', '185156.822000', '185156.824000', '185156.827000', '185156.830000', '185156.832000', '185156.835000', '185156.837000', '185156.840000', '185156.843000', '185156.845000', '185216.705000', '185216.708000', '185216.710000', '185216.713000', '185216.715000', '185216.718000', '185216.721000', '185216.723000', '185216.726000', '185216.729000', '185216.731000', '185216.734000', '185216.737000', '185216.739000', '185216.742000', '185216.745000', '185216.747000', '185216.750000', '185216.752000', '185216.755000', '185216.757000', '185216.760000', '185216.763000', '185216.765000', '185216.768000', '185216.771000', '185216.773000', '185216.776000', '185216.778000', '185216.781000', '185216.784000', '185216.786000', '185216.789000', '185216.792000', '185216.794000', '185216.797000', '185216.799000', '185216.802000', '185216.805000', '185216.807000', '185216.810000', '185216.812000', '185216.815000', '185216.818000', '185236.704000', '185236.707000', '185236.710000', '185236.713000', '185236.715000', '185236.718000', '185236.721000', '185236.723000', '185236.726000', '185236.728000', '185236.731000', '185236.734000', '185236.736000', '185236.739000', '185236.741000', '185236.744000', '185236.747000', '185236.749000', '185236.752000', '185236.755000', '185236.757000', '185236.760000', '185236.762000', '185236.765000', '185236.768000', '185236.770000', '185236.773000', '185236.776000', '185236.778000', '185236.781000', '185236.783000', '185236.786000', '185236.788000', '185236.791000', '185236.793000', '185236.796000', '185236.799000', '185236.801000', '185236.804000', '185236.806000', '185236.809000', '185236.811000', '185236.814000', '185256.705000', '185256.707000', '185256.710000', '185256.713000', '185256.715000', '185256.718000', '185256.720000', '185256.723000', '185256.726000', '185256.728000', '185256.731000', '185256.733000', '185256.736000', '185256.738000', '185256.741000', '185256.744000', '185256.746000', '185256.749000', '185256.752000', '185256.754000', '185256.757000', '185256.760000', '185256.762000', '185256.765000', '185256.767000', '185256.770000', '185256.772000', '185256.775000', '185256.777000', '185256.780000', '185256.783000', '185256.785000', '185256.788000', '185256.790000', '185256.793000', '185256.796000', '185256.798000', '185256.801000', '185256.804000', '185256.806000', '185256.809000', '185256.811000', '185256.814000', '185256.816000', '185316.704000', '185316.707000', '185316.710000', '185316.712000', '185316.715000', '185316.718000', '185316.720000', '185316.723000', '185316.725000', '185316.728000', '185316.730000', '185316.733000', '185316.735000', '185316.738000', '185316.741000', '185316.743000', '185316.746000', '185316.748000', '185316.751000', '185316.754000', '185316.756000', '185316.759000', '185316.761000', '185316.764000', '185316.767000', '185316.769000', '185316.772000', '185316.774000', '185316.777000', '185316.779000', '185316.782000', '185316.785000', '185316.787000', '185316.790000', '185316.792000', '185316.795000', '185316.797000', '185316.800000', '185316.803000', '185316.805000', '185316.808000', '185316.810000', '185316.813000', '185336.704000', '185336.707000', '185336.709000', '185336.712000', '185336.714000', '185336.717000', '185336.719000', '185336.722000', '185336.725000', '185336.727000', '185336.730000', '185336.732000', '185336.735000', '185336.737000', '185336.740000', '185336.743000', '185336.745000', '185336.748000', '185336.779000', '185336.781000', '185336.784000', '185336.786000', '185336.789000', '185336.792000', '185336.794000', '185336.797000', '185336.799000', '185336.802000', '185336.804000', '185336.807000', '185336.810000', '185336.812000', '185336.815000', '185336.817000', '185336.820000', '185336.823000', '185336.825000', '185336.828000', '185336.830000', '185336.833000', '185336.836000', '185336.838000', '185336.841000', '185336.843000', '185356.704000', '185356.706000', '185356.709000', '185356.712000', '185356.714000', '185356.717000', '185356.720000', '185356.722000', '185356.725000', '185356.727000', '185356.730000', '185356.732000', '185356.735000', '185356.737000', '185356.740000', '185356.743000', '185356.745000', '185356.748000', '185356.751000', '185356.753000', '185356.756000', '185356.758000', '185356.761000', '185356.763000', '185356.766000', '185356.769000', '185356.771000', '185356.774000', '185356.776000', '185356.779000', '185356.781000', '185356.784000', '185356.787000', '185356.789000', '185356.792000', '185356.794000', '185356.797000', '185356.800000', '185356.802000', '185356.805000', '185356.807000', '185356.810000', '185356.812000', '185416.705000', '185416.708000', '185416.710000', '185416.713000', '185416.715000', '185416.718000', '185416.721000', '185416.723000', '185416.726000', '185416.728000', '185416.731000', '185416.734000', '185416.736000', '185416.739000', '185416.741000', '185416.744000', '185416.746000', '185416.749000', '185416.752000', '185416.754000', '185416.757000', '185416.759000', '185416.762000', '185416.764000', '185416.767000', '185416.770000', '185416.772000', '185416.775000', '185416.777000', '185416.780000', '185416.782000', '185416.785000', '185416.788000', '185416.790000', '185416.793000', '185416.795000', '185416.798000', '185416.800000', '185416.803000', '185416.805000', '185416.808000', '185416.811000', '185416.813000', '185416.816000', '185436.705000', '185436.707000', '185436.710000', '185436.713000', '185436.715000', '185436.718000', '185436.720000', '185436.723000', '185436.725000', '185436.728000', '185436.730000', '185436.733000', '185436.736000', '185436.738000', '185436.741000', '185436.743000', '185436.746000', '185436.749000', '185436.751000', '185436.754000', '185436.757000', '185436.759000', '185436.762000', '185436.764000', '185436.767000', '185436.770000', '185436.772000', '185436.775000', '185436.777000', '185436.780000', '185436.783000', '185436.785000', '185436.788000', '185436.790000', '185436.793000', '185436.796000', '185436.798000', '185436.801000', '185436.803000', '185436.806000', '185436.808000', '185436.811000', '185436.814000', '185456.705000', '185456.707000', '185456.710000', '185456.713000', '185456.715000', '185456.718000', '185456.720000', '185456.723000', '185456.726000', '185456.728000', '185456.733000', '185456.735000', '185456.743000', '185456.746000', '185456.748000', '185456.751000', '185456.754000', '185456.756000', '185456.759000', '185456.761000', '185456.764000', '185456.767000', '185456.769000', '185456.772000', '185456.774000', '185456.777000', '185456.780000', '185456.782000', '185456.785000', '185456.802000', '185456.805000', '185456.807000', '185456.810000', '185456.813000', '185456.815000', '185456.818000', '185456.820000', '185456.823000', '185456.825000', '185456.828000', '185456.831000', '185456.833000', '185456.836000', '185456.838000', '185516.704000', '185516.707000', '185516.710000', '185516.712000', '185516.715000', '185516.718000', '185516.720000', '185516.723000', '185516.725000', '185516.728000', '185516.731000', '185516.735000', '185516.738000', '185516.740000', '185516.743000', '185516.745000', '185516.748000', '185516.751000', '185516.753000', '185516.756000', '185516.758000', '185516.761000', '185516.763000', '185516.766000', '185516.768000', '185516.771000', '185516.774000', '185516.776000', '185516.779000', '185516.782000', '185516.784000', '185516.787000', '185516.789000', '185516.792000', '185516.794000', '185516.797000', '185516.800000', '185516.802000', '185516.805000', '185516.807000', '185516.810000', '185516.813000', '185516.815000', '185536.705000', '185536.707000', '185536.710000', '185536.713000', '185536.715000', '185536.718000', '185536.720000', '185536.723000', '185536.726000', '185536.729000', '185536.732000', '185536.735000', '185536.737000', '185536.740000', '185536.743000', '185536.745000', '185536.748000', '185536.750000', '185536.753000', '185536.756000', '185536.758000', '185536.761000', '185536.763000', '185536.766000', '185536.768000', '185536.771000', '185536.774000', '185536.776000', '185536.779000', '185536.781000', '185536.784000', '185536.786000', '185536.789000', '185536.792000', '185536.794000', '185536.797000', '185536.799000', '185536.802000', '185536.804000', '185536.807000', '185536.809000', '185536.812000', '185536.815000', '185556.704000', '185556.706000', '185556.709000', '185556.712000', '185556.714000', '185556.717000', '185556.719000', '185556.722000', '185556.724000', '185556.727000', '185556.730000', '185556.732000', '185556.735000', '185556.737000', '185556.740000', '185556.742000', '185556.745000', '185556.748000', '185556.750000', '185556.753000', '185556.755000', '185556.758000', '185556.760000', '185556.763000', '185556.765000', '185556.768000', '185556.771000', '185556.773000', '185556.776000', '185556.778000', '185556.781000', '185556.784000', '185556.786000', '185556.789000', '185556.791000', '185556.794000', '185556.796000', '185556.799000', '185556.802000', '185556.804000', '185556.807000', '185556.809000', '185556.812000', '185556.815000', '185611.178000', '185611.181000', '185611.183000', '185611.186000', '185611.188000', '185611.191000', '185611.194000', '185611.196000', '185611.199000', '185611.201000', '185611.204000', '185611.207000', '185611.209000', '185611.212000', '185611.215000', '185611.218000', '185611.220000', '185611.223000', '185611.226000', '185611.228000', '185611.231000', '185611.233000', '185611.236000', '185611.239000', '185611.242000', '185611.245000', '185611.248000', '185611.251000', '185611.254000', '185611.257000', '185611.259000', '185611.262000'], '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': [10666, 7911, 11452, 13278, 11588, 6722, 7352, 6878, 7773, 7162, 6775, 7559, 7182, 9653, 8534, 10248, 7545, 11741, 8689, 10097, 11834, 11159, 6888, 7957, 9910, 7172, 17784, 10418, 7655, 7255, 6699, 7245, 6864, 7271, 14289, 9579, 11692, 8047, 11429, 7018, 9217, 7348, 8182, 12666, 8317, 13546, 7803, 14382, 9262, 9464, 6830, 7770, 7197, 7044, 9133, 8997, 6542, 6969, 7058, 6853, 7141, 9242, 8020, 10506, 8682, 10320, 8404, 14523, 13595, 10348, 12331, 8719, 12670, 7981, 10737, 17539, 13591, 17441, 12942, 11560, 7905, 8266, 10551, 7650, 8486, 7065, 7447, 6664, 7251, 6743, 7042, 8745, 7117, 8551, 7514, 8230, 6965, 7452, 8239, 7193, 11174, 7284, 12534, 8179, 8736, 8670, 7199, 16422, 10121, 12215, 8261, 8097, 9444, 7729, 15862, 9102, 12402, 9230, 8181, 7314, 7641, 7265, 7394, 7308, 7352, 8161, 8110, 8479, 6666, 7205, 7114, 8506, 13851, 11014, 14614, 11930, 13635, 11076, 9804, 9410, 7982, 16245, 12415, 16532, 13165, 16541, 13141, 16035, 11337, 13851, 7857, 11080, 7160, 8339, 7203, 8872, 7030, 8423, 6907, 8349, 6793, 8213, 6908, 7723, 6644, 7456, 6935, 7280, 10649, 7146, 8957, 7727, 8357, 7117, 7665, 6862, 7184, 10660, 7663, 8417, 7218, 8675, 7273, 8320, 7231, 7478, 8635, 7107, 11460, 6932, 8172, 7294, 6696, 7240, 7749, 8192, 7406, 6815, 9272, 16182, 13253, 13650, 10768, 12735, 8940, 9870, 11740, 8841, 15495, 8387, 14783, 9306, 9482, 7310, 7560, 6693, 7488, 10605, 7215, 9544, 7549, 8609, 7533, 7951, 7132, 7814, 7143, 8574, 7146, 8351, 6787, 7652, 11353, 8427, 15643, 12358, 14970, 10028, 11819, 9450, 11083, 13743, 10741, 8893, 7222, 12347, 7194, 9625, 7480, 9044, 7115, 6599, 6924, 6571, 8988, 7164, 8929, 7246, 6963, 8960, 7069, 7120, 9379, 7190, 12702, 10682, 13271, 15357, 12253, 17807, 14518, 13171, 10208, 8689, 6791, 7019, 13443, 7340, 9715, 7336, 7838, 6459, 7213, 7676, 6925, 9060, 7231, 9047, 7315, 7749, 7554, 7125, 10198, 7021, 9125, 7320, 7563, 6765, 7436, 10053, 7212, 9983, 7179, 8688, 7852, 8784, 7867, 9010, 7067, 7878, 13765, 9198, 14076, 10530, 13485, 9381, 9729, 9342, 7859, 17215, 11769, 15065, 7553, 9988, 7666, 8525, 7153, 7828, 6913, 7714, 6427, 6938, 6449, 6874, 6822, 11866, 8959, 6300, 6493, 6969, 6346, 8762, 7736, 10091, 8020, 12469, 9581, 12215, 9435, 16502, 11983, 15743, 13434, 15429, 9263, 14063, 11898, 11454, 17343, 11619, 13869, 10295, 10064, 8155, 8300, 7617, 8346, 7803, 8506, 7696, 7955, 6522, 7740, 8678, 8574, 12624, 8988, 8928, 8817, 8523, 14449, 7675, 9897, 6576, 8224, 12258, 7445, 9410, 7189, 8071, 6416, 7028, 6537, 7766, 9872, 7134, 8910, 8472, 8270, 7298, 8419, 7033, 6445, 7915, 7070, 9854, 8781, 10801, 9525, 7207, 6753, 6269, 7797, 6712, 10634, 8410, 13136, 9763, 15916, 12064, 11593, 9517, 10337, 14481, 17688, 14032, 16385, 12888, 14810, 7983, 9986, 11819, 8388, 16963, 7820, 10770, 7206, 7447, 7031, 7544, 7040, 8066, 6899, 8420, 7411, 8482, 7494, 8830, 7326, 8592, 7134, 8330, 6812, 7736, 7466, 6996, 15879, 7231, 11372, 7437, 8337, 8371, 7356, 9360, 6941, 14580, 7112, 9600, 7280, 8238, 6728, 7633, 6497, 7397, 6692, 7605, 6791, 7791, 7483, 7932, 7434, 8864, 7732, 8769, 8948, 14087, 12355, 8267, 11538, 7847, 6806, 8151, 7352, 12025, 9588, 14764, 15084, 11466, 12769, 8027, 16582, 7491, 11783, 8208, 9794, 6987, 8393, 6894, 7334, 6553, 7424, 6815, 7025, 6561, 7326, 6810, 7326, 11841, 8526, 9786, 7669, 9780, 7922, 9646, 7795, 7716, 6561, 7338, 6922, 8386, 6552, 8108, 12020, 8973, 11904, 8270, 10145, 7640, 7825, 13079, 7560, 10463, 7589, 9377, 7550, 9661, 8199, 8794, 13646, 9052, 6379, 6706, 7051, 6312, 8568, 8693, 8509, 13455, 10354, 16993, 13601, 15491, 12180, 15955, 12954, 16953, 15209, 14436, 18697, 13783, 13342, 9003, 9307, 7748, 7564, 6718, 7101, 6722, 7105, 6517, 6800, 7431, 7534, 7547, 6942, 10002, 8311, 12675, 13945, 10055, 16511, 10096, 12465, 7648, 8251, 6908, 7383, 7599, 7758, 12276, 7797, 9667, 7687, 9238, 7816, 8278, 7114, 8228, 6648, 7962, 7033, 7636, 8974, 7572, 7578, 7179, 7973, 7722, 7663, 9181, 7721, 6714, 8008, 7545, 9906, 7810, 9647, 8115, 14623, 11263, 18027, 13764, 17618, 13409, 10613, 13295, 9665, 17632, 13677, 17448, 13686, 14129, 8998, 8133, 7762, 7360, 7994, 7204, 7342, 6419, 7524, 9089, 7503, 9451, 8580, 9208, 7199, 7614, 6578, 7535, 8575, 7531, 9540, 7984, 8227, 7407, 8526, 6755, 7754, 12113, 8749, 10296, 8401, 9904, 7347, 8512, 13718, 8401, 6802, 7566, 6866, 7488, 7664, 7574, 6686, 8965, 6862, 9258, 10471, 9638, 16569, 12465, 18288, 10976, 15081, 11733, 15079, 12418, 13929, 8120, 8742, 7061, 8401, 8393, 8111, 8790, 7621, 6667, 8736, 8589, 7308, 10508, 9249, 8374, 15971, 13201, 10533, 19039, 13897, 18720, 13937, 9942, 10165, 9320, 9168, 10515, 8772, 10169, 8308, 6745, 8667, 6933, 8060, 7015, 8190, 7146, 7940, 8367, 7778, 9844, 8514, 9451, 8587, 8791, 8003, 8481, 7646, 8749, 7917, 8102, 7713, 9045, 7092, 8316, 14862, 10677, 12164, 9914, 9766, 8858, 8306, 7390, 7944, 7505, 8951, 8090, 7284, 9137, 7710, 7183, 9591, 8060, 14521, 11815, 17385, 12339, 18104, 13739, 17610, 12236, 16786, 11584, 9563, 7722, 6906, 8025, 7671, 7496, 6809, 7877, 7028, 7836, 6730, 7697, 7707, 7495, 9586, 7529, 11050, 8595, 10424, 12974, 10505, 17580, 12033, 13076, 9685, 9913, 10388, 8428, 7281, 7737, 11547, 7882, 9898, 8273, 9124, 7500, 8904, 7492, 8973, 8382, 7617, 7878, 7331, 7472, 7479, 7691, 9791, 8710, 6931, 8117, 15218, 10799, 16626, 13841, 9501, 12142, 8110, 8492, 7568, 9594, 8153, 9796, 10979, 12347, 8079, 14696, 8278, 13179, 8960, 17259, 10317, 9575, 16189, 11734, 8541, 8631, 6948, 7333, 9620, 11570, 9933, 16930, 10353, 13435, 10646, 11208, 8314, 11844, 8660, 11040], 'WindowCenter': [4161.0, 4116.0, 4157.0, 4152.0, 4138.0, 4075.0, 4086.0, 4077.0, 4097.0, 4090.0, 4088.0, 4112.0, 4114.0, 4159.0, 4137.0, 4144.0, 4114.0, 4151.0, 4107.0, 4131.0, 4138.0, 4141.0, 4086.0, 4099.0, 4116.0, 4090.0, 4182.0, 4128.0, 4084.0, 4087.0, 4073.0, 4085.0, 4075.0, 4101.0, 4162.0, 4120.0, 4137.0, 4096.0, 4124.0, 4076.0, 4106.0, 4083.0, 4097.0, 4135.0, 4095.0, 4137.0, 4086.0, 4146.0, 4103.0, 4104.0, 4063.0, 4082.0, 4076.0, 4089.0, 4106.0, 4096.0, 4066.0, 4074.0, 4086.0, 4090.0, 4100.0, 4133.0, 4125.0, 4142.0, 4122.0, 4130.0, 4111.0, 4177.0, 4162.0, 4117.0, 4135.0, 4094.0, 4135.0, 4084.0, 4129.0, 4167.0, 4138.0, 4155.0, 4125.0, 4113.0, 4068.0, 4079.0, 4098.0, 4070.0, 4093.0, 4073.0, 4073.0, 4063.0, 4071.0, 4062.0, 4074.0, 4093.0, 4087.0, 4096.0, 4087.0, 4094.0, 4076.0, 4086.0, 4110.0, 4089.0, 4125.0, 4087.0, 4137.0, 4096.0, 4094.0, 4094.0, 4087.0, 4157.0, 4118.0, 4135.0, 4093.0, 4085.0, 4102.0, 4085.0, 4143.0, 4093.0, 4122.0, 4105.0, 4084.0, 4073.0, 4084.0, 4086.0, 4085.0, 4103.0, 4104.0, 4124.0, 4126.0, 4110.0, 4090.0, 4104.0, 4092.0, 4138.0, 4164.0, 4142.0, 4173.0, 4155.0, 4161.0, 4142.0, 4116.0, 4108.0, 4096.0, 4159.0, 4139.0, 4158.0, 4137.0, 4146.0, 4125.0, 4133.0, 4102.0, 4120.0, 4070.0, 4101.0, 4049.0, 4070.0, 4059.0, 4079.0, 4049.0, 4081.0, 4060.0, 4080.0, 4061.0, 4094.0, 4072.0, 4070.0, 4062.0, 4073.0, 4059.0, 4073.0, 4112.0, 4076.0, 4094.0, 4085.0, 4084.0, 4075.0, 4087.0, 4077.0, 4088.0, 4115.0, 4097.0, 4109.0, 4089.0, 4107.0, 4088.0, 4108.0, 4100.0, 4099.0, 4122.0, 4115.0, 4154.0, 4092.0, 4111.0, 4099.0, 4089.0, 4104.0, 4125.0, 4122.0, 4112.0, 4103.0, 4135.0, 4186.0, 4166.0, 4162.0, 4142.0, 4152.0, 4110.0, 4133.0, 4143.0, 4112.0, 4158.0, 4100.0, 4147.0, 4106.0, 4120.0, 4089.0, 4089.0, 4066.0, 4077.0, 4116.0, 4074.0, 4104.0, 4086.0, 4096.0, 4096.0, 4094.0, 4086.0, 4097.0, 4092.0, 4124.0, 4105.0, 4114.0, 4082.0, 4116.0, 4142.0, 4126.0, 4173.0, 4155.0, 4160.0, 4120.0, 4131.0, 4108.0, 4143.0, 4165.0, 4143.0, 4111.0, 4089.0, 4138.0, 4091.0, 4122.0, 4102.0, 4112.0, 4079.0, 4080.0, 4105.0, 4120.0, 4138.0, 4104.0, 4124.0, 4103.0, 4091.0, 4092.0, 4064.0, 4077.0, 4109.0, 4077.0, 4140.0, 4119.0, 4141.0, 4150.0, 4126.0, 4159.0, 4138.0, 4124.0, 4105.0, 4084.0, 4050.0, 4064.0, 4133.0, 4075.0, 4091.0, 4062.0, 4072.0, 4053.0, 4075.0, 4086.0, 4075.0, 4094.0, 4076.0, 4095.0, 4075.0, 4086.0, 4084.0, 4076.0, 4114.0, 4077.0, 4104.0, 4077.0, 4087.0, 4078.0, 4089.0, 4118.0, 4089.0, 4104.0, 4076.0, 4108.0, 4112.0, 4123.0, 4111.0, 4120.0, 4089.0, 4102.0, 4163.0, 4123.0, 4149.0, 4128.0, 4147.0, 4105.0, 4105.0, 4108.0, 4100.0, 4157.0, 4127.0, 4146.0, 4085.0, 4102.0, 4076.0, 4097.0, 4078.0, 4087.0, 4089.0, 4100.0, 4082.0, 4091.0, 4092.0, 4093.0, 4080.0, 4130.0, 4098.0, 4067.0, 4069.0, 4093.0, 4082.0, 4125.0, 4115.0, 4144.0, 4116.0, 4154.0, 4121.0, 4139.0, 4109.0, 4159.0, 4129.0, 4150.0, 4128.0, 4138.0, 4084.0, 4125.0, 4101.0, 4103.0, 4132.0, 4102.0, 4111.0, 4088.0, 4078.0, 4057.0, 4066.0, 4059.0, 4071.0, 4074.0, 4084.0, 4084.0, 4086.0, 4066.0, 4086.0, 4085.0, 4098.0, 4125.0, 4097.0, 4098.0, 4096.0, 4096.0, 4133.0, 4073.0, 4095.0, 4054.0, 4087.0, 4137.0, 4090.0, 4123.0, 4079.0, 4085.0, 4067.0, 4076.0, 4052.0, 4087.0, 4118.0, 4090.0, 4108.0, 4100.0, 4096.0, 4090.0, 4097.0, 4080.0, 4069.0, 4115.0, 4096.0, 4137.0, 4115.0, 4134.0, 4109.0, 4078.0, 4081.0, 4068.0, 4091.0, 4081.0, 4133.0, 4114.0, 4154.0, 4146.0, 4174.0, 4153.0, 4143.0, 4122.0, 4121.0, 4153.0, 4161.0, 4140.0, 4150.0, 4116.0, 4124.0, 4062.0, 4092.0, 4101.0, 4070.0, 4131.0, 4059.0, 4087.0, 4059.0, 4058.0, 4050.0, 4059.0, 4060.0, 4082.0, 4075.0, 4084.0, 4088.0, 4110.0, 4089.0, 4107.0, 4088.0, 4124.0, 4079.0, 4098.0, 4077.0, 4090.0, 4086.0, 4077.0, 4157.0, 4078.0, 4126.0, 4077.0, 4100.0, 4108.0, 4089.0, 4107.0, 4077.0, 4147.0, 4077.0, 4104.0, 4089.0, 4096.0, 4067.0, 4086.0, 4067.0, 4077.0, 4079.0, 4089.0, 4077.0, 4099.0, 4103.0, 4112.0, 4106.0, 4123.0, 4105.0, 4112.0, 4123.0, 4165.0, 4155.0, 4115.0, 4141.0, 4113.0, 4079.0, 4098.0, 4089.0, 4140.0, 4122.0, 4165.0, 4162.0, 4131.0, 4138.0, 4087.0, 4145.0, 4076.0, 4115.0, 4086.0, 4106.0, 4065.0, 4086.0, 4076.0, 4077.0, 4068.0, 4078.0, 4065.0, 4078.0, 4077.0, 4088.0, 4077.0, 4100.0, 4142.0, 4111.0, 4118.0, 4098.0, 4117.0, 4100.0, 4120.0, 4103.0, 4114.0, 4091.0, 4089.0, 4087.0, 4099.0, 4067.0, 4100.0, 4141.0, 4123.0, 4141.0, 4100.0, 4120.0, 4087.0, 4089.0, 4139.0, 4089.0, 4116.0, 4089.0, 4110.0, 4091.0, 4121.0, 4115.0, 4115.0, 4155.0, 4113.0, 4059.0, 4069.0, 4082.0, 4086.0, 4127.0, 4115.0, 4117.0, 4155.0, 4134.0, 4173.0, 4153.0, 4161.0, 4129.0, 4149.0, 4127.0, 4149.0, 4135.0, 4124.0, 4142.0, 4111.0, 4109.0, 4068.0, 4068.0, 4058.0, 4060.0, 4037.0, 4048.0, 4038.0, 4045.0, 4037.0, 4051.0, 4088.0, 4088.0, 4099.0, 4088.0, 4119.0, 4101.0, 4141.0, 4150.0, 4120.0, 4147.0, 4106.0, 4125.0, 4074.0, 4073.0, 4064.0, 4076.0, 4072.0, 4076.0, 4125.0, 4075.0, 4105.0, 4085.0, 4095.0, 4087.0, 4096.0, 4076.0, 4096.0, 4066.0, 4088.0, 4077.0, 4089.0, 4108.0, 4097.0, 4089.0, 4077.0, 4089.0, 4106.0, 4092.0, 4114.0, 4105.0, 4079.0, 4103.0, 4106.0, 4135.0, 4105.0, 4124.0, 4117.0, 4178.0, 4161.0, 4196.0, 4166.0, 4185.0, 4155.0, 4121.0, 4139.0, 4109.0, 4158.0, 4139.0, 4160.0, 4139.0, 4136.0, 4098.0, 4085.0, 4073.0, 4061.0, 4084.0, 4062.0, 4062.0, 4049.0, 4074.0, 4080.0, 4074.0, 4093.0, 4085.0, 4096.0, 4075.0, 4089.0, 4065.0, 4088.0, 4096.0, 4089.0, 4120.0, 4098.0, 4096.0, 4090.0, 4110.0, 4078.0, 4103.0, 4155.0, 4114.0, 4130.0, 4112.0, 4121.0, 4090.0, 4112.0, 4153.0, 4099.0, 4064.0, 4099.0, 4077.0, 4089.0, 4112.0, 4101.0, 4093.0, 4123.0, 4090.0, 4121.0, 4131.0, 4123.0, 4186.0, 4154.0, 4173.0, 4133.0, 4161.0, 4129.0, 4149.0, 4129.0, 4151.0, 4075.0, 4083.0, 4053.0, 4082.0, 4099.0, 4089.0, 4099.0, 4090.0, 4079.0, 4096.0, 4107.0, 4089.0, 4133.0, 4124.0, 4113.0, 4160.0, 4152.0, 4119.0, 4184.0, 4168.0, 4181.0, 4151.0, 4106.0, 4093.0, 4081.0, 4081.0, 4090.0, 4070.0, 4086.0, 4058.0, 4039.0, 4081.0, 4061.0, 4084.0, 4075.0, 4095.0, 4059.0, 4073.0, 4083.0, 4075.0, 4104.0, 4096.0, 4103.0, 4097.0, 4085.0, 4103.0, 4109.0, 4088.0, 4098.0, 4100.0, 4098.0, 4100.0, 4109.0, 4078.0, 4101.0, 4163.0, 4132.0, 4151.0, 4123.0, 4121.0, 4086.0, 4089.0, 4066.0, 4087.0, 4080.0, 4107.0, 4099.0, 4108.0, 4122.0, 4114.0, 4104.0, 4134.0, 4127.0, 4176.0, 4168.0, 4175.0, 4144.0, 4158.0, 4137.0, 4145.0, 4127.0, 4143.0, 4115.0, 4092.0, 4061.0, 4049.0, 4072.0, 4071.0, 4073.0, 4061.0, 4084.0, 4076.0, 4086.0, 4078.0, 4099.0, 4100.0, 4091.0, 4118.0, 4101.0, 4128.0, 4108.0, 4131.0, 4137.0, 4120.0, 4156.0, 4125.0, 4137.0, 4104.0, 4118.0, 4104.0, 4096.0, 4073.0, 4072.0, 4115.0, 4084.0, 4105.0, 4095.0, 4106.0, 4074.0, 4092.0, 4090.0, 4109.0, 4101.0, 4100.0, 4114.0, 4104.0, 4107.0, 4106.0, 4105.0, 4123.0, 4114.0, 4093.0, 4101.0, 4152.0, 4119.0, 4161.0, 4141.0, 4110.0, 4130.0, 4088.0, 4099.0, 4087.0, 4109.0, 4089.0, 4121.0, 4120.0, 4129.0, 4089.0, 4150.0, 4101.0, 4137.0, 4102.0, 4147.0, 4108.0, 4087.0, 4139.0, 4118.0, 4087.0, 4085.0, 4077.0, 4077.0, 4109.0, 4116.0, 4095.0, 4135.0, 4093.0, 4124.0, 4105.0, 4105.0, 4084.0, 4111.0, 4083.0, 4103.0], 'WindowWidth': [9251.0, 9178.0, 9233.0, 9219.0, 9194.0, 9105.0, 9119.0, 9111.0, 9138.0, 9132.0, 9128.0, 9165.0, 9177.0, 9243.0, 9207.0, 9212.0, 9172.0, 9215.0, 9147.0, 9185.0, 9194.0, 9198.0, 9120.0, 9139.0, 9160.0, 9130.0, 9259.0, 9177.0, 9114.0, 9120.0, 9099.0, 9118.0, 9105.0, 9148.0, 9231.0, 9172.0, 9189.0, 9134.0, 9168.0, 9106.0, 9144.0, 9112.0, 9133.0, 9183.0, 9129.0, 9186.0, 9118.0, 9199.0, 9136.0, 9137.0, 9081.0, 9106.0, 9108.0, 9130.0, 9145.0, 9130.0, 9093.0, 9101.0, 9123.0, 9132.0, 9150.0, 9197.0, 9192.0, 9207.0, 9178.0, 9186.0, 9162.0, 9263.0, 9231.0, 9161.0, 9180.0, 9126.0, 9182.0, 9112.0, 9178.0, 9230.0, 9191.0, 9211.0, 9165.0, 9146.0, 9080.0, 9096.0, 9119.0, 9086.0, 9121.0, 9097.0, 9094.0, 9081.0, 9091.0, 9079.0, 9098.0, 9122.0, 9123.0, 9130.0, 9120.0, 9126.0, 9104.0, 9119.0, 9157.0, 9128.0, 9171.0, 9121.0, 9186.0, 9130.0, 9125.0, 9126.0, 9122.0, 9216.0, 9161.0, 9181.0, 9124.0, 9114.0, 9132.0, 9112.0, 9191.0, 9121.0, 9160.0, 9140.0, 9110.0, 9097.0, 9112.0, 9119.0, 9118.0, 9154.0, 9158.0, 9185.0, 9188.0, 9158.0, 9131.0, 9155.0, 9139.0, 9208.0, 9238.0, 9203.0, 9248.0, 9228.0, 9229.0, 9203.0, 9160.0, 9149.0, 9131.0, 9222.0, 9193.0, 9219.0, 9185.0, 9196.0, 9164.0, 9172.0, 9127.0, 9150.0, 9084.0, 9125.0, 9054.0, 9082.0, 9068.0, 9094.0, 9054.0, 9100.0, 9073.0, 9097.0, 9077.0, 9128.0, 9094.0, 9090.0, 9079.0, 9095.0, 9073.0, 9096.0, 9146.0, 9103.0, 9123.0, 9115.0, 9111.0, 9103.0, 9120.0, 9109.0, 9125.0, 9156.0, 9136.0, 9153.0, 9127.0, 9148.0, 9124.0, 9152.0, 9147.0, 9144.0, 9178.0, 9176.0, 9223.0, 9135.0, 9160.0, 9142.0, 9130.0, 9155.0, 9190.0, 9179.0, 9167.0, 9156.0, 9202.0, 9273.0, 9240.0, 9231.0, 9203.0, 9213.0, 9155.0, 9189.0, 9204.0, 9161.0, 9219.0, 9140.0, 9203.0, 9143.0, 9167.0, 9126.0, 9124.0, 9091.0, 9106.0, 9155.0, 9099.0, 9139.0, 9121.0, 9132.0, 9134.0, 9128.0, 9121.0, 9136.0, 9138.0, 9181.0, 9158.0, 9167.0, 9120.0, 9173.0, 9202.0, 9187.0, 9248.0, 9222.0, 9223.0, 9168.0, 9181.0, 9148.0, 9202.0, 9233.0, 9202.0, 9154.0, 9127.0, 9189.0, 9132.0, 9174.0, 9150.0, 9160.0, 9113.0, 9118.0, 9158.0, 9192.0, 9210.0, 9157.0, 9180.0, 9150.0, 9130.0, 9114.0, 9083.0, 9104.0, 9151.0, 9108.0, 9194.0, 9162.0, 9197.0, 9204.0, 9169.0, 9218.0, 9186.0, 9163.0, 9137.0, 9107.0, 9060.0, 9084.0, 9175.0, 9099.0, 9114.0, 9076.0, 9091.0, 9066.0, 9099.0, 9116.0, 9100.0, 9122.0, 9104.0, 9124.0, 9099.0, 9117.0, 9113.0, 9104.0, 9152.0, 9106.0, 9137.0, 9105.0, 9117.0, 9111.0, 9125.0, 9161.0, 9126.0, 9138.0, 9106.0, 9149.0, 9162.0, 9177.0, 9161.0, 9170.0, 9128.0, 9148.0, 9229.0, 9176.0, 9208.0, 9177.0, 9199.0, 9141.0, 9139.0, 9145.0, 9139.0, 9215.0, 9172.0, 9196.0, 9111.0, 9130.0, 9100.0, 9131.0, 9109.0, 9117.0, 9126.0, 9144.0, 9125.0, 9134.0, 9140.0, 9140.0, 9118.0, 9178.0, 9132.0, 9090.0, 9099.0, 9139.0, 9121.0, 9184.0, 9171.0, 9208.0, 9174.0, 9218.0, 9171.0, 9192.0, 9150.0, 9220.0, 9175.0, 9210.0, 9172.0, 9186.0, 9105.0, 9162.0, 9123.0, 9127.0, 9169.0, 9125.0, 9135.0, 9101.0, 9087.0, 9059.0, 9072.0, 9066.0, 9085.0, 9093.0, 9109.0, 9110.0, 9113.0, 9087.0, 9114.0, 9109.0, 9130.0, 9166.0, 9129.0, 9130.0, 9124.0, 9125.0, 9173.0, 9090.0, 9121.0, 9065.0, 9114.0, 9186.0, 9128.0, 9177.0, 9110.0, 9111.0, 9091.0, 9102.0, 9066.0, 9115.0, 9161.0, 9126.0, 9147.0, 9137.0, 9128.0, 9126.0, 9130.0, 9112.0, 9099.0, 9170.0, 9145.0, 9199.0, 9169.0, 9190.0, 9146.0, 9105.0, 9115.0, 9096.0, 9128.0, 9117.0, 9190.0, 9165.0, 9222.0, 9215.0, 9251.0, 9220.0, 9205.0, 9175.0, 9168.0, 9216.0, 9226.0, 9192.0, 9207.0, 9152.0, 9159.0, 9070.0, 9112.0, 9121.0, 9080.0, 9164.0, 9064.0, 9101.0, 9065.0, 9061.0, 9056.0, 9067.0, 9072.0, 9104.0, 9099.0, 9110.0, 9123.0, 9153.0, 9125.0, 9145.0, 9121.0, 9179.0, 9112.0, 9134.0, 9108.0, 9126.0, 9118.0, 9105.0, 9211.0, 9105.0, 9169.0, 9106.0, 9139.0, 9151.0, 9122.0, 9144.0, 9104.0, 9198.0, 9103.0, 9137.0, 9123.0, 9130.0, 9091.0, 9115.0, 9092.0, 9105.0, 9112.0, 9124.0, 9110.0, 9141.0, 9151.0, 9163.0, 9159.0, 9177.0, 9155.0, 9160.0, 9180.0, 9237.0, 9224.0, 9168.0, 9201.0, 9166.0, 9114.0, 9138.0, 9128.0, 9196.0, 9172.0, 9237.0, 9227.0, 9182.0, 9187.0, 9117.0, 9196.0, 9099.0, 9151.0, 9113.0, 9139.0, 9086.0, 9114.0, 9100.0, 9104.0, 9094.0, 9106.0, 9086.0, 9109.0, 9105.0, 9121.0, 9107.0, 9144.0, 9199.0, 9158.0, 9162.0, 9138.0, 9159.0, 9140.0, 9165.0, 9150.0, 9169.0, 9133.0, 9126.0, 9121.0, 9138.0, 9093.0, 9142.0, 9197.0, 9176.0, 9197.0, 9141.0, 9165.0, 9119.0, 9124.0, 9189.0, 9124.0, 9156.0, 9123.0, 9154.0, 9129.0, 9172.0, 9167.0, 9165.0, 9219.0, 9158.0, 9080.0, 9093.0, 9117.0, 9130.0, 9186.0, 9168.0, 9172.0, 9221.0, 9192.0, 9243.0, 9214.0, 9225.0, 9178.0, 9208.0, 9171.0, 9205.0, 9175.0, 9160.0, 9185.0, 9136.0, 9131.0, 9075.0, 9072.0, 9062.0, 9066.0, 9034.0, 9048.0, 9036.0, 9042.0, 9036.0, 9061.0, 9126.0, 9122.0, 9139.0, 9123.0, 9165.0, 9142.0, 9196.0, 9205.0, 9166.0, 9195.0, 9139.0, 9162.0, 9094.0, 9089.0, 9080.0, 9101.0, 9092.0, 9099.0, 9162.0, 9097.0, 9136.0, 9113.0, 9123.0, 9117.0, 9127.0, 9103.0, 9128.0, 9090.0, 9120.0, 9104.0, 9124.0, 9148.0, 9136.0, 9123.0, 9106.0, 9122.0, 9156.0, 9129.0, 9160.0, 9153.0, 9114.0, 9149.0, 9156.0, 9193.0, 9153.0, 9175.0, 9175.0, 9255.0, 9242.0, 9284.0, 9240.0, 9267.0, 9220.0, 9166.0, 9189.0, 9146.0, 9215.0, 9189.0, 9221.0, 9187.0, 9179.0, 9133.0, 9112.0, 9091.0, 9072.0, 9107.0, 9076.0, 9076.0, 9057.0, 9095.0, 9099.0, 9094.0, 9118.0, 9112.0, 9127.0, 9100.0, 9124.0, 9087.0, 9121.0, 9129.0, 9123.0, 9169.0, 9140.0, 9134.0, 9128.0, 9152.0, 9110.0, 9151.0, 9224.0, 9165.0, 9183.0, 9160.0, 9169.0, 9128.0, 9160.0, 9217.0, 9137.0, 9085.0, 9139.0, 9107.0, 9128.0, 9166.0, 9147.0, 9141.0, 9176.0, 9131.0, 9171.0, 9183.0, 9178.0, 9267.0, 9220.0, 9244.0, 9189.0, 9224.0, 9173.0, 9201.0, 9173.0, 9210.0, 9097.0, 9103.0, 9062.0, 9103.0, 9138.0, 9121.0, 9136.0, 9129.0, 9115.0, 9133.0, 9148.0, 9130.0, 9187.0, 9180.0, 9167.0, 9223.0, 9212.0, 9163.0, 9260.0, 9245.0, 9257.0, 9210.0, 9137.0, 9116.0, 9096.0, 9095.0, 9106.0, 9081.0, 9098.0, 9060.0, 9037.0, 9097.0, 9074.0, 9109.0, 9100.0, 9128.0, 9071.0, 9092.0, 9105.0, 9098.0, 9134.0, 9128.0, 9134.0, 9128.0, 9110.0, 9151.0, 9152.0, 9122.0, 9135.0, 9141.0, 9134.0, 9141.0, 9151.0, 9110.0, 9142.0, 9231.0, 9186.0, 9213.0, 9173.0, 9166.0, 9109.0, 9120.0, 9083.0, 9113.0, 9111.0, 9148.0, 9142.0, 9166.0, 9175.0, 9169.0, 9154.0, 9194.0, 9193.0, 9255.0, 9249.0, 9251.0, 9202.0, 9215.0, 9181.0, 9193.0, 9168.0, 9186.0, 9150.0, 9112.0, 9072.0, 9053.0, 9086.0, 9085.0, 9092.0, 9077.0, 9111.0, 9101.0, 9116.0, 9110.0, 9141.0, 9142.0, 9133.0, 9162.0, 9142.0, 9175.0, 9149.0, 9181.0, 9184.0, 9163.0, 9212.0, 9165.0, 9183.0, 9137.0, 9159.0, 9135.0, 9128.0, 9093.0, 9091.0, 9150.0, 9112.0, 9137.0, 9128.0, 9141.0, 9097.0, 9118.0, 9128.0, 9152.0, 9143.0, 9144.0, 9167.0, 9156.0, 9164.0, 9158.0, 9152.0, 9172.0, 9165.0, 9135.0, 9143.0, 9208.0, 9156.0, 9220.0, 9190.0, 9147.0, 9176.0, 9119.0, 9132.0, 9119.0, 9146.0, 9121.0, 9167.0, 9162.0, 9174.0, 9119.0, 9203.0, 9138.0, 9185.0, 9140.0, 9193.0, 9138.0, 9109.0, 9182.0, 9154.0, 9113.0, 9110.0, 9103.0, 9099.0, 9145.0, 9151.0, 9120.0, 9174.0, 9113.0, 9157.0, 9135.0, 9136.0, 9106.0, 9138.0, 9102.0, 9127.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.0038934902411021815</td></tr>
<tr><td colspan=3>aqi</td><td>0.034873873249138924</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.79664044429885</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1670139449770116</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.047251433149427</td></tr>
<tr><td colspan=3>efc</td><td>0.4676</td></tr>
<tr><td colspan=3>fber</td><td>6233.5996</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14947337838146144</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.206659012629164</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5926792517760124</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.525197394340057</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.851214477476295</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4016258835116866</td></tr>
<tr><td colspan=3>gcor</td><td>0.01666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013395151123404503</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026633979752659798</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6021470132124334</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>24.0246</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6396</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.0903</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301247.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>783.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.3705</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.781</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.5119</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3278.8932</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>971.9139</td></tr>
<tr><td colspan=3>tsnr</td><td>32.14042251580395</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>