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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0046/ses-04/func/sub-0046_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>38bbb2c7eb904cb3d0e11d5efd269338</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>16:17:35.062500</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.999305, -0.0303518, -0.0216175, 0.0312299, 0.99865, 0.0415089]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11319</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7757, -7277, 554, -77, -41, -26, 80]</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>261.932</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>70278243-f558-4c9f-ba0d-56b12b709d2a||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.681063652038574, 0.08378744125366211, -0.054886844009160995, 110.87623596191406], [0.08143174648284912, 2.679304838180542, 0.11381898820400238, -101.37508392333984], [-0.05799821764230728, -0.11136533319950104, 2.6970415115356445, -64.10438537597656], [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': ['161735.062500', '161735.522500', '161735.982500', '161736.442500', '161736.902500', '161737.362500', '161737.822500', '161738.282500', '161738.742500', '161739.202500', '161739.662500', '161740.122500', '161740.582500', '161741.042500', '161741.502500', '161741.962500', '161742.422500', '161742.882500', '161743.342500', '161743.802500', '161744.262500', '161744.722500', '161745.182500', '161745.642500', '161746.102500', '161746.562500', '161747.022500', '161747.482500', '161747.942500', '161748.402500', '161748.862500', '161749.322500', '161749.782500', '161750.242500', '161750.702500', '161751.162500', '161751.622500', '161752.082500', '161752.542500', '161753.002500', '161753.462500', '161753.922500', '161754.382500', '161754.842500', '161755.302500', '161755.762500', '161756.222500', '161756.682500', '161757.142500', '161757.602500', '161758.062500', '161758.522500', '161758.982500', '161759.442500', '161759.902500', '161800.362500', '161800.822500', '161801.282500', '161801.742500', '161802.202500', '161802.662500', '161803.122500', '161803.582500', '161804.042500', '161804.502500', '161804.962500', '161805.422500', '161805.882500', '161806.342500', '161806.802500', '161807.262500', '161807.722500', '161808.182500', '161808.642500', '161809.102500', '161809.562500', '161810.022500', '161810.482500', '161810.942500', '161811.402500', '161811.862500', '161812.322500', '161812.782500', '161813.242500', '161813.702500', '161814.162500', '161814.622500', '161815.082500', '161815.542500', '161816.002500', '161816.462500', '161816.922500', '161817.382500', '161817.842500', '161818.302500', '161818.762500', '161819.222500', '161819.682500', '161820.142500', '161820.602500', '161821.062500', '161821.522500', '161821.982500', '161822.442500', '161822.902500', '161823.362500', '161823.822500', '161824.282500', '161824.742500', '161825.202500', '161825.662500', '161826.122500', '161826.582500', '161827.042500', '161827.502500', '161827.962500', '161828.422500', '161828.882500', '161829.342500', '161829.802500', '161830.262500', '161830.722500', '161831.182500', '161831.642500', '161832.102500', '161832.562500', '161833.022500', '161833.482500', '161833.942500', '161834.402500', '161834.862500', '161835.322500', '161835.782500', '161836.242500', '161836.702500', '161837.162500', '161837.622500', '161838.082500', '161838.542500', '161839.002500', '161839.462500', '161839.922500', '161840.382500', '161840.842500', '161841.302500', '161841.762500', '161842.222500', '161842.682500', '161843.142500', '161843.602500', '161844.062500', '161844.522500', '161844.982500', '161845.442500', '161845.902500', '161846.362500', '161846.822500', '161847.282500', '161847.742500', '161848.202500', '161848.662500', '161849.122500', '161849.582500', '161850.042500', '161850.502500', '161850.962500', '161851.422500', '161851.882500', '161852.342500', '161852.802500', '161853.262500', '161853.722500', '161854.182500', '161854.642500', '161855.102500', '161855.562500', '161856.022500', '161856.482500', '161856.942500', '161857.402500', '161857.862500', '161858.322500', '161858.782500', '161859.242500', '161859.702500', '161900.162500', '161900.622500', '161901.082500', '161901.542500', '161902.002500', '161902.462500', '161902.922500', '161903.382500', '161903.842500', '161904.302500', '161904.762500', '161905.222500', '161905.682500', '161906.142500', '161906.602500', '161907.062500', '161907.522500', '161907.982500', '161908.442500', '161908.902500', '161909.362500', '161909.822500', '161910.282500', '161910.742500', '161911.202500', '161911.662500', '161912.122500', '161912.582500', '161913.042500', '161913.502500', '161913.962500', '161914.422500', '161914.882500', '161915.342500', '161915.802500', '161916.262500', '161916.722500', '161917.182500', '161917.642500', '161918.102500', '161918.562500', '161919.022500', '161919.482500', '161919.942500', '161920.402500', '161920.862500', '161921.322500', '161921.782500', '161922.242500', '161922.702500', '161923.162500', '161923.622500', '161924.082500', '161924.542500', '161925.002500', '161925.462500', '161925.922500', '161926.382500', '161926.842500', '161927.302500', '161927.762500', '161928.222500', '161928.682500', '161929.142500', '161929.602500', '161930.062500', '161930.522500', '161930.982500', '161931.442500', '161931.902500', '161932.362500', '161932.822500', '161933.282500', '161933.742500', '161934.202500', '161934.662500', '161935.122500', '161935.582500', '161936.042500', '161936.502500', '161936.962500', '161937.422500', '161937.882500', '161938.342500', '161938.802500', '161939.262500', '161939.722500', '161940.182500', '161940.642500', '161941.102500', '161941.562500', '161942.022500', '161942.482500', '161942.942500', '161943.402500', '161943.862500', '161944.322500', '161944.782500', '161945.242500', '161945.702500', '161946.162500', '161946.622500', '161947.082500', '161947.542500', '161948.002500', '161948.462500', '161948.922500', '161949.382500', '161949.842500', '161950.302500', '161950.762500', '161951.222500', '161951.682500', '161952.142500', '161952.602500', '161953.062500', '161953.522500', '161953.982500', '161954.442500', '161954.902500', '161955.362500', '161955.822500', '161956.282500', '161956.742500', '161957.202500', '161957.662500', '161958.122500', '161958.582500', '161959.042500', '161959.502500', '161959.962500', '162000.422500', '162000.882500', '162001.342500', '162001.802500', '162002.262500', '162002.722500', '162003.182500', '162003.642500', '162004.102500', '162004.562500', '162005.022500', '162005.482500', '162005.942500', '162006.402500', '162006.862500', '162007.322500', '162007.782500', '162008.242500', '162008.702500', '162009.162500', '162009.622500', '162010.082500', '162010.542500', '162011.002500', '162011.462500', '162011.922500', '162012.382500', '162012.842500', '162013.302500', '162013.762500', '162014.222500', '162014.682500', '162015.142500', '162015.602500', '162016.062500', '162016.522500', '162016.982500', '162017.442500', '162017.902500', '162018.362500', '162018.822500', '162019.282500', '162019.742500', '162020.202500', '162020.662500', '162021.122500', '162021.582500', '162022.042500', '162022.502500', '162022.962500', '162023.422500', '162023.882500', '162024.342500', '162024.802500', '162025.262500', '162025.722500', '162026.182500', '162026.642500', '162027.102500', '162027.562500', '162028.022500', '162028.482500', '162028.942500', '162029.402500', '162029.862500', '162030.322500', '162030.782500', '162031.242500', '162031.702500', '162032.162500', '162032.622500', '162033.082500', '162033.542500', '162034.002500', '162034.462500', '162034.922500', '162035.382500', '162035.842500', '162036.302500', '162036.762500', '162037.222500', '162037.682500', '162038.142500', '162038.602500', '162039.062500', '162039.522500', '162039.982500', '162040.442500', '162040.902500', '162041.362500', '162041.822500', '162042.282500', '162042.742500', '162043.202500', '162043.662500', '162044.122500', '162044.582500', '162045.042500', '162045.502500', '162045.962500', '162046.422500', '162046.882500', '162047.342500', '162047.802500', '162048.262500', '162048.722500', '162049.182500', '162049.642500', '162050.102500', '162050.562500', '162051.022500', '162051.482500', '162051.942500', '162052.402500', '162052.862500', '162053.322500', '162053.782500', '162054.242500', '162054.702500', '162055.162500', '162055.622500', '162056.082500', '162056.542500', '162057.002500', '162057.462500', '162057.922500', '162058.382500', '162058.842500', '162059.302500', '162059.762500', '162100.222500', '162100.682500', '162101.142500', '162101.602500', '162102.062500', '162102.522500', '162102.982500', '162103.442500', '162103.902500', '162104.362500', '162104.822500', '162105.282500', '162105.742500', '162106.202500', '162106.662500', '162107.122500', '162107.582500', '162108.042500', '162108.502500', '162108.962500', '162109.422500', '162109.882500', '162110.342500', '162110.802500', '162111.262500', '162111.722500', '162112.182500', '162112.642500', '162113.102500', '162113.562500', '162114.022500', '162114.482500', '162114.942500', '162115.402500', '162115.862500', '162116.322500', '162116.782500', '162117.242500', '162117.702500', '162118.162500', '162118.622500', '162119.082500', '162119.542500', '162120.002500', '162120.462500', '162120.922500', '162121.382500', '162121.842500', '162122.302500', '162122.762500', '162123.222500', '162123.682500', '162124.142500', '162124.602500', '162125.062500', '162125.522500', '162125.982500', '162126.442500', '162126.902500', '162127.362500', '162127.822500', '162128.282500', '162128.742500', '162129.202500', '162129.662500', '162130.122500', '162130.582500', '162131.042500', '162131.502500', '162131.962500', '162132.422500', '162132.882500', '162133.342500', '162133.802500', '162134.262500', '162134.722500', '162135.182500', '162135.642500', '162136.102500', '162136.562500', '162137.022500', '162137.482500', '162137.942500', '162138.402500', '162138.862500', '162139.322500', '162139.782500', '162140.242500', '162140.702500', '162141.162500', '162141.622500', '162142.082500', '162142.542500', '162143.002500', '162143.462500', '162143.922500', '162144.382500', '162144.842500', '162145.302500', '162145.762500', '162146.222500', '162146.682500', '162147.142500', '162147.602500', '162148.062500', '162148.522500', '162148.982500', '162149.442500', '162149.902500', '162150.362500', '162150.822500', '162151.282500', '162151.742500', '162152.202500', '162152.662500', '162153.122500', '162153.582500', '162154.042500', '162154.502500', '162154.962500', '162155.422500', '162155.882500', '162156.342500', '162156.802500', '162157.262500', '162157.722500', '162158.182500', '162158.642500', '162159.102500', '162159.562500', '162200.022500', '162200.482500', '162200.942500', '162201.402500', '162201.862500', '162202.322500', '162202.782500', '162203.242500', '162203.702500', '162204.162500', '162204.622500', '162205.082500', '162205.542500', '162206.002500', '162206.462500', '162206.922500', '162207.382500', '162207.842500', '162208.302500', '162208.762500', '162209.222500', '162209.682500', '162210.142500', '162210.602500', '162211.062500', '162211.522500', '162211.982500', '162212.442500', '162212.902500', '162213.362500', '162213.822500', '162214.282500', '162214.742500', '162215.202500', '162215.662500', '162216.122500', '162216.582500', '162217.042500', '162217.502500', '162217.962500', '162218.422500', '162218.882500', '162219.342500', '162219.802500', '162220.262500', '162220.722500', '162221.182500', '162221.642500', '162222.102500', '162222.562500', '162223.022500', '162223.482500', '162223.942500', '162224.402500', '162224.862500', '162225.322500', '162225.782500', '162226.242500', '162226.702500', '162227.162500', '162227.622500', '162228.082500', '162228.542500', '162229.002500', '162229.462500', '162229.922500', '162230.382500', '162230.842500', '162231.302500', '162231.762500', '162232.222500', '162232.682500', '162233.142500', '162233.602500', '162234.062500', '162234.522500', '162234.982500', '162235.442500', '162235.902500', '162236.362500', '162236.822500', '162237.282500', '162237.742500', '162238.202500', '162238.662500', '162239.122500', '162239.582500', '162240.042500', '162240.502500', '162240.962500', '162241.422500', '162241.882500', '162242.342500', '162242.802500', '162243.262500', '162243.722500', '162244.182500', '162244.642500', '162245.102500', '162245.562500', '162246.022500', '162246.482500', '162246.942500', '162247.402500', '162247.862500', '162248.322500', '162248.782500', '162249.242500', '162249.702500', '162250.162500', '162250.622500', '162251.082500', '162251.542500', '162252.002500', '162252.462500', '162252.922500', '162253.382500', '162253.842500', '162254.302500', '162254.762500', '162255.222500', '162255.682500', '162256.142500', '162256.602500', '162257.062500', '162257.522500', '162257.982500', '162258.442500', '162258.902500', '162259.362500', '162259.822500', '162300.282500', '162300.742500', '162301.202500', '162301.662500', '162302.122500', '162302.582500', '162303.042500', '162303.502500', '162303.962500', '162304.422500', '162304.882500', '162305.342500', '162305.802500', '162306.262500', '162306.722500', '162307.182500', '162307.642500', '162308.102500', '162308.562500', '162309.022500', '162309.482500', '162309.942500', '162310.402500', '162310.862500', '162311.322500', '162311.782500', '162312.242500', '162312.702500', '162313.162500', '162313.622500', '162314.082500', '162314.542500', '162315.002500', '162315.462500', '162315.922500', '162316.382500', '162316.842500', '162317.302500', '162317.762500', '162318.222500', '162318.682500', '162319.142500', '162319.602500', '162320.062500', '162320.522500', '162320.982500', '162321.442500', '162321.902500', '162322.362500', '162322.822500', '162323.282500', '162323.742500', '162324.202500', '162324.662500', '162325.122500', '162325.582500', '162326.042500', '162326.502500', '162326.962500', '162327.422500', '162327.882500', '162328.342500', '162328.802500', '162329.262500', '162329.722500', '162330.182500', '162330.642500', '162331.102500', '162331.562500', '162332.022500', '162332.482500', '162332.942500', '162333.402500', '162333.862500', '162334.322500', '162334.782500', '162335.242500', '162335.702500', '162336.162500', '162336.622500', '162337.082500', '162337.542500', '162338.002500', '162338.462500', '162338.922500', '162339.382500', '162339.842500', '162340.302500', '162340.762500', '162341.222500', '162341.682500', '162342.142500', '162342.602500', '162343.062500', '162343.522500', '162343.982500', '162344.442500', '162344.902500', '162345.362500', '162345.822500', '162346.282500', '162346.742500', '162347.202500', '162347.662500', '162348.122500', '162348.582500', '162349.042500', '162349.502500', '162349.962500', '162350.422500', '162350.882500', '162351.342500', '162351.802500', '162352.262500', '162352.722500', '162353.182500', '162353.642500', '162354.102500', '162354.562500', '162355.022500', '162355.482500', '162355.942500', '162356.402500', '162356.862500', '162357.322500', '162357.782500', '162358.242500', '162358.702500', '162359.162500', '162359.622500', '162400.082500', '162400.542500', '162401.002500', '162401.462500', '162401.922500', '162402.382500', '162402.842500', '162403.302500', '162403.762500', '162404.222500', '162404.682500', '162405.142500', '162405.602500', '162406.062500', '162406.522500', '162406.982500', '162407.442500', '162407.902500', '162408.362500', '162408.822500', '162409.282500', '162409.742500', '162410.202500', '162410.662500', '162411.122500', '162411.582500', '162412.042500', '162412.502500', '162412.962500', '162413.422500', '162413.882500', '162414.342500', '162414.802500', '162415.262500', '162415.722500'], 'ContentTime': ['161753.666000', '161753.669000', '161753.675000', '161753.678000', '161753.681000', '161753.683000', '161753.686000', '161753.688000', '161753.691000', '161753.693000', '161753.696000', '161753.698000', '161753.701000', '161753.704000', '161753.706000', '161753.709000', '161753.711000', '161753.714000', '161753.716000', '161753.719000', '161753.721000', '161753.724000', '161753.726000', '161753.729000', '161753.731000', '161753.734000', '161753.741000', '161753.743000', '161753.746000', '161753.748000', '161753.751000', '161753.753000', '161753.756000', '161753.758000', '161753.761000', '161753.764000', '161753.766000', '161813.635000', '161813.638000', '161813.640000', '161813.643000', '161813.646000', '161813.648000', '161813.651000', '161813.653000', '161813.656000', '161813.658000', '161813.661000', '161813.663000', '161813.666000', '161813.668000', '161813.671000', '161813.673000', '161813.676000', '161813.678000', '161813.681000', '161813.683000', '161813.686000', '161813.688000', '161813.691000', '161813.693000', '161813.696000', '161813.698000', '161813.701000', '161813.704000', '161813.706000', '161813.709000', '161813.711000', '161813.714000', '161813.716000', '161813.719000', '161813.722000', '161813.724000', '161813.727000', '161813.729000', '161813.732000', '161813.734000', '161813.737000', '161813.739000', '161813.742000', '161813.744000', '161833.636000', '161833.638000', '161833.641000', '161833.643000', '161833.646000', '161833.649000', '161833.651000', '161833.654000', '161833.656000', '161833.663000', '161833.666000', '161833.668000', '161833.671000', '161833.673000', '161833.676000', '161833.678000', '161833.681000', '161833.683000', '161833.686000', '161833.688000', '161833.691000', '161833.693000', '161833.696000', '161833.699000', '161833.701000', '161833.704000', '161833.706000', '161833.709000', '161833.711000', '161833.714000', '161833.716000', '161833.719000', '161833.721000', '161833.724000', '161833.726000', '161833.729000', '161833.731000', '161833.734000', '161833.736000', '161833.739000', '161833.741000', '161833.744000', '161833.747000', '161853.636000', '161853.638000', '161853.641000', '161853.644000', '161853.646000', '161853.649000', '161853.651000', '161853.655000', '161853.657000', '161853.660000', '161853.663000', '161853.665000', '161853.668000', '161853.670000', '161853.673000', '161853.676000', '161853.678000', '161853.681000', '161853.683000', '161853.686000', '161853.689000', '161853.691000', '161853.694000', '161853.696000', '161853.699000', '161853.701000', '161853.704000', '161853.707000', '161853.709000', '161853.712000', '161853.714000', '161853.717000', '161853.720000', '161853.722000', '161853.725000', '161853.727000', '161853.730000', '161853.732000', '161853.735000', '161853.737000', '161853.740000', '161853.742000', '161853.745000', '161913.636000', '161913.638000', '161913.641000', '161913.644000', '161913.646000', '161913.649000', '161913.651000', '161913.654000', '161913.656000', '161913.659000', '161913.661000', '161913.664000', '161913.666000', '161913.669000', '161913.672000', '161913.674000', '161913.686000', '161913.688000', '161913.691000', '161913.693000', '161913.696000', '161913.699000', '161913.701000', '161913.704000', '161913.706000', '161913.709000', '161913.711000', '161913.714000', '161913.717000', '161913.719000', '161913.722000', '161913.724000', '161913.727000', '161913.730000', '161913.732000', '161913.735000', '161913.737000', '161913.740000', '161913.742000', '161913.745000', '161913.747000', '161913.750000', '161913.753000', '161913.755000', '161933.636000', '161933.639000', '161933.642000', '161933.644000', '161933.647000', '161933.649000', '161933.652000', '161933.655000', '161933.657000', '161933.660000', '161933.663000', '161933.666000', '161933.669000', '161933.672000', '161933.674000', '161933.677000', '161933.679000', '161933.682000', '161933.684000', '161933.687000', '161933.689000', '161933.692000', '161933.695000', '161933.697000', '161933.700000', '161933.702000', '161933.705000', '161933.707000', '161933.710000', '161933.713000', '161933.715000', '161933.718000', '161933.720000', '161933.723000', '161933.725000', '161933.728000', '161933.731000', '161933.733000', '161933.736000', '161933.738000', '161933.741000', '161933.743000', '161933.746000', '161953.636000', '161953.639000', '161953.642000', '161953.644000', '161953.647000', '161953.649000', '161953.652000', '161953.655000', '161953.657000', '161953.660000', '161953.662000', '161953.665000', '161953.667000', '161953.670000', '161953.673000', '161953.675000', '161953.678000', '161953.680000', '161953.683000', '161953.685000', '161953.688000', '161953.690000', '161953.693000', '161953.695000', '161953.698000', '161953.701000', '161953.703000', '161953.706000', '161953.708000', '161953.711000', '161953.713000', '161953.716000', '161953.718000', '161953.721000', '161953.724000', '161953.726000', '161953.729000', '161953.731000', '161953.734000', '161953.736000', '161953.739000', '161953.741000', '161953.744000', '161953.747000', '162013.635000', '162013.638000', '162013.641000', '162013.643000', '162013.646000', '162013.648000', '162013.651000', '162013.654000', '162013.656000', '162013.659000', '162013.661000', '162013.664000', '162013.666000', '162013.669000', '162013.672000', '162013.674000', '162013.677000', '162013.680000', '162013.682000', '162013.685000', '162013.688000', '162013.690000', '162013.694000', '162013.697000', '162013.699000', '162013.702000', '162013.704000', '162013.707000', '162013.710000', '162013.712000', '162013.715000', '162013.717000', '162013.720000', '162013.722000', '162013.725000', '162013.728000', '162013.730000', '162013.733000', '162013.735000', '162013.738000', '162013.740000', '162013.743000', '162013.746000', '162033.636000', '162033.638000', '162033.641000', '162033.643000', '162033.646000', '162033.649000', '162033.651000', '162033.654000', '162033.656000', '162033.659000', '162033.661000', '162033.664000', '162033.667000', '162033.669000', '162033.672000', '162033.674000', '162033.677000', '162033.679000', '162033.682000', '162033.684000', '162033.687000', '162033.690000', '162033.692000', '162033.695000', '162033.697000', '162033.700000', '162033.702000', '162033.705000', '162033.708000', '162033.710000', '162033.713000', '162033.715000', '162033.718000', '162033.720000', '162033.723000', '162033.725000', '162033.728000', '162033.731000', '162033.733000', '162033.736000', '162033.738000', '162033.741000', '162033.743000', '162033.746000', '162053.635000', '162053.638000', '162053.641000', '162053.643000', '162053.646000', '162053.648000', '162053.651000', '162053.654000', '162053.656000', '162053.659000', '162053.661000', '162053.672000', '162053.675000', '162053.677000', '162053.680000', '162053.682000', '162053.685000', '162053.687000', '162053.690000', '162053.692000', '162053.695000', '162053.697000', '162053.700000', '162053.702000', '162053.705000', '162053.708000', '162053.710000', '162053.713000', '162053.715000', '162053.718000', '162053.721000', '162053.723000', '162053.726000', '162053.728000', '162053.731000', '162053.734000', '162053.736000', '162053.739000', '162053.741000', '162053.744000', '162053.747000', '162053.749000', '162053.752000', '162113.636000', '162113.638000', '162113.641000', '162113.644000', '162113.646000', '162113.649000', '162113.651000', '162113.654000', '162113.656000', '162113.659000', '162113.661000', '162113.664000', '162113.667000', '162113.669000', '162113.672000', '162113.674000', '162113.677000', '162113.679000', '162113.682000', '162113.684000', '162113.687000', '162113.690000', '162113.692000', '162113.695000', '162113.697000', '162113.700000', '162113.703000', '162113.705000', '162113.708000', '162113.711000', '162113.713000', '162113.716000', '162113.718000', '162113.721000', '162113.723000', '162113.726000', '162113.729000', '162113.731000', '162113.734000', '162113.736000', '162113.739000', '162113.741000', '162113.744000', '162113.747000', '162133.635000', '162133.638000', '162133.641000', '162133.643000', '162133.646000', '162133.648000', '162133.651000', '162133.654000', '162133.656000', '162133.659000', '162133.661000', '162133.664000', '162133.666000', '162133.669000', '162133.672000', '162133.674000', '162133.677000', '162133.679000', '162133.682000', '162133.684000', '162133.687000', '162133.690000', '162133.692000', '162133.695000', '162133.697000', '162133.700000', '162133.702000', '162133.705000', '162133.708000', '162133.710000', '162133.713000', '162133.715000', '162133.718000', '162133.720000', '162133.723000', '162133.725000', '162133.728000', '162133.731000', '162133.735000', '162133.738000', '162133.740000', '162133.743000', '162133.746000', '162153.636000', '162153.639000', '162153.642000', '162153.644000', '162153.647000', '162153.649000', '162153.652000', '162153.654000', '162153.657000', '162153.660000', '162153.662000', '162153.665000', '162153.667000', '162153.670000', '162153.673000', '162153.675000', '162153.678000', '162153.680000', '162153.683000', '162153.685000', '162153.688000', '162153.691000', '162153.693000', '162153.696000', '162153.698000', '162153.701000', '162153.703000', '162153.706000', '162153.709000', '162153.711000', '162153.714000', '162153.716000', '162153.719000', '162153.721000', '162153.724000', '162153.726000', '162153.729000', '162153.732000', '162153.734000', '162153.737000', '162153.739000', '162153.742000', '162153.745000', '162153.747000', '162213.636000', '162213.639000', '162213.642000', '162213.644000', '162213.647000', '162213.650000', '162213.652000', '162213.655000', '162213.657000', '162213.660000', '162213.663000', '162213.665000', '162213.668000', '162213.670000', '162213.673000', '162213.675000', '162213.678000', '162213.680000', '162213.683000', '162213.686000', '162213.688000', '162213.691000', '162213.693000', '162213.696000', '162213.698000', '162213.701000', '162213.703000', '162213.706000', '162213.709000', '162213.711000', '162213.714000', '162213.716000', '162213.719000', '162213.721000', '162213.724000', '162213.726000', '162213.739000', '162213.741000', '162213.744000', '162213.747000', '162213.749000', '162213.752000', '162213.754000', '162233.635000', '162233.638000', '162233.641000', '162233.643000', '162233.646000', '162233.649000', '162233.651000', '162233.654000', '162233.656000', '162233.659000', '162233.661000', '162233.664000', '162233.666000', '162233.669000', '162233.672000', '162233.674000', '162233.677000', '162233.679000', '162233.682000', '162233.684000', '162233.687000', '162233.690000', '162233.692000', '162233.695000', '162233.697000', '162233.700000', '162233.702000', '162233.705000', '162233.708000', '162233.710000', '162233.713000', '162233.715000', '162233.718000', '162233.720000', '162233.723000', '162233.726000', '162233.728000', '162233.731000', '162233.733000', '162233.736000', '162233.739000', '162233.741000', '162233.744000', '162233.746000', '162253.635000', '162253.638000', '162253.641000', '162253.644000', '162253.646000', '162253.649000', '162253.651000', '162253.654000', '162253.657000', '162253.659000', '162253.662000', '162253.664000', '162253.667000', '162253.669000', '162253.672000', '162253.675000', '162253.677000', '162253.680000', '162253.682000', '162253.685000', '162253.687000', '162253.690000', '162253.692000', '162253.695000', '162253.698000', '162253.700000', '162253.703000', '162253.705000', '162253.708000', '162253.711000', '162253.713000', '162253.716000', '162253.718000', '162253.721000', '162253.723000', '162253.726000', '162253.729000', '162253.731000', '162253.734000', '162253.736000', '162253.739000', '162253.742000', '162253.744000', '162313.636000', '162313.638000', '162313.641000', '162313.644000', '162313.646000', '162313.649000', '162313.651000', '162313.654000', '162313.657000', '162313.659000', '162313.662000', '162313.664000', '162313.667000', '162313.669000', '162313.672000', '162313.674000', '162313.677000', '162313.680000', '162313.682000', '162313.685000', '162313.687000', '162313.690000', '162313.692000', '162313.695000', '162313.698000', '162313.700000', '162313.703000', '162313.705000', '162313.708000', '162313.710000', '162313.713000', '162313.715000', '162313.718000', '162313.721000', '162313.723000', '162313.726000', '162313.728000', '162313.731000', '162313.733000', '162313.736000', '162313.739000', '162313.741000', '162313.744000', '162313.746000', '162333.636000', '162333.639000', '162333.641000', '162333.644000', '162333.646000', '162333.649000', '162333.652000', '162333.654000', '162333.657000', '162333.659000', '162333.662000', '162333.664000', '162333.667000', '162333.669000', '162333.672000', '162333.675000', '162333.677000', '162333.680000', '162333.682000', '162333.685000', '162333.689000', '162333.692000', '162333.694000', '162333.697000', '162333.699000', '162333.702000', '162333.704000', '162333.707000', '162333.710000', '162333.712000', '162333.715000', '162333.717000', '162333.720000', '162333.723000', '162333.725000', '162333.728000', '162333.730000', '162333.733000', '162333.736000', '162333.738000', '162333.741000', '162333.743000', '162333.746000', '162353.636000', '162353.638000', '162353.641000', '162353.643000', '162353.663000', '162353.666000', '162353.668000', '162353.671000', '162353.673000', '162353.676000', '162353.678000', '162353.681000', '162353.683000', '162353.686000', '162353.689000', '162353.691000', '162353.694000', '162353.696000', '162353.699000', '162353.702000', '162353.704000', '162353.707000', '162353.709000', '162353.712000', '162353.714000', '162353.717000', '162353.719000', '162353.722000', '162353.725000', '162353.727000', '162353.730000', '162353.732000', '162353.735000', '162353.738000', '162353.740000', '162353.743000', '162353.745000', '162353.748000', '162353.750000', '162353.753000', '162353.755000', '162353.758000', '162353.761000', '162353.763000', '162413.636000', '162413.639000', '162413.642000', '162413.645000', '162413.647000', '162413.650000', '162413.652000', '162413.655000', '162413.657000', '162413.660000', '162413.663000', '162413.665000', '162413.668000', '162413.670000', '162413.673000', '162413.675000', '162413.678000', '162413.681000', '162413.683000', '162413.686000', '162413.689000', '162413.691000', '162413.694000', '162413.696000', '162413.699000', '162413.701000', '162413.704000', '162413.707000', '162413.709000', '162413.712000', '162413.714000', '162413.717000', '162413.719000', '162413.722000', '162413.725000', '162413.727000', '162413.730000', '162413.732000', '162413.735000', '162413.737000', '162413.740000', '162413.742000', '162413.745000', '162417.437000', '162417.440000', '162417.443000', '162417.445000', '162417.448000', '162417.451000', '162417.454000', '162417.456000', '162417.459000'], 'InstanceCreationTime': ['161753.666000', '161753.669000', '161753.675000', '161753.678000', '161753.681000', '161753.683000', '161753.686000', '161753.688000', '161753.691000', '161753.693000', '161753.696000', '161753.698000', '161753.701000', '161753.704000', '161753.706000', '161753.709000', '161753.711000', '161753.714000', '161753.716000', '161753.719000', '161753.721000', '161753.724000', '161753.726000', '161753.729000', '161753.731000', '161753.734000', '161753.741000', '161753.743000', '161753.746000', '161753.748000', '161753.751000', '161753.753000', '161753.756000', '161753.758000', '161753.761000', '161753.764000', '161753.766000', '161813.635000', '161813.638000', '161813.640000', '161813.643000', '161813.646000', '161813.648000', '161813.651000', '161813.653000', '161813.656000', '161813.658000', '161813.661000', '161813.663000', '161813.666000', '161813.668000', '161813.671000', '161813.673000', '161813.676000', '161813.678000', '161813.681000', '161813.683000', '161813.686000', '161813.688000', '161813.691000', '161813.693000', '161813.696000', '161813.698000', '161813.701000', '161813.704000', '161813.706000', '161813.709000', '161813.711000', '161813.714000', '161813.716000', '161813.719000', '161813.722000', '161813.724000', '161813.727000', '161813.729000', '161813.732000', '161813.734000', '161813.737000', '161813.739000', '161813.742000', '161813.744000', '161833.636000', '161833.638000', '161833.641000', '161833.643000', '161833.646000', '161833.649000', '161833.651000', '161833.654000', '161833.656000', '161833.663000', '161833.666000', '161833.668000', '161833.671000', '161833.673000', '161833.676000', '161833.678000', '161833.681000', '161833.683000', '161833.686000', '161833.688000', '161833.691000', '161833.693000', '161833.696000', '161833.699000', '161833.701000', '161833.704000', '161833.706000', '161833.709000', '161833.711000', '161833.714000', '161833.716000', '161833.719000', '161833.721000', '161833.724000', '161833.726000', '161833.729000', '161833.731000', '161833.734000', '161833.736000', '161833.739000', '161833.741000', '161833.744000', '161833.747000', '161853.636000', '161853.638000', '161853.641000', '161853.644000', '161853.646000', '161853.649000', '161853.651000', '161853.655000', '161853.657000', '161853.660000', '161853.663000', '161853.665000', '161853.668000', '161853.670000', '161853.673000', '161853.676000', '161853.678000', '161853.681000', '161853.683000', '161853.686000', '161853.689000', '161853.691000', '161853.694000', '161853.696000', '161853.699000', '161853.701000', '161853.704000', '161853.707000', '161853.709000', '161853.712000', '161853.714000', '161853.717000', '161853.720000', '161853.722000', '161853.725000', '161853.727000', '161853.730000', '161853.732000', '161853.735000', '161853.737000', '161853.740000', '161853.742000', '161853.745000', '161913.636000', '161913.638000', '161913.641000', '161913.644000', '161913.646000', '161913.649000', '161913.651000', '161913.654000', '161913.656000', '161913.659000', '161913.661000', '161913.664000', '161913.666000', '161913.669000', '161913.672000', '161913.674000', '161913.686000', '161913.688000', '161913.691000', '161913.693000', '161913.696000', '161913.699000', '161913.701000', '161913.704000', '161913.706000', '161913.709000', '161913.711000', '161913.714000', '161913.717000', '161913.719000', '161913.722000', '161913.724000', '161913.727000', '161913.730000', '161913.732000', '161913.735000', '161913.737000', '161913.740000', '161913.742000', '161913.745000', '161913.747000', '161913.750000', '161913.753000', '161913.755000', '161933.636000', '161933.639000', '161933.642000', '161933.644000', '161933.647000', '161933.649000', '161933.652000', '161933.655000', '161933.657000', '161933.660000', '161933.663000', '161933.666000', '161933.669000', '161933.672000', '161933.674000', '161933.677000', '161933.679000', '161933.682000', '161933.684000', '161933.687000', '161933.689000', '161933.692000', '161933.695000', '161933.697000', '161933.700000', '161933.702000', '161933.705000', '161933.707000', '161933.710000', '161933.713000', '161933.715000', '161933.718000', '161933.720000', '161933.723000', '161933.725000', '161933.728000', '161933.731000', '161933.733000', '161933.736000', '161933.738000', '161933.741000', '161933.743000', '161933.746000', '161953.636000', '161953.639000', '161953.642000', '161953.644000', '161953.647000', '161953.649000', '161953.652000', '161953.655000', '161953.657000', '161953.660000', '161953.662000', '161953.665000', '161953.667000', '161953.670000', '161953.673000', '161953.675000', '161953.678000', '161953.680000', '161953.683000', '161953.685000', '161953.688000', '161953.690000', '161953.693000', '161953.695000', '161953.698000', '161953.701000', '161953.703000', '161953.706000', '161953.708000', '161953.711000', '161953.713000', '161953.716000', '161953.718000', '161953.721000', '161953.724000', '161953.726000', '161953.729000', '161953.731000', '161953.734000', '161953.736000', '161953.739000', '161953.741000', '161953.744000', '161953.747000', '162013.635000', '162013.638000', '162013.641000', '162013.643000', '162013.646000', '162013.648000', '162013.651000', '162013.654000', '162013.656000', '162013.659000', '162013.661000', '162013.664000', '162013.666000', '162013.669000', '162013.672000', '162013.674000', '162013.677000', '162013.680000', '162013.682000', '162013.685000', '162013.688000', '162013.690000', '162013.694000', '162013.697000', '162013.699000', '162013.702000', '162013.704000', '162013.707000', '162013.710000', '162013.712000', '162013.715000', '162013.717000', '162013.720000', '162013.722000', '162013.725000', '162013.728000', '162013.730000', '162013.733000', '162013.735000', '162013.738000', '162013.740000', '162013.743000', '162013.746000', '162033.636000', '162033.638000', '162033.641000', '162033.643000', '162033.646000', '162033.649000', '162033.651000', '162033.654000', '162033.656000', '162033.659000', '162033.661000', '162033.664000', '162033.667000', '162033.669000', '162033.672000', '162033.674000', '162033.677000', '162033.679000', '162033.682000', '162033.684000', '162033.687000', '162033.690000', '162033.692000', '162033.695000', '162033.697000', '162033.700000', '162033.702000', '162033.705000', '162033.708000', '162033.710000', '162033.713000', '162033.715000', '162033.718000', '162033.720000', '162033.723000', '162033.725000', '162033.728000', '162033.731000', '162033.733000', '162033.736000', '162033.738000', '162033.741000', '162033.743000', '162033.746000', '162053.635000', '162053.638000', '162053.641000', '162053.643000', '162053.646000', '162053.648000', '162053.651000', '162053.654000', '162053.656000', '162053.659000', '162053.661000', '162053.672000', '162053.675000', '162053.677000', '162053.680000', '162053.682000', '162053.685000', '162053.687000', '162053.690000', '162053.692000', '162053.695000', '162053.697000', '162053.700000', '162053.702000', '162053.705000', '162053.708000', '162053.710000', '162053.713000', '162053.715000', '162053.718000', '162053.721000', '162053.723000', '162053.726000', '162053.728000', '162053.731000', '162053.734000', '162053.736000', '162053.739000', '162053.741000', '162053.744000', '162053.747000', '162053.749000', '162053.752000', '162113.636000', '162113.638000', '162113.641000', '162113.644000', '162113.646000', '162113.649000', '162113.651000', '162113.654000', '162113.656000', '162113.659000', '162113.661000', '162113.664000', '162113.667000', '162113.669000', '162113.672000', '162113.674000', '162113.677000', '162113.679000', '162113.682000', '162113.684000', '162113.687000', '162113.690000', '162113.692000', '162113.695000', '162113.697000', '162113.700000', '162113.703000', '162113.705000', '162113.708000', '162113.711000', '162113.713000', '162113.716000', '162113.718000', '162113.721000', '162113.723000', '162113.726000', '162113.729000', '162113.731000', '162113.734000', '162113.736000', '162113.739000', '162113.741000', '162113.744000', '162113.747000', '162133.635000', '162133.638000', '162133.641000', '162133.643000', '162133.646000', '162133.648000', '162133.651000', '162133.654000', '162133.656000', '162133.659000', '162133.661000', '162133.664000', '162133.666000', '162133.669000', '162133.672000', '162133.674000', '162133.677000', '162133.679000', '162133.682000', '162133.684000', '162133.687000', '162133.690000', '162133.692000', '162133.695000', '162133.697000', '162133.700000', '162133.702000', '162133.705000', '162133.708000', '162133.710000', '162133.713000', '162133.715000', '162133.718000', '162133.720000', '162133.723000', '162133.725000', '162133.728000', '162133.731000', '162133.735000', '162133.738000', '162133.740000', '162133.743000', '162133.746000', '162153.636000', '162153.639000', '162153.642000', '162153.644000', '162153.647000', '162153.649000', '162153.652000', '162153.654000', '162153.657000', '162153.660000', '162153.662000', '162153.665000', '162153.667000', '162153.670000', '162153.673000', '162153.675000', '162153.678000', '162153.680000', '162153.683000', '162153.685000', '162153.688000', '162153.691000', '162153.693000', '162153.696000', '162153.698000', '162153.701000', '162153.703000', '162153.706000', '162153.709000', '162153.711000', '162153.714000', '162153.716000', '162153.719000', '162153.721000', '162153.724000', '162153.726000', '162153.729000', '162153.732000', '162153.734000', '162153.737000', '162153.739000', '162153.742000', '162153.745000', '162153.747000', '162213.636000', '162213.639000', '162213.642000', '162213.644000', '162213.647000', '162213.650000', '162213.652000', '162213.655000', '162213.657000', '162213.660000', '162213.663000', '162213.665000', '162213.668000', '162213.670000', '162213.673000', '162213.675000', '162213.678000', '162213.680000', '162213.683000', '162213.686000', '162213.688000', '162213.691000', '162213.693000', '162213.696000', '162213.698000', '162213.701000', '162213.703000', '162213.706000', '162213.709000', '162213.711000', '162213.714000', '162213.716000', '162213.719000', '162213.721000', '162213.724000', '162213.726000', '162213.739000', '162213.741000', '162213.744000', '162213.747000', '162213.749000', '162213.752000', '162213.754000', '162233.635000', '162233.638000', '162233.641000', '162233.643000', '162233.646000', '162233.649000', '162233.651000', '162233.654000', '162233.656000', '162233.659000', '162233.661000', '162233.664000', '162233.666000', '162233.669000', '162233.672000', '162233.674000', '162233.677000', '162233.679000', '162233.682000', '162233.684000', '162233.687000', '162233.690000', '162233.692000', '162233.695000', '162233.697000', '162233.700000', '162233.702000', '162233.705000', '162233.708000', '162233.710000', '162233.713000', '162233.715000', '162233.718000', '162233.720000', '162233.723000', '162233.726000', '162233.728000', '162233.731000', '162233.733000', '162233.736000', '162233.739000', '162233.741000', '162233.744000', '162233.746000', '162253.635000', '162253.638000', '162253.641000', '162253.644000', '162253.646000', '162253.649000', '162253.651000', '162253.654000', '162253.657000', '162253.659000', '162253.662000', '162253.664000', '162253.667000', '162253.669000', '162253.672000', '162253.675000', '162253.677000', '162253.680000', '162253.682000', '162253.685000', '162253.687000', '162253.690000', '162253.692000', '162253.695000', '162253.698000', '162253.700000', '162253.703000', '162253.705000', '162253.708000', '162253.711000', '162253.713000', '162253.716000', '162253.718000', '162253.721000', '162253.723000', '162253.726000', '162253.729000', '162253.731000', '162253.734000', '162253.736000', '162253.739000', '162253.742000', '162253.744000', '162313.636000', '162313.638000', '162313.641000', '162313.644000', '162313.646000', '162313.649000', '162313.651000', '162313.654000', '162313.657000', '162313.659000', '162313.662000', '162313.664000', '162313.667000', '162313.669000', '162313.672000', '162313.674000', '162313.677000', '162313.680000', '162313.682000', '162313.685000', '162313.687000', '162313.690000', '162313.692000', '162313.695000', '162313.698000', '162313.700000', '162313.703000', '162313.705000', '162313.708000', '162313.710000', '162313.713000', '162313.715000', '162313.718000', '162313.721000', '162313.723000', '162313.726000', '162313.728000', '162313.731000', '162313.733000', '162313.736000', '162313.739000', '162313.741000', '162313.744000', '162313.746000', '162333.636000', '162333.639000', '162333.641000', '162333.644000', '162333.646000', '162333.649000', '162333.652000', '162333.654000', '162333.657000', '162333.659000', '162333.662000', '162333.664000', '162333.667000', '162333.669000', '162333.672000', '162333.675000', '162333.677000', '162333.680000', '162333.682000', '162333.685000', '162333.689000', '162333.692000', '162333.694000', '162333.697000', '162333.699000', '162333.702000', '162333.704000', '162333.707000', '162333.710000', '162333.712000', '162333.715000', '162333.717000', '162333.720000', '162333.723000', '162333.725000', '162333.728000', '162333.730000', '162333.733000', '162333.736000', '162333.738000', '162333.741000', '162333.743000', '162333.746000', '162353.636000', '162353.638000', '162353.641000', '162353.643000', '162353.663000', '162353.666000', '162353.668000', '162353.671000', '162353.673000', '162353.676000', '162353.678000', '162353.681000', '162353.683000', '162353.686000', '162353.689000', '162353.691000', '162353.694000', '162353.696000', '162353.699000', '162353.702000', '162353.704000', '162353.707000', '162353.709000', '162353.712000', '162353.714000', '162353.717000', '162353.719000', '162353.722000', '162353.725000', '162353.727000', '162353.730000', '162353.732000', '162353.735000', '162353.738000', '162353.740000', '162353.743000', '162353.745000', '162353.748000', '162353.750000', '162353.753000', '162353.755000', '162353.758000', '162353.761000', '162353.763000', '162413.636000', '162413.639000', '162413.642000', '162413.645000', '162413.647000', '162413.650000', '162413.652000', '162413.655000', '162413.657000', '162413.660000', '162413.663000', '162413.665000', '162413.668000', '162413.670000', '162413.673000', '162413.675000', '162413.678000', '162413.681000', '162413.683000', '162413.686000', '162413.689000', '162413.691000', '162413.694000', '162413.696000', '162413.699000', '162413.701000', '162413.704000', '162413.707000', '162413.709000', '162413.712000', '162413.714000', '162413.717000', '162413.719000', '162413.722000', '162413.725000', '162413.727000', '162413.730000', '162413.732000', '162413.735000', '162413.737000', '162413.740000', '162413.742000', '162413.745000', '162417.437000', '162417.440000', '162417.443000', '162417.445000', '162417.448000', '162417.451000', '162417.454000', '162417.456000', '162417.459000'], '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': [10900, 7686, 12288, 9597, 13975, 10180, 11975, 9575, 8755, 11621, 7788, 12787, 8221, 13568, 9610, 14771, 10227, 15087, 11284, 14557, 11115, 16305, 10050, 13806, 10239, 8006, 11629, 9639, 11063, 9878, 7834, 13063, 10177, 8307, 10778, 8551, 13844, 10416, 14731, 12572, 16752, 13132, 15766, 11399, 12581, 12007, 9302, 14405, 9520, 15585, 9557, 15637, 10321, 15707, 11016, 15544, 11632, 15453, 10379, 15526, 10189, 10985, 9735, 7533, 12674, 9395, 13648, 10393, 9094, 9919, 7724, 12258, 9587, 13599, 9795, 7836, 11108, 8218, 13456, 10059, 12912, 10070, 8035, 10990, 9120, 12822, 10352, 9866, 14380, 10385, 15746, 10013, 7998, 13925, 10302, 17647, 15846, 19209, 15020, 11303, 13579, 10417, 16777, 11506, 13127, 10333, 7294, 14004, 10232, 16651, 10062, 9060, 11592, 9211, 16386, 10179, 9808, 18499, 18515, 19320, 16407, 10014, 10228, 17930, 20044, 14503, 9167, 11963, 8848, 7405, 11964, 9136, 7710, 11571, 9157, 7582, 11323, 9770, 12598, 10921, 9155, 15385, 12078, 19343, 15687, 10871, 16535, 12752, 19672, 15781, 10767, 14270, 10731, 18232, 12248, 12542, 12985, 9179, 16186, 11610, 16046, 9812, 7873, 14387, 13104, 10901, 12365, 8730, 8466, 10214, 10763, 10066, 12898, 10277, 8198, 19801, 14934, 12942, 18123, 17255, 20889, 19312, 19407, 20140, 19098, 22026, 20011, 19459, 20379, 15024, 20688, 15838, 19840, 15079, 14302, 12270, 9119, 15298, 11897, 15615, 11725, 10642, 10817, 7623, 13616, 9772, 14481, 10608, 13303, 9854, 8138, 11670, 9432, 14383, 9856, 7860, 10576, 7980, 13596, 9962, 9283, 10365, 7529, 13672, 10123, 11182, 9868, 7556, 13727, 10201, 11421, 9539, 7299, 13811, 10773, 8320, 11134, 9617, 13902, 10979, 7700, 13725, 10553, 8045, 14387, 10263, 9330, 11192, 8622, 14627, 10480, 7623, 13349, 10166, 11403, 10393, 7590, 14323, 10408, 9829, 11880, 8791, 15328, 10883, 11104, 12026, 8599, 15108, 11037, 11505, 12654, 9043, 15191, 10731, 8355, 12498, 9622, 13475, 11034, 7872, 14315, 10315, 7505, 13313, 9952, 10769, 11907, 8980, 13117, 10603, 7781, 13842, 10879, 7851, 13544, 10155, 15378, 11145, 8190, 17077, 13912, 13218, 15468, 13641, 18818, 14098, 9608, 17074, 11627, 9935, 17031, 12280, 9403, 19613, 15539, 10290, 14534, 10758, 11926, 12954, 9685, 18096, 14167, 9731, 13863, 10550, 15718, 10625, 7979, 14484, 10665, 15485, 10558, 7812, 14432, 10585, 11182, 10919, 7772, 14558, 10836, 7926, 13186, 9862, 12748, 10388, 7619, 14001, 10749, 12085, 10893, 7666, 14024, 10842, 10358, 12601, 9115, 14428, 10599, 10490, 12571, 8789, 15988, 14049, 11652, 12611, 8789, 16358, 12449, 12669, 13349, 9469, 17960, 11072, 8759, 15748, 13009, 17555, 11961, 8869, 15203, 10719, 19366, 15025, 10201, 13867, 9977, 16833, 13251, 15548, 12501, 8147, 13806, 10325, 15733, 11965, 8115, 13588, 10369, 9032, 12025, 8672, 14657, 10771, 7699, 12784, 9317, 15314, 11348, 9963, 14158, 10324, 16788, 11008, 8294, 15279, 13355, 11607, 16631, 14291, 13952, 13666, 11085, 20017, 14924, 10886, 14365, 11320, 17303, 9557, 7511, 14877, 10750, 10426, 13915, 15519, 18443, 12567, 8569, 14306, 10927, 8973, 11733, 9904, 14581, 11098, 9515, 19342, 13012, 9046, 13410, 10123, 17944, 13370, 8854, 12282, 9683, 16326, 10412, 14427, 10874, 7643, 12575, 9589, 14181, 10563, 16357, 10473, 8220, 10847, 8264, 13164, 10484, 12590, 10591, 7356, 11809, 9428, 13449, 10389, 8443, 12294, 9589, 14574, 10341, 11241, 12504, 9801, 17109, 10980, 10114, 12616, 10700, 18049, 12645, 8400, 17808, 14068, 13189, 18105, 15055, 18998, 13764, 12429, 16795, 10100, 10515, 8779, 8043, 13200, 13778, 15674, 15739, 14445, 12987, 9519, 14378, 10717, 10764, 13898, 9832, 15019, 10539, 11930, 10558, 7851, 14833, 11975, 16617, 13286, 15562, 11031, 9601, 12574, 10418, 18175, 11044, 8144, 14735, 12000, 19227, 14093, 9269, 12319, 8983, 14007, 10518, 15148, 10514, 7886, 12258, 9085, 14040, 11414, 14300, 10121, 7191, 12579, 9892, 13087, 9581, 7579, 13184, 10456, 8056, 11188, 9111, 7917, 11893, 11326, 8890, 13361, 10471, 11794, 14647, 13390, 19264, 17188, 16571, 17640, 17068, 18977, 15593, 19133, 14491, 19199, 14005, 18591, 16378, 15464, 20167, 12490, 20562, 11610, 16504, 10927, 10489, 9809, 7496, 11506, 7889, 12295, 9462, 12479, 9729, 12827, 9871, 13133, 10109, 12728, 9092, 11543, 10688, 7597, 10653, 7452, 13056, 9586, 7858, 11200, 7885, 13458, 10339, 9800, 11539, 7611, 13587, 10531, 8483, 13031, 10981, 11588, 13016, 10222, 10017, 10830, 8095, 14321, 11504, 7395, 12153, 9571, 11427, 10021, 7493, 14384, 10581, 13681, 10335, 7611, 12866, 10239, 15837, 11921, 15673, 10264, 9024, 14948, 10577, 16419, 14043, 17555, 12039, 15592, 11731, 12817, 13155, 8276, 13559, 10038, 16204, 10712, 8098, 11304, 8562, 13266, 9986, 14806, 10287, 7755, 11409, 8096, 13029, 9897, 14830, 11806, 13373, 9853, 7289, 13102, 10216, 17340, 10353, 12131, 10777, 8022, 15002, 10380, 16487, 10238, 15354, 11055, 14119, 13464, 9335, 14780, 9321, 15889, 12677, 18215, 14491, 15282, 10700, 8486, 13763, 8552, 16332, 11960, 16467, 13066, 17373, 10911, 15303, 10569, 11774, 13253, 7917, 13291, 9918, 13505, 10528, 16893, 10305, 10800, 10602, 7641, 12659, 9919, 14466, 10418, 11331, 10048, 7371, 12797, 9645, 14525, 9974, 9828, 10286, 7410, 12804, 10088, 13733, 9692, 7257, 11291, 7920, 12883, 10571, 16416, 10455, 10823, 11219, 7460, 12821, 9987, 16519, 10151, 11523, 10671, 7701, 13157, 10581, 18005, 12242, 13969, 11647, 8596, 15879, 12163, 16974, 14544, 17950, 12660, 15026, 12316, 10231, 15606, 10031, 15135, 10950, 15726, 12856, 17290, 14294, 13375, 10153, 7351, 13063, 9764, 14780, 10750, 9289, 10162, 7724, 12951, 10238, 12733, 10112, 7388, 12296, 9636, 13178, 9948, 7611, 12856, 10322, 13274, 10436, 7828, 14370, 11339, 10802, 13254, 9908, 16030, 11050, 8586, 13736, 10961, 17468, 12978, 11248, 17736, 14329, 17176, 11571, 9897, 13556, 8943, 16182, 12459, 17609, 12141, 13133, 10666, 7262, 14280, 10906, 16787, 10141, 7494, 11454, 7977, 13242, 10717, 12258, 9471, 7472, 12719, 9574, 14316, 13208, 14412, 10069, 7958, 12337, 8491, 15647, 14647, 16322, 11300], 'WindowCenter': [4649.0, 4585.0, 4626.0, 4596.0, 4634.0, 4604.0, 4611.0, 4582.0, 4570.0, 4601.0, 4550.0, 4610.0, 4560.0, 4611.0, 4581.0, 4621.0, 4580.0, 4619.0, 4588.0, 4617.0, 4590.0, 4629.0, 4592.0, 4632.0, 4595.0, 4565.0, 4612.0, 4606.0, 4614.0, 4607.0, 4577.0, 4635.0, 4606.0, 4589.0, 4617.0, 4598.0, 4650.0, 4631.0, 4659.0, 4637.0, 4654.0, 4635.0, 4643.0, 4614.0, 4623.0, 4613.0, 4583.0, 4632.0, 4580.0, 4631.0, 4582.0, 4630.0, 4590.0, 4629.0, 4600.0, 4631.0, 4601.0, 4630.0, 4592.0, 4629.0, 4591.0, 4600.0, 4592.0, 4560.0, 4611.0, 4579.0, 4619.0, 4602.0, 4583.0, 4593.0, 4564.0, 4623.0, 4592.0, 4634.0, 4604.0, 4564.0, 4612.0, 4586.0, 4648.0, 4610.0, 4642.0, 4600.0, 4555.0, 4591.0, 4580.0, 4620.0, 4617.0, 4618.0, 4659.0, 4604.0, 4643.0, 4590.0, 4559.0, 4631.0, 4590.0, 4652.0, 4642.0, 4663.0, 4643.0, 4612.0, 4634.0, 4601.0, 4640.0, 4600.0, 4607.0, 4590.0, 4552.0, 4633.0, 4592.0, 4644.0, 4594.0, 4582.0, 4611.0, 4580.0, 4631.0, 4590.0, 4592.0, 4531.0, 4711.0, 4679.0, 4643.0, 4578.0, 4563.0, 4557.0, 4670.0, 4620.0, 4557.0, 4590.0, 4558.0, 4552.0, 4611.0, 4583.0, 4565.0, 4612.0, 4584.0, 4564.0, 4614.0, 4607.0, 4637.0, 4618.0, 4596.0, 4646.0, 4625.0, 4665.0, 4643.0, 4616.0, 4645.0, 4624.0, 4664.0, 4644.0, 4603.0, 4632.0, 4603.0, 4653.0, 4613.0, 4612.0, 4621.0, 4581.0, 4641.0, 4612.0, 4653.0, 4607.0, 4586.0, 4657.0, 4650.0, 4618.0, 4636.0, 4589.0, 4585.0, 4606.0, 4617.0, 4612.0, 4653.0, 4621.0, 4601.0, 4694.0, 4661.0, 4666.0, 4684.0, 4673.0, 4683.0, 4672.0, 4668.0, 4659.0, 4657.0, 4667.0, 4644.0, 4641.0, 4639.0, 4609.0, 4628.0, 4607.0, 4625.0, 4605.0, 4596.0, 4576.0, 4544.0, 4604.0, 4574.0, 4603.0, 4584.0, 4565.0, 4576.0, 4536.0, 4597.0, 4565.0, 4606.0, 4579.0, 4609.0, 4578.0, 4550.0, 4589.0, 4571.0, 4620.0, 4582.0, 4562.0, 4594.0, 4563.0, 4621.0, 4595.0, 4596.0, 4607.0, 4578.0, 4638.0, 4604.0, 4614.0, 4594.0, 4566.0, 4636.0, 4618.0, 4618.0, 4599.0, 4567.0, 4636.0, 4618.0, 4587.0, 4615.0, 4610.0, 4649.0, 4619.0, 4581.0, 4648.0, 4619.0, 4590.0, 4649.0, 4607.0, 4597.0, 4618.0, 4587.0, 4648.0, 4606.0, 4577.0, 4638.0, 4608.0, 4625.0, 4606.0, 4580.0, 4647.0, 4618.0, 4621.0, 4627.0, 4597.0, 4658.0, 4619.0, 4627.0, 4627.0, 4588.0, 4647.0, 4617.0, 4616.0, 4626.0, 4587.0, 4645.0, 4605.0, 4573.0, 4624.0, 4594.0, 4624.0, 4615.0, 4564.0, 4631.0, 4594.0, 4552.0, 4624.0, 4603.0, 4614.0, 4614.0, 4594.0, 4635.0, 4605.0, 4576.0, 4645.0, 4616.0, 4587.0, 4647.0, 4619.0, 4656.0, 4626.0, 4600.0, 4669.0, 4649.0, 4639.0, 4658.0, 4649.0, 4692.0, 4663.0, 4621.0, 4670.0, 4628.0, 4608.0, 4666.0, 4624.0, 4597.0, 4678.0, 4656.0, 4607.0, 4647.0, 4617.0, 4626.0, 4625.0, 4597.0, 4665.0, 4637.0, 4596.0, 4635.0, 4603.0, 4643.0, 4605.0, 4576.0, 4644.0, 4603.0, 4643.0, 4605.0, 4566.0, 4646.0, 4606.0, 4614.0, 4614.0, 4566.0, 4633.0, 4617.0, 4576.0, 4625.0, 4605.0, 4623.0, 4604.0, 4577.0, 4645.0, 4614.0, 4626.0, 4614.0, 4575.0, 4645.0, 4618.0, 4618.0, 4625.0, 4595.0, 4646.0, 4618.0, 4616.0, 4636.0, 4600.0, 4657.0, 4647.0, 4628.0, 4634.0, 4599.0, 4657.0, 4638.0, 4635.0, 4639.0, 4609.0, 4667.0, 4626.0, 4600.0, 4659.0, 4649.0, 4667.0, 4637.0, 4597.0, 4658.0, 4619.0, 4677.0, 4657.0, 4606.0, 4637.0, 4607.0, 4668.0, 4638.0, 4655.0, 4624.0, 4576.0, 4635.0, 4605.0, 4656.0, 4626.0, 4577.0, 4637.0, 4607.0, 4594.0, 4625.0, 4598.0, 4659.0, 4619.0, 4580.0, 4638.0, 4609.0, 4660.0, 4631.0, 4619.0, 4651.0, 4621.0, 4684.0, 4634.0, 4604.0, 4673.0, 4661.0, 4642.0, 4672.0, 4661.0, 4649.0, 4648.0, 4629.0, 4691.0, 4660.0, 4631.0, 4675.0, 4645.0, 4655.0, 4599.0, 4543.0, 4620.0, 4618.0, 4613.0, 4648.0, 4674.0, 4703.0, 4661.0, 4612.0, 4647.0, 4629.0, 4609.0, 4641.0, 4618.0, 4673.0, 4643.0, 4624.0, 4693.0, 4650.0, 4609.0, 4646.0, 4607.0, 4666.0, 4635.0, 4595.0, 4628.0, 4610.0, 4667.0, 4620.0, 4647.0, 4616.0, 4577.0, 4626.0, 4597.0, 4645.0, 4618.0, 4656.0, 4617.0, 4587.0, 4616.0, 4588.0, 4639.0, 4619.0, 4638.0, 4618.0, 4581.0, 4639.0, 4609.0, 4649.0, 4621.0, 4601.0, 4640.0, 4623.0, 4662.0, 4632.0, 4642.0, 4654.0, 4634.0, 4697.0, 4659.0, 4636.0, 4655.0, 4635.0, 4694.0, 4678.0, 4617.0, 4694.0, 4674.0, 4663.0, 4693.0, 4674.0, 4693.0, 4679.0, 4668.0, 4688.0, 4625.0, 4610.0, 4566.0, 4553.0, 4650.0, 4659.0, 4673.0, 4685.0, 4684.0, 4663.0, 4619.0, 4644.0, 4603.0, 4615.0, 4646.0, 4619.0, 4671.0, 4645.0, 4656.0, 4643.0, 4602.0, 4661.0, 4640.0, 4658.0, 4637.0, 4656.0, 4617.0, 4626.0, 4642.0, 4630.0, 4691.0, 4643.0, 4603.0, 4662.0, 4641.0, 4677.0, 4647.0, 4609.0, 4638.0, 4601.0, 4649.0, 4619.0, 4660.0, 4618.0, 4593.0, 4653.0, 4613.0, 4648.0, 4640.0, 4660.0, 4619.0, 4582.0, 4639.0, 4635.0, 4677.0, 4647.0, 4618.0, 4666.0, 4645.0, 4617.0, 4645.0, 4614.0, 4605.0, 4646.0, 4660.0, 4642.0, 4682.0, 4675.0, 4673.0, 4688.0, 4695.0, 4723.0, 4702.0, 4678.0, 4679.0, 4673.0, 4677.0, 4649.0, 4660.0, 4627.0, 4657.0, 4615.0, 4645.0, 4621.0, 4622.0, 4641.0, 4603.0, 4641.0, 4592.0, 4631.0, 4589.0, 4580.0, 4581.0, 4552.0, 4603.0, 4564.0, 4613.0, 4599.0, 4628.0, 4599.0, 4626.0, 4608.0, 4627.0, 4611.0, 4626.0, 4603.0, 4638.0, 4671.0, 4660.0, 4654.0, 4588.0, 4630.0, 4600.0, 4582.0, 4621.0, 4578.0, 4598.0, 4565.0, 4585.0, 4603.0, 4563.0, 4639.0, 4617.0, 4587.0, 4650.0, 4632.0, 4633.0, 4640.0, 4623.0, 4610.0, 4633.0, 4593.0, 4663.0, 4643.0, 4583.0, 4643.0, 4625.0, 4643.0, 4637.0, 4596.0, 4665.0, 4633.0, 4663.0, 4632.0, 4592.0, 4652.0, 4623.0, 4672.0, 4643.0, 4671.0, 4621.0, 4611.0, 4662.0, 4621.0, 4671.0, 4660.0, 4667.0, 4639.0, 4660.0, 4631.0, 4638.0, 4639.0, 4589.0, 4640.0, 4609.0, 4667.0, 4622.0, 4589.0, 4627.0, 4600.0, 4649.0, 4620.0, 4661.0, 4618.0, 4580.0, 4628.0, 4590.0, 4649.0, 4622.0, 4661.0, 4630.0, 4679.0, 4635.0, 4581.0, 4651.0, 4623.0, 4681.0, 4620.0, 4639.0, 4631.0, 4605.0, 4662.0, 4632.0, 4669.0, 4623.0, 4659.0, 4629.0, 4649.0, 4650.0, 4608.0, 4658.0, 4609.0, 4659.0, 4636.0, 4669.0, 4647.0, 4659.0, 4618.0, 4595.0, 4647.0, 4599.0, 4668.0, 4627.0, 4656.0, 4636.0, 4658.0, 4616.0, 4646.0, 4618.0, 4622.0, 4637.0, 4577.0, 4635.0, 4605.0, 4634.0, 4617.0, 4656.0, 4605.0, 4617.0, 4605.0, 4576.0, 4636.0, 4606.0, 4647.0, 4620.0, 4627.0, 4607.0, 4577.0, 4636.0, 4609.0, 4648.0, 4607.0, 4609.0, 4618.0, 4578.0, 4651.0, 4631.0, 4649.0, 4622.0, 4582.0, 4630.0, 4600.0, 4651.0, 4631.0, 4671.0, 4632.0, 4629.0, 4631.0, 4581.0, 4652.0, 4623.0, 4673.0, 4633.0, 4641.0, 4630.0, 4592.0, 4662.0, 4633.0, 4684.0, 4652.0, 4659.0, 4641.0, 4610.0, 4669.0, 4642.0, 4671.0, 4662.0, 4677.0, 4639.0, 4658.0, 4639.0, 4608.0, 4657.0, 4609.0, 4656.0, 4618.0, 4657.0, 4639.0, 4669.0, 4645.0, 4636.0, 4617.0, 4578.0, 4637.0, 4609.0, 4658.0, 4630.0, 4609.0, 4616.0, 4589.0, 4651.0, 4632.0, 4651.0, 4622.0, 4580.0, 4641.0, 4621.0, 4651.0, 4623.0, 4593.0, 4666.0, 4635.0, 4662.0, 4633.0, 4595.0, 4663.0, 4646.0, 4645.0, 4663.0, 4622.0, 4672.0, 4632.0, 4603.0, 4664.0, 4645.0, 4696.0, 4654.0, 4632.0, 4672.0, 4661.0, 4672.0, 4628.0, 4620.0, 4649.0, 4611.0, 4671.0, 4642.0, 4669.0, 4640.0, 4650.0, 4618.0, 4568.0, 4650.0, 4629.0, 4669.0, 4619.0, 4580.0, 4629.0, 4602.0, 4650.0, 4633.0, 4652.0, 4622.0, 4581.0, 4652.0, 4624.0, 4660.0, 4652.0, 4660.0, 4621.0, 4592.0, 4641.0, 4613.0, 4672.0, 4664.0, 4671.0, 4629.0], 'WindowWidth': [10180.0, 10081.0, 10123.0, 10079.0, 10127.0, 10087.0, 10091.0, 10051.0, 10033.0, 10075.0, 10006.0, 10086.0, 10019.0, 10088.0, 10046.0, 10100.0, 10044.0, 10096.0, 10055.0, 10092.0, 10058.0, 10112.0, 10067.0, 10122.0, 10074.0, 10033.0, 10094.0, 10095.0, 10100.0, 10094.0, 10057.0, 10131.0, 10092.0, 10075.0, 10110.0, 10086.0, 10159.0, 10134.0, 10169.0, 10136.0, 10159.0, 10130.0, 10138.0, 10098.0, 10109.0, 10095.0, 10053.0, 10121.0, 10047.0, 10119.0, 10050.0, 10118.0, 10061.0, 10114.0, 10074.0, 10118.0, 10077.0, 10116.0, 10064.0, 10113.0, 10062.0, 10075.0, 10066.0, 10022.0, 10089.0, 10047.0, 10101.0, 10082.0, 10056.0, 10068.0, 10033.0, 10111.0, 10070.0, 10130.0, 10088.0, 10033.0, 10095.0, 10067.0, 10155.0, 10105.0, 10149.0, 10083.0, 10015.0, 10056.0, 10045.0, 10102.0, 10111.0, 10113.0, 10171.0, 10091.0, 10138.0, 10060.0, 10017.0, 10119.0, 10063.0, 10154.0, 10138.0, 10172.0, 10140.0, 10096.0, 10128.0, 10081.0, 10133.0, 10075.0, 10081.0, 10063.0, 10014.0, 10125.0, 10069.0, 10141.0, 10072.0, 10054.0, 10092.0, 10049.0, 10119.0, 10060.0, 10066.0, 9924.0, 10281.0, 10207.0, 10141.0, 10038.0, 10009.0, 9987.0, 10210.0, 10107.0, 10010.0, 10056.0, 10010.0, 10012.0, 10090.0, 10055.0, 10036.0, 10097.0, 10059.0, 10034.0, 10103.0, 10097.0, 10138.0, 10111.0, 10080.0, 10147.0, 10116.0, 10174.0, 10137.0, 10105.0, 10146.0, 10115.0, 10175.0, 10141.0, 10081.0, 10119.0, 10081.0, 10153.0, 10096.0, 10092.0, 10106.0, 10050.0, 10134.0, 10094.0, 10153.0, 10100.0, 10070.0, 10172.0, 10160.0, 10113.0, 10138.0, 10078.0, 10069.0, 10090.0, 10107.0, 10106.0, 10169.0, 10121.0, 10096.0, 10229.0, 10177.0, 10191.0, 10221.0, 10193.0, 10213.0, 10193.0, 10180.0, 10177.0, 10164.0, 10178.0, 10141.0, 10127.0, 10129.0, 10077.0, 10111.0, 10074.0, 10100.0, 10069.0, 10057.0, 10027.0, 9985.0, 10066.0, 10025.0, 10064.0, 10038.0, 10014.0, 10028.0, 9977.0, 10059.0, 10017.0, 10072.0, 10040.0, 10080.0, 10039.0, 10004.0, 10055.0, 10033.0, 10100.0, 10050.0, 10026.0, 10067.0, 10029.0, 10104.0, 10074.0, 10076.0, 10093.0, 10057.0, 10137.0, 10088.0, 10099.0, 10072.0, 10037.0, 10130.0, 10112.0, 10108.0, 10085.0, 10040.0, 10133.0, 10111.0, 10069.0, 10103.0, 10104.0, 10156.0, 10114.0, 10066.0, 10154.0, 10114.0, 10078.0, 10154.0, 10092.0, 10080.0, 10110.0, 10068.0, 10149.0, 10090.0, 10053.0, 10136.0, 10097.0, 10117.0, 10093.0, 10062.0, 10151.0, 10112.0, 10118.0, 10123.0, 10083.0, 10168.0, 10112.0, 10124.0, 10122.0, 10069.0, 10151.0, 10109.0, 10103.0, 10118.0, 10065.0, 10145.0, 10087.0, 10043.0, 10111.0, 10073.0, 10113.0, 10103.0, 10032.0, 10122.0, 10073.0, 10016.0, 10111.0, 10086.0, 10101.0, 10102.0, 10075.0, 10133.0, 10092.0, 10054.0, 10149.0, 10111.0, 10072.0, 10152.0, 10115.0, 10164.0, 10123.0, 10093.0, 10188.0, 10156.0, 10142.0, 10169.0, 10156.0, 10222.0, 10186.0, 10123.0, 10189.0, 10129.0, 10099.0, 10177.0, 10116.0, 10083.0, 10203.0, 10162.0, 10096.0, 10150.0, 10108.0, 10119.0, 10117.0, 10081.0, 10177.0, 10136.0, 10078.0, 10131.0, 10086.0, 10141.0, 10089.0, 10052.0, 10144.0, 10087.0, 10141.0, 10089.0, 10040.0, 10148.0, 10093.0, 10102.0, 10101.0, 10039.0, 10127.0, 10111.0, 10051.0, 10116.0, 10091.0, 10114.0, 10088.0, 10055.0, 10148.0, 10102.0, 10120.0, 10102.0, 10053.0, 10148.0, 10113.0, 10111.0, 10120.0, 10082.0, 10150.0, 10112.0, 10108.0, 10135.0, 10090.0, 10169.0, 10150.0, 10125.0, 10131.0, 10088.0, 10168.0, 10140.0, 10134.0, 10141.0, 10101.0, 10181.0, 10124.0, 10092.0, 10173.0, 10157.0, 10181.0, 10139.0, 10085.0, 10167.0, 10115.0, 10195.0, 10165.0, 10095.0, 10137.0, 10097.0, 10182.0, 10140.0, 10158.0, 10116.0, 10052.0, 10131.0, 10093.0, 10162.0, 10121.0, 10055.0, 10138.0, 10096.0, 10078.0, 10120.0, 10088.0, 10173.0, 10116.0, 10066.0, 10141.0, 10105.0, 10177.0, 10137.0, 10118.0, 10165.0, 10123.0, 10215.0, 10145.0, 10105.0, 10203.0, 10181.0, 10155.0, 10198.0, 10176.0, 10156.0, 10156.0, 10132.0, 10226.0, 10178.0, 10137.0, 10204.0, 10162.0, 10156.0, 10087.0, 9997.0, 10098.0, 10115.0, 10100.0, 10158.0, 10200.0, 10244.0, 10182.0, 10115.0, 10154.0, 10133.0, 10103.0, 10147.0, 10115.0, 10198.0, 10158.0, 10132.0, 10229.0, 10162.0, 10105.0, 10149.0, 10096.0, 10177.0, 10134.0, 10079.0, 10126.0, 10105.0, 10182.0, 10120.0, 10152.0, 10109.0, 10058.0, 10122.0, 10082.0, 10146.0, 10113.0, 10163.0, 10111.0, 10071.0, 10110.0, 10074.0, 10142.0, 10115.0, 10140.0, 10113.0, 10068.0, 10143.0, 10104.0, 10159.0, 10123.0, 10097.0, 10150.0, 10129.0, 10180.0, 10140.0, 10152.0, 10170.0, 10146.0, 10239.0, 10188.0, 10149.0, 10172.0, 10146.0, 10230.0, 10214.0, 10130.0, 10234.0, 10200.0, 10182.0, 10229.0, 10199.0, 10233.0, 10216.0, 10199.0, 10228.0, 10128.0, 10099.0, 10030.0, 10012.0, 10163.0, 10175.0, 10205.0, 10223.0, 10219.0, 10188.0, 10121.0, 10147.0, 10086.0, 10103.0, 10151.0, 10118.0, 10195.0, 10164.0, 10180.0, 10159.0, 10102.0, 10179.0, 10146.0, 10171.0, 10137.0, 10163.0, 10114.0, 10136.0, 10151.0, 10134.0, 10224.0, 10158.0, 10103.0, 10181.0, 10150.0, 10196.0, 10152.0, 10102.0, 10141.0, 10093.0, 10159.0, 10120.0, 10175.0, 10116.0, 10087.0, 10169.0, 10117.0, 10156.0, 10149.0, 10176.0, 10119.0, 10071.0, 10144.0, 10150.0, 10215.0, 10173.0, 10135.0, 10196.0, 10165.0, 10132.0, 10165.0, 10123.0, 10109.0, 10160.0, 10189.0, 10170.0, 10223.0, 10219.0, 10211.0, 10229.0, 10246.0, 10284.0, 10251.0, 10206.0, 10220.0, 10195.0, 10212.0, 10152.0, 10177.0, 10115.0, 10165.0, 10095.0, 10143.0, 10098.0, 10103.0, 10129.0, 10076.0, 10132.0, 10059.0, 10116.0, 10054.0, 10043.0, 10047.0, 10010.0, 10080.0, 10029.0, 10096.0, 10083.0, 10120.0, 10083.0, 10117.0, 10096.0, 10122.0, 10102.0, 10119.0, 10096.0, 10148.0, 10219.0, 10220.0, 10182.0, 10082.0, 10126.0, 10083.0, 10066.0, 10112.0, 10054.0, 10059.0, 10013.0, 10053.0, 10079.0, 10026.0, 10141.0, 10110.0, 10065.0, 10160.0, 10136.0, 10138.0, 10144.0, 10123.0, 10106.0, 10138.0, 10087.0, 10181.0, 10156.0, 10072.0, 10150.0, 10133.0, 10156.0, 10153.0, 10095.0, 10190.0, 10141.0, 10182.0, 10139.0, 10085.0, 10167.0, 10127.0, 10194.0, 10151.0, 10190.0, 10122.0, 10109.0, 10180.0, 10121.0, 10194.0, 10173.0, 10183.0, 10142.0, 10172.0, 10134.0, 10138.0, 10143.0, 10075.0, 10143.0, 10103.0, 10183.0, 10124.0, 10075.0, 10127.0, 10096.0, 10159.0, 10121.0, 10177.0, 10118.0, 10066.0, 10129.0, 10080.0, 10159.0, 10124.0, 10178.0, 10132.0, 10213.0, 10152.0, 10070.0, 10161.0, 10129.0, 10206.0, 10120.0, 10145.0, 10137.0, 10107.0, 10183.0, 10140.0, 10189.0, 10127.0, 10173.0, 10131.0, 10157.0, 10163.0, 10101.0, 10172.0, 10105.0, 10172.0, 10138.0, 10190.0, 10154.0, 10171.0, 10115.0, 10080.0, 10152.0, 10087.0, 10184.0, 10124.0, 10166.0, 10135.0, 10168.0, 10109.0, 10150.0, 10112.0, 10113.0, 10135.0, 10056.0, 10133.0, 10092.0, 10132.0, 10111.0, 10162.0, 10092.0, 10109.0, 10092.0, 10055.0, 10137.0, 10098.0, 10154.0, 10118.0, 10125.0, 10099.0, 10059.0, 10137.0, 10105.0, 10157.0, 10100.0, 10104.0, 10115.0, 10062.0, 10162.0, 10139.0, 10160.0, 10124.0, 10072.0, 10133.0, 10096.0, 10164.0, 10140.0, 10192.0, 10139.0, 10132.0, 10136.0, 10070.0, 10167.0, 10129.0, 10198.0, 10142.0, 10152.0, 10135.0, 10089.0, 10184.0, 10144.0, 10215.0, 10168.0, 10172.0, 10150.0, 10109.0, 10190.0, 10151.0, 10198.0, 10178.0, 10198.0, 10145.0, 10172.0, 10146.0, 10099.0, 10169.0, 10103.0, 10166.0, 10114.0, 10168.0, 10145.0, 10188.0, 10150.0, 10136.0, 10111.0, 10060.0, 10137.0, 10104.0, 10170.0, 10132.0, 10102.0, 10112.0, 10078.0, 10163.0, 10142.0, 10163.0, 10126.0, 10068.0, 10151.0, 10124.0, 10164.0, 10128.0, 10087.0, 10193.0, 10150.0, 10183.0, 10143.0, 10095.0, 10184.0, 10163.0, 10162.0, 10184.0, 10127.0, 10194.0, 10138.0, 10100.0, 10183.0, 10160.0, 10234.0, 10173.0, 10137.0, 10197.0, 10175.0, 10192.0, 10129.0, 10119.0, 10158.0, 10108.0, 10192.0, 10149.0, 10190.0, 10145.0, 10160.0, 10113.0, 10047.0, 10160.0, 10130.0, 10186.0, 10117.0, 10065.0, 10130.0, 10099.0, 10163.0, 10141.0, 10167.0, 10125.0, 10072.0, 10166.0, 10130.0, 10178.0, 10166.0, 10174.0, 10124.0, 10083.0, 10148.0, 10114.0, 10196.0, 10186.0, 10190.0, 10132.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.005978185993111365</td></tr>
<tr><td colspan=3>aqi</td><td>0.03183661469575201</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.764339854873505</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2395282770459768</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0749155504597714</td></tr>
<tr><td colspan=3>efc</td><td>0.5198</td></tr>
<tr><td colspan=3>fber</td><td>2799.9971</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1572471255582483</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.991963260619976</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5954999870570497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5398791212627447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.738598661979447</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.508022177928957</td></tr>
<tr><td colspan=3>gcor</td><td>0.0216676</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002488750033080578</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022909382358193398</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>4.062366470216835</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>14.5462</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.4059</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.6195</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291474.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1228.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.2551</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6623</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.9437</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3755.8809</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.8109</td></tr>
<tr><td colspan=3>tsnr</td><td>31.929415047634393</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>